@charset "utf-8";
@import url("reset.css")/*tpa=https://33cp88.cc/css/reset.css*/;
.desktop .mobileW{display: none;}
.mobile .desktopW{display: none;}
html,body{height: 100%;overflow: hidden;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.wrapper{border-top:8px solid #e94335; position: relative;display: table;table-layout: fixed;width: 100%;height: 100%;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.layout{display: table-cell;vertical-align: middle;width: 100%;height: 100%;}
.main{width: 1000px;margin: 0 auto;}
.content{display:-webkit-flex;display: flex;}
.desktopW .phone{width: 46%;}
.desktopW .info{width: 40%;margin-top: 0px; margin-left: 55px;}
.desktopW .logo{padding: 60px 0 10px 0; text-align: left;}
.desktopW .logo img{width: 97%;}
.desktopW .down{width: 100%;}
.desktopW .down a{display: block;width: 95%;height: 60px;line-height: 60px;margin: 20px 0;font-size: 24px;border-radius: 50px;}
.desktopW .down span{display:inline-block;height: 100%;padding-left: 40px;background-position: left center;background-repeat:no-repeat;}
.desktopW .down .ios{color: #e65f5b;border:3px solid #e65f5b;}
.desktopW .down .ios span{background-image: url("../images/iosm.png")/*tpa=https://33cp88.cc/images/iosm.png*/;}
.desktopW .down .android{color: #07b554;border: 3px solid #07b554;}
.desktopW .down .android span{background-image: url("../images/androidm.png")/*tpa=https://33cp88.cc/images/androidm.png*/;}
.desktopW .footer{position: absolute;left: 0;bottom: 70px;width: 100%;text-align: center;font-size: 30px;line-height: 1em;color: #bdbcbd;}
.desktopW .footer span{color: #fc5f4e;cursor:auto;}
@media screen and (max-height: 690px) {
	.desktopW .footer{bottom: 5px;}
}
@media screen and (max-height: 600px) {
	.desktopW .footer{display: none;}
}

.container{width: 80%;margin: 0 auto;}
.container .logo,.container .phone,.container .down{width: 70%;margin: 1rem auto;}
.container .down a{display: block;width: 100%;margin: .6rem 0;}
.container .footer{line-height: 1rem;color: #bdbcbd;font-size: 1rem;}
.container .footer span{color: #fc5f4e;cursor:auto;}
