*{margin: 0;padding: 0;font-family:'Microsoft YaHei';}
ul,ol,li{list-style: none;}
li{cursor: pointer;}
img{vertical-align: top;}
a{text-decoration: none;cursor: pointer;}

body{
    width: 1920px;
    background: #000;
    overflow-x: hidden;
}
input{
    outline: none;
    background: none;
    border: none;
}

.n-banner{
    width: 1920px;
    height: 832px;
    background: #aaa;
    position: relative;
}

.v-select{
    width: 484px;
    height: 59px;
    background: url(../images/recharge_s_bg.png) no-repeat;
    background-size: 484px 59px;
    position: absolute;
    top: 220px;
    left: 472px;
}
.selected{
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 72px;
    color: #000;
    cursor: pointer;
}
.selected .slt-search{
    float: right;
    width: 120px;
    text-align: center;
    height: 59px;
    line-height: 59px;
    user-select: none;
}
.selected .search-ipt{
    float: left;
    width: 330px;
    height: 36px;
    margin-top: 11px;
    font-size: 22px;
    margin-left: 22px;
    color: #E9D189;
}
.search-ipt::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    opacity:  .3;
}
.search-ipt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
  opacity:  .3;
}
.search-ipt::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
  opacity:  .3;
}
.search-ipt:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
   opacity:  .3;
}
.search-ipt::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
   opacity:  .3;
}
.v-select .v-list{
    width: 337px;
    height: 284px;
    overflow-x: hidden;
    position: absolute;
    top: 59px;
    left: 27px;
    z-index: 999;
    display: none;
    background: url(../images/recharge_vlist_bg.png) no-repeat;
    background-size: 100% 100%;
}
.v-list::-webkit-scrollbar {
    display: none;
}
.v-select .v-list ul{
    margin: 14px auto;
}
.v-select .v-list li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-indent: 40px;
    color: #FBF7D6!important;
}
.v-select .v-list li:hover{
    background: #E5D19C;
    color: #040524 !important;
}

.v-name{
    position: absolute;
    top: 310px;
    left: 352px;
    height: 36px;
    width: 714px;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
    color: #E9D189;
    overflow: hidden;
}
.v-l img,.v-r img{
    margin-top: 14px;
}

.v-img{
    width: 410px;
    height: 231px;
    position: absolute;
    top: 380px;
    left: 500px;
}
.v-time{
    width: 410px;
    position: absolute;
    top: 630px;
    left: 500px;
    text-align: center;
    font-size: 20px;
    color: #E9D189;
}

.recharge-btn{
    width: 407px;
    height: 90px;
    position: absolute;
    top: 670px;
    left: 500px;
}
.v-img img,.recharge-btn img{
    width: 100%;
    height: 100%;
}


/*.footer{
    height: 175px;
    font-size: 14px !important;
    line-height: 30px !important;
    overflow: hidden;
    border-top: 4px solid #1D0F0C;
    margin-top: 25px;
}
.ft-logo{
    margin-top: 20px;
}
.footer p:first-child{
    margin-top: 50px;
}*/