* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}

.hall-content .box2 .demand .demand-content .document-wrap img[src=""], img:not([src]) {
    opacity: 0
}

#Refusal .server {
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
}

    #Refusal .server p {
        height: 40px;
        line-height: 40px;
    }

        #Refusal .server p a {
            display: inline-block;
            border-radius: 3px;
            background: #e5e5e5;
            height: 28px;
            line-height: 28px;
            text-align: center;
            padding: 0px 10px;
            font-size: 12px;
            margin: 0 5px;
        }

            #Refusal .server p a em {
                display: inline-block;
                margin-right: 5px;
            }

body {
    background: rgba(246, 246, 246, 1);
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

.home {
}

.wrap {
    min-width: 1200px;
    margin: 0 auto;
}
/* 顶部背景图区域 */
.carousel {
    height: 736px;
    width: 100%;
    /* margin: o auto; */
}

    .carousel img {
        height: 100%;
        width: 100%;
    }
/* 预约框 */
#box1 {
    display: none;
    position: relative;
    margin: 10vh auto 0;
    width: 1200px;
    height: 630px;
    z-index: 200;
    background: rgba(246, 246, 246, 1);
    border-radius: 5px;
    padding: 59px 191px 125px 191px;
    text-align: center;
}

    #box1 .box-title-wrap {
        text-align: center;
        position: relative;
    }

    #box1 .box-content-wrap form .plane {
        position: absolute !important;
        left: 0px;
        top: -22px;
    }

    #box1 .box-content-wrap {
        margin-top: 54px;
        width: 815px;
        height: 370px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
        border-radius: 3px;
        padding: 60px 173px 45px 173px;
        position: relative;
    }

        #box1 .box-content-wrap .form-main {
            position: relative;
        }

            #box1 .box-content-wrap .form-main dl::after {
                content: '';
                display: block;
                clear: both;
            }

            #box1 .box-content-wrap .form-main dl {
                height: 44px;
                line-height: 44px;
            }

                #box1 .box-content-wrap .form-main dl .teb input {
                    width: 225px;
                }

                #box1 .box-content-wrap .form-main dl dd a {
                    width: 125px;
                    height: 36px;
                    background: rgba(217, 181, 136, 1);
                    box-shadow: 0px 3px 6px rgba(165, 126, 87, 0.19);
                    border-radius: 20px;
                    display: inline-block;
                    text-decoration: none;
                    line-height: 36px;
                    font-size: 14px;
                    color: rgba(255, 255, 255, 1);
                }

                    #box1 .box-content-wrap .form-main dl dd a:hover {
                        background: #363A51;
                    }

                #box1 .box-content-wrap .form-main dl .hui input {
                    width: 13px;
                    display: inline-block;
                    vertical-align: middle;
                }

                #box1 .box-content-wrap .form-main dl .hui label {
                    font-size: 14px;
                    color: #666666;
                    margin-right: 20px;
                }

                #box1 .box-content-wrap .form-main dl .yuyue {
                    text-decoration: none;
                    width: 135px;
                    height: 36px;
                    background: rgba(217, 181, 136, 1);
                    box-shadow: 0px 3px 6px rgba(165, 126, 87, 0.19);
                    border-radius: 20px;
                    display: inline-block;
                    line-height: 36px;
                    font-size: 14px;
                    color: rgba(255, 255, 255, 1);
                }

                    #box1 .box-content-wrap .form-main dl .yuyue:hover {
                        background: #363A51;
                    }

                #box1 .box-content-wrap .form-main dl dt {
                    float: left;
                    text-align: right;
                    width: 90px;
                    margin-right: 20px;
                    font-size: 14px;
                    color: #666666;
                }

                #box1 .box-content-wrap .form-main dl dd {
                    float: left;
                    height: 44px;
                }

                    #box1 .box-content-wrap .form-main dl dd input {
                        height: 44px;
                        border-top: none;
                        border-left: none;
                        border-right: none;
                        width: 350px;
                        outline: none;
                    }

/* 关闭按钮 */
#closeBtn1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#greybackground2 {
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

/* 预约框结束 */

/* 收益弹出框 */
#box {
    display: none;
    position: relative;
    margin: 16vh auto 0;
    width: 1270px;
    height: 770px;
    /* border: #f60 solid 2px; */
    z-index: 200;
    background: rgba(246, 246, 246, 1);
    border-radius: 5px;
    padding: 29px 34px 22px 34px;
    text-align: center;
    /* overflow: hidden; */
}

    #box::after {
        content: '';
        display: block;
        clear: both;
    }

    #box .input-wrap {
        width: 498px;
        height: 53px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(217, 181, 136, 1);
        border-radius: 27px;
        display: inline-block;
        margin-top: 36px;
        padding: 10px 18px 15px 18px;
        text-align: initial
    }

        #box .input-wrap img {
            vertical-align: middle;
        }

        #box .input-wrap input::-webkit-input-placeholder {
            color: rgba(170, 170, 170, 1);
            font-size: 16px;
        }

        #box .input-wrap .inp {
            height: 22px;
            width: 410px;
            border: none;
            color: rgba(170, 170, 170, 1);
            font-size: 16px;
            outline: none;
            vertical-align: middle;
        }

    #box .box-content-wrap {
        margin-top: 46px;
    }

        #box .box-content-wrap::after {
            content: '';
            display: block;
            clear: both;
        }

        #box .box-content-wrap .left-box-wrap {
            float: left;
            width: 590px;
            height: 550px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
            border-radius: 3px;
            padding: 50px 45px 100px 45px;
        }

        #box .box-content-wrap .left-box-title img {
            vertical-align: middle;
        }

        #box .box-content-wrap .left-box-title span {
            font-size: 16px;
            color: rgba(153, 153, 153, 1);
            margin-left: 10px;
        }

        #box .box-content-wrap .vip-img {
            margin-top: 55px;
        }

        #box .box-content-wrap .fwf {
            margin-top: 34px;
            font-size: 16px;
            color: rgba(102, 102, 102, 1);
        }

            #box .box-content-wrap .fwf span {
                font-size: 24px;
                color: rgba(255, 0, 0, 1)
            }

        #box .box-content-wrap .get-money {
            margin-top: 40px;
            width: 500px;
            height: 108px;
            border: 1px solid rgba(217, 181, 136, 1);
            border-radius: 27px;
        }

            #box .box-content-wrap .get-money::after {
                content: '';
                display: block;
                clear: both;
            }

            #box .box-content-wrap .get-money .left-m {
                width: 118px;
                height: 100%;
                ;
                float: left;
                border-right: 1px solid rgba(217, 181, 136, 1);
                padding: 20px 20px 25px 25px
            }

                #box .box-content-wrap .get-money .left-m span {
                    display: block;
                    font-size: 16px;
                    color: rgba(102, 102, 102, 1);
                    margin-top: 9px;
                }

            #box .box-content-wrap .get-money .right-m {
                float: left;
                width: calc(100% - 118px);
                height: 100%;
                padding: 27px 0 29px 24px;
                text-align: initial;
            }

                #box .box-content-wrap .get-money .right-m span {
                    font-size: 41px;
                    font-weight: bold;
                    color: rgba(217, 181, 136, 1);
                    /* display: inline-block; */
                    line-height: 50px;
                }

        /* 右边box */
        #box .box-content-wrap .right-box-wrap {
            float: right;
            width: 590px;
            height: 550px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
            border-radius: 3px;
            padding: 31px 40px 54px 40px;
        }

            #box .box-content-wrap .right-box-wrap a {
                text-decoration: none;
                display: inline-block;
                height: 53px;
                width: 146px;
                border-radius: 30px;
                line-height: 47px;
                vertical-align: middle;
                margin-left: 10px;
                margin-right: 10px;
            }

            #box .box-content-wrap .right-box-wrap .change {
                background: rgba(217, 181, 136, 1);
            }

.abc {
    display: none !important;
}

#box .box-content-wrap .right-box-wrap .change span {
    color: rgba(255, 255, 255, 1);
}

#box .box-content-wrap .right-box-wrap a img {
    vertical-align: middle;
}

#box .box-content-wrap .right-box-wrap a .chaii {
    z-index: 999;
    display: inline-block;
}
/* #box .box-content-wrap .right-box-wrap a img{
    display:none;
} */
#box .box-content-wrap .right-box-wrap a span {
    vertical-align: middle;
    font-size: 16px;
    color: rgba(217, 181, 136, 1);
}

#box .box-content-wrap .right-box-wrap .vip-img {
    margin-top: 24px;
}

    #box .box-content-wrap .right-box-wrap .vip-img img {
        display: none;
    }

        #box .box-content-wrap .right-box-wrap .vip-img img:first-child {
            display: inline-block;
        }

/* 服务费 */
#box .box-content-wrap .right-box-wrap .fwf {
    margin-top: 26px;
}

#box .box-content-wrap .right-box-wrap .tips {
    margin-top: 22px;
}

    #box .box-content-wrap .right-box-wrap .tips .a {
        font-size: 16px;
        color: rgba(102, 102, 102, 1);
    }

    #box .box-content-wrap .right-box-wrap .tips .b {
        font-size: 30px;
        font-weight: bold;
        color: rgba(255, 35, 35, 1);
    }

/* 关闭按钮 */
#closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#greybackground {
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

/* 收益弹出框结束 */


/* 侧边栏 */
.home .slider-bar {
    position: fixed;
    width: 156px;
    bottom: 536px;
    right: 6px;
    text-align: center;
}

    .home .slider-bar .img-w {
        width: 156px;
        height: 156px
    }

        .home .slider-bar .img-w img {
            width: 100%;
            height: 100%;
        }

    .home .slider-bar p {
        font-size: 18px;
        color: #8F5B08;
        font-weight: bold;
    }

    .home .slider-bar .img-top {
        display: none;
        cursor: pointer;
    }
/* 侧边栏结束 */


.middle-wrap {
    width: 100%;
}

    .middle-wrap .W {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

.privilege-wrap {
    width: 100%;
    height: 320px;
    /* border: 1px solid red; */
    margin-top: -280px;
}

    .privilege-wrap::after {
        content: '';
        display: block;
        clear: both;
    }

    .privilege-wrap .box {
        float: left;
        padding: 22px 16px 0px;
        height: 317px;
        width: 220px;
        /* border: 1px solid black; */
        margin-right: 24px;
        background: linear-gradient(180deg, rgba(251, 229, 175, 1) 0%, rgba(206, 175, 114, 1) 100%);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        text-align: center;
        background: url('/Images/hxyvip_img/beijing.png')
    }

    .privilege-wrap .right-b {
        float: right;
        margin-right: 0px;
    }

    .privilege-wrap .box .p1 {
        height: 51px;
        font-size: 36px;
        font-family: Source Han Serif SC;
        font-weight: 800;
        color: rgba(143, 91, 8, 1);
        line-height: 51px;
    }

    .privilege-wrap .box .p2 {
        height: 20px;
        font-size: 15px;
        font-family: Source Han Sans SC;
        color: rgba(86, 54, 4, 1);
        line-height: 20px;
    }

    .privilege-wrap .box p:nth-child(2) {
        margin-top: 10px;
    }

    .privilege-wrap .box .p3 {
        height: 16px;
        font-size: 16px;
        font-weight: bold;
        font-family: Source Han Sans CN;
        color: #8F5B08;
        line-height: 16px;
        margin-top: 52px;
    }

    .privilege-wrap .box .img-wrap {
        width: 188px;
        height: 184px;
        /* border: 1px solid red; */
    }

/* 五个特权框区域结束 */

/* 特权内容区域开始 */
.privilege-content {
    width: 100%;
    margin-top: 121px;
    margin-bottom: 100px;
}

.privilege-content-title {
    width: 100%;
    text-align: center;
}

.privilege-table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 32px;
}

    .privilege-table .tb-menu {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        border: hidden;
        position: relative;
    }

        .privilege-table .tb-menu thead {
            display: table-header-group;
            vertical-align: middle;
            border-color: inherit;
        }

        .privilege-table .tb-menu colgroup {
            display: table-column-group;
        }

        .privilege-table .tb-menu tbody {
            display: table-header-group;
            vertical-align: middle;
            border-color: inherit;
        }

            .privilege-table .tb-menu tbody .tb-head {
                height: 81px;
            }

.tb-fixed {
    height: 81px;
    position: fixed;
    top: 62px;
}

.privilege-table .tb-menu tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

    .privilege-table .tb-menu tbody tr td {
        border: 1px solid #eee;
        border-collapse: collapse;
    }

.privilege-table .tb-menu tbody .max-fb {
    background: url('/Images/hxyvip_img/bg1.png');
    font-size: 16px;
    font-weight: 400;
    color: #8F5B08;
    width: 383.55px;
    height: 82px;
}

.privilege-table .tb-menu tbody .td2 {
    background: rgba(255, 235, 178, 1);
}

.privilege-table .tb-menu tbody .td3 {
    background: rgba(249, 226, 169, 1);
}

.privilege-table .tb-menu tbody tr td span {
    font-size: 16px;
    color: #8F5B08;
}

    .privilege-table .tb-menu tbody tr td span img {
        vertical-align: middle;
        margin-right: 10px;
    }

.privilege-table .tb-menu tbody tr .td-img {
    position: relative;
}

.privilege-table .tb-menu tbody tr .img-float {
    position: absolute;
    right: -25px;
    top: -26px;
}

/* 表格头行结束 */

/* 表格第二行开始 */
.privilege-table .tb-menu tbody tr td p {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
}

.privilege-table .tb-menu tbody .m-fran td {
    /* height: 495px; */
}

    .privilege-table .tb-menu tbody .m-fran td p {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
    }

.privilege-table .tb-menu tbody .m-fran .fb span {
    display: block;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.privilege-table .tb-menu tbody .m-fran .te {
    line-height: 30px !important;
    padding-top: 33px;
}

.privilege-table .tb-menu tbody .mfr td a {
    text-decoration: none;
    cursor: pointer;
}

.privilege-table .tb-menu tbody .mfr .spa {
    /*line-height: 167px;*/
    height: 175px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    cursor: pointer;
}

    .privilege-table .tb-menu tbody .mfr .spa:hover {
        color: red;
    }

.privilege-table .tb-menu tbody .mfr .T {
    height: 20px;
    width: 67px;
    /*margin-left: 68px;*/
    /*margin-top: -86px;*/
}

.privilege-table .tb-menu tbody .mfr td .service {
    position: absolute;
    top: 95px;
    left: 35px;
    display: none;
}

.privilege-table .tb-menu tbody .mfr td:nth-child(2) {
    background: rgba(255, 250, 242, 1);
}

.privilege-table .tb-menu tbody .mfr td:nth-child(3) {
    background: rgba(255, 255, 255, 1) !important;
}

.privilege-table .tb-menu tbody .mfr td:nth-child(4) {
    background: rgba(255, 250, 242, 1);
}

.privilege-table .tb-menu tbody .mfr td:nth-child(5) {
    background: rgba(255, 255, 255, 1) !important;
}

.privilege-table .tb-menu tbody .mfr .spb span {
    font-size: 16px;
    color: #333333;
    display: block;
}

    .privilege-table .tb-menu tbody .mfr .spb span i {
        color: #FF4E4E;
        font-weight: bold;
        font-size: 26px;
        font-style: normal;
    }

.privilege-table .tb-menu tbody .mfr .spb a {
    /* margin-bottom: 20px; */
    text-decoration: none;
    width: 135px;
    height: 36px;
    display: inline-block;
    background: rgba(217, 181, 136, 1);
    box-shadow: 0px 3px 6px rgba(165, 126, 87, 0.19);
    border-radius: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin-top: 15px;
}

    .privilege-table .tb-menu tbody .mfr .spb a:hover {
        background: #363A51;
    }

.privilege-table .tb-menu tbody .m-fran .te span {
    display: block;
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
}

.privilege-table .tb-menu tbody .m-fran td p:nth-last-child(1) {
    border: none;
}

.privilege-table .tb-menu tbody .m-fran td .te:nth-child(1) {
    height: 128px;
    line-height: 128px;
}

.privilege-table .tb-menu tbody .m-fran td:nth-child(3) {
    background: rgba(255, 250, 242, 1);
}

.privilege-table .tb-menu tbody .m-fran td:nth-child(5) {
    background: rgba(255, 250, 242, 1);
}

/* 表格第二行结束 */

/* 特权内容区域结束 */

/* 需求大厅区域开始 */
.hall-wrap {
    width: 100%;
}

.hall-title {
    width: 100%;
    text-align: center;
}

.hall-content {
    margin-top: 44px;
    width: 100%;
    height: 700px;
    /* border: 1px solid red; */
    background: url('/Images/hxyvip_img/bookbg.png');
    padding: 31px 31px 28px 35px;
}

    .hall-content::after {
        content: '';
        display: block;
        clear: both;
    }

    .hall-content .box1 {
        scrollbar-width:  none;
        overflow: -moz-scrollbars-none;
    }

    .hall-content .box1 { /*兼容火狐*/
        scrollbar-width: none;
    }

    .hall-content .box1 { /* 兼容IE10+ */
        -ms-overflow-style: none;
    }

    .hall-content .box1 {
        float: left;
        background: rgba(255, 255, 255, 1);
        opacity: 1;
        border-radius: 3px;
        width: 534px;
        height: 643px;
        padding: 3px 15px 18px 15px;
        overflow: auto;
        scrollbar-width:  none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .hall-content .box1::-webkit-scrollbar {
            display: none;
        }



        .hall-content .box1 dl {
            width: 504px;
            height: 90px;
            border-radius: 3px;
            padding: 17px 14px 18px 14px;
            border: 1px solid rgba(220,220,219,1);
            margin-top: 15px;
        }

            .hall-content .box1 dl dt .s1 {
                font-size: 18px;
                font-family: Source Han Sans CN;
                font-weight: bold;
                color: rgba(99, 62, 21, 1);
                /*vertical-align: middle;*/
                overflow: hidden;
                white-space: nowrap;
                display: inline-block;
                width: 160px;
                text-overflow: ellipsis;
            }

            .hall-content .box1 dl dt .s2 {
                display: inline-block;
                width: 64px;
                height: 23px;
                background: rgba(232, 207, 150, 1);
                font-size: 12px;
                color: rgba(165, 97, 21, 1);
                text-align: center;
                line-height: 23px;
                margin-left: 22px;
                padding: 0px 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .hall-content .box1 dl dd {
                margin-top: 10px;
            }

                .hall-content .box1 dl dd::after {
                    content: '';
                    display: block;
                    clear: both;
                }

                .hall-content .box1 dl dd div {
                    float: left;
                    margin-right: 23px;
                }

                    .hall-content .box1 dl dd div:nth-last-child(1) {
                        float: right;
                        font-size: 14px;
                        color: rgba(99, 62, 21, 1);
                    }

                        .hall-content .box1 dl dd div:nth-last-child(1) span {
                            font-weight: bold;
                        }

                    .hall-content .box1 dl dd div img {
                        vertical-align: middle;
                    }

                    .hall-content .box1 dl dd div .s3 {
                        font-size: 12px;
                        color: rgba(165, 97, 21, 1);
                        vertical-align: middle;
                    }

.tete {
    background: url('/Images/hxyvip_img/duihuak.png')no-repeat center;
    border: none !important;
    width: 513px !important;
}

.hall-content .box2 {
    float: right;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 3px;
    width: 534px;
    height: 643px;
    padding: 28px 31px 21px 31px;
}

.hall-content .box2 {
    scrollbar-width: none;
}

    .hall-content .box2 .box2-wrap {
        display: none;
    }

        .hall-content .box2 .box2-wrap:first-child {
            display: block;
        }

    /* 未登录前需求大厅看到的box */
    .hall-content .box2 .box2-title {
        height: 25px;
    }

        .hall-content .box2 .box2-title img {
            vertical-align: middle;
        }

        .hall-content .box2 .box2-title span {
            font-size: 25px;
            display: inline-block;
            line-height: 25px;
            color: #633E15;
            vertical-align: middle;
            margin-left: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 365px;
        }

    .hall-content .box2 .box2-content {
        width: 473px;
        height: 532px;
        /* background: rgba(0, 0, 0, 0.15); */
        background: url('/Images/hxyvip_img/mohu.png')center;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        /* opacity: 0.15; */
        margin-top: 31px;
        text-align: center;
    }

        .hall-content .box2 .box2-content .img-lock img {
            margin-top: 114px;
        }

        .hall-content .box2 .box2-content .p1 {
            color: rgba(54, 58, 81, 1);
            font-weight: bold;
            font-size: 25px;
            margin-top: 49px;
        }

        .hall-content .box2 .box2-content .p2 {
            font-size: 16px;
            color: rgba(54, 58, 80, 1);
            margin-top: 17px;
        }

            .hall-content .box2 .box2-content .p2 a {
                color: #FF3030;
                cursor: pointer;
            }

    /* 未登录前需求大厅看到的box结束 */

    /* 登录之后需求大厅看到的box */
    .hall-content .box2 .box2-title2 {
        height: 25px;
    }

        .hall-content .box2 .box2-title2 img {
            vertical-align: middle;
        }

        .hall-content .box2 .box2-title2 span {
            font-size: 25px;
            display: inline-block;
            line-height: 25px;
            color: #633E15;
            vertical-align: middle;
            margin-left: 12px;
        }

    .hall-content .box2 .box2-detail {
        margin-top: 33px;
    }

        .hall-content .box2 .box2-detail p span {
            font-size: 18px;
            font-weight: bold;
            line-height: 19px;
            color: rgba(99, 62, 21, 1);
            vertical-align: middle;
            margin-left: 5px;
        }

        .hall-content .box2 .box2-detail i {
            display: inline-block;
            width: 5px;
            height: 18px;
            background: rgba(99, 62, 21, 1);
            border-radius: 10px;
            vertical-align: middle;
        }

        .hall-content .box2 .box2-detail .detail-content {
            width: 470px;
            height: 285px;
            border: 1px solid rgba(112, 112, 112, 1);
            border-radius: 5px;
            margin-top: 15px;
            padding: 11px 16px 16px 14px;
            font-size: 14px;
            color: rgba(54, 58, 80, 1);
            line-height: 24px;
            opacity: 0.8;
            overflow-x: hidden;
            overflow-y: auto;
        }

    .hall-content .box2 .demand {
        margin-top: 30px;
    }

        .hall-content .box2 .demand p span {
            font-size: 18px;
            font-weight: bold;
            line-height: 19px;
            color: rgba(99, 62, 21, 1);
            vertical-align: middle;
            margin-left: 5px;
        }

        .hall-content .box2 .demand p i {
            display: inline-block;
            width: 5px;
            height: 18px;
            background: rgba(99, 62, 21, 1);
            border-radius: 10px;
            vertical-align: middle;
        }
        /* .hall-content .box2 .demand-overf{
    overflow-x: scroll;
} */
        .hall-content .box2 .demand .demand-content {
            padding: 14px 11px 0px 11px;
            /* width: 470px; */
            height: 124px;
            border: 1px solid rgba(112, 112, 112, 1);
            border-radius: 5px;
            margin-top: 15px;
            white-space: nowrap;
            overflow: auto;
            /* overflow-x: scroll; */
        }

            .hall-content .box2 .demand .demand-content .document-wrap {
                text-align: center;
                width: 85px;
                display: inline-block;
                /* float: left; */
                margin-right: 10px;
            }

                .hall-content .box2 .demand .demand-content .document-wrap img {
                    display: block;
                    width: 57px;
                    height: 60px;
                    margin-left: 15px;
                    margin-top: 10px;
                }

                .hall-content .box2 .demand .demand-content .document-wrap span {
                    font-size: 12px;
                    color: rgba(54, 58, 80, 1);
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 87px;
                }

/* 登录之后需求大厅看到的box结束 */

/* 需求大厅区域结束 */

.middle-wrap .X {
    width: 1277px;
    margin: 0 auto;
    position: relative;
}

/* 开通流程区域开始 */
.open-process-wrap {
    width: 100%;
    margin-top: 126px;
}

.open-title {
    width: 100%;
    text-align: center;
}

.open-pro-content {
    width: 100%;
    height: 281px;
    /* border: 1px solid black; */
    margin-top: 11px;
    background: url('/Images/hxyvip_img/open_bg.png') center;
    padding: 77px 137px 66px 137px;
}

    .open-pro-content::after {
        content: '';
        display: block;
        clear: both;
    }

    .open-pro-content .box {
        text-align: center;
        float: left;
        margin-right: 12px;
    }

        .open-pro-content .box .pro-img {
            margin-top: 36px;
        }

        .open-pro-content .box .xuanz {
            -webkit-transition: -webkit-transform 2s ease-out;
            -moz-transition: -moz-transform 2s ease-out;
            -o-transition: -o-transform 2s ease-out;
            -ms-transition: -ms-transform 2s ease-out;
            cursor: pointer;
        }

            .open-pro-content .box .xuanz:hover {
                -webkit-transform: rotateZ(360deg);
                -moz-transform: rotateZ(360deg);
                -o-transform: rotateZ(360deg);
                -ms-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
            }

        .open-pro-content .box p {
            font-size: 16px;
            color: rgba(54, 57, 80, 1)
        }

/* 开通流程区域结束 */

.middle-wrap .Y {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* vip咨询区域开始 */
.vip-wrap {
    width: 100%;
    margin-top: 126px;
    margin-bottom: 100px;
}

.vip-title {
    width: 100%;
    text-align: center;
    position: relative;
}

    .vip-title .img-pos {
        position: absolute;
        left: -55px;
        top: -20px;
    }

    .vip-title .img-posright {
        position: absolute;
        right: -57px;
        bottom: -370px;
    }

.vip-content {
    width: 100%;
    height: 230px;
    /* border: 1px solid red; */
    margin-top: 40px;
}

    .vip-content::after {
        content: '';
        display: block;
        clear: both;
    }

    .vip-content .box1 {
        float: left;
        width: 580px;
        height: 100%;
        /* border: 1px solid red; */
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
        border-radius: 3px;
        padding: 20px 0 33px 0;
    }

        .vip-content .box1::after {
            content: '';
            display: block;
            clear: both;
        }

        .vip-content .box1 .cont1 {
            float: left;
        }

        .vip-content .box1 .cont2 {
            float: left;
            margin-left: 88px;
        }

            .vip-content .box1 .cont2 .p1 {
                margin-top: 46px;
            }

                .vip-content .box1 .cont2 .p1 img {
                    vertical-align: middle;
                }

                .vip-content .box1 .cont2 .p1 span {
                    font-size: 16px;
                    color: rgba(51, 51, 51, 1);
                    font-weight: bold;
                    vertical-align: middle;
                    margin-left: 17px;
                }

            .vip-content .box1 .cont2 .p2 {
                font-size: 14px;
                color: rgba(102, 102, 102, 1);
                margin-top: 16px;
            }

    .vip-content .box2 {
        float: right;
        width: 580px;
        height: 100%;
        /* border: 1px solid red; */
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
        border-radius: 3px;
        padding: 20px 0 33px 0;
    }

        .vip-content .box2::after {
            content: '';
            display: block;
            clear: both;
        }

        .vip-content .box2 .cont1 {
            float: left;
        }

        .vip-content .box2 .cont2 {
            float: left;
            margin-left: 88px;
        }

            .vip-content .box2 .cont2 .p1 {
                margin-top: 45px;
            }

                .vip-content .box2 .cont2 .p1 img {
                    vertical-align: middle;
                }

                .vip-content .box2 .cont2 .p1 span {
                    font-size: 16px;
                    color: rgba(51, 51, 51, 1);
                    font-weight: bold;
                    vertical-align: middle;
                    margin-left: 17px;
                }

            .vip-content .box2 .cont2 .p2 {
                font-size: 14px;
                color: rgba(102, 102, 102, 1);
                margin-top: 19px;
            }

                .vip-content .box2 .cont2 .p2 a {
                    width: 135px;
                    height: 36px;
                    /* background: url('./../hxyvip_img/btn_bg.png'); */
                    display: inline-block;
                    text-align: center;
                    text-decoration: none;
                    line-height: 36px;
                    font-size: 14px;
                    color: #FFFFFF;
                    background: rgba(217, 181, 136, 1);
                    box-shadow: 0px 3px 6px rgba(165, 126, 87, 0.19);
                    border-radius: 20px;
                }

                    .vip-content .box2 .cont2 .p2 a:hover {
                        background: #363A51;
                    }
/* vip咨询区域结束 */
