.item-box > .item-group {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (2fr)[2];*/
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 10px;
    padding: 10px;
}

.item-box > .item-group > .item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 5px 5px #0000000f;
    box-shadow: 0 5px 5px #0000000f;
}

.item-box > .item-group > .item > div {
    margin-bottom: 5px;
}

.item-box > .item-group > .item > div:last-child {
    margin-bottom: 0;
}

.item-box > .item-group > .item > .item-img > img {
    width: 100%;
}

.item-box > .item-group > .item > .item-tit {
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    padding: 5px 0;
    color: #000;
}

.item-box > .item-group > .item > .item-text {
    font-size: 14px;
    line-height: 2.0;
    color: #000000;
    background-color: #ffe88c;
    width: 100%;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-box > .item-group > .item > .item-text > span {
    color: #000000;
    padding: 0 2px;
}

.item-box > .item-group > .item > .item-cash {
    font-size: 15px;
    line-height: 1.5;
    color: #ff3636;
    font-weight: bold;
}

.item-box > .item-group > .item > .item-btn {
    width: 100%;
}

.item-box > .item-group > .item > .item-btn > a {
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

.item-box > .item-group > .item > .item-btn > a > img {
    width: 20px;
    margin-right: 5px;
}

.item-box > .quick-baner {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 5px 5px #0000000f;
    box-shadow: 0 5px 5px #0000000f;
}

.item-box > .quick-baner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.item-box > .quick-baner > a > img {
    width: 100%;
}

.item-box .charge {
    padding: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78% 20%;
    grid-template-columns: 78% 20%;
    grid-gap: 2%;
}

.item-box .charge > input {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 5px #0000000f;
    box-shadow: 0 5px 5px #0000000f;
    text-align: left;
    font-size: 12px;
}

.item-box .charge > button {
    border-radius: 5px !important;
    background-color: #274db7;
    color: #fff;
    -webkit-box-shadow: 0 5px 5px #0000000f;
    box-shadow: 0 5px 5px #0000000f;
}

.top-slides .swiper-slide > a > img {
    width: 100%;
}

.cash-box {
    margin-top: 20px;
    padding-bottom: 20px;
}

.cash-box > dl {
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
}

.cash-box > dl > dt {
    font-size: 14px;
    color: #718096;
    line-height: 43px;
}

.cash-box > dl > dd {
    font-size: 12px;
    line-height: 23px;
    background-color: #f5f5f5;
    padding: 10px;
}

.cash-box > dl > dd > .more {
    text-decoration: underline;
    color: #6ba1ff;
}

.cash-box > dl > .mony {
    font-size: 16px;
    color: #e53e3e;
    font-weight: bold;
}

.giftcard {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}

.giftcard > .radio-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr)[2];
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 5px;
}

.giftcard > .radio-box > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}


.giftcard > .radio-box > button > input {
    width: 20px;
    height: unset;
    margin: 0 5px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.giftcard > .radio-box > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}


.giftcard > .radio-box > a > input {
    width: 20px;
    height: unset;
    margin: 0 5px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.giftcard > .radio-box > button:hover,
.giftcard > .radio-box > button.active {
    border-color: #6ba1ff;
    color: #6ba1ff;
}

.giftcard > textarea {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.giftcard > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 25px;
    margin: 15px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.giftcard > button > img {
    width: 20px;
    margin-right: 10px;
}
/*# sourceMappingURL=item.css.map */



.proceeding-chat .pro-chat-tit > h3 > span > img {
    width: 30px;
    margin-right: 6px;
}
.proceeding-chat .pro-chat-tit > h3 {
    line-height: 40px;
    font-size: 18px;
}


.button-buy {
    background-color: #f2507e;
    color: #fff!important;
    font-size: 14px!important;
    box-shadow: 0 5px 5px #00000017;
    display: block;
    text-align: center;

}
.button-buy img {
    vertical-align: middle;
}


.mar-t-15 {
    margin-top: 15px !important;
}

.mar-t-10 {
    margin-top: 10px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.button-blue-two {
    border-radius: 5px !important;
    background-color: #406092;
    color: #fff;
    box-shadow: 0 5px 5px #00000017;
    font-size: 14px;
}


.exchange {
    margin-top: 10px;
}

.exchange > .ex-data > div {
    margin-bottom: 15px;
}

.exchange > .ex-data > div > h3 {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.exchange > .ex-data > div > select,
.exchange > .ex-data > div > input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fbfbfb;
    border-radius: 5px;
}

.exchange > .ex-data > button {
    width: 100%;
    border-radius: 5px;
}

.exchange > .ex-cash {
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr)[2];
    grid-template-columns: repeat(2, 2fr);
}

.exchange > .ex-cash > span:last-child {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.exchange > .ex-rull > .rull-time {
    background-color: #c5d9ff;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}

.exchange > .ex-rull > .rull-list {
    background-color: #ffd9d9;
    color: #ff4d4d;
    line-height: 1.5;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}
/*# sourceMappingURL=exchange.css.map */