* {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei';
}
.wrap{
    width:100%;
    min-width: 1300px;
}
/*.title{
    width:100%;
    height:839px;
    position: relative;
    background:url('../img/title.jpg') 50% 50% no-repeat;
    background-size:cover;
    overflow: hidden;
}*/
.logo{
    position: absolute;
    width:222px;
    height:83px;
    top:47px;
    left:59px;
    /*background:url('../img/logo.png') no-repeat;*/
    background-size:cover;
}
.btns{
    width:666px;
    height:84px;
    margin:542px auto 0;
}
.andr{
    display: block;
    width:308px;
    height:84px;
    float: left;
    background:url('../img/andbtn.png') no-repeat;
    background-size:cover;
}
.scan{
    display: block;
    width:308px;
    height:84px;
    float: right;
    position: relative;
    background:url('../img/scan.png') no-repeat;
    background-size:cover;
}
.qcode{
    display: none;
    position: absolute;
    width:350px;
    height:371px;
    top:-380px;
    left:50%;
    margin-left: -175px;
    background:url('../img/scanbg.png') no-repeat;
    background-size:cover;
    padding-top: 45px;
    box-sizing: border-box;
    text-align: center;
}
.qcode img{
    width:256px;
}
.scan:hover .qcode{
    display: block;
}
.detail{
    width:100%;
    /*height:1335px;*/
}
.detail img{
    width:100%;
}
.pics{
    width:100%;
    background:white;
}
.txt{
    height:55px;
    margin:90px auto 20px;
    background:url('../img/txt.png') 50% 50% no-repeat;
    background-size:contain;
}
.joinnum{
    color:#ff4f95;
    text-align: center;
    font-size: 32px;
}
.pic{
    display: block;
    width:80%;
    margin:70px auto 120px;
}
.footer{
    width:100%;
    height:210px;
    background:#f9f9f9;
    padding-top:55px;
}
.footerTxt{
    font-family: 'microsoft yahei';
    font-size: 22px;
    color:#333;
    text-align: center;
    line-height: 38px;
}
.links{
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    color: #555;
}
.links a{
    color:#555;
}
.footer .phone{
    color: #333;
    text-align: center;
    font-size: 21px;
}