body{
    overflow: hidden;
}
.header{
    width: 100%;
    height: 6.6667rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    box-shadow: 0 .1667rem .6667rem 0 rgba(0, 0, 0, 0.05);
}
.header .logo{
    /* width: 13.3333rem; */
    height: 4.6667rem;
    margin-left: 6.6667rem;
}
.header .menu{
    display: flex;
    color: #000;
}
.header .menu-list{
    display: none;
}
.header .menu span{
    display: block;
    margin: 1.25rem;
    font-size: 1.3333rem;
	color: #000000;
}
.header .right-h5{
    display: none;
}
.header .right-pc{
    display: flex;
    align-items: center;
    margin-right: 6.6667rem;
}
.header .right-pc .yuyue a{
	display: block;
    width: 10rem;
    height: 3.3333rem;
    background-color: #ff5000;
    font-size: 1.5rem;
    line-height: 3.3333rem;
    color: #fff;
    text-align: center;
    border-radius: 1.6667rem;
}
.header .right-pc .dian-hua{
    margin-right: 3.3333rem;
}
.header .right-pc .dian-hua img{
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;

}
.header .right-pc .dian-hua span{
    font-size: 1.1667rem;
    line-height: 1.5rem;
}
.header .right-pc .dian-hua .number{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ff5000;
}

/* banner */
.banner{
    height: 50rem;
    position: relative;
    margin-top: 6.6667rem;
    position: relative;
}
.banner .btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 1.0667rem;
    background-color: #ff5000;
}
.banner-box{
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-box .item{
    width: 100vw;
    height: 50rem;
    background-color: #242526;
    font-size: 1.3333rem;
    font-weight: bold;
    flex-shrink: 0;
    background-image: url(/shuaxine/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-box .item .item-title{
    width: 100rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.banner-box .item .item-title span{
    display: block;
    font-size: 5rem;
    font-weight: 800;
    line-height: 8rem;
    color: #fff;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flex-between{
	display: flex;
	justify-content: space-between;
}
.flex-around{
	display: flex;
	justify-content: space-around;
}
.inner{
	width: 100%;
	max-width: 88.88rem;
	margin: 0 auto;
}
.bgf{
	background: #FFFFFF;
	padding: 7.4rem 0;
}
.hualao-color{
	color: #ff5000!important;
}
.marbom60{
	margin-bottom: 4.44rem;
}
.bgg{
	background: #F0F2F4;
	padding: 7.4rem 0;
}
.main-box .main-box-content-title{
    text-align: center;
    margin: 5rem auto;
    color: #ff5000;
    /* padding: 1rem 0; */
    /* backdrop-filter: blur(.25rem); */
}
.main-box .main-box-content-title .title{
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-box .main-box-content-title .title span{
    margin: 0 1.6667rem;
}
.main-box .main-box-content-title .title img{
    width: 2.3333rem;
}
.main-box .main-box-content-title .span{
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    margin-top: 1.6667rem;
}
