@charset "UTF-8";

a,body,div,html,image,input,label,p,select,span,textarea,h5,h4,h3,h2,h1 {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-overflow-scrolling: touch
}

body,html {
	width: 100%;
	overflow-x: hidden;
	position: absolute;
	min-height: 100%
}

body {
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica;
	background-color: #fff;
	font-size: 1rem;
    opacity: 0;
    animation: page-fade-in 0.3s forwards;
}
@keyframes page-fade-in {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }
}

a,image,input,select,textarea {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-color: transparent;
	outline: 0
}


li,ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

body {
    background-color: transparent;
}
.container {
    padding: 1.5rem 1.71rem;
}
.container h3.title {
    font-size: 1.43rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #141414;
    line-height: 2rem;
    padding-bottom: 1.43rem;
}
.container h5.title {
    font-size: 1.14rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #141414;
    line-height: 1.86rem;
    padding-bottom: .57rem;
    padding-top: .57rem;
}
.container p{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.57rem;
    padding-bottom: .57rem;
    text-indent: 2em;
    word-break: break-all;
}
.container p b{
    color: #141414;
}
.container .txt{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.57rem;
    padding-bottom: .57rem;
}
.container .txt.space{
    padding-bottom: 1.43rem;
}
.container .noindent{
    text-indent: 0;
}
.none {
    display: none;
}
.link{
    color: #D0021B;
}
.signature{
    text-align: right;
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.57rem;
    padding-top: .86rem;
}
.list{
    padding-left: 2.14rem;
}
.list li{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.57rem;
    padding-bottom: .57rem;
}
.list li h5{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.57rem;
}

.container.ipad{
    padding: 30px;
}
.container.ipad .title{
    font-size:16px;
    color: #999;
    line-height:26px;
}
.container.ipad p, .container.ipad p b, .container.ipad .list li, .container.ipad .list li h5{
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.container.ipad .txt{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 8px;
}
.container.ipad .txt.space{
    padding-bottom: 20px;
}

/* 车机 */
html.car, .car body{
    width: 100%;
    overflow-x: hidden;
    position: static;
    height: 100%;
}
.container.car{
    background: #222222;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.container.car h3.title{
    font-size: 28px;
    font-family: PingFangHK-Semibold, PingFangHK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 44px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.container.car h3.title .back{
    content: '';
    display: block;
    background: url(https://pic4.huanxi.com/8a9c4f347dfb454a017e719b09b9077a.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    left: 30px;
    top: 24px;
    position: absolute;
}
.container.car .wrap{
    padding: 20px 30px 0;
    overflow: auto;
    height: 85%;
}
.container.car .wrap *{
    color: #FFFFFF;
    font-size: 24px;
}
.container.car .wrap h5{
    font-size: 28px;
    line-height: 50px;
}
.container.car h5.title{
    margin:0;
    padding: 0;
    font-size: 20px;
    font-family: MYingHei_18030-Heavy, MYingHei_18030;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 34px;
    padding-bottom: 10px;
}
.container.car .txt{
    font-size: 20px;
    font-family: MYingHei_18030-Medium, MYingHei_18030;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    padding-bottom: 10px;
}
.container.car .wrap p{
    font-size: 20px;
    font-family: MYingHei_18030-Medium, MYingHei_18030;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    padding-bottom: 8px;
    text-indent: 0;
}
.container.car .wrap .company{
    font-size: 20px;
    font-family: MYingHei_18030-Medium, MYingHei_18030;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
}
.container.car .wrap .signature > span{
    text-align: right;
    padding-top: 30px;
    padding-bottom: 40px;
}
