@charset "UTF-8";
/* CSS Document */

/*试用购买*/
.pay-banner{ width:100%; height:280px; margin-bottom:10px; background: url(../images/2.jpg) no-repeat center; background-size: auto;}
.pay-nav{ width:1000px; margin:0 auto 10px; height:50px; border-bottom:1px solid #e6e6e6;}
.pay-nav ul li{ 
  float:left; width:140px; height:49px; line-height:50px; text-align:center; 
  color:#666; font-size:16px; border-bottom:2px solid #fff;
}
.pay-nav ul li.active-pay-nav{ color:#ff4b47; border-bottom:2px solid #ff4b47;}

.pay-product{ width:1000px; margin:0 auto 35px;}
.product-group{ padding:40px 0; border-bottom:1px solid #ededed;}
.product-content{ width:400px; padding-top:20px;}
.product-img{ width:335px; height:220px; margin-right:20px;}
.product-img img{ width:100%; height:100%;}
.pro-title i{ 
  display: inline-block; width:66px; text-align:center; height:22px; line-height:22px; 
  background:#424753; color:#fff; border-radius:50px; margin-left:20px;
}
.pro-text{ font-size:16px; line-height:24px; color:#535353; margin-bottom:18px; margin-top:14px;}
.pro-list li{ list-style:inside; color:#666; line-height:24px;}
.money-box p{ color:#2d2b30; text-align:right; height:24px;}
.chanjet-btn-box{margin-top:150px;}
.btn-common{ 
  display:block; font-size:16px; width:96px; height:34px; 
  text-align:center; line-height:34px; border-radius:3px; 
}
.btn-pay{ background:#e96657; color:#fff; margin-left:6px;}
.btn-trial{ background:#ececec; color:#2d2b30;}

.pay-step{ width:1000px; margin:0 auto 60px;}
.pay-step-title{ font-size:18px; color:#333; margin-bottom:20px;}
.pay-step ul li{ float:left;}
.pay-step-box{ width:156px;background:#646266;}
.pay-step-img{ padding:46px 20px 0;}
.pay-step-box p{ text-align:center; color:#fff; padding-top:10px; padding-bottom:18px;}
.pay-bg-gray{ width:156px; height:60px; background:#f8f8f8; color:#666; padding:10px 10px 0;}
.pay-icon-one{ 
  width:156px; height:46px; 
  background: url(../images/pay-c.png) no-repeat center bottom;
  background-size:28px auto;
}
.pay-icon-two{ 
  width:156px; height:46px; 
  background: url(../images/pay-q.png) no-repeat center bottom;
  background-size:26px auto;
}
.pay-icon-three{ 
  width:156px; height:46px; 
  background: url(../images/pay-p.png) no-repeat center bottom;
  background-size:26px auto;
}
.pay-icon-four{ 
  width:156px; height:46px; 
  background: url(../images/pay-s.png) no-repeat center bottom;
  background-size:24px auto;
}.pay-icon-five{ 
  width:156px; height:46px; 
  background: url(../images/pay-su.png) no-repeat center bottom;
  background-size:30px auto;
}


/*弹出层样式*/
.pop-pay-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:200; color:#666;}
.pay-bg{
	 background:#000; 
	 filter:alpha(opacity=40);  
     -moz-opacity:0.4;  
     -khtml-opacity: 0.4;  
     opacity: 0.4;
	 width:100%; height:100%;
}
.pop-pay-tab{ 
  background-color:#fff;
  position:absolute;margin-left:50%; top:200px; left:-325px; z-index:110;
}
.yi-text-box, .gong-txt-box{ width:325px; height:350px; padding:80px 30px 0;}
.pop-btn-yiLink, .pop-btn-gongLink{ 
  display:block; width:240px; height:40px; line-height:40px; text-align:center;
  border-radius:3px; 
}
.pop-btn-yiLink{ background:#ff4b47;color:#fff; margin-top:50px;}
.pop-btn-yiLink:hover{
  box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.pop-btn-gongLink{ background:#ececec; color:#333; margin-top:90px;}
.pop-btn-gongLink:hover{
  box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}
.close-pop-icon{
  position:absolute; top:30px; right:30px;
  width:18px; height:18px;
  background:url(../images/pop-close.png) no-repeat center;
  background-size:18px;
}
/*弹出层样式2*/
.pop-pay-tab2{ 
  background-color:#fff;
  position:absolute;margin-left:50%; top:100px; left:-260px; z-index:110;
}
.pop-top-txt{ width:520px; padding:30px; font-size:16px; color:#333; background:#f6f6f6;}
.conmpany-img{ width:40px;}
.conmpany-g{ display:block; width:20px; height:20px; border:1px solid #bbb; border-radius:100%; margin-top:4px;}
.conmpany-name{ font-weight:700; color:#666;}
.conmpany-title{ color:#999;}
.pop-mid-conmpany{ width:520px; padding:30px 70px;}
.pop-mid-conmpany ul li{ margin-bottom:20px;}
.active-conmpany-name .conmpany-g{ 
  background:url(../images/conmpany-a.png) no-repeat center; background-size:20px;
  border:none;
}
.none-active-conmpany-name .conmpany-g{ background-color:#e9e9e9; border-color: #bbb;}
.careful-box{ margin-left:40px; padding:10px; background:#f8f8f8; font-size:12px;}
.careful-box a{ color:#ff4b47;}
.pop-bot-btn{ border-top:1px solid #ededed; padding:30px; text-align:center;}
.pop-bot-btn a{ display:inline-block; width:156px; height:38px; line-height:38px; text-align:center; border-radius:3px;}
.sure-btn-pop{ color:#fff; background:#ff4b47; margin-right:10px;}
.sure-btn-pop:hover{
  box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.carel-btn-pop{ color:#666; background:#ececec;}
.carel-btn-pop:hover{
  box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}



/*2017.03.20弹出层样式3*/
.pop-pay-tab3{ 
  background-color:#fff;
  position:absolute;margin-left:50%; top:100px; left:-180px; z-index:110;
}
.pop-txt-wei{
  width:360px; padding:70px 30px 60px; text-align:center;
}
.pop-btn-goumai, .pop-btn-huise{ 
  display: inline-block; width:240px; height:40px; line-height:40px; text-align:center;
  border-radius:3px; 
}
.pop-btn-goumai{ background:#ff4b47;color:#fff; margin-top:40px;}
.pop-btn-goumai:hover{
  box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.pop-btn-huise{ background:#ececec; color:#333; margin-top:20px;}
.pop-btn-huise:hover{
  box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}

.pop-pay-tab4{ 
  background-color:#fff;
  position:absolute;margin-left:50%; top:100px; left:-230px; z-index:110;
}
.pop-pay-qiye{
  width:460px; padding:70px 30px 0; text-align:center;
}
.pop-mid-conmpany2{ width:460px; padding:30px 70px;}
.pop-mid-conmpany2 ul li{ margin-bottom:20px;}
.conmpany-g-chose{ display:block; width:20px; height:20px; border:1px solid #bbb; border-radius:100%;}
.active-conmpany-name .conmpany-g-chose{ 
  background:url(../images/conmpany-a.png) no-repeat center; background-size:18px;
  border:none;
}
.none-active-conmpany-name .conmpany-g-chose{ background-color:#e9e9e9; border-color: #bbb;}
.sure-btn-qiye{ 
  display:inline-block; width:220px; height:38px; line-height:38px; color:#2a8bef; font-size: 8px;
  border-radius:3px; background:#fff; text-align:center;
}
/*.sure-btn-qiye:hover{
  box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
  -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}*/

.sure-btn-qiye-submit{ 
  display:inline-block; width:220px; height:38px; line-height:38px; color:#fff; 
  border-radius:3px;  text-align:center;
  background: #ff4b47;margin-bottom: 14px
}
.sure-btn-qiye-submit:hover{
  box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.list-item-name {
  width: 260px
}