
a:hover {
    text-decoration: none;
}

input {
    background: white;
}

.form-control {
    background: white;
}

.pay_box {
    width: 100%;
    margin: 50px  0;
    /*padding: 20px 0;*/
    /*height: 800px;*/
    /*padding: 20px;*/
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0px 0px 2px 2px #cccccc;*/
    /*-moz-box-shadow: 0px 0px 2px 2px #cccccc;*/
    /*box-shadow: 0px 0px 2px 2px #cccccc;*/

}

.pay_left {
    width: 20%;
    /*height: 800px;*/
    float: left;
    background: rgba(56, 93, 125, 0.05);
}

.pay_left ul {
    list-style: none;

}

.pay_left ul li {
    text-align: center;
    /*border-right:1px solid #00a7d0;*/
    /*border: 2px dashed #337ab7;*/
}

.pay_left ul .on {
    background: white;
    border: 2px solid #00a7d0;
    border-right: 1px solid white;
    z-index: 10;
    margin-right: -2px;
    /*border: ;*/
    /*border: 2px dashed #cc4400;*/
    border-right: none;
}

.pay_left ul .on a {
    /*color: #00c0ef;*/
    color: #6c6c6c;
}

.pay_left ul li a {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #6c6c6c;
    text-decoration: none;
}

.pay_left ul li:hover {
    /*border: 2px dashed #cc4400;*/
    /*border-right: none;*/
    /*background: whitesmoke;*/
}

.pay_left ul li a:hover {
    text-decoration: none;
    color: #00a7d0;

}

/*---------右侧填写充值信息-----------*/
.pay_right {
    width: 75%;
    float: left;
    /*overflow: hidden;*/
    padding: 30px 20px 0 30px;
    border: 2px solid #00a7d0;
    /*position: relative;*/
}

/*.pay_right .all form .from_list{*/
    /*width: 90%;*/
    /*border: none;*/
    /*!*float: left;*!*/
/*}*/
.from_list li {
    padding-left: 26px;
    margin: 0 0 25px 0;
    /*width: 100%;*/
}

.from_list li p {
    font-size: 18px;
}

.game_title_list .child_list:not(:first-child) {
    display: none;
}

.pay_select {
    color: red;
    font-weight: 600;
}

.select_name p {
    height: 36px;
    line-height: 30px;
    text-align: right;
}

.select2_choose {
    line-height: 24px;
    color: #333;
    font-size: 18px;
    height: 30px;
}

.pay_name {
    line-height: 36px;
    font-weight: 600;
    font-size: 20px;
    color: #f69072;
    margin-right: 10px;
}

.changename a {
    display: block;
    line-height: 36px;
}

.platform li {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.pay_platform {
    float: left;
    width: 120px;
    height: 45px;
    margin-top: -10px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 20px;
}

.select_title {
    width: 150px;
    line-height: 36px;
    font-size: 16px;
}

.platform {
    width: 120px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
}

.platform i {
    color: #f69072;
    font-size: 20px;
}

.ano_num {
    height: 30px;
    color: black;
}

.num_list {
    width: 60%;
}

.btn {
    border-radius: inherit;
    margin: 0 2px;
}

.num_list label {
    margin: 0 5px 10px 5px;
    border-radius: inherit;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: inherit;
    background: white;

    color: #6c6c6c;
    border: 2px solid #ccc;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: inherit;
    background: white;
    color: #6c6c6c;
    border: 2px solid #ccc;
    /*margin: 0 5px;*/
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: inherit;
}

.ano_num input {
    width: 80%;
    height: 30px;
    margin: 0 2px 0 10px;
}

.pay {
    margin-left: 80px;
}

.btn {
    padding: 6px 20px;
}

.btn-success {
    width: 45px;
}

.select_game {
    position: relative;
}

.btn-group {
    position: relative;
}

/*----game list----*/
.game_list {
    width: 560px;
    position: absolute;
    top: 40px;
    left: 0px;
    background: white;
    z-index: 999;
    display: none;
    color: #6c6c6c;
    padding: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px 2px #cccccc;
    -moz-box-shadow: 0px 0px 2px 2px #cccccc;
    box-shadow: 0px 0px 2px 2px #cccccc;
}

.select_letter {
    float: left;
    padding-left: 10px;
}

.last_server {
    /*width: 100px;*/
    line-height: 30px;
    text-indent: 15px;
    font-weight: 600;
    /*height: 100%;*/
}

.select_letter li {
    display: inline-block;
    padding: 8px 8px 5px 8px;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
}

.selec {
    background-color: #00a7d0;
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    border-radius: 5px;
    color: white;
}

#close_game {
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.letter_list {
    padding-top: 7px;
}

.game_title_list {
    /*height: 250px;*/
    overflow: hidden;
}

.game_name {
    width: 100%;
    /*height: 250px;*/
    overflow: auto;
    padding: 0 15px 5px 10px;
}

.gs-sel-cate span {
    width: 16px;
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
}

.cate-letter-child {
    width: 480px;
    height: auto;
    float: left;
}

.cate-letter-child li {
    /*width: 110px;*/
    height: 36px;
    line-height: 36px;
    /*margin-left: 10px;*/
    float: left;
    margin-bottom: 5px;
}

.cate-letter-child li a {
    color: #6c6c6c;
}

/*-----server list-----*/

.server_list {
    width: 560px;
    /*height: 250px;*/
    position: absolute;
    top: 40px;
    left: 125px;
    color: #6c6c6c;
    background: white;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px 2px #ccc;
    box-shadow: 0px 0px 2px 2px #ccc;
}

.server_name {
    padding: 8px;
    height: 200px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 15px 5px 15px;
    margin: 10px 0;
}

#close_server {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
}

.server_child {
    width: 480px;
    height: auto;
    float: left;
    overflow: hidden;

}

.server_child li {
    width: 110px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-bottom: 5px;
    padding-left: 0;
}

.server_child li a {
    color: #6c6c6c;
}

.money {
    color: red;
}

/*==============*/
.checkPlat {
    width: 100%;
}

.checkPlat li {
    width: 100px;
    border: 2px solid #ccc;
    display: inline-block;
    line-height: 30px;
    margin: 0 0 10px 5px;
    text-align: center;
    padding: 5px 0;
    position: relative;
}

.checkPlat li i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    display: none;
}

.checkPlat li .triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid #00a7d0;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.checkPlat li.select {
    border: 2px solid #3fa8f9;
}

.checkPlat li.select .triangle {
    display: block;
}

.checkPlat li.select i {
    display: block;
}

.checkMoney {
    width: 100%;
    /*height: 80px;*/
}

.checkMoney li {
    width: 100px;
    /*height: 30px;*/
    border: 2px solid #ccc;
    display: inline-block;
    line-height: 30px;
    margin: 0 0 10px 5px;
    text-align: center;
    padding: 5px 0;
    position: relative;
}

.checkMoney li .triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid #00a7d0;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.checkMoney li i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    display: none;
}

.checkMoney li.select {
    border: 2px solid #3fa8f9;
}

.checkMoney li.select .triangle {
    display: block;
}

.checkMoney li.select i {
    display: block;
}

.ano_num {
    width: 80px;
    margin: 0 auto;
    border: none;
}