﻿/*初始化*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*layer.js样式补充*/
.layui-layer-title {
    background-color: #1c354b !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.layer-error-tip, .layer-message-tip {
    min-width: 100px !important;
    border: none !important;
    background-color: red !important;
    color: white !important;
}

    .layer-error-tip .layui-layer-content, .layer-message-tip .layui-layer-content {
        text-align: center;
        padding: 3px 8px !important;
    }

.layer-error-tip {
    background-color: red !important;
}

.layer-message-tip {
    background-color: #2ecc71 !important;
}
/*辅助类*/
.w1200 {
    width: 1200px;
    height: auto;
    overflow-x: hidden;
    margin: 0 auto;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w266 {
    width: 266px !important;
}

.hide {
    display: none;
}

.show {
    display: unset;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.padding-10 {
    padding: 10px !important;
}

.display-inline-block {
    display: inline-block;
}

.cursor-pointer:hover {
    cursor: pointer;
}
/*控件类*/
.div-title {
    width: 350px;
    height: 75px;
    margin-bottom: 45px;
    background-color: transparent;
    position: relative;
  /*  border-bottom: 2px solid #126FCF;*/
    font-weight: 700;
    text-align: right;
}

    .div-title .div-title-num {
        font-size: 32px;
        color: #126FCF;
        font-style: italic
    }

    .div-title .div-title-name {
        font-size: 22px;
        color: black;
    }

    .div-title .div-title-ename {
        font-size: 22px;
        color: #DBE4ED;
    }

    .div-title .div-title-pen {
        position: absolute;
        right: -32px;
        bottom: -2px;
    }

.div-form-inline {
    font-size: 0px;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    line-height: 40px;
}

    .div-form-inline .div-form-inline-control {
        transition: all 0.2s;
        padding: 5px 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .div-form-inline .div-form-inline-control:hover, .div-form-inline .div-form-inline-control:focus {
            border: 1px solid #56b4ef;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
            -webkit-transition: box-shadow 0.5s;
        }

    .div-form-inline input[type='text'], .div-form-inline input[type='password'], .div-form-inline input[type='number'], .div-form-inline select {
        width: 300px;
        height: 40px;
        border: 1px solid #A1A1A1;
    }

    .div-form-inline .div-form-inline-left {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 100px;
        font-size: 16px;
        letter-spacing: 1.7px;
    }

    .div-form-inline .div-form-inline-right {
        display: inline-block;
        text-align: left;
        width: 650px;
        font-size: 16px;
    }

    .div-form-inline .div-form-inline-tip {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        width: 500px;
        word-break: break-all;
    }

    .div-form-inline .display-inline-block input[type='checkbox'] + label {
        font-size: 15px;
        font-weight: 600;
        color: #12cf43;
    }

    .div-form-inline .div-form-inline-desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        border: 1px solid gray;
    }

    .div-form-inline .div-form-inline-stock {
        display: inline-block;
        width: auto;
    }

    .div-form-inline .div-form-inline-money {
        color: #fb0723;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .div-form-inline .div-form-inline-btnwholesale {
        margin-left: 20px;
        font-size: 16px;
        color: #126fcf;
    }

    .div-form-inline .div-form-inline-wholesale {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        border: 1px solid gray;
        padding: 3px;
    }

        .div-form-inline .div-form-inline-wholesale .wholesale-num {
            color: #126fcf;
            margin: 0 3px;
        }

        .div-form-inline .div-form-inline-wholesale .wholesale-price {
            color: #fb0723;
            margin-right: 10px;
        }

    .div-form-inline .div-form-inline-largemoney {
        color: #fb0723;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.6px;
    }

    .div-form-inline .div-form-inline-descmoney {
        color: #116ECE;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        line-height: 25px;
        letter-spacing: 1.2px;
    }

.btn-icon {
    width: 120px;
    height: 30px;
    margin: 8px 0px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px 5px;
    background-color: #FF761B;
    color: white;
    text-align: center;
}

    .btn-icon:hover {
        cursor: pointer;
    }

    .btn-icon img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        vertical-align: sub;
    }

/*总外层*/
html {
    width: 100%;
    height: auto;
    z-index: 0;
}

body {
    width: 100%;
    height: 100%;
    z-index: inherit;
}

#div-buy-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
   /* color: white;*/
    /*  margin-top: 100px;*/
}
/*头部*/
#div-buy-fixheader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: left;
    background-color: #126FCF;
    z-index: 1;
}

    #div-buy-fixheader ul li {
        list-style: none;
        margin-left: 35px;
        display: inline-block;
        vertical-align: top;
    }

        #div-buy-fixheader ul li .logo {
            width: 100px;
            height: 50px;
            vertical-align: middle;
        }

        #div-buy-fixheader ul li a {
            font-size: 15px;
            color: white;
        }

        #div-buy-fixheader ul li.div-buy-fixheader-li-userinfo {
            float: right;
            font-size: 15px;
            color: white;
        }
/*店铺信息*/
.shop-lable {
    width: 50px;
    display: inline-block;
}

.shop-input-box {
    width: 80%;
    display: inline-block;
}
#div-buy-shopinfo {
    width: 100%;
    height: 586px;
    text-align: left;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url('../images/buy-shopbg.png');
}

    #div-buy-shopinfo #div-shopinfo-box {
        width: 405px;
        height: 364px;
        margin-top: 100px;
        margin-left: 50px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        overflow: hidden;
    }

    #div-buy-shopinfo #div-shopinfo-box {
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-image: url('../images/buy-shopblock.png');
    }

    #div-buy-shopinfo #div-shopinfo-innerbox {
        padding: 40px 50px;
        line-height: 25px;
    }

    #div-buy-shopinfo #div-shopinfo-box .div-buy-shopinfo-title {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        font-weight: 600;
        vertical-align: top;
        margin-bottom: 10px;
        border-bottom: 1px solid #126FCF;
        color: #126FCF;
    }

    #div-buy-shopinfo #div-shopinfo-box .div-buy-shopinfo-name {
        word-wrap: unset;
        word-break: break-all; /*font-size: 13px; font-weight: 600;*/
    }

    #div-buy-shopinfo #div-shopinfo-box .div-buy-shopinfo-disclaimer {
        color: #8DAEE1 !important;
    }

    #div-buy-shopinfo #div-shopinfo-tip {
        display: inline-block;
        width: 290px;
        color: white;
        letter-spacing: 1.5px;
        margin-left: 300px;
        padding-top: 190px;
    }

        #div-buy-shopinfo #div-shopinfo-tip .div-shopinfo-tip-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        #div-buy-shopinfo #div-shopinfo-tip .btn-icon {
            background-color: white;
            color: #1370D0;
            font-weight: 600;
            margin-top: 18px;
        }
/*分类、商品信息*/
#div-buy-buyinfo {
    font-size: 0px;
    vertical-align: middle;
    overflow: hidden;
}

    #div-buy-buyinfo .div-buy-buyinfo-left {
        display: inline-block;
        width: 750px;
        height: auto;
        vertical-align: top;
    }

    #div-buy-buyinfo .div-buy-buyinfo-right {
        display: inline-block;
        width: 440px;
        height: auto;
    }

        #div-buy-buyinfo .div-buy-buyinfo-right .div-buy-buyinfo-right-qrcode {
            width: 354px;
            height: 629px;
            margin: 0 auto;
            position: relative;
        }

        #div-buy-buyinfo .div-buy-buyinfo-right .div-buy-buyinfo-right-qrcode {
            -moz-background-size: 100% 100%;
            background-size: 100% 100%;
            background-image: url('../images/buy-phone.png');
        }

            #div-buy-buyinfo .div-buy-buyinfo-right .div-buy-buyinfo-right-qrcode #img-qrcode {
                width: 160px;
                height: 160px;
                position: absolute;
                top: 235px;
                left: 103px;
            }
/*订单信息*/
#div-buy-orderinfo {
    font-size: 0px;
}

    #div-buy-orderinfo .div-buy-orderinfo-left {
        display: inline-block;
        width: 600px;
        vertical-align: top;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

        #div-buy-orderinfo .div-buy-orderinfo-left .div-buy-orderinfo-info {
            margin-bottom: 30px;
            line-height: 35px;
        }

        #div-buy-orderinfo .div-buy-orderinfo-left .span-orderinfo-title {
            color: #126fcf;
            margin-right: 15px;
        }

        #div-buy-orderinfo .div-buy-orderinfo-left .span-orderinfo-content {
            color: #ff761b;
        }

    #div-buy-orderinfo .div-buy-orderinfo-right {
        display: inline-block;
        width: 600px;
        text-align: center;
        vertical-align: bottom;
    }

        #div-buy-orderinfo .div-buy-orderinfo-right .div-orderinfo-right-qrcode {
            width: 368px;
            height: 353px;
            margin: 0 auto;
            position: relative;
        }

        #div-buy-orderinfo .div-buy-orderinfo-right .div-orderinfo-right-qrcode {
            -moz-background-size: 100% 100%;
            background-size: 100% 100%;
            background-image: url('../images/supplement-bg-qrcode.png');
        }

        #div-buy-orderinfo .div-buy-orderinfo-right #img-qrcode {
            width: 240px;
            height: 240px;
            display: block;
            margin: 0 auto;
            position: relative;
            top: 30px;
        }

        #div-buy-orderinfo .div-buy-orderinfo-right .div-orderinfo-right-qrcode .span-qrcode-tip {
            font-size: 22px;
            color: black;
            position: relative;
            top: 30px;
            color: #267ed0;
            font-weight: 600;
            letter-spacing: 3px;
        }
/*支付信息*/
#div-buy-payinfo {
    background-color: #F2F3F5;
    padding-top: 50px 0px;
}

    #div-buy-payinfo .w1200 {
        margin-top: 25px;
        padding-top: 25px;
    }

    #div-buy-payinfo .div-buy-payinfo-paygroup {
        width: 100%;
        min-height: 60px;
        margin: 10px auto;
        text-align: left;
        font-size: 0;
        overflow: hidden;
    }

        #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem {
            box-sizing: border-box;
            width: 170px;
            height: 58px;
            line-height: 58px;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            position: relative;
            margin-right: 20px;
            border: 1px solid white;
            background-color: white;
            transition: all 0.3s;
        }

            #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem:nth-child(n+7) {
                margin-top: 15px;
            }

            #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem .div-buy-payinfo-groupitem-selected {
                display: none;
                position: absolute;
                background-color: #126FCF;
                color: white;
                font-weight: 600;
                width: 0;
                height: 0;
                bottom: 0;
                right: 0;
                font-size: 20px;
                font-size: 20px;
                text-align: right;
                line-height: 20px;
            }

            #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem:hover {
                cursor: pointer;
            }

            #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem.active {
                border-color: #56b4ef;
                box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
            }

                #div-buy-payinfo .div-buy-payinfo-paygroup .div-buy-payinfo-groupitem.active .div-buy-payinfo-groupitem-selected {
                    display: block;
                    width: 20px;
                    height: 20px;
                }

    #div-buy-payinfo .div-buy-payinfo-paylist {
        width: 100%;
        height: auto;
        background-color: white;
        text-align: left;
        font-size: 0;
        overflow: hidden;
    }
    /*卡密信息*/
    #div-buy-payinfo .div-buy-cardinfo {
        background-color: #F2F3F5;
        margin-top: 0px;
        padding-top: 10px;
        text-align: left;
        display: none;
    }

        #div-buy-payinfo .div-buy-cardinfo .div-buy-carinfo-selectnum {
            vertical-align: top;
        }

        #div-buy-payinfo .div-buy-cardinfo ul li {
            margin-bottom: 10px;
        }

        #div-buy-payinfo .div-buy-cardinfo select {
            width: 200px;
            margin-right: 20px;
            font-size: 16px;
        }

        #div-buy-payinfo .div-buy-cardinfo #select-cardnum {
            margin-right: 40px;
        }

        #div-buy-payinfo .div-buy-cardinfo input {
            width: 200px;
            margin-right: 20px;
            font-size: 16px;
        }

        #div-buy-payinfo .div-buy-cardinfo .span-card-tip {
            font-size: 14px;
            font-weight: 600;
            color: #b72525;
        }
    /*支付*/
    #div-buy-payinfo .div-buy-buttoninfo #btn-pay, #div-buy-payinfo .div-buy-buttoninfo #btn-supplementpay {
        width: 250px;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
        border-radius: 8px 8px;
        background-color: #FF761B;
        color: white;
        letter-spacing: 2px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 50px;
        text-align: center;
    }

        #div-buy-payinfo .div-buy-buttoninfo #btn-pay:hover, #div-buy-payinfo .div-buy-buttoninfo #btn-supplementpay:hover {
            cursor: pointer;
        }
/*底部*/
#div-buy-footer {
    padding: 10px 0px;
    height: auto;
    width: 100%;
    line-height: 30px;
    text-align: left;
    font-size: 0;
    border-top: 1px solid #ccc;
}

    #div-buy-footer .div-buy-footer-left {
        width: 600px;
        font-size: 12px;
        color: #ccc;
    }

        #div-buy-footer .div-buy-footer-left a {
            color: #126fcf !important;
            letter-spacing: 2px;
        }

    #div-buy-footer .div-buy-footer-right {
        width: 600px;
    }

        #div-buy-footer .div-buy-footer-right a:not(:last-child) {
            margin-right: 15px;
        }
/*下单完毕后的弹窗*/
.div-order-tip {
    padding: 20px;
}

    .div-order-tip .div-order-orderno {
        font-size: 22px;
        font-weight: 600;
        color: #3498db;
        margin-bottom: 10px;
    }

    .div-order-tip p:first-child {
        margin-bottom: 10px;
    }

    .div-order-tip p:last-child {
        font-size: 16px;
    }