/*首页*/
body,
div,
ul,
ol,
li,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
html {
height: 100%;
font-size: 62.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
width: 100%;
height: 100%;
text-align: left;
font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
line-height: 1.5;
height: 100%;
color: #656566;
}
html,body{
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 2;
font-weight: normal;
}
h1 {
font-size: 0.34rem;
} /*26px*/
h2 {
font-size: 0.32rem;
} /*24px*/
h3 {
font-size: 0.26rem;
} /*20px*/
a {
background: transparent;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
color: #08c;
}
ul,
ol {
list-style: none;
}
img {
border: 0;
max-width: 100%;
display: block;
width: 100%;
pointer-events: none;
}
input,
img {
vertical-align: middle;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th {
text-align: left;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
input[type="search"],
input[type="submit"] {
-webkit-appearance: none;
outline: none;
}
/*去除iphone默认样式（input的圆角）*/
.tt-name h1 {
font-size: 16px;
line-height: 44px;
}
.op-nav .btn-menu-p span {
font-size: 16px;
}
.menu-nav-n a {
font-size: 16px;
text-decoration: none;
}
.footer15 .opt-change a {
font-size: 14px;
text-decoration: none;
}
.footer15 .foot-contact {
font-size: 12px;
}
.footer15 .foot-contact a {
font-size: 14px;
text-decoration: none;
}
.footer15 .foot-copyright {
font-size: 12px;
}
/*.m-s-box input[type="submit"] {border-top-left-radius:0;border-bottom-left-radius:0;}
.m-s-box input[type="search"] {border-top-right-radius:0;border-bottom-right-radius:0;}
*/
.flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flex-1 {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flex-2 {
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
}
.v-align {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
.container {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.content {
/* width: 7.5rem; */
margin: 0 auto;
}
.page-wrapper {
/* max-width: 750px; */
margin: 0 auto;
}
/*头图*/
.head {
text-align: center;
background: #999;
}

.wrapper {
/* max-width: 750px; */
margin: 0 auto;
position: relative;
}
.part {
background: #fff;
}
#app_download {
display: none;
}
@media screen and (min-width: 601px) {
html.npage {
font-size: 100%;
}
}
.ripple {
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
opacity: 1;
}
.show {
-webkit-animation: rippleDrop 0.6s linear;
animation: rippleDrop 0.6s linear;
}
@-webkit-keyframes rippleDrop {
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
@keyframes rippleDrop {
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
/*--图标框及图标样式--*/
@font-face {
    font-family: "iconfont"; /* Project id 750623 */
    src: url("https://adtopic.yiche.com/zhuanti/include/pc/regIcon/iconfont.woff2?t=1622628642582")
        format("woff2"),
      url("https://adtopic.yiche.com/zhuanti/include/pc/regIcon/iconfont.woff?t=1622628642582")
        format("woff"),
      url("https://adtopic.yiche.com/zhuanti/include/pc/regIcon/iconfont.ttf?t=1622628642582")
        format("truetype");
  }

.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*HACK header new*/
div#m_footer {
font-size: 14px !important;
line-height: initial !important;
}
.menu-pop-n .yiche-login,
.menu-pop-n .yiche-logout {
font-size: 14px !important;
}
.op-nav {
font-size: 0.21rem !important;
}
.op-nav .btn-menu-p {
font-size: 0.21rem !important;
}
.op-nav .tt-name {
font-size: 17px !important;
}
.op-nav .tt-name h1 {
height: 44px !important;
line-height: 44px !important;
font-size: 15px !important;
}
.menu-nav-n a {
font-size: 0.21rem !important;
text-decoration: none !important;
}
.op-nav .btn-menu-p {
text-decoration: none !important;
}
.op-nav .btn-menu-p span {
font-size: 14px !important;
}
.footer15 .opt-change {
font-size: 14px !important;
}
.footer15 .foot-contact {
font-size: 0.16rem !important;
}
.footer15 .foot-copyright {
font-size: 0.16rem !important;
}
.footer15 .foot-contact a {
font-size: 14px !important;
}
.m-s-box input[type="text"],
.m-s-box input[type="search"] {
font-size: 15px !important;
-webkit-appearance: none !important;
}
#app_download {
display: none;
}
#app_download_price {
display: none;
}
.sel select{float: left;width:100%;height:0.6rem;background:none;color:#000;font-size:0.24rem;line-height: 0.6rem; border:.01rem solid #000; border-radius:0.2rem; outline: none;}
.sel select:focus option{color:#000;}
.sel{width:42%;height:0.8rem;line-height: 0.8rem;position:absolute;top:1.62rem; left:50%; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);}
.zc{width:90%; height:5.8rem; position: absolute; top:2.8rem; left:5%; background-position: top center; background-size:100%;}
.zc.zc01{background-image:url(../images/zc01.png);}
.zc.zc02{background-image:url(../images/zc02.png);}
.zc.zc03{background-image:url(../images/zc03.png);}
.zc.zc04{background-image:url(../images/zc04.png);}
.zc.zc05{background-image:url(../images/zc05.png);}


.linkbtn{width:3rem; height:0.86rem; line-height:0.86rem; position: absolute; cursor: pointer;}
.linkbtn a{width:100%; height:100%; display: block; position: absolute; top:0;left: 0; cursor: pointer; outline: none; text-decoration: none;}
.btnl{left:5%;}
.btnr{right:5%;}
.line1{top:3.9rem;}
.line2{top:10.2rem;}
.line3{top:16.5rem;}

.video{width:100%; position: absolute; top:2.62rem;}
.register ul li span.iconfont {
float: right;
width: 0.6rem;
height: 0.8rem;
line-height: 0.8rem;
font-size: 0.3rem;
background: #f4f4f4;
color: #858585;
text-align: center;
}

/* 图标显示隐藏 */
.register ul li span.iconfont {
display: none;
}

/* 下拉箭头 */
.register ul li i.icon_jian {
float: right;
width: 0.4rem;
height: 0.8rem;
line-height: 0.8rem;
font-size: 12px;
color: #b2b2b2;
background: transparent;
text-align: center;
font-weight: normal;
}

.register {
width:     6.9rem;
position: absolute;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
top: 1.7rem;
}
.register ul li.column_2 {
   width: 48.4%; 
   margin-right: 2%; 
}
/* 大圆角报名框 */
.register.reg-big-circle ul li,
.register.reg-big-circle .submit-btn{
border-radius: 0.8rem;
}
.register.reg-big-circle ul li .iconfont,
.register.reg-big-circle ul li .yzm
{
border-top-right-radius: 0.8rem;
border-bottom-right-radius: 0.8rem;
}
/* 下划线报名框 */
.register.reg-underline ul li{
border: none;
border-bottom: 1px solid #dcdcdc;
}
.register.reg-underline ul li .iconfont{
background: transparent;
}
/* 小圆角报名框 */ 
.register.reg-small-circle ul li,
.register.reg-small-circle .submit-btn{
border-radius: 0.1rem;
}
.register.reg-small-circle ul li .iconfont,
.register.reg-small-circle ul li .yzm{
border-top-right-radius: 0.1rem;
border-bottom-right-radius: 0.1rem;
}

.register ul li {
float: left;
width: 100%;
height: 0.8rem;
position: relative;
background: #ffffff;
border: 1px solid #aaaaaa;
margin-bottom: 0.2rem;
}

.register ul li .input,
.register ul li .select_box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0.8rem;
line-height: 0.8rem;
font-size: 0.24rem;
color: #333333;
padding: 0rem 1rem 0rem 0.1rem;
border: 0;
-webkit-appearance: none;
outline: none;
background-color: transparent;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.register ul li .select_box option{
color: #333;
background: #fff;
}

/* 隐私条款 */
.agree_xieyi {
text-align: center;
line-height: 0.3rem;
font-size: 0.26rem;
color: #333333;
margin-top: 0.1rem;
margin-bottom: 0.1rem;
}

.agree_xieyi a {
color: #000;
text-decoration: underline;
}

.agree_xieyi input {
width: 0.3rem;
height: 0.3rem;
/* float: left; */
margin-right: 0.1rem;
}

.register .submit-btn {
width: 100%;
height:   1rem;
line-height:   1rem;
text-align: center;
font-size: 0.4rem;
font-weight: bold;
display: block;
color: #fff;
background: #000;
/* background: url(../images/reg_btn.png) center no-repeat;
background-size: 100%; */
cursor: pointer;
}
.pic_top{
	width: 7.5rem;
	position: absolute;
	top:0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.pic_car{
	width: 7.5rem;
	position: absolute;
	top: 2.8rem;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.pic_tab{
	width: 100%;
	height: 0.75rem;
	display: flex;
	justify-content:space-between;
}
.pic_tab li{
	width: 25%;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	background: #fff;
	color: #247fac;
	font-size: 0.24rem;
}
.pic_tab li.on{
	color: #0f0800;
	background: #eabf63;
}
.pic_box{
	position: absolute;
	width: 100%;
}

.pic_box .swiper-container{
	width: 100%;
}
.pic_box .swiper-pagination{
	width: 100%;
	display: flex;
	justify-content:center;
	margin-top: 0.2rem;
}
.pic_box .swiper-pagination .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 0.2rem;
	margin: 0 0.1rem;
	background: #ebebeb;
}
.pic_box .swiper-pagination .swiper-pagination-bullet-active{
	background: #999999;
}
/* 小圆点显示隐藏  block | none */
.pic_box .swiper-pagination{
	display: block;
}
/* 左右按钮显示隐藏   block | none */
.pic_box .toggle-btn{
	display: none!important;
}
.pic_box .toggle-btn{
	display: block;
	width: 0.4rem;
	height: 0.7rem;
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 5;
}
.pic_box .prev {
	left: 0px;
	background: url(https://www.yiche.com/zhuanti/adtopic/include/pc/images/l_btn.png) no-repeat;
	background-size: 100%;
}
.pic_box .next{
	right: 0px;
	background: url(https://www.yiche.com/zhuanti/adtopic/include/pc/images/r_btn.png) no-repeat;
	background-size: 100%;
}


.jxs{width:88%;height:6.64rem;overflow:auto;position:absolute;left:50%;top:2rem;-webkit-overflow-scrolling:touch; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);}
.jxs li{padding:0.1rem 0;font-size:0.18rem;line-height:0.44rem;color:#000;border-bottom:1px dashed #dedede;}
.jxs li span{display:block;float:left;}
.jxs li span.j1{width:65%; font-weight: 700;}
.jxs li span.j2{width:35%;text-align:right;}
.jxs li span.j3{width:100%;}
.jxs li span a{color:#000;}