html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s,input{
    margin:0;
    padding:0;
    border:0;
}

input{
    　　-webkit-appearance:none;
}
html,body{
    -webkit-overflow-scrolling: touch;
}

html{
    font-size: calc(100vw / 3.75);
}
ul,ol{list-style:none}
a img{border:none;}

a{
    text-decoration: none;
}


/**字体加载**/
@font-face {
    font-family: 'SYSTHT';/*思源宋体CN*/
    src:url('../font/SourceHanSans-Heavy.ttc');
}

.nav{
    z-index: 300;

    width: 100%;
    height:0.5rem;
    overflow: hidden;
 /*   background-image: linear-gradient(
            180deg
            ,#1b1b1b,rgba(27,27,27,0)); */
			background-color: #fff;
}

.nav-log{
    width:0.6rem;
    height: auto;
    margin-left: 0.1rem;
    /* margin-top: 0.2rem; */
    float: left;
}

.gs-wrapper{
	z-index: 400;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.gs{
	position: absolute;
	width: 3.5rem;
	height: auto;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.gs-closed{
	position: absolute;
	top: .1rem;
	right: .2rem;
	font-size: .13rem;
	user-select: none;
	cursor: pointer;
	
}

.gs>img{
	width: 100%;
	height: auto;
	display: block;
}

.nav-log2{
    width:1.1rem;
    height: auto;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
    float: left;
}
.nav-log2>img{
    width: 100%;
    height: auto;
    display: block;
}

.nav-btn{
    width:0.24rem;
    height:auto;
    float: right;
    margin-right:0.1rem;
    margin-top:0.18rem;
}

.nav-log>img,.nav-btn>img{
    width: 100%;
    height: auto;
    display: block;
}

.nav-list-box{
    z-index: 400;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.86rem;
    height: auto;
    background: url("../images/nav-d.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.nav-list-btn{
    position: absolute;
    top: 0.18rem;
    right: 0.1rem;
    width:0.16rem;
    height:auto;
}

.nav-list-btn>img{
    width: 100%;
    height: auto;
    display: block;
}

.nav-box{
    z-index: 400;
    position: relative;
    width:0.73rem;
    height:2.5rem;
    margin:1.29rem auto 0;
}

.nav-box  a.nav-box-up{
    display: block;
    font-size:0.16rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0.6rem;
}
.nav-box  a.nav-box-up:last-child{
    margin-bottom: 0;
}


.nav-list-close{
    position: absolute;
    bottom:0.75rem;
    left:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    width:0.27rem;
    height:0.27rem;
}

.nav-list-close>img{
    width: 100%;
    height: auto;
    display: block;
}

/*首屏*/
.Home-Screen{
    width: 100%;
    height: auto;
    position: relative;
}

.Home-Screen>img{
    width: 100%;
    height: auto;
    display: block;
}

.Home-Screen-title{
    position: absolute;
    top:0.76rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    font-size: 0.2rem;
    color:#fff;
    font-family: "SYSTHT";
}

.Home-Screen-content{
    position: absolute;
    top:1.1rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    width:0.98rem;
    height: auto;
}

.Home-Screen-play{
    position: absolute;
    bottom:0.39rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    width:0.5rem;
    height:0.5rem;
}

.Home-Screen-write{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    bottom: 0;
    width: 3.55rem;
    height:0.18rem;
    background: #fff;
}

.Home-Screen-content>img,.Home-Screen-play>img{
    width: 100%;
    height: auto;
    display: block;
}

.brand-Introduction{
    width: 100%;
    height:auto;
    position: relative;
    background: #FBFBFB;
    padding: 10vw 0;
}

.brand-Introduction-title{
    margin: auto;
    box-sizing: border-box;
    padding: 0 0.2rem;
    width: 100%;
    height: auto;
    transform: scale(0.9);
}

.brand-Introduction-title>img{
    width: 100%;
    height: auto;
    display: block;
}

.brand-Introduction-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.12rem;
    text-align: center;
    line-height: 1.8;
    color: #3e3a39;
    margin-top: 6vw;
    transform: scale(0.9);
}

.Home-Screen-cp-write{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    top: 0;
    width: 3.55rem;
    height:0.18rem;
    background: #fff;
}


.product-scriptures{
    width: 94%;
    height: auto;
    margin:0.2rem auto 0;
}

.product-scriptures-box{
    width: 100%;
    height: auto;
    padding: 4vw 0;
}

.product-scriptures-img{
    width:100%;
    height:auto;
}

.product-scriptures-img>img{
    width:100%;
    height:auto;
    display: block;
}

.product-scriptures-title{
    font-size: 4vw;
    font-weight: 700;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
    margin-top:0.2rem;
    transform: scale(0.9);
}

.product-scriptures-content{
    box-sizing: border-box;
    padding: 0 0.4rem;
    font-size: 0.12rem;
    font-weight: lighter;
    color: #3e3a39;
    margin-top: 1vw;
    letter-spacing: 0.2vw;
    text-align: center;
    transform: scale(0.9);
}


.celebrity{
    margin-top: 4vw;
    width: 100%;
    height: auto;
    padding-bottom: 11vw;
}

.celebrity-box{
    height: auto;
    width: 74.7vw;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 6px 24.57px 2.43px rgba(56, 63, 118, 0.1);
    padding-bottom: 0.2rem;
}

.celebrity-list{
    width: 0.5rem;
    height: 1.1vw;
    margin:0.26rem auto 0;
    display: flex;
}

.celebrity-list-active{
    display: block;
    margin: 0 1.6vw;
    width: 1.1vw;
    height: 1.1vw;
    background-color: #fdda4c;
}

.celebrity-list-item{
    display: block;
    margin: 0 1.6vw;
    width: 1.1vw;
    height: 1.1vw;
    background-color: #efefef;
}

.celebrity-img{
    width: 100%;
    height: auto;
}

.celebrity-img>img{
    width: 100%;
    height: auto;
    display: block;
}

.celebrity-title{
    font-weight: 500;
    font-size: 3.2vw;
    letter-spacing: .2vw;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
    padding-top: 5vw;
}

.celebrity-content{
    box-sizing: border-box;
    padding: 0 0.04rem;
    font-size: 0.12rem;
    line-height: 4.8vw;
    color: #b1b1b1;
    margin-top: 1.3vw;
    text-align: center;
}

.celebrity-bottom-box{
    width: 3rem;
    height: auto;
    margin: auto;
    padding-top:5vw;
}

.celebrity-bottom-title{
    font-size: 4vw;
    font-weight: 700;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
}

.celebrity-bottom-max-con{
    font-size: 3.2vw;
    letter-spacing: .2vw;
    font-weight: lighter;
    margin-top: 1.2vw;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
}

.celebrity-bottom-min-con{
    font-size: 2.7vw;
    color: #b1b1b1;
    margin-top: 1.6vw;
    text-align: center;
}


.store-box{
    width: 100%;
    height: auto;
    background: #F9F9F9;
    padding: 14vw 0;
}

.store-title{
    box-sizing: border-box;
    padding: 0 0.2rem;
    width:100%;
    height: auto;
    margin: auto;
}

.store-title>img{
    width: 100%;
    height: auto;
    display: block;
}

.store-mat{
    width:96%;
    height: auto;
    margin: auto;
}

.store-mat>img{
    width: 100%;
    height: auto;
    display: block;
}

.store-con{
    width:80%;
    height: auto;
    margin:0.2rem auto 0;
    transform: scale(0.8);
}

.store-con>img{
    width: 100%;
    height: auto;
    display: block;
}

/*门店风采*/


.join-us{
    width:100%;
    height:auto;
    padding: 13vw 0;
    overflow: hidden;
}

.join-us-title{
    box-sizing: border-box;
    padding: 0 0.2rem;
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale(0.8);
}

.join-us-title>img{
    width: 100%;
    height: auto;
    display: block;
}


.join-us-box{
    width: 100%;
    height: auto;
    margin:.3rem auto 0;
}

.join-us-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-bottom: 10vw;
    justify-content:space-between;
}



.join-us-list-box{
    flex: 1;
    height: auto;
    overflow: hidden;
    float: left;
}


.join-us-list-img{
    width: 7.2vw;
    height: auto;
    display: block;
    margin: auto;
}

.join-us-list-img>img{
    width: 100%;
    height: auto;
    display: block;
}

.join-us-list-title{
    font-size: 3.5vw;
    line-height: 1.2;
    letter-spacing: .2vw;
    margin-top: 2vw;
    text-align: center;
    font-weight: 700;
    color: #3e3a39;
    transform: scale(0.9);
}

.join-us-list-content{
    line-height: 4.3vw;
    width: 100%;
    margin: 2vw auto 0;
    text-align: center;
    font-size: 0.12rem;
    color: #3e3a39;
    box-sizing: border-box;
    padding: 0 0.1rem;
    transform: scale(0.9);
}

.footer{
    width: 100%;
    height: 1.9rem;
    background: #313674;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #2C3179;
}

.shop-list-box{
    position: absolute;
    bottom: 0.22rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%) ;
    -o-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    width:1rem;
    height:0.14rem;
    display: flex;
}

.shop-list-active{
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background:#a4c4ea;
    margin-right: 0.14rem;
}

.shop-list{
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background:#7d7d7d;
    margin-right: 0.14rem;
}

.shop-list:last-child{
    margin-right: 0;
}

.shop-list-active:last-child{
    margin-right: 0;
}

.store{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.store>img{
    width: 100%;
    height: auto;
    display: block;
}

.store-active{
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color:#A4C4EA;
    margin: 0 0.05rem;
}

.storeList{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0.1rem;
    width:0.7rem;
    height: 0.08rem;
    display: flex;
}

.store-span{
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    margin: 0 0.05rem;
}



.banner-video_video{
    z-index: 800;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    cursor: pointer;
}
.Home-Screen>video{
    width: 100%;
    height: auto;
}
.HomeScreenList{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: 0.08rem;
    width:0.4rem;
    height:0.09rem;
    display: flex;
}

.HomeScreen-active{
    display: block;
    height:0.09rem;
    width: 0.09rem;
    border-radius: 50%;
    background-color:#A4C4EA;
    margin: 0 0.04rem;
}


.HomeScreen-span{
    display: block;
    height:0.09rem;
    width: 0.09rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    margin: 0 0.04rem;
}


.footer-top{
    width:2.2rem;
    height:0.48rem;
    margin:0.21rem auto 0;
    display: flex;
}

.footer-phone{
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    margin-top:0.12rem;
    transform: scale(0.9);
}

.footer-phone-span{
    font-weight: 700;
    font-size: 0.18rem;
}

.footer-about{
    font-size: 0.12rem;
    text-align: center;
    margin-top: 0.08rem;
    font-family: "SYSTHT";
    color: #909097;
}

.footer-zh{
    width:1rem;
    height: auto;
}

.footer-zh>img{
    width: 100%;
    height: auto;
    display: block;
}

.mr24{
    margin-right: 0.24rem;
}

#navBoxContent{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
            180deg
            ,#1b1b1b,rgba(27,27,27,0));
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.nanClosed{
    z-index: 900;
    position: absolute;
    top: 0.04rem;
    right: 0.03rem;
    width:0.5rem;
    height:auto;
}

.nanClosed>img{
    width: 100%;
    height: auto;
    display: block;
}
.navBoxContent-box{
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}

.navBoxContent-box>a{
    color: #fff;
    font-size: 0.14rem;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.01rem;
    margin: 0.06rem;
}

.top{
    display: block;
    position: fixed;
    bottom: 0.5rem;
    right: 0.07rem;
    width:0.6rem;
    height:auto;
}

.top>img{
    width: 100%;
    height: auto;
    display: block;
}

.luYan{
    padding: 3vw 0 11vw;
    width: 100%;
    height: auto;
    background: #383F76;
}

.luYan-top{
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
}

.luYan-phone{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    transform: scale(0.9);
}

.luYan-max-con{
    text-align: center;
    color: #fff;
    margin-top: 0.06rem;
    font-size: 0.16rem;
    transform: scale(0.9);
}

.luYan-min-con{
    text-align: center;
    color: #fff;
    margin-top: 0.06rem;
    font-size: 0.13rem;
    transform: scale(0.9);
}

.LuYan-box{
    width: 90%;
    height: auto;
    margin: auto;
}

.LuYan-content{
    width:90%;
    height:0.3rem;
    margin:0 auto 0.2rem;
    border: 0.01rem solid #fff;
    background: transparent;
    display: flex;
}

.LuYan-contentImg>img{
    width: 100%;
    height: auto;
    display: block;
}

.LuYan-contentImg{
    box-sizing: border-box;
    padding: 0.04rem;
    width: 0.3rem;
    height: 0.3rem;
    border-right: 0.01rem solid #fff;
    transform: scale(0.9);
}

.LuYan-title{
    padding: 0  0.07rem;
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #fff;
    transform: scale(0.9);
}

.clInput{
    flex: 1;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0 0.03rem;
    color: #fff;
}


.LuYan-content-btn{
    box-sizing: border-box;
    width: 1.2rem;
    height: 0.3rem;
    margin:0.4rem auto 0;
    border: 0.01rem solid #fff;
    display: block;
    background: transparent;
    color: #fff;
    font-size: 0.14rem;
    text-indent: 0.06rem;
    letter-spacing: 0.06rem;
    text-align: center;
    line-height:0.28rem;
    font-weight: bold;
}

.clInput::-webkit-input-placeholder {
    color: #949393;
    font-size: 0.13rem;

}

/* Firefox 4-18 */
.clInput:-moz-placeholder {
    color: #949393;
    font-size: 0.13rem;
}

/* Firefox 19-50 */
.clInput::-moz-placeholder {
    color: #949393;
    font-size: 0.13rem;
}

.queue-up{
	width: 100%;
	height: auto;
}

.queue-up>img,.new-product>img{
	width: 100%;
	height: auto;
	display: block;
}

.new-product{
	width: 96%;
	margin: auto;
}

#productDisplayContentTitle{
	font-size: .15rem;
	text-align: center;
	padding: .1rem;
}

#productDisplayContentAbout{
	font-size: .13rem;
	text-align: center;
	padding-bottom: .3rem;
	color: #b1b1b1;
	letter-spacing: 1px;
}