/** 通用 **/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
img {
  border: 0;
  vertical-align: middle;
}
a:link, a:visited {
	color: #ff8c1b;
	text-decoration: none;
  background-color: transparent;
}
a:hover {
	color: #00a9a9;
}
a, a:hover {
	outline: none;
	blur: expression(this.onFocus=this.blur());
}

input,
button {
  font-family: inherit;
}


/*
::-webkit-scrollbar-thumb{  
 background-color: #505D57;
 height:50px;
 outline-offset:-1px;
 outline:1px solid #EFF3F1;
 -webkit-border-radius:4px;
 border: 1px solid #EFF3F1;
 z-index: 1000;
}
::-webkit-scrollbar{  
 width: 16px;
 height: 16px;
 background-color: #EFF3F1;
} 
*/
body {
  font-family: Microsoft Yahei, sans-serif;
  background-color: #fff;
  transition: all 0.3s;
  color: #333;
}


.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.btn {
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn_shadow {
  box-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.card {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

hr {
	margin: 10px auto;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
  width: 90%;
}



/** 头部 **/
#header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

#header .wrap {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}

#header_logo {
  display: block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 60px;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header_nav {
  float: right;
  padding-top: 8px;
}
#header_nav .item {
  color: #626262;
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header_nav .item:hover,
#header_nav .item.active {
  color: #ff8c1b;
}
#header_nav .btn {
  color: #ff8c1b;
  border: 2px solid #ff8c1b;
  box-shadow: 0 2px 5px #ffb41b;
}
#header_nav .btn:hover {
  color: #fff;
  border: 2px solid #ff8c1b;
  background-color: #ff8c1b;
}
@media (max-width: 820px) {
  #header_nav .item {
    padding: 10px 15px;
  }
  #header_nav .item .hide-sm {
    display: none;
  }
  #header_nav .btn {
    margin-left: 10px;
  }
}
@media (max-width:680px) {
  #header_logo {
    background-position: center;
    width: 100%;
    float: none;
  }
  #header_nav {
    float: none;
    padding-top: 8px;
    text-align: center;
  }
}
@media (max-width:360px) {
  #header .hide-xs {
    display: none;
  }
}


/** 首页 **/
.index_part {
  margin: 0 auto;
}

.index_part_title {
  text-align: center;
}
.index_part_title .title {
  font-size: 40px;
  padding: 70px 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_part_title .subtitle {
  color: #9c9c9c;
  font-size: 20px;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:640px) {
  .index_part_title .title {
    font-size: 30px;
    padding-top: 40px;
  }
}

.index_hr {
  max-width: 1000px;
}



/** 首页Banner **/
#index_slide {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 500px;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
  }
.index_slide_nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 31px;
  height: 52px;
  margin-top: -40px;
  line-height: 200px;
  background-image: url(../img/index_banner_left.png);
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: .7;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.next {
  right: 10px;
  left: auto;
  background-position: right 0;
  background-image: url(../img/index_banner_right.png);
}
.index_slide_nav:hover {
  opacity: 1;
}
@media (max-width:700px) {
  .rslides li {
    padding-bottom: 50%;
  }
  #index_slide .rslides img {
    display: none;
  }
}
@media (max-width:480px) {
  .rslides li {
    padding-bottom: 100%;
  }
  #index_slide .rslides a {
    background-image: inherit!important;
  }
  .index_slide_nav {
    top: auto;
    margin-top: 0;
    bottom: 10px;
  }
}



/** 首页体验区 **/
#index_tiyan {
  width: 600px;
  padding: 90px 0 30px;
}

.index_contact {
  float: left;
  text-align: center;
  width: 380px;
}

.index_tryout {
  float: right;
  text-align: center;
  width: 210px;
}
.index_contact .btn,
.index_tryout .btn {
  line-height: 60px;
  font-size: 18px;
  width: 100%;
}
.index_contact .btn {
  color: #11854c;
  border: 2px solid #11854c;
  background-color: #fff;
  box-shadow: 0 2px 5px #3eb84a;
}
.index_contact .btn:hover {
  color: #fff;
  background-color: #11854c;
}
.index_tryout .btn {
  color: #fff;
  background-color: #ff8c1b;
  border: 2px solid #ff8c1b;
}
.index_tryout .btn:hover {
  color: #ff8c1b;
  background-color: #fff;
}
.index_contact .text {
  padding-top: 20px;
  color: #626262;
}
.index_tryout .text {
  padding-top: 20px;
  color: #626262;
  font-size: 14px;
}
.index_tryout a {
  display: block;
}
@media (max-width:640px) {
  #index_tiyan {
    width: 100%;
    width: calc( 100% - 20px );
    padding: 50px 0 30px;
  }
  .index_contact {
    width: 60%;
    width: calc( 60% - 5px );
  }

  .index_tryout {
    width: 40%;
    width: calc( 40% - 5px );
  }
}
@media (max-width:360px) {
  .index_contact,
  .index_tryout {
    width: 50%;
    width: calc( 50% - 5px );
  }
  .index_contact .hide-xs {
    display: none;
  }
}


/** 首页消费者部分 **/

.index_consumer_box {
  text-align: center;
  padding-top: 50px;
}

.index_consumer_box .item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
}

.index_consumer_box .item .image {
  pointer-events: none;
}

.index_consumer_box .item .con {
  padding-top: 20px;
}
.index_consumer_box .item .con .title {
  font-size: 30px;
}
.index_consumer_box .item .con .text {
  font-size: 14px;
  color: #626262;
  padding-top: 10px;
  padding-bottom: 70px;
}
@media (max-width:420px) {
  .index_consumer_box .item {
    margin: 0 5px;
  }
  .index_consumer_box .item .image {
    width: 100%;
  }
}

/** 首页商家部分 **/

#index_seller .index_part_title {
  background-color: #ffce49;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../img/index_sj_title.png);
}
#index_seller .index_part_title .title {
  padding-top: 100px;
}
#index_seller .index_part_title .subtitle {
  color: #333;
}


#index_seller .item {
  
}
#index_seller .item .wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


#index_seller .item.imgright {
  background-color: #f6f6f6;
}


#index_seller .item .image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
#index_seller .item.imgleft .image {
  float: left;
}
#index_seller .item.imgleft .con {
  float: right;
  text-align: right;
}
#index_seller .item.imgright .image {
  float: right;
}
#index_seller .item.imgright .con {
  float: left;
}


#index_seller .item .con {
  padding-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index_seller .item .con .title {
  font-size: 40px;
  padding-bottom: 20px;
}
#index_seller .item .con .text {
  color: #626262;
  padding-bottom: 20px;
}
#index_seller .item .icon {
  pointer-events: none;
}
@media (max-width:960px) {
  #index_seller .item .wrap {
    padding: 50px 10px;
  }
}
@media (max-width:799px) {
  #index_seller .item .wrap {
    text-align: center;
    padding: 70px 10px;
  }
  #index_seller .item.imgleft .con {
    text-align: center;
  }
  #index_seller .item .icon {
    max-width: 95%;
  }
  #index_seller .item .image {
    width: 30%;
    min-width: 250px;
    vertical-align: middle;
  }
  #index_seller .item .con {
    vertical-align: middle;
    padding-top: 0;
  }
  #index_seller .item.imgleft .image,
  #index_seller .item.imgright .image,
  #index_seller .item.imgleft .con,
  #index_seller .item.imgright .con  {
    float: none;
    display: inline-block;
  }
}
@media (max-width:480px) {
  #index_seller .item .con .title {
    font-size: 32px;
  }
}

/** 首页产品特性 **/
.index_feature_box {
  text-align: center;
  padding: 80px 0;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 0;
}
#index_feature .item {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  width: 33%;
  vertical-align: top;
}

#index_feature .icon {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#index_feature .item .title {
  font-size: 30px;
  padding: 30px 0 10px;
}
#index_feature .item .text {
  font-size: 14px;
  color: #626262;
}
@media (max-width:640px) {
  #index_feature .icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width:480px) {
  #index_feature .item {
    width: 100%;
    padding: 20px 10px;
  }
  #index_feature .item .title {
    padding-top: 10px;
  }
}



/** 首页底部体验区 **/
#index_tiyan_bottom {
  background-color: #f6f6f6;
}
#index_tiyan_bottom .wrap {
  width: 600px;
  padding: 90px 0 30px;
  margin: 0 auto;
}
@media (max-width:640px) {
  #index_tiyan_bottom .wrap {
    width: 100%;
    width: calc( 100% - 20px );
    padding: 50px 0 30px;
  }
}


/** 首页客户伙伴 **/
.index_partner_list {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  padding: 50px 0 90px;
}
.index_partner_list .item {
  display: inline-block;
  width: 130px;
  height: 80px;
  /*background-color: #ffd;*/
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width:480px) {
  .index_partner_list .item {
    width: 80px;
    height: 60px;
  }
}




/** 底部 **/
#footer_main {
  background-color: #f6f6f6;
  padding: 60px 0 40px;
  border-top: 10px solid #ffce49;
}
#footer_main .wrap {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}

#footer_main .logo {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index_bottom_logo.png);
  width: 110px;
  height: 110px;
  float: left;
}


.footer_contact {
  font-style: normal;
  font-size: 14px;
  padding-left: 50px;
  float: left;
  text-align: left;
}
.footer_contact .label {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  color: #868686;
}
.footer_contact .text {
  display: inline-block;
  vertical-align: top;
}

.footer_contact .phone {
  font-size: 30px;
}
.footer_contact .phone small {
  font-size: 24px;
}

.footer_qrcode_box {
  font-size: 14px;
  float: right;
}
.footer_qrcode_box .label {
  padding-right: 10px;
}

@media (max-width:640px) {
  .footer_qrcode_box {
    display: none;
  }
  #footer_main .wrap {
    text-align: center;
  }
  #footer_main .logo {
    float: none;
    display: inline-block;
  }
  .footer_contact {
    float: none;
    display: inline-block;
  }
}
@media (max-width:480px) {
  #footer_main {
    padding: 0 0 30px;
  }
  #footer_main .logo {
    display: block;
    margin: 0 auto;
  }
  .footer_contact {
    padding-left: 0;
  }
  
}





#footer_copyright {
  background-color: #5a5a5a;
  color: #fff;
}
#footer_copyright .wrap {
  max-width: 1120px;
  padding: 40px 10px;
  margin: 0 auto;
}

#footer_nav {
  font-size: 14px;
  float: left;
}
#footer_nav a{
	padding-right:5px;
}
#footer_copyright .text {
  font-size: 14px;
  float: right;
}

@media (max-width:640px) {
  #footer_copyright {
    text-align: center;
  }
  #footer_nav {
    float: none;
  }
  #footer_copyright .text {
    padding-top: 20px;
    float: none;
  }
}






/** 功能价格页面 **/

#price_banner {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:960px) {
  #price_banner {
    height: 250px;
  }
}
@media (max-width:640px) {
  #price_banner {
    height: 150px;
  }
}

/** 功能价格表格 **/
#price_function {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
  padding: 40px 10px 0;
}
#price_function table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#price_function tr {
  border: 0;
}
#price_function td {
  text-align: center;
  border: 0;
  border-left: 1px solid #ebebeb;
}
#price_function th {
  text-align: left;
  font-weight: 100;
  padding-left: 50px;
  line-height: 30px;
}
#price_function .cate {
  border-top: 1px solid #c8c8c8;
}
#price_function .cate th {
  color: #9c9c9c;
  font-size: 20px;
  padding-left: 0;
  padding-top: 30px;
}
#price_function .cate td {
  padding-top: 30px;
}
#price_function tr {
  font-size: 16px;
}
#price_function .over th {
  padding-top: 30px;
}

#price_function .btn_large {
  line-height: 60px;
  width: 90%;
  font-size: 20px;
}
#price_function .btn_red {
  color: #fff;
  background-color: #e53232;
  border: 2px solid #e53232;
  box-shadow: 0 2px 5px #e53232;
}
#price_function .btn_red:hover {
  color: #e53232;
  background-color: #fff;
}
#price_function .btn_green {
  color: #fff;
  background-color: #11854c;
  border: 2px solid #11854c;
  box-shadow: 0 2px 5px #3eb84a;
}
#price_function .btn_green:hover {
  color: #11854c;
  background-color: #fff;
}

@media (max-width:640px) {
  #price_function .hide-sm {
    display: none;
  }
}

#price_function .price_info th {
  padding: 0;
  text-align: center;
}
.price_info th img {
  max-width: 100%;
}
.price_info td {
  padding: 20px 0 40px;
  color: #9c9c9c;
}
.price_info .title {
  font-size: 40px;
  color: #333333;
}
.price_info .num {
  font-size: 50px;
  font-weight: bold;
  color: #ff3737;
}
.price_info .v_dealer .num {
  color: #208f4c;
}
.price_info .gift {
  color: #ff3737;
  padding-bottom: 30px;
}
.price_info .v_dealer .gift {
  color: #208f4c;
}
.price_info .btn_large {
  margin-bottom: 20px;
}
.price_info .tryout {
  width: 70%;
  color: #ff8c1b;
  border: 2px solid #ff8c1b;
  box-shadow: 0 2px 5px #ffb41b;
}
.price_info .tryout:hover {
  color: #fff;
  border: 2px solid #ff8c1b;
  background-color: #ff8c1b;
}

.price_specs tr:hover {
  background-color: #EBF5EB;
}
.price_specs .cate:hover,
.price_specs .over:hover {
  background-color: transparent;
}
.price_specs tr.mark {
  background-color: #EBFFFD;
}
.price_specs .material-icons {
  color: #46d115;
}

.price_function_buyout {
  background-color: #f4f4f4;
}
.price_function_buyout td {
  padding: 30px 0;
  color: #9c9c9c;
}
.price_function_buyout .title {
  font-size: 20px;
  color: #474747;
}
.price_info .title .material-icons,
.price_function_buyout .title .material-icons {
  font-size: 16px;
  color: #57938f;
  cursor: help;
}
.price_function_buyout .num {
  font-size: 30px;
  font-weight: bold;
  padding-right: 5px;
  color: #ff3737;
}
.price_function_buyout .v_dealer .num {
  color: #11854c;
}

.price_specs td.visible-xs {
  display: none;
  color: #ff3737;
}

@media (max-width:480px) {
  /*.price_info,
  .price_info tr {
    display: block;
    width: 100%;
  }*/
  .price_info th {
    display: none;
  }
  .price_info td {
    width: 50%;
  }
  #price_function td:first-of-type {
    border: 0;
  }
  .price_info .title {
    font-size: 24px;
  }
  .price_info .num {
    font-size: 30px;
  }
  #price_function .btn_large {
    line-height: 40px;
    font-size: 16px;
  }
  
  
  /*.price_function_buyout {
    display: block;
  }*/
  .price_function_buyout th {
    display: none;
  }
  .price_specs {

  }
  .price_specs th {
    width: 100%;
  }
  .price_specs td {
    display: none;
  }
  .price_specs td.visible-xs {
    display: table-cell;
    font-size: 14px;
  }
  #price_function th {
    padding-left: 30px;
  }
  .price_callme th {
    display: none;
  }
  .price_callme .hide-sm {
    display: none;
  }
  
}










#price_function .price_remarks td {
  text-align: left;
  border: 0;
  padding: 30px 0;
}

#price_function .price_remarks .text {
  position: relative;
}
#price_function .price_remarks .material-icons {
  position: absolute;
  left: 0;
  top: 0;
  color: #57938f;
}
#price_function .price_remarks ol {
  padding-left: 60px;
}
#price_function .price_remarks li {
  padding-bottom: 10px;
  color: #676767;
}







#price_service .title {
  color: #9c9c9c;
  font-size: 20px;
  padding: 70px 5px 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

#price_service_card {
  text-align: center;
  padding: 0 0 80px 0;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 0;
}
#price_service_card .item {
  display: inline-block;
  margin: 0 5px;
  padding: 0 0 30px 0;
  width: 25%;
  vertical-align: top;
  font-size: 16px;
  border-radius: 6px;
  border: 2px solid #c8c8c8;
  overflow: hidden;
  color: #676767;
  background-color: #fffddd;
  min-height: 350px;
}
#price_service_card .item .name {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 2px 5px #000;
  background-color: #484848;
  line-height: 70px;
  margin-bottom: 30px;
}
.service_indoor .price {
  color: #e53232;
}
.service_indoor .price .num {
  font-size: 24px;
  font-weight: bold;
  padding: 0 4px 0 0;
}
.service_indoor .range {
  font-size: 14px;
}
.service_indoor .range small {
  font-size: 12px;
  display: block;
  color: #BFBFBF;
}


.service_sms .material-icons {
  font-size: 40px;
}
.service_sms .con .num {
  font-size: 30px;
  color: #484848;
  padding: 0 4px 0 0;
  display: block;
}
.service_sms .price {
  font-size: 20px;
  color: #e53232;
}
.service_sms .price .num {
  font-size: 30px;
  font-weight: bold;
  padding: 0 4px 0 0;
}


.service_domain .price {
  font-size: 20px;
  color: #e53232;
}
.service_domain .price .num {
  font-size: 30px;
  font-weight: bold;
  padding: 0 4px 0 0;
}
.service_domain .text dt {
  color: #676767;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 5px 0;
}
.service_domain .text dd {
  color: #676767;
  font-size: 14px;
  padding: 2px;
  margin: 0;
}
@media (max-width:768px) {
  #price_service_card .item {
    width: 30%;
  }
}

@media (max-width:640px) {
  #price_service_card .item {
    width: 90%;
    min-height: 0;
    margin-bottom: 20px;
  }
  #price_service_card .item .name {
    font-size: 16px;
    line-height: 40px;
  }
  #price_service_card {
    padding-bottom: 30px;
  }
}



#price_tiyan {
  width: 600px;
  padding: 30px 0;
}
@media (max-width:640px) {
  #price_tiyan {
    width: 100%;
    width: calc( 100% - 20px );
    padding: 50px 0 30px;
  }
}




/** 试用页面 **/

#tryout_before {
  padding-bottom: 80px;
}
#tryout_before.hide {
  display: none;
}

#tryout_before .subtitle {
  margin: 30px auto;
}

#target_user {
  width: 400px;
  margin: 0 auto;
}

#target_user .input {
  text-align: center;
  background-color: #fffddd;
  border: 2px solid #c8c8c8;
  border-radius: 3px;
  /*box-shadow: inset 0 2px 5px #8b8e90;*/
  line-height: 60px;
  width: 90%;
  font-size: 20px;
  margin-bottom: 20px;
}
#target_user .input:hover,
#target_user .input:focus {
  background-color: #fff;
  border: 2px solid #8b8e90;
  outline: 0;
}
#target_user .btn {
  color: #fff;
  background-color: #e53232;
  border: 2px solid #e53232;
  box-shadow: 0 2px 5px #e53232;
  line-height: 60px;
  width: 60%;
  font-size: 20px;
}
#target_user .btn:hover {
  color: #e53232;
  background-color: #fff;
}

@media (max-width:480px) {
  #target_user {
    width: 100%;
  }
  #target_user .btn {
    width: 90%;
  }
}

/** 试用页面试用入口 **/

#tryout_part {
  text-align: center;
  padding: 20px 0 60px;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 0;
  display: none;
}
#tryout_part.show {
  display: block;
}

.tryout_part_title {
  background-color: #eff2f3;
  font-size: 24px;
  line-height: 50px;
  color: #e53232;
  margin-bottom: 60px;
}

.tryout_step {
  border: 2px solid #c8c8c8;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 40px 10px;
}

.tryout_step_title {
  background-color: #fff;
  position: relative;
  top: -25px;
  width: 80%;
  margin: 0 auto;
  font-size: 30px;
  color: #767a7c;
}

.tryout_step_consumer .btn {
  color: #fff;
  background-color: #e53232;
  border: 2px solid #e53232;
  box-shadow: 0 2px 5px #e53232;
}
.tryout_step_consumer .btn:hover {
  color: #e53232;
  background-color: #fff;
}

.tryout_step_mobile {
  display: inline-block;
  position: relative;
}
.tryout_step_mobile .btn {
  color: #fff;
  background-color: #198ccb;
  border: 2px solid #198ccb;
  box-shadow: 0 2px 5px #198ccb;
  padding-left: 5px;
  padding-right: 5px;
}
.tryout_step_mobile:hover .btn,
.tryout_step_mobile .btn:hover {
  color: #198ccb;
  background-color: #fff;
  box-shadow: none;
}
.tryout_step_mobile_qrcode {
  position: absolute;
  color: #fff;
  background-color: #198ccb;
  border: 2px solid #198ccb;
  box-shadow: 0 2px 5px #198ccb;
  display: none;
  z-index: 2;
}
.tryout_step_mobile:hover .tryout_step_mobile_qrcode {
  display: block;
}
.tryout_step_mobile_qrcode img {
  max-width: 200px;
}


.tryout_step_consumer .or {
  color: #767a7c;
  font-size: 12px;
  line-height: 70px;
}

.tryout_step ol {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
  color: #767a7c;
}
.tryout_step ol b {
  color: #e53232;
}


.tryout_step_dealer .btn {
  color: #fff;
  background-color: #ff8c1b;
  border: 2px solid #ff8c1b;
  box-shadow: 0 2px 5px #ffb41b;
}
.tryout_step_dealer .btn:hover {
  color: #ff8c1b;
  background-color: #fff;
}

/** 帮助页面 **/

#help_search {
  background-color: #707c7c;
  padding: 40px 10px;
}

.help_search_box {
  margin: 0 auto;
  width: 60%;
}
.help_search_box {
  margin: 0 auto;
  width: 60%;
  position: relative;
}
.help_search_box .input {
  width: 100%;
  line-height: 50px;
  border: 0;
  border-radius: 3px;
  padding: 0 150px 0 20px;
}
.help_search_box .btn {
  width: 140px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 3px;
  background-color: #ff8c1b;
  color: #fff;
}
.help_search_box .btn:hover {
  color: #ff8c1b;
  background-color: #fff;
}

#help_list {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 60px;
}

#help_list .title {
  font-size: 30px;
  color: #4b5656;
  font-weight: bold;
  padding: 60px 0 10px;
}
#help_list .hr {
  width: 100%;
}

#help_list .item {
  /*float: left;*/
  color: #707c7c;
  width: 49%;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}

#help_list .cate {
  font-size: 24px;
  color: #7f8080;
  border-left: 5px solid #ff8c1b;
  padding-left: 20px;
  margin-bottom: 20px;
}

#help_list .link {
  list-style-type: disc;
  display: list-item;
  padding-top: 5px;
  padding-bottom: 5px;
}

#help_list .text .btn {
  color: #ff8c1b;
  border: 2px solid #ff8c1b;
  box-shadow: 0 2px 5px #ffb41b;
  margin-bottom: 10px;
}
#help_list .text .btn:hover {
  color: #fff;
  border: 2px solid #ff8c1b;
  background-color: #ff8c1b;
}
#help_list .info a {
  float: right;
}

.search_result {
  color: #7f8080;
}




@media (max-width:480px) {
  .help_search_box {
    width: 100%;
  }
  #help_list .item {
    width: 100%;
  }
  #help_list {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/** 浮动在右侧的快速联系方式 **/

#contact_fast {
  position: fixed;
  right: 0;
  /*top: 125px;*/
  bottom: 100px;
  z-index: 5;
  /*opacity: .9;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact_fast.small,
#contact_fast:hover {
  opacity: 1;
}
#contact_fast .close {
  text-align: right;
  display:none;
}
#contact_fast .close i {
  position: absolute;
  background-color: #d5d5d5;
  vertical-align: bottom;
  right: 0;
  cursor: pointer;
  width: 24px;
}
#contact_fast .close:hover i {
  background-color: #198ccb;
  color: #fff;
}
#contact_fast .btn {
  display: block;
  margin: 10px 0;
}
.contact_box {
  margin-top: 24px;
  padding: 10px 6px;
  border: 2px solid #d5d5d5;
  background-color: #f0f4f6;
}
.contact_box .text {
  text-align: center;
  font-size: 14px;
}

.contact_box .qq {
  color: #fff;
  background-color: #198ccb;
  border: 2px solid #198ccb;
  box-shadow: 0 2px 5px #198ccb;
  background-image: url(../img/index_qq.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 42px;
}
.contact_box .qq:hover {
  color: #198ccb;
  background-color: #fff;
}
.contact_box .qq_chief {
  color: #fff;
  background-color: #e84a00;
  border: 2px solid #e84a00;
  box-shadow: 0 2px 5px #e17210;
}
.contact_box .qq_chief:hover {
  color: #e84a00;
}


#scroll_to_top:hover {
  background-color: #43494E;
}
#contact_fast .contact_box{
	display:none;
}
#contact_fast .open {
  display: block;
  width: 40px;
  text-align: center;
  border: 2px solid #198ccb;
  background-color: #198ccb;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
  cursor: pointer;
}
#contact_fast.small .close,
#contact_fast.small .contact_box {
  display: block;
}
#contact_fast.small #scroll_to_top {
  display:block;
}
#scroll_to_top span{
	display:none
	
}
#contact_fast.small #scroll_to_top span {
	display:block;
  
}
#scroll_to_top {
	
  text-align: center;
  background-color: #5a5a5a;
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
#contact_fast.small #scroll_to_top i{
	display:none;
}
#scroll_to_top i {
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  top: -2px;
}

#contact_fast.small .open {
  display: none;
  width: 40px;
  text-align: center;
  border: 2px solid #198ccb;
  background-color: #198ccb;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
  cursor: pointer;
}
#contact_fast.small .open:hover {
  background-color: #08669A;
}




/** 关于页面 **/

.index_part .text_content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#about_text .hr {
  margin: 40px 0;
}
@media (max-width:480px) {
  .index_part .text_content {

  }
}

/** 内容详情页 **/

#help_breadcrumb {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
}

#help_con {
  max-width: 1020px;
  margin: 0 auto;
  padding: 10px 10px 50px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#help_con .title {
  font-size: 30px;
}
#help_con .info {
  font-size: 12px;
  color: #aaa;
}
#help_con .hr {
  width: 100%;
}
#help_con .con {
  padding: 30px 0;
  line-height: 1.5;
}
#help_con .con h3 {
  font-size: 19px;
  color: #696969;
}
#help_con .con img {
  max-width: 90%;
}

.help_relate dt {
  color: #aaa;
  padding-bottom: 20px;
}
