.wrap_box {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1.8rem;
}

html,
body {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.header_wrap {
    width: 7.5rem;
    background: #4148eb;
    padding: 0.16rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_wrap .login_wrap {
    width: 0.66rem;
    height: 0.66rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 0.2rem;
}
.header_wrap .login_wrap img {
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
}

.header_wrap .left_wrap {
    display: flex;
    align-items: center;
    text-align: left;
}

.header_wrap .login_text p:nth-of-type(1) {
    font-size: 0.26rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #FFFFFF;
}

.header_wrap .login_text p:nth-of-type(2) {
    font-size: 0.2rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #FFFFFF;

}

.header_wrap .right_wrap {
    width: 1.8rem;
    height: 0.66rem;
    background: #FFFFFF;
    border-radius: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #939393;
}

.header_wrap .right_wrap img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}

.tab_wrap {
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    height: 0.8rem;
    background: #4148eb;
    border-top: 1px solid #405dd3;
    border-bottom: 1px solid #405dd3;

}

.tab_wrap.active {
    display: flex;
}

.tab_wrap .tab_item {
    width: 1.5rem;
    /* overflow: hidden; */

}

.tab_wrap .tab_item a {
    display: inline-block;
    width: 1.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 0rem 1px 0rem #1648e4;
    text-align: center;
    /* background: #000; */
    /* border-left: 1px solid #009E5B; */
    position: relative;
    transition: all 0.3s;

}

.tab_wrap .tab_item img.hot_w {
    width: 0.52rem;
    height: 0.36rem;
    vertical-align: middle;
    margin-left: 0.08rem;
}

.tab_wrap .tab_item .a1.active::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 0.08rem;
    background: #CEF2E4;
    border-radius: 0.04rem 0.04rem 0 0;
    position: absolute;
    bottom: 0.01rem;
    left: 0.1rem;
    z-index: 100;

}

/* 轮播
 */
 .wrap_swiper {
    width: 6.9rem;
    height: 3rem;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
}

.wrap_swiper img {
    width: 6.9rem;
    height: 3rem;
    border-radius: 0.1rem;
}

/* 微信咨询 */
.wx_fied {
    width: 7.5rem;
    height: 1rem;
    /* background: linear-gradient(90deg, #00C67A 0%, #0BECB2 100%); */
    background: linear-gradient(90deg, #0017c6 0%, #0b62ec 100%);
    font-size: 0.28rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #FFFEFE;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx_fied img {
    width: 0.44rem;
    height: 0.36rem;
    vertical-align: middle;
    margin-right: 0.2rem;
}
.fixed_top {
    position: fixed;
    top:0 ;
    z-index: 100;
}


/* 头部隐藏 */
.user_center.none {
	display: block;
	background-color: #FFFFFF;
}
.user_center {
    display: none;
}

.doCard-box {
	width: 94%;
	padding-left: 0.2rem;
	/* padding-top: 0.3rem; */
	margin: 0 auto;
	display: flex;
	position: relative;
	/* padding-bottom: 0.3rem; */
	border-bottom: 1px solid #eee;
	font-size: 0.32rem;
	height: 1.32rem;
	line-height: 1.32rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	color: #494949;
}

.doCard-box>div {
	display: flex;
	align-items: center;
}

.userimg img {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	vertical-align: middle;
}

.icon-dianyuan:before {
	content: "\e502";
}

.username {
	margin-left: 0.2rem;
	color: #494949;
}

.relogin {
	font-size: 0.28rem;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;

}

.relogin .login_img {
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	background: url(../images/login_close_img.png) no-repeat;
	background-size: cover;
	margin-right: 0.2rem;

}



/* 轮播 */
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 0.1rem !important;
	height: 0.1rem !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 50%;
	background: none;
	opacity: 1;

}

.lunbo .swiper-pagination-bullet-active {
	width: 0.1rem;
	height: 0.1rem;
	background: #FFFFFF !important;
	border-radius: 50%;
}

.headline_bottom #swiper2 {
	position: relative;
	height: 4.3rem;
}

.headline_bottom .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	top: 3.9rem;
	/* left: 3.27rem; */
	background: none !important;
	opacity: 1 !important;
}

.headline_bottom .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	background: #E5E5E5;
	border-radius: 50%;
}
/* 轮播玩 */

/* 客服弹窗 */

.wrap_model#model_wrap1 {
    display: none;
    position: fixed;
    width: 7.5rem;
    height: 100%;
    z-index: 10000;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.bg_wrap {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 6rem;
    height: 6.5rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.27rem 0px rgb(135 155 169 / 25%);
    border-radius: 0.2rem;
    z-index: 100001;
    display: none;
}

.bg_wrap img {
    width: 4rem;
    /* height: 4rem; */
    margin-top: 1rem;
}

.bg_wrap p {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    font-weight: 600;
    font-family: SourceHanSansCN;
    color: #ff6700;
}

