/*
* @Author: Marte
* @Date:   2016-04-22 18:06:10
* @Last Modified by:   Marte
* @Last Modified time: 2016-04-26 11:14:50
*/
body {
    padding: 0;
    background: url("images/bjLoginImages.jpg") no-repeat;
    /*-webkit-background-size: 100%;
    background-size: 100%;
    background: url(images/bg.png) no-repeat;*/
    background-size: 100% 100%;
    background-attachment: fixed;
}
a:hover {
    text-decoration:none!important;
}
.regLogoM{
    background: #363044;
    /* width: 10em; */
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 2rem;
}
.logo {
    margin-top: 5rem;
}
.logo img {
    width: 7rem;
    height: 7rem;
}
.logo_title {
    color: #FEE5B5;
    font-size: 1.6rem;
    padding-top: 1rem;
}
.mobile{
    text-align: center;
}
.erweiImgM{
    position: relative;
}
.erweiImgM:hover .erweima-show{
    display: block;
}
.erweima-showM{
    position: absolute;
    right: 33px;
    top: 25px;
    z-index: 100;
    display: none;
}
.appDownloadM{
    margin-top: 5rem;
}
.androidLoginM{
    text-align: center;
    border: 1px solid #FEE5B5;
    border-radius: 0.5em;
    height: 4.5rem;
    width: 22rem;
    line-height: 4.5rem;
    margin: 3rem auto 0;
}
.iosLoginM{
    border: 1px solid #FEE5B5;
    border-radius: 0.5em;
    height: 4.5rem;
    width: 22rem;
    margin: 0 auto;
    line-height: 4.5rem;
}
.downloadText {
    /*width: 80%;*/
    text-align: center;
    /*margin: 0 auto;*/
}
.downloadText .small {

    font-size: 1.6rem;
    color: #FEE5B5;
}
.downloadText img {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.downloadText .iosImage {
    margin-top: -.8rem;
}
.erweima_title {
    font-size: 1.4rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #FEE5B5;
}
.erweimaWebM img {
    width: 17rem;
    height: 17rem;
}
footer{
    margin-top:12rem;
    color:rgba(255,255,255,.9);
    margin-bottom: 4rem;
}
body .padding0{
    padding: 0;
}
@media screen and (max-width: 768px){
    body {
        background: url("images/smallBg.png") no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    .logo {
        margin-top: 8rem;
    }
    .iosLoginM {
        width: 24rem;
    }
    .androidLoginM {
        width: 24rem;
    }
    .appDownloadM{
        margin-top: 6rem;
    }
    .erweimaWebM {
        display: none;
    }
    footer {
        margin-top: 17rem;
    }
}
@media screen and (max-width: 480px){
    body {
        background: url("images/smallBg.png") no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    .logo {
        margin-top: 8rem;
    }
    .iosLoginM {
        width: 24rem;
    }
    .androidLoginM {
        width: 24rem;
    }
    .appDownloadM{
        margin-top: 6rem;
    }
    .erweimaWebM {
        display: none;
    }
    footer {
        margin-top: 17rem;
    }
}
