* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
li {
	list-style-type:none;
}
body {
  font-size: 14px;
  background: #f1f2f7;
  color:#181818;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

img {
  position: relative;
  z-index: 1;
}

textarea{
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
a{ 
	text-decoration:none; 
} 
.loading{
  background:#000;
  z-index:99999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.loading_num{
  position:absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 88px;
  margin-left:-100px;
  margin-top: -77px;
  color: #666666;
  text-align: center;
  font-size: 12px;
}

.spinner {
  display: inline-block;
  width: 80px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #6ccac9;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

.container {
	width: 1000px;
	min-width: 1000px;
	display: block;
	margin: auto;
	min-height: 500px;
	margin-bottom: 30px;
	border-radius: 2px;
	box-sizing: border-box;
	overflow: hidden;

}
.title-box{
	position: fixed;
	width: 100%;
	height: 50px;
	background: #fff;
	top: 0;
	z-index: 11;
	border-radius: 2px;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	-webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
}
.title-box .center{
	width: 1000px;
	max-width: 1000px;
	display: block;
	margin: auto;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.title-box .title-logo {
	color: #FF6C60;
	line-height: 30px;
	float: left;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.title-box .title-logo span{
	font-size: 12px;
	color: #333;
	font-weight: 400;
	letter-spacing: 2px;
}
.body-box{
		box-sizing: border-box;
    background: #fff;
    width: 700px;
    float: left;
    min-height: 882px;
    padding-top: 0;
}
.body-left{
	padding:10px;
	overflow: hidden;
}
.body-box2{
	box-sizing: border-box;
	background: #fff;
	width: 290px;
	min-height: 650px;
	position: fixed;
	z-index:1;
}

.body-box h5{
  line-height: 30px;
	width: 100%;
	height: 30px;
}
.body-box #dataname{

}
.body-box #data{
	width: 927px;
	max-width: 90%;
	min-height: 250px;
	border: 1px dashed #ddd;
	padding: 10px;
	padding-left: 40px;
}
.sure-sub{
    height: 40px;
    width: 97.8%;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f67a6e;
    cursor: pointer;
    color: #fff;
    letter-spacing: 5px;
    font-weight: bold;
}
.sure-sub:hover{
	 background: #ff6c60;
}

.layer1{
	width: 100%;
	height: 100%;
	z-index: 11;
	position: fixed;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
	display: none;
}

.layer2{
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
	display: none;
}

.img-list{
	width: 70%;
	display: none;
	position: fixed;
	z-index:20;
	background: #fff;
	height: auto;
	top:10%;
	left:15%;
	min-height: 80%;
}
.img-list table{
	width: 80%;
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	border: 1px solid #eee;
	overflow: hidden;
}
.img-list table tr{
	min-height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.img-list table thead{
	background: #666;
  color: #fff;
  letter-spacing: 2px;
}
.img-list table tbody{
	height: 300px;
	overflow-y: auto;
	display: block;
}
.img-list table tbody tr{
	 border-bottom: 1px solid #ddd;
}
.img-list table tr,thead,tbody{
	width: 100%;
	display: block;
}
.img-list table td img{
	width: 100px;
	max-width: 90%;
}
.img-list table td{
	word-wrap:break-word;
	width: 33.333%;
	display: block;
	float: left;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	padding-top: 10px;
}
.img-list table th{
	width: 33.333%;
  display: block;
  float: left;
}
.download{
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #6ccac9;
	border: 1px solid #6ccac9;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	letter-spacing: 2px;
}
.close{
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #a1a1a1;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-left: 10%;
    cursor: pointer;
    letter-spacing: 2px;
    color: #fff;
}
.btn-scan{
	width: 80%;
	display: block;
	margin: auto;
}
.setScan{
	width:100%;
	margin-top: 10px;
	overflow: hidden;
}
.setScan ul li {
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	float: left;
	margin-top: 10px;
}
.setScan ul li:nth-child(even){

}

.setScan ul li input,select{
	width:50%;
	height:40px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #eee;
	border: 1px solid #ccc;
	text-indent: 10px;
}

.body-box2 ul li input,select{
	width:100%;
	height:30px;
	border-radius:0px;
	box-shadow: 2px 2px 5px #eee;
	border: 1px solid #ccc;
	text-indent: 10px;
	box-sizing: border-box;
}
.set-set span{
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 12px;
	cursor: pointer;
}
 .set-set{
	 width: 94%;
	 float: left;
	 margin-left: 3%;
	 min-height: 270px;
	 margin-top: 10px;
	 position: relative;
	 z-index: 1;
	 display: none;
}

.set-set li{
	margin-top: 10px;
}

.set-show{
	box-sizing: border-box;
	margin-top: 5px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 10px solid #f1f1f1;
}
 .set-show .scanlogo{
    position: absolute;
    margin: auto;
    height: 64px;
    top: 50%;
    margin-top: -31px;
    left: 50%;
    margin-left: -31px;
    display: none;
}
 .set-show .set-show-code {
	 margin: auto;
	 height: 220px;
	 width: 220px;
	 cursor: pointer;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border: 1px solid #eee;
 }
 .set-show .set-show-code img{
	display: block;
	margin:auto;
	height: 200px;
	z-index: 1;
}
.setScan ul p{
	line-height: 40px;
}
.set-view p {
	line-height: 30px;
}
.set-view{
	width:100%;
	float: left;
	min-height: 70px;
	margin-bottom: 10px;
}
.code-num{
	height:40px;
	line-height: 40px;
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 30px;
}
.code-num p span{
    color: #FFA500;
    font-size: 25px;
    padding: 0 10px;
}
.set-tools textarea{
	width: 927px;
	max-width: 90%;
	min-height: 150px;
	border: 1px dashed #ddd;
	padding: 10px;
	padding-left: 40px;
}
.banner{
	width: 200px;
	height: 200px;
	position: fixed;
	right: 0;
	bottom: 0;
}
.styleClass{
	line-height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #797979;
}
.styleClass2{
	height: 30px;
	line-height: 30px;
	color: #737373;
	font-size: 12px;
}
#setname{
	zoom: 0.8;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#setdatas{
	zoom: 0.8;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.setname-box{
	width:100%;
	max-width: 1000px;
	min-height: 100px;
	overflow: hidden;
	float: left;
}
.footer{
	width: 100%;
	overflow: hidden;
}
.feedback{
	height: 16px;
	line-height: 16px;
	padding: 30px 0;
	text-align: center;
}
.feedback a{
	clear: both;
	text-align: center;
	color: #999;
	font: 12px/1.5 Arial;
	white-space: nowrap;
}
.footer p{
	text-align: center;
	color: #999;
	font: 12px/1.5 Arial;
}
.help-box{
	max-width: 1000px;
	width: 80%;
	display: block;
	margin: auto;
	padding: 10px;
	min-height: 500px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.help-box img {
	width:100%;
}


/*login*/
.alertbox-login{
	width:50%;
	overflow: hidden;
	position: fixed;
	left:25%;
	top:10%;
	z-index: 12;
}
.login-box{
 	min-width: 300px;
	width:50%;
	display: block;
	margin: 30px auto;
	background: #fff;
	min-height: 500px;
	border-radius: 5px;
}

.login-box h1{
	font-size: 28px;
	text-align: center;
	line-height:40px;
	color: #666;
	letter-spacing: 15px;
}

.input{
	width: 90%;
    height: 40px;
    border-radius: 4px;
    color: #666;
    border: 1px solid #eee;
    display: block;
    margin: 10px auto;
    text-indent: 10px;
}

.btn{
	width: 30%;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	background-color: #6ccac9;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin: auto;
}
.btn:hover{
	background-color: #6ccac9;
}
.guest-login{
    width: 140px;
    float: right;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    background: #fff;
}
.guest-login a{
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 600;
}
.guest-login p{
    text-align: center;
    width: 140px;
    overflow: hidden;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.user-center{
	width: 140px;
	height: 124px;
	position: absolute;
	top: 40px;
	right: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	display: none;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 4px #eee;
	box-sizing: border-box;
}
.user-center li{
	margin-top: 10px;
	width: 100%;
	height: 40px;
	margin: auto;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.user-center li:hover{
	color: #f67a6e;
}

.user-center li:hover .guest-login{
	background-color: #f67a6e;
	color: #fff;
}

.bbs-box{
	min-height: 100px;
	border-top: 1px solid #eee;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.bbs-textarea{
	width: 90%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 30px auto;
    border: 1px solid #eee;
    max-width: 90%;
    border-radius: 4px;
    text-indent: 20px;
}
.btn-2{
	width: 15%;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	background-color: #6ccac9;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin: auto;
}
.bbs-title{
	text-align: center;
    line-height: 100px;
    color: #666;
}
.bbs-box ul{
/*	width: 90%;
	min-height: 100px;
	display: block;
	margin-left: 18px;*/
}
.bbs-box ul li{
	min-height: 100px;
	width: 96%;
	background: #fff;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 2%;
}
.bbs-box ul li p {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
}
.bbs-box ul li p  span{
	color:#6ccac9 ;
}


.bbs-head{
	display: block;
	width: 48px;
	border-radius: 5px;
	height: 48px;
}
.bbs-content-right{
	margin-left: 60px;
	margin-top: -60px;
}

.right-menu{
		position: fixed;
    right: 0;
    top: 100px;
    z-index: 1;
    cursor: pointer;
}
.right-menu span{
    padding: 16px 8px;
    margin-left: 0px;
    width:25px;
    background: #FFFFFF;
    box-shadow: 0 1px 20px 0 #E4E8EB;
    border-radius: 2px;
    cursor: default;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: normal;
    white-space: normal;
    writing-mode: vertical-rl;
}
.right-menu-png{
    background: #FFFFFF;
    box-shadow: 0 1px 20px 0 #E4E8EB;
    border-radius: 2px;
    padding: 10px 10px 16px;
    opacity: 0; 
    visibility: inherit;
    transition: opacity .3s;
    position: fixed;
    right: 49px;
    top: 0;
    top: 100px;
    display: none;
    z-index: 1;
}
 .right-menu-png img {
    width: 130px;
    display: block;
}
.right-menu-png strong {
		font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
}
.center-info{
	height: 60px;
	display: block;
	overflow: hidden;
	margin:30px auto;
}
.center-info li {
	width:25%;
	float: left;
	height: 60px;
	text-align: center;
}
.center-info li p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}
.center-info li p:nth-child(2){
    color: #FFA500;
    font-size: 16px;
    font-weight: bold;
}
.center-info1{
	height: 42px;
	width: 96%;
	display: block;
	font-size: 14px;
	color: #111;
	border-bottom: 1px solid #C8DAE2;
	margin: 0 auto;
	line-height: 46px;
	overflow: hidden;
}
.center-info2{
	width:96%;
	display: block;
	margin:20px auto;
	overflow: hidden;
}
.center-info2 tr{
	width: 100%;
	display: block;
}
.center-info2 thead td{
	font-weight:bold;
	text-align: center;
	line-height: 40px;
	width:25%;
	display: block;
	float: left;
}
.center-info2 tbody td{
	text-align: center;
	line-height: 40px;
	width:25%;
	display: block;
	float: left;
}


.center-info3{
	width:96%;
	display: block;
	margin:20px auto;
	overflow: hidden;
}
.center-info3 tr{
	width: 100%;
	display: block;
}
.center-info3 thead td{
	font-weight:bold;
	text-align: center;
	line-height: 40px;
	width: 16.6%;
	display: block;
	float: left;
}
.center-info3 tbody td{
	text-align: center;
	line-height: 40px;
  width: 16.6%;
	display: block;
	float: left;
}
.wxscan-box-left{
	float: left;
	width: 600px;
	min-height: 100px;
}
.wxscan-box-left h5{
	text-indent: 5%;
	font-size: 20px;
	margin: 10px 0;
}
.wxscan-box-left p{
	text-indent: 5%;
}
.wxscan-box-right{
	width: 380px;
	margin-top:95px;
	float: right;
	min-height: 100px;
}
.wxscan-code-box{
	height: 250px;
	width: 250px;
	margin: 20px auto;
  border: 1px solid #eee;	
}
#file_cancel{
    background-color: #666!important;
    cursor: pointer;
    color: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px;
    left: 118px;
    top: -40px;
    box-shadow: 4px 4px 0px #ccc;
}
.center-me{
	height: 160px;
	width: 150px;
	float: left;
	margin: 30px 0;
	margin-left: 20px;
	border: 1px solid #ddd;
}
.notice{
	min-height: 30px;
	margin: 0px auto;
	box-sizing: border-box;
	background: #fff;
	width: 280px;
	float: right;
	cursor: pointer;

}
.notice-info{
	width: 80%;
	margin: 20px auto;
	color: #8590a6;
	font-size: 12px;
}
.notice-info p{
	padding-left: 5px;
}
.notice h5{
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-family: '微软雅黑';
}
.notice p{
	color: #666;
	line-height: 30px;
	font-size: 10px;
}
.notice p span{
	font-size: 20px;
	color: #6ccac9;
}
.notice_icon{
	cursor: pointer;
	float: right; 
	padding-right: 5px;
	color: #666;
}
.addvip{
	font-weight: bold;
	color: #6ccac9;
}
.center-leftbox{
	width:700px;
	float: left;
}
.center-rightbox{
	width:290px;
	float: right;
}
.center-user{
	position: relative;
	margin: 0 20px;
	padding: 30px 0;
	border-bottom: 1px solid #e5e9ef;
}
.center-userhead{
	display: inline-block;
	width: 80px;
	height: 120px;
	overflow: hidden;
}
.center-userhead img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}
.big-name-left {
	vertical-align: top;
	display: inline-block;
	width: 420px;
	margin-left: 12px;
}
.big-name-top, .big-nane-bottom {
	width: 420px;
	margin-top: 5px;
}
.big-user-name {
	font-size: 16px;
	color: #222;
	line-height: 16px;
	vertical-align: text-bottom;
	font-weight: 700;
}
.big-nane-bottom {
	margin-top: 10px;
	color: #8590a6;
	line-height: 30px;
  font-size: 14px;
}
.big-nane-bottom p {
	font-size: 12px;
	color: #99a2aa;
	line-height: 12px;
	line-height: 20px;
}
.big-member-btn {
	background: #6ccac9;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	line-height: 14px;
	padding: 9px 25px;
	position: absolute;
	top: 41px;
	right: 0px;
}
.big-record-btn {
	display: block;
	border: 1px solid #ccd0d7;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	color: #6d757a;
	cursor: pointer;
	line-height: 14px;
	padding: 7px 16px;
	position: absolute;
	top: 41px;
	right: 0;
}
.security-right-title[data-v-4cbad597] {
	height: 50px;
	border-bottom: 1px solid #ddd;
	width: 96%;
	margin: auto;
}
.security-right-title-icon[data-v-4cbad597] {
	float: left;
	width: 4px;
	height: 16px;
	margin-top: 18px;
	background-color: #6ccac9;
	border-radius: 4px;
}
.security-right-title-text[data-v-4cbad597] {
	float: left;
	margin: 15px 0 0 5px;
	color: #6ccac9;
	font-size: 14px;
	cursor: default;
}
.big-nane-bottom p {
	font-size: 12px;
	color: #99a2aa;
	line-height: 12px;
}
/*.pay-list{
	width: 50%;
	display: none;
	position: fixed;
	z-index: 20;
	background: #fff;
	height: auto;
	top: 25%;
	left: 25%;
	min-height: 50%;
	padding: 20px 20px;
	border-radius: 10px;
}*/

.pay-list {
	padding: 20px 20px;
}

.head-label {
	 font-size: 14px;
	 color: #000;
	 vertical-align: middle;
	 margin-right: 14px;
	 display: inline-block;
	 margin-top: 20px;
}
.pay-list ul {
	display: inline-block;
	zoom: 1;
	list-style: none;
	padding-left: 0;
	margin: 0;
	vertical-align: middle;
	margin-top:20px;
}
.pay-item{
	margin-bottom: 20px;
}

.pay-list .wechat {
	background-size: 90px!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important;
	background: url('https://static.hdslb.com/vip/static/oYYBAFetQV2ARJwsAAAQCzXBMYY440.png') no-repeat 50%;
}

.pay-list .alipay {
	background-size: 65px!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important;
	background: url('https://t.alipayobjects.com/images/rmsweb/T13IFgXjlaXXXXXXXX.png') no-repeat 50%;
}

.pay-list .wallet {
	background-size: 30px!important;
	background-repeat: no-repeat!important;
	background-position: 5px!important;
	background: url(https://tttwdfsdfa-1256595918.cos.ap-guangzhou.myqcloud.com/img/qianbao.png) no-repeat 50%;
	text-indent: 10px;
	font-weight: 600;
	font-size: 13px;
}


.pay-list ul li.active {
	border-color:#e44d3a;
	box-shadow: inset 0 0 0 1px #e44d3a;
	color: #e44d3a;
}

.pay-time ul li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #cdd5e4;
	border-radius: 4px;
	font-size: 18px;
	color: #222;
	min-width: 100px;
	text-align: center;
	height: 60px;
	padding: 5px;
	line-height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	vertical-align: top;
}

.pay-type ul li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #cdd5e4;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	min-width: 100px;
	text-align: center;
	height: 38px;
	padding: 5px;
	line-height: 28px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	vertical-align: top;
}
.pay-list .originalPrice {
	display: inline-block;
	font-size: 12px;
	color: #99a2aa;
	text-decoration: line-through;
}
.pay-sum{
	margin-top: 30px;
}
.pay-type{

}
.pay-list .wechat {
	background-size: 90px!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important;
	background: url('https://static.hdslb.com/vip/static/oYYBAFetQV2ARJwsAAAQCzXBMYY440.png') no-repeat 50%;
}

.gotopay {
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #6ccac9;
	border: 1px solid #6ccac9;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
}
.title-menu{
	width: 600px;
	float: left;
	height: 50px;
	margin-left: 25px;
}
.title-menu li{
    padding: 0 15px;
    line-height: 40px;
    color: #555;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
}
.title-menu li:hover{
	color: #f67a6e;
}
#getuserNum a{
	color: #6ccac9;
	font-size: 10px;
	font-weight: bold;
}

.runNum{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-bottom: #CCCCCC solid 1px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.runNum>li{
	list-style: none;
	width: 40px;
	float: left;
	position: absolute;
}









/* code for animated blinking cursor */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
/*@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}*/
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.text-box{
	width:90%;
	padding: 5%;
}

.text-title{
	width:659px;
	height:40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-top: 20px;
}
.text-content{
	width:659px;
	height:300px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #eee;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-top: 20px;
	padding-top: 10px;
}
.text-show{
	min-height: 30px;
	margin: 5px auto;
	margin-top: 5px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	width: 290px;
	float: right;
	cursor: pointer;
	height:876px;
	padding: 10px;
}
.text-show-title{
	margin-bottom: 10px;
}
.text-show-title p{
	height: 30px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
    text-align: center;
}

.text-img{
	height:115px;
	margin-top: 30px;
	overflow: hidden;
}

.text-img img{
	height:70px;
	max-width: 100%;
}
.text-show-img{
	overflow: hidden;
	text-align: center;
}
.text-show-img img{
	width:100%;
}
.text-show-content{
    width: 100%;
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
}
.text-more{
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
}

.set-menu{
	width:94%;
	margin-left: 3%;
	height: 40px;
	margin-top: 15px;
	
}
.set-menu li{
    width: 25%;
    height: 40px;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    color: #1a1a1a;
		border-radius: 5px 5px 0 0;
}
.set-menu .active{
	background: #FF6C60;
	color: #fff;
}
.icon-tianjiaguanliyuan{
	color: #FFA07A;
	cursor: pointer;
}
.icon-VIPhuiyuan{
	color: #FFC125;
	cursor: pointer;
}
.icon-icon_vip_01{
	color: #FFC125;
	cursor: pointer;
}
.record-nav {
	height: 50px;
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	width: 96%;
	margin: auto;
}
.record-nav .on {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAGXRFW…hEgXgREMcB8WsmIMEFxJuB2ANKc4EElwOxOQMEgOjlAAEGAPtdBvsKf21nAAAAAElFTkSuQmCC) bottom no-repeat;
	border-bottom: 1px solid #6ccac9;
	color: #6ccac9;
}
.record-nav-item {
	float: left;
	font-size: 14px;
	text-align: center;
	margin-right: 38px!important;
	min-width: 56px;
	color: #222;
	cursor: pointer;
}
 .comment-send {
	 width: 93%;
	 margin-left: 10px;
	 background: #fff;
	 padding: 20px 2%;
	 border-radius: 5px;
}
 .comment-send .user-face {
	float: left;
	margin: 7px 0 0 5px;
	position: relative;
}
 .comment-send .user-face .user-head {
	width: 48px;
	height: 48px;
	border-radius: 1%;
}
 .comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}
 .comment-send .textarea-container textarea {
	 outline: none;
	 white-space: pre;
	 resize: none;
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 100%!important;
	height: 65px;
	transition: 0s;
	padding: 5px 10px;
	line-height: normal;
}
 .comment-send .comment-submit {
	width: 70px;
	height: 64px;
	position: absolute;
	right: -80px;
	top: 0;
	padding: 4px 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	min-width: 60px;
	vertical-align: top;
	cursor: pointer;
	background-color: #6ccac9;
	border: 1px solid #6ccac9;
	transition: .1s;
	user-select: none;
	outline: none;
}
 .bbs-erro{
	 line-height:30px;
	 width:100%;
 }
.mymess{
	width: 96%;
	display: none;
	margin: 20px auto;
	overflow: hidden;
}
 .mybbs{
	 width: 96%;
	 display: none;
	 margin: 20px auto;
	 overflow: hidden;
 }
 .mybbs-list{
	 width: 100%;
	 line-height: 40px;
	 color: #8590a6;
	 min-height: 50px;
	 overflow: hidden;
	 border-bottom: 1px solid #eee;
 }
 .mybbs-content{
	 width:900px;
	 float: left;
 }
 .mybbs-delete{
	 width: 60px;
	 height: 30px;
	 line-height: 30px;
	 text-align: center;
	 float: right;
	 border-radius: 5px;
	 color: red;
	 margin-top: 10px;
	 font-weight: bold;
	 font-size: 18px;
 }
 .helpbutton{
	 float: right;
	 color: #6ccac9;
	 font-size: 25px;
	 margin-right: 15px;
	 cursor: pointer;
 }
 .help-setname{
	 display: none;
	 font-size: 10px;
	 color: red;
	 text-indent: 10px;
	 padding-left: 10px;
	 line-height: 45px;
 }

 .sendmess{
	 height: 40px;
	 width: 100px;
	 border: 1px solid #ddd;
	 margin-top: -52px;
	 float: right;
	 color: #fff;
	 margin-right: 24px;
	 background-color: #6ccac9;
	 cursor: pointer;
	 line-height: 40px;
	 text-align: center;
	 font-size: 12px;
	 position: relative;
	 z-index: 1;
 }
 .sendmess:hover{
 	background-color: #20a0f1; 
 }
 .logo-history{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px;
    border: 1px solid #41cac0;
    cursor: pointer;
    color: #fff;
    background: #41cac0;
    box-shadow: 4px 4px 0px #ccc;
 }
.logo-list{
		width: 400px;
		height: 300px;
    position: fixed;
    z-index: 20;
    background: #fff;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -200px;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 12px 1px #ccc;
    display: none;
}
.logo-list-box{
	width: 100%;
	height:250px;
	overflow-y: auto;
	border-bottom: 1px solid #ccc;
}
.logo-list-color{
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 5%;
    margin-top: 14px;
    cursor: pointer;
}

.logo-list-box img{
	width: 75px;
	height: 75px;
	margin-left: 20px;
	margin-top: 10px;
	display: block;
	float: left;
	cursor: pointer;
}

.page-box{
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.record-nav-list{
	min-height: 300px;
}
.code-status{
	width: 80%;
	height: 40px;
	margin-left: 10%;
	margin-bottom: 10px;
	line-height: 30px;
	color: #8590a6;
	font-size: 12px;
}
.code-status span i{
	font-size:30px;
	cursor: pointer;
}
.code-status .active{
	color: red;
}
.article-title{
	min-height: 55px;
	width: 96%;
	background: #fff;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 2%;
}
.article-head{
	display: block;
	width: 48px;
	height: 48px;
}
.article-content-right {
	margin-left: 60px;
	margin-top: -48px;
	height: 48px;
}
.article-title-name{
	width: 100%;
	min-height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 8px;
}
.article-content{
	padding: 10px;
	padding-top: 30px;
}

.Card-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #f6f6f6;
	box-sizing: border-box;
}

.Card-headerText {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	font-synthesis: style;
}
.Card-section{
	padding: 16px 20px;
	position: relative;
}

.SimilarQuestions-item{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	font-weight: 400;
}
.search-input{
	width:80%;
	height:38px;
	border:1px solid #ccc;
}

.search-btn{
	width:18%;
	height:40px;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #6ccac9;
	cursor: pointer;
}
.son-nav{
    width: 1000px;
    max-width: 1000px;
    display: block;
    margin: auto;
    height: 45px;
    position: relative;
    line-height: 45px;
    text-align: center;
    display: none;
}
.son-nav .swiper-button-next{
	position: absolute;
	top: 50%;
	width: 28px;
	height: 15px;
	margin-top: -7px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.son-nav .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 15px;
	margin-top: -7px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.son-nav .swiper-slide{
	text-align: center;
	letter-spacing: 2px;
}
.son-nav .swiper-slide a{
	color: #222;
	font-weight: 700;
}
.son-nav .swiper-slide a:hover{
	color: #ff5f00;
}
.son-nav .swiper-button-next{
	right: -20px;
}
.son-nav .swiper-button-prev{
	left: -10px;
}
.son-nav-item{
	text-align: left;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #6ccac9;
	margin: 0 10px;
	display: inline-block;
	box-sizing: border-box;
	font-weight: 400;
}
.son-nav-item a{
	color: #000;
	font-size: 13px;
	line-height: 50px;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	letter-spacing: 1px;
}
/*.son-nav .active{
	    border-bottom: 2px solid #6ccac9;
}
*/
.son-nav-item:hover .son-nav-item a{
  background:#6ccac9;
  color: #fff;
} 
.son-nav-box{
		background: #f1f2f7;
		width:100%;
		height:45px;
	  margin-top: 40px;
}
.pls-accounts {
    display: inline-block;
    display: block;
    padding: 20px 110px;
    background-color: #fff;
    overflow: hidden;
}
.pls-accounts .pls-accounts-pic {
    float: left;
    width: 290px;
    height: 228px;
    padding-top: 30px;
    background: url(../upload/1527578526) no-repeat;
}
.pls-accounts .pls-accounts-pic .pls-accounts-p {
		font-size: 20px;
    line-height: 40px;
    color: #ff7200;
    text-indent: 50px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 600;
}
.pls-accounts .pls-accounts-pic .down {
		font-size: 14px;
    line-height: 30px;
    letter-spacing:1px;
}
.pls-accounts-invoice .pls-accounts-content .pls-accounts-content-inner {
    padding-top: 26px;
    height: 260px;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner {
	width: 478px;
	height: 226px;
	margin: 1px;
	padding: 30px 0 0;
	background-color: #fff;
}
.pls-accounts-invoice .pls-accounts-content .pls-accounts-content-inner dl {
    margin-left: 86px;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner dl {
    margin-left: 70px;
    font-size: 14px;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner dl dt {
    display: inline-block;
    width: 120px;
    text-align: left;
    margin-bottom: 20px;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner dl dd {
    display: inline-block;
    text-align: left;
    color: #333;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner dl dd .pre-price {
    position: relative;
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: line-through;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner dl #price {
    font-size: 22px;
    color: #ff7200;
}
.pls-accounts-invoice .pls-accounts-content .pls-accounts-content-inner .dialog-btn .dialog-btn-a {
    width: 258px;
    padding: 0;
}
.dialog-btn .dialog-btn-a {
		display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    background-color: #6ccac9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 70px;
    text-align: center;
}
.pls-accounts-invoice .pls-accounts-content .pls-accounts-content-inner .tips {
    margin-top: 10px;
}
.pls-accounts .pls-accounts-content .pls-accounts-content-inner .tips {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.pls-accounts .pls-accounts-content {
    float: left;
    width: 480px;
    height: 258px;
    font-size: 14px;
    background-color: #e5ddd5;
}
.pls-column-mt{
		height: 62px;
    line-height: 62px;
    background: #29b474;
    text-align: center;
    overflow: hidden;
}
.pls-column-top{
    margin: 0 16px;
    background: url(https://cathkid.com/upload/1527580227);
}
.pls-column-top .pls-column-txt {
    display: inline-block;
    padding: 0 80px;
    letter-spacing: 13px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.down-btn{
		width: 80px;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    background: #BCD8E6;
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    border-radius: 2px;
}
.down-btn:hover{
	background: #6ccac9;
}
.yqCode{
		width: 96%;
    margin-left: 2%;
    overflow: hidden;
    padding: 20px 0;
}
.yqcode-sq input{
    height: 27px;
    line-height: 30px;
    border-radius: 5px;
    width: 500px;
    float: left;
    border: none;
    border: 1px solid #f2f2f2;
    margin-right: 20px;
}

.text-banner{
    width: 570px;
    height: 380px;
    padding: 9px;
    margin: 10px;
    border: 1px dashed #f2f2f2;
    position: relative;
}
.text-left{
	width: 600px;
	float: left;
	min-height: 500px;
}
.text-right{
	width: 400px;
	float: left;
	min-height: 500px;
}
.text-banner-box{
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0 10px;
}
.text-centent{
    width: 590px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.body-title{
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 1px dashed #eff2f7;
	color: #2a3542;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}

.questtion-box{
	min-height: 100px;
	border-top: 1px solid #eee;
	width: 680px;
	overflow: hidden;
	margin-left: 10px;
	background: #fff;
	margin-top: 10px;
}
.questtion-box ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #f2f2f2;
}
.questtion-box ul li h5{
	text-align: left;
	text-indent: 10px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.questtion-box ul li .question-p{
	padding: 10px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.create-question-box{
}
.create-question-box h5{
	text-indent: 10px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	height: 40px;
}
.create-question-title{
	width: 96%;
	border: 1px solid #f2f2f2;
	margin-top: 10px;
	height: 40px;
	margin-left: 2%;
	text-indent: 10px;
}
.create-question-content{
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
}
.add-new-showData{
	height: 30px;
    background: #f67a6e;
    color: #fff;
    width: 60px;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin-right: 16px;
    margin-top: 5px;
    cursor: pointer;
}
.banner-1-box{
	width: 100%;
	border-top: 20px solid #f2f2f2;
}

.banner-1-box:hover .banner-close{
	display: block;
}

.banner-1{
		width: 700px;
    min-height: 55px;
    background: #f1f1f1;
    position: relative;
}
.banner-1 .banner-ts{
    line-height: 25px;
    color: #fff;
    background: #000;
    opacity: .5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 10px;
    z-index: 10;
    border: 1px solid #fff;
}
.banner-1 .banner-close{
    line-height: 27px;
    height: 25px;
    width: 25px;
    color: #fff;
    background: #000;
    opacity: .5;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    display: none;
}

.datavalueshow-box{
    width: 220px;
    margin: auto;
    margin-top: -1px;
    border: 1px solid #eee;
    border-top: none;
}
.body-content{
	padding: 10px;
	line-height: 20px;
  color: #666;
}
.body-content p {
	line-height: 20px;
	font-size: 12px;
}
.indexlink-box input{
	  width: 665px;
    height: 30px;
    text-indent: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
#setmark{
		zoom: 0.8;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.product-list{
    height: 600px;
    margin: auto;
    margin-top: 5%;
    overflow: hidden;
}
.product-list ul{
	margin-top: 30px;
}
.product-list ul li{
		float: left;
    width: 22%;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px #ccc;
    height: 330px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
		position: relative;
}
.product-list h1{
	text-align: center;
	line-height: 100px;
	font-size: 30px;
	font-weight: normal;
}
.product-list ul li h5{
	text-align: center;
  font-size: 22px;
	line-height: 1;
	margin-bottom: 8px;
	font-weight: 500;
}
.product-list ul li h4{
	color: #999;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 400;
	margin-top: 10px;
}
.product-list ul li p{
	color: #999;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.product-list ul li h3{
		font-size: 32px;
    color: #f57c00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.product-list ul li h3 s{
	font-size: 13px;
	color: #999;
	font-weight: 300;
}
.product-list ul li h3 span{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.product-list ul li a{
		border: 1px solid #f57c00;
    height: 40px;
    width: 138px;
    display: block;
    margin: auto;
    color: #f57c00;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-top: 100px;
    cursor: pointer;
}
.product-list ul li a:hover{
	border: 1px solid #fff;
	background: #f57c00;
	height: 40px;
	width: 138px;
	display: block;
	margin: auto;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin-top: 100px;
}
.product-table h1{
	text-align: center;
	line-height: 100px;
	font-size: 30px;
	font-weight: normal;
}

.product-table table{
	width: 1000px;
	margin: auto;
}
.product-table table tr{
	width: 100%;
  display: table;
	background: #fff;
}
/*.product-table table  tr:nth-child(even){
	background: #fff;
}
.product-table table  tr:nth-child(odd){
	background: #eee;
}*/

.product-table table th{
	text-align: left;
	font-size: 18px;
	width: 20%;
	padding: 10px;
	color: #f57c00;
}
.product-table table td{
	width: 20%;
	line-height: 40px;
	padding: 10px;
}

.product-table table tr td:nth-child(1){
	font-weight: bold
}
.showCount{
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    color: #999;
    height: 40px;
    background: #fff;
    clear: both;
    border-top: 1px dashed #ddd;
    letter-spacing: 2px;
}
.showCount span{
	  background: #666;
    padding: 2px 5px;
    color: #fff;
}
input[type="range"] {
	-webkit-appearance: none; /*去除默认样式*/
	border-radius: 15px !important;
	width: 100% !important;
	-webkit-appearance: none;
	height:10px !important;
	padding: 0;
	border:0;
	outline:none;
	background:#ccc;
	background: -webkit-linear-gradient(#666, #666) no-repeat #ececec;
	background-size: 0% 100%;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;/*去除默认样式*/
	cursor: default;
	top: 0;
	height: 15px;
	width: 15px;
	transform: translateY(0px);
	background:  #666;
	border-radius: 15px;
	border: 1px solid #666;
}

.price-discount-mark {
	width: 80px;
	height: 80px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotateZ(45deg) scale(.9);
	text-align: center;
	line-height: 12px;
}
.price-discount-mark::before {
	content: '';
	border-width: 20px;
	width: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	display: block;
	position: absolute;
	top: -44px;
	z-index: -1;
	right: 20px;
}
.price-discount-mark::after {
	content: '';
	border-width: 40px;
	width: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #f57c00;
	display: block;
	position: absolute;
	top: -63px;
	right: 0;
	z-index: -2;
}


.print-set{
	padding: 10px;
	width: 1000px;
	margin:auto;
}
.print-set-item{
	width: 90%;
	height: 40px;
	padding: 5px 10px;
}
.print-set-item input , .print-set-item select{
	width: 400px !important;
	height: 30px;
}
.print-item{
	width: 25%;
	float: left;
	height: auto;
	border: 10px solid #fff;
	box-sizing: border-box;
}
.print-item img{
	width: 100%;
}
.print-title{
	width: 1000px;
	margin:auto;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
}
.print-set-item p{
	line-height: 30px;
}
.print-box-border{
	background: #f2f2f2;
	padding: 20px 0;
}
.print-box{
	width: 21cm;
	margin: auto;
	overflow-y: auto;
	background: #fff;
}
#print-btn{
	float: right;
	cursor: pointer;
	background: #6ccac9;
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
}


/*友情链接*/
.friend-link li{
	padding: 10px;
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
}
.friend-link li a{
	color: #999;
}

.friend-link li a:hover{
	color:#f67a6e;
}
.wxUrl-box{
	width: 97.5%;
	line-height: 30px;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	display: list-item;
	margin-top: 20px;
	border: 1px solid #f2f2f2;
	padding-left: 5px;
}
.wxUrl-box tr{
	width: 100%;
	display: inline-table;
	border-bottom: 1px dashed #f2f2f2;
}
.wxUrl-box span{
	font-weight: 600;
	padding: 0px 5px;
	float: right;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
}
.timeclass{
	display: none !important;
}
