html{
    width: 100%;
    height: 100%;
}

body{
	background: #181a1a;
	font-family: "Microsoft Yahei";
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.m-viewport{
    position: relative;
    width: 100%;
    height: 100%;
    background: #000 url(../images/bg-main.jpg) top center no-repeat;
    background-size: 100% auto;
}

.u-win,.u-apply{
    /*display: none;*/
}

.m-apply{
    padding-top: 84vw;
    text-align: center;
    color: #fff;
}

.m-apply .player-cnt{
    overflow: hidden;
    margin-bottom: 20px;
}

.m-apply .player-cnt div{
    display: inline-block;
    vertical-align: middle;
}

.m-apply .player-cnt .icon-1{
    width: 32px;
    height: 16px;
    background: url(../images/cnt-icon-1.png) top center no-repeat;
    background-size: contain;
}

.m-apply .player-cnt .icon-2{
    width: 81px;
    height: 16px;
    background: url(../images/cnt-icon-2.png) top center no-repeat;
    background-size: contain;
}

.m-apply .player-cnt .amount{
    color: #f0de18;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.m-apply .u-btn.apply{
    width: 157px;
    height: 40px;
    margin: 0 auto 10px;
    background-image: url(../images/btn-apply.png);
    cursor: pointer;
    background-size: contain;
}

.m-apply .u-btn.qr{
    margin: 0 auto;
}

.m-apply .notice{
    color: #8099ba;
    font-size: 16px;
    margin-bottom: 20px;
}

.u-mask{
    display: none;
    background: #000;
    position: fixed;
    top: 0px;
    filter: Alpha(Opacity=88);
    opacity: 0.88;
    width: 100%;
    z-index: 10;
    height: 100%; 
}

.u-apply{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 315px;
    height: 269px;
    margin: -135px 0 0 -157px;
    background-image: url(../images/bg-win.jpg);
    z-index: 12;
    background-size: 315px auto;
}

.u-apply .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/btn-close.png) center no-repeat;
    text-indent: -999em;
    cursor: pointer;
    transition: all 0.5s;     
}

.u-apply .close:hover{
    transform: rotate(90deg);
}

.u-apply .form{
    width: 206px;
    padding-top: 50px;
    margin: 0 auto;
}

.u-apply .tag{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #dfe9f4;
}

.u-apply .form-row{
    margin-bottom: 5px;
}

.u-apply input{
    border: none;
    width: 195px;
    height: 20px;
    padding: 10px 5px;
}

.u-apply .u-btn.code{
    display: inline-block;
    width: 99px;
    height: 38px;
    line-height: 38px;
    margin-top: -1px;
    border: 1px solid #2874de;
    background: #173a8c;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.u-apply .u-btn.submit{
    width: 137px;
    height: 35px;
    margin: 20px auto 0;
    background: url(../images/btn-submit.png) center no-repeat;
    background-size: contain;
}
