#wrapper {
    width: 100%;
    height: 100%;
    min-width: 1030px;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bgso.jpg) no-repeat;
    background-size: cover;
    background-position: 0 -120px;
}

.main {
    width: 100%;
    top: 90%;
    left: 90%;
    margin-top: -330px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-5173 {
    width: 400px;
    height: 131px;
    margin-top: 65px;
    float: right;
    background: url(../images/5173-logo.png) no-repeat center
}

.app-img-show {
    width: 626px;
    height: 645px;
    float: left;
    background: url(../images/phone-bg.png) no-repeat center
}

.app-ewm {
    display: none;
    width: 100%;
    height: 205px;
    margin-top: 60px;
    float: right;
    background: url(../images/app-ewm.png) no-repeat center
}

.app-download-link {
    width: 80vw;
    text-align: center
}
.app-download-link a {
	display: block;
    width: 190px;
    height: 55px;
    font-size: 20px;
    color: #333333;
    line-height: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
}

.android-btn {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 20px;
}

.ios-btn {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 20px;
}

.mobile-btn-box {
    display: block;

}

.mobile-btn {
    background: linear-gradient(0deg,#1677ff,#5c92f6);
    //background: linear-gradient(0deg,#f60,#e5b641);
    font-weight: bolder;
    font-family: "黑体";
    color: #fff !important;
}
.mobile-btn.zfb-btn {
    background: linear-gradient(0deg,#1677ff,#5c92f6);
}



.bomb {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, .7)
}

.bomb .ewm-box {
    width: 352px;
    height: 400px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -176px
}

.bomb .icon-close {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-close.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.bomb .ewm {
    margin-top: 70px
}

.bomb .bomb-word {
    color: #333;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    margin-top: 25px
}

#weixin {
    width: 100%;
    height: 110%;
    position: fixed;
    top: 0;
    background: url(../images/weixin-tip.png) no-repeat center top;
    background-size: 110%;
    display: none
}



@media screen and (max-width: 720px) {
    #wrapper {
        max-width: 768px;
        min-width: 0;
    	background: url(../images/pc_phone.png) no-repeat;
    	background-size: cover;
    	background-position: center;
    }

    .main {
        width: 100vw;
        position: absolute;
        bottom: 5rem;
        left: 0;
        right: 0;
        margin-top: 0;
        margin-left: 0;
        display: flex;
    }
  
    .app-ewm {
        display: none
    }

    .app-download-link {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .app-download-link a {
        width: 80vw;
        height: .9rem;
        font-size: .32rem;
        line-height: .9rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    /*.phone-security-btn {
        display: none
    }*/
}


.hide {
    display: none
}

