* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-user-select: text;
}
*, :after, :before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body,h1,h2,p,span,a,div,ol,ul,li,table,tbody,tfoot,thead,tr,th,td,canvas{margin:0;padding:0}
body{font-family: \5FAE\8F6F\96C5\9ED1,"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:100%;width: 640px;
    -webkit-transition: opacity 500ms ease-in;margin: 0 auto;}
.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both;}
img{max-width:100%;}
.hide{display:none;}
a{text-decoration: none;}
.row:before, .row:after {
    content: " ";
    display: table;
}

.warp{background: url("../images/header-bg.png?v=20140303") repeat-x scroll 0 0;}
.navbar{
    width: 640px;
    height: 460px;
    margin: 0 auto;
    overflow-x: hidden;
    background: url("../images/top-bg.png?v=20140303") no-repeat;
}
.navbar p{width: 640px;margin: 0 auto;padding-top: 25px;}
.navbar .logo{background: url("../images/mobile-logo.png?v=20140303") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 38px;
    width: 176px;
    margin-left: 30px;
}
.container{
    background: url("../images/container-bg.png?v=20140303") repeat-x scroll 0 0;
    margin-top: -16px;
    padding-top:16px;
}
.container .content, .container .footer {
    padding: 0 30px;
	margin: 0 auto;
}
.container .content{
    padding-bottom:30px;
}
.row {
    padding-top: 30px;
}
.row .title{
    background: url("../images/title-heart.png?v=20140303") no-repeat scroll 0 0;
    color:#ff87a4;
    font-size: 30px;
    line-height: 32px;
    padding-left: 45px;
}
.row .divider{
    background-color: #E5E5E5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.box{
    margin: 24px 0;
}
.box .icon{ 
    float:left;
    height: 100px;
    width: 100px;
    background: url("../images/app-icon.png?v=20140303") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box .icon-sns{
    background: url("../images/app-icon.png?v=20140303") no-repeat scroll 0 -100px rgba(0, 0, 0, 0);
}
.box .index{
    float:left;
    height: 100px;
    width: 290px;
    margin: 10px 0 0 25px;
}
.box .index p{
    font-size: 22px;
    color:#929292;	
}
.box .index .app-name{
    margin: 0;	
    font-size: 28px;
    color:#ff87a4;	
}
.box .download{ 
    float:right;
    line-height: 100px;
}
.btn{
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-lg {
    border-radius: 6px;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    width: 120px;
}
.btn-download {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-primary {
    background-color: #4ca2d9;
    border-color: #4ca2d9;
    color: #fff;
}

.container .footer{
    background: url("../images/footer-bg.png?v=20140303") no-repeat scroll 0 0;
    text-align: center;
    padding: 45px 30px 60px;
}
.container .footer p{
    color:#ff87a4;
    font-size: 22px;
}
.container .footer .copy{
    color:#d2d2d2;
    font-size: 22px;
    margin-top: 30px;
}

.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: auto;
    background: #000;
    opacity: 0.8;
    width: 100%;
}
.weixin-modal {
    width: 90%;
    border-radius: 8px;
    background: #fff;
    padding: 10% 5% 5% 5%;
    position: absolute;
    z-index: 1050;
    left: 5%;
    color:#ff87a4;
}
.weixin-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../images/weixin-icon-close.png?v=20140303") center center no-repeat;
    background-size:45px 45px;
}
.weixin-modal h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.weixin-modal p {
    font-size: 28px;
    margin-bottom: 60px;
}
.weixin-modal .share-img {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;	
}
.weixin-modal .share-img img {
    width: 100%;
    height: auto;
}

.m-right{clear:both;padding:20px 0 20px 0;}
.m-right p{text-align:center;color:#b3b3b3;font-size:12px;}