﻿@import '/Scripts/layui/css/layui.css';
@import '../commonCss/common.css';

.pos_re {
    position: relative;
}

#navTop {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    padding: 40px 0 10px 0;
    z-index: 99;
}

    #navTop .layui-nav {
        position: relative;
        min-width: 960px;
        text-align: center;
        background-color: transparent;
        /*transition: all 0.3s ease-out 0.1s;*/
        -webkit-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        transition-property: background-color, padding;
    }

        #navTop .layui-nav .ptw-logo {
            float: left;
            vertical-align: middle;
            position: absolute;
            /*left: -255px;*/
            left: -80px;
            top: 5px;
        }

        #navTop .layui-nav > a img {
            /*width: 170px;
                height: 48px;*/
        }

    #navTop .layui-this a {
        color: white;
    }

    #navTop .layui-this::after {
        width: 36px;
        height: 2px;
        left: 10px;
        bottom: 10px;
        background-color: #d3b16a;
    }

    #navTop .layui-nav-item:not(:last-of-type) {
        margin-right: 24px;
    }

    #navTop .layui-nav-item > a {
        font-size: 18px;
        padding: 0;
        color: rgba(255, 255, 255, 0.7);
    }

        #navTop .layui-nav-item > a:hover {
            color: white !important;
        }

    #navTop .loginOrReg {
        position: fixed;
        right: 55px;
        top: 20px;
    }

        #navTop .loginOrReg .telbox, #navTop .loginOrReg .searchbox {
            float: left;
        }

        #navTop .loginOrReg img {
            vertical-align: middle;
            margin-left: 15px;
            cursor: pointer;
        }

        #navTop .loginOrReg a {
            color: white;
            margin: 0 2px;
        }

            #navTop .loginOrReg a:hover {
                text-decoration: underline;
            }

            #navTop .loginOrReg a .vip {
                width: 25px;
                vertical-align: middle;
                margin-bottom: 3px;
                margin-right: 8px;
            }

#bannerBox {
    height: 600px;
}

    #bannerBox .banner .itemBg {
        /*&:nth-of-type(2) {
                background: url('/Content/imgs/index/homeBannerTwo.png') bottom center no-repeat;
                background-size: cover;
            }

            &:last-of-type {
                background: url('/Content/imgs/index/homeBannerThree.jpg') bottom center no-repeat;
                background-size: cover;
            }*/
    }

        #bannerBox .banner .itemBg:first-of-type {
            background: url('/Content/imgs/index/homeBanner.jpg') bottom center no-repeat;
            background-size: cover;
        }

        #bannerBox .banner .itemBg .context {
            margin-top: 250px;
        }

            #bannerBox .banner .itemBg .context .bigtext {
                font-weight: bold;
                font-size: 60px;
                color: white;
                word-spacing: 4px;
                letter-spacing: 4px;
            }

            #bannerBox .banner .itemBg .context .slogan {
                font-size: 18px;
                color: white;
                margin-top: 30px;
                opacity: 0.9;
            }

    #bannerBox .banner .layui-carousel-ind ul {
        background-color: transparent;
    }

#shopsSearch {
    background-color: #f5f6f7;
}

    #shopsSearch .bigBox {
        width: 100%;
    }

        #shopsSearch .bigBox > .leftBox {
            width: 81.6%;
            float: left;
            background-color: white;
            position: relative;
            box-sizing: border-box;
            padding-left: 17.8139%;
        }

            #shopsSearch .bigBox > .leftBox .searchBlock {
                width: 75%;
                float: left;
                padding-top: 40px;
                padding-bottom: 30px;
            }

                #shopsSearch .bigBox > .leftBox .searchBlock > .shopType {
                    font-size: 14px;
                    color: #bababa;
                }

                #shopsSearch .bigBox > .leftBox .searchBlock .layui-tab-content {
                    padding: 0;
                }

                #shopsSearch .bigBox > .leftBox .searchBlock .searchBox {
                    position: relative;
                    border-bottom: 1px solid grey;
                }

                    #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .selectPlatform {
                        display: inline-block;
                        width: 80px;
                        margin-left: 20px;
                        border-radius: 5px;
                    }

                        #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .selectPlatform .layui-form-select .layui-input {
                            border: none;
                        }

                    #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .search-shops {
                        border: none;
                        padding-bottom: 15px;
                        padding-top: 10px;
                        font-size: 16px;
                        height: auto;
                        padding-left: 0;
                        width: 50%;
                    }

                    #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .keywordSearch {
                        position: absolute;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto 0;
                    }

                        #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .keywordSearch .itemKey {
                            font-size: 14px;
                            float: left;
                            margin-left: 10px;
                            background-color: #f6f6f6;
                            border-radius: 4px;
                            padding: 4px 12px;
                            margin-top: 6px;
                        }

                            #shopsSearch .bigBox > .leftBox .searchBlock .searchBox .keywordSearch .itemKey > a {
                                color: #737373;
                            }

            #shopsSearch .bigBox > .leftBox .layui-tab-content .layui-input-block {
                margin-left: 0;
            }

            #shopsSearch .bigBox > .leftBox .findShops {
                width: 20%;
                height: 160px;
                float: right;
                text-align: center;
                background-color: #d3b16a;
            }

                #shopsSearch .bigBox > .leftBox .findShops .txt {
                    margin-top: 60px;
                    font-size: 18px;
                }

                    #shopsSearch .bigBox > .leftBox .findShops .txt p {
                        height: 22px;
                        line-height: 22px;
                    }

                #shopsSearch .bigBox > .leftBox .findShops .arrowR {
                    position: absolute;
                    right: 45px;
                    bottom: 0;
                    top: 0;
                    margin: auto 0;
                }

        #shopsSearch .bigBox > .rightBox {
            position: absolute;
            width: 18.4%;
            height: 160px;
            background-color: #1a1b1f;
            box-sizing: border-box;
            color: white;
            padding-top: 70px;
        }

            #shopsSearch .bigBox > .rightBox .text {
                padding-left: 140px;
                position: relative;
            }

                #shopsSearch .bigBox > .rightBox .text::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 10px;
                    width: 115px;
                    height: 1px;
                    background-color: rgba(255, 255, 255, 0.2);
                }

                #shopsSearch .bigBox > .rightBox .text .saleShop {
                    font-size: 18px;
                    margin-bottom: -10px;
                }

                #shopsSearch .bigBox > .rightBox .text .lineBox {
                    font-size: 42px;
                    font-weight: bold;
                    opacity: 0.2;
                    transform: matrix(1, 0, -0.2, 1, -5, 0);
                }

#advantage {
    background-color: #f5f6f7;
    padding: 65px 0;
}

    #advantage > ul {
        counter-reset: sectioncounter;
    }

        #advantage > ul .item {
            float: left;
            cursor: pointer;
            padding: 35px 0;
            background-color: white;
            width: 32%;
            text-align: center;
            font-size: 16px;
            color: #727272;
            position: relative;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
        }

            #advantage > ul .item:hover {
                transform: translateY(18px);
            }

                #advantage > ul .item:hover::after {
                    opacity: 1;
                }

            #advantage > ul .item::after {
                content: '0' counter(sectioncounter);
                counter-increment: sectioncounter;
                position: absolute;
                font-weight: bold;
                font-size: 84px;
                color: #dfdfdf;
                right: 6px;
                bottom: -30px;
                opacity: 0;
                -webkit-transition: all linear 0.3s;
                -moz-transition: all linear 0.3s;
                -o-transition: all linear 0.3s;
                transition: all linear 0.3s;
            }

            #advantage > ul .item > img {
                height: 149px;
            }

            #advantage > ul .item .th {
                font-size: 20px;
                color: #323131;
                margin-top: 20px;
                margin-bottom: 15px;
            }

            #advantage > ul .item:not(:last-of-type) {
                margin-right: 2%;
            }

#qualityShops {
    background: url("../../imgs/index/recommend_bg.jpg") no-repeat;
    padding: 10px 0;
    background-size: 1920px;
    background-position: center;
}

    #qualityShops .thBox {
        text-align: center;
        margin-bottom: 40px;
    }

        #qualityShops .thBox .itemBlock {
            font-size: 36px;
            font-weight: bold;
            padding-left: 10px;
            margin-bottom: 5px;
        }

        #qualityShops .thBox > p {
            color: white;
            font-size: 24px;
        }

    #qualityShops .selectType {
        margin-block: 15px;
        overflow: hidden;
    }

        #qualityShops .selectType .shopType {
            font-size: 14px;
            color: #222222;
            float: right;
        }

            #qualityShops .selectType .shopType .itemType {
                float: left;
                margin-right: 10px;
            }

                #qualityShops .selectType .shopType .itemType > a:hover {
                    color: cadetblue;
                }

    #qualityShops .shopRecommend {
        height: 490px;
        position: relative;
        box-shadow: 0px 8px 14px 1px rgba(80, 91, 205, 0.65);
        border-radius: 15px 0px 0px 15px;
        background-color: #d3b16a;
    }

        #qualityShops .shopRecommend .hide {
            display: none !important;
        }

        #qualityShops .shopRecommend .left_controler {
            height: 100%;
            float: left;
            position: relative;
            box-sizing: border-box;
            width: 25%;
            background: url("../../imgs/index/shopRecommend.png") no-repeat;
            background-position-y: 80px;
            background-position-x: -60px;
            border-radius: 15px 0px 0px 15px;
        }

            #qualityShops .shopRecommend .left_controler > .box {
                padding-left: 45px;
                color: #fff;
                margin-top: 45px;
            }

                #qualityShops .shopRecommend .left_controler > .box .th {
                    font-size: 30px;
                    font-weight: bold;
                    margin-bottom: 10px;
                }

                #qualityShops .shopRecommend .left_controler > .box .des {
                    font-size: 16px;
                }

            #qualityShops .shopRecommend .left_controler .taobaoShop {
                position: absolute;
                right: 0;
                top: 28%;
            }

            #qualityShops .shopRecommend .left_controler .tmallShop {
                position: absolute;
                right: 0;
                top: 50%;
            }

            #qualityShops .shopRecommend .left_controler .jdShop {
                position: absolute;
                right: 0;
                top: 72%;
            }

            #qualityShops .shopRecommend .left_controler .taobaoShop,
            #qualityShops .shopRecommend .left_controler .tmallShop,
            #qualityShops .shopRecommend .left_controler .jdShop {
                width: 75%;
                margin-left: auto;
                font-weight: bold;
                padding: 15px 20px 20px 20px;
                background-color: #cdbe9e;
                border-radius: 10px 0px 0px 10px;
                color: white;
                margin-bottom: 10px;
            }

                #qualityShops .shopRecommend .left_controler .taobaoShop a,
                #qualityShops .shopRecommend .left_controler .tmallShop a,
                #qualityShops .shopRecommend .left_controler .jdShop a {
                    cursor: pointer;
                    color: white;
                }

                #qualityShops .shopRecommend .left_controler .taobaoShop ul li,
                #qualityShops .shopRecommend .left_controler .tmallShop ul li,
                #qualityShops .shopRecommend .left_controler .jdShop ul li {
                    float: left;
                    margin-right: 8%;
                    cursor: pointer;
                    line-height: 45px;
                    font-weight: normal;
                }

            #qualityShops .shopRecommend .left_controler .shop_type .shopTitle {
                margin-bottom: 5px;
            }

                #qualityShops .shopRecommend .left_controler .shop_type .shopTitle .hideObj {
                    float: right;
                    font-size: 18px;
                    cursor: pointer;
                }

            #qualityShops .shopRecommend .left_controler .shop_type .whiteColor {
                color: white;
            }

            #qualityShops .shopRecommend .left_controler .shop_type ul li:hover {
                text-decoration: underline;
            }

        #qualityShops .shopRecommend .right_content {
            width: 75%;
            float: left;
        }

            #qualityShops .shopRecommend .right_content .shopDetails .shop_title {
                font-size: 18px;
                padding-left: 30px;
                font-weight: bold;
                background: url(/Content/imgs/commonImg/tb-ico.png) left center no-repeat;
                overflow: hidden;
                text-overflow: ellipsis;
                cursor: pointer;
                white-space: nowrap;
            }

            #qualityShops .shopRecommend .right_content .shopDetails tr td {
                padding: 3%;
                border: 1px solid #e6e6e6;
                width: 50%;
                background-color: white;
            }

            #qualityShops .shopRecommend .right_content .shopDetails ul {
                margin: 5.6% 0;
                background-color: #f8f8f8;
                padding: 12px 10px;
                position: relative;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                #qualityShops .shopRecommend .right_content .shopDetails ul li {
                    float: left;
                    font-size: 13px;
                    color: #898989;
                    width: 40%;
                    line-height: 27px;
                }

            #qualityShops .shopRecommend .right_content .shopDetails .shopPrice {
                line-height: 39.5px;
            }

                #qualityShops .shopRecommend .right_content .shopDetails .shopPrice span {
                    font-size: 1.8em;
                    font-weight: bold;
                }

                #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX {
                    border: solid 1px #fe8e2a !important;
                    color: #fe8e2a !important;
                    position: relative;
                }

                    #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX:hover .WXcodeBox {
                        display: block;
                    }

                    #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX .WXcodeBox {
                        width: 110px;
                        height: 140px;
                        position: absolute;
                        top: 50px !important;
                        left: -12px;
                        padding: 6px;
                        background: #f98e39 !important;
                        display: none;
                        z-index: 100;
                    }

                        #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX .WXcodeBox div:nth-child(2) {
                            width: 98px;
                            height: 96px;
                            padding: 6px;
                            background: #fff;
                        }

                        #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX .WXcodeBox div:nth-child(3) {
                            width: 110px;
                            height: 32px;
                            font-size: 14px;
                            line-height: 36px;
                        }

                        #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopWX .WXcodeBox .WXcodeImg img {
                            width: 100%;
                            height: 100%;
                        }

                #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .afterHtml {
                    background-color: #13bbdf;
                }

                #qualityShops .shopRecommend .right_content .shopDetails .shopPrice a {
                    font-size: 12px;
                    float: right;
                    border-radius: 30px;
                    color: white;
                    width: 23%;
                    text-align: center;
                    height: 33px;
                    line-height: 33px;
                    margin-left: 8px;
                    -webkit-transition: all 0.2s ease-out 0s;
                    -moz-transition: all 0.2s ease-out 0s;
                    -o-transition: all 0.2s ease-out 0s;
                    transition: all 0.2s ease-out 0s;
                }

                #qualityShops .shopRecommend .right_content .shopDetails .shopPrice .todayShopHide {
                    width: 33px;
                    height: 33px;
                    border-radius: 33px;
                    float: right;
                }

#processNarrate {
    height: 605px;
    background: '' top center no-repeat;
    background-size: cover;
}

    #processNarrate .itemBlock {
        font-size: 30px;
        color: #2c2f34;
        font-weight: bold;
        padding-top: 115px;
        padding-left: 10px;
        margin-bottom: 100px;
    }

        #processNarrate .itemBlock > .option {
            float: right;
        }

            #processNarrate .itemBlock > .option > .process {
                font-size: 16px;
                color: #3e3e3e;
                height: 45px;
                line-height: 45px;
                margin-top: -3px;
                margin-left: 100px;
                display: inline-block;
                position: relative;
                cursor: pointer;
            }

                #processNarrate .itemBlock > .option > .process.active::before {
                    content: '';
                    width: 40px;
                    height: 1px;
                    background-color: #515151;
                    position: absolute;
                    left: -55px;
                    bottom: 0;
                    top: 0;
                    margin: auto 0;
                }

    #processNarrate .contentBox.sell {
        display: none;
    }

        #processNarrate .contentBox.sell .processList .itemPro:not(:last-of-type) {
            margin-right: 14.389%;
        }

        #processNarrate .contentBox.sell .textBox .step:not(:last-of-type) {
            margin-right: 12.5%;
        }

    #processNarrate .contentBox .processList {
        counter-reset: sectioncounter;
        margin-top: -95px;
    }

        #processNarrate .contentBox .processList .itemPro {
            float: left;
            position: relative;
        }

            #processNarrate .contentBox .processList .itemPro:not(:last-of-type) {
                margin-right: 9.8124%;
            }

            #processNarrate .contentBox .processList .itemPro::after {
                content: '0' counter(sectioncounter);
                counter-increment: sectioncounter;
                position: absolute;
                transform: matrix(1, 0, -0.2, 1, 0, 0);
                top: -30px;
                right: 20px;
                text-align: center;
                width: 60px;
                height: 45px;
                font-size: 36px;
                font-weight: bold;
                color: #d3b16a;
                opacity: 0.5;
            }

    #processNarrate .contentBox .line {
        height: 2px;
        background-color: #e7e7e7;
        margin: 160px 0 40px 0;
    }

    #processNarrate .contentBox .textBox {
        width: 1260px;
        margin: 40px auto 0 auto;
    }

        #processNarrate .contentBox .textBox .step {
            float: left;
            text-align: center;
            width: 10%;
        }

            #processNarrate .contentBox .textBox .step:not(:last-of-type) {
                margin-right: 8%;
            }

            #processNarrate .contentBox .textBox .step .th {
                font-size: 18px;
                font-weight: bold;
                color: #222222;
                margin-bottom: 15px;
            }

            #processNarrate .contentBox .textBox .step .describe {
                font-size: 14px;
                color: #a8a8a8;
            }

#statistics {
    background-image: url(/Content/imgs/index/dataSum_bg.jpg);
    background-size: cover;
}

    #statistics > ul li {
        float: left;
        width: 20%;
        padding: 95px 0 75px 0;
    }

        #statistics > ul li p {
            color: white;
            font-family: initial;
            text-align: center;
            opacity: 0.8;
        }

            #statistics > ul li p:last-of-type .num {
                font-size: 44px;
                transform: matrix(1, 0, -0.2, 1, 0, 0);
                display: inline-block;
            }

            #statistics > ul li p:last-of-type span {
                font-size: 14px;
                margin-left: 12px;
            }

                #statistics > ul li p:last-of-type span:last-of-type {
                    position: relative;
                    top: -25px;
                }

            #statistics > ul li p:last-of-type {
                padding-top: 2%;
            }

#about {
    background-color: #f5f6f7;
    height: 595px;
    padding-bottom: 110px;
}

    #about .context {
        color: #6b6b6b;
        padding-bottom: 115px;
    }

        #about .context > .th {
            padding: 50px 0 30px 0;
            font-size: 30px;
            color: #2c2f34;
            height: 40px;
            line-height: 40px;
            font-weight: bold;
        }

            #about .context > .th > span {
                float: right;
                font-size: 16px;
                cursor: pointer;
            }

        #about .context .aboutUs {
            font-size: 16px;
            margin-bottom: 40px;
            line-height: 180%;
            text-indent: 50px;
        }

        #about .context > ul li {
            float: left;
            width: 23%;
            cursor: pointer;
            overflow: hidden;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            #about .context > ul li:not(:last-of-type) {
                margin-right: 2.6%;
            }

            #about .context > ul li > .item {
                display: inline-block;
                width: 100%;
                position: relative;
            }

                #about .context > ul li > .item > img.publicity_img {
                    display: inline-block;
                    width: 100%;
                    height: 325px;
                    position: relative;
                }

                #about .context > ul li > .item .textContent {
                    position: absolute;
                    bottom: 0;
                    padding-left: 30px;
                    padding-top: 20px;
                    width: 100%;
                    box-sizing: border-box;
                    color: white;
                    background: -webkit-linear-gradient(transparent, #222222);
                    background: -o-linear-gradient(transparent, #222222);
                    background: -moz-linear-gradient(transparent, #222222);
                    background: linear-gradient(transparent, #222222);
                    transition: all linear 2s;
                }

                    #about .context > ul li > .item .textContent p:first-of-type {
                        font-size: 16px;
                        opacity: 0.8;
                    }

                    #about .context > ul li > .item .textContent p:last-of-type {
                        margin-top: 10px;
                        margin-bottom: 24px;
                        font-size: 12px;
                        opacity: 0.6;
                    }

            #about .context > ul li:hover {
                margin-top: -20px;
            }

#contactService {
    height: 155px;
}

    #contactService .salesmanList {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 30px 0;
        z-index: 1;
    }

        #contactService .salesmanList.float {
            position: relative;
        }

        #contactService .salesmanList > ul .itemService {
            float: left;
            color: white;
            opacity: 0.9;
        }

            #contactService .salesmanList > ul .itemService:not(:last-of-type) {
                margin-right: 6.8%;
            }

            #contactService .salesmanList > ul .itemService .picture {
                width: 95px;
                height: 95px;
                text-align: center;
                overflow: hidden;
                border-radius: 100%;
                float: left;
            }

                #contactService .salesmanList > ul .itemService .picture img {
                    width: 100%;
                }

            #contactService .salesmanList > ul .itemService .rBox {
                float: left;
                padding-left: 20px;
                box-sizing: border-box;
                margin-top: 10px;
            }

                #contactService .salesmanList > ul .itemService .rBox .salesmanName {
                    font-size: 16px;
                }

                #contactService .salesmanList > ul .itemService .rBox .salesmanTel {
                    margin: 6px 0 10px;
                }

                #contactService .salesmanList > ul .itemService .rBox .contact > a {
                    color: white;
                    font-size: 14px;
                    display: inline-block;
                    padding: 2px 6px;
                }

                    #contactService .salesmanList > ul .itemService .rBox .contact > a > img {
                        vertical-align: middle;
                        margin-bottom: 3px;
                        margin-right: 5px;
                    }

                #contactService .salesmanList > ul .itemService .rBox .contact .qq {
                    background-color: white;
                    color: #1a1b1f;
                    margin-right: 8px;
                }

                #contactService .salesmanList > ul .itemService .rBox .contact .wx {
                    background-color: #d3b16a;
                }

#shopkeeperSpeak {
    box-sizing: border-box;
    height: 730px;
    background: url('/Content/imgs/index/zgsBg.jpg') top center no-repeat;
    background-size: cover;
}

    #shopkeeperSpeak .itemBlock {
        font-size: 30px;
        color: white;
        font-weight: bold;
        padding-top: 90px;
        padding-left: 10px;
        margin-bottom: 80px;
    }

        #shopkeeperSpeak .itemBlock .more {
            float: right;
            font-size: 14px;
            color: white;
            height: 42px;
            line-height: 42px;
            padding: 0 30px;
            margin-top: -3px;
        }

            #shopkeeperSpeak .itemBlock .more > span {
                margin-left: 10px;
            }

    #shopkeeperSpeak .contentBox {
        height: 390px;
    }

        #shopkeeperSpeak .contentBox > .leftBox {
            width: 82%;
            float: left;
            height: 100%;
            box-sizing: border-box;
            position: relative;
        }

            #shopkeeperSpeak .contentBox > .leftBox .lBox {
                float: left;
                width: 694px;
                color: white;
                padding-right: 260px;
                box-sizing: border-box;
            }

                #shopkeeperSpeak .contentBox > .leftBox .lBox .issue {
                    font-size: 22px;
                    font-weight: bold;
                    transform: matrix(1, 0, -0.2, 1, 0, 0);
                    display: inline-block;
                    opacity: 0.8;
                    margin-bottom: 75px;
                    position: relative;
                }

                    #shopkeeperSpeak .contentBox > .leftBox .lBox .issue > span {
                        position: relative;
                        z-index: 1;
                    }

                    #shopkeeperSpeak .contentBox > .leftBox .lBox .issue::before {
                        content: '';
                        position: absolute;
                        width: 70px;
                        height: 15px;
                        transform: matrix(1, 0, 0.2, 1, 0, 0);
                        background-color: #d3b16a;
                        left: 0;
                        bottom: 0;
                    }

                #shopkeeperSpeak .contentBox > .leftBox .lBox .title {
                    font-size: 24px;
                    opacity: 0.9;
                    margin-bottom: 25px;
                }

                #shopkeeperSpeak .contentBox > .leftBox .lBox .introduction {
                    line-height: 180%;
                    opacity: 0.8;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

                #shopkeeperSpeak .contentBox > .leftBox .lBox .userInfo {
                    position: relative;
                    margin-top: 50px;
                }

                    #shopkeeperSpeak .contentBox > .leftBox .lBox .userInfo::before {
                        content: '”';
                        position: absolute;
                        right: 0;
                        bottom: -45px;
                        color: white;
                        opacity: 0.2;
                        font-size: 13em;
                    }

                    #shopkeeperSpeak .contentBox > .leftBox .lBox .userInfo > span {
                        font-size: 16px;
                    }

                    #shopkeeperSpeak .contentBox > .leftBox .lBox .userInfo .username {
                        float: right;
                    }

            #shopkeeperSpeak .contentBox > .leftBox .rBox {
                float: left;
                width: 310px;
                height: 390px;
                background-image: url(/Content/imgs/tempImgs/userReturnVisit.jpg);
                background-position: center;
            }

        #shopkeeperSpeak .contentBox > .rightBox {
            width: 18%;
            float: left;
        }

            #shopkeeperSpeak .contentBox > .rightBox .rtvList {
                width: 100%;
            }

                #shopkeeperSpeak .contentBox > .rightBox .rtvList .itemRtv {
                    position: relative;
                    text-align: right;
                }

                    #shopkeeperSpeak .contentBox > .rightBox .rtvList .itemRtv:not(:last-of-type) {
                        margin-bottom: 50px;
                    }

                    #shopkeeperSpeak .contentBox > .rightBox .rtvList .itemRtv .userPicture {
                        width: 80px;
                        height: 80px;
                        border-radius: 100%;
                        border: 4px solid white;
                    }
/*#industryDynamics {
    height: 650px;

    .itemBlock {
        font-size: 30px;
        color: #2c2f34;
        font-weight: bold;
        padding-top: 80px;
        padding-left: 10px;
        margin-bottom: 80px;

        & > .option {
            float: right;

            & > a {
                font-size: 16px;
                color: #3e3e3e;
                height: 45px;
                line-height: 45px;
                margin-top: -3px;
                margin-left: 100px;
                display: inline-block;
                position: relative;

                &.active::before {
                    content: '';
                    width: 40px;
                    height: 1px;
                    background-color: #515151;
                    position: absolute;
                    left: -55px;
                    bottom: 0;
                    top: 0;
                    margin: auto 0;
                }
            }
        }
    }

    .newsList {
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
        display: none;

        &.activeShow {
            display: block;
        }

        .itemNews {
            position: relative;
            float: left;
            width: 25%;
            padding: 30px;
            box-sizing: border-box;

            &:not(:last-of-type) {
                box-sizing: border-box;
                border-right: 1px solid #e2e2e2;
            }

            .newsContent {
                box-sizing: border-box;

                .newsCover {
                    width: 100%;
                    height: 160px;
                }

                .datetime {
                    font-size: 18px;
                    color: #939393;
                    margin-top: 10px;
                }

                .title {
                    color: #2c2f34;
                    font-size: 18px;
                    margin: 18px 0;
                    overflow:hidden;
                    text-overflow:ellipsis;
                    white-space:nowrap;
                }

                .describe {
                    font-size: 13px;
                    color: #969696;
                    line-height: 180%;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }
            }
        }
    }
}*/
.industry_content {
    padding: 80px 0;
    width: 100%;
    background: #f5f5f5;
}

    .industry_content .information_box {
        background-color: white;
    }

        .industry_content .information_box .information_title {
            width: 100%;
            padding: 40px 40px 0 40px;
            box-sizing: border-box;
        }

            .industry_content .information_box .information_title .information_content {
                height: 47px;
                overflow: hidden;
                text-align: right;
            }

                .industry_content .information_box .information_title .information_content .information_table a {
                    display: inline-block;
                    height: 32px;
                    font-size: 16px;
                    color: #2A2A2A;
                    letter-spacing: 0;
                    line-height: 32px;
                }

                    .industry_content .information_box .information_title .information_content .information_table a:after {
                        display: block;
                        content: '';
                        width: 24px;
                        height: 4px;
                        background-color: #d3b16a;
                        margin: 11px auto 0;
                        opacity: 0;
                        transition: all 0.2s linear;
                    }

                    .industry_content .information_box .information_title .information_content .information_table a:not(:first-of-type) {
                        margin-left: 50px;
                    }

                .industry_content .information_box .information_title .information_content .information_table .active_tab {
                    color: #d3b16a !important;
                }

                    .industry_content .information_box .information_title .information_content .information_table .active_tab:after {
                        opacity: 1 !important;
                    }

            .industry_content .information_box .information_title .btn_box {
                width: 30px;
                height: 30px;
                border: 1px solid #D8D8D8;
                border-radius: 50%;
                position: relative;
                cursor: pointer;
                float: left;
                display: none;
            }

                .industry_content .information_box .information_title .btn_box:after {
                    display: block;
                    content: '';
                    width: 14px;
                    height: 14px;
                    background-image: url("../../../images/common2020/icon_gd5.png");
                    background-size: 100% 100%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                }

            .industry_content .information_box .information_title .btn_ring:after {
                background-image: url("../../../images/common2020/icon_gd5.png");
            }

            .industry_content .information_box .information_title .add_btn {
                width: 32px;
                height: 32px;
                position: relative;
                float: right;
            }

                .industry_content .information_box .information_title .add_btn a {
                    display: block;
                    width: 18px;
                    height: 18px;
                    background-image: url("../../../images/common2020/icon_jqyjyh.png");
                    background-size: 100% 100%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                }

        .industry_content .information_box .information_new {
            padding-bottom: 40px;
            overflow: hidden;
        }

            .industry_content .information_box .information_new .news_information {
                overflow: hidden;
            }

                .industry_content .information_box .information_new .news_information .news_content {
                    box-sizing: border-box;
                    padding: 0 40px;
                }

                    .industry_content .information_box .information_new .news_information .news_content .news_bj {
                        width: 100%;
                        background: #FFEBDF;
                        height: 202px;
                        transition: all 0.2s linear;
                    }

                        .industry_content .information_box .information_new .news_information .news_content .news_bj a {
                            display: block;
                            width: 100%;
                            height: 202px;
                        }

                        .industry_content .information_box .information_new .news_information .news_content .news_bj:hover .news_xq_bt {
                            opacity: 0.9;
                        }

                        .industry_content .information_box .information_new .news_information .news_content .news_bj .news_img {
                            width: 196px;
                            height: 202px;
                            box-sizing: border-box;
                            float: left;
                        }

                            .industry_content .information_box .information_new .news_information .news_content .news_bj .news_img > img {
                                width: 100%;
                                height: 100%;
                            }

                        .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt {
                            width: 945px;
                            box-sizing: border-box;
                            padding: 50px 60px 0 40px;
                            float: left;
                        }

                            .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt h1 {
                                width: 480px;
                                height: 25px;
                                font-size: 20px;
                                color: #2A2A2A;
                                letter-spacing: 0;
                                line-height: 25px;
                                overflow: hidden;
                                /*超出部分隐藏*/
                                text-overflow: ellipsis;
                                /*超出部分显示省略号*/
                                white-space: nowrap;
                                /*规定段落中的文本不进行换行 */
                            }

                            .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_wt_text {
                                margin-top: 9px;
                            }

                                .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_wt_text .news_wt_name {
                                    float: left;
                                    max-width: 135px;
                                    height: 14px;
                                    font-size: 12px;
                                    color: #7D7572;
                                    letter-spacing: 0;
                                    line-height: 14px;
                                    background: url(/Content/imgs/index/article_icon8.png) left center no-repeat;
                                    padding-left: 15px;
                                    overflow: hidden;
                                    /*超出部分隐藏*/
                                    text-overflow: ellipsis;
                                    /*超出部分显示省略号*/
                                    white-space: nowrap;
                                    /*规定段落中的文本不进行换行 */
                                }

                                .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_wt_text .news_wt_tet {
                                    float: left;
                                    height: 14px;
                                    font-size: 12px;
                                    color: #7D7572;
                                    letter-spacing: 0;
                                    line-height: 14px;
                                    background: url(/Content/imgs/index/article_icon9.png) left center no-repeat;
                                    padding-left: 15px;
                                    margin-left: 20px;
                                }

                            .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_xq {
                                margin-top: 20px;
                            }

                                .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_xq p {
                                    width: 740px;
                                    height: 40px;
                                    float: left;
                                    font-size: 12px;
                                    color: #7D7572;
                                    letter-spacing: 0;
                                    line-height: 20px;
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-box-orient: vertical;
                                    -webkit-line-clamp: 2;
                                    word-break: break-all;
                                }

                                .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_xq .news_xq_bt {
                                    width: 36px;
                                    height: 36px;
                                    float: right;
                                    background: #d3b16a;
                                    position: relative;
                                    margin-top: 2px;
                                }

                                    .industry_content .information_box .information_new .news_information .news_content .news_bj .news_wt .news_xq .news_xq_bt:after {
                                        display: block;
                                        content: '';
                                        width: 7px;
                                        height: 9px;
                                        background-image: url(/Content/imgs/index/icon_jtiii.png);
                                        background-size: 100% 100%;
                                        position: absolute;
                                        left: 50%;
                                        top: 50%;
                                        transform: translate(-50%, -50%);
                                        -o-transform: translate(-50%, -50%);
                                        -webkit-transform: translate(-50%, -50%);
                                        -moz-transform: translate(-50%, -50%);
                                    }

                    .industry_content .information_box .information_new .news_information .news_content .news_list_content {
                        margin-top: 18px;
                    }

                        .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box {
                            display: block;
                            width: 380px;
                            margin-top: 20px;
                            float: left;
                        }

                            .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box a {
                                display: block;
                            }

                            .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box .news_icon {
                                width: 14px;
                                height: 14px;
                                background-image: url(/Content/imgs/index/icon_xwjt.png);
                                background-size: 100% 100%;
                                margin-right: 12px;
                                float: left;
                            }

                            .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box .message_text {
                                float: left;
                            }

                                .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box .message_text p {
                                    width: 350px;
                                    font-size: 14px;
                                    color: #2A2A2A;
                                    letter-spacing: 0;
                                    line-height: 14px;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                }

                                .industry_content .information_box .information_new .news_information .news_content .news_list_content .news_list_box .message_text span {
                                    display: block;
                                    margin-top: 10px;
                                    height: 14px;
                                    font-size: 12px;
                                    color: #979797;
                                    letter-spacing: 0;
                                    line-height: 14px;
                                    background: url(/Content/imgs/index/article_icon9.png) no-repeat;
                                    background-position: left 1px;
                                    padding-left: 15px;
                                    padding-bottom: 20px;
                                    border-bottom: 1px solid #E7E7E7;
                                }

.wxkf_r {
    /*border-right: 40px solid transparent !important;*/
    /*position:fixed !important;
    right:50px;*/
}

/* ===== Section ===== */
.review-section {
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 20px;
}

/* ===== Section Title ===== */
.section-title {
    text-align: left;
    margin-bottom: 36px;
    position: relative;
}

    .section-title h2 {
        font-size: 30px;
        font-weight: bold;
        color: var(--text);
        display: inline-block;
        position: relative;
        /*padding: 0 24px;*/
    }

        .section-title h2::before,
        .section-title h2::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 50px;
            height: 2px;
            background: var(--red);
        }

        .section-title h2::before {
            right: 100%;
            transform: translateX(-12px);
        }

        .section-title h2::after {
            left: 100%;
            transform: translateX(12px);
        }

    .section-title .sub {
        font-size: 13px;
        color: var(--text-muted);
        margin-top: 8px;
        letter-spacing: 1px;
    }

/* ===== Reviews Grid ===== */
.reviews-grid {
    display: flex;
    gap: 28px;
}

.review-card {
    flex: 1;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 32px 28px 24px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
}

    .review-card:nth-child(2) {
        animation-delay: 0.12s;
    }

    .review-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }

    /* Quote icon */
    .review-card::before {
        content: '\201C';
        position: absolute;
        top: 14px;
        right: 24px;
        font-size: 64px;
        line-height: 1;
        color: rgba(192, 57, 43, 0.08);
        font-family: Georgia, serif;
        pointer-events: none;
    }

/* ===== Reviewer Info ===== */
.reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.reviewer-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--border);
    background: #f0ebe6;
}

    .reviewer-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.reviewer-meta {
    flex: 1;
    min-width: 0;
}

.reviewer-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 4px;
}

.reviewer-stars {
    display: flex;
    gap: 2px;
}

    .reviewer-stars .star {
        width: 14px;
        height: 14px;
        display: inline-block;
    }

        .reviewer-stars .star svg {
            width: 14px;
            height: 14px;
            fill: var(--star);
            display: block;
        }

        .reviewer-stars .star.empty svg {
            fill: #ddd;
        }

/* ===== Review Content ===== */
.review-text {
    font-size: 14px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

/* ===== Review Image ===== */
.review-image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--border);
    aspect-ratio: 16 / 9;
    background: #f8f5f2;
}

    .review-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

.review-card:hover .review-image img {
    transform: scale(1.03);
}

/* ===== Review Footer ===== */
.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.review-time {
    font-size: 12px;
    color: var(--text-muted);
}

.review-tag {
    font-size: 11px;
    color: var(--red);
    background: rgba(192,57,43,0.07);
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
