* {
    padding: 0;
    margin: 0;
}


ul,ol {
    list-style: none;
}

.content {
    width: 420px;
    top: 10%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: fixed;
    color: #3c3c3c;
    border: 1px solid #adadad;
    border-radius: 5px 5px 5px 5px;
}

.content .nav {
    height: 40px;
    line-height:40px;
    background: #fe9e39;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.main {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #adadad;
}

.bottom{
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #adadad;
}

.top{
    border:1px solid #ffb27f;
    border-radius: 5px;
}

.top ul {
    padding: 0 0 0 126px;
    overflow: hidden;
}

.top ul li {
    height: 30px;
    line-height: 30px;
}

.top ul li .s-left {
    display: inline-block;
    float: left;
    width: 75px;
    font-size: 15px;
}

.top ul li .s-right {
    display: inline-block;
    float: left;
    width: 168px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.contact{
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
    border:1px solid #ffb27f;
    border-radius: 5px;
    padding: 10px;

}

.contact input{
    width: 100px;
}

.contact span{
    font-size: smaller;
}

.phone{
    display: flex;
    height: 40px;
    border:1px solid #ffb27f;
    border-radius: 5px;
    padding: 10px;
    line-height: 40px;
    margin-bottom: 20px;
}
.phone label{
    width: 70px;
}

.phone button{
    margin-top: 5px;
}

.phone div{
    padding-left: 10px;
    width: 200px;
    height: 40px;
    line-height: 20px;
    color: #FF0000;

}

.middle h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.middle .pay-fs {
    margin-left: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*justify-content: space-between;*/
    overflow: hidden;
    position: relative;
}



.middle .pay-fs div {
    /*flex: 1;*/
    width: 120px;
    margin-right: 10px;
    height: 90px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    flex-direction: column;
    align-items:center;
}

.middle .pay-fs div span{
    position: absolute;
    bottom:10px;
    left:0;
    right:0;
    z-index:999;
}



.middle .pay-fs div.box1 {
    border: 1px solid #5cb3ff;
}

/*.middle .pay-fs div i{*/
/*	!*position: absolute;*!*/

/*	width: 30px;*/
/*	height: 30px;*/

/*}*/

.middle .pay-fs div i {
    left: 37%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
}

.middle .pay-fs .box1 i {
    background-image: url(//img.8090yxs.com/pay_game/images/zfb.png);
    background-size: 30px 30px;
}

.middle .pay-fs .box2 i {
    background-image: url(//img.8090yxs.com/pay_game/images/wx.png);
    background-size: 30px 30px;
}

.middle .pay-fs .box3 i {
    background-image: url(//img.8090yxs.com/pay_game/images/ptb.png);
    background-size: 30px 30px;
}

.middle .pay-fs  .box3 span{

    z-index:9999
}

.middle .pay-fs div.box2 {
    border: 1px solid #06b506;
}

.middle .pay-fs div.box3 {
    border: 1px solid #FFD700;
    z-index:999;
}

.content .left li .box1 {
    width: 110px;
    height: 30px;
    margin-top: 20px;
    border: 2px solid #00c800;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.content .left li .box2 {
    width: 110px;
    height: 30px;
    margin-top: 20px;
    border: 2px solid #0daef0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.on1 {
    background: url(//img.8090yxs.com/web/www2018/images/g1.png) bottom right no-repeat;
}

.on2 {
    background: url(//img.8090yxs.com/web/www2018/images/g2.png) bottom right no-repeat;
}


.on3 {
    background: url(//img.8090yxs.com/web/www2018/images/g3.png) bottom right no-repeat;
}


/*
.pay-fs-info .zfb {
	background-color: #0daef0;
	color: #fff
}

.pay-fs-info .weixin {
	background-color: #00c800;
	color: #fff
}
*/
.content .left li .box {
    width: 100px;
    height: 30px;
    margin-top: 20px;
    border: 1px solid #3c3c3c;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.content .left li .pay-amount {
    width: 100px;
    margin-right: 10px;
    float: left;
    text-align: center;
    height: 30px;
    margin-top: 20px;
    border: 1px solid #3c3c3c;
}

.pay-amount-on {
    border: 2px solid #ff7d26;
}

.pay-amount input {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    border: 0;
    outline: none;
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
}


.content .right {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 220px;
}

.content .right img {
    width: 220px;
    height: 220px;
}

.content .right p {
    text-align: center;
    width: 180px;
    height: 35px;
    line-height: 35px;
    margin-right: 0px;
    margin: 0px auto;
}

.pay-fs-info {
    text-align: center;
    margin-bottom: 12px;
}


.bottom .img {
    border: 1px solid #adadad;
    border-radius: 5px;
    margin-bottom: 15px;
}

.bottom .img img {
    padding: 5px 80px 0;
}

.ts {
    text-align: center;
    margin-bottom: 8px
}

.payment{
    padding-top: 10px;
}

.bt  {
    top: 10px;
    display: block;
    width: 255px;
    height: 40px;
    margin: auto;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #fe9e39;
    font-size: 22px;
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
}

.bp{
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #fe9e39;
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
}


input{
    outline-style: none ;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 13px 14px;
    width: 620px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Microsoft soft";
}

input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.ptb_pw{
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration:underline ;
    padding-top: 10px;
}

.ptb_pw input{
    display: none;
    height: 30px;
    width: 200px;
    text-align: center;
}


.ptb_pw a{
    color: #0DAEF0;
    display: none;
}

.b-close{
    margin-top: -37px;
    margin-left: 380px;
}
