@charset "utf-8";
/*整体*/
body {
	/*background:  no-repeat left top;*/
	background-size: cover;
	font-size: 12px;
}

.relative-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a:target {
	padding-top: 200px;
}

.panel-body img {
	max-width: 100%;
	height: auto !important;
}

#verifycodeimg {
	max-width: inherit;
	height: 34px !important;
	border: 1px solid #ccc;
	border-left: 0 none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}

.nav-tabs {
	border-bottom: 0 none;
}

.nav-tabs>li>a {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
}


/*顶部*/
.header {
	max-height: 70px;
	position: relative;
}

.header h1.header-brand {
	margin: 0;
	padding: 10px 0
}

.header h1.header-brand a {}

.header h1.header-brand a img {
	height: 50px;
}

.header .header-sologan {
	width: 464px;
	height: 24px;
	background:  no-repeat;
	position: absolute;
	left: 190px;
	top: 25px;
}


/*导航*/
@media (min-width: 768px) {
	#searchform {
		position: absolute;
		right: 80px;
		top: -60px;
	}
	#searchform .form-control {
		min-width: 220px;
	}
	.cartbutton {
		position: absolute;
		top: -60px;
		right: 15px;
	}
}

@media (max-width: 768px) {
	.cartbutton {
		position: absolute;
		top: 0px;
		right: 68px;
	}
	.panel-title{
		font-size: 18px!important;
	}
}

.banner {
	margin-bottom: 10px;
}

.banner img {
	width: 100%;
}

/*内容栏*/
.list-icao>li,#location-list>li {
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
}

.list-icao>li>a {
	padding-left: 20px;
	background:  no-repeat 9px center;
}

#university-index .panel-default {
	margin-bottom: 0;
}

#university-index .panel-body {
	padding: 0;
}

.panel-icao-blue {
	border: 4px #cfe5ff solid
}

.panel-icao-blue>.panel-heading>.panel-title {
	font-weight: bold;
	font-size: 14px;
}

.panel-icao-green {
	border: 4px green solid
}

.panel-icao-yellow {
	border: 4px #fee67b solid;
	background:  repeat-x bottom center;
}

.panel-icao-son>.panel-heading {
	border-bottom-color: #ccc;
}

.panel-icao-son>.panel-heading>.panel-title {
	font-weight: bold;
	font-size: 14px;
	color: #900;
}

.panel-icao>.panel-heading {
	padding: 0;
	height: 70px;
	background: url(/uploads/image/aimg/ranking-head-bg.jpg) left top no-repeat;
	border-color: transparent;
}

.panel-icao>.panel-heading>.panel-title {
	font-weight: bold;
	font-size: 28px;
	line-height: 70px;
	padding-left: 10px;
	letter-spacing: 1px;text-align: center;
}

.btn-icon {
	border-radius: 12.5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
}


/*商品内容页*/
#goods-content {
	box-shadow: 0 0 5px #ccc;
}

#goods-content .panel-icao {
	border: 0 none;
}

.goods-promo {
	font-size: 14px;
	color: green;
	margin-bottom: 10px;
}

.price {
	font-weight: bold;
	color: red;
	font-size: 16px;
	padding: 0 5px;
	text-decoration: line-through;
}

.sale-price {
	font-weight: bold;
	color: red;
	font-size: 18px;
	padding: 0 5px;
}

.papersuitnote {
	font-size: 16px;
	margin: 10px 0;
}

.table .price {
	display: block;
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
}

.table .sale-price {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}


/*评价*/
.evaluatecontent {
	margin-right: 120px;
}


/*支付*/
#paymentlist li {
	text-align: center;
}

#paymentlist li a {
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}

#paymentlist li a:hover {
	border: 1px solid #f00;
}

#paymentlist li a img {
	max-width: 100%;
	height: auto;
}


/*支付完成*/
#paysuccess .panel-body {
	padding: 100px 0;
}


/*表单验证*/
#dealform .form-group {
	margin-bottom: 25px;
	position: relative;
}

#dealform .form-group-star {
	margin-bottom: 5px;
}

#dealform input.error {
	border-color: red !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

#dealform label.error {
	position: absolute;
	left: 70px;
	top: -20px;
	font-weight: normal;
	font-size: 12px;
	color: red;
}


/*页脚*/
footer {
	border-top: 1px solid #eee;
	padding: 20px;
	position: relative;
}

footer #scroll-to-top {
	position: absolute;
	right: 20px;
	top: 20px;
}

.btn-success[disabled]{
	background-color: #0e9485 !important;
	border-color: #0e9485;
}

.btn-success{
	background-color: #00b8a4;
	border-color: #00b8a4;
}

.btn-success:hover{
	border-color: #00b8a4;
	background-color: #00b8a4;
}

.table-bordered>tbody>tr>td{
	/*padding: 15px;*/
	font-size: 16px;
}

.btn-info{
	background-color: #4f8aff;
	border-color: #4f8aff;
}

.btn-info:hover{
	background-color: #4f8aff;
}

.btn-gointo{
	background-color: #00b8a4;
	padding: 8px 26px;
	font-size: 16px;
	margin-top:10px;
}

.btn-dlcx{
	font-size: 16px;
	padding: 8px 26px;
	margin-top:10px;
}

#main {
	margin-top: 50px;
	padding: 0;
}

.td-title{
	width: 240px;
	cursor: pointer;
}

.province-sel,.university-sel,.college-sel,.major-sel{
	display: block !important;
	width: 100%;
	height: 40px;
	border-color: #ddd;
	border-radius: 2px;
}

.btn-prev{
	background-color: #00b8a4 !important;
	border-radius: 4px !important;
	padding: 0 24px !important;
}

.btn-next{
	background-color: #4f8aff !important;
	border-radius: 4px !important;
	padding: 0 24px !important;
}

.score-box{
	width: 100% !important;
}

.pro-course-sel{
	border: none;
	padding: 5px;
	background-color: transparent;
	display: inline-block !important;
}

.totalinp{
	border: none;
	height: 40px;
	background-color: transparent;
}

.queren-ok{
	background-color: #00b8a4 !important;
}

.iconfont-ok{
	color: #00b8a4 !important;
	border: 1px solid #00b8a4 !important;
}

.card-body{
	font-size: 16px;
}

.color-green{
	color: #00b8a4;
	font-size: 18px;
}

.color-red{
	color: #f00;
	font-size: 18px;
}

.font-bold{
	font-weight: bold;
}

.is-true{
	color: #00b8a4;
	font-size: 16px;
}

.table-theme{
	margin-top: 8px;
	background-color: #fff;
}

.bg-green{
	background-color: #00b8a4 !important;
}

.p-adv{
	text-indent: 2em;
	line-height: 180%;font-size: 16px;
}

.res-vericate{
	font-size: 16px;
}

.percent-pass{
	font-size: 30px;
}

@media screen and (min-width: 767px){
	.laytable-cell-1-0-0{
		width: 153px;
	}

	.laytable-cell-1-0-1{
		width: 217px;
	}

	.laytable-cell-1-0-2,.laytable-cell-1-0-3,.laytable-cell-1-0-4,.laytable-cell-1-0-5,.laytable-cell-1-0-6{
		width: 134px;
	}

	.laytable-cell-1-0-7{
		width: 115px;
	}
}


@media (max-width: 767px) {
	#main{
		margin-top: 20px;
		padding: 0 .15rem;
	}

	tr .expiretime{
		line-height: 65px !important;
	}

	.btn-gointo,.btn-dlcx{
		padding: 6px 12px !important;
		font-size: 14px !important;
	}

	.cx-tiltle{
		line-height: 25px !important;
	}

	.td-title{
		width: 90px;
		padding: 0 !important;
		font-size: 14px !important;
		vertical-align: middle !important;
	}

	.layui-input-block{
		font-size: 14px;
	}

	.layui-input{
		/*width: auto !important;*/
		font-size: 14px;
	}

	.form-code{
		width: 80%;
	}

	.layui-table-cell{
		padding: 0 10px !important;
	}

	.padding-mobile{
		padding: 0 0px !important;
	}

	.padding-politics,.padding-english{
		padding: 0 4px !important;
	}

	.padding-course1,.padding-course2{
		padding: 0 8px !important;
	}

	.padding-total{
		padding: 0 14px !important;
	}

	.card-body-m{
		font-size: 14px;
		line-height: 170% !important;
	}

	.res-vericate,.is-true,.phone-head{
		font-size: 14px !important;
	}

	.percent-pass{
		font-size: 20px;
	}

	.color-green{
		font-size: 14px;
	}

	.adv-p-m{
		font-size: 14px !important;
	}

	.btn-prev{
		font-size: 12px !important;
		padding: 0 10px !important;

	}

	.btn-next{
		font-size: 12px !important;
		padding: 0 10px !important;
	}

	.queren-box-m{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.queren-box{
		margin-top: 8px !important;
	}

	.layui-table-view .layui-table{
		width: 100% !important;
	}

}

@media screen and (max-width: 450px){
	.layui-form-item .layui-input-inline{
		margin: 0 0 10px 0 !important;
	}

	.code-box{
		padding: 5px !important;
	}

	.layui-form-item .layui-input-inline{
		float: left !important;
	}

	.layui-form-item .layui-input-inline .layui-form-mid{
		margin-left: 0 !important;
		top: 0 !important;
	}

}
@media screen and (max-width: 760px){
	.validityperiod{
		width: 70px;
		padding: 0!important;
		line-height: 65px !important;
		vertical-align: middle!important;
	}

	.pull-left,
	.pull-right{
		margin-top: 0!important;
		margin-bottom: 30px!important;
	}
	.pull-left{
		margin-left: 50px;
		padding: 0 25px!important;
	}
	.pull-right{
		margin-right: 50px;
		padding: 0 25px!important;
	}
	.ctx_ipt_item span{
		font-size: 12px;
			padding: 0 5px!important
	}
	.queren-ok{
		display: block;
	}
	.layui-form-item .layui-input-inline{
		width: 50%!important;
	}
	.layui-table thead tr th{
		font-size: 10px!important;
		/*padding: 0 10px!important;*/
	}
	.layui-table thead tr th div{
		padding: 0!important;
		width: auto!important;
	}

	.layui-table thead tr{
		margin: 0 15px!important;
	}
	.layui-table thead tr th div span{
		display: inline-block;
		padding-left: 10px
	}
	.layui-table thead tr th div span:last-child{
		padding-right: 10px!important;
	}
	.layui-table-box{
		overflow-x: auto!important;
	}
	.ctxtab .layui-table  tbody tr td div{
		width: auto;
	}
	.taba{
		display: flex;

	}
	.taba a{
		/*width: 45%;*/
		padding: 0 5px;
	}
	.ctxtab{
		width: 100%;
		overflow-x: auto;
	}
}
