@font-face {
    font-family: 'FZShiSBSJW-DB';
	src: url('../font/FZShiSBSJW-DB.TTF') format('truetype');
}
@font-face {
    font-family: 'FZShiSBSJW-M';
	src: url('../font/FZShiSBSJW-M.TTF') format('truetype');
}
@font-face {
    font-family: 'FZShiSBSJW-R';
	src: url('../font/FZShiSBSJW-R.TTF') format('truetype');
}
img{
    width: 100%;
}

body {
	width: 100%;
	line-height: inherit;
    overflow-x: hidden !important;
}

.container {
	width: 100%;
	max-width: 100%;
	text-align: initial;
}

.banner_pc.into.titleT .banner_title_img{
    top: 21%;
}

.banner_title_img img {
	width: 4.5rem
}

.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;
	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%;
	display: flex;
	flex-direction: column;
	/* gap: 0.25rem; */
	gap: 2vh;
    margin-top: .5rem;
	justify-content: center;
}

.min_tab_mb {
	position: relative;
	margin: 0 4%;
}

.min_tab_mb .mt_img_bk {
	width: 100%;
	height: auto;
	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: 0rem;
	left: 0.4rem;
	color: #fff;
	z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .4rem 0;
    height: 100%
}

.mt1_text {
	font-size: 0.2rem;
	font-weight: 300;
    font-family: 'FZShiSBSJW-R';
	margin-top: 0.1rem;
}
.mt1_text .tip{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.5)
}

.mt2_text {
	font-size: 0.5rem;
	margin: 0.24rem 0 0.13rem;
	font-weight: 300;
    font-family: 'FZShiSBSJW-R';
}

.mt3_text {
	font-size: 0.5rem;
	font-weight: 300;
    font-family: 'FZShiSBSJW-R';
    color: #d5a956
}
.mt3_text span{
    color: #fff
}

.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);
}

.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: #010101;
	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: #171717;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.4rem 1.15rem;
}

.policy-box .title-1 {
	font-size: 0.5rem;
	color: #d5a956;
	font-weight: normal
}

.policy-box .title-2 {
	font-size: 0.27rem;
	color: #d5a956;
	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: #171717
}

.car_img_list_title {
	color: #d5a956;
    position: relative;
    left: 0;

}

.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;
    display: none;
}
.title_top.title_top_3{
    justify-content: flex-start;
}

.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 {
	font-size: 0.86rem;
    line-height: 1.05rem;
    font-family: 'FZShiSBSJW-R';
    font-weight: normal;
    text-align: left;
}

.zoom_l_detail_num .min_number:nth-of-type(1) {
	width: auto
}
.video_text_min{
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

/* .line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2)
} */






/* 鼠标跟随 */
.mouse_follow {
	width: 100px;
	height: 100px;
	position: fixed;
	pointer-events: none;
	opacity: 1;
	z-index: 200;
	opacity: 0;
	transition: opacity .5s;
}

.mouse_follow img {
	width: 100px;
	height: 100px;
}

/* 手风琴 */
.change_tab {
	width: 100%;
	height: 120vh;
	position: relative;
	background-color: #000000;
}

.change_tab_s {
	position: sticky;
	top: 0;
	width: 100vw;
	height: 100vh;
}

.change_tab_s {
	display: flex;
}

.change_min {
	width: 11vw;
	overflow: hidden;
	position: relative;
	transition-timing-function: linear;
	transition: all 0.7s;
	cursor: pointer;
}

.change_min_one {
	width: 33.33vw !important;
}

.change_min .change_min_bk {
	position: absolute;
	left: 50%;
	transform: translateX(-50.02%);
	width: 80vw;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.change_min .change_min_bk.active {
	pointer-events: auto;
}

.change_mask {
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* backdrop-filter: saturate(80%) blur(40px);
            -webkit-backdrop-filter: saturate(80%) blur(40px); */
	opacity: 1;
	transition: opacity .4s;
	pointer-events: none;
	z-index: 2;
}

.change_mask_color {
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(15, 15, 15, 0.6);
	opacity: 1;
	transition: opacity .4s;
	pointer-events: none;
	z-index: 1;
}

.change_mask_color img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .4s;
}

.change_min.active .change_mask_color {
	background-color: rgba(15, 15, 15, 0);
}

.change_min_one .change_mask_color img {
	opacity: 1;
}

.change_min_one .change_mask_color {
	background-color: rgba(15, 15, 15, 0);
}

.cmc_text {
	position: absolute;
	bottom: 0.8rem;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.14rem;
	opacity: 0;
	pointer-events: none;
}

.change_min_one .cmc_text {
	opacity: 1;
}

.cmct_line {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, .2);
}

.cmct_t {
	padding: 0 0.3rem;
}

.cm_text_top {
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	transform: translateX(-50%);
	transition: all .4s;
	z-index: 2;
}

.cm_t1 {
	color: #fff;
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-size: 0.76rem;
	text-align: left;
	transition: all .4s;
    font-family: 'FZShiSBSJW-R';
    line-height: normal;
}
.config_min_title,
.policy-box .title-1,
.car_img_list_title{
    font-family: 'FZShiSBSJW-R';
}
.config_min_title{
    font-size: .45rem;
    font-family: 'FZShiSBSJW-R';
}
.config_min_img{
    width: 84%
}

.cm_t1 span {
	color: #d5a956;
}

.change_min_one .cm_t1 {
	text-align: center;
}

.cm_t2 {
	font-size: 0.22rem;
	color: #fff;
	margin-top: 0.2rem;
	letter-spacing: 0.02rem;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all .4s;
}

.change_min_one .cm_t2 {
	white-space: nowrap;
	opacity: 1;
}

.cm_icon {
	position: absolute;
	width: 0.8rem;
	top: 30%;
	left: 0.6rem;
	z-index: 1;
	opacity: 0;
	transition: all .4s;
}

.cm_text_bottom {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: rgba(255, 255, 255, 1);
	font-weight: 300;
	font-size: 0.3rem;
    font-family: 'FZShiSBSJW-R';
	letter-spacing: 0.02rem;
	white-space: nowrap;
	opacity: 0;
	transition: all .4s;
    text-align: left;
}

.change_min.active .cm_text_bottom {
	opacity: 1;
}

.change_min.active .cm_text_bottom .pop-tip{
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .6);
}

.change_min.active .cm_text_top {
	left: 1rem;
	bottom: 3rem;
	transform: translateX(0%);
}
.change_min.active .cm_text_top_1{
    bottom: 2.3rem;
}
.change_min.active .cm_text_top_2{
    bottom: 2.3rem;
}
.change_min.active .cm_text_top_3{
    bottom: 2.3rem;
}

.change_min.active .cm_t2,
.change_min.active .cm_icon {
	opacity: 1;
}

.change_min.active {
	width: 77vw;
	cursor: none;
	transition: all .5s;
}

.change_min.active .change_mask {
	opacity: 0;
}

.hot_pop_box {
	display: flex;
	background-color: #000000;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10001;
	overflow-x: scroll;
	overflow-y: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.hot_pop_box.active {
	opacity: 1;
	pointer-events: auto;
}

.hot_pop_menu {
	width: 1.5rem;
	height: 100%;
	background-color: #000000;
	position: sticky;
	left: 0;
	flex-shrink: 0;
	z-index: 2;
}

.hot_pop_other {
	display: flex;
}

.hot_pop_box::-webkit-scrollbar {
	display: none;
}

.hot_pop_box {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.hot_close_pop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.45rem;
	height: 0.45rem;
	opacity: 0.5;
	cursor: pointer;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 100%;
}

.hot_close_pop img {
	width: 0.2rem;
	height: 0.2rem;
}

.hot_close_pop:hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.2);
}

.hot_schedule_line {
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 1.5rem;
	background-color: rgba(255, 255, 255, .2);
}

.hot_schedule_line::after {
	position: absolute;
	content: '';
	height: 0.3rem;
	bottom: -0.3rem;
	width: 2px;
	background-color: rgba(255, 255, 255, .2);
}

.hot_schedule_line div {
	width: 100%;
	height: 0.3rem;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
}

.hpo_t {
	width: 50vw;
	display: flex;
	align-items: center;
	padding: 0 0.8rem;
	position: relative;
}

.hpo_t_one {
	padding: 0 0.8rem 0 0.4rem;
}

.hpo_i {
	width: auto;
}

.hpo_i img {
	height: 80vh;
    width: auto;
    max-width: 100vw;
    margin-top: 10vh;
}

.hpo_i video {
	height: 101vh;
}

.hpo_t1 .hpo_t1_title {
	font-size: 0.45rem;
	color: #fff;
    font-family: 'FZShiSBSJW-R';
}

.hpo_t1 .hpo_t1_detail {
	font-size: 0.2rem;
	color: rgba(255, 255, 255, .7);
	margin-top: 0.2rem;
	font-weight: 300;
	line-height: 0.3rem;
}

.hpo_logo {
	position: absolute;
	top: 0.5rem;
	left: 0.4rem;
	display: flex !important;
	align-items: center;
	font-size: 0.2rem;
	font-weight: bold;
}

.hpol_3 {
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.02rem;
}

.hpol_3 div {
	color: rgba(255, 255, 255, .5);
}

.hpol_1,
.hpol_3 div.active {
	color: #fff;
}

.hpol_3 div.active {
	font-size: 0.25rem;
	padding: 0 0.02rem;
}

.hpol_2 {
	width: 1.5rem;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	margin: 0 0.2rem;
}

.hpo_t2 {
	position: absolute;
	bottom: 1rem;
	left: 0.8rem;
	display: flex;
	align-items: center;
	width: calc(100% - 1.6rem);
	color: #f1a92c;
}

.hpo_t_one .hpo_t2 {
	left: 0.4rem;
	width: calc(100% - 1.2rem);
}

.hm_1 {
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.03rem;
}

.hm1_num {
	font-size: 0.45rem;
	line-height: 0.45rem;
}

.hm1_unit {
	font-size: 0.24rem;
	line-height: 0.24rem;
}

.hm_2 {
	font-size: 0.18rem;
	margin-top: 0.1rem;
	white-space: nowrap;
	font-weight: normal;
}

.hopt2_min_jia {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 0.5rem;
	padding: 0 0.5rem;
}

.hot_pop_box_0 .hopt2_min {
	width: 50%;
}

.hot_pop_box_1 .hopt2_min {
	width: 50%;
}

.hpo_t2_num5 {
	justify-content: space-between;
}

.hpo_t2_num2 .hopt2_min {
	width: 50%;
}

.hpo_t2_num3 .hopt2_min {
	width: 28%;
}

.section2-box {
	background-color: #171717;
    padding-bottom: 1rem;
}

.section2-box-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.3rem 0.9rem 0rem;
    font-family: 'FZShiSBSJW-R';

}

.section2-box-title .t {
	font-size: .86rem;
    font-weight: normal;
	color: #fff;
    line-height: normal;
}

.section2-box-title .d {
	font-size: .86rem;
    font-weight: normal;
	color: #d5a956;
}
.section2-box-title div{
    position: relative;
}
.section2-box-title div span{
    position: relative;
    display: block;
    transition: all .8s;
}

.section2-box-swiper {
	width: calc(100% - 3rem);
}

.section2-box-swiper .swiper-slide img {
	width: 100%;
    clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
}

.section2-box-swiper-controller3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
    bottom: 0.8rem;
}

.section2-box-swiper-controller3 .tabs {
	display: flex;
	align-items: center;
}
.section2-box-swiper-controller3{
    transform: translate(-50%,1rem);
    opacity: 0;
    transition: all 1s;
}
.section2-box-swiper-controller3._into{
    transform: translate(-50%,0);
    opacity: 1;
}

.section2-box-swiper-controller3 .tabs .tab {
	width: 4.5rem;
	cursor: pointer;
	text-align: center;
	padding-bottom: .2rem;
	/* border-bottom: 2px solid rgba(255, 255, 255, .3); */
	position: relative;
}

.section2-box-swiper-controller3 .tabs .tab .name {
	font-size: .2rem;
	color: #fff;
}

.section2-box-swiper-controller3 .tabs .tab.tab-active .line {
	width: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d5a956;
    height: 2px;
    position: absolute;
    bottom: -2px;
}

.section2-box-swiper-controller3 .text-box {
	position: relative;
	margin-top: .2rem;
}

.section2-box-swiper-controller3 .text-box .text {
	color: #fff;
	font-size: .18rem;
	text-align: center;
	position: absolute;
	opacity: 0;
    white-space: nowrap;
}

.section2-box-swiper-controller3 .text-box .text.active {
	position: relative;
	opacity: .8;
	transition: opacity .3s ease;
    font-weight: 300;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.45rem;
    height: 100%;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left{
    width: 46%;
    padding-right: .7rem;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .t{
    font-size: .48rem;
    font-family: 'FZShiSBSJW-R';
    color: #fff;
    position: relative
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .t::after{
    position: absolute;
    content: '';
    width: .45rem;
    height: 1px;
    background: #fff;
    bottom: -.44rem;
    left: 0;
    opacity: 0.7;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .d{
    margin-top: 1.08rem;
    color: #fff;
    font-size: .19rem;
    line-height: 1.8;
    font-weight: 300;
    opacity: 0.8;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .d .pop-tip{
    font-size: .16rem;
    color: rgba(255, 255, 255, .7);
    margin-top: 0.06rem;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all {
    margin-top: 1.06rem;

}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content{
    display: flex;
    margin-bottom: .27rem
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box{
    padding: .18rem .3rem;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box .b-t{
    font-size: .33rem;
    color: #fff;
    position: relative
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box .b-t .unit{
    font-size: .27rem;
    position: absolute;
    right: -.15rem;
    top: 0.08rem;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box .b-d {
    font-size: .16rem;
    margin-top: .2rem;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box-1 {
    background-image: linear-gradient(to right, #1f1f1f, transparent);
    border-radius: .1rem;
    position: relative;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box-no-bk{
    background: transparent;
    padding: 0.18rem 0.3rem 0.18rem 0;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box-2{
    padding-left: 0
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box-1::after{
    /* position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .3);
    width: 1px;
    height: 60% */
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box-no-bk::after{
    width: 0px;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .right{
    width: 60%
}

.hot_pop_box .swiper-container .swiper-slide .style-1 .right .img-box{
    width: 100%;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .right .img-box img{
    width: 100%
}
.swiper-control{
    position: absolute;
    bottom: 0.38rem;
    right: 0.45rem;
    z-index: 2
}
.swiper-control .swiper-buttons{
    display: flex;
    align-items: center
}

.swiper-control .swiper-buttons .swiper-button-prev, .swiper-control .swiper-buttons .swiper-button-next{
    background-image: none;
    position: static;
    width: .55rem;
    height: .55rem;
    background: rgba(255, 255, 255, .16);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer
}
.swiper-control .swiper-buttons .swiper-button-prev img{
    width: .12rem
}
.swiper-control .swiper-buttons .swiper-button-next img{
    width: .12rem
}
.swiper-control .swiper-buttons .swiper-button-prev:hover{
    background: rgba(255, 255, 255, .3)
}

.swiper-control .swiper-buttons .swiper-button-next:hover{
    background: rgba(255, 255, 255, .3)
}

.swiper-close{
    position: absolute;
    top: .5rem;
    right: .38rem;
    background: rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    width: .5rem;
    height: .5rem;
    transition: all .3s;
    cursor: pointer
}
.swiper-close img{
    width: .2rem
}
.swiper-close:hover{
    background: rgba(255, 255, 255, .3)
}

.hot_pop_box .swiper-container .swiper-slide .style-2{
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    justify-content: space-between;
    height: 100%;
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box{
    flex: 1;
    display: flex;
    flex-direction: column
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .img-box {
    width: 100%;
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .img-box img{
    width: 100%;
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .t{
    font-size: .44rem;
    font-family: 'FZShiSBSJW-R';
    color: #fff;
    position: relative;
    margin-top: .58rem
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .t::after{
    position: absolute;
    content: '';
    width: .45rem;
    height: 1px;
    background: #fff;
    bottom: -.44rem;
    left: 0;
    opacity: 0.7
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .d{
    margin-top: .87rem;
    color: #fff;
    font-size: .19rem;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.8;
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .d .pop-tip{
    font-size: .14rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 0.06rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box:nth-of-type(2){
    padding: 0 1.2rem
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box:nth-of-type(2) .t{
    margin-top: 0
}

.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box:nth-of-type(2) .img-box {
    margin-top: .58rem
}



@media (max-width: 768px) {
    .shut_down_btn_v{
        top: auto;
        bottom: 12vh;
    }
    .popup-video video{
        height: auto !important;
    }

    .hot_pop_box.active{
        padding-bottom: 1rem;
    }

    .all{
        background-color: #171717;
    }
    body{
        overflow-x: hidden;
    }
    .mt1_text{
        font-size: 0.21rem;
        line-height: 1.6;
    }
    .mt3_text{
        font-size: 0.7rem;
    }
    .policy-box{
            padding: 0.5rem .35rem;
    }
    * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

html {
  font-size: 52px;
}
.cfg_remarks {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5vh;
  line-height: normal
}
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  color: #444444;
  font-size: 14px;
  font-weight: normal;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
  text-align: initial;
}

/* nav */
.top_nav{
    position: fixed;
    top: -3rem;
    z-index: 10000;
    width: 100%;
    transition: all .3s;
}
.top_nav.show_nav{
    top: 0;
}
.first_menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
    align-items: center;
    height: 1.2rem;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    background: rgba(255,255,255,0.9);
    box-shadow:1px 2px 5px rgba(0, 0, 0,0.07)
}
.first_menu img{
    width: 1.4rem;
}
.first_menu .f_m_d{
    display: flex;
    align-items: center;
    height: 100%;
}
.first_menu .f_m_d img{
    width: 0.75rem;
    padding: 0.2rem;
    transform: rotate(180deg);
    transition: all .3s;
}
.first_menu .f_m_d div{
    font-size: 0.24rem;
    width: 1.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #000;
    color: #fff;
    text-align: center;
    margin-left: 0.5rem;
    font-weight: 300;
}
.second_menu{
    height: 1.2rem;
    display: flex;
    align-items: center;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    background: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    webkit-overflow-scrolling: touch;
    visibility: visible;
    transition-delay: 0s;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.second_menu::-webkit-scrollbar {
    display: none;
}
.second_menu div{
    margin: 0 0.35rem;
    font-size: 0.28rem;
}




/* banner */
.banner{
	height: 100vh;
	width: 100%;
	position: relative;
}
.banner .banner_bk{
	height: 100vh;
	width: 100%;
	object-fit: cover;
    transform: scale(1.3);
    transition: all 1s;
}
.banner_btn{
	position: absolute;
	bottom: 3rem;
	display: flex;
	width: 100%;
	justify-content: center !important;
	padding: 0 0.5rem;
}
.banner_btn a,
.banner_btn div{
	width: 3.15rem;
	height: 0.8rem;
	line-height: 0.76rem;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
    font-weight: 300;
}
.banner_btn a,
.banner_btn div:nth-of-type(1){
	display: flex;
    justify-content: center;
    align-items: center;
}
.banner_btn div:nth-of-type(2){
	background: #fff;
    color: #000;
}
.banner_btn a img,
.banner_btn div:nth-of-type(1) img,.color_bottom_text .color_btn img{
	width: 0.34rem;
    margin-right: 0.2rem;
    opacity: .9;
}
.banner_title{
	position: absolute;
	top: 22vh;
	width: 100%;
	display: flex;
	justify-content: center;
    transition: all 1s;
    opacity: 0;
}
.banner_title img{
	width: 4rem;
    height: 1.05rem;
}

.banner_mask{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    transition: all 1s;
    opacity: 1;
    z-index: 1;
    pointer-events: none; 
}
.banner_mask.into{
    opacity: 0;
}
.banner_title.into{
    top: 18vh;
    opacity: 1;
}
.banner .banner_bk.into{
    transform: scale(1);
}


/* 视频 */
.video_box_mb{
	height: 350vh;
	position: relative;
}
.video_box{
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
}
.video_box video{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}


/* 颜色 */
.color_list_mb{
    position: relative;
}
.color_box_pc{
    height: 200vh;
    position: relative;
}
.color_list_pc{
	position: sticky;
    top: 0;
	width: 100%;
	height: 100vh;
}
.color_img_list{
	position: relative;
}
.color_img_list .img_height_change{
	position: absolute;
	top: 0rem;
	height: 100vh;
	width: 100%;
	object-fit: cover;
	transition: all 1s;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.color_img_list .img_height_change.C_active{
	height: 0vh;
}
.color_img_list .img_height_change img{
	height: 100vh;
	object-fit: cover;
}
.color_img_list .img_height_change img:nth-of-type(1){
	height: 100vh;
    width: 100%;
	object-fit: cover;
}
.color_img_list .img_height_change img:nth-of-type(2){
	/* width: 12rem; */
	position: absolute;
	top: 18vh;
    height: 71vh;
    width: auto;
}
.color_img_list .img_height_change:nth-of-type(1){
	z-index: 5;
}
.color_img_list .img_height_change:nth-of-type(2){
	z-index: 4;
}
.color_img_list .img_height_change:nth-of-type(3){
	z-index: 3;
}
.color_img_list .img_height_change:nth-of-type(4){
	z-index: 2;
}
.color_img_list .img_height_change:nth-of-type(5){
	z-index: 1;
}
.color_img_list .img_height_change:nth-of-type(6){
	z-index: 0;
}
.color_button_change{
	position: absolute;
	z-index: 5;
	bottom: 26vh;
	left: 50%;
	transform: translate(-50%, 0%);
	right: 1rem;
	display: flex;
	justify-content: center;
    height: 1rem;
	width: 100%;
    white-space: nowrap;
}
.color_min_tip{
	display: flex;
	align-items: center;
    justify-content: center;
    cursor: pointer;
}
.color_min_tip .min_border_box{
	width: 0.24rem;
	height: 0.24rem;
	position: relative;
    margin: 0 0.2rem;
	transition: all .5s;
}
.color_active .min_border_box{
	width: 1.7rem;
	height: 0.6rem;
}
.min_cicle{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
}
.color_active .min_cicle{
	/* transform: translate(-50%,-50%) scale(1); */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.color_min_tip .min_cicle .color_p{
	display: none;
}
.color_active .min_cicle .color_p{
	display: block;
	text-align: center;
	white-space: nowrap;
}
.color_min_tip:nth-of-type(1) .min_cicle{
    background-color: #9e9e9e;
    color: #fff;
}
.color_min_tip:nth-of-type(2) .min_cicle{
    background-color: #000000;
    color: #fff;
}
.color_min_tip:nth-of-type(3) .min_cicle{
    background-color: #5f6a7b;
    color: #fff;
}
.color_min_tip:nth-of-type(4) .min_cicle{
    background-color: #f6f6f6;
    color: #333;
}
/* .color_min_tip:nth-of-type(5) .min_cicle{
    background-color: #51433a;
    color: #fff;
} */
.color_min_tip:nth-of-type(5) .min_cicle{
    background-color: #6f1911;
    color: #fff;
}
.color_min_tip:nth-of-type(1).color_active .min_cicle{
    background-color: #9e9e9e;
}
.color_min_tip:nth-of-type(2).color_active .min_cicle{
    background-color: #000000;
}
.color_min_tip:nth-of-type(3).color_active .min_cicle{
    background-color: #5f6a7b;
}
.color_min_tip:nth-of-type(4).color_active .min_cicle{
    background-color: #f6f6f6;
}
/* .color_min_tip:nth-of-type(5).color_active .min_cicle{
    background-color: #51433a;
} */
.color_min_tip:nth-of-type(5).color_active .min_cicle{
    background-color: #6f1911;
}
.color_name{
	color: #FFFFFF;
	transition: all 1s;
    opacity: 0.3;
    font-size: 0.2rem;
}
.color_min_tip:nth-of-type(1).color_active .color_name{
    color: #eaecef;
    opacity: 1;
}
.color_min_tip:nth-of-type(2).color_active .color_name{
    color: #eae6ff;
    opacity: 1;
}
.color_min_tip:nth-of-type(3).color_active .color_name{
	color: #fff;
    opacity: 1;
}
.color_min_tip:nth-of-type(4).color_active .color_name{
    color: #fff8f8;
    opacity: 1;
}
.color_active .color_name{
	opacity: .7;
}
.color_top_text{
    position: absolute;
    top: 18vh;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    width: 100%;
}
.color_top_text div:nth-of-type(1){
    font-size: 0.47rem;
    letter-spacing: 1px;
	font-weight: bold;
}
.color_top_text div:nth-of-type(2){
    font-size: 0.32rem;
	margin-top: 0.25rem;
    letter-spacing: 1px;
}
.color_bottom_text{
    position: absolute;
    /* bottom: 1rem; */
    bottom: 16vh;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.color_bottom_text .color_min_t{
    font-size: 0.2rem;
    letter-spacing: 3px;
}
.color_bottom_text .color_btn{
    width: 6.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-top: 0.39rem;
    /* transition: all .3s; */
    background-color: transparent;
    border: 0.01rem solid rgba(255,255,255,0.8);
    color: #fff;
    font-weight: 300;
}


/* 缩放 */
.zoom_box_pc{
	width: 100%;
	height: 200vh;
	position: relative;
}
.zoom_box_2{
    height: 200vh;
}
.zoom_content{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	transform: scale(0.67);
	/* transition: all .2s; */
}
.zoom_box_2 .zoom_content{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	transform: scale(1);
	transition: all .2s;
}
.zoom_box_2 .zoom_content video{
	height: 100vh;
	width: 100%;
	object-fit: cover;
    z-index: 1;
    position: relative;
}
.video_dark_img{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all .6s ease-in-out;
}
.video_dark_img.active_v{
    opacity: 1;
}

.zoom_content img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.zoom_content .autoPlayF1{
    position: absolute;
    z-index: 0;
}
.zoom_text_list{
	position: absolute;
	bottom: 0rem;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80% !important;
    text-align: center;
    transition: all .6s ease-in-out;
}
.zoom_text_list .zoom_l_title{
	font-size: .63rem;
	letter-spacing: 3px;
    font-weight: 800;
	margin-bottom: 0rem;
	color: rgba(255,255,255,1);
    line-height: 1.3rem;
}
.mountain_icon{
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    opacity: 0;
    width: 80%;
    transition: all .6s ease-in-out;
}
.mountain_icon img{
    width: 1.6rem;
    height: auto;
}
.mountain_icon.zoom_active{
    bottom: 2.5rem !important;
    opacity: 1 !important;
}


.zoom_box_2 .zoom_l_title{
	font-size: 0.8rem;
    text-align: left;
}
.zoom_box_2 .zoom_text_list{
	transition: all .6s ease-in-out;
	opacity: 0;
}
.zoom_box_2 .zoom_text_list img{
    width: 100%;
    height: auto;
}
.zoom_text_list.z_active{
	bottom: 2.2rem;
	opacity: 1;
    z-index: 2;
}
.zoom_text_list .zoom_l_detail{
	margin-top: 1rem;
	font-size: 0.18rem;
	text-align: center;
	letter-spacing: 2px;
    line-height: .33rem;
    color: rgba(255,255,255,1);
    font-weight: 300;
}
.zoom_box_2 .bottom_btn{
	width: 2.8rem;
	height: 0.5rem;
	display: flex;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	justify-content: space-between;
	font-size: 0.3rem;
	color: #fff;
	cursor: pointer;
	opacity: 1;
    z-index: 2;
}
/* .zoom_box_2 .bottom_btn:hover{
	opacity: 1;
} */
.zoom_box_2 .bottom_btn img{
	width: 0.6rem;
	height: 0.6rem;
}
.zoom_l_detail_num{
}
.zoom_l_detail_num .min_number{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	margin-top: 0.5rem;
}
.zoom_l_detail_num .min_number:nth-of-type(2){
}
.zoom_l_detail_num .min_number:nth-of-type(1){
}
.zoom_l_detail_num .min_number .m_f_t_s{
	font-size: 0.5rem;
	display: flex;
	font-weight: bold;
}
.zoom_l_detail_num .min_number .m_f_d_s{
	font-size: 0.2rem;
	margin-top: 0.25rem;
	color: rgba(255,255,255,0.6);
	font-weight: bold;
}
.m_shu{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
	font-size: .13rem;
	font-weight: 200;
}
.zoom_active{
    bottom: 2rem;
    opacity: 1;
}

/* 外层高度 */
.outer_box{
	position: relative;
	height: 200vh;
    /* background: #fff; */
}


/* 标题swiper */
.main_title{
	/* height: 16vh; */
	padding: 3.5vh 0 0;
	display: flex;
	justify-content: center;
}
.main_title div{
	padding: 0 0.7rem;
	font-size: 0.3rem;
	border-bottom: 1px solid #000;
	height: 5vh;
	position: relative;
    color: rgba(28,28,28,0.6);
}
.main_title div.active{
        font-family: 'FZShiSBSJW-R';
        font-size: 0.5rem;
    color: #d5a956;
    font-weight: normal;
}
.gxn_box .main_title div:nth-of-type(2){
	padding: 0 0.86rem;
}
.main_title div:nth-of-type(1).active:after{
	left: 0%;
}
/* .main_title div:nth-of-type(1):after{
	content: '';
	height: 1px;
	width: 100%;
	left: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #000;
	transition: all .5s;
} */
.detail_img_box,.min_title,.min_detail{
	margin: 0 4%;
}
.detail_img_box{
	margin-top: 3vh;
}
.bbcx_box .detail_img_box{
	margin-top: 1vh;
}
.detail_img_box .swiper-slide img,.detail_img_box .swiper-slide video{
	width: 100%;
    position: relative;
    z-index: 1;
}

.min_text_group{
    margin-top: 2vh;
    height: 25vh;
    padding: 0 2px;
}
.swiper_3 .min_text_group{
    margin-top: 1vh;
}
.min_text_group div:nth-of-type(1){
    font-size: 0.35rem;
    font-weight: bold;
    color: #333;
}
.min_text_group div:nth-of-type(2){
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
}
.swiper-pagination-1,.swiper-pagination-2,.swiper-pagination-3{
    top: 84% !important;
}
.swiper_page_num_1, .swiper_page_num_2, .swiper_page_num_3{
    top: 86%;
    width: 100%;
    position: absolute;
    font-size: 0.24rem;
    color: rgba(0, 0, 0,0.3);
}
.swiper-pagination-progress .swiper-pagination-progressbar{
    background: rgba(0, 0, 0,0.9) !important;
    top: -0.5px !important;
    height: 2.5px !important;
}
.swiper-container-horizontal>.swiper-pagination-progress{
    height: 1.5px !important;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0,0.3);
}
.popup-swiper .swiper-container-horizontal>.swiper-pagination-progress{
    position: relative;
    background: rgba(255, 255, 255,0.4);
}
.popup-swiper .swiper-pagination-progress .swiper-pagination-progressbar{
    background: rgba(255, 255, 255,0.9) !important;
}
.ps_pagination_num{
    display: flex;
    color: rgba(255,255,255,0.4);
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.24rem;
}
.ps_icon{
    width: 0.5rem;
    margin: 0 0.2rem;
    height: 1px;
    background: rgba(255,255,255,0.4);
}



.min_title{
	margin-top: 4vh;
	display: flex;
}
.min_title div{
	font-size: 0.25rem;
	border-bottom: 1px solid #000;
	height: 7vh;
	position: relative;
	text-align: center;
	color: #9a9a9a;
	font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.min_title .min_2{
	width: 50%;
}
.min_title .min_3{
	width: 33.33%;
}
.min_title div.active{
	border-bottom: 2px solid #000;
	color: #000;
}
.min_detail{
	position: relative;
	height: 10vh;
}
.min_detail div{
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0;
}
.min_detail div.active{
	opacity: 1;
}


/* 超豪华 */
.chh_box{
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
}
.hh_min{
	margin: 0 4vw 4vw;
	position: relative;
}
.hh_min img{
	width: 100%;
}
.hh_min_img{
    height: 22.3vh;
    object-fit: cover;
}
.hh_min:nth-of-type(1){
	margin-top: 3vh;
}
.hh_min .text_group{
	position: absolute;
	bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.27rem;
	color: #fff;
	width: 100%;
}
.hh_min .text_group img{
	width: 0.16rem;
	margin-left: 0.4rem;
}
.clip_img_box{
	margin-top: 3vh;
	height: 71vh;
	width: 100%;
	padding: 0 4%;
    overflow: hidden;
}
.clip_img_box .min_clip{
	background-color: gainsboro;
	height: 51%;
	width: 100%;
	position: relative;
}
.clip_img_box .min_clip:nth-of-type(1){
	clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}
.clip_img_box .min_clip:nth-of-type(2){
	clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
	margin-top: -2%;
}
.min_clip .min_clip_bk{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.min_clip .clip_text_group{
	position: absolute;
	bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.27rem;
    letter-spacing: 1px;
	color: #fff;
	width: 100%;
}
.min_clip .clip_text_group img{
	width: 0.16rem;
	margin-left: 0.4rem;
}

/* 高性能 */
.gxn_box{
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
}
.double_img_list{
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
	padding: 2.5vh 0;
}
.double_img_list .min_double_img{
	height: 50%;
	width: 100%;
	padding: 1vh 4%;
    position: relative;
}
.double_img_list .min_double_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.double_min_text{
    position: absolute;
    bottom: 0.5rem;
    padding: 0 6%;
    color: #fff;
    width: 92%;
}
.double_min_text div:nth-of-type(1){
    font-size: 0.3rem;
    font-weight: bold;
}
.double_min_text div:nth-of-type(2){
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    opacity: .8;
}


/* 锚点 */
.nav{
	position: relative;
	height: 1rem;
}
.nav-list{
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	display: flex;
	height: 1rem;
	align-items: center;
}
.nav-a {
	color: #9a9a9a;
	text-decoration: none;
	font-size: 0.3rem;
	margin:  0px;
	padding: 0 10px;
	line-height: 1rem;
	display: inline-block;
	width: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.selected {
	font-weight: bold;
	color:#000;
	position: relative;
}
/* .selected::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	background-color: #000;
	left: 50%;
	transform: translate(-50%,-50%);
} */
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
.no_more{
	height: 2rem;
	display: none;
}


.img_window_mb{
	position: fixed;
	top: 0;
	background-color: rgba(000,000,000,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .3s linear;
}
.img_window_mb .img_window_swiper_mb{
	width: 100%;
	margin-top: 4.5rem;
}
.img_window_mb .img_window_swiper_mb .swiper-slide{
	width: 100%;
}
.img_window_mb .img_window_swiper_mb .swiper-slide img{
	width: 100%;
}
.window_btn_group_mb{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.window_btn_group_mb .prev_img_window_mb{
	display: flex;
	align-items: center;
}
.window_btn_group_mb .next_img_window_mb{
	display: flex;
	align-items: center;
}
.window_btn_group_mb .prev_img_window_mb img{
	width: 0.4rem;
}
.window_btn_group_mb .window_num_page_mb{
	color: #fff;
	font-size: 0.7rem;
	padding: 0 0.65rem;
}
.window_btn_group_mb .next_img_window_mb img{
	width: 0.4rem;
}
.close_img_window_mb{
	text-align: center;
	margin-top: 2rem;
}


/* 百变车厢 */
.bbcx_box{
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
}
.main_title_2{
	height: 16vh;
	padding: 11.5vh 0 0;
	display: flex;
	justify-content: center;
}
.main_title_2 div{
	padding: 0 0.5rem;
	height: 6vh;
	position: relative;
    color:#1c1c1c;
    font-size: 0.35rem;
}

/* 参数配置 */
.cspz_box{
	height: auto;
    width: 92%;
    top: 0;
    margin: 0 4%;
    padding: 5vh 0;
}
.cspz_box img{
	width: 100%;
}
.cs_text_box{
	color: #fff;
	width: 100%;
    margin-left: 0%;
}
.cspz_box .cs_title{
	font-size: 0.4rem;
    text-align: center;
    margin: 4.3vh 0 3vh;
    color: #151515;
}
.cs_detail{
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.cs_detail div{
	width: 50%;
	position: relative;
	font-size: 0.2rem;
	margin-top: 0.3rem;
	padding-left: 0.4rem;
}
.cs_detail div::before{
	content: '';
	display: block;
	width: 0.15rem;
	height: 0.15rem;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}
.config_btn{
    border: 1px solid #000;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #000;
    margin-top: 0.5rem;
    font-weight: 300;
}
@media (max-width: 768px) {
    .config_btn {
        border: 1px solid #fff !important;
        width: 100%;
        height: 0.9rem;
        line-height: 0.9rem;
        text-align: center;
        color: #fff !important;
        margin-top: 0.5rem;
        font-weight: 300;
        font-size: 0.26rem;
    }
    .config_btn a{
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }
}

/* 优惠政策 */
.yhzc_box{
	/* height: 100vh;
	position: sticky; */
	top: 0;
    width: 92%;
    margin: 0 4%;
    padding: 9vh 0 0;
    position: relative;
}
.yhzc_box img{
	width: 100%;
}
.yh_text_box{
	position: relative;
	color: #000;
	display: flex;
	flex-direction: column;
    width: 94%;
    margin-left: 3%;
}
.yh_text_box .yh_title{
	font-size: 0.4rem;
    text-align: center;
    margin: 2.9vh 0 2vh;
    color: #151515;
}
.yh_d_c{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.yhzc_btn{
    border: 1px solid #000;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #000;
    margin-top: 0.2rem;
    font-weight: 300;
}
.yh_detail .yh_min_detail{
    margin-top: 0.12rem;
}
.yh_detail .yh_min_detail:nth-of-type(1){
    margin-top: 0rem;
}
.yh_min_detail div:nth-of-type(1){
	font-weight: bold;
	font-size: 0.35rem;
    letter-spacing: 1px;
}
.yh_min_detail div:nth-of-type(2){
	font-size: 0.25rem;
	margin-top: 0.1rem;
    letter-spacing: 1px;
}
.xcx_code{
    width: 2rem !important;
    margin: 2vh 0 0;
}
.code_text{
    font-size: 0.25rem;
    letter-spacing: 2px;
    margin: 0.2rem 0;
}
.code_detail{
    font-size: 9px;
    color: gray;
    line-height: 17px;
    text-align: left;
}


/* 弹窗-视频 */
.popup-video{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: -1;
	transition: opacity .8s ease-in-out;
	opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.popup-video.show_pop{
	z-index: 201;
	opacity: 1;
}
.popup-video video{
	height: 100%;
	width: 100vw;
	object-fit: cover;
}
.shut_down_btn_v{
	position: absolute;
    bottom: 20vh;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
    z-index: 2222;
}
.shut_down_btn_v img{
	width: 100%;
	height: 100%;
}
/* .shut_down_btn_v:hover{
	opacity: 1;
} */

/* swiper弹窗 */
.popup-swiper{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: -1;
	transition: all .8s ease-in-out;
	opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: saturate(0%) blur(15px);
    -webkit-backdrop-filter: saturate(0%) blur(15px);
}
.popup-swiper .swiper-slide{
    display: flex;
    flex-direction: column;
}
.popup-swiper video{
    width: 100%;
    position: relative;
    z-index: 1;
}
.popup-swiper.show_pop{
	z-index: 1001;
	opacity: 1;
}
.popup-swiper .pop_s_btn{
	position: absolute;
	right: 5%;
	/* top: 1.8rem; */
    top: 10vh;
	width: 0.7rem;
}
.il_pagination_1 {
    width: 92vw;
    position: relative;
    margin: 0.5rem 0;
}
.pop_img_list .swiper-pagination-progress{
    background: rgba(255, 255, 255,0.4);
    height: 1.5px;
}
.pop_img_list .swiper-pagination-progress .swiper-pagination-progressbar{
    background: rgba(255, 255, 255,0.9) !important;
}


/* 弹窗内swiper */
.pw_min_1,.pw_min_2,.pw_min_3,.pw_min_4,.pw_min_5{
    margin: 0 4%;
}
.ps-pagination-all{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps-pagination-all .swiper-pagination-bullet{
    width: 1rem;
    height: 2px;
    border-radius: 0;
    background: #eee;
    opacity: 0.5;
}
.ps-pagination-all .swiper-pagination-bullet-active{
    background: transparent;
    border-bottom: 2px solid #fff;
    opacity: 1;
}
.pw_min_text_group{
    height: 2.2rem;
    padding: 0.3rem 0;
    color: rgba(255,255,255,0.8);
}
.popup-swiper-4 .pw_min_text_group{
    height: 3.1rem;
}
.pw_min_text_group div:nth-of-type(1){
    font-size: 0.35rem;
    font-weight: normal;
    color: rgba(255,255,255,0.8);
}
.pw_min_text_group div:nth-of-type(2){
    margin-top: 0.1rem;
    font-size: 0.25rem;
    line-height: 0.42rem;
}

/* 侧边栏 */
/* .sidebar_w{
    position: fixed;
    bottom: 1rem;
    right: 0rem;
    width: 40px;
    height: 214px;
    display: none;
}
.min_ss{
    display: flex;
    align-items: center;
    margin-left: -110px;
    height: 35px;
    margin-top: 3px;
    background: rgba(0, 0, 0,0.8);
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    width: 50px;
    opacity: 0;
    overflow: hidden;
}
.min_ss._show{
    overflow: hidden;
    pointer-events: auto;
    width: 150px;
    opacity: 1;
    height: 40px;
    transition: all .3s ease 0s;
}
.min_ss div:nth-of-type(1){
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.min_ss div:nth-of-type(2){
    position: relative;
    padding: 0.2rem;
    flex-shrink: 0;
}
.min_ss div:nth-of-type(2) a{
    color: #fff;
    font-size: 12px;
}
.min_ss div:nth-of-type(2)::before{
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255,0.2);
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}
.sidebar_w_btn{
    background: rgba(0, 0, 0,0.8);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 42.5px;
}
.sidebar_w_btn_top{
    background: rgba(0, 0, 0,0.8);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.min_ss div:nth-of-type(1),.sidebar_w_btn img,.sidebar_w_btn_top img{
    width: 23px;
    margin: 9px;
}
.sidebar_w_btn img{
    transition: all 1s;
    transform: rotate(45deg);
} */

/* footer */
.footer-links{
    background: #2e2e2e;
    padding: 0.3rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-links img{
    width: 20%;
    margin: 0 1%;
}
.footer_new{
    background: #000;
}
.ft_link_group,.ft_remarks{
    padding: 0.6rem 7%;
    background: #323232;
}
.ft_link_group{
    border-bottom: 1px solid #212121;
}
.ft_link_group a{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    opacity: .8;
}
.ft_link_1,.ft_link_2{
    display: flex;
    color: #fff;
    align-items: center;
}
.ft_link_2{
    margin-top: 15px;
}
.ft_link_1 div,.ft_link_2 div{
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #494949;
}
.ft_remarks{
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    text-align: center;
}


/*预约试驾*/
.test_driver_shp {
    background: #f2f2f2;
    height: 100vh;
	position: sticky;
	top: 0;
    width: 100%;
    padding: 9vh 4% 0;
}
.driverTit{
    padding: 5vh 0;
    color: #1c1c1c;
    font-size: 0.4rem;
    text-align: center;
}
.test_driver_shp .boxTit{
    font-size: 0.5rem;
    color:#161616;
    padding-bottom: 0.4rem;
}
.driverForm{
    margin: 0 0 !important;
}
.test_driver_shp .driverForm .formItem a.btn{
    background: #000 !important;
    border-radius: 0rem !important;
    margin-top: 1rem !important;
    font-weight: 300 !important;
    width: 100% !important;
    height: 0.9rem !important;
    line-height: 0.9rem !important;
}
.test_driver_shp .driverForm .formItem select{
    background: url('../../../../img/car-model-public/shp/arrow-new.jpg') no-repeat right center #ffff;
    background-size: auto 73%;
}
.test_driver_shp  .driverForm .formItem input{background: #fff}
.driverForm .formItem input[type="checkbox"]:checked::after{
    content: "";
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-width: 0 0 0rem 0rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background: url(../../../../img/car-model-public/shp/test-driver/select.png) no-repeat center !important;
    background-size: 100% auto !important;
}
.driverForm .formItem{
    margin-bottom: 0.35rem !important;
}
.test_driver_shp .driverForm .formItem select,.driverForm .formItem input{
    height: 1rem !important;
    line-height: 1rem !important;
}
.driverForm .formItem input[type="checkbox"]{
    width: 0.4rem !important;
    height: 0.4rem !important;
    margin: 0.04rem 0.15rem 0 0.05rem !important;
    border-radius: 0rem !important;
    border: 0rem solid #666 !important;
}



/* 图集 */
.img_list_box{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 0 4vw;
    overflow: hidden;
}
.swiper_w_3 {
    margin-top: 2.5vh;
}
.il_double{
    display: flex;
    justify-content: space-between;
}
.il_double img{
    width: 45.5vw;
    height: 14vh !important;
    object-fit: cover;
}
.il_double, .il_only{
    margin-top: 0.5vw;
}
.il_only img{
    width: 92vw;
    height: 29vh !important;
    object-fit: cover;
}

/* 图集弹窗 */
.pop_img_list{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
    pointer-events: none;
    transition: all .8s ease-in-out;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    backdrop-filter: saturate(0%) blur(3px);
    -webkit-backdrop-filter: saturate(0%) blur(3px);
}
.pop_img_list._show{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}
.il_pagination_box{
    width: 92vw;
    display: flex;
}
.pop_il_sw{
    width: 92vw;
}
.pop_il_sw .swiper-slide img{
    width: 92vw;
}
.il_pop_s_btn{
    position: absolute;
    right: 5%;
    top: 1.8rem;
    width: 0.7rem;
}
.il_pag_num{
    display: flex;
    justify-content: center;
    align-items: center;
}
.il_wire{
    width: 0.5rem;
    margin: 0 0.2rem;
    height: 1px;
    background: rgba(255,255,255,0.4);
}
.il_now_num, .il_count_num{
    font-size: 0.24rem;
    color: rgba(255,255,255,0.4);
}


/* .autoPlayF2{
    position: absolute !important;
    z-index: 0 !important;
} */
 .autoPlayF3{
     
 }


/* 新优惠政策 */
.min_cp_1{
    margin-bottom: 0.2rem;
}
.min_cpm_t{
    border-bottom: 0.02rem solid #d7d7d7;
    font-size: 0.28rem;
    height: 0.55rem;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}
.min_cpm_t img{
    width: 15px;
    margin-left: 0.1rem;
    margin-top: -2px;
}
.min_cpm_t:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0.8rem;
    height: 2px;
    background: #444;
}
.min_cpm_d{
    display: flex;
}
.min_cpm_d .min_cpm_d_i{
    width: 45%;
    margin-right: 5%;
}
.min_cpm_d .min_cpm_d_i div{
    margin-top: 0.1rem;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
}
.min_cpm_t span, .min_cpm_d .min_cpm_d_i div span, .min_cpm_d_lt span{
    font-weight: normal;
}
.min_cpm_t_3{
    width: 100%;
}
.min_cpm_d_li{
    width: 30%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.min_cpm_d_li img{
    width: 53%;
}
.min_cpm_d_li div{
    margin-top: 0.1rem;
    font-size: 12px;
    font-weight: 300;
}
.min_cpm_d_lt{
    width: 100%;
    margin-top: 0.15rem;
}
.min_cpm_d_lt div{
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}
.polict_tip{
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 300;
}
.hot_pop_box .swiper-container {
    overflow: auto;
    padding-top: 1.5rem
}
.hot_pop_box .swiper-wrapper{
    flex-direction: column
}
.hot_pop_box .swiper-wrapper .swiper-slide {
    height: auto
}
.hot_pop_box .swiper-container .swiper-slide .style-1{
    padding: 0rem .35rem .8rem;
    flex-direction: column;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left{
    width: 100%;
    padding: 0 .27rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .right{
    width: 100%;
    margin-top: .7rem
}
.swiper-close{
    width: .84rem;
    height: .84rem;
    right: .44rem;
}
.swiper-close img{
    width: .28rem
}
.swiper-control{
    display: none
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .t{
    font-size: .63rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .t::after{
    bottom: -.64rem;
    width: .64rem;
            background: rgba(225, 225, 225, 0.7);
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .d{
    font-size: .26rem;
    margin-top: 1.4rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all{
    margin-top: .6rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box{
    padding: .22rem .12rem;
    flex: 1
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box .b-t{
    font-size: .4rem;
    text-align: center;
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content{
    display: flex;
    justify-content: space-between
}
.hot_pop_box .swiper-container .swiper-slide .style-1 .left .l-content-all .l-content-box .b-d{
    font-size: .2rem;
    margin-top: .3rem;
    text-align: center
}
.hot_pop_box .swiper-container .swiper-slide .style-2{
    flex-direction: column;
    padding: 0 .35rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box{
    flex-direction: column-reverse;
    padding-bottom: .8rem
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .t{
    font-size: .63rem;
    margin-top: 0
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .t::after{
    bottom: -.64rem;
    width: .64rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .d{
    font-size: .26rem;
    margin-top: 1.4rem;
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box .img-box{
    margin-top: .7rem
}
.hot_pop_box .swiper-container .swiper-slide .style-2 .style2-box:nth-of-type(2){
    padding: 0 0 .8rem;
    flex-direction: column
}
.section2-box{
    padding: 0 .35rem 0rem;
}
.section2-box-swiper{
    width: 100%;
}
.section2-box-swiper .swiper-slide img{
    width: 100%;
    clip-path: none
}
.section2-box-title{
    padding: .8rem 0.9rem 0.8rem
}
.section2-box-swiper-controller3 .text-box .text{
    white-space: normal;
        width: 90%;
    text-align: left;
}
.section2-box-swiper-controller3 .tabs .tab.tab-active .line{
    display: none
}
.section2-box-swiper-controller3{
    padding: .6rem .35rem .55rem;
    position: static;
    transform: none;
    background: #1f2024
}
.section2-box-swiper-controller3._into{
    transform: none
}
.section2-box-swiper-controller3 .tabs .tab{
    text-align: left;
    font-size: .28rem
}
.section2-box-swiper-controller3 .text-box .text{
    font-size: .24rem;
    line-height: 1.7
}
.section2-box-swiper-controller3 .tabs{
    width: 100%;
    padding-bottom: 0
}
.section2-box-swiper-controller3 .tabs .tab{
    width: 100%;
    padding-block-end: 0
}
.section2-box-swiper-controller3 .tabs .tab .name{
    font-size: .32rem
}
.section2-box-title .t{
    font-size: .63rem
}

.section2-box-title .d{
    font-size: .63rem
}

}
