﻿body {
    background-color: #f5f5f5;
}

.bgBox {
    position: absolute;
    height: 170px;
    width: 100%;
    background-image: url(/Content/imgs/shops/shopListBg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#anchorNav {
    height: 91px;
}

    #anchorNav > .combox {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #anchorNav .content {
        height: 66px;
        background-color: #72758F;
        line-height: 66px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-left: 30px;
    }

        #anchorNav .content img {
            position: relative;
            top: -2px;
            padding-right: 10px;
        }

        #anchorNav .content checked {
            background-color: #3476EF;
        }

    #anchorNav > .combox.posAnchor {
        position: fixed;
        border-bottom: 1px solid #e3e3e3;
        top: 70px;
        background-color: white;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        z-index: 1;
    }

        #anchorNav > .combox.posAnchor a {
            color: #333333;
        }

    #anchorNav .active {
        font-weight: bold;
        opacity: 1;
    }

    #anchorNav a {
        color: white;
        font-size: 16px;
        display: inline-block;
        width: 130px;
        opacity: 0.8;
    }

#shopInfoBox #leftContainer {
    max-width: 900px;
    width: 100%;
    margin-right: 20px;
    float: left;
    background-color: #fff;
    position: relative;
}

    #shopInfoBox #leftContainer .collect_shop {
        position: absolute;
        top: 45px;
        right: 45px;
        text-align: center;
        color: #818181;
        cursor: pointer;
    }

        #shopInfoBox #leftContainer .collect_shop img {
            margin-bottom: 8px;
        }

    #shopInfoBox #leftContainer .topBox {
        padding: 35px 25px;
        box-sizing: border-box;
    }

        #shopInfoBox #leftContainer .topBox h3 {
            color: #333333;
            font-size: 22px;
            font-weight: bold;
        }

            #shopInfoBox #leftContainer .topBox h3 img {
                margin-bottom: 3px;
            }

        #shopInfoBox #leftContainer .topBox .number {
            height: 50px;
            line-height: 50px;
            color: #a7a7a7;
        }

            #shopInfoBox #leftContainer .topBox .number .copyNum {
                color: #3476ef;
                text-decoration: underline;
                margin-left: 2%;
                cursor: pointer;
            }

        #shopInfoBox #leftContainer .topBox .particulars {
            padding: 20px 0;
            box-sizing: border-box;
            background-color: #eff5ff;
            border-radius: 8px;
        }

            #shopInfoBox #leftContainer .topBox .particulars .row {
                margin-bottom: 20px;
            }

                #shopInfoBox #leftContainer .topBox .particulars .row ul {
                    float: left;
                    color: #a0a0a0;
                    position: relative;
                }

                    #shopInfoBox #leftContainer .topBox .particulars .row ul li {
                        width: 150px;
                        line-height: 26px;
                        height: 26px;
                        text-align: center;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        overflow: hidden;
                    }

                        #shopInfoBox #leftContainer .topBox .particulars .row ul li:first-of-type {
                            color: #050505;
                            font-weight: 600;
                            font-size: 17px;
                        }

                    #shopInfoBox #leftContainer .topBox .particulars .row ul:not(:last-of-type)::after {
                        content: '';
                        position: absolute;
                        height: 40px;
                        width: 1px;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                    }

            #shopInfoBox #leftContainer .topBox .particulars .score {
                border-top: 1px solid #e3e3e3;
                padding: 18px 25px 0 25px;
                box-sizing: border-box;
            }

                #shopInfoBox #leftContainer .topBox .particulars .score .average {
                    float: left;
                }

                    #shopInfoBox #leftContainer .topBox .particulars .score .average:not(:last-of-type) {
                        margin-right: 5%;
                    }

                    #shopInfoBox #leftContainer .topBox .particulars .score .average .item {
                        color: #050505;
                        font-weight: 600;
                        height: 24px;
                        line-height: 24px;
                        padding-right: 10px;
                    }

                    #shopInfoBox #leftContainer .topBox .particulars .score .average .grade {
                        font-size: 12px;
                        display: inline-block;
                        border: 1px solid #537ada;
                        padding-left: 10px;
                        height: 24px;
                        line-height: 24px;
                        border-radius: 20px;
                        border-right: none;
                        color: #537ada;
                    }

                        #shopInfoBox #leftContainer .topBox .particulars .score .average .grade em {
                            display: inline-block;
                            height: 24px;
                            line-height: 24px;
                            padding: 0 14px;
                            border-radius: 20px;
                            background-color: #537ada;
                            color: #fff;
                            text-align: center;
                            margin-left: 5px;
                            vertical-align: bottom;
                        }

        #shopInfoBox #leftContainer .topBox .btn_box {
            margin-top: 20px;
            height: 170px;
            line-height: 50px;
            border-radius: 8px;
            background-color: #F5F8FF;
            background-image: url(/Content/imgs/shopdetails/abg.png);
            background-position: right;
            background-repeat: no-repeat;
        }

            #shopInfoBox #leftContainer .topBox .btn_box .price {
                color: #f15500;
                font-size: 2.5em;
                float: left;
                margin-right: 55px;
                height: 70px;
                line-height: 70px;
                margin-left: 24px;
            }

                #shopInfoBox #leftContainer .topBox .btn_box .price span:nth-child(1) {
                    font-size: 14px;
                    margin-left: 3px;
                    color: #47597B;
                    font-weight: 600;
                }

                #shopInfoBox #leftContainer .topBox .btn_box .price span {
                    font-size: 14px;
                    margin-left: 3px;
                }

            #shopInfoBox #leftContainer .topBox .btn_box .deposit,
            #shopInfoBox #leftContainer .topBox .btn_box .jsnf {
                float: left;
                color: #a0a0a0;
                position: relative;
                height: 70px;
                line-height: 70px;
            }

                #shopInfoBox #leftContainer .topBox .btn_box .deposit li,
                #shopInfoBox #leftContainer .topBox .btn_box .jsnf li {
                    width: 130px;
                    text-align: center;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    overflow: hidden;
                    height: 70px;
                    line-height: 82px;
                }

                    #shopInfoBox #leftContainer .topBox .btn_box .deposit li:first-of-type,
                    #shopInfoBox #leftContainer .topBox .btn_box .jsnf li:first-of-type {
                        color: #47597B;
                        font-weight: 600;
                    }

            #shopInfoBox #leftContainer .topBox .btn_box .btn {
                float: right;
                width: 950px;
                padding-left: 24px;
            }

            #shopInfoBox #leftContainer .topBox .btn_box .othernumber {
                color: #FE712A;
            }

            #shopInfoBox #leftContainer .topBox .btn_box .btn input[type='button'] {
                padding: 10px 0;
                width: 200px;
                border-radius: 35px;
                border: none;
                color: #fff;
                background-color: #fe712a;
                font-size: 18px;
                background-image: url(/Content/imgs/shopdetails/cart.svg) none;
                background-position: left;
                float: left;
            }

            #shopInfoBox #leftContainer .topBox .btn_box .btn .one_btn {
                padding: 10px 0;
                width: 200px;
                border-radius: 35px;
                border: none;
                color: #fff;
                background-color: #3476ef;
                font-size: 18px;
                background-image: url(/Content/imgs/shopdetails/cart.svg);
                background-repeat: no-repeat;
                background-position: 5px 3px;
                height: 46px;
                line-height: 30px;
                text-align: center;
                float: left;
                margin-right: 30px;
                cursor: pointer;
            }

                #shopInfoBox #leftContainer .topBox .btn_box .btn .one_btn:hover {
                    position: relative;
                    transform: scale(1.1);
                    transition: transform 0.3s ease;
                }

                #shopInfoBox #leftContainer .topBox .btn_box .btn .one_btn img {
                    display: inline;
                    position: relative;
                    left: 30px;
                }

                #shopInfoBox #leftContainer .topBox .btn_box .btn .one_btn:nth-child(2) {
                    background-image: url(/Content/imgs/shopdetails/less.svg);
                    background-color: #FE712A;
                }

                #shopInfoBox #leftContainer .topBox .btn_box .btn .one_btn:nth-child(3) {
                    background-image: url(/Content/imgs/shopdetails/look.png);
                    background-color: white;
                    width: 160px;
                    background-position: 34px 16px;
                    color: #47597B;
                    border: 1px solid #47597B;
                    padding-left: 30px;
                }

            #shopInfoBox #leftContainer .topBox .btn_box .btn input[type='button']:first-of-type {
                background-color: #3476ef;
                margin-right: 15px;
            }

    #shopInfoBox #leftContainer .able {
        padding: 0 25px;
        box-sizing: border-box;
    }

        #shopInfoBox #leftContainer .able li {
            float: left;
            color: #47597B;
            width: 130px;
            height: 60px;
            line-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #shopInfoBox #leftContainer .able li img {
                margin-bottom: 3px;
            }

#shopInfoBox #rightContainer {
    max-width: 280px;
    width: 100%;
    float: right;
}

    #shopInfoBox #rightContainer #online_Customer {
        background-color: #fff;
        text-align: center;
    }

        #shopInfoBox #rightContainer #online_Customer .topBox {
            padding-bottom: 35px;
            border-bottom: 1px solid #dedede;
        }

            #shopInfoBox #rightContainer #online_Customer .topBox .title {
                padding: 30px 50px;
                font-size: 18px;
            }

            #shopInfoBox #rightContainer #online_Customer .topBox .salesMan_picture {
                display: block;
                margin: auto;
                margin-bottom: 15px;
                width: 130px;
                height: 130px;
                border-radius: 100%;
            }

            #shopInfoBox #rightContainer #online_Customer .topBox p {
                color: #686868;
            }

                #shopInfoBox #rightContainer #online_Customer .topBox p:not(:first-of-type) {
                    margin-bottom: 15px;
                }

            #shopInfoBox #rightContainer #online_Customer .topBox .qqConsult {
                border: 1px solid #537ada;
                color: #537ada;
                border-radius: 20px;
                height: 34px;
                line-height: 34px;
                display: inline-block;
                width: 45%;
                margin-right: 1%;
            }

                #shopInfoBox #rightContainer #online_Customer .topBox .qqConsult img {
                    margin-right: 5px;
                    margin-bottom: 3px;
                }

        #shopInfoBox #rightContainer #online_Customer .contact {
            height: 60px;
            line-height: 60px;
        }

            #shopInfoBox #rightContainer #online_Customer .contact a {
                margin: 0 15px;
                color: #686868;
            }

                #shopInfoBox #rightContainer #online_Customer .contact a img {
                    margin-bottom: 3px;
                    margin-right: 3px;
                }

#shopflag {
    margin-top: 15px;
    padding: 35px 30px;
    background-color: white;
    border-radius: 8px;
}

    #shopflag > .title {
        font-size: 18px;
        color: #686868;
        margin-bottom: 35px;
        font-weight: bold;
    }

    #shopflag dl:not(:last-of-type) {
        margin-bottom: 10px;
    }

    #shopflag dl dt {
        float: left;
        width: 120px;
        height: 24px;
        line-height: 24px;
        color: #a0a0a0;
        margin-bottom: 10px;
    }

    #shopflag dl dd {
        float: left;
    }

        #shopflag dl dd .label {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            width: 95px;
            height: 24px;
            line-height: 24px;
            color: #555555;
            box-sizing: border-box;
            border: 1px solid #555555;
            border-radius: 20px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

        #shopflag dl dd .sellerDescribed {
            line-height: 24px;
            color: #6d6d6d;
            word-spacing: 1px;
            letter-spacing: 1px;
        }

#shopScreenshot {
    background-color: #fff;
    margin-top: 15px;
    padding: 35px 30px;
}

    #shopScreenshot .title {
        font-size: 18px;
        color: #686868;
        margin-bottom: 25px;
        font-weight: bold;
    }

    #shopScreenshot .layui-carousel {
        background-color: transparent;
    }

        #shopScreenshot .layui-carousel > [carousel-item] {
            width: 80%;
            margin: auto;
        }

            #shopScreenshot .layui-carousel > [carousel-item] div img {
                display: block;
                margin: auto;
                height: 100%;
                cursor: zoom-in;
            }

        #shopScreenshot .layui-carousel .layui-carousel-arrow {
            border-radius: 5px;
            height: 75px;
            line-height: 75px;
            background-color: #f6f6f6;
            color: #bfbfbf;
        }

        #shopScreenshot .layui-carousel .noScreenshot {
            font-size: 18px;
            text-align: center;
            margin-top: 14%;
        }

            #shopScreenshot .layui-carousel .noScreenshot .empty_screenshot {
                height: initial !important;
                margin: 0 !important;
                margin-bottom: 15px;
                display: inline-block;
            }

#buyProcess {
    background-color: #fff;
    margin-top: 15px;
    padding: 35px 30px;
    border-radius: 8px;
}

    #buyProcess .title {
        font-size: 18px;
        color: #686868;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #buyProcess .buyProcess_img {
        margin-top: 0;
        padding-left: 16px;
    }

#question {
    background-color: #fff;
    margin-top: 15px;
    padding: 35px 30px;
    border-radius: 8px;
}

    #question .title {
        font-size: 18px;
        color: #686868;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #question .questions {
        margin-top: 30px;
    }

        #question .questions ul li {
            float: left;
            width: 33.33%;
            color: #a0a0a0;
            box-sizing: border-box;
            padding: 0 40px;
        }

            #question .questions ul li:first-of-type {
                padding-left: 0;
            }

            #question .questions ul li:nth-child(2) {
                border-left: 1px solid #dedede;
                border-right: 1px solid #dedede;
            }

            #question .questions ul li:last-of-type {
                padding-right: 0;
            }

            #question .questions ul li .ques_title {
                font-size: 15px;
                color: #4d4d4d;
                margin-bottom: 20px;
            }

                #question .questions ul li .ques_title img {
                    margin-right: 8px;
                    margin-bottom: 3px;
                    vertical-align: middle;
                }

            #question .questions ul li .reply {
                line-height: 180%;
            }

                #question .questions ul li .reply img {
                    margin-right: 4px;
                    margin-bottom: 3px;
                    vertical-align: middle;
                }

            #question .questions ul li .quesDetail {
                color: #537ada;
                margin-top: 15px;
                display: inline-block;
            }

#similarShops {
    margin-top: 40px;
    margin-bottom: 120px;
}

    #similarShops .shops {
        width: 100%;
        height: 350px;
    }

    #similarShops .title {
        margin-bottom: 25px;
    }

        #similarShops .title span:first-of-type {
            font-size: 18px;
            font-weight: bold;
            color: #686868;
        }

        #similarShops .title .refresh {
            float: right;
            color: #537ada;
        }

            #similarShops .title .refresh img {
                margin-right: 10px;
                margin-bottom: 2px;
            }

    #similarShops .shops .shops_bord {
        display: block;
        float: left;
        background-color: #fff;
        width: 46%;
        height: 160px;
        padding: 20px 25px;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 30px;
        border-radius: 8px;
        background-image: url('/Content/imgs/shopdetails/shopsbg.png');
    }

        #similarShops .shops .shops_bord:nth-child(2n+1) {
            margin-right: 8%;
        }

        #similarShops .shops .shops_bord ul {
            height: 94px;
            width: 20%;
            float: left;
            margin: 33px auto;
        }

            #similarShops .shops .shops_bord ul img {
                width: 70px;
            }

            #similarShops .shops .shops_bord ul li {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            #similarShops .shops .shops_bord ul:nth-child(2) {
                width: 70%;
                height: 110px;
                margin: 25px auto;
            }

                #similarShops .shops .shops_bord ul:nth-child(2) li {
                    padding-bottom: 10px;
                }
                #similarShops .shops .shops_bord ul:nth-child(2) li:nth-child(1) {
                  font-weight:600;
                  font-size:17px;
                }
                    #similarShops .shops .shops_bord ul:nth-child(2) li:nth-child(2) {
                        color:#666666;
                    }

            #similarShops .shops .shops_bord ul a {
                margin-right: 5px;
                background-color: #2c66de;
                display: inline-block;
                padding: 0 10px;
                border-radius: 16px;
                color: white;
                width: 68px;
                height: 32px;
                line-height: 32px;
                text-align: center;
            }

                #similarShops .shops .shops_bord ul a:nth-child(2) {
                    background-color: #21C58F
                }

                #similarShops .shops .shops_bord ul a img {
                    position: relative;
                    top: -2px;
                    padding-right: 3px;
                    width: 16px;
                }

        #similarShops .shops .shops_bord .shops-price {
            float: none;
            width: 100%;
            height: 30px;
            margin: 0 0;
        }

            #similarShops .shops .shops_bord .shops-price li {
                float: left;
            }

                #similarShops .shops .shops_bord .shops-price li:nth-child(2) {
                    float: right;
                }

            #similarShops .shops .shops_bord .shops-price span {
                font-weight: 600;
                color: #FE712A;
                font-size: 24px;
                padding-right: 5px;
            }


    #similarShops .shops > li .itemShop > .rBox {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        #similarShops .shops > li .itemShop > .rBox h3 {
            font-size: 19px;
            color: #2d2d2d;
            font-weight: bold;
        }

            #similarShops .shops > li .itemShop > .rBox h3 img {
                margin-right: 5px;
                margin-bottom: 3px;
                vertical-align: middle;
            }

        #similarShops .shops > li .itemShop > .rBox .shopBrief {
            margin-top: 10px;
        }

            #similarShops .shops > li .itemShop > .rBox .shopBrief > ul {
                display: inline-block;
                padding: 0 6px;
                box-sizing: border-box;
                position: relative;
            }

                #similarShops .shops > li .itemShop > .rBox .shopBrief > ul:not(:last-of-type)::after {
                    content: '/';
                    position: absolute;
                    right: -2.5px;
                    top: 3px;
                    bottom: 0;
                    margin: auto;
                    font-size: 16px;
                }

                #similarShops .shops > li .itemShop > .rBox .shopBrief > ul:first-of-type {
                    padding-left: 0;
                }

                #similarShops .shops > li .itemShop > .rBox .shopBrief > ul:last-of-type {
                    padding-right: 0;
                }

                #similarShops .shops > li .itemShop > .rBox .shopBrief > ul li {
                    font-size: 13px;
                    text-align: center;
                    line-height: 180%;
                    color: #525252;
                }

                    #similarShops .shops > li .itemShop > .rBox .shopBrief > ul li .level {
                        margin-bottom: 3px;
                        vertical-align: middle;
                    }

    #similarShops .shops > li .itemShop > .dBox {
        padding-top: 25px;
    }

        #similarShops .shops > li .itemShop > .dBox .contact {
            float: left;
            width: 140px;
            line-height: 32px;
        }

            #similarShops .shops > li .itemShop > .dBox .contact .shopPrice {
                font-size: 24px;
                color: #383838;
                font-weight: bold;
            }

                #similarShops .shops > li .itemShop > .dBox .contact .shopPrice i {
                    font-size: 14px;
                    font-style: initial;
                    font-weight: normal;
                }

            #similarShops .shops > li .itemShop > .dBox .contact .contactBtn {
                margin-top: 20px;
            }

                #similarShops .shops > li .itemShop > .dBox .contact .contactBtn > a {
                    display: inline-block;
                    padding: 0 10px;
                    border-radius: 35px;
                    color: white;
                }

                    #similarShops .shops > li .itemShop > .dBox .contact .contactBtn > a img {
                        vertical-align: middle;
                        margin-bottom: 2px;
                        margin-right: 3px;
                    }

                #similarShops .shops > li .itemShop > .dBox .contact .contactBtn .consultSale {
                    margin-right: 5px;
                    background-color: #2c66de;
                }

                #similarShops .shops > li .itemShop > .dBox .contact .contactBtn .wxContact {
                    background-color: #f8860c;
                }

                    #similarShops .shops > li .itemShop > .dBox .contact .contactBtn .wxContact .wxico {
                        vertical-align: middle;
                        margin-bottom: 3px;
                    }

        #similarShops .shops > li .itemShop > .dBox .icoBox {
            float: right;
            width: 95px;
            height: 95px;
            line-height: 95px;
            text-align: right;
        }

            #similarShops .shops > li .itemShop > .dBox .icoBox > img {
                vertical-align: bottom;
                width: 90%;
            }

body {
    font-weight: 500;
}

#layui-main {
    width: 1300px !important;
}

.bgBox {
    background: url(/Content/imgs/shopdetails/bg.png) !important;
    height: 450px !important;
}

.content a {
    color: #e9e9e9 !important;
}

.zwf {
    height: 68px;
}

#leftContainer {
    border-radius: 8px !important;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 2px 0px 0px #FFFFFF;
    height: 640px;
    max-width: 1000px !important;
}

#title {
    display: block;
    width: 950px;
    font-weight: 600;
}

#online_Customer {
    border-radius: 8px !important;
    background: url(/Content/imgs/shopdetails/kfbg.png) no-repeat !important;
    padding-top: 30px;
}

.m_contact {
    padding-top: 20px;
}

    .m_contact a {
        width: 35% !important;
    }

#shopInfoBox #leftContainer .topBox .particulars {
    background-color: white !important;
    background: url(/Content/imgs/shopdetails/dbg.png) no-repeat !important;
    background-size: 110% !important;
}

.contact_list {
    padding-top: 10px;
    padding-left: 13px;
}

    .contact_list li {
        float: left;
        color: #47597B;
        width: 83px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin: auto;
        cursor: pointer;
    }

        .contact_list li:hover {
            font-weight: 600;
            color: black;
        }

#shopInfoBox #rightContainer #online_Customer .topBox {
    border: none !important;
}

    #shopInfoBox #rightContainer #online_Customer .topBox p:not(:first-of-type) {
        margin-bottom: 3.5px !important;
    }

    #shopInfoBox #rightContainer #online_Customer .topBox .title {
        padding: 15px 50px 8px 50px !important;
    }

#shopInfoBox #leftContainer .topBox .particulars .score {
    border: none !important;
}

#shopInfoBox #leftContainer .topBox .particulars .row ul:not(:last-of-type)::after {
    background-color: none !important;
}

#shopInfoBox #leftContainer .topBox .particulars .row {
    border-bottom: solid 1px #E5EBF5;
    height: 70px;
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.chart {
    width: 300px;
    height: 300px;
    margin: 20px;
}

.chartbox {
    float: left;
    line-height: 200px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

/* 设置外部容器样式 */
.bord {
    width: 100%;
    height: 226px;
    padding-top: 10px;
}

.bord-area {
    height: 220px;
    width: 100%;
    padding: 0 6%;
}

    .bord-area ul li {
        color: #666666;
        font-size: 13px;
    }

        .bord-area ul li:nth-child(2n+1) {
            display: flex;
            justify-content: space-between;
            width: 100%;
            font-size: 13px;
            padding-top: 20px;
        }

        .bord-area ul li:nth-child(2n+2) {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%; /* 可根据实际需要调整 */
            border-bottom: 1px solid #E5EBF5;
            padding-bottom: 20px;
        }

    .bord-area ul span {
        color: #527CDB;
        font-weight: 600;
    }

    .bord-area ul li:nth-child(2n+2) span {
        background-color: #F0F4FF;
        padding: 0 8px;
        margin: 0 3px;
    }

    .bord-area ul img {
        display: inline;
        padding-right: 8px;
        position: relative;
        top: -1px;
    }

.bord-p {
    margin: 0; /* 去除默认的上下边距 */
    padding: 10px; /* 内边距 */
    font-size: 14px;
    color: #333;
}

/* 设置滚动动画 */
@keyframes scroll {
    0% {
        transform: translateY(0); /* 初始位置 */
    }

    100% {
        transform: translateY(-100%); /* 向上滚动，消失 */
    }
}

.protect {
    width: 800px;
    height: 50px;
    position: relative;
    top: -48px;
    left: 26px;
    line-height: 50px;
}

    .protect img {
        display: inline;
    }

    .protect span {
        color: #3476EF;
    }

.chartlist {
    width: 600px;
    height: 200px;
    float: right;
    margin-right: 100px;
}

    .chartlist .chartbord {
        width: 280px;
        height: 94px;
        float: left;
        background: #F5F8FF;
        border-radius: 8px;
        margin-bottom: 20px;
    }

        .chartlist .chartbord:nth-child(2n+1) {
            margin-right: 40px;
        }

        .chartlist .chartbord ul {
            float: left;
            height: 62px;
            width: 100px;
            margin: 16px auto;
        }

            .chartlist .chartbord ul:nth-child(2n+1) {
                padding-left: 20px;
            }

            .chartlist .chartbord ul:nth-child(2n+2) {
                width: 150px;
                height: 52px;
                margin: 21px auto;
            }

            .chartlist .chartbord ul li:nth-child(2n+1) {
                color: black;
                font-size: 23px;
                font-weight: 600;
            }

            .chartlist .chartbord ul li:nth-child(2n+2) {
                padding-top: 6px;
                color: #666666;
                font-weight: 500;
            }

.discription {
    width: 90%;
    height: 190px;
    margin: 0 auto;
    background: #F5F8FF;
    border-radius: 8px;
}

    .discription ul {
        float: left;
        height: 124px;
        width: 124px;
        margin: 33px 10px;
        font-size: 18px;
    }

        .discription ul:nth-child(2) {
            float: left;
            height: 84px;
            width: 800px;
            margin: 53px 10px;
        }

            .discription ul:nth-child(2) img {
                padding-right: 10px;
                position: relative;
                top: -2px;
            }

        .discription ul li:nth-child(2) {
            padding-top: 20px;
            font-size: 15px;
            color: #666666;
        }

.info_content {
    height: 200px;
    width: 100%;
    margin: 0 auto;
}

    .info_content ul {
        float: left;
        width: 10%;
        height: 70px;
        margin: 15px 7% 15px 3%;
        text-align: center;
    }

        .info_content ul li {
            padding-bottom: 10px;
        }

            .info_content ul li:nth-child(1) {
                color: #666666;
            }

            .info_content ul li:nth-child(3) {
                color: #3476EF;
                font-weight: 600;
                font-size: 17px;
            }

.chart_contact {
    width: 560px;
    height: 220px;
    float: right;
    margin: 60px 50px 0 0;
}

    .chart_contact .chart_contact_count {
        width: 100%;
        height: 80px;
    }

        .chart_contact .chart_contact_count:nth-child(1) {
            height: 160px;
            border-bottom: 1px solid #E5EBF5;
        }

    .chart_contact .chart_contact_bord {
        width: 275px;
        height: 100px;
        background: #F5F8FF;
        border-radius: 8px;
        float: left;
        padding: 0 10px;
    }

        .chart_contact .chart_contact_bord:nth-child(2) {
            float: right
        }

        .chart_contact .chart_contact_bord ul {
            width: 200px;
            height: 60px;
            margin: 24px auto;
            text-align: left;
        }

            .chart_contact .chart_contact_bord ul li:nth-child(1) {
                padding-bottom: 10px;
                color: #000000;
                font-weight: 600;
                font-size: 24px;
            }

            .chart_contact .chart_contact_bord ul li:nth-child(2) {
                color: #666666;
            }

            .chart_contact .chart_contact_bord ul li img {
                position: relative;
                top: -2px;
                padding-right: 15px;
            }

    .chart_contact .chart_contact_list {
        width: 50.5%;
        float: left;
        height: 80px;
    }

        .chart_contact .chart_contact_list ul {
            width: 19.5%;
            float: left;
            height: 38px;
            margin: 21px 0;
            color: #666666;
        }

            .chart_contact .chart_contact_list ul:nth-child(2n+2) {
                width: 80%;
            }

        .chart_contact .chart_contact_list:nth-child(2) {
            width: 49%;
            padding-left: 30px;
        }

        .chart_contact .chart_contact_list:nth-child(1) ul:nth-child(2) {
            border-right: 1px solid #E5EBF5;
        }

        .chart_contact .chart_contact_list ul li:nth-child(1) {
            color: #3476EF;
        }

.buyProcess_img {
    height: 150px;
    width: 100%;
}

    .buyProcess_img ul {
        float: left;
        width: 143px;
        height: 150px;
    }

        .buyProcess_img ul:nth-child(2n+2) {
            width: 70px;
        }

        .buyProcess_img ul li {
            text-align: center;
            padding-bottom: 10px;
            font-size: 13px;
        }

            .buyProcess_img ul li:nth-child(2) {
                padding-bottom: 20px;
            }

            .buyProcess_img ul li img {
                margin: auto;
            }

            .buyProcess_img ul li .process {
                width: 84px;
                position: relative;
                left: 8px;
            }

    .buyProcess_img .setp {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #F0F7FF;
        border-radius: 50%;
        border: 1px solid #C0DDFF;
        color: #3476EF;
    }

.progress-container {
    width: 90%;
    background-color: #CCD5EB;
    border-radius: 14px;
}

.progress-bar {
    width: 0%;
    height: 24px;
    background-color: #3476EF;
    border-radius: 14px;
    text-align: left;
    line-height: 24px;
    color: white;
    transition: width 0.5s;
    font-size: 12px !important;
    padding-left: 3px;
}

.oldm li {
    width: 125px !important;
}

.advantage_bord {
    width: 340px;
    height: 150px;
    float: left;
    margin: 15px 50px 30px auto;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    line-height: 80px;
    font-size: 16px;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.high-img {
    animation: moveUpDown 1s infinite ease-in-out;
    position: relative;
    top: -3px;
}

.kf_btn {
    font-size: 14px !important;
    border-bottom: 1px solid #E5EBF5;
}

    .kf_btn span {
        position: relative;
        left: 16px;
        cursor: pointer;
    }

    .kf_btn img {
        position: relative;
        top: -19px;
        left: 7px;
    }

.shops_bord .shops_des img {
    height: 16px !important;
    width: auto !important;
    position: relative;
    top: -2px;
}

.address_bord {
    height: 100px;
    width: 100%;
}

    .address_bord > li {
        width: 30%;
        height: 100px;
        float: left;
        color: white;
    }

        .address_bord > li:nth-child(2) {
            width: 70%;
            line-height: 50px;
            padding-right: 5px;
        }

            .address_bord > li:nth-child(2) li:nth-child(2) {
                line-height: 20px;
            }

    .address_bord li img {
        height: 90px;
        margin: 5px 5px;
    }
