@charset "utf-8";
/* CSS Document */

.appmain{padding-top:160px; min-height:720px;}
.appleft{width:440px; height:800px; float:left; margin-left:40px;}
.appright{width:420px; min-height:600px; height:auto; float:left; margin:80px 0 0 180px;}
.app_title{color:#232828; text-align:center;}
.app_title h2{height:90px; font-size:60px; font-weight:lighter;}
.app_title p{font-size:16px; line-height:35px; color:#666;}
.app_code{width:335px; height:auto; min-height:0; margin:24px auto 16px auto; text-align:center;}
.app_code img{max-width:160px; height:auto;}
.app_downloads{
  width:100%;
  max-width:360px;
  margin:0 auto 36px auto;
  text-align:center;
  clear:both;
}
.app-dl-btn{
  display:inline-block;
  width:160px;
  height:56px;
  margin:0 8px 14px;
  padding:0 12px;
  box-sizing:border-box;
  vertical-align:middle;
  background:#111;
  border:1px solid #111;
  border-radius:12px;
  color:#fff !important;
  text-decoration:none !important;
  line-height:54px;
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(0,0,0,0.18);
}
.app-dl-btn:hover{
  background:#2a2a2a;
  color:#fff !important;
}
.app-dl-google{background:#01875f; border-color:#01875f;}
.app-dl-google:hover{background:#016b4c;}
.app-dl-ios{background:#000; border-color:#000;}
.app-dl-btn img{
  width:28px;
  height:28px;
  vertical-align:middle;
  margin-right:8px;
  margin-top:-3px;
  /* 源图标为白色透明 PNG，需落在深色按钮上，勿加白底 */
  background:transparent;
}
.app-dl-btn span{vertical-align:middle; color:#fff;}
.app_text{width:335px; margin:auto; color:#4d4d4d;}
.app_text p{width:335px; text-align:center; margin-bottom:5px;}
.app_ico{width:335px; margin:40px auto 0 auto;}

@media (max-width:1260px){
.appmain{padding-top:100px;}
.appleft{width:400px; height:750px; margin:40px 0 0 0;}
.appright{margin:60px 0 0 80px;}
}
