.wrap .header-box{
	height: 60px;
}
.header{
	width: 100%;
	height: 90px;
	font-size: 0;
	box-sizing: border-box;
	position: relative;
}

.header .header-nav{
	width: 1358px;
	height: 60px;
	left:274px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-nav .header-nav-wrap{
	width: auto;
	height: 60px;
	line-height: 60px;
	display: flex;
	flex-direction: row;
	
}
.header-nav-wrap .logo{
	width: 60px;
	height: 60px;
	margin-right: 36px;
	font-size: 0;
}
.header-nav-wrap .logo img{
	width: 60px;
	height: 60px;
}
.header-nav .header-nav-item-wrap{
	width: auto;
	height: 60px;
	display: flex;
	flex-direction: row;
}
.header-nav-item-wrap .header-nav-item{
	height: 60px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	margin-right: 36px;
}
.header-nav-item-wrap .header-nav-item-active{
	font-weight: 600;
}
.header-nav .login-wrap{
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: right;
}
.login-wrap .register{
	width: 104px;
	height: 42px;
	border-radius: 6px;
	border: 1px solid #333333;
	box-sizing: border-box;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	margin: 9px 0;
}
.login-wrap .login{
	width: 72px;
	height: 42px;
	background: #F72D0D;
	border-radius: 6px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #ECECEC;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin: 9px 20px;
}
.login-wrap .phone{
	width: 100px;
	height: 60px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	text-align: left;
	font-style: normal;
}


.content{
    width: 100%;
}
.content .content-bg{
    width: 100%;
    height: 400px;
    font-size: 0;
}
.content .content-bg img{
    width: 100%;
    height: 400px;
}
.concatc-wrap{
    width: 100%;
    height: 508px;
    background-color: #FFFFFF;
}
.concatc-wrap-title{
    width: 100%;
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 30px;
    color: #252525;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 70px;
    margin-bottom: 60px;
}
.concatc-box{
    width: 1246px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.concatc-item{
    width: 600px;
    height: 193px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(26,66,103,0.12);
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 52px;
    display: flex;
    flex-direction: row;
}
.concatc-item-icon{
    width: 88px;
    height: 88px;
    background: #0D6AF7;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    margin-right: 40px;
}
.concatc-item-icon img{
    width: 88px;
    height: 88px;
}
.concatc-item-detail{
    width: 222px;
}
.concatc-item-detail-title{
    width: 222px;
    height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.concatc-item-detail-text{
    margin-top: 10px;
    width: 222px;
    height: 48px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #525B6D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.concatc-item-detail-phone{
    margin-top: 18px;
    width: 238px;
    height: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #0D6AF7;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.wrap{
    width: 1246px;
}
.wrap-footer .wrap-footer-product{
    width: 1246px;
}

.footer{
	width: 1905px;
	height: 185px;
	background: #000000;
	box-sizing: border-box;
	padding: 10px 360px 0 360px;
}
.footer .footer-nav{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .footer-nav .footer-nav-left{
	width: 432px;
	display: flex;
	flex-direction: row;
	
}
.footer .footer-nav .footer-nav-left .nav-wrap{
	width: 132px;
	color: #FFFFFF;
}
.footer .footer-nav .footer-nav-left .nav-wrap .nav-wrap-title{
	width: 100%;
	height: 16px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
}
.footer .footer-nav .footer-nav-left .nav-wrap .nav-wrap-item{
	width: 100%;
	height: 12px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
}
.footer .footer-nav .footer-nav-right{
	width: auto;
	display: flex;
	flex-direction: row;
}
.right-wrap{
	width: auto;
}
.right-wrap-title{
	width: 96px;
	height: 16px;
	font-family: AppleSystemUIFont;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	font-style: normal;
}
.right-wrap-first{
	width: 272px;
}
.right-wrap-second{
	width: 196px;
}
.right-wrap-first .right-wrap-title{
	margin-bottom: 20px;
}
.right-wrap-first .qrcode-wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	
}
.right-wrap-first .qrcode-wrap .qrcode-item{
	width: 96px;
	height: 96px;
	margin-right: 20px;
}
.right-wrap-first .qrcode-wrap .qrcode-item img{
	width: 96px;
	height: 96px;
}
.right-wrap-third .right-wrap-title{
	width: 95px;
	height: 16px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	margin-bottom: 28px;
}
.right-wrap-third .right-wrap-item{
	width: 100%;
	display: flex;
	flex-direction: row;
	font-size: 0;
	margin-bottom: 15px;
}
.right-wrap-third .right-wrap-item img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	font-size: 0;
}
.right-wrap-third .right-wrap-item .app-download{
	width: 100%;
	height: 15px;
	font-family: AppleSystemUIFont;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	text-align: left;
	font-style: normal;
	margin-top: 2px;
}
.footer-copyright{
	width: 100%;
	text-align: center;
	margin-top: 28px;
	height: 40px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 300;
	font-size: 12px;
	color: #A9A9A9;
	line-height: 20px;
	font-style: normal;
	text-transform: none;
}