@charset "gb2312";
/* 
* Author: Keyschl
* https://www.5vshop.com
/*授权服务样式*/

.help-search{padding:24px 0px 54px 0px;margin-bottom:32px;background:#09037d url(../images/license_banner.png) no-repeat top;color:#fff;text-align:center;}
.help-search-inner{position:relative;max-width:700px;margin:0 auto;padding-right:110px;margin-top:180px;}
.help-search-inner .doadmin{color:#fff;font-size:18px;}
.help-search .search-input{font-size:16px;display:block;width:100%;height:26px;padding:10px 28px;border:1px solid #108EE9;border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;outline:0}
.help-search .btn-search{position:absolute;right:0;top:0;width:110px;padding:0;font-size:16px;line-height:48px;color:#FFF;text-align:center;background-color:#ff4040;border:none;border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0;outline:0;cursor:pointer}

.mbody{ font-size:16px; margin:auto; width:1200px; padding:0px 0px 50px 0px; zoom:1; overflow:auto;}
 h2{ font-size:24px; padding:20px 0px;}
/*授权优势*/
.module-author-ys{}
.module-author-ys .item{display:block;background:url(../images/author-youshiBg.png) no-repeat 0px 0px;width:94px;height:94px;margin:0px auto;transition:all 0.4s ease-in-out}
.module-author-ys .item-2{background-position:-100px 0px}
.module-author-ys .item-3{background-position:-200px 0px}
.module-author-ys .item-4{background-position:-300px 0px}
.module-author-ys .item-5{background-position:-400px 0px}
.module-author-ys .item:hover{transform:scale()}
.module-author-ys .module-content .row span{display:block;padding-top:1rem;text-align:center;font-size:1.5rem;font-weight:bold;color:#999}
.module-author-ys .module-content .row div:hover i{transform:rotate(360deg)}
.module-box {padding: 50px 0px 5px 0px }
.col-sm-avg-5{ position: relative;min-height: 1px;width:17%;padding-left: 15px;padding-right: 15px;}
.col-xs-avg-2{float:left;}
.container {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
.text-center{text-align:center}
.module-box .title-box {padding-bottom: 20px;  font-size: 30px;color: #333;margin-bottom:30px;}
.module-box .title-box span {display: block; }
.ntitle{font-size:16px;font-weight:100;color:#9A9A9A;padding:10px 0;margin-top:10px;margin-bottom:30px;}
.sale{;box-sizing:border-box;border:1px dotted #9a9a9a; height:250px; background:#1475B9;color:#fff;padding:10px 30px;}
.sale .price{float:left;font-size:30px; }
.sale  .price .ptitle{width:700px;font-size:20px;}
.sale .price em{font-size:40px; font-family:Geneva, Arial, Helvetica, sans-serif; font-style:normal;}

.box3{width:1200px;margin:0 auto;padding-left:25px;margin-top:-100px;}
 .box3 li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e1e1e1;
	padding:15px 0px;
	
}

.box3 li label {
	font-size: 16px;
	color: #000;
    font-weight:normal;
	text-shadow: rgba(0,0,0,.15) 0 0 1px;
    padding-top:15px;
	cursor:pointer;
}
.box3 li label:hover {text-shadow:none;}
.box3 li p {
	color: #959595;  
	margin-top:10px;
	font-size:16px;
	transition: all .2s ease-in-out
}
.box {

  display:none;
}

#l1,#l2,#l3,#l8,#l4,#l5,#l6,#l7{
  display:none;
}

/* 伪类样式,在不同状态下应用的样式 */
#l1:checked~.box,#l2:checked~.box,#l3:checked~.box,#l4:checked~.box,#l5:checked~.box,#l6:checked~.box,#l7:checked~.box,#l8:checked~.box{
  display:block;
  
}