@charset "utf-8";
body {
    background-color: #fff;
}

.bk-button, .bk-button:visited {
    color: #fff;
    background-color: #ff8a00;
    border: none;
    outline: none
}

.bk-button:hover {
    color: #fff;
    background-color: #ffa133;
    border: none;
    outline: none
}

.bk-button:active {
    color: #fff;
    background-color: #f28333;
    border: none;
    outline: none
}

/* 支付页面 */
.panel-body {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

/* 支付结果 */
.paycontent {
    width: 950px;
    margin: 0 auto;
}

.payImg {
    width: 400px;
    margin: 5% auto;
    text-align: center;
}

.fault-detail {
    color: #999;
}

/* 资源包购买 */
.goods-checked {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(59, 127, 255, 0.18);
    border: 1px solid #3B7FFF;
    color: #3B7FFF;
    cursor: pointer;
}

.goods-unchecked {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e8ebef;
    color: #000000;
    cursor: pointer;
}

.goods-min-checked {
    background-color: white;
    color: #999999;
    border: 1px solid #999999;
}

.goods-min-unchecked {
    background-color: white;
    color: #ccd5e5;
    border: 1px solid #ccd5e5;
}

.goods-amount {
    width: 30px;
    text-align: center;
    background-color: white;
    border: 1px solid #ccd5e5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.goods-shopping-cart {
    border: 1px solid #5da5e8;
    color: #5da5e8;
    padding: 8px 0;
    width: 100%;
    background-color: white;
}

.goods-info {
    width: 300px;
    border: 1px solid #e8ebef;
    border-top: 5px solid #3b7fff;
}

.goods-info-top {
    background-color: #f7f9fe;
    padding: 20px 10px;
}

.goods-info-total {
    color: black;
    margin-bottom: 8px;
}

.goods-title {
    text-align: right;
    width: 65px;
}

.goods-content {
    display: table;
    word-spacing: -1em;
}

.goods-statement {
    color: white;
    background-color: #3b7fff;
    padding: 10px 20px;
    cursor: pointer;
}

.purchase-detail {
    cursor: pointer;
    margin-right: 15px;
}

.goods-pay {
    color: white;
    background-color: #3b7fff;
    cursor: pointer;
    width: 85px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}