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

* {
	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: #398dff;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}


.container {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	filter: grayscale(10%);
	position: relative;
    padding-top: 5px;
    overflow: hidden;
}

.container .ads-box iframe {
    width: 100%;
    height: 100%;
}

/* pc start */
@media screen and (min-width: 751px) {

.container {
	/*background-image: url(http://parking.taoming.com/ads/static/images/tejia/bg.jpg);*/
    background-image: url(http://parking.taoming.com/ads/static/images/aidao/pc.jpg);
}

.pc {
    width: 1200px;
    text-align: center;
    margin: 180px auto 0px auto;
}

.pc .logo {
    width: 368px;
    height: 140px;
    margin: 0 auto 0 auto;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/logo.png);
}

.pc .itemlist {
    width: 1054px;
    height: 300px;
    margin: 70px auto 0 auto;
}

.pc .itemlist:after {
    clear: both;
}

.pc .itemlist .item {
    width: 250px;
    height: 250px;
    margin-right: 18px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pc .itemlist .item.pic1 {
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/item1.png);
}

.pc .itemlist .item.pic2 {
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/item2.png);
}

.pc .itemlist .item.pic3 {
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/item3.png);
}

.pc .itemlist .item.pic4 {
    margin-right: 0 !important;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/item4.png);
}

.pc .msg {
    font-size: 18px;
    font-weight: bold;
}

.pc .info {
    margin-top: 60px;
    clear: both;
    width: 400px;
    margin: 10px auto 0 auto;
}

.pc .info .qrcode {
    width: 150px;
    height: 150px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/qrcode.png);
}

.pc .info .tips {
    margin-left: 20px;
}

.pc .info .tips .tipbox {
    width: 150px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    color: #fff;
    padding-left: 60px;
    line-height: 60px;
    font-size: 18px;
    background-position: 10px center;
    margin: 10px 10px 10px 10px;
}

.pc .info .tips .tipbox.ios {
    background-repeat: no-repeat;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/ios.png);
}

.pc .info .tips .tipbox.android {
    background-repeat: no-repeat;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/android.png);
}

.hide-large {
    display: none !important;
}


}
/* pc end */

/* mobile start */
@media screen and (max-width: 750px) {

.container {
	/*background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_bg.jpg);*/
    background-image: url(http://parking.taoming.com/ads/static/images/aidao/mobile.jpg);
}

.mobile {
    margin-top: 3%;
}

.mobile .logo {
    width: 220px;
    height: 100px;
    margin: 60px auto 20px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_logo.png);
}

.mobile .itemlist {
    width: 250px;
    height: 120px;
    margin: 10px auto 0 auto;
}

.mobile .itemlist:after {
    clear: both;
}

.mobile .itemlist .item {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.mobile .itemlist .item.pic1 {
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_item1.png);
}

.mobile .itemlist .item.pic2 {
    margin: 0 !important;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_item2.png);
}

.mobile .itemlist .item.pic3 {
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_item3.png);
}

.mobile .itemlist .item.pic4 {
    margin: 0 !important;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/mobile_item4.png);
}

.mobile .qrcode {
    width: 120px;
    height: 120px;
    margin: 15px auto 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(http://parking.taoming.com/ads/static/images/tejia/qrcode.png);
}

.mobile .download-button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: rgb(197, 28, 21);
    border-radius: 25px;
}

.hide-small {
    display: none !important;
}

.show-small {
    display: block !important;
}

}
/* mobile end */


/* tiny start */
@media screen and (max-width: 330px){
	.small-box{padding-top :70px;}
}
/* tiny end */

.container .contact{
	color: #FFF;
    top: 0;
    position: absolute;
    width:  100%;
    height:  30px;
    line-height:  30px;
    background-color: rgba(0,0,0,.3);
    text-align:  center;
    font-size: 13px;	
}

.container .contact a {
	color:  #FFF;
	text-decoration: underline;
}

.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);
}

.shop-ads {
	position: absolute;
	right: 45px;
	bottom: 45px;

}
