.container{
    width: 100%;
    height: 780px;
    overflow: hidden;
    position: relative;
    background: url("bg-0.jpg"/*tpa=static/images/bg-0.jpg*/) no-repeat center center;
    user-select: none;
}
#tiao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}#tiao1{
    position: absolute;
     bottom: 0;
    left: 0;
    width: 100%;
}
 .con{
     width: 120%;
     height: 680px;
     box-shadow: 0 0 8px 1px rgba(112, 112, 112, 0.38);
     margin: 30px 0 0 -10%;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     background: #fff;
 }
.left,.right{
    float: left;
}
.left{
    width: 200px;
    height: 150px;
    border-right: 2px solid rgba(221, 221, 221, 0.54);
    margin-top: 10px;
    margin-right: 50px;
}
#nuci{
    width: 160px;
    height: 107px;
    margin:  15px auto 0;
    display: block;
}
.right{
    margin: 30px 0 0 40px;
}
.right input{
    width: 240px;
    height: 42px;
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    margin-top: 15px;
    padding-left: 10px;

}
.right ul.pay_de{
    width: 610px;
    border-bottom: 2px solid #ff6700;
    margin-top: 15px;
 }
.right .pay_de li{
    width: 93px;
    height: 30px;
    background: #ff6700;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.right  span{
    width: 120px;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
}
.pay_methods {
    margin: 30px;
}
.pay_methods input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 15px;

}
.pay_methods img{
    vertical-align: middle;
}
.hr{
    width: 610px;
    height: 2px ;
    background: #EDEDED;
    margin-top: 20px;
}
.money_list_con{
    height: 80px;
    margin-top: 40px;
}
.money_list_con li{
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #C8C8C8;
    margin: 15px 5px;
    cursor: pointer;
}
.money_list_con p{
    font-size: 16px;
    display: inline-block;
    border: none;
    width: 100px;
    float: left;
    line-height: 70px;
}
.money_list_con li.active{
    background: #F6871E;
    color: #fff;
    border-color: #F6871E;
}
.chongzhi_btn{
    width: 190px;
    height: 50px;
    background: #F6871E;
    text-align: center;
    line-height: 50px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 0 0 50px;
    font-size: 16px;
    cursor: pointer;
}

.input-con{
    /*background: #eec60d;*/
    position: relative;
}

.shuoming{
    position: absolute;
    top: 20px;
    right: 0;
    color: #f00;
    font-size: 15px;
}
