/*公共部分*/
div,input{
	box-sizing: border-box;
}
input{
	border: none;
}

*{
	margin: 0;
	padding: 0;
	font-size: initial;
	font-family: PingFangSC-Thin, sans-serif;
	font-weight: normal;
}
a,a:active,a:link{
 text-decoration: none;	
}
.flexCol{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.flexRow{
	display: flex;
	align-content: center;
	justify-content: center;
}
input::-webkit-input-placeholder { color:#919599; font-size: 0.6rem;line-height: 1.2rem; }
input::-moz-placeholder { color:#919599;font-size: 0.6rem;line-height: 1.2rem; }


/*内容开始*/
[v-cloak]{
	display: none;
}
.headerImg{
	position: relative;
}
.headerImg>img,.headerImg{
	width: 7.5rem;
	height: 4.24rem;
}
.imgCover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3a3a3a;
	opacity: 0.6;
}
.headerTxt{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.headerTxt span{
	color: #ffffff;
}
.headerTxt span:first-of-type{
	font-size: 0.8rem;
}
.headerTxt span:last-of-type{
	font-size: 0.4rem;
	text-align: center;
	margin-top: 0.15rem;
	color: rgba(255,255,255,0.8);
}
.headerUl{
	margin: 0.36rem 0 0;
	border-bottom: 0.02rem solid #ECEDEF;
	padding-bottom: 0.24rem;
}
.headerUl li{
	width: 25%;
	text-align: center;
}
.headerUl li span{
	color: #353C49
}
.headerUl li span:first-of-type{
	font-size: 0.3rem;
}
.headerUl li span:last-of-type{
	font-size: 0.16rem;
	margin-top: 0.06rem;
}
.content{
	text-align: center;
	margin-bottom: 1rem;
}
.content p{
	color: #353C49;
	font-size: 0.36rem;
}
.content .txt{
	color: #919599;
}
.content .title{
	margin: 0.48rem 0 0;
}
.content .title1{
	margin: 0.6rem 0 0.26rem;
}
.content .title .line{
	width: 1.12rem;
	height: 0.02rem;
	background: #E5E6EC;
	display: block;
	margin: 0.14rem auto 0.2rem;
}
.content .txt{
	font-size: 0.26rem;
	margin: 0 0.4rem;
	line-height: 0.46rem;
    text-indent: 2em;
    text-align: justify;
}
.content .txt11{
	margin-top: 0.4rem;
}
.content .txt2{
	font-size: 0.26rem;
    color: rgba(0,0,0,.6);
    margin: 0 0.3rem;
}
.content .tit{
	/*margin-bottom: 1rem;*/
	font-size: 0.3rem;
}
.content .tit1{
	margin-bottom: 0.66rem;
}
.content img{
	width: 7.1rem;
	height: 4.4rem;
	margin: 0.6rem 0 0.3rem;
}
/*品牌历程*/
.course{
	margin: 0 0.24rem;
}
.course .courseCont{
	position: relative;
	height: 2.28rem;
}
.course .courseCont .left1{
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	border:1px solid #353C49;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.68rem;
	margin: 0 auto;
}
.left2 {
	width: 0.04rem;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.left2 i{
	display: inline-block;
}
.left2I1{
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #353C49;
	position: absolute;
	top: 0.46rem;
	left: -0.06rem;
}
.left2I2{
	width: 0.04rem;
	height: 100%;
	background: #353C49;
	/*transform:rotate(90deg);
	-webkit-transform:rotate(90deg);*/
}
.course .courseRight{
	position: absolute;
	width: 100%;
	top: 0.7rem;
	height: 1.9rem;
}
.course .courseCont:nth-of-type(12) .courseRight{
	height: 2.6rem;
}
.course .courseCont:nth-of-type(12){
	height: 3.3rem !important;
}

.course .rightP{
	top: 0.35rem;
	right: 0;
	width: 3.2rem;
	/*height: 100%;*/
	position: absolute;
}
.courseCont1 .rightP{
	left: 0;
}
.courseCont .rightP1,.courseCont .rightP2{
	text-align: left;
}
.courseCont:nth-of-type(2n) .rightP1,.courseCont:nth-of-type(2n) .rightP2{
	text-align: right;
}

.course .courseRight p{
	font-size: 0.24rem;
}
.course .courseRight .rightP1{
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
}
.course .courseRight .rightP2{
	color: #919599;
}
.courseCont2 .courseRight{
	height: 2.5rem;
}

footer{
	width: 100%;
	height: 2.78rem;
	background: #24354F;
}
footer p{
	font-size: 0.26rem;
	text-align: center;
}
footer p:first-of-type{
	color: #F4F3F6;
}
footer p:last-of-type{
	color: #FFFFFF;
	margin-top: 0.82rem;
}
footer p span{
	display: inline-block;
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 0.08rem 0.05rem;
}



/*弹窗*/
.defineCover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 10;
}
.coverImg{
	width: 6.76rem;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

