@import "reset.css";

a.t {
	text-decoration: underline
}

a.t:hover {
	color: #f30;
	text-decoration: underline
}

.cf {
	zoom: 1
}

.loginbox .logintitle{
	font-size: 18px;
   	color: #323232;
	font-weight:bold;
}

li.hover01 a {
    color: #d55;
    font-weight: bold;
}

.loginbox .andbook_tips_content{
	font-size: 17px;
   	color: #323232;
}

.loginbox-username{
	margin-bottom:20px;
	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-username:focus{
	border:solid 2px #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;
	margin-right:auto;
	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;
}

.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;}
.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;}
.blue-3d{				border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#2980b9; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}

	

.cf:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.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: 1042;
    border-radius: 5px;
    border: 2px solid #eee;
}
.loginbox .logintitle {
    font-weight: bolder;
    font-size: 12px;
    margin-bottom: 25px;
    color: rgb(213, 40, 40);
}
.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;
}

.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;		
}

.inter-backdrop {
	opacity:0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	overflow-y:scroll;
}
	
.center-text{
	text-align:center;	
}

.left {
	float: left
}

.right {
	float: right
}

.fnone {
	float: none
}

.middle {
	float: left
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.dis {
	display: block
}

.undis {
	display: none
}

.sanjiao {
	border-width: 20px;
	border-color: transparent transparent #ccc transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden
}

.clcikActive {
	color: #fff;
	background: #33b0c4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.crumb {
	display: none
}

@media ( min-width :768px) {
	.crumb {
		display: block;
		zoom: 1;
		line-height: 50px
	}
	.crumb:after {
		content: " ";
		clear: both;
		display: table
	}
	.crumb p {
		color: #999
	}
	.crumb p a {
		padding: 0 10px
	}
	.crumb p span {
		padding-left: 10px
	}
}

[class*=" icon-"], [class^=icon-], i {
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	background-color: #f4f4f4
}

.mt8 {
	margin-top: 8px
}

.mt20 {
	margin-top: 20px
}

.wrap ,.Answer{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	zoom: 1
}

.wrap:after,.Answer:after {
	content: " ";
	clear: both;
	display: table
}

.contain {
	margin-top: 50px
}

.contain .J_Tabs {
	margin: 0 auto;
	max-width: 1200px;
	height: 50px;
	line-height: 50px
}

.maskLayer {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.myclass-sel {
	zoom: 1;
	padding: 15px 0
}

.myclass-sel:after {
	content: " ";
	clear: both;
	display: table
}

.myclass-sel dl {
	line-height: 24px;
	zoom: 1;
	margin: 10px auto
}

.myclass-sel dl:after {
	content: " ";
	clear: both;
	display: table
}

.myclass-sel dl dt {
	float: left;
	color: #666;
	text-align: right
}

.myclass-sel dl dd {
	word-break: break-all;
	margin-left: 60px
}

.myclass-sel dl dd a {
	display: inline-block;
	padding: 0 10px;
	background: #eee;
	margin: 0 5px;
	float: left
}

.myclass-sel dl dd a:hover {
	color: #f08880
}

.myclass-sel dl dd .active, .myclass-sel dl dd a:hover {
	background: #f08880;
	color: #fff
}

.hr50 {
	height: 50px;
	overflow: hidden
}

.footbottom {
	overflow: hidden;
	background-color: #232323;
	margin-top: 25px
}

.footbottom .footnav {
	overflow: hidden;
	margin-top: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #555
}

.footbottom .footnav dl {
	width: 18%;
	float: left
}

.footbottom .footnav dl dt {
	color: #fff;
	font-size: 20px;
	line-height: 45px
}

.footbottom .footnav dl dd {
	line-height: 27px
}

.footbottom .footnav dl dd a {
	color: #999;
	font-size: 14px
}

.footbottom .footnav ul {
	float: right;
	width: 28%
}

.footbottom .footnav ul li {
	margin-top: 12px
}

.footbottom .footnav ul li i {
	margin-right: 15px
}

.footbottom .footnav ul li h3 {
	font-size: 24px;
	color: #999
}

.footbottom .footnav ul li p {
	font-size: 14px;
	color: #999
}

.footbottom .footnav ul li p i {
	font-size: 20px;
	float: left;
	margin-top: 2px
}

.footbottom .footnav ul li p a {
	color: #999
}

.footbottom .footnav ul li:first-of-type p {
	padding-left: 40px
}

.footbottom .foota {
	text-align: center;
	margin-top: 30px
}

.footbottom .foota a {
	font-size: 14px;
	margin: 0 15px;
	color: #999
}

.footbottom .foota a img {
	vertical-align: middle;
	margin-right: 10px
}

.footbottom .copy {
	color: #999;
	text-align: center;
	line-height: 60px;
	font-size: 14px
}

.sidelan {
	width: 56px;
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 0;
	margin-top: -150px
}

.sidelan li {
	width: 100%;
	margin-bottom: 2px;
	background-color: #ddd;
	text-align: center;
	padding: 6px 0
}

.sidelan li a {
	font-size: 12px;
	color: #999
}

.sidelan li a i {
	font-size: 32px;
	line-height: 1.1em
}

.sidelan li:hover {
	background-color: #d55
}

.sidelan li:hover a {
	color: #fff
}

.sidelan li:last-of-type {
	padding: 12px 0
}

.sidelan li:last-of-type a i {
	font-size: 26px
}

.sidelan .icon-c1 {
	font-size: 28px
}

.sidelan #hotline {
	position: relative;
	height: 50px;
	width: 65px;
	left: 0;
	overflow-y: hidden;
	transition: .6s left;
	-ms-transition: .6s left;
	-moz-transition: .6s left;
	-weibit-transition: .6s left;
	overflow:hidden;
}
 .sidelan #hotline:hover{
 	width:232px;
 }

.sidelan #hotline>a {
	display: inline-block;
	width: 56px
}

.sidelan #hotline>em {
	font-size: 24px;
	color: #999;
	display: inline-block;
	vertical-align: 27%;
	padding-right: 10px
}

.sidelan #hotline:hover {
	left: -176px
}

.sidelan #hotline:hover>em {
	left: -176px;
	color: #fff;
	width: 80px;
    font-size: 16px;
}

.ad {
	width: 100%;
	margin: 0 auto;
	min-width: 1024px;
	position: relative
}

.ad img {
	width: 100%;
	min-height: 34px
}

.ad .guan {
	width: 30px;
	height: 30px;
	background: url(../../images/class/guan.png) no-repeat center center;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -17px;
	cursor: pointer
}

.icon-uniF105:before {
	content: "\f022"
}

.icon-gf-wrong32:before {
	content: "\f054"
}

.icon-right:before {
	content: "\f059"
}

.icon-prompt:before {
	content: "\e9b6"
}

.icon-44:before {
	content: "\e9c4"
}

.courseList {
	text-align: center;
	padding: 75px 0 100px 0;
	border: 1px solid #eee;
	margin-bottom: 15px;
	background-color: #F9FAFB
}

.courseList p {
	margin: 20px 0 5px 0
}

.courseList a {
	font-size: 14px;
	color: #3f7cb2
}

.courseList a span {
	color: #a6a7a9;
	margin-left: 5px;
	font-size: 18px
}

.imgUp {
	position: relative;
	margin-top: 20px;
	width: 351px;
	float: left
}

.imgUp .up {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	color: #d55;
	border: 1px solid #d55;
	background: url(../images/index/j_03.jpg) no-repeat 10px center
}

.imgUp .filebutton {
	width: 90px !important;
	height: 32px;
	position: absolute;
	top: 0;
	border: none;
	opacity: 0;
	left: 0
}

.imgUp .modelImg {
	background: #fff;
	z-index: 55;
	display: none;
	text-align: center;
	color: #999;
	font-size: 12px
}

.imgUp .modelImg p {
	zoom: 1;
	text-align: left;
	margin-top: 10px
}

.imgUp .modelImg p:after {
	content: " ";
	clear: both;
	display: table
}

.imgUp .modelImg ul {
	position: absolute;
	left: 91px;
	z-index: 5;
	top: 0;
	padding: 0 8px;
	zoom: 1
}

.imgUp .modelImg ul::after {
	display: table
}

.imgUp .modelImg ul:after {
	content: " ";
	clear: both;
	display: table
}

.imgUp .modelImg ul li {
	border: 1px solid #eee;
	float: left;
	width: 65px;
	height: 30px;
	position: relative;
	margin-right: 8px;
	text-align: left
}

.imgUp .modelImg ul li img {
	height: 25px;
	width: 40px;
	margin: 2px 0 2px 4px
}

.imgUp .modelImg ul li span {
	width: 17px;
	height: 25px;
	right: -25px;
	float: right;
	display: block
}

.imgUp .modelImg ul li span i {
	color: #999
}

.imgUp .modelImg ul li:nth-last-of-type(1) {
	margin-right: 0
}

.imgUp .modelImg ul li.filebutton {
	width: 80px;
	height: 80px;
	background: url(../../images/study/jia_03.jpg) no-repeat center center
}

.imgUp .modelImg ul li.filebutton input {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.imgUp .modelImg .filecton {
	display: none;
	width: 80px;
	height: 80px;
	margin: 25px auto 10px;
	background: url(../../images/study/jia_03.jpg) no-repeat center center
}

.imgUp .modelImg .filecton input {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.imgUp .sucess {
	background: #fffdf9;
	color: #d55;
	font-size: 18px;
	width: 200px;
	height: 120px;
	line-height: 120px;
	border: 1px solid #eee;
	position: absolute;
	top: 250px;
	text-align: center;
	display: none
}

.pages {
	margin: 40px auto 0;
	text-align: center
}

.pages .pagesword {
	display: inline-block;
	color: #666
}

.pages .page {
	display: inline-block;
	zoom: 1
}

.pages .page:after {
	content: " ";
	clear: both;
	display: table
}

.pages .page .next i, .pages .page .prev i {
	font-size: 18px
}

.pages .page i {
	color: #999
}

.pages .page a, .pages .page span {
	display: inline-block;
	background-color: #fafafa;
	cursor: pointer;
	padding: 6px 14px;
	margin: 0 5px;
	color: #666
}

.pages .page a.selected, .pages .page a:hover, .pages .page span.selected,
	.pages .page span:hover {
	background-color: #d55;
	color: #fff
}

.pages .page span i {
	color: #d55
}

.pages .page span.nolink i {
	color: #999
}

.f18 {
	font-size: 18px
}

.cm0 {
	color: #d55
}

.c6 {
	color: #666
}

textarea {
	resize: none
}

.adOneimg img {
	display: block;
	max-width: 100%
}

.door {
	display: inline-block;
	vertical-align: middle;
	background-color: #fcf8f7;
	font-size: 14px;
	border: 1px solid #d55;
	padding: 8px 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #666
}

.door i {
	margin-right: 5px;
	color: #d55;
	font-size: 1.2em
}

.modelSuggest {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7)
}

.modelSuggest section {
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	max-height: 550px;
	min-width: 695px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.modelSuggest section .modelTop {
	padding: 20px 65px;
	background: #f8f3ef;
	zoom: 1
}

.modelSuggest section .modelTop:after {
	content: " ";
	clear: both;
	display: table
}

.modelSuggest section .modelTop .modelImg {
	float: left;
	font-size: 16px;
	color: #aba098
}

.modelSuggest section .modelTop .opinion {
	float: right
}

.modelSuggest section .modelTop .opinion h3 {
	font-size: 18px;
	padding: 15px 0
}

.modelSuggest section .modelTop .opinion ul {
	min-width: 310px;
	color: #000;
	zoom: 1
}

.modelSuggest section .modelTop .opinion ul:after {
	content: " ";
	clear: both;
	display: table
}

.modelSuggest section .modelTop .opinion li {
	float: left;
	width: 50%;
	text-indent: 27px;
	font-size: 14px;
	margin-bottom: 12px;
	background: url(../images/index/q_06.jpg) no-repeat left center
}

.modelSuggest section .modelTop .opinion li.sele {
	background: url(../images/index/q_03.jpg) no-repeat left center
}

.modelSuggest section .contCenter {
	padding: 35px;
	text-align: center
}

.modelSuggest section .contCenter .tarea {
	position: relative;
	box-sizing: border-box
}

.modelSuggest section .contCenter .tarea span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding-top: 3px;
	color: #999
}

.modelSuggest section .contCenter textarea {
	width: 97%;
	height: 83px;
	padding: 6px 10px 30px 10px;
	border: 1px solid #ddd;
	resize: none
}

.modelSuggest section .contCenter .up {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	color: #d55;
	border: 1px solid #d55;
	margin-top: 10px;
	background: url(../images/index/j_03.jpg) no-repeat 10px center
}

.modelSuggest section .contCenter input {
	width: 97%;
	margin-top: 10px;
	padding: 8px 10px;
	border: 1px solid #ddd
}

.modelSuggest section .contCenter button {
	width: 150px;
	height: 40px;
	background: #d55;
	line-height: 40px;
	border: none;
	margin-top: 25px;
	color: #fff;
	margin-bottom: 20px
}

.modelSuggest section .contCenter button:nth-of-type(2) {
	margin-left: 36px;
	background: #ebe6e1;
	color: #999
}

.mt20 {
	margin-top: 20px
}

.mb20 {
	margin-bottom: 20px
}

.ulSelect {
	border: 1px solid #ddd;
	zoom: 1
}

.ulSelect:after {
	content: " ";
	clear: both;
	display: table
}

.ulSelect .ulTil {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	height: 40px;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	background-color: #f4f4f4;
	color: #999;
	position: relative
}

.ulSelect .ulTil>i {
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
	line-height: 40px
}

.ulSelect .ulTil .icon-down2 {
	display: inline-block
}

.ulSelect .ulTil .icon-up2 {
	display: none
}

.ulSelect .ulTil.on {
	background-color: #fff
}

.ulSelect .ulTil.on .icon-up2 {
	display: inline-block
}

.ulSelect .ulTil.on .icon-down2 {
	display: none
}

.ulSelect .ulTil.three {
	width: 33.333%;
	float: left
}

.ulSelect .ulTil+.ulTil {
	border-left: 1px solid #ddd
}

.ulSelect .ulList {
	clear: both;
	border-top: 1px solid #ddd;
	color: #666;
	padding: 10px;
	display: none;
	max-height: 6em;
	overflow-y: auto;
	overflow-x: hidden
}

.ulSelect .ulList li {
	padding-top: .25em;
	padding-bottom: .25em;
	cursor: pointer
}

.ulSelect .ulList li a {
	color: #666
}

.ulSelect .ulList li:hover {
	font-size: 1.14em
}

.ulSelect .ulList li:hover, .ulSelect .ulList li:hover a {
	color: #2679bd
}

.ulSelect .ulList.on {
	display: block
}

.ulSelect .ulList.single li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ulSelect .ulList.multiline {
	padding: 0 10px;
	max-height: 10em;
	display: block
}

.ulSelect .ulList.multiline li {
	margin-left: 16px;
	border-top: 1px solid #ddd;
	padding-top: .8em;
	padding-bottom: .8em
}

.ulSelect .ulList.multiline li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	margin-left: -16px;
	margin-right: 13px;
	background-color: #999
}

.ulSelect .ulList.multiline li:first-child {
	border-top: none
}

.ulSelect .ulList.multiline li:hover:before {
	background-color: #2679bd
}

.tanpoto {
	display: none;
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7)
}

.tanpoto section {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tanpoto section img {
	display: block;
	max-width: 100%;
	max-height: 100%
}

.comList {
	zoom: 1
}

.comList:after {
	content: " ";
	clear: both;
	display: table
}

.comList>li {
	float: left;
	width: 100px;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-right: 45px;
	margin-left: 20px;
	margin-top: 15px;
	cursor: pointer
}

.comList>li .img {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.comList>li img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.comList>li a {
	display: block
}

.comList>li>strong {
	display: block;
	padding-top: 10px
}

.comList>li>strong a {
	display: block;
	font-weight: 400;
	text-align: left;
	height: 3.2em;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.comList>li>p {
	color: #d55;
	text-align: left;
	padding-top: 3px
}

.comList>li>p>span {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px
}

.comList>li>p>span.on {
	background-color: #d55;
	border-color: #d55
}

.comList>li>p>em {
	font-size: 1.14em
}

.comList>li:before {
	content: "+";
	color: #666;
	display: inline-block;
	position: absolute;
	right: -45px;
	top: 28px;
	font-size: 28px
}

.comList>li.end {
	float: left;
	display: inline-block;
	margin-top: 30px;
	margin-left: -21px;
	text-align: left;
	padding-left: 60px;
	background-color: #fff
}

.comList>li.end:before {
	content: "=";
	left: 0;
	top: 13px
}

.comList>li.end>em {
	display: block;
	font-size: 20px;
	color: #d55;
	margin-bottom: 5px;
	margin-left: -2px
}

.comList>li.end>em>b {
	font-weight: 400
}

.comList>li.end>a {
	background-color: #d55;
	color: #fff;
	padding: 6px 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.jsTabItem {
	display: none
}

.jsTabItem.on {
	display: block
}

.fl {
	float: left
}

.fr {
	float: right
}

.crumbs {
	color: #999;
	padding: 25px 0;
	max-width: 1200px;
	margin: 0 auto
}

.crumbs>li {
	display: inline-block
}

.crumbs>li>a {
	color: #666
}

.crumbs>li>span {
	background-color: #fff;
	padding: 1px 3px 1px 5px;
	margin-right: 5px;
	color: #666
}

.crumbs>li>span>i {
	cursor: pointer;
	margin-left: 3px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.crumbs>li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px;
	margin-right: 10px
}

.crumbs>li:last-child:after {
	display: none
}

.login_box .pop_close {
    position: absolute;
    right: -20px;
    top: -15px;
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.login_box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 50px 40px;
    width: 280px;
    z-index: 1200;
    background: #fff;
    box-shadow: 2px 2px 15px #ddd;
    box-sizing: content-box;
}

.login_box .h1_tit, .login_box h1 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bolder;
}

.login_box .h1_tit a, .login_box h1 a {
    color: #2ecb70;
    font-size: 18px;
    float: right;
}

.login_box .form_group {
    position: relative;
    color: #999;
    margin-bottom: 15px;
}

.login_box .js_message {
    color: red !important;
}

.login_box .form_group .control_label {
    display: none;
}

.login_box .form_group {
    position: relative;
    color: #999;
    margin-bottom: 15px;
}

.login_box .form_group .form_control {
    width: 250px;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px #ccc solid;
    box-sizing: content-box;
}

.login_box .form_group .help_block {
    color: red;
    display: none;
}

.login_box .login_btn {
    border: 0;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #2ecb70;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.login_box .checkbox input {
    margin-top: 3px;
}

.login_box .for_passwordbtn {
    color: #e75969;
    float: right;
}

 
.paper_check_info .checklist li.current {
    background: #fafafa;
    border: 1px solid #009a61;
    border: 1px solid #d55;
}


.paper_check_info .checklist {
    max-width: 90%;
    height: auto;
    float: left;
    min-width: 200px;
}

.paper_check_info div.check_no {
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 20px;
    line-height: 20px;
    color: black;
}

.paper_check_info div.check_details {
    height: 50px;
    line-height: 50px;
}

.paper_check_info .qt_status_not_answer {
    background-image: url(/andisk/images/state/state0.png);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 7px;
}

.pp_active {
    position: static;
    width: 100%;
    background: white;
     margin: auto;
    z-index: 99999;
    display: block!important;
    padding-bottom: 0px;
}

 

.paper_title {
    text-align: center;
    font-weight: bolder;
    font-family: 微软雅黑;
    font-size: 20px;
    padding-top: 10px;
}

.paper_check_info_small i.fa-bookmark, .paper_check_info i.fa-bookmark {
    font-size: 8px;
    float: right;
    color: #fafafa;
}

.qt_content {
    float: left;
    width: 80%;
    margin-right: 5px;
}

.qt_content pre {
    background: transparent;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    word-break: break-word;
    white-space: pre-wrap;
}

.qt_content_panel {
    overflow: visible;
    height: auto;
    width: 100%;
}

.paper_check_info .checklist li {
    float: left;
    width: 50px;
    height: 70px;
    border: 1px solid #eee;
    cursor: pointer;
}

.hide{
	display:none;
	
}
.doc-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    float:left;
}

.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;
}

.s-more {
    max-width: 100%;
    margin: auto;
    background: white;
    border-bottom: 0px;
}

.s-more {
    text-align: center;
    position: relative;
    border-top: 1px solid #ddd;
    transition: border-color .15s ease-in-out;
}

.s-more .sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #DDD #DDD;
    background: #fff;
    cursor: pointer;
    color: #333;
    transition: border-color .15s ease-in-out;
}

.s-more .sm-wrap.opened i {
    background-position: 4px -27px;
}

.s-more .sm-wrap i {
    position: absolute;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/andisk/images/search.ele.png) no-repeat 4px 7px;
}

.doc-btn {
    text-align: center;
    display: block;
    width: 100%;
}

.paper_check_info {
    min-height: 12px;
    margin-right: 10px;
    font-weight: bolder;
    color: red;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    width: 100%;
    display: none;
}

.qt_no {
    float: left;
    margin-right: 5px;
    background: #d55;
    padding: 2px;
    padding-right: 4px;
    padding-left: 4px;
    color: white;
    border-radius: 4px;
    line-height: 20px;
    font-size: 10px;
}

.qt_type_summary {
    font-weight: bolder;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.qt_content {
    float: left;
    width: 80%;
    margin-right: 5px;
}

.qt_check_area {
    margin-left: 30px;
    width: 95%;
    min-width: 150px;
    max-height: 110px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: block;
}

.andbook_answer_display {
    text-align: right;
    margin-right: 30px;
    font-weight: bolder;
    color: red;
}

.qt_check_area .qt_status_error {
    background-image: url(/andisk/images/checkstate/qt_status_error.png);
    width: 50px;
    height: 50px;
    float: right;
    background-repeat: no-repeat;
}

.qt_check_area i.mark {
    color: #d55;
    background: transparent;
    padding: 0px;
}

.qt_check_area i.fa-bookmark {
    font-size: 20px;
    color: #C9CCCF;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.qt_option_list {
    clear: both;
    margin-left: 30px;
}

.qt_option_list li {
    margin-top: 10px;
}

.qt_answer {
    width: 440px;
    height: 150px;
    display: block;
     margin-left: 0px; 
    max-width: 100%;
}

.roundedOne {
    background: none;
    -webkit-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 rgb(0 0 0 / 50%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgb(0 0 0 / 50%);
    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 rgb(0 0 0 / 50%), 0px 1px 0px white;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px white;
}

.roundedOne label:after {
    background: linear-gradient(to bottom, #d55 0%, #d55 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.andbook_result_display{
		width:495px;
		color:red;
		margin-top:10px;
}
	
.paper_check_info div.check_details {
    height: 50px;
    line-height: 50px;
}

.paper_check_info .qt_status_error {
    background-image: url(/andisk/images/checkstate/answer_wrong.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 12px;
}
	
.paper_check_info .qt_status_correct {
    background-image: url(/andisk/images/checkstate/answer_right.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 12px;
}

.paper_check_info .qt_status_part_error {
    background-image: url(/andisk/images/checkstate/answer_wrong.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 12px;
}

.nav>ul {
    position: relative;
    margin-top: 25px;
    zoom: 1;
    margin-bottom: 30px;
}

.nav>ul>li {
    margin: 13px auto 0;
    position: relative;
    float: none;
    width: 80px;
    line-height: 40px;
    text-align: center;
    height: 80px;
    border: 1px solid #ddd;
}

.nav>ul>li a i {
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-top: 8px;
    display: block;
    color: #999;
}

#kclist{
	
	min-height:400px;
}

#kclist ol{
	margin-left:20px;
	display:none;
	
}

.circle { /*//这个元素可以提供进度条 */
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    margin:auto;
}
#circle_1{
    background: #d55; /* //注意这是表示当前进度的颜色*/
} 
/*//这俩元素主要是为了分别生成两个半圆的，所以起作用的地方在于clip裁掉另一半 */

.pie_left,
.pie_right {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}
.left,
.right {
    width: 130px;
    height: 130px;
    background: #e4e3e2;  /*//注意这个是未完成进度的颜色 */
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
/* //裁掉左边一半*/

.pie_right,
.right {
    clip: rect(0, auto, auto, 65px);
}
 /* 裁掉右边一半  */
.pie_left,
.left {
    clip: rect(0, 65px, auto, 0);
}
/* mask起一个遮罩作用  ，，让进度展示像个圆环  */
.mask {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    background: #FFF;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: bold;
}

.aw_title{
	color:#FF5B34;
	font-weight: bold;
}

.p_supertype{
	color: #d55;
    font-size: 20px;
 }
 
.p_right {
    position: absolute;
    right: 0px;
    top: 2px;
}


.p_right a {
    display: inline-block;
    border: 1px solid #7070704d;
    color: #707070;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
}

.selectedpoints i {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.selectedpoints em.closebutton {
    width: 16px;
    height: 16px;
    background: url(/andisk/images/uploadify-cancel.png);
    background-size: contain;
    display: block;
   	cursor:pointer;
    float: right;
    /* vertical-align: bottom; */
}

@media (min-width: 1200px) { 
		.totalarea{
			width:30%!important;
			display:inline-block;
			vertical-align:top;
		}
		
		
		.typearea{
			width:68%!important;
			display:inline-block;
			vertical-align:top;
		}
}

@media (max-width: 500px) { 
	.p_title{
		display:none;
	}
	
	.committime{
		display:none;
 	}
	
	
	.totalscore {
    	width: 100%;
 	}
 	
	.baseinfo {
	    position: static;
	    width: 100%;
	    text-align: center;
	    margin-top: 20px;
	}
	
	.baseinfo dl {
	    display: inline-block;
	    width: 20%;
	    text-align: center;
	}
	
	.baseinfo dt {
	    display: block;
	    width: 50px;
	    margin: auto;
	    color: #888;
	}
	
	.baseinfo dd {
	    display: block;
	}
	
	table {
   	 	margin-bottom: 0px;
	}
	
	.answerchart {
	    height: 210px;
	}
}
	

.wrapper_pc {
    	display:block;
}

.wrapper_mobile{
	display:none;
}
   
@media only screen and (max-width: 500px) {
    .wrapper_mobile {
        display: block;
     	 width: 100vw;
     }
    
     .wrapper_pc {
        display: none;
    }
}
	