/*公共样式*/
.w-100 {
	width: 100%
}

img,
span {
	cursor: default;
}


.main-box {
	width: 1200px;
	margin: 0 auto
}

.l {
	float: left;
}

.r {
	float: right;
}

/*统一a标签样式*/
.a-hover {
	/* border: 1px solid #B49658; */
	border-radius: 20px;
	cursor: pointer;
	width: 120px;
	height: 40px;
	line-height: 38px;
	background: #B49658;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	box-sizing: border-box;
}

.a-hover:hover {
	background: #ffffff !important;
	color: #B49658 !important
}

.a-hover:focus {
	background: #B49658 !important;
	color: #ffffff !important
}

body {
	min-width: 1280px;
	height: 720px;
	font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Arial";
	background-color: #FFFFFF;
}

.wrap {
	width: 100%;
	height: 100%
}

/*头部*/
.header {
	height: 60px;
	background: #FFFFFF;
}

.header-box {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
.header-box .header-left {
	float: left;
	width: 600px;
	padding-top: 17px;
}
.header-box .header-right {
	float: right;
	width: 260px;
	padding-top: 15px;
}
.header-box .header-logo {
	width: 212px;
	height: 25px;
	float: left;
}
.header-box .header-name {
	float: left;
	font-size: 22px;
	line-height: 24px;
	border-left: 1px solid #C8C8C8;
	padding-left: 20px;
	margin-left: 30px;
}
.header-box .header-phone {
	width: 112px;
	height: 33px;
	float: left;
	margin-right: 10px;
}
.header-box .header-tel {
	float: left;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.header-box .header-tel a {
	color: #000000;
}
/*banner*/
#banner {
    width: 100%;
    height: 470px;
    overflow: hidden;
}
#banner .m_banner {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

/* 考试提醒 */
.exam_reminder {
	height: 520px;
	background-color: #fff;
}

.exam_reminder .main-box {
	height: 100%;
	padding-top: 55px;
}

.exam_reminder .main-box .l {
	width: 565px;
	height: 413px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #b49658;
}

.exam_reminder .main-box .l p {
	margin: auto;
	padding: 12px 0;
	width: 508px;
	border-bottom: solid 1px #b49658;
	font-family: PingFang SC;
	font-size: 24px;
	color: #b49658;
}

.exam_reminder .main-box .l span {
	display: block;
	margin: 15px 28px;
	font-family: PingFang SC;
	font-size: 20px;
	color: #000000;
}

.exam_reminder .main-box .l ul {
	width: 508px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.exam_reminder .main-box .l ul li {
	width: 253px;
}

.exam_reminder .main-box .l ul li:nth-of-type(1),
.exam_reminder .main-box .l ul li:nth-of-type(2) {
	height: 40px;
	background-color: #F7F4EE;
	font-family: PingFang SC;
	font-size: 20px;
	color: #707070;
	padding: 10px 0 10px 18px;
}

.exam_reminder .main-box .l ul li:nth-of-type(3),
.exam_reminder .main-box .l ul li:nth-of-type(4) {
	margin-top: 2px;
	height: 94px;
	background-color: #F7F4EE;
	font-family: PingFang SC;
	font-size: 18px;
	color: #707070;
	padding: 10px 0 10px 18px;
	line-height: 25px;
}

.exam_reminder .main-box .r {
	width: 565px;
	height: 413px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #b49658;
}

.exam_reminder .main-box .r img {
	position: relative;
	left: 325px;
	top: -180px;
}

.exam_reminder .main-box .r p {
	margin: auto;
	padding: 12px 0;
	width: 508px;
	border-bottom: solid 1px #b49658;
	font-family: PingFang SC;
	font-size: 24px;
	color: #b49658;
}

.exam_reminder .main-box .r .form_title {
	width: 332px;
	display: block;
	margin: 15px 28px;
	font-family: PingFang SC;
	font-size: 18px;
	color: #707070;
	line-height: 30px;
}

.exam_reminder .main-box .r div {
	width: 310px;
	margin-left: 30px;
}

#BEC_level {
	width: 307px;
	height: 46px;
	border-radius: 5px;
	border: solid 1px #707070;
	padding-left: 15px;
}

#mycall {
	margin-top: 15px;
	width: 307px;
	height: 46px;
	border-radius: 5px;
	border: solid 1px #707070;
	padding-left: 15px;

}

#mycode {
	margin-top: 15px;
	width: 166px;
	height: 46px;
	border-radius: 5px;
	border: solid 1px #707070;
	padding-left: 15px;

}

#getCode {
	padding-left: 20px;
	font-family: Source Han Sans CN;
	font-size: 16px;
	color: #b49658;
	cursor: pointer;
}

#setCode {
	margin-top: 15px;
	display: block;
	width: 307px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #b49658;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.becBg {
	height: 337px;
	background: url(img/becBG.png) no-repeat center;
}

.becBg .main-box {
	height: 100%;
}

.becBg .main-box p {
	padding-top: 30px;
	font-family: PingFang SC;
	font-size: 30px;
	color: #f8f8f8;
}

.becBg .img_box {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.becBg .img_box a:nth-of-type(1) {
	width: 268px;
	height: 162px;
	background: url(img/tool_1.png);
}

.becBg .img_box a:nth-of-type(1):hover {
	background: url(img/tool_a1.png);
}

.becBg .img_box a:nth-of-type(2) {
	width: 268px;
	height: 162px;
	background: url(img/tool_2.png);
}

.becBg .img_box a:nth-of-type(2):hover {
	background: url(img/tool_a2.png);
}

.becBg .img_box a:nth-of-type(3) {
	width: 268px;
	height: 162px;
	background: url(img/tool_3.png);
}

.becBg .img_box a:nth-of-type(3):hover {
	background: url(img/tool_a3.png);
}

.becBg .img_box a:nth-of-type(4) {
	width: 268px;
	height: 162px;
	background: url(img/tool_4.png);
}

.becBg .img_box a:nth-of-type(4):hover {
	background: url(img/tool_a4.png);
}

.assess {
	padding: 70px 0 55px;
	background: #f9f9f9
}

.assess-box {
	margin: 0 aut 55px
}

.assess-box p:nth-of-type(1) {
	text-align: center;
	font-family: PingFang SC;
	font-size: 30px;
	color: #b49658;
}

.assess-box p:nth-of-type(2) {
	position: relative;
	top: 25px;
	text-align: center;
	font-family: PingFang SC;
	font-size: 24px;
	color: #707070;
}

.assess-box p:nth-of-type(2) span {
	color: #b49658;
}

.assess-box .assess-list {
	width: 100%;
	height: 300px;
	background: url(img/assess-bg.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.assess-list-t {
	display: flex;
	width: 800px;
	justify-content: flex-start;
}

.assess-list-t:first-child {
	margin: 25px 0 50px 0
}

.assess-list-t .le {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
}

.assess-list-t .le .ask {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.assess-list-t .le .ask i {
	display: inline-block;
	width: 3px;
	height: 18px;
	margin-right: 20px;
	background: #B49658
}

.assess-list-t .le .ask span {
	font-size: 20px;
	color: #100C0C;
	cursor: default;
}

.assess-list-t .le .option {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.assess-list-t .le .option .op {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 40px;
	color: #100C0C;
	cursor: pointer;
}

.assess-list-t .le .option .op div {
	width: 17px;
	height: 17px;
	border: 2px solid #707070;
	border-radius: 50%;
	margin-right: 5px
}

.select {
	border: 2px solid #B49658 !important;
}

.hide {
	display: none !important
}

.select-txt {
	color: #B49658 !important
}

.assess-list-t .le .option .op div i {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #B49658;
	margin: 2px
}

.assess-list-t .le .option .op span {
	cursor: pointer;
}

.assess-btn {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border-radius: 5px;
	background: #B49658
}

.assess-btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin: 44px 0 55px 0;
	border-radius: 5px
}

.data {
	width: 100%;
	height: 685px;
	background: url(img/data-bg.png) no-repeat center;
}

.data .data-box {
	height: 100%
}

.data-box .r {
	margin-top: 53px;
	width: 125px;
}

.data-box .r span:nth-of-type(1) {
	font-family: PingFang SC;
	font-size: 16px;
	color: #ffffff;
}

.data-box .r span:nth-of-type(2) {
	font-family: PingFang SC;
	font-size: 24px;
	color: #ffffff;
}

.data-box .r span:nth-of-type(2) span {
	font-size: 24px;
	color: #efc369;
}

.data-title {
	display: inline-block;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 20px
}

.tab-box {
	width: 100%;
	height: 446px;
	background: url(img/data-list1_news.png) no-repeat center;
	position: relative;
}

.tab-con {
	position: absolute;
	width: 1000px;
	height: 250px;
	left: 100px;
	top: 130px;
	display: flex;
	flex-direction: column;
}

.tab-nav {
	position: absolute;
	top: 20px;
	left: 0;
	width: 465px;
	height: 55px;
}

.tab-nav .nav-all {
	height: 100%;
	background: transparent;
	cursor: pointer;
}

.tab-nav .nav1 {
	width: 158px;
	position: absolute;
	height: 50px;
	top: 3px;
}

.tab-nav .nav2 {
	width: 135px;
	position: absolute;
	height: 50px;
	top: 3px;
	left: 175px;
}

.tab-nav .nav3 {
	width: 140px;
	position: absolute;
	height: 50px;
	top: 3px;
	right: 4px;
}

.tab-con .con {
	width: 100%;
	height: 100%
}

.tab-con .line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 33.33%;
}

.tab-con .line .le {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 33.33%
}

.tab-con .line .le .rar {
	width: 56px;
	height: 49px;
	margin-right: 10px;
	cursor: pointer;
}

.tab-con .line .le .file {
	width: 48px;
	height: 64px;
	margin-right: 18px;
	cursor: pointer;
}

.tab-con .line .le span {
	font-size: 16px;
	color: #100C0C;
	cursor: pointer;
}

.data-btn {
	display: block;
	text-align: center;
	background: #B49658;
	opacity: 1;
	border-radius: 5px;
	margin: 40px auto 0;
	font-size: 20px;
	color: #ffffff;
}

.bec {
	margin-top: 50px;
	height: 540px;
	margin-bottom: 75px;
}

.bec-box .bec-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bec-box .bec-title .name {
	font-size: 30px;
	color: #100C0C;
	flex: 1
}

.bec-box .bec-title .ri {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	flex: 1
}

.bec-box .bec-title .ri .ri-txt1 {
	font-size: 13px;
	color: #707070
}

.bec-box .bec-title .ri .ri-txt1 span {
	padding-right: 5px;
	text-decoration: line-through;
}

.bec-title .ri .ri-txt2 {
	font-size: 18px;
	color: #707070;
	margin-top: 10px
}
.bec-title .ri .ri-txt2 span {
	color: #CFA972;
}
.bec-box .swiper-pagination {
	width: 1200px;
	height: 64px;
	background-color: #000;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.bec-box .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 150px;
	height: 100%;
	color: #ffffff;
	line-height: 64px;
	font-size: 22px;
	text-align: center;
	background: transparent;
	border-radius: 0;
	position: relative;
	opacity: 1
}

.bec-box .swiper-pagination .aaa {
	background: #ccc
}

.sanjiao {
	width: 0;
	height: 0;
	border-top: 14px solid black;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-7px);
}

.swiper-container {
	height: 413px;
	width: 100%;
	top: 83px
}

.swiper-slide {
	position: relative;
}

.swiper-slide1 {
	background: url(img/swiper1.png) no-repeat center;
}

.swiper-slide2 {
	background: url(img/swiper2.png) no-repeat center;
}

.swiper-slide3 {
	background: url(img/swiper3.png) no-repeat center;
}

.swiper-button-prev {
	background-image: url(img/prev.png) !important;
	left: 28px !important;
	right: auto !important;
}

.swiper-button-next {
	background-image: url(img/next.png) !important;
	right: 28px !important;
	left: auto !important;
}

.swiper-btn {
	position: absolute;
    top: 280px;
    right: 408px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(180deg, #EBD8B1 0%, #8B6014 100%);
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.swiper-btn+a {
	width: 122px;
	height: 40px;
	position: absolute;
	top: 280px;
	right: 260px;
	color: #8B6014;
	font-size: 18px;
	background: linear-gradient( 180deg, #FFECC4 0%, #D2A960 100%);
	text-align: center;
	line-height: 40px;
}

.swiper-btn span span {
	text-decoration: line-through;
	padding-right: 5px;
}

.swiper-btn .next_1 {
	width: 17px;
	height: 15px;
	margin-left: 10px;
	background: url(img/next_1.png) no-repeat center;
	background-size: contain;
}

.swiper-btn:hover .next_1 {
	width: 17px;
	height: 15px;
	margin-left: 10px;
	background: url(img/next_2.png) no-repeat center;
	background-size: contain;
}

.swiper-pagination-bullet-active {
	height: 79px !important;
	background: url(img/swiper-active.png) no-repeat center !important;
}

.addr-box {
	height: 500px
}

.addr-box .addr-title {
	font-size: 30px;
	color: #B49658
}

.city {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px
}

.tit {
	font-size: 18px;
	color: #100C0C
}

#s_province {
	width: 220px;
	margin: 0 26px 0 20px;
}

#s_city {
	width: 290px;
}

.form-control {
	height: 46px !important;
	line-height: 46px !important;
	font-size: 18px !important;
	color: #100C0C !important;
	background: #fff !important;
	border: 1px solid #E1E1E1 !important;
	border-radius: 5px !important;
	padding: 0 20px !important;
}



.addr-list {
	width: 100%;
	/*margin-top: 30px;*/
	height: 403px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.addr-list .list-le {
	width: 600px;
	height: 100%;
	background: url(img/list-bg.png) no-repeat center;
	padding-top: 50px;
}

.addr-list .list-le:first-child {
	margin-left: 2px
}

.addr-list .list-le:last-child {
	margin-left: 70px
}



.addr-list .list-le .list-le-txt {
	width: 470px;
	line-height: 60px;
	border-bottom: 1px dashed #707070;
	font-size: 18px;
	color: #100C0C;
	margin: 0 auto
}

.addr-btn {
	margin: 22px auto 0
}

.list-le-s {
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.list-le-s .form-control {
	width: 164px !important;
	margin-left: 25px
}

.warn {
	height: 257px;
	background: url(img/warn-bg.png) no-repeat center;
}

.warn .warn-box {
	height: 257px;
	position: relative;
}

.warn-con {
	position: absolute;
	height: 100%;
	top: 0;
	left: 250px;
	width: 900px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.warn-con .warn-con-le {
	width: 490px
}

.warn-con .warn-con-le .le-title {
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 16px
}

.warn-con .warn-con-le .le-txt {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px
}

#becdata {
	width: 307px;
	margin-bottom: 22px
}


.footer {
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #3B3B3B;
	margin-top: -1px;
	padding-bottom: 50px;
}
.footer a {
	color: #ffffff;
}
/*登录弹框*/
.hide {
	display: none
}

.login {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.61);
	z-index: 11
}

.login .login-box {
	width: 356px;
	height: 334px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-178px, -173.5px);
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.shade-over {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.shade-over .shade-around {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}

.shade-over #form2 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 610px;
	height: 354px;
	background: url(img/c_bg.png);
}
.shade-over #form2 .form_text{
	width: 280px;
	margin-top: 135px;
	margin-left: 52px;
}
#mycall2 {
	width: 280px;
	height: 46px;
	border-radius: 25px;
	padding-left: 15px;
	margin-bottom: 12px;
	border: none;
}

#mycode2 {
	width: 162px;
	height: 46px;
	border-radius: 25px 0px 0px 25px;
	padding-left: 15px;
	border: none;
}

#getCode2 {
	width: 118px;
	height: 46px;
	line-height: 46px;
	background: #EBD8B1;
	border-radius: 0px 25px 25px 0px;
	font-family: Source Han Sans CN;
	font-size: 16px;
	color: #170201;
	cursor: pointer;
	display: block;
	float: right;
	text-align: center;
}

#setCode2 {
	width: 193px;
	display: block;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient( 180deg, #EBD8B1 0%, #8B6014 100%);
	border-radius: 50px;
	color: #1C1C1C;
	cursor: pointer;
	margin-top: 20px;
}
.shade-over .shade-success{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 344px;
    height: 334px;
    z-index: 99;
}
.shade-over .shade-success .success_class {
    width: 344px;
    height: 334px;
    background: url(img/codeBg_bg.png);
    position: relative;
}
.shade-over .shade-success .success_class p {
    padding-top: 12px;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}

.shade-over .shade-success .success_class p a {
    display: inline;
    text-decoration: underline;
}

.shade-over .shade-success .success_class img {
    width: 120px;
    margin: 0 auto;
    height: 120px;
	display: block;
}
/* 侧边导航栏 */
.nav_side{
	position: fixed;
	width: 94px;
	height: 217px;
	background: linear-gradient( 128deg, #EBD8B1 0%, #BFA370 100%);
	border-radius: 50px 50px 6px 6px;
	top: 200px;
	right: 0;
	z-index: 200;
	margin-right: 6px;
}
.nav_side .weima {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	margin-top: 2px;
}
.nav_side .weima img {
	width: 90px;
	height: 90px;
	border-radius: 90px;
}
.nav_side .name {
	text-align: center;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
	padding-top: 5px;
	margin-bottom: 5px;
}
.nav_side .line {
	width: 82px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	background: url(img/icon1.png) no-repeat left center;
	padding-left: 25px;
	border-top: 1px solid #F5E0B6;
	font-size: 14px;
}
.nav_side .line2 {
	width: 82px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	background: url(img/icon2.png) no-repeat left center;
	padding-left: 25px;
	border-top: 1px solid #F5E0B6;
	font-size: 14px;
	cursor: pointer;
}
/*百度网盘下面的单独样式*/
.baidu-success {
	width: 334px !important;
	height: 280px !important;
	transform: translateX(-167px, -140px) !important;
}

.baidu-success .baidu-url {
	margin-top: 18px !important;
}

.baidu-success #baidu-code {
	margin: 17px auto 17px !important;
}

.baidu-success .go-url {
	margin: 20px auto 0 !important;
}

.login-name {
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: url(img/login-bg1.png) no-repeat center;
	background-size: cover;
	/* margin-top: -0.16rem; */
	position: relative;
	overflow: hidden;
}

.login-name i {
	font-size: 40px;
	font-style: normal;
}

.success {
	width: 40px;
	height: 40px;
	margin-right: 20px
}

.icon_bg {
	position: absolute;
	height: 100%;
	width: auto;
	right: 0;
	top: 0
}

.get-success {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.login-success {
  background: url(img/icon_bg.png) no-repeat center!important;
}*/


#JpDownLoadForm {
	width: 100%;
	height: 280px;
}

#JpDownLoadForm .login-url {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin: 15px auto 12px;
}

#JpDownLoadForm .login-url a {
	display: inline !important;
	border-bottom: 1px solid #000000;
}

#JpDownLoadForm .login-txt {
	font-size: 16px;
	color: #000000;
	text-align: center;
	display: block;
	margin: 0 auto
}

#JpDownLoadForm .login-code {
	width: 112px;
	height: 112px;
	margin: 20px auto 14px;
	display: block
}

#JpDownLoadForm .scan-code {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#JpDownLoadForm .scan-code img {
	width: 25px;
	height: 25px;
	margin-right: 5px
}

#JpDownLoadForm .scan-code span {
	font-size: 14px;
	color: #161616
}

#JpDownLoadForm .baidu-url {
	font-size: 20px;
	color: #000000;
	margin-top: 15px;
	text-align: center;
}

#JpDownLoadForm #baidu-code {
	color: #E92318;
	font-size: 24px;
	margin: 13px auto 17px;
	width: 100%;
	text-align: center;
}

#JpDownLoadForm .copy-btn {
	font-size: 20px;
	color: #161616;
	text-align: center;
	cursor: pointer;
}

#JpDownLoadForm .go-url {
	display: block;
	width: 294px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #E92318;
	opacity: 1;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	margin: 28px auto 0
}


#baidu-code::-webkit-input-placeholder {
	color: #E92318;
	font-size: 24px;
}

#baidu-code:-moz-placeholder {
	color: #E92318;
	font-size: 24px;
}

#baidu-code::-moz-placeholder {
	color: #E92318;
	font-size: 24px;
}

#baidu-code:-ms-input-placeholder {
	color: #E92318;
	font-size: 24px;
}



#JpDownLoadForm .phone {
	width: 294px;
	height: 46px;
	margin: 20px 31px 0;
	border: 1px solid rgba(168, 165, 165, 1);
	border-radius: 5px;
	font-size: 17px;
	color: #707070;
	padding-left: 15px;
	box-sizing: border-box;
}

#mycall_alert {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #E92318;
	margin-left: 46px;
}

.alert_style {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #E92318;
	margin-left: 46px;
}

.check_answer {
	width: 294px;
	height: 46px;
	margin: 0 31px 0;
	display: flex;
	justify-content: space-between;
}

.check_answer .code {
	width: 150px;
	height: 44px;
	border: 1px solid rgba(168, 165, 165, 1);
	border-radius: 5px;
	font-size: 17px;
	color: #707070;
	padding-left: 15px;
	box-sizing: border-box;
}

.get_code {
	width: auto;
	height: 46px;
	border: none;
	text-align: right;
	color: #E92318;
	font-size: 18px;
}

.code_btn {
	width: 294px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #E92318;
	border-radius: 5px;
	margin: 0 31px 0;
}

.cancel {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}

.xcx-code-box {
	position: fixed;
	width: 165px;
	height: 155px;
	background: #ffffff;
	top: 320px;
	right: -5px;
	z-index: 1;
	border-radius: 5px 0 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.xcx-code-box .xcx-code {
	width: 120px;
	height: 120px;
	display: block;
}

.xcx-code-box .xcx-txt {
	font-size: 12px;
	margin-top: 2px;
	font-weight: bold;
}

.tab-con .data-btn {
	background-color: #fff;
	cursor: pointer;
}

/*
@media screen and (max-width: 1440px) {
 
  .wrap {
    zoom:0.75;
  }
 
}
 */

 /*20211120 新增*/
 .downloadNow {
	width: 334px;
    min-height: 276px;
    background: #FFFFFF;
    margin: 0 auto;
    position: absolute;
    border-radius: 12px;
    z-index: 5;
    /* display: none; */
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downloadNow .downloadNow-tit {
	width: 100%;
    height: 73px;
    background: url(https://www.mison.cn/static/public/images/bg-success-tit.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadNow .downloadNow-tit .downloadNow-tit-img {
	margin-right: 10px;
}

.downloadNow .downloadNow-tit .downloadNow-tit-txt {
	color: #fff;
    font-size: 23px;
}

.urlcode {
	width: 100%;
    height: 130px;
    margin: 10px 0;
}

.urlcode  .urlcode-img {
	width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
}

.loadingText {
	position: absolute;
	top: 33px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
	color: #FFFFFF;
}

.popupFileName {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 61px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #FFFFFF;
}
.access_box{
	padding: 0 20px 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
	color: #666;
}


#accessCode{
	width: 100px;
	border: none !important;
	position: absolute;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 34px;
	color: #393939;
}

/*弹框关闭*/
.closeGetDown {
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	top: 7px;
	right: 10px;
}

.closeGetDown {
	top: 0px;
	right: 0px;
}
.m_box {
    width: 1227px;
    height: 373px;
    margin: 0 auto;
    background: url(img/m_box_bg.png);
    position: relative;
    margin-top: -50px;
    z-index: 10;
}
.c_text {
    width: 882px;
    margin: 0 auto;
    padding-top: 165px;
}
.setCode_class {
    width: 328px;
    height: 64px;
    line-height: 64px;
    background: #E92318;
    border-radius: 32px;
    margin: 0 auto;
    margin-top: 28px;
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
#myage {
    width: 408px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #A2A2A2;
    background: none;
    padding-left: 20px;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
#mycall {
    width: 408px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #A2A2A2;
    background: none;
    padding-left: 20px;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.m_title {
	width: 824px;
	margin: 0 auto;
	margin-top: 130px;
	margin-bottom: 29px;
}
.m_box2 {
	
}
.tabbox {
	position: relative;
	z-index: 100;
}

.tabbox ul {
	list-style: none;
	display: table;
	margin: 0 auto;
}

.tabbox ul li {
	float: left;
	width: 211px;
	height: 68px;
	font-size: 30px;
	line-height: 68px;
	cursor: pointer;
	color: #1C1C1C;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #FFFFFF;
}

.tabbox ul li.active {
	width: 211px;
	height: 68px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #CFA972;
	color: #CFA972;
}

.tabbox .content {
	
}
.tabbox .content .t_img1 {
	height: 500px;
	background: url(img/t1.png) no-repeat center;
}
.tabbox .content .t_img2 {
	height: 500px;
	background: url(img/t2.png) no-repeat center;
}
.tabbox .content .t_img3 {
	height: 500px;
	background: url(img/t3.png) no-repeat center;
}
.tabbox .content img {
	/* width: 1185px;
height: 656px; */
}

.tabbox .content>div {
	display: none;
}

.tabbox .content>div.active {
	display: block;
}
.tabbox .content .t1 {
	width: 1195px;
	margin: 0 auto;
	margin-top: 33px;
}
.tabbox .content .t1 img {
	display: block;
}
.tab {
	display: none;
}
.m_btn {
	width: 1200px;
	margin: 0 auto;
}
.m_link {
	width: 232px;
	height: 61px;
	font-size: 26px;
	line-height: 61px;
	background: linear-gradient( 180deg, #CFA972 0%, #8B6014 100%);
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 31px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	margin-top: 410px;
	cursor: pointer;
}
.m_title2 {
	width: 675px;
	margin: 0 auto;
	margin-top: 99px;
	margin-bottom: 55px;
}
.m_img {
	height: 733px;
	background: url(img/m_img.png) no-repeat center;
    position: relative;
}
.m_wrap {
	width: 1216px;
    margin: 0 auto;
    position: relative;
    height: 540px;
    margin-top: 30px;
}
.s_img {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.s_box {
    width: 274px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.s_t1 {
    height: 174px;
}
.s_text {
    width: 274px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 8px 8px;
    color: #989898;
}
.s_text:hover {
    width: 274px;
    height: 180px;
    background: #CFA972;
    box-shadow: 0px 7px 11px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 8px 8px;
    color: #FFFFFF;
    cursor: pointer;
}
.s_title_b {
    text-align: center;
    height: 68px;
    font-size: 24px;
    line-height: 68px;
    color: #8B6014;
}
.s_txt {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    height: 112px;
}
.s_link {
    width: 249px;
    height: 78px;
    float: left;
    margin-top: 50px;
    margin-left: 330px;
    background: url(img/s_link_bg.png) no-repeat center;
    cursor: pointer;
}
.s_link:hover {
    width: 249px;
    height: 78px;
    float: left;
    background: url(img/s_link_bg_o.png) no-repeat center;
}
.s_link2 {
    width: 249px;
    height: 78px;
    float: right;
    margin-top: 50px;
    margin-right: 330px;
}
.s_link2 a {
    width: 249px;
    height: 78px;
    float: left;
    background: url(img/s_link_bg2.png) no-repeat center;
}
.s_link2 a:hover {
    width: 249px;
    height: 78px;
    float: left;
    background: url(img/s_link_bg2_o.png) no-repeat center;
}
.m_box3 {
	background: url(img/bg3.png) no-repeat center;
	height: 690px;
}

.bottomBanner2 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: linear-gradient( 171deg, #464239 0%, #494138 100%);
    box-shadow: 0px 0px 10px 1px rgba(104,70,0,0.16);
    display: none;
	z-index: 105;
    /* background: url(//img.mison.com.cn/pic/TOEIC-RegistrationGuide/img/bottomBanner.png) no-repeat center; */
}

.bottomBanner2 .b_wrap {
    margin: 0 auto;
    width: 820px;
}

.bottomBanner2 .b_title {
    float: left;
}

.bottomBanner2 .b_txt {
	width: 124px;
	height: 33px;
    line-height: 33px;
    text-align: center;
    background: linear-gradient( 180deg, #EBD8B1 0%, #8B6014 100%);
    border-radius: 34px;
    color:#FFFFFF;
    font-size: 17px;
    margin-top: 8px;
    float: left;
    font-weight: bold;
    cursor: pointer;
	margin-left: 100px;
}
.bottomBanner2 .b_txt a {
    color: #FFFFFF;
}

.bottomBanner2 .b_link {
    float: right;
    margin-top: -86px;
    position: relative;
}
#code-window {
    display: none;
}

#code-window #TOEIC_form2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 610px;
    height: 354px;
    background: url(img/c_bg.png);
    z-index: 500;
}
#code-window #TOEIC_form2 #mycall2 {
    position: absolute;
    top: 135px;
    left: 50px;
    width: 279px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 24px;
    padding-left: 20px;
    line-height: 47px;
}
#code-window #TOEIC_form2 #mycode2 {
    position: absolute;
    top: 200px;
    left: 50px;
    width: 160px;
    height: 47px;
    border-radius: 24px 0px 0px 24px;
    padding-left: 20px;
    background: #FFFFFF;
    line-height: 47px;
}

#code-window #TOEIC_form2 .getCode2 {
    position: absolute;
    top: 200px;
    right: 280px;
    width: 120px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #707070;
    background: #EBD8B1;
    border-radius: 0px 24px 24px 0px;
}

#code-window #TOEIC_form2 .setCode_class {
    position: absolute;
    top: 245px;
    left: 50px;
    width: 193px;
    height: 50px;
    background: linear-gradient( 180deg, #EBD8B1 0%, #8B6014 100%);
    border-radius: 24px;
    line-height: 50px;
    text-align: center;
    color: #1C1C1C;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}
#code-window #TOEIC_form2 .close_window {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 34px;
    background: url(img/close.png);
    cursor: pointer;
}
#code-window2 {
    display: none;
}

#code-window2 #TOEIC_form3 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 348px;
    height: 270px;
    background: url(img/codeBg2.png);
    z-index: 500;
}

#code-window2 #TOEIC_form3 #mycall {
    position: absolute;
    top: 106px;
    left: 30px;
    width: 294px;
    height: 46px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding-left: 20px;
}

#code-window2 #TOEIC_form3 #mycode {
    position: absolute;
    top: 95px;
    left: 30px;
    width: 165px;
    height: 46px;
    border: 1px solid #A8A5A5;
    border-radius: 24px;
    padding-left: 20px;
}

#code-window2 #TOEIC_form3 .getCode {
    position: absolute;
    top: 110px;
    right: 30px;
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #170201;
    cursor: pointer;
}
#code-window2 #TOEIC_form3 .m_title_b {
    text-align: center;
    height: 72px;
    font-size: 22px;
    line-height: 72px;
    color: #FFFFFF;
}
#code-window2 #TOEIC_form3 .setCode_class3 {
    display: block;
    position: absolute;
    top: 185px;
    right: 26px;
    width: 294px;
    height: 47px;
    background: linear-gradient( 180deg, #464239 0%, #494138 100%);
    border-radius: 24px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#code-window2 #TOEIC_form3 .setCode_num {
    display: none;
    position: absolute;
    top: 255px;
    left: 30px;
    width: 294px;
    height: 47px;
    background: #005092;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#code-window2 #TOEIC_form3 .setCode_href {
    display: none;
    position: absolute;
    top: 255px;
    left: 30px;
    width: 294px;
    height: 47px;
    background: #005092;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#code-window2 #TOEIC_form3 .close_window2 {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 34px;
    background: url(img/close.png);
    cursor: pointer;
}
.nyroModalBg {
	z-index: 400;
}
.shade-over .shade-success .close_window {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 34px;
    background: url(img/close.png);
    cursor: pointer;
    z-index: 999;
}