body{
    width: 100%
}
.container{
    width: 100%;
    max-width: 100%;
    text-align: initial;
}
.banner_title_img img{
    width: 3.6rem
}

.nav_box img{
    width: 1.8rem 
}
.zoom_l_detail_num .min_number .m_f_d_s{
    font-weight: 300
}

.posHeader{
    padding-top: 0
}
.menu_min div{
    text-align: center
}
.all-logo{
    display: none !important
}
.shp-logo{
    display: block !important
}
.mouse_follow{
	width: 80px;
	height: 80px;
	position: fixed;
	pointer-events: none;
	opacity: 1;
	transition: transform .3s, opacity .3s ease-in;
	z-index: 22;
	background-color: #c75203;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.mouse_show{
	opacity: 1;
}
.mouse_follow img{
	width: 80px;
	height: 80px;
}


.mouse_follow_place{
	width: 100%;
	height: 100vh;
	display: flex;
    position: sticky;
    top: 0;
    background: #2a2a2b;
}
.mouse_follow_min{
    width: 100%;
	height: 100vh;
	display: flex;
    position: sticky;
    top: 0;
    transition: all .5s;
}
.mfi_all{
	width: 33.33%;
	background-color: #cdcdcd;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.mfi_all:nth-last-of-type(2){
	width: 33.33%;
	background-color: #cdcdcd;
}
.mfi_all img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
    transform: scale(1.01);
	transition: all .5s;
    
}
.mfi_all img.bk_wire{
    position: absolute;
    top: 0;
    left: -0.1rem;
    width: .99rem;
    height: auto;
    display: block;
    z-index: 1;
}
.mfi_all:hover .bkImg{
	transform: scale(1.05);
}
.mfi_min_text{
	position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    bottom: 23vh;
    text-align: center
}
.mfi_min_text span{
    color: #f1a92c
}
.mfi_min_text .s_title_t{
    width: 1.6rem;
    height: auto;
}
.mfi_all img.tsgd_icon{
	width: 0.2rem;
	height: auto;
	object-fit: contain;
	margin-left: 0.1rem;
}
.mfi_min_text div:nth-of-type(2){
	font-size: 0.2rem;
	font-weight: 300;
	margin: 0.1rem 0;
}
.mfi_min_text div:nth-of-type(1){
	font-size: 0.65rem;
	font-weight: 700;
}
.mfi_min_text div:nth-of-type(3){
	font-size: 0.35rem;
	font-weight: 300;
	letter-spacing: 2px;
}
.mfi_min_bot{
	position: absolute;
	left: 0.5rem;
	bottom: 1rem;
	display: flex;
	justify-content: center;
	font-size: 0.2rem;
    display: none;
}
.bottom_mt{
    position: absolute;
    bottom: 15vh;
    display: flex;
    align-items: center;
    width: 100%;
}
.line_bmt{
    flex: 1;
    height: 1px;
    position: relative;
    opacity: 0;
}
.line_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    content: '';
}
.before_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    content: '';
}
.after_bmt::before{
    background: rgba(255,255,255,0.3);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    content: '';
    right: 10%;
    left: auto;
}
.btm_text{
    padding: 0 0.3rem;
    font-size: 0.2rem;
    text-align: center;
    color: rgba(255,255,255,.7);
    font-weight: 300
}


/* å¼¹çª— */
.pop_window{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	left: 100%;
	top: 0;
	/* opacity: 0; */
	transition: all .5s;
	z-index: 11111;
}
.pop_window.active{
	left: 0%;
	opacity: 1;
}
.left_pop{
	width: 25%;
	flex-shrink: 1;
	position: relative;
}
.left_pop img{
	width: 100%;
    opacity: 0;
}
.left_pop img.pl_close{
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	cursor: pointer;
    opacity: .7;
    transition: all .5s;
    transform: translateY(-50%);
}
.left_pop img.pl_close:hover{
    opacity: 1;
}
.pl_text{
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: #fff;
    opacity: 0;
}
.pl_text div:nth-of-type(1){
	font-size: 0.2rem;
	font-weight: 300;
}
.pl_text div:nth-of-type(2){
	font-size: 0.45rem;
	font-weight: 300;
	margin: 0.2rem 0;
}
.pl_text div:nth-of-type(3){
	font-size: 0.35rem;
	font-weight: 300;
	letter-spacing: 2px;
}

.right_pop{
	width: 75%;
	padding: 40px 1rem 1rem;
	overflow-y: scroll;
    background: #2a2a2b;
    overflow-x: hidden;
}
.right_pop img{
	width: 100%;
	display: block;
}
.rp_text{
	margin: 0.4rem 0 0.6rem;
}
.rp_text div:nth-of-type(1){
	font-size: 0.25rem;
	font-weight: bold;
    color: #fff;
    line-height: normal
}
.rp_text div:nth-of-type(2){
	font-size: 0.19rem;
    color: #fff;
	margin-top: 0.13rem;
     line-height: normal
}




.min_tab_box_mb{
    width: 100%;
	height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    /* gap: 0.25rem; */
    gap: 2vh;
    justify-content: center;
}
.min_tab_mb{
    position: relative;
    margin: 0 4%;
}
.min_tab_mb .mt_img_bk{
    width: 100%;
    height: 27vh;
    object-fit: cover;
}
.min_tab_mb .bk_wire{
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: auto;
    display: block;
    z-index: 1;
    opacity: .6;
}
.min_tab_text_mb{
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    color: #fff;
    z-index: 2;
}
.mt1_text{
    font-size: 0.2rem;
    font-weight: 300;
    margin-top: 0.1rem;
}
.mt2_text{
    font-size: 0.5rem;
    margin: 0.24rem 0 0.13rem;
    font-weight: 300;
}
.mt3_text{
    font-size: 0.5rem;
    font-weight: 300;
}
.mt_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1rem;
    height: 1rem;
    background: rgba(0,0,0,0.5);
    margin-top: 1rem;
}
.mt_more_btn img{
    width: 0.25rem;
    margin-top: 0.07rem;
}
.mt_more_btn div{
    font-size: 0.2rem;
    font-weight: 300;
}

.pop_window_mb{
    display:none;
    position: fixed;
    top: 0;
    z-index: 1000001;
    background: #fff;
    overflow-y: scroll;
    height: 100vh;
    padding: 0% 4% 4%;
    width: 100%;
}
.pop_window_mb.active{
    display:block;
}
.pop_min_box_mb{
    display: none;
}
.pop_min_box_mb.active{
    display: block;
}
.pmm_title{
    font-size: 0.5rem;
    height: 0.8rem;
    position: relative;
}
.pmm_title span{
    font-weight: 100;
}
.pop_img_mb{
    width: 100%;
    margin-top: 0.3rem;
}
.pmm_second_title{
    font-size: 0.27rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #000;
    margin-top: 0.1rem;
    height: 0.7rem;
    position: relative;
}
.up_style{
    position: absolute;
    top: 0.5rem;
    transition: all .5s;
    opacity: 0;
}
.begin_up.up_style{
    top: 0rem;
    opacity: 1;
}
.pop_lc_t{
    font-size: 0.35rem;
    font-weight: bold;
    margin-top: 0.3rem;
}
.pop_lb_t{
    font-size: 0.25rem;
    margin-top: 0.2rem;
    width: 92vw;
    line-height: .42rem;
}
.close_pop_mb{
    position: absolute;
    top: 34%;
    right: 4%;
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 2;
}
.close_pop_mb img{
    width: 0.3rem;
    margin-top: 0;
}

.gardual_rl{
    transition: margin .6s ease, opacity .5s linear
}

.policy-box {
  background-color: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4rem 1.15rem;
}
.policy-box .title-1 {
  font-size: 0.5rem;
  color: #f1a92c;
  font-weight: 700
}
.policy-box .title-2 {
  font-size: 0.27rem;
  color: #f1a92c;
  margin-top: 0.3rem;
  font-weight: 300
}
.policy-box .policy-content {
  background-color: #2a2a2a;
  /* padding: .8rem 1rem; */
  margin-top: 0.5rem;
  width: 100%;
  position: relative;
}
.policy-box .policy-content .box .bx {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.policy-box .policy-content .box .bx .t {
  font-size: 0.25rem;
  font-weight: 700;
  color: #fff;
}
.policy-box .policy-content .box .bx .line {
  height: 0.24rem;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0.2rem;
}
.policy-box .policy-content .box .bx .d {
  font-size: 0.2rem;
  font-weight: 300;
  color: #fff;
}
.policy-box .policy-content .box .bx:nth-last-of-type(1) {
  margin-bottom: 0;
}
.policy-box .policy-content .sm-bx .bx {
  margin-bottom: 0rem;
}
.policy-box .policy-content .sm-bx .bx:nth-last-of-type(1) {
  margin-bottom: 0;
}
.policy-box .policy-content .big-bx {
  margin-top: 0.5rem;
}
.policy-box .policy-content .remarkers {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.15rem;
  margin-top: 0.6rem;
  line-height: 1.8;
  display: none
}
.policy-box .policy-content .tips {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.15rem;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.car_img_list{
    background: #202020
}
.car_img_list_title{
    color: #F1A92C
}
.title_top div{
    border-bottom: 1px solid #fff;
    color: rgba(255, 255, 255, .5)
}
.title_top div.acitve_c{
    color: #fff
}
.title_top div:nth-of-type(1):after{
    background: #fff
}
.test_driver_shp{
    background: #202020;
    padding: 0
}
.title_top{
    margin-top: 0
}
.test_driver_left{
    position: relative;
    flex: 1
}
.pao{
    width: 7.5rem;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
}
.car-test{
    width: 10.5rem;
    left: 2.25rem;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

.test_driver_right {
  width: 4.65rem;
  right: 2.35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.test_driver_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yysj_form_box {
  width: 100%;
}

.yysj_text {
  font-size: 0.3rem;
  font-weight: 300;
  color: #F1A92C;
}
.yysj_text span{
    font-size: .5rem;
    font-weight: 700
}
.title_top_3 div{
    font-weight: 300
}
.yysj_form {
  zoom: 0.9;
}

.test_driver {
  position: relative;
  margin: 0.6rem 0 0;
}

.si_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.si_all {
  width: 100%;
  position: relative;
}

.min_si_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  border-bottom: 1px solid #ccc;
}

.min_si_all_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  background-color: transparent;
  padding: 0 0rem;
  border-bottom: 1px solid #ccc;
}

.si_all div {
  font-size: 0.18rem;
  font-weight: 300;
  color: #fff;
      cursor: pointer;
}

.tips {
  margin-top: 0rem;
  opacity: 0;
  transition: 0.3s;
  color: #fff !important;
  line-height: normal;
}

.showTips {
  opacity: 1;
}

.min_si_all_2 input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.18rem;
  color: #fff;
  font-weight: 300;
  background-color: transparent;
}

.min_si_all_2 input::-moz-placeholder {
  color: #fff;
}

.min_si_all_2 input::placeholder {
  color: #fff;
}

.min_si_all img {
  width: 0.26rem;
  transition: all 0.3s;
}

.td_rule {
  display: flex;
  align-items: center;
  width: 92%;
  margin-top: 0.2rem;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 0.16rem;
}
.td_rule a{
    color: #fff
}

.td_rule .tips {
  position: absolute;
  bottom: -0.3rem;
  left: 0.4rem;
}

.td_rule a {
  text-decoration: underline;
}

.td_s_checked {
  width: 0.25rem;
  height: 0.25rem;
  flex-shrink: 0;
    background-color: #000;
    border: 1px solid #D7B98F;
  overflow: hidden;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.td_s_checked img {
    width: 80%;
    height: auto;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
}

.td_s_checked.active img {
  opacity: 1;
}

.submit-btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  margin-top: 0.5rem;
  width: 100%;
  height: 0.53rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 0.18rem;
  transition: all .3s
}

.submit-btn div {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}
.submit-btn:hover{
    background: #f1a92c;
    color: #fff
}
.live_box_4 ::-webkit-scrollbar {
  width: 1px;
}

.live_box_4 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);
  opacity: 0.2;
}

.live_box_4 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

/* global oz */
.active .select-down-ul {
  display: block;
}

.active .min_si_all img {
  /* transform: rotate(180deg); */
}

.select-down-ul li {
  font-size: 0.16rem;
  padding: 0.25em 0.22rem;
}

.select-down-ul {
  display: none;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  left: 0;
  top: 0.5rem;
  background-color: #ffffff;
  z-index: 5;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  top: 0.6rem;
  box-shadow: 0px 2px 5px #cccccc;
  border-right: 0px solid #ccc;
}

.select-down-ul li:hover {
  background-color: #e0e5eb;
}
.city_box{
    display: flex;
    width: 100%;
    justify-content: space-between
}
.province_s{
    width: 48%
}
.city_s{
    width: 48%
}
.zoom_text_list .zoom_l_title{
    line-height: 1.2rem
}
.zoom_l_detail_num .min_number:nth-of-type(1){
    width: auto
}
.line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2)
}
