.packet .hide {opacity: 0;display:block;z-index:1041;}
    .packet {width: 100%;height: 768px;position:absolute;z-index: 9999991;}
    .packet .packet-box {width: 100%;height: 50%;position: relative;margin-top: 5rem;}
    .packet .packet-box2 {width: 100%;height: 50%;position: relative;margin-top: 3rem;}
    /* 红包身体居中显示 */
    .packet .red-packet{position: absolute;width: 19rem;height: 19.9rem;left: 50%;margin-left: -9.5rem;z-index: 1050;}
    /* 闭合时的红包身体*/
    .packet .red-packet__close {background: url(/andisk/images/gift/open-no.png) no-repeat center /100% 100%;}
    /* 打开时的红包身体 */
    .packet .red-packet__open {background: url(/andisk/images/gift/open-before.png) no-repeat center /100% 100%;}
    /* 开红包按钮 */
    .packet .open__btn {background: url(/andisk/images/gift/open.png) no-repeat center /100% 100%;position: absolute;width: 5rem;height: 5rem;left: 50%;margin-left: -2.5rem;cursor:pointer;z-index: 1140;top: 4.9rem;}
    /*红包封口 */
    .packet .seal{position: absolute;width: 19rem;height: 8.15rem;left: 50%;margin-left: -9.5rem;top: 0;z-index: 1048;opacity: 0;}
    /* 闭合时的红包封口 */
    .packet .seal__close {background: url(/andisk/images/gift/open-back-1.png) no-repeat center /100% 100%;}
    /* 打开时的红包封口 */
    .packet .seal__open {background: url(/andisk/images/gift/open-back-2.png) no-repeat center /100% 100%;}
    /* 打开惊喜 */
    .packet .surprised {position: absolute;text-align:center;width: 8rem;height: 9rem;left: 50%;margin-left: -2.5rem;top: 3.5rem;opacity: 0;z-index: 1048;}
    /* 惊喜图片 */
    .packet .surprised img {vertical-align: middle;width: 70%;top: 1.6rem;left: 15%;}
    /* 动画函数 */
    /*闭合时的红包身体消失动画*/
    .packet.animation-close{
        animation:red-packet__close 0.5s ease 1.2s 1 alternate;
        animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);
        -webkit-animation:red-packet__close 0.5s ease 1.2s 1 alternate;
        -webkit-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);
    }
    @keyframes red-packet__close {
        0% {opacity: 1;}
        50% {opacity: 0.5;}
        100% {opacity: 0;}
    }
    @-webkit-keyframes red-packet__close {
        0% {opacity: 1;}
        50% {opacity: 0.5;}
        100% {opacity: 0;}
    }
    
 
    /* 开启时的红包身体显示动画*/
    .packet .animation-open{
        animation:red-packet__open 0.5s ease 1.4s 1 alternate;
        animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);
        -webkit-animation:red-packet__open 0.5s ease 1.4s 1 alternate;
        -webkit-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);
    }
    @keyframes red-packet__open {
        0% {opacity: 0;}
        50% {opacity: 0.5;}
        100% {opacity: 1;}
    }
    @-webkit-keyframes red-packet__open {
        0% {opacity: 0;}
        50% {opacity: 0.5;}
        100% {opacity: 1;}
    }

    /* 开红包按钮抖动动画 */
   .packet   .animation-btn{
        animation: btn 0.2s linear 0.5s infinite alternate;
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-animation: btn 0.2s linear 0.5s infinite alternate;
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    @keyframes btn {
        0% {transform: scale(1);}
        100% {transform: scale(0.9);}
    }
    @-webkit-keyframes btn {
        0% {-webkit-transform: scale(1);}
        100% {-webkit-transform: scale(0.9);}
    }
    
    a.goback{
		display:block;position:fixed;right:0px;bottom:0px;
		width: 48px;
    	height: 48px;
    	background: #0D96EC;
    	z-index: 999;
    	border-radius: 24px;
 	}
 	
 	a.goback img{
 		margin: auto;
   		margin-top: 14px;
 	 	display:block;
 	}
 	
   .packet  #close {
	    color: rgba(0,0,0,0.5);
	}
	
	.packet  #close:hover{
	    color: white;
	}
	
	.packet .avatar span {
	    position: absolute;
	    bottom: 15px;
	    right: 35px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    font-size: 2em;
	    font-weight: bolder;
	    cursor:pointer;
	}
	

	span.andisk_blue {
	  color: rgb(0, 112, 192);
	}
	
	span.andisk_logo_text {
	  font-family: impact;
	}
	span.andisk_gray {
	  color: gray;
	}
	
	a.goback{
		display:block;
		position:fixed;
		right:0px;
		bottom:30px;
		width: 48px;
    	height: 48px;
    	background: #0D96EC;
    	z-index: 999999;
    	border-radius: 24px;
 	}
 	
 	a.goback img{
 		margin: auto;
   		margin-top: 14px;
 	 	display:block;
 	}
 	
 	.rightbar{
 	    top: 0;
	    right: 0;
	    width: 85px;
	    height: 100%;
	    cursor: pointer;
	    background: #eff1f0;
	    text-align: center;
	    z-index: 100;
    	position: absolute;
    	line-height: 39px;
 	}
 	
	span.andisk_yellow {
	  color: rgb(255, 192, 0);
	}
	
	span.andisk_logo_smaller {
	  font-size: 16px;
	}
	
	.warntip a{
		display: inline-block;
	    width: 80px;
	    border: 1px solid #eee;
	    border-radius: 3px;
	    margin-left: 10px;
	    margin-right: 10px;
    }
    
    .warntip{
    	background:hsl(55, 100%, 91%);
    	font-size: 10px;    
    	padding-top: 10px;    
    	padding-bottom: 10px;
    	text-align:center;
    }
    
header a.back {
    left: 10px;
    width: 100px;
    text-align: left;
    font-size: 16px;
}
.finished {
    background: #CFEBF6;
}
.hide{
	display:none;
}

.doc-btn {
    text-align: center;
    display: block;
    width: 100%;
}

.doc-btn em {
    font-style: normal;
    color: #ddd;
    line-height: 36px;
}

.view-btn .current,   .doc-btn .current {
    background-position: -8px 0;
}


.view-btn span,   .doc-btn span {
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    background: url(/andisk/images/btn-icon_08fd840.png) no-repeat;
}


.head-title{
    background-color: #00a2ca;
    color: white;
    height:44px;
    font-size:16px;
}

.head-title a.back{
    display: inline-block;
    color: white;
    width:auto;
    height:44px;
    padding-left: 10px;
    padding-right: 10px;
}

.head-title *{
	line-height:44px;
	display: inline-block;
    vertical-align: top;
}

.head-title .title{
	width:200px;
	margin-left:10px;
	text-align:center;
}

.head-title .home-btn{
    float: right;
    line-height: 44px;
    margin-right:10px;
}

	.andbook_waiting_status {
	    height: 50px;
		background-image: url(http://www.andisk.com/andisk/m/ke01_img/status.gif);
	    background-size: 64px 64px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	.tab-menu {
	    background: white;
	    width: 100%;
	    height: 50px;
	    position: fixed;
	    bottom: 0px;
	    z-index: 9999999;
	}
	
	span.andisk_logo_smallest {
	  font-size: 12px;
	}
	
	img.p_blank {
	  border: 1px solid #ddd;
	}
	
	.one-third {
	    width: 28%;
	    float: left;
	    margin-right: 4%;
	    text-align: center;
	    font-size: 24px;
	    cursor: pointer;
	    height:100%;
		line-height:50px;
	}
	
	.p_price {
	    position: relative;
	    bottom: 42px;
	    background: rgba(31, 31, 31, 0.62);
	    color: white;
	}
	
	p.p3 {
	    margin-bottom: 10px;
	    padding-left: 30px;
	    padding-right: 30px;
	    overflow: hidden;
	}
	
	p.p4 {
		width:60%;
		display:inline-block;
	    margin-bottom: 10px;
	    padding-left: 30px;
	    padding-right: 10px;
	    overflow: hidden;
	    height:30px;
	    line-height:30px;
	    vertical-align:middle;
	}
	
	p.p5 {
		width:auto;
		display:inline-block;
	    margin-bottom: 10px;
	    padding-left: 10px;
	    padding-right: 0px;
	    overflow: hidden;
	    height:30px;
	      line-height:30px;
	    vertical-align:middle;
	}
	.select {
	   color:#333;
	}
	
	#wrapper{
		height:auto;
		-webkit-overflow-scrolling:touch;
		overflow:auto;
		 -webkit-transform: translate3d(0, 0, 0);
	     -moz-transform: translate3d(0, 0, 0);
	      -ms-transform: translate3d(0, 0, 0);
	       -o-transform: translate3d(0, 0, 0);
	          transform: translate3d(0, 0, 0);
	          
	}

	.newslist{
		float:left;
		width:100%;
	}
	
	input.qt_blank {
	    border: 0px;
	    border-bottom: 1px solid;
	    padding: 0 5px;
	}
	
	.qt_blank_content_area *{
		display:inline-block;
	}

	.home-list {
	  list-style: none;
	  padding-left: 30px;
	  background-repeat: no-repeat;
	  background-size: 18px 18px;
	  background-position: 0px 5px;
	  margin-bottom: 10px;
	  line-height: 26px;
	}
	
	.pop-category li {
	  border-bottom: #ced4da 1px solid;
	  /*background: url(../images/i_viewall.png) 93% center no-repeat;*/
	  list-style:none;
	}
	
	.work-category li {
	  border-bottom: #ced4da 1px solid;
	  list-style:none;
	}
	
	.live-category li {
	  border-bottom: #ced4da 1px solid;
	  list-style:none;
	}
	
	.pop-outlines li{
  		padding-bottom: 5px;
  		list-style: none;
		padding-left: 20px;
		padding-right:10px;
	}
	
	.pop-outlines li.selected {
	  background: #eee;
	}
	
	.pop-outlines li:hover {
	  background: #eee;
	}
	
	.pop-comments li{
	  	border-bottom: #ced4da 1px solid;
  		padding-bottom: 5px;
  		list-style: none;
		padding-left: 20px;
		padding-right:10px;
	}
	
	.pop-comments li.selected {
	  background: #eee;
	}
	
	.pop-comments li:hover {
	  background: #eee;
	}
	
		.andbook_exam_paper_preview {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-left: 5px;
    border: 1px solid #DDDDDD;
    border-left-width: 0px;
    border-right-width: 0px;
    overflow: scroll;
    margin-top: 5px;
    background: white;
}

.paper_type {
    font-size: smaller;
}

.paper_title {
    text-align: center;
    font-weight: bolder;
    font-family: 微软雅黑;
    font-size: 20px;
}

.paper_score {
    text-align: right;
    margin-right: 10px;
    float: right;
}

.paper_memo {
    font-size: smaller;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.paper_check_info {
    min-height: 12px;
    text-align: right;
    margin-right: 10px;
    height: auto;
    font-weight: bolder;
    color: red;
    float: left;
    overflow: visible;
    width: 100%;
}

.paper_check_info .checklist {
    max-width: 100%;
    height: auto;
    float: left;
    min-width: 200px;
    overflow: visible;
}

.paper_check_info .checklist li {
    float: left;
    width: 50px;
    height: 70px;
    border: 1px solid #eee;
    cursor: pointer;
}

li {
    list-style-type: none;
}


.paper_check_info div.check_no {
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 20px;
    line-height: 20px;
    color: black;
}

.andbook_pop_alert_success{
	background-image: url(../../images/checkstate/OK48.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
	
}

#andbook_pop_alert_content {
    color: #575757;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
	
	
.andbook_pop_alert_error{
	background-image: url(../../images/checkstate/Delete48.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.dialog {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: white;
    position:absolute;
    z-Index:999999;
    left:30%;
    top:30%;
}

#andbook_password_YES:hover{
	background:blue;
}

.rlf-btn-gray, .rlf-btn-blue {
		display:inline-block;
		color: #7e878c;
		font-size: 14px;
		background-color: #d0d6d9;
		height: 40px;
		line-height: 40px;
		width: 120px;
		cursor: pointer;
		text-align: center;
		transition: background-color 0.2s;
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		border: 0px;
	}
	.rlf-btn-gray:hover {
		background-color: #2ea7e0;/*bbc0c3;*/
		color:white;
	}
	.rlf-btn-blue:hover {
		background-color: #2ea7e0;
		color: white;
	}
	.rlf-btn-blue {
		color: #fff;
		background-color: #2980b9;
		margin-top:0px;
		border-radius:4px;
		width:100px;
	}	
	
	

	
.paper_check_info div.check_details {
    height: 50px;
    line-height: 50px;
}
.paper_check_info .qt_status_error {
    background-image: url(../../images/checkstate/qt_status_error.png);
}

.paper_check_info .qt_status_correct {
    background-image: url(../../images/checkstate/qt_status_correct.png);
}


.paper_check_info .qt_status_part_error {
    background-image: url(../../images/checkstate/qt_status_part_error.png);
}


.paper_check_info .checkscore {
    float: right;
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.qt_check_state {
    display: inline-block;
    vertical-align: bottom;
}

.qt_check_area .qt_status_error {
    background-image: url(../../images/checkstate/qt_status_error.png);
    width: 30px;
    height: 30px;
    float: right;
    background-size:contain;
    background-repeat: no-repeat;
        margin-right: 10px;
}

.qt_check_area .qt_status_correct {
    background-image: url(../../images/checkstate/qt_status_correct.png);
   	width: 30px;
    height: 30px;
    float: right;
    background-size:contain;
    background-repeat: no-repeat;
        margin-right: 10px;
}

.qt_check_area .qt_status_part_error {
    background-image: url(../../images/checkstate/qt_status_part_error.png);
    width: 30px;
    height: 30px;
    float: right;
    background-size:contain;
    background-repeat: no-repeat;
        margin-right: 10px;
}


ul.pp_questions {
    font-size: 14px;
    font-family: 微软雅黑;
}

.pp_question {
    margin-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
}

.pp_question img{
	max-width: 90%;
	margin:auto;
}

.pp_question iframe{
	max-width:  90%;
}

.pp_question textarea{
	width:  90%;
    border: 1px solid;
    height: 100px;
    margin-left:5%;
}

.qt_answer_area{
	text-align:center;
}

.pp_question .video-js{
	max-width:  90%;
}

.selectitem{
	background: #ffffffff;
	border-color: #1fae52;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	width: 110px;
	color: black;
	font-size: 16px;
	border-radius: 2px;
	text-align: center;
	cursor:pointer;
	padding-left: 10px;
    padding-right: 10px;
}

button.qt_answer_attach_del {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}


.selectitem img{
	display:inline;
}

.sel-enable{
	background: #2686AE url(../../scripts/igjs2/css/themes/infragistics/images/gradient_2.png);
    border: 1px solid #2788B1;
    color: white;
}



.qt_content_panel {
    overflow: visible;
    width: 100%;
    margin-bottom: 10px;
}

.andbook_attach_title{
	text-align:center;
}

.andbook_attach_title img{
	display:inline;
}

.qt_no {
    margin-right: 5px;
    display: inline-block;
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 40px;
    font-weight: bolder;
    padding-left:10px;
    vertical-align:top;
    position:relative;
}

.qt_no .fa-bookmark{
	position: absolute;
    right: 20px;
    top: 10px;
}

.paper_check_info .fa-bookmark {
    color: #dcd5d5;
    font-size: 8px;
    float: right;
}


.qt_no .mark{
	padding: 0px;
    color: rgb(13, 150, 236);
    background: transparent;
}

.paper_check_info .mark{
	padding: 0px;
    color: rgb(13, 150, 236);
    background: transparent;
 }



.qt_check_area i.mark {
    color: rgb(13, 150, 236);
    background: transparent;
    padding: 0px;
}


.qt_content {
    width: 90%;
    margin-right: 5px;
    WORD-WRAP: break-word;
    display: inline-block;
    line-height:40px;
}

.qt_check_area {
    margin-left: 30px;
    width: 90%;
    min-width: 150px;
    max-height: 110px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}

.andbook_answer_display {
    text-align: right;
    margin-right: 30px;
    font-weight: bolder;
    color: red;
    
    margin-top:10px;
}

.qt_check_info {
    font-weight: bold;
    color: red;
    width: 90%;
    max-height: 110px;
    cursor: pointer;
    overflow: hidden;
}

.qt_attach_display {
    margin-left: 0px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.qt_option_list {
    clear: both;
    margin-left: 10px;
    margin-top: 10px;
}

.qt_option_list li {
    margin-top: 0px;
    margin-bottom: 0px;
}


.paper_check_info_small {
    position: fixed;
    height: auto;
    right: 22px;
    top: 53%;
    z-index: 9000;
    background: #eee;
    max-width: 60px;
    border-radius: 2px;
}

.paper_check_info_small .checklist {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.paper_check_info_small .checklist li {
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
}

.paper_check_info_small div.check_details {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    margin: auto;
}

.paper_check_info_small .qt_status_correct {
    background: green;
}

.paper_check_info .qt_status_answer {
    background-image: url(../../images/state/state2.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.paper_check_info .qt_status_comment {
    background-image: url(../../images/state/state5.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.paper_check_info .qt_status_not_answer{
	background-image:url(../../images/state/state0.png);
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 8px;
}




	
	
	.comment_desc {
	  display: block;
	  width:100%;
	}
	
	span.comment_desc div {
	  height: 30px;
	  width:50%;
	  display:inline-block;
	}
	
	.qt_status_uncommit{
		background-color:#CE0000;
		width: 16px;
	 	height: 16px;
	 	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_status_commit{
		background-color:transparent;
		width: 16px;
	 	height: 16px;
	  	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_status_reply{
		background-color:rgb(211, 231, 149);
		width: 16px;
	 	height: 16px;
	  	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_check_area .qt_status_answer{
		background-image:url(../../images/checkstate/qt_status_answer.png);
		width: 50px;
	  height: 50px;
	}
	
	.qt_check_area .qt_status_not_answer{
		background-image:url(../../images/checkstate/qt_status_not_answer.png);
		width: 50px;
	  height: 50px;
	}
		
	.roundedOne {
	    width: 28px;
	    height: 28px;
	    position: relative;
	    margin: 10px auto;
	    background: #fcfff4;
	    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	   	display:inline-block;
	   	vertical-align: middle;
	}
	
	.roundedText{
		display:inline-block;
		margin: 10px auto;
    	margin-left: 10px;
    	width: 70%;
    	line-height:28px;
    	word-break: break-all;
    	vertical-align: middle;
	}
	
	.roundedOne input[type=checkbox] {
	    visibility: hidden;
	}
	
	
	.roundedOne label {
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    position: absolute;
	    left: 4px;
	    top: 4px;
	    background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	}
	
	.roundedOne input[type=checkbox]:checked + label:after {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	}
	
	.roundedSection{
		cursor:pointer;
	}
		
	.roundedOne label:after {
	    content: '';
	    width: 16px;
	    height: 16px;
	    position: absolute;
	    top: 2px;
	    left: 2px;
	    background: #00bf00;
	    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	    opacity: 0;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	}
	
	.radioOne {
	    width: 20px;
	    height: 20px;
	    position: relative;
	    margin: 20px auto;
	    background: #fcfff4;
	    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: none;
	   	display:inline-block;
	}
	
	.radioText{
		display:inline-block;
		margin: 20px auto;
    	margin-left: 10px;
    	width: 70%;
    	line-height:20px;
    	word-break: break-all;
    	position:absolute;
	}
	
	.radioOne input[type=radio] {
	    visibility: hidden;
	}
	
	
	.radioOne label {
	    width: 16px;
	    height: 16px;
	    cursor: pointer;
	    position: absolute;
	    left: 2px;
	    top: 2px;
	    background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    box-shadow: none;
	}
	
	.radioOne input[type=radio]:checked + label:after {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	}
	
	.radioSection{
		cursor:pointer;
	}
		
	.radioOne label:after {
	    content: '';
	    width: 12px;
	    height: 12px;
	    position: absolute;
	    top: 2px;
	    left: 2px;
 	    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: linear-gradient(to bottom, #0D96EC 0%, #0D96EC 100%);
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	    opacity: 0;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 6px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: none;
	}
	
	
	.roundedOne {
	    width: 28px;
	    height: 28px;
	    position: relative;
	    margin: 5px auto;
	    background: #fcfff4;
	    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	   	display:inline-block;
	   	vertical-align: middle;
	   	box-shadow: none;
	   	background: #fcfff4;
	}
	
	.roundedText{
		display:inline-block;
		margin: 5px auto;
    	margin-left: 10px;
    	max-width:480px;
    	vertical-align: top;
    	height:auto;
    	line-height:28px;
	}
	
	.roundedOne input[type=checkbox] {
	    visibility: hidden;
	}
	
	
	.roundedOne label {
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    position: absolute;
	    left: 4px;
	    top: 4px;
	    background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	}
	
	.roundedOne input[type=checkbox]:checked + label:after {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	    -webkit-box-shadow:none;
	    box-shadow:none;
	}
	
	.roundedSection{
		cursor:pointer;
	}
		
	.roundedOne label:after {
	    content: '';
	    width: 16px;
	    height: 16px;
	    position: absolute;
	    top: 2px;
	    left: 2px;
	    background: #00bf00;
	    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	    opacity: 0;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    
	     width: 12px;
	    height: 12px;
	     top: 4px;
	    left: 4px;
	}
	
	.roundedOne label:after{
	    background: linear-gradient(to bottom, #0D96EC 0%, #0D96EC 100%);
	    -webkit-box-shadow:none;
	    box-shadow:none;
	}
	
	a.comment_up {
	  display: inline-block;
	  width: 40%;
	  line-height: 25px;
	  cursor:pointer;
	}
	
	.comment_desc_down em {
	  font-style: normal;
	  margin-left: 10px;
	}
	
	a.comment_down {
	  display: inline-block;
	  line-height: 25px;
	  width: 40%;
	  cursor:pointer;
	}
		
	.comment_content{
		display:block;
		width:100%;
		line-height:30px;
		word-break: break-word;
	}
	
	.pop-category li a {
	  display: inline-block;
	  padding: 15px 18px 15px 5px;
	  text-overflow: ellipsis;
	}
	
	.work-category li a {
	  display: inline-block;
	  height: 50px;
	  line-height: 50px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	.live-category li a {
	  display: block;
	  height: 50px;
	  line-height: 50px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	
	.pop-category li span {
	    padding: 15px 18px 15px 5px;
	    float: right;
	    margin-right: 20px;
	    color: #3498db;
	}
	
	.work-category li span {
		display:block;
		text-align:right;
	    color: #3498db;
	    height: 50px;
  	  	line-height: 50px;
	    padding-left: 10px;
	    padding-right: 10px;
	     display: inline-block;
    	vertical-align: top;
	}
	
	.live-category li span {
		display:block;
	    color: #ccc;
	    height: 30px;
  	  	line-height: 30px;
  	  	text-align:right;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	
	.pop-category li.level.selected {
	  	background: transparent;
    	border-bottom: 2px solid #35b558;
	}
	
	.work-category li.level.selected {
	  background: #eee;
	}
	
	.live-category li.level.selected {
	  background: #eee;
	}
	
	li.level {
	  	margin-bottom: 0px;
	}
		
	li.level:hover{
		background: #eee;
	}

	body,h2,h3{
		font-family:"微软雅黑";
	}
	
	.list_d {
	  padding-top: 10px;
	  border-top: 1px dotted #eee;
	  position:relative;
	}
	
	.list_l {
	  float: left;
	}
	
	.list_lt {
	  float: left;
	  margin-left: 10px;
	}
	
	span.list_s.list_sg {
	  float: right;
	}
	.nav li {
	  text-align: center;
	  float:left;
	  margin-left:10px;
	  list-style:none;
	}
	
	.more-menu i.fa {
	  margin-right: 10px;
	}
	
	.more-menu{
	  position: absolute;
	  z-index: 9999999;
	  right: 50px;
	  top: 80px;
	  width: 200px;
	  display: none; 
	  background: white;
	}
	
	.input-menu{
	  position: absolute;
	  z-index: 9999999;
	  right: 20%;
	  bottom: 65px;
	  width: 200px;
	  display:none;
	  background: white;
	}
	 
	.open-input{
	  display: inline-block;
	  width: 50px;
	  height: 50px;
	  text-align: center;
	  float: right;
	  margin-right: 10px;
	}
	  
	@media screen and (-webkit-min-device-pixel-ratio:0) {
/* 	.p_title { */
/* 	  position: relative; */
/* 	  top: -120px; */
/* 	  font-weight: bold; */
/* 	  font-size: 24px; */
/* 	  left: 10px; */
/* 	  width: 120px; */
/* 	  line-height: 24px; */
/* 	  font-family: 微软雅黑; */
/* 	   height:24px; */
/* 	} */
	
	span.andisk_logo_small {
	  font-size: 32px;
	}
	
	.back{
		height:54px;
		width:100px;
	}
	
	button.send_comment {
	  float: right;
	  margin-right: 10px;
	  background: white;
	  color: black;
	  width: 100px;
	  vertical-align:top;
	}
	
	button.send_comment:hover {
	  background: #eee;
	}
	
	i.fa-menu {
	  width: 50px;
	  height: 50px;
	  float: right;
	  margin-right: 10px;
	  background: white;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	  border-radius: 50px;
	  cursor:pointer;
	  display:inline-block;
	}
	
	i.fa-menu:hover {
	  background:#eee;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	}
	
	.show-middle-sidebar {
	  margin:auto;
	  margin-left: 50px;
 	  margin-right: 50px;
  	  height: 50px;
	  color: #FFFFFF;
	  background:white;
	  line-height: 50px;
	  font-size: 14px;
	  z-index: 999999;
	  bottom: 30px;
	  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-transform: scale(1,1);
	  transform: scale(1,1);
	  transition: all 350ms ease-in-out;
	  padding-left:10px;
	}
	
	.input_comment {
	  width: 70%;
	  display: inline-block;
	  color: black;
	  padding-left: 10px;
	  padding-right: 10px;
  	  line-height: 30px;
	  height: 50px;
	}
	
	span.comment_autor {
	  width: 100px;
	  display: inline-block;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	span.comment_time {
	  display: inline-block;
	  width: 100px;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	.pop-comments{
		height:500px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
}



@media screen and (max-height:780px) {
	.p_title {
	  position: relative;
	  top: -80px;
	  font-weight: normal;
	  font-size: 12px;
	  left: 10px;
	  width: 50px;
	  line-height: 24px;
	  font-family: 微软雅黑;
	  overflow:hidden;
	   height:24px;
	}
	

		
	span.andisk_logo_small {
	  font-size: 16px;
	}
	
	.back{
		height:26px;
		width:42px;
	}
	
	button.send_comment {
	  float: right;
	  margin-right: 10px;
	  background: white;
	  color: black;
	  width: 40px;
	  vertical-align:top;
	}
	
	button.send_comment:hover {
	  background: #eee;
	}
	
	i.fa-menu {
	  width: 50px;
	  height: 50px;
	  float: right;
	  margin-right: 10px;
	  background: white;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	  border-radius: 50px;
	  cursor:pointer;
	  display:inline-block;
	}
	
	i.fa-menu:hover {
	  background:#eee;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	}
	
	.show-middle-sidebar {
	  margin:auto;
	  margin-left: 10px;
 	  margin-right: 10px;
	  height: 50px;
	  color: #FFFFFF;
	  background:white;
	  line-height: 50px;
	  font-size: 14px;
	  z-index: 999999;
	  bottom: 30px;
	  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-transform: scale(1,1);
	  transform: scale(1,1);
	  transition: all 350ms ease-in-out;
	  padding-left:10px;
	}
	
	
	.input_comment {
	  width: 48%;
	  display: inline-block;
	  color: black;
	  padding-left: 10px;
	  padding-right: 10px;
	  line-height: 40px;
	  height: 40px;
	  vertical-align: middle;
	}
	
	span.comment_autor {
	  width: 50px;
	  display: inline-block;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	span.comment_time {
	  display: inline-block;
	  width: 80px;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	.pop-comments{
		height:300px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	
}
	
 @media screen and (max-height:600px) {
	.p_title {
	  position: relative;
	  top: -60px;
	  font-weight: normal;
	  font-size: 12px;
	  left: 10px;
	  width: 50px;
	  line-height: 24px;
	  font-family: 微软雅黑;
	  overflow:hidden;
	   height:24px;
	}
 }
 
 .weui_mask_transparent {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.weui_toast {
    position: fixed;
    z-index: 3;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.weui_icon_toast {
    margin: 22px 0 22px 0;
    display: block;
}
.weui_toast_content {
    color: white;
}

.weui_toast_content {
    margin: 0 0 15px;
}
 
 .search-box .search-text  {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #c0c2cc;
    vertical-align: bottom;
}

.search-box .search-icon_new  {
    display: inline-block;
    width: 22px;
    height: 32px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url(/andisk/images/mhome/search-ind.png);
    vertical-align: middle;
}

.search-box {
    display: block;
    width: 85%;
    height: 32px;
    padding: 0 12px;
    margin: 7px auto;
    background-color: #f7f8fc;
    border-radius: 16px;
    box-sizing: border-box;
}
span.time {
    color: #ddd;
}
.question_title img.qt_img {
    border-radius: 12px;
    vertical-align: middle;
}


.header>dl {
    position: relative;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    -webbox-sizing: border-box;
    max-width: 640px;
    height: 50px;
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 30%);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 10px 0 rgb(255 255 255 / 30%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}


.header>dl>dd:nth-of-type(1) .goBack {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.header>dl>dd:nth-of-type(1) .goBack>cite {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/andisk/tpl/_tp_certi_gf_2020/m/images/common/back.png) center no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -ms-background-size: 100%;
}

#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99999999;
}

#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/andisk/m/ke01_img/status.gif);
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;
}

#status p {
    top: 60%;
}

.center-text {
    display: block;
    text-align: center;
}
.wepay {
	    display: flex;
	    height: 52px;
	    flex-direction: column;
	    width: 100%;
	    line-height: 52px;
	    text-align: center;
	    color: white;
	}
	
	.wepay button {
	    background: #ff7449;
	    border-radius: 4px;
	    height: 46px;
	    font-size: 16px;
	    line-height: 44px;
	    color: white;
	    padding: 0 10px;
	    white-space: nowrap;
	    margin: 0px;
	    width: 90%;
	        border: 0px;
	}
	


.loginbox{
	position:fixed;
	display:block;
	width:280px;
	height:260px;
	top:50%;
	margin-top:-195px;
	left:50%;
	margin-left:-140px;	
	background-color:rgba(255,255,255,0.9);	
	z-index:10411112;
	border-radius:5px;
	border: 2px solid #eee;
}

.loginbox h2{
	padding-top:20px;
	padding-bottom:0px;
	padding-left:30px;
	padding-right:30px;	
	font-weight:600;
}
.loginbox h4{
	font-weight:400;	
	font-size:12px;
	margin-bottom:25px;
	padding-left:0px;
}

.loginbox .logintitle{
	font-weight:normal;	
	font-size:14px;
	margin-bottom:25px;
    color: #323232;

}

.center-text {
    text-align: center;
}

.loginbox-username{
	margin-bottom:20px;
	height:40px;
	width:85%!important;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.loginbox-username:focus{
	border:solid 2px #188EEE;/*#27ae60; Green*/
	transition:all 400ms ease;	
}

.loginbox-password{
	margin-bottom:30px;
	height:40px;
	width:85%;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.loginbox-password:focus{
	border:solid 2px #27ae60;/*Green*/
	transition:all 400ms ease;	
}
.loginbox .button{
	width:40%;
	text-align:center;
	margin-left:auto!important;
	margin-right:auto!important;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
}
.loginbox em{
	margin-top:20px;
	display:block;
	text-align:center;
	font-style:normal;
	font-size:10px;
}
.loginbox .close-loginbox{
	width:100%;
	margin-top:15px;
	height:50px;
	border-top:solid 1px rgba(0,0,0,0.1);
	color:#1f1f1f;	
	font-size:12px;
	line-height:45px;
	text-align:center;
	display:block;
}

.button{
    font-weight:500;
	display:inline-block;
	padding:10px 20px;
    transition:all 200ms ease;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    cursor:pointer;
    border-radius: 4px;
    text-align:center;
}

.button i{
	margin-right:10px;	
	font-size:12px;
	width:12px;
	text-align:center;
	margin-left:-5px;
}
.button:hover{
	color:#FFFFFF!important;
}

.button-green{		/*	background-color:#27ae60;*/ color:#FFFFFF;background-color:#0D96EC;}
.button-orange{
	  background: #fa7821;
	  border: 1px solid #e36d1f;
	  color: #fff;
	}
	
.button-orange:hover{	background-color:rgba(250, 120, 33, 0.77);}
.button-green:hover{	/*background-color:#2ecc71; */ background-color:#3498db;}
.blue-3d{				border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#1E9FFF; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}
.button-gray{			background-color:rgb(192,192,192); color:#FFFFFF;}
.button-gray:hover{		background-color:rgb(172,172,172);}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal-backdrop {
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;		
}

.tt-prefix .sidebar-title-icon {
    position: absolute;
    top: 0px;
    left: unset;
    line-height: 45px;
}

.tt-prefix .topbar-sidebar-arrow-right:before {
    content: "\E718";
    color: #ff7449;
}

.tt-prefix .topbar-sidebar-arrow-right:before {
    font-family: topbar-sidebar-iconfont;
    
}

.on .sidebar-title-icon {
    -webkit-transform: rotate(
90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(
90deg);
}

img[src='https://icon.cnzz.com/img/pic.gif'] {
    display: none;
}


@media (max-width: 991px)
.global-nav {
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:20px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background-color: #fafafa;
    box-shadow: 0 -1px rgba(0,0,0,0.1), 0 -2px 10px rgba(0,0,0,0.1);
    z-index:9999991;
}

.visible-xs {
    display: block !important;
}
.bottom-nav .opts {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align:center;
}

.bottom-nav .opts a {
    text-decoration: none;
}

.bottom-nav .opts-group {
    position: relative;
    display: inline-block;
    padding-top: 6px;
    line-height: 20px;
    color: #9e9e9e;
    width: 19%;
    cursor: pointer;
}

.bottom-nav .opts-group span {
    font-size: 12px;
    display: block;
}

.bottom-nav .selected1 {
    color: #009a61;
}

.bottom-nav .selected {
    color: #0D96EC;
}


.bottom-nav .btn-group {
    color: #9e9e9e;
    vertical-align: inherit;
}

.bottom-nav .dropdown-menu {
    margin-left: -80px;
    margin-bottom: 10px;
}

.global-nav .opts .dropdown-menu a {
    font-weight: normal;
}

.global-nav .dropdown-menu li a {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.whratio-content{
 }

.whratio-content img{
	height:100%;
	margin:auto;
	
}

.m-r-10 {
    margin-right: 0.13333rem;
}

.vip-adv-container .adv-close-btn[data-v-73b28aa6] {
    position: absolute;
    right: 0;
    top: 0;
}

.p-4 {
    padding: 0.05333rem;
}

.text-lower {
    color: #ccc;
}

[class*=" qker-icon-"], [class^=qker-icon-] {
    font-family: qker-icon!important;
    speak: none;
    font-size: .21333rem;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-bold {
    font-weight: 700;
}

.font-18 {
    font-size: .24rem;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
}

.text-muted {
    color: #868686;
}

.module-container .module-header[data-v-631e5b0e] {
    position: relative;
}

.p-h-16 {
    padding-left: 0.21333rem;
    padding-right: 0.21333rem;
}
.m-b-10 {
    margin-bottom: 0.13333rem;
}
.col-around, .col-between, .col-center, .col-end, .col-start, .flex-box, .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-other {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p-l-12 {
    padding-left: 0.16rem;
}
.col-around, .col-between, .col-center, .col-end, .col-start, .flex-box, .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
}

.flex-cont, .row .col, .row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    min-width: 0;
}

.flex-col, .van-field__left-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module-container[data-v-631e5b0e] {
    border-radius: 0.05333rem;
}

.bg-white-only {
    background-color: #fff;
}
.m-t-8 {
    margin-top: 0.10667rem;
}
.p-t {
    padding-top: 0.2rem;
}

.font-18 {
    font-size: .24rem;
}

.activity-base-item[data-v-01b386be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.13333rem;
}

.p-h-16 {
    padding-left: 0.21333rem;
    padding-right: 0.21333rem;
}

.activity-base-item .activity-image img[data-v-01b386be] {
    height: 1.06667rem;
    width: 100%;
    border-radius: 0.13333rem;
}

 
.activity-base-item .activity-title[data-v-01b386be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0.13333rem;
}

.text-ellipsis-2, .text-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.text-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.activity-base-item .activity-title .activity-price[data-v-01b386be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #cca336;
}

.font-14 {
    font-size: .18667rem;
}

.text-ellipsis-1 {
    -webkit-line-clamp: 1;
}
.text-ellipsis-0, .text-ellipsis-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.m-t-xs{
	max-width:64px;
	overflow:hidden;
	text-overflow: ellipsis;
	
}
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

