﻿body {
    background-image: url('../images/buy-bg.jpg');
    background-repeat: no-repeat;
    background-color: #F2F3F5;
}

#div-buy-fixheader {
    background: rgba(0, 0, 0, 0.80);
}

.mainContent {
    width: 1200px;
    margin: 0px auto 50px;
    padding: 0px;
}

.noticeDiv {
    background-color: rgba(38, 47, 78, 0.80);
    margin-bottom: 0px;
    padding-left: 50px;
}

.noticeContent {
    line-height: 30px;
    color: white;
    text-align: left;
    word-wrap: break-word;
    background-image: url('../images/notice.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 50px;
    min-height: 50px;
    box-sizing: border-box;
}

.product {
    display: table;
}

.productInfo {
    width: 840px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.90);
    padding: 60px 105px 0 96px;
    display: table-cell;
    box-sizing: border-box;
}

.split {
    display: table-cell;
    width: 20px;
    box-sizing: border-box;
}

.sellerInfoDiv {
    width: 340px;
    background: #1c354b;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.qrCode {
    padding: 10px;
    background: white;
    width: 220px;
    height: 220px;
    margin: 59px 63px 33px;
    box-sizing: border-box;
}

.qrCodeDesc {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.sellerInfoDiv .div-title {
    width: 250px;
    text-align: left;
    margin-top: 89px;
    margin-left: 33px;
    height: 65px;
}

.sellerInfo {
    margin-top: 30px;
    margin-left: 33px;
    text-align: left;
    color: white;
}

    .sellerInfo > div {
        margin-bottom: 10px;
    }

    .sellerInfo .btn-open-disclaimer {
        cursor: pointer;
        color: dodgerblue;
    }

.div-form-inline .div-form-inline-right {
    width: 530px;
}

.div-form-inline .div-form-inline-productDesc {
    background-color: #126fcf;
    color: white;
    font-size: 16px;
    font-weight: 900;
    width: 500px;
    word-break: break-all;
}

#div-buy-payinfo {
    background: none;
    box-sizing: border-box;
}

.div-title {
    font-style: italic;
    height: 80px;
    margin: 0 0 20px;
    text-align: left;
}

    .div-title .div-title-num {
        font-size: 40px;
    }

    .div-title .div-title-name {
        font-size: 28px;
    }

    .div-title .div-title-ename {
        font-size: 22px;
    }

#div-buy-footer {
    background: #434343;
}

    #div-buy-footer .div-buy-footer-left a {
        color: white !important;
    }

.div-buy-payinfo-paygroup {
    display: inline-block;
    text-align: center !important;
}

.div-buy-payinfo-groupitem {
    margin: 0 50px 0 0 !important;
    width: 150px !important;
}

    .div-buy-payinfo-groupitem:last-child {
        margin-right: 0 !important;
    }

#div-buy-payinfo .div-buy-cardinfo {
    background: none;
    margin-bottom: 10px;
}

    #div-buy-payinfo .div-buy-cardinfo select {
        width: 150px;
    }