@import "reset.css";

a.t {
	text-decoration: underline
}

a.t:hover {
	color: #f30;
	text-decoration: underline
}

.cf {
	zoom: 1
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.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:after {
		content: " ";
		clear: both;
		display: table
	}
	.crumb p {
		color: #999
	}
	.crumb p a {
		padding: 0 10px
	}
	.crumb p span {
		padding-left: 10px
	}
}

.pos100img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?kabozi);
	src: url(../fonts/icomoon.eot?#iefixkabozi) format('embedded-opentype'),
		url(../fonts/icomoon.woff?kabozi) format('woff'),
		url(../fonts/icomoon.ttf?kabozi) format('truestype'),
		url(../fonts/icomoon.svg?kabozi#icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}

[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;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fr {
	float: right
}

.mt16 {
	margin-top: 16px
}

body {
	background-color: white;
	width: 100%;
	margin: 0 auto;
 }

.wrap {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1
}

.wrap:after {
	content: " ";
	clear: both;
	display: table
}

.wrap:after {
	content: " ";
	clear: both;
	display: table
}

.wrap .ktop {
	padding: 20px 10px
}

@media ( min-width :414px) {
	.wrap .ktop {
		padding: 20px !important;
		margin-left: 2%
	}
}

.index-header {
	zoom: 1;
	height: 50px;
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	color: #fff
}

.index-header:after {
	content: " ";
	clear: both;
	display: table
}

.index-header:after {
	content: " ";
	clear: both;
	display: table
}

.index-header .proess {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px
}

.index-header .goback {
	display: inline-block;
	min-width: 24px;
	margin-left: 15px;
	color: #ccc;
	line-height: 50px
}

.index-header .goback i {
	font-size: 30px;
	margin-right: 5px;
	vertical-align: -15%
}

.index-header .logo {
	display: block;
	margin-top: 14px;
	text-align: center
}

.index-header .indexleft {
	width: 24%;
	float: left
}

.index-header .indleft {
	float: left;
	width: 70%;
	position: relative
}

.index-header .indleft .txtinfo {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 100px;
	text-align: center;
	color: #fff
}

.index-header .indleft .allTab {
	margin-top: 16px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff
}

.index-header .indleft .allTab em {
	display: inline-block;
	vertical-align: middle;
	max-width: 13em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.index-header .indleft .allTab i {
	display: inline-block;
	vertical-align: middle;
	transition: all 218ms;
	-moz-transition: all 218ms;
	-webkit-transition: all 218ms;
	-o-transition: all 218ms;
	font-size: 12px;
	margin-left: 3px
}

.index-header .indleft .allTab.on i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.index-header .btnSearch a {
	color: #fff
}

.index-header .navlb {
	width: 31%;
	float: left
}

.index-header .indexright {
	width: 52%;
	float: left;
	margin-top: 15px;
	text-align: center
}

.index-header .indexright .text {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.index-header .indexright .searchinput {
	float: left;
	height: 30px;
	width: 100%;
	position: relative;
	margin-top: -5px
}

.index-header .indexright .searchinput input {
	font-size: 12px;
	width: 100%;
	height: 100%;
	background: #000;
	border: none;
	border-bottom: 1px solid #71787d;
	color: #fff
}

.index-header .indexright .searchinput a {
	color: #71787d;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.index-header .indexright .searchinput a i {
	margin-top: 7px;
	display: block;
	font-size: 18px
}

.index-header .info {
	float: right;
	width: 17%
}

.index-header .info .people {
	position: relative;
	width: 53px;
	float: right;
	height: 50px;
	text-align: center;
	line-height: 50px
}

.index-header .info .people i {
	font-size: 30px;
	color: #fff
}

.index-header .info .people i>img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: -6%
}

.index-header .info .people .people-sel {
	position: absolute;
	width: 130px;
	right: 0;
	top: 50px;
	background: #262626;
	z-index: 2;
	display: none
}

.index-header .info .people .people-sel li {
	border-bottom: 1px solid #000;
	font-size: 14px;
	text-align: left;
	padding-left: 15px
}

.index-header .info .people .people-sel li a {
	color: #ccc
}

.index-header .info .people .people-sel li i {
	vertical-align: middle;
	margin-right: 8px;
	font-size: 22px
}

.index-header .info .people .people-sel li:last-child {
	background-color: #000;
	text-align: center;
	padding-left: 0
}

.index-header .info .people.selected {
	background: #262626
}

.index-header .info .people.selected .people-sel {
	display: block
}

.index-header .mycoupon {
	float: right;
	width: 24%;
	text-align: center;
	line-height: 50px;
	font-size: 12px
}

.index-header .mycoupon a {
	color: #ccc
}

.index-header .btnBox {
	position: absolute;
	top: 0;
	right: 20px;
	width: 24%;
	line-height: 50px;
	font-size: 20px;
	text-align: right
}

.index-header .btnBox>i {
	color: grey;
	margin-left: 12px
}

.index-header .adimIndex {
	float: right;
	font-size: 12px;
	color: #999;
	height: 50px;
	line-height: 50px;
	margin-right: 20px
}

.ad_topBox {
	position: fixed;
	z-index: 50;
	bottom: 60px;
	left: 0;
	width: 100%
}

.ad_topBox .ad_top {
	margin: 0 10px;
	padding: 0 10px;
	height: 50px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	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
}

.ad_topBox .ad_top article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center
}

.ad_topBox .ad_top article i {
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative
}

.ad_topBox .ad_top article i:after, .ad_topBox .ad_top article i:before
	{
	content: "";
	display: block;
	height: 2px;
	width: 15px;
	top: 50%;
	background-color: #fff;
	position: absolute
}

.ad_topBox .ad_top article i:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ad_topBox .ad_top article i:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ad_topBox .ad_top article img {
	width: 32px;
	height: 33px;
	margin-right: 10px
}

.ad_topBox .ad_top article span {
	color: #fff;
	line-height: 1.2
}

.ad_topBox .ad_top article span em {
	font-size: 12px;
	display: block;
	opacity: .5
}

.ad_topBox .ad_top a {
	background-color: #0193FF;
	color: #fff;
	display: block;
	line-height: 1.72;
	width: 4em;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.ad_topBox+.banner {
	margin-top: 60px
}

@media ( min-width :410px) {
	.index-header .info .people {
		width: 72px
	}
	.index-header .indexright .searchinput input {
		padding-right: 50px
	}
}

.couponlist .linelist {
	padding-bottom: 3%
}

.couponlist .linelist>li {
	margin-top: 5%
}

.couponlist .linelist>li dl {
	display: table;
	width: 100%;
	background: url(../images/mall/couponbg.png) center no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	font-size: 12px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.couponlist .linelist>li dl dd, .couponlist .linelist>li dl dt {
	display: table-cell;
	height: 100px;
	vertical-align: middle
}

.couponlist .linelist>li dl dt {
	width: 34%;
	text-align: center;
	color: #fff
}

.couponlist .linelist>li dl dt h4 em {
	font-size: 2.33em
}

.couponlist .linelist>li dl dt span {
	display: inline-block;
	border: solid 1px #fff;
	line-height: 1.9em;
	padding: 0 .5em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	-moz-transform: scale(.83);
	-webkit-transform: scale(.83);
	-o-transform: scale(.83);
	transform: scale(.83)
}

.couponlist .linelist>li dl dd {
	width: 66%;
	color: #999;
	padding: 0 1em
}

.couponlist .linelist>li dl dd h4 {
	font-size: 14px;
	margin-right: 1em;
	color: #7f8fa4
}

.couponlist .linelist>li dl dd span {
	margin-top: 1em;
	color: #d55;
	display: inline-block
}

.couponlist .linelist>li dl dd span em {
	font-size: 1.33em
}

.couponlist .linelist>li dl dd a {
	margin-top: 1em;
	float: right;
	border: solid 1px #0193ff;
	display: inline-block;
	text-align: center;
	width: 5em;
	line-height: 2;
	color: #0193ff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.couponlist .linelist>li dl.old {
	background-image: url(../images/mall/coupongreybg.png)
}

.couponlist .linelist>li dl.old dd a, .couponlist .linelist>li dl.old dd h4,
	.couponlist .linelist>li dl.old dd p, .couponlist .linelist>li dl.old dd span
	{
	opacity: .5
}

.couponlist .linelist>li dl.old dd a {
	color: #bdc7d2;
	border-color: #bdc7d2
}

.couponlist .linelist>li dl .tip {
	position: absolute;
	top: 6px;
	right: -45px;
	z-index: 5;
	color: #fff;
	background-color: #fe5b6f;
	font-size: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10em;
	text-align: center
}

.tNav3 {
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #f7f8f9;
	border: solid 1px #ddd;
	position: fixed;
	z-index: 50;
	top: 50px;
	left: 0;
	width: 100%
}

.tNav3 li {
	display: inline-block;
	width: 31%;
	font-size: 14px
}

.tNav3 li a {
	display: block;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
	color: #999
}

.tNav3 li.on a {
	color: #d55;
	border-bottom-color: #d55
}

.tNav2 {
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #f7f8f9;
	border: solid 1px #ddd;
	position: fixed;
	z-index: 50;
	top: 50px;
	left: 0;
	width: 100%
}

.tNav2 li {
	display: inline-block;
	width: 48%;
	font-size: 14px
}

.tNav2 li a {
	display: block;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
	color: #999
}

.tNav2 li.on a {
	color: #d55;
	border-bottom-color: #d55
}

.btmEnd {
	margin-top: 1em;
	text-align: center;
	color: #d8dde3
}

.btmEnd:after, .btmEnd:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4em;
	height: 1px;
	margin: 0 1em;
	background-color: #e6eaef
}

.mtitle {
	position: fixed;
	z-index: 99999;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	padding-right: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ccc;
	font-size: 14px;
	text-align: center
}

.mtitle a {
	float: left;
	color: #ccc;
	padding-left: 24px;
	padding-right: 15px
}

.mtitle a i {
	font-size: 24px
}

.h40 {
	height: 40px
}

.h45 {
	height: 45px
}

.h50, .hr50 {
	height: 50px
}

.h80 {
	height: 80px
}

.h100 {
	height: 100px
}

.icon-44:before {
	content: "\e9c4"
}

.icon-prompt:before {
	content: "\e991"
}

.popupLayer {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #333;
	background-color: rgba(0, 0, 0, .7)
}

.popupLayer .popBox {
	display: none;
	color: #666;
	background-color: #fff;
	position: absolute;
	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%);
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.8
}

.popupLayer .popBox .closeX {
	position: absolute;
	top: 15px;
	right: 10px;
	display: inline-block;
	font-size: 18px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	cursor: pointer;
	font-weight: 400
}

.popFullImgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center
}

.popFullImgBox img {
	max-width: 100%;
	max-height: 100%
}

.popFullImgBox .closeX {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 10px;
	display: inline-block;
	font-size: 18px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	cursor: pointer;
	font-weight: 400;
	color: #fff
}

.interestPage {
	background-color: #fff;
	padding-bottom: 20px;
	box-shadow: 0 0 20px 0 #ddd;
	-moz-box-shadow: 0 0 20px 0 #ddd;
	-webkit-box-shadow: 0 0 20px 0 #ddd
}

.interestPage h6 {
	padding: .9em 4%;
	background-color: #f7f8f9;
	font-size: 12px;
	color: #999
}

.interestPage dl {
	width: 92%;
	margin: 0 auto
}

.interestPage dl dt {
	font-size: 14px;
	margin-top: 1em;
	padding-left: .43em
}

.interestPage dl dd {
	font-size: 12px
}

.interestPage dl dd a {
	display: inline-block;
	line-height: 1.9;
	text-align: center;
	min-width: 5.6em;
	padding: 0 .4em;
	color: #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: solid 1px #bdc7d2;
	margin: .5em .24em 0
}

.interestPage dl dd a.on, .interestPage dl dd a:active {
	color: #d55;
	border-color: #d55
}

.interestPage button {
	border: none;
	display: block;
	width: 40%;
	margin: 2em auto 1em;
	height: 38px;
	line-height: 38px;
	background-color: #d55;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.searchPage {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 92%;
	z-index: 80;
	background-color: #fff;
	padding: 0 4% 4%;
	box-shadow: 0 0 20px 0 #ddd;
	-moz-box-shadow: 0 0 20px 0 #ddd;
	-webkit-box-shadow: 0 0 20px 0 #ddd
}

.searchPage h6 {
	margin-top: 1em;
	color: #999;
	font-size: 12px
}

.searchPage .aBox a {
	display: inline-block;
	line-height: 1.7;
	padding: 0 .6em;
	color: #7f8fa4;
	background-color: #f7f8f9;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border: solid 1px #e6eaef;
	margin: .5em .5em 0 0
}

.searchPage ul li {
	border-bottom: solid 1px #ddd;
	padding: 9px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.searchPage ul li a {
	color: #666
}

.searchPage ul li i {
	margin-top: 4px;
	margin-right: 8px;
	float: right;
	color: #999
}

.searchPage button {
	border: none;
	display: block;
	font-size: 12px;
	color: #7f8fa4;
	width: 85px;
	margin: 1em auto 0;
	height: 32px;
	background-color: #f7f8fa;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border: solid 1px #e6eaef
}

.searchPage button:focus {
	outline: 0
}

.searchPage.on {
	display: block
}

.jsTabBox .jsTabMain .jsTabItem {
	display: none
}

.jsTabBox .jsTabMain .jsTabItem.on {
	display: block
}

.bodylock {
	height: 100%;
	width: 100%;
	overflow: hidden;
	cursor: pointer
}

.popBase {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 79;
	background-color: rgba(0, 0, 0, .3)
}

.partBox {
	display: none;
	position: fixed;
	z-index: 80;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	height: 56%;
	box-sizing: border-box;
	padding: 3% 0;
	background-color: #fff;
	box-shadow: 0 -2px 5px 0 #ddd;
	-moz-box-shadow: 0 -2px 5px 0 #ddd;
	-webkit-box-shadow: 0 -2px 5px 0 #ddd
}

.partBox .btnClose {
	position: absolute;
	z-index: 0;
	top: 12px;
	right: 12px;
	color: #999
}

.partBox>h2 {
	font-size: 18px;
	text-align: center
}

.partBox .mainBox {
	height: 94%;
	overflow-x: hidden;
	overflow-y: auto
}

.partBox.on {
	display: block
}

.jsTabBox .jsTabMain .jsTabItem {
	display: none
}

.jsTabBox .jsTabMain .jsTabItem.on {
	display: block
}

.tansign {
	display: block;
	z-index: 999999;
	position: fixed;
	top: 50%;
	left: 50%;
	padding-bottom: 10px;
	width: 66%;
	max-width: 400px;
	min-height: 120px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.tansign .icon-gf-wrong32 {
	position: absolute;
	top: 13px;
	right: 10px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	line-height: 16px;
	font-size: 14px;
	color: #999
}

.tansign h3 {
	text-align: center;
	text-indent: 0;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #d55;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0
}

.tansign p {
	font-size: 16px;
	color: #666;
	text-align: left;
	padding: 0 15px 0 20px
}

.agreeBox {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px
}

.agreeBox p {
	text-align: right;
	margin-bottom: 5px;
	color: #333
}

.agreeBox p span {
	width: 100px;
	margin-right: 40px;
	margin-bottom: 5px;
	display: inline-block;
	color: #999
}

.agreeBox ul {
	max-width: 1200px;
	zoom: 1;
	margin: 0 auto
}

.agreeBox ul:after {
	content: " ";
	clear: both;
	display: table
}

.agreeBox ul:after {
	content: " ";
	clear: both;
	display: table
}

.agreeBox ul li {
	float: left;
	margin: 0
}

.agreeBox ul li .jcwx {
	color: #d55;
	cursor: pointer
}

.agreeBox ul li .all-radio {
	width: 18px;
	display: block;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
	float: left;
	border: 1px solid #999;
	border-radius: 4px
}

.agreeBox ul li .all-radio i {
	display: none;
	font-size: 18px;
	line-height: 18px
}

.agreeBox ul li .selected {
	border-color: #d55 !important;
	background-color: #d55 !important
}

.agreeBox ul li .selected i {
	color: #fff;
	display: block
}

.agreeBox ul li button {
	background: #d55;
	height: 50px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	display: block;
	border: none;
	padding: 13px 32px;
	border-radius: 5px
}

.agreeBox ul li:nth-last-of-type(1) {
	float: right;
	margin-right: 30px
}

.popAgreeBox {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 80%;
	max-height: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: 1px solid #b2a59a
}

.popAgreeBox h2 {
	font-size: 18px;
	color: #666;
	line-height: 48px;
	border-bottom: 1px solid #ccc;
	text-indent: 30px
}

.popAgreeBox h2 span {
	float: right;
	padding: 10px;
	cursor: pointer
}

.popAgreeBox button {
	margin: 30px auto;
	display: block;
	width: 208px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: none;
	outline: 0;
	font-size: 18px;
	color: #fff;
	background-color: #d55
}

.popAgreeBox .cnterSection {
	max-height: 425px;
	overflow-y: auto;
	padding: 0 15px
}

.popAgreeBox .cnterSection h3 {
	font-size: 18px;
	text-align: center;
	padding-top: 1em;
	width: 100%
}

.popAgreeBox .cnterSection p {
	font-size: 12px;
	text-indent: 2em;
	margin-top: 1em;
	line-height: 1.8;
	color: #666
}

.popAgreeBox .cnterSection h4 {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em
}

.coursenull {
	text-align: center;
	padding: 40px 0 46px 0;
	border: 1px solid #eee;
	margin-bottom: 15px;
	background-color: #F9FAFB
}

.coursenull p {
	margin: 10px 0 5px 0
}

.coursenull a {
	font-size: 14px;
	color: #3f7cb2
}

.coursenull a span {
	color: #a6a7a9;
	margin-left: 5px;
	font-size: 18px
}

._nc .stage1 .slider {
	height: 38px !important;
	left: 0 !important;
	right: 0 !important
}

._nc .stage1 .label, ._nc .stage1 .track div {
	line-height: 38px !important;
	height: 38px !important
}

._nc .stage1 .button {
	width: 38px !important;
	height: 38px !important
}

._nc .stage1 .icon {
	left: 4px !important
}

@media only screen and (-webkit-device-pixel-ratio:2) and
	(max-device-height:568px) and (min-device-width:320px) {
	._nc .stage1 .icon {
		bottom: 3px !important
	}
}

img {
	vertical-align: middle
}

#doyoo_mobile_chat_hint {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important
}

.hasZhang {
	position: relative;
	z-index: 0
}

.hasZhang:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	width: 197px;
	height: 148px;
	bottom: 40px;
	left: 50px;
	background: url(../images/gfeduseal.png)
}

.pages {
	margin: 20px auto 0;
	text-align: center;
	color: #999;
	font-size: 0
}

.pages .page {
	font-size: 14px;
	display: inline-block
}

.pages .page a, .pages .page span {
	display: inline-block;
	background-color: #fafafa;
	cursor: pointer;
	line-height: 2;
	min-width: 1em;
	padding: 0 .5em;
	margin: 0 1px
}

.pages .page a.selected, .pages .page a:hover, .pages .page span.selected,
	.pages .page span:hover {
	background-color: #df5555;
	color: #fff
}

.pages .page span {
	color: #df5555
}

.pages .page a {
	color: #666
}

img[src='https://icon.cnzz.com/img/pic.gif'] {
    display: none;
}