html, body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

h1 {
	font-size: 38px;
	font-weight: normal;
	line-height: 90px;
}

p {
	font-size: 22px;
}

.hilight {
	color: #ff9501;
}

.text-small {
	font-size: 16px;
	line-height: 24px;
}


.container {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
	/*background-image: url(http://qzjk.cn/upload/logoJK/pkbg.jpg);*/
	background-image: url(https://gxjinhuiauto.com/upload/websiteImg/pkbg.jpg);
	text-align: center;
}

.pc-box {
	/*color: #fff;*/
	/*margin: 0 auto;*/
	/*padding-top: 50px;*/   
	position: absolute;
    width: 100%;
    bottom: 20px; /* div 位于容器底部 */
    text-align: center;
}

/*　a.redlink a:link,*/
/*a.redlink a:visited {*/
/*color:#white;*/
/*text-decoration:none;*/
/*}*/

.mobile-box {
	width: 100%;
	height: 100%;
}

.mobile-box h1 {
	font-size: 37px;
}

.mobile-box p {
	font-size: 18px;
}

.mobile-box .small-text {
	margin-top: 14px;
	font-size: 14px;
}

.mobile-box .flex1 .text {
	width: 310px;
	margin: 50px auto 0 auto;
	text-align: left;
	padding-left: 15px;
}

.pc-box .qrcode {
	margin: 20px 0;
}

.show-small {
	display: none;
}

@media screen and (max-width: 1024px) {
	.hide-small {
		display: none !important;
	}
	.show-small {
		display: block !important;
	}
}

.box {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.box-column {
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex1 {
    flex: 1;
    -webkit-flex: 1;
    position: relative;
}

.vertical-center {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.vertical-bottom {
	position: absolute;
	left: 50%;
	bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
