/* 公共 */

.gbTitle{
	color: #ffa700;
	text-align: center;
}
.gbTitle span{
	position: relative;
	font-size: 30px;
}
.gbTitle span::after{
	content: ' ';
	width: 20px;
	height: 5px;
	background: #ffa700;
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gbTitle span::before{
	content: ' ';
	width: 20px;
	height: 5px;
	background: #ffa700;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 公共 over */
/*banner*/
.banner{
    background: url("../image/banner.jpg") no-repeat;
    background-position: center;
    width: 100%;
	min-width: 1200px;
    height: 350px;
    position: relative;
}
.banner .btns{
    width: 1200px;
    display: flex;
	height: 100%;
    justify-content: space-between;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.banner .btns div{
    background: transparent;
	width: 207px;
	height: 36px;
    border-radius: 6px;
    cursor: pointer;
	border-radius: 50px;
	position: absolute;
}
.banner .btns div:first-child{
	    left: 252px;
	    bottom: 32px;
}
.banner .btns div:last-child{
	    bottom: 32px;
	    left: 473px;
}
/*banner over*/
/*第二行*/
.Wbox{
    width: 100%;
	min-width: 1200px;
    padding: 100px 0 0 0;
    background: #ffffff;
}
.Wbox .contTwo{
    width: 1200px;
    margin:auto;
}
.Wbox .title{
	font-size: 30px;
	color: #000000;
	text-align: center;
}
.Wbox .contFlex{
	display: flex;
	justify-content: space-evenly;
	margin-top: 60px;
}
.Wbox .list{
	font-family: Adobe 黑体 Std;
	width: 360px;
	height: auto;
	box-shadow: 0 0 10px #eeeeee;
	text-align: center;
	padding: 38px 30px;
}
.Wbox .list .name{
	font-size: 22px;
	color: #000000;
	margin: 25px 0 20px 0;
	font-weight: 600;
}
.Wbox .list .text{
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}
.Wbox .list:hover{
	box-shadow: 0 0 10px #dddddd;
}
/* 第二行结束 */
/*第三行*/
.ThereBox{
    width: 100%;
    min-width: 1200px;
	height: 380px;
	margin-top: 70px;
    background: #fafafa;
	background: url(../image/formBg.png) no-repeat;
	background-position:center;
}
.ThereBox .contThere{
	width: 1200px;
	margin:auto;
}
.ThereBox .title{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
}
.ThereBox .inputItem{
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.ThereBox .inputItem input{
	height: 46px;
	border:1px solid #dddddd;
	background: #ffffff;
	text-indent: 10px;
	width: 30%;
}
.ThereBox .btn{
	width: 220px;
	height: 48px;
	background: #c12b09;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
	margin: auto;
	margin-top: 30px;
	cursor: pointer;
}
/*第三行 自助查询 结束*/
/* 第四行 阶段选择 */
.FourBox{
    width: 100%;
	min-width: 1200px;
	padding: 50px 0 0 0;
	background: #ffffff;
}
.FourBox .contFour{
	width: 1200px;
	margin:auto;
}
.FourBox .contFlex{
	display: flex;
	justify-content: space-between;
}
.FourBox .contFlex .img{
	width: 550px;
	height: 450px;
}
.FourBox .contFlex .img img{
	width: 100%;
	height: 100%;
}
.FourBox .contFlex .right{
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.FourBox .contFlex .item{
	margin-bottom: 10px;
}
.FourBox .contFlex .right .title{
	font-size: 30px;
	color: #ffa700;
	margin-bottom: 55px;
}
.FourBox .contFlex .right .tit{
	font-size: 18px;
	color: #ffa700;
	margin-bottom: 10px;
}
.FourBox .contFlex .right .text{
	font-size: 16px;
	color: #000000;
}
.FourBox .contFlex .right .btn{
	width: 200px;
	height: 55px;
	background: #ffa700;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
/* 第四行 阶段选择 结束 */
/* 第五行 报考须知 */
.fiveBox{
	width: 100%;
	min-width: 1200px;
	padding: 100px 0;
	background: #ffffff;
}
.fiveBox .contFive{
	width: 1200px;
	margin:auto;
}
.fiveBox .titles div{
	width: 300px;
	margin: auto;
	font-size: 30px;
}
.fiveBox .titles div:first-child{
	text-align: left;
}
.fiveBox .titles div:last-child{
	text-align: right;
}
.fiveBox .contFlex {
	height: 430px;
	position: relative;
	margin-top: 50px;
}
.fiveBox .contFlex .left{
	display:flex;
	align-items: center;
	width: 330px;
	height: 330px;
	background: #383c43;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-165px);
	z-index: 2;
}
.fiveBox .contFlex .left .direction{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.fiveBox .contFlex .left .direction i{
	font-size: 50px;
	color: #4f5255;
	cursor: pointer;
}
.fiveBox .contFlex .left .listItem{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
	height: 65%;
	    overflow: hidden;
	    flex-wrap: wrap;
}
.fiveBox .contFlex .left .listItem .list{
	display: flex;
	align-items: center;
}
.fiveBox .contFlex .left .listItem .list .img{
	width: 100px;
	height: 100px;
	background-size: 100%!important;
	background-position: top!important;
}
.fiveBox .contFlex .left .listItem .list .img img{
	width: 100%;
	height: 100%;
}
.fiveBox .contFlex .left .listItem .list .texts{
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	margin-left: 15px;
}
.fiveBox .contFlex .left .listItem .list .texts .name{
	font-size: 18px;
}
.fiveBox .contFlex .left .listItem .list .texts .occupation{
	font-size: 16px;
}
.fiveBox .contFlex .right{
	width: 900px;
	height: 100%;
	background:#ffa700;
	position: absolute;
	right: 0;
	top:0;
	z-index: 1;
	background: url(../image/swiperBg.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}
.fiveBox .contFlex .right .img{
	width: 246px;
	position: absolute;
	left: 117px;
	top: 50%;
	transform: translateY(-161px);
	z-index: 2;
}
.fiveBox .contFlex .right .img img{
	width: 100%;
	border-radius: 10px;
}
.fiveBox .contFlex .right .introduce{
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 410px;
	top: 70px;
}
.fiveBox .contFlex .right .introduce .name{
	font-size: 30px;
	color: #ffffff;
}
.fiveBox .contFlex .right .introduce .abbreviation{
	font-size: 18px;
	color: #ffffff;
}
.fiveBox .contFlex .right .text{
	height: 114px;
	width: 100%;
	background: rgba(43,43,43,.9);
	position: absolute;
	left: 0;
	top: 180px;
	padding: 21px 100px 10px 410px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: justify;
	font-size: 14px;
}
.fiveBox .contFlex .right .btns{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 410px;
	top: 310px;
}
.fiveBox .contFlex .right .btns div{
	width: 166px;
	height: 35px;
	background-image: linear-gradient(to right, #c12b09, #c12b09);
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	margin-right: 10px;
	cursor: pointer;
}
.fiveBox .contFlexMove{
	display: none;
}


/* 第五行 报考须知 结束 */
/* 第6行 教师阶段轴 */
.sixBox{
    width: 100%;
	min-width: 1200px;
	padding: 50px 0 0 0;
	background: #ffffff;
}
.sixBox .contSix{
	width: 1200px;
	margin:auto;
}
.sixBox .titles div{
	width: 387px;
	margin: auto;
	font-size: 30px;
}
.sixBox .titles div:first-child{
	text-align: left;
}
.sixBox .titles div:last-child{
	text-align: right;
}
.sixBox .contFlex{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
	    flex-wrap: wrap;
}
.sixBox .contFlex .list{
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	cursor: pointer;
	position: relative;
	height: 266px;
	overflow: hidden;
	transition: .5s;
	margin-bottom: 20px;
}
.sixBox .contFlex .list:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	transform: translateY(-20px);
}
.sixBox .contFlex .list img{
	width: 250px;
	height: 187px;
}
.sixBox .contFlex .list .listinfo{
	background: #ffffff;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	transition: .5s;
}
.sixBox .contFlex .list .name{
	font-size: 14px;
	color: #1b1b1b;
	padding: 0 10px;
	margin-top: 8px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.sixBox .contFlex .list .botm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.sixBox .contFlex .list .botm .money{
	font-size: 14px;
	color: #1b1b1b;
	line-height: 16px;
}
.sixBox .contFlex .list .botm .money span{
	font-size: 14px;
	color: red;
}
.sixBox .contFlex .list .botm .buyBtn{
	width: 80px;
	height: 30px;
	background: #ffbb42;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

/* 第6行 教师阶段轴 结束 */
/* 第7行 专区入口 */
.sevenBox{
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background: #ffffff;
}
.sevenBox .sevenCont{
	width: 1200px;
	margin: auto;
}
.sevenBox .titles div{
	width: 411px;
	margin: auto;
	font-size: 30px;
}
.sevenBox .titles div:first-child{
	text-align: left;
}
.sevenBox .titles div:last-child{
	text-align: right;
}
.sevenBox .contFlex{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.sevenBox .contFlex .list{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 18%;
	padding: 20px 0;
	transition: .5s;
}
.sevenBox .contFlex .list:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.sevenBox .contFlex .list .title{
	margin-top: 45px;
	font-size: 18px;
}
.sevenBox .contFlex .list .num{
	font-size: 14px;
	color: #c4a6a6;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.sevenBox .contFlex .list .num .wid100{
	width: 100%;
}
.sevenBox .contFlex .list .num div{
	border: 1px solid #eeeeee;
	padding: 0 5px;
	margin-bottom: 10px;
	
}

.sevenBox .contFlex .list .num div:hover{
	color: #007AFF;
	border: 1px solid #007AFF;
	cursor: pointer;
}


/* 第7行 专区入口 结束 */
/* 第8行 资料专区 */
.eightBox{
    width: 100%;
	min-width: 1200px;
    height: 350px;
	margin-top: 50px;
	background: url(../image/xuexika.png) no-repeat;
	background-position: center;
	position: relative;
}
.eightBox .eightCont{
	width: 1200px;
	margin:auto;
}
.eightBox .zhuceBtn{
	width: 160px;
	height: 50px;
	cursor: pointer;
	background: #ffbb42;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	border-radius: 5px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-80px);
}
/* 第8行 资料专区 结束 */


/* 表单 */
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 20;
}
.formDataDiv{
    width: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 90px;
    padding: 30px 0;
    padding-bottom: 60px;
	position: relative;
}
.formDataDiv .close{
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 0;
	z-index: 100;
}
.formDataDiv .formTitle{
    font-size: 36px;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
}
.formDataDiv .formTitle:after{
    content:' ';
    display: block;
    width: 50px;
    height: 1px;
    background: #0ea18b;
    position: absolute;
    left: 0;right: 0;
    margin: auto;
    bottom: -10px;
}
.formDataDiv .fromInput{
    margin: 0 auto;
    margin-top: 70px;
    width: 400px;

}
.formDataDiv .fromInput .item{
    display: flex;
    height: 42px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.formDataDiv .fromInput .item input,.formDataDiv .fromInput .item select{
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 5px;
    text-indent: 10px;
    background: #ffffff;
}
.formDataDiv .fromInput .item .quhao{
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-right: 1px solid #dddddd;
}
.formDataDiv .fromInput .yzmItem{
    border: 0;
    justify-content: space-between;
}
.formDataDiv .fromInput .yzmItem input{
    border:1px solid #dddddd;
    border-radius: 5px;
    width: 65%;
}
.formDataDiv .fromInput .yzmItem div{
    border:1px solid #dddddd;
    border-radius: 5px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.formDataDiv .fromInput .submitBtn{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #0ea18b;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width: 765px) {
	
}
/* ---------------------------------------------移动端样式--------------------------------------------- */
@media screen and (max-width: 765px) {
/* 公共 */
.gbTitle{
	color: #ffa700;
	text-align: center;
}
.gbTitle span{
	position: relative;
	font-size: .4rem;
}
.gbTitle span::after{
	content: ' ';
	width: 20px;
	height: 3px;
	background: #ffa700;
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gbTitle span::before{
	content: ' ';
	width: 20px;
	height: 3px;
	background: #ffa700;
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 公共 over */
/*banner*/
.banner{
	background: url(../image/banner.jpg) no-repeat;
	background-size: 100%;
	height: 3rem;
	min-width: unset;
	background-size: 229%;
	background-position: center;
}
.banner .btns{
	display: none;
}
/*banner over*/
/*第二行*/
.Wbox{
    width: 100%;
	min-width: unset;
    padding: .5rem 0 0 0;
    background: #ffffff;
}
.Wbox .contTwo{
    width: 95%;
    margin:auto;
}
.Wbox .title{
	font-size: .35rem;
	color: #000000;
	text-align: center;
}
.Wbox .contFlex{
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	margin-top: .5rem;
}
.Wbox .list{
	font-family: Adobe 黑体 Std;
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px #eeeeee;
	text-align: center;
	padding: .4rem .3rem;
	margin-bottom: .3rem;
}
.Wbox .list .name{
	font-size: 22px;
	color: #000000;
	margin: .2rem 0 .2rem 0;
	font-weight: 600;
}
.Wbox .list .text{
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}
.Wbox .list:hover{
	box-shadow: 0 0 10px #dddddd;
}
/* 第二行结束 */
/*第三行*/
.ThereBox{
    width: 100%;
    min-width: unset;
	height: 380px;
	margin-top: 70px;
    background: #fafafa;
	background: url(../image/formBg.png) no-repeat;
	background-position:center;
}
.ThereBox .contThere{
	width: 100%;
	margin:auto;
}
.ThereBox .title{
	font-size: .4rem;
	color: #394b50;
	text-align: center;
	padding-top: .4rem;
}
.ThereBox .inputItem{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	width: 95%;
	margin: auto;
	margin-top: .3rem;
}
.ThereBox .inputItem input{
	height: 1rem;
	border:1px solid #dddddd;
	background: #ffffff;
	text-indent: 10px;
	width: 100%;
	margin-bottom: .3rem;
}
.ThereBox .btn{
	width: 4.4rem;
	height: 1rem;
	background: #ffbb42;
	text-align: center;
	line-height: 1rem;
	color: #ffffff;
	margin: auto;
	margin-top: .6rem;
	cursor: pointer;
}
/*第三行 自助查询 结束*/
/* 第四行 阶段选择 */
.FourBox{
    width: 100%;
	min-width: unset;
	padding: .5rem 0 0 0;
	background: #ffffff;
}
.FourBox .contFour{
	width: 95%;
	margin:auto;
}
.FourBox .contFlex{
	display: flex;
	justify-content: space-between;
}
.FourBox .contFlex .img{
	width: 100%;
	height: auto;
	display: none;
}
.FourBox .contFlex .img img{
	width: 100%;
	height: auto;
}
.FourBox .contFlex .right{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.FourBox .contFlex .item{
	margin-bottom: 10px;
}
.FourBox .contFlex .right .title{
	font-size: .4rem;
	color: #ffa700;
	margin-bottom: .5rem;
}
.FourBox .contFlex .right .tit{
	font-size: .36rem;
	color: #ffa700;
	margin-bottom: 10px;
}
.FourBox .contFlex .right .text{
	font-size: .32rem;
	color: #000000;
}
.FourBox .contFlex .right .btn{
	width: 4rem;
	height: 1rem;
	background: #ffa700;
	text-align: center;
	line-height: 1rem;
	font-size: .28rem;
	color: #ffffff;
	margin-top: .5rem;
}
/* 第四行 阶段选择 结束 */
/* 第五行 报考须知 */
.fiveBox{
	width: 100%;
	min-width: unset;
	padding: 1rem 0;
	background: #ffffff;
}
.fiveBox .contFive{
	width: 95%;
	margin:auto;
}
.fiveBox .titles div{
	width: 4.5rem;
	margin: auto;
	font-size: .4rem;
}
.fiveBox .titles div:first-child{
	text-align: left;
}
.fiveBox .titles div:last-child{
	text-align: right;
}
.fiveBox .contFlex {
	display: none;
}
.fiveBox .contFlexMove{
	display: block;
}
.fiveBox .contFlexMove{
	margin-top: .2rem;
}
.fiveBox .contFlexMove .swiper-slide{
	display: flex;
}
.fiveBox .contFlexMove .swiper-slide .img{
	width: 30%;
}
.fiveBox .contFlexMove .swiper-slide .img img{
	width: 100%;
}
.fiveBox .contFlexMove .swiper-slide .texts{
	width: 68%;
	margin-left: 2%;
}
.fiveBox .contFlexMove .swiper-slide .texts .names{
	display: flex;
}
.fiveBox .contFlexMove .swiper-slide .texts .names .name{
	font-size: .36rem;
}
.fiveBox .contFlexMove .swiper-slide .texts .names .occupation{
	font-size: .32rem;
	margin-left: .3rem;
}
.fiveBox .contFlexMove .swiper-slide .texts .jieshao{
	margin-top: .2rem;
}
.fiveBox .contFlexMove .swiper-slide .texts .btns{
	margin-top: .2rem;
	display: flex;
}
.fiveBox .contFlexMove .swiper-slide .texts .btns div{
	width: 3.3rem;
	height: .7rem;
	background-image: linear-gradient(to right, #3523cc , #a323ab);
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	margin-right: 10px;
	cursor: pointer;
}

/* 第五行 报考须知 结束 */
/* 第6行 教师阶段轴 */
.sixBox{
    width: 100%;
	min-width: unset;
	padding: 0;
	background: #ffffff;
}
.sixBox .contSix{
	width: 95%;
	margin:auto;
}
.sixBox .titles div{
	width: 5.2rem;
	margin: auto;
	font-size: .4rem;
}
.sixBox .contFlex{
	display: flex;
	justify-content: space-between;
	margin-top: .7rem;
	align-items: center;
	flex-wrap: wrap;
}
.sixBox .contFlex .list{
	width: 48%;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	cursor: pointer;
	position: relative;
	height: auto;
	overflow: hidden;
	transition: .5s;
	margin-bottom: 20px;
}
.sixBox .contFlex .list:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	transform: translateY(-20px);
}
.sixBox .contFlex .list img{
	width: 100%;
	height: auto;
}
.sixBox .contFlex .list .listinfo{
	background: #ffffff;
	width: 100%;
	height: auto;
	position: unset;
	bottom: 0;
	transition: .5s;
}
.sixBox .contFlex .list .name{
	font-size: 14px;
	color: #1b1b1b;
	padding: 0 .1rem;
	margin-top: 8px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.sixBox .contFlex .list .botm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .1rem;
}
.sixBox .contFlex .list .botm .money{
	font-size: 14px;
	color: #1b1b1b;
	line-height: 16px;
}
.sixBox .contFlex .list .botm .money span{
	font-size: 18px;
	color: red;
}
.sixBox .contFlex .list .botm .buyBtn{
	width: 1.6rem;
	height: .6rem;
	background: #ffbb42;
	border-radius: 5px;
	font-size: .25rem;
	color: #ffffff;
	text-align: center;
	line-height: .6rem;
	cursor: pointer;
}

/* 第6行 教师阶段轴 结束 */
/* 第7行 专区入口 */
.sevenBox{
	width: 100%;
	min-width: unset;
	padding: .3rem 0;
	background: #ffffff;
}
.sevenBox .sevenCont{
	width: 100%;
	margin: auto;
}
.sevenBox .titles div{
	width: 5.2rem;
	margin: auto;
	font-size: .4rem;
}
.sevenBox .contFlex{
	margin-top: .4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sevenBox .contFlex .list{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}
.sevenBox .contFlex .list .title{
	margin-top: .45rem;
	font-size: .18rem;
}
.sevenBox .contFlex .list .num{
	font-size: .14rem;
	color: #c4a6a6;
	margin-top: 10px;
}


/* 第7行 专区入口 结束 */
/* 第8行 资料专区 */
.eightBox{
    width: 100%;
	min-width: unset;
	height: 3rem;
	margin-top: .5rem;
	background: url(../image/movexuexika.png) no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
	margin-bottom: 1rem;
}
.eightBox .eightCont{
	width: 100%;
	margin:auto;
}
.eightBox .zhuceBtn{
	width: 2rem;
	height: 0.6rem;
	cursor: pointer;
	background: #ffbb42;
	text-align: center;
	line-height: .6rem;
	color: #ffffff;
	border-radius: 5px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-1rem);
	font-size: .14rem;
}
/* 第8行 资料专区 结束 */

/* 表单 */
    .formDataDiv{
        width: 90%;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 10px;
        margin-top: 0.9rem;
        padding: 0.3rem 0;
        padding-bottom: 0.3rem;
    }
    .formDataDiv .formTitle{
        font-size: 0.36rem;
        letter-spacing: 2px;
    }
    .formDataDiv .formTitle:after{
        content:' ';
        display: block;
        width: 1rem;
        bottom: -10px;
    }
    .formDataDiv .fromInput{
        margin: 0 auto;
        margin-top: 0.4rem;
        width: 80%;
    
    }
    .formDataDiv .fromInput .item{
        display: flex;
        height: 0.8rem;
        border: 1px solid #dddddd;
        border-radius: 5px;
        margin-bottom: 0.2rem;
    }
    .formDataDiv .fromInput .item input,.formDataDiv .fromInput .item select{
        width: 100%;
        height: auto;
        border: 0;
        outline: none;
        border-radius: 5px;
        text-indent: 10px;
        background: #ffffff;
    }
    .formDataDiv .fromInput .item .quhao{
        width: 1rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.14rem;
        border-right: 1px solid #dddddd;
    }
    .formDataDiv .fromInput .yzmItem{
        border: 0;
        justify-content: space-between;
    }
    .formDataDiv .fromInput .yzmItem input{
        border:1px solid #dddddd;
        border-radius: 5px;
        width: 65%;
    }
    .formDataDiv .fromInput .yzmItem div{
        border:1px solid #dddddd;
        border-radius: 5px;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 0.14rem;
    }
    .formDataDiv .fromInput .submitBtn{
        width: 100%;
        height: 0.8rem;
        font-size: 0.16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background: #0ea18b;
        border-radius: 5px;
        cursor: pointer;
    }
	
	/* 公用头 */
	.move_header img {
	    height: .3rem!important;
	    position: absolute;
	    left: 0.2rem;
	}
	.move_footer {
	    padding: 0.1rem 0!important;
	}
	.icon-home-o {
	    font-size: 0.22rem!important;
	}
	.move_footer div {
	    font-size: 0.1rem!important;
	}

}