/* 列表样式 */

/* 公共 */
/*ul{list-style: none;}
a,p,ul,li,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tag{
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 3px 10px 4px;
}
.tag.jishou,
.tag.jizhuan{
	background: rgba(255, 87, 51, 1);
}
.tag.gaojia{
	background: rgba(212, 48, 48, 1);
}
.tag.youzhi{
	background: rgba(67, 207, 124, 1);
}*/
 
body {
    font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "黑体", arial, STHeiti, '\5b8b\4f53';
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml10 {
    margin-left: 10px;
}

.bg-fff {
    background-color: #fff;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pd20 {
    padding: 20px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.self-hide {
    display: none;
}

.pd0 {
    padding: 0;
}

.home-list-block {
    position: relative;
    padding: 30px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .home-list-block > div {
        padding: 5px 15px;
    }

    .home-list-block .home-list-img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .home-list-block .home-list-name {
        font-size: 14px;
        color: #000;
        margin: 7px 0 0;
    }

    .home-list-block .media-heading {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        line-height: 1.3;
    }

        .home-list-block .media-heading > span {
            font-size: 14px;
            color: rgba(56, 56, 56, 1);
            margin-left: 20px;
            font-weight: normal;
        }

    .home-list-block .home-list-txt {
        max-width: 700px;
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        margin: 10px 0 0;
    }

    .home-list-block .btn {
        margin-top: 10px;
    }

.aptitude-sell-block {
    position: relative;
    padding: 30px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .aptitude-sell-block > div {
        padding: 5px 15px;
    }

    .aptitude-sell-block .major {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        font-weight: bold;
        margin-top: 0;
        line-height: 1.3;
    }

.majorshouyeyeka {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.3;
}
    .majorshouyeyeka > span {
        font-size: 16px;
        color: rgba(255, 87, 51, 1);
        margin-left: 10px;
        font-weight: normal;
    }


.aptitude-sell-block .major > span {
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
    margin-left: 20px;
    font-weight: normal;
}

.aptitude-sell-block .info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .aptitude-sell-block .info > li {
        margin-right: 20px;
        position: relative;
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        margin-top: 10px;
    }

        .aptitude-sell-block .info > li::before {
            display: block;
            content: '';
            width: 1px;
            height: 14px;
            background: rgba(128, 128, 128, 1);
            position: absolute;
            top: 3px;
            right: -10px;
        }

        .aptitude-sell-block .info > li:last-child::before {
            display: none;
        }

.detail-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.aptitude-sell-block .detail-info > li {
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    margin-top: 10px;
}

    .aptitude-sell-block .detail-info > li::before {
        display: block;
        content: '';
        width: 1px;
        height: 14px;
        background: rgba(128, 128, 128, 1);
        position: absolute;
        top: 3px;
        right: -10px;
    }

    .aptitude-sell-block .detail-info > li:last-child::before {
        display: none;
    }

    .aptitude-sell-block .detail-info > li > label {
        font-weight: normal;
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        margin-bottom: 5px;
    }

    .aptitude-sell-block .detail-info > li > p {
        text-align: center;
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
    }

        .aptitude-sell-block .detail-info > li > p.red {
            color: rgba(255, 87, 51, 1);
        }

.aptitude-sell-block .status {
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
}

.aptitude-sell-block .btn {
    margin: 5px 0;
}


.aptitude-buy-block {
    position: relative;
    padding: 30px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .aptitude-buy-block > div {
        padding: 5px 15px;
    }

    .aptitude-buy-block .major {
        display: flex;
        line-height: 19px;
    }

        .aptitude-buy-block .major > p {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.85);
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 5px;
        }

        .aptitude-buy-block .major > span {
            flex: 1;
            font-size: 14px;
            color: rgba(56, 56, 56, 1);
            white-space: nowrap;
        }

    .aptitude-buy-block .info {
        margin-top: 15px;
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
    }

        .aptitude-buy-block .info > span {
            margin-left: 20px;
        }

    .aptitude-buy-block .desc {
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        line-height: 1.2;
        margin-top: 10px;
    }

.home-list-block .price {
    font-size: 22px;
    color: rgba(255, 87, 51, 1);
}

.home-list-block .info label {
    margin-right: 30px;
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
}

.home-list-block .info span {
    color: rgba(128, 128, 128, 1);
}

.aptitude-buy-block .btn {
    margin: 5px 0;
}



.certificate-demand-block {
    position: relative;
    padding: 20px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jiangese {
    background: rgb(255 255 255);
}

.certificate-demand-block > div {
    padding: 5px 15px;
}

.certificate-demand-block .major {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 0;
}

    .certificate-demand-block .major > span {
        font-size: 14px;
        color: rgba(56, 56, 56, 1);
        margin-left: 5px;
        font-weight: normal;
    }

.certificate-demand-block .info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .certificate-demand-block .info > li {
        margin-right: 20px;
        position: relative;
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        margin-top: 10px;
    }

        .certificate-demand-block .info > li::before {
            display: block;
            content: '';
            width: 1px;
            height: 14px;
            background: rgba(128, 128, 128, 1);
            position: absolute;
            top: 3px;
            right: -10px;
        }

        .certificate-demand-block .info > li:last-child::before {
            display: none;
        }

        .certificate-demand-block .info > li.red {
            color: rgba(255, 87, 51, 1);
        }

.liangsered {
    margin-top:10px;
    color: rgba(255, 87, 51, 1);
}

.certificate-demand-block .desc {
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    line-height: 1.2;
    margin-top: 10px;
}

.certificate-demand-block .status {
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
}

.certificate-demand-block .btn {
    margin: 5px 0;
}


.resume-block {
    position: relative;
    padding: 30px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .resume-block > div {
        padding: 5px 15px;
    }

    .resume-block .img-box > img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .resume-block .img-box > p {
        font-size: 14px;
        color: #000;
        margin: 7px 0 0;
    }

    .resume-block .major {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        font-weight: bold;
        margin-top: 0;
    }

        .resume-block .major > span {
            font-size: 14px;
            color: rgba(56, 56, 56, 1);
            margin-left: 20px;
            font-weight: normal;
        }

    .resume-block .info {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

        .resume-block .info > li {
            margin-right: 20px;
            position: relative;
            font-size: 14px;
            color: rgba(128, 128, 128, 1);
            margin-top: 10px;
        }

            .resume-block .info > li::before {
                display: block;
                content: '';
                width: 1px;
                height: 14px;
                background: rgba(128, 128, 128, 1);
                position: absolute;
                top: 3px;
                right: -10px;
            }

            .resume-block .info > li:last-child::before {
                display: none;
            }

            .resume-block .info > li.red {
                color: rgba(255, 87, 51, 1);
            }

    .resume-block .status {
        font-size: 14px;
        color: rgba(56, 56, 56, 1);
    }

    .resume-block .results {
        font-size: 18px;
        font-weight: bold;
    }

        .resume-block .results > .glyphicon {
            font-size: 28px;
            vertical-align: sub;
            margin-right: 5px;
        }

        .resume-block .results.success {
            color: rgba(0, 186, 173, 1);
        }

        .resume-block .results.failure {
            color: rgba(227, 60, 100, 1);
        }


.service-provider-block {
    padding: 30px 0 20px;
    background: rgb(247, 248, 250);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .service-provider-block > div {
        padding: 5px 15px;
    }

    .service-provider-block .photo-box {
        width: 145px;
    }

    .service-provider-block .photo {
        width: 115px;
        height: 115px;
    }

    .service-provider-block .name {
        text-align: center;
        font-size: 14px;
        color: #000;
        margin: 7px 0 0;
    }

    .service-provider-block .major {
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        font-weight: bold;
        line-height: 1.3;
    }

    .service-provider-block .type {
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        margin-top: 15px;
    }

        .service-provider-block .type .glyphicon {
            font-size: 20px;
            margin-right: 5px;
            vertical-align: bottom;
        }

        .service-provider-block .type.zizhi .glyphicon {
            color: rgba(42, 130, 228, 1);
        }

        .service-provider-block .type.zhengshu .glyphicon {
            color: rgba(255, 87, 51, 1);
        }

        .service-provider-block .type.zonghe .glyphicon {
            color: rgba(227, 60, 100, 1);
        }

    .service-provider-block .desc {
        display: flex;
        flex-wrap: wrap;
    }

        .service-provider-block .desc > li {
            font-size: 14px;
            color: rgba(128, 128, 128, 1);
            margin-right: 6px;
            margin-top: 10px;
        }

    .service-provider-block .director {
        font-size: 16px;
        color: rgba(56, 56, 56, 1);
    }


.filter-box {
    width: 100%;
}

    .filter-box .filter-list {
        display: flex;
    }

        .filter-box .filter-list > label {
            border-right: 1px solid rgba(229, 229, 229, 1);
            border-bottom: 1px solid rgba(229, 229, 229, 1);
            background-color: rgba(230, 242, 255, 1);
            font-size: 16px;
            font-weight: 700;
            color: #505050;
            padding: 20px 20px;
            white-space: nowrap;
            margin-bottom: 0;
        }

        .filter-box .filter-list > .filter-list-r {
            display: flex;
            flex-wrap: nowrap;
            padding: 10px 20px;
            background-color: #fff;
            border-bottom: 1px solid rgba(229, 229, 229, 1);
            flex: calc(100% - 137px);
        }

            .filter-box .filter-list > .filter-list-r > span {
                font-size: 14px;
                color: #505050;
                display: inline-table;
                padding: 3px 6px;
                cursor: pointer;
                transition: all .3s;
                -moz-transition: all .3s;
                /* Firefox 4 */
                -webkit-transition: all .3s;
                /* Safari 和 Chrome */
                -o-transition: all .3s;
                margin-top: 10px;
                /* Opera */
            }

                .filter-box .filter-list > .filter-list-r > span:hover,
                .filter-box .filter-list > .filter-list-r > span.active {
                    color: rgba(255, 255, 255, 1);
                    background-color: #f90;
                }

            .filter-box .filter-list > .filter-list-r > ul {
                display: flex;
                flex: 0 0 calc(100% - 100px);
                flex-wrap: wrap;
                height: 35px;
                overflow: hidden;
            }

                .filter-box .filter-list > .filter-list-r > ul > li {
                    padding: 3px 6px;
                    font-size: 14px;
                    color: #505050;
                    margin-left: 15px;
                    cursor: pointer;
                    transition: all .3s;
                    -moz-transition: all .3s;
                    /* Firefox 4 */
                    -webkit-transition: all .3s;
                    /* Safari 和 Chrome */
                    -o-transition: all .3s;
                    margin-top: 10px;
                    /* Opera */
                }

                    .filter-box .filter-list > .filter-list-r > ul > li:hover,
                    .filter-box .filter-list > .filter-list-r > ul > li.active {
                        color: rgba(255, 255, 255, 1);
                        background-color: #f90;
                    }

.more {
    font-size: 14px;
    color: #505050;
    display: inline-table;
    padding: 3px 6px;
    cursor: pointer;
    margin-top: 10px;
}

    .more:hover {
        color: #f90;
    }

    .more > span {
        margin-left: 5px;
        transition: all .3s;
        -moz-transition: all .3s;
        /* Firefox 4 */
        -webkit-transition: all .3s;
        /* Safari 和 Chrome */
        -o-transition: all .3s;
        /* Opera */
    }

    .more.show > span {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filter-box .filter-list > .filter-list-r.wrap {
    flex-wrap: wrap;
}

.filter-box .filter-list > .filter-list-r > select {
    width: 130px;
    margin: 5px 10px 5px 0;
}


/*资质出售详情*/
.quadetail-proputy {
    color: rgba(0, 0, 0, 1);
}

.quadetail-provalue {
    color: rgba(0, 0, 0, 0.65);
}

.quadetail-icon {
    font-size: 30px;
    vertical-align: middle;
    color: rgba(0, 186, 173, 1);
}

.quadetail-icon-font {
    font-size: 18px;
    vertical-align: middle;
    color: rgba(42, 130, 228, 1);
}

.quasell-span-tag {
    margin: 10px;
    background-color: rgba(255, 165, 74, 1);
    padding: 6px 10px 6px 10px;
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
}

.quasell-lineheight {
    line-height: 50px;
}

.quasell-margin {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quasell-table {
    padding: 10px;
    background: rgb(255, 255, 255);
    text-align: center
}

    .quasell-table th {
        text-align: center;
        color: rgb(255, 255, 255);
        padding: 10px 20px 10px 20px;
        background: rgba(166, 166, 166, 1);
        border: 1px solid rgb(255, 255, 255);
    }

    .quasell-table td {
        padding: 10px 20px 10px 20px;
        background: rgba(229, 229, 229, 1);
        border: 1px solid rgb(255, 255, 255);
    }

.quasell-list-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 16px;
}

.quasell-list-line-sm {
    line-height: 30px;
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
}

.quasell-list-line-right {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: red;
}

    .quasell-list-line-right p {
        font-size: 20px;
        font-weight: 900;
        color: red;
        text-align: center;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.list-lan-smdiv {
    width: 4px;
    height: 30px;
    background: rgba(42, 130, 228, 1);
    float: left;
    margin-top: 10px;
}

.list-lan-title {
    font-size: 18px;
    font-weight: 700;
    color: rgba(42, 130, 228, 1);
    line-height: 50px;
    margin-left: 10px;
}

.filter-box .filter-list > .filter-list-r.wrap {
    flex-wrap: wrap;
}

.filter-box .filter-list > .filter-list-r > select {
    width: 130px;
    margin: 5px 10px 5px 0;
    line-height: 50px;
    margin-left: 10px;
}

.comp-sum-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    align-items: center;
}

    .comp-sum-box .img-box {
        width: 250px;
        height: 220px;
        background-color: rgba(42, 130, 228, 1);
        position: relative;
        text-align: center;
        padding: 10px;
    }

        .comp-sum-box .img-box > img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            overflow: hidden;
            margin: 10px auto;
            border: 2px solid rgba(255, 255, 255, .5);
        }

        .comp-sum-box .img-box > p {
            font-size: 16px;
            letter-spacing: 2px;
            color: rgba(255, 255, 255, 1);
            font-weight: bold;
        }

        .comp-sum-box .img-box .view-num-box {
            display: flex;
            justify-content: space-between;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(35, 35, 49, .7);
            _opacity: 0.7;
            width: 100%;
            padding: 10px;
        }

            .comp-sum-box .img-box .view-num-box > span {
                font-size: 12px;
                color: rgba(255, 255, 255, 1);
                line-height: 30px;
            }

            .comp-sum-box .img-box .view-num-box > .btn {
                border-radius: 30px;
            }

    .comp-sum-box > ul {
        display: flex;
        background-color: #fff;
        flex-wrap: wrap;
        flex: 1;
        justify-content: flex-start;
        min-width: 290px;
    }

        .comp-sum-box > ul > li {
            text-align: center;
            padding: 40px 10px 10px;
            flex: 1;
            min-width: 100px;
        }

            .comp-sum-box > ul > li > i {
                display: block;
                font-size: 42px;
                color: rgba(42, 130, 228, 1);
            }

            .comp-sum-box > ul > li > strong {
                font-size: 20px;
                color: rgba(35, 35, 49, 1);
                margin: 20px 0;
                display: block;
            }

            .comp-sum-box > ul > li > p {
                font-size: 14px;
                color: #505050;
            }


.home-chart-box .home-chart-pd {
    padding: 10px;
}

.home-chart-box .home-chart-header > p {
    font-size: 14px;
    color: rgba(56, 56, 56, 1);
    line-height: 160%;
}

    .home-chart-box .home-chart-header > p i {
        float: right;
        line-height: 160%;
    }

.home-chart-box .home-chart-header > strong {
    color: rgba(0, 0, 0, 0.85);
    font-size: 30px;
    line-height: 130%;
}

.home-chart-box .box-body {
    height: 120px;
}

    .home-chart-box .box-body .progress {
        margin-top: 50px;
        margin-bottom: 0;
    }

.home-chart-box .home-chart-foot {
    border-top: 1px solid #e8e8e8;
    margin-top: 5px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

    .home-chart-box .home-chart-foot > p {
        color: rgba(0, 0, 0, 0.65);
        font-size: 14px;
        line-height: 160%;
    }

        .home-chart-box .home-chart-foot > p > span {
            color: rgba(0, 0, 0, 0.65);
            padding-left: 5px;
        }

.home-title {
    color: rgba(80, 80, 80, 1);
    font-size: 18px;
    line-height: 30px;
    border-left: 4px solid rgba(47, 64, 80, 1);
    padding-left: 5px;
}

.league-rank-block .league-rank-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .league-rank-block .league-rank-head > ul {
        display: flex;
    }

        .league-rank-block .league-rank-head > ul > li {
            padding: 16px 20px;
            font-size: 14px;
            color: rgba(80, 80, 80, 1);
            position: relative;
            cursor: pointer;
        }

            .league-rank-block .league-rank-head > ul > li.active {
                color: rgba(24, 144, 255, 1);
                background-color: rgba(24, 144, 255, .1);
            }

                .league-rank-block .league-rank-head > ul > li.active:after {
                    width: 100%;
                    height: 3px;
                    bottom: 0;
                    content: "";
                    background-color: rgba(24, 144, 255, 1);
                    position: absolute;
                    left: 0;
                }

.league-rank-block .calendar {
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

.league-rank-block .league-rank-listbox h4 {
    color: rgba(80, 80, 80, 1);
    font-size: 14px;
    line-height: 24px;
    border-left: 4px solid rgba(47, 64, 80, 1);
    padding-left: 5px;
    margin-bottom: 24px;
}

.league-rank-block .league-rank-listbox ul li {
    display: flex;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .league-rank-block .league-rank-listbox ul li span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: rgba(229, 229, 229, 1);
        line-height: 20px;
        text-align: center;
        margin-right: 5px;
    }

    .league-rank-block .league-rank-listbox ul li p {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .league-rank-block .league-rank-listbox ul li i {
        width: 85px;
        text-align: right;
    }

    .league-rank-block .league-rank-listbox ul li:nth-child(1) span,
    .league-rank-block .league-rank-listbox ul li:nth-child(2) span,
    .league-rank-block .league-rank-listbox ul li:nth-child(3) span {
        background-color: rgba(0, 21, 41, 1);
        color: #fff;
    }




.user-summary-box {
    background: #fff;
    position: relative;
    padding: 45px 0;
}

    .user-summary-box .photo-box {
        display: flex;
        align-items: center;
    }

        .user-summary-box .photo-box img {
            display: block;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
        }

        .user-summary-box .photo-box > div {
            flex: 1;
            padding-left: 20px;
        }

            .user-summary-box .photo-box > div > h4 {
                font-size: 17px;
                line-height: 1.4;
                font-weight: bold;
                color: #383838;
            }

            .user-summary-box .photo-box > div > p {
                font-size: 14px;
                line-height: 1.6;
                color: #a6a6a6;
                margin-top: 12px;
            }

            .user-summary-box .photo-box > div > .form-control {
                margin-top: 12px;
            }

        .user-summary-box .photo-box > .upload-photo {
            padding: 0;
            flex: none;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
        }

            .user-summary-box .photo-box > .upload-photo > p {
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                text-align: center;
                font-size: 12px;
                color: #fff;
                position: absolute;
                top: 0;
                left: 0;
                padding: 18px 0;
                margin-top: 0;
            }

            .user-summary-box .photo-box > .upload-photo .inputfile {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }



    .user-summary-box .summ-box {
        margin-top: 15px;
    }

        .user-summary-box .summ-box > ul {
            display: flex;
            flex-wrap: wrap;
        }

            .user-summary-box .summ-box > ul > li {
                flex: 1;
                text-align: center;
                position: relative;
                min-width: 55px;
            }

                .user-summary-box .summ-box > ul > li:after {
                    content: "";
                    position: absolute;
                    top: 15px;
                    right: 0px;
                    display: block;
                    width: 1px;
                    height: 39px;
                    background-color: rgba(233, 233, 233, 1);
                }

                .user-summary-box .summ-box > ul > li:last-child:after {
                    display: none;
                }

                .user-summary-box .summ-box > ul > li > label {
                    color: rgba(0, 0, 0, 0.45);
                    font-size: 12px;
                    line-height: 160%;
                    font-weight: normal;
                }

                .user-summary-box .summ-box > ul > li > p {
                    color: rgba(0, 0, 0, 0.85);
                    font-size: 18px;
                    line-height: 150%;
                }

    .user-summary-box .btn {
        position: absolute;
        top: 9px;
        right: 0;
    }


.user-info-box .head {
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
}

    .user-info-box .head > p {
        color: rgba(0, 0, 0, 0.85);
        font-size: 16px;
        padding-left: 12px;
    }

    .user-info-box .head > .btn {
        color: rgba(42, 130, 228, 1);
        font-size: 14px;
    }

.user-info-box .info-list {
    padding: 20px 12px;
    height: 290px;
}

    .user-info-box .info-list > li {
        margin-bottom: 11px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
        display: flex;
        align-items: center;
    }

        .user-info-box .info-list > li > label {
            color: rgba(0, 0, 0, 1);
            width: 60px;
            margin-bottom: 0;
            font-weight: normal;
            position: relative;
            line-height: 34px;
        }

            .user-info-box .info-list > li > label.required::before {
                content: "*";
                position: absolute;
                color: rgba(212, 48, 48, 1);
                top: 0;
                left: -8px;
            }

        .user-info-box .info-list > li > .form-control {
            width: calc(100% - 60px);
        }

.user-info-box .container-fluid {
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    height: 55px;
    line-height: 55px;
    color: rgba(80, 80, 80, 1);
    font-size: 14px;
    height: 290px;
    overflow: hidden;
}

    .user-info-box .container-fluid > div > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

.prov-deta-summ {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}

    .prov-deta-summ .prov-img-box {
        margin-bottom: 10px;
    }

    .prov-deta-summ .upload-photo {
        display: inline-block;
        width: 90px;
        height: 90px;
        position: relative;
    }

        .prov-deta-summ .upload-photo > p {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            text-align: center;
            font-size: 12px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            padding: 30px 0;
            margin-top: 0;
        }

        .prov-deta-summ .upload-photo .inputfile {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .prov-deta-summ .prov-img {
        width: 90px;
        height: 90px;
    }

    .prov-deta-summ .prov-head-info > h3 {
        color: rgba(0, 0, 0, 0.85);
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }

    .prov-deta-summ .prov-head-info > .info > li {
        display: flex;
        font-size: 14px;
        line-height: 34px;
        color: rgba(0, 0, 0, 0.65);
        flex-wrap: wrap;
        margin-top: 5px;
    }

        .prov-deta-summ .prov-head-info > .info > li > label {
            font-weight: normal;
            color: rgba(0, 0, 0, 1);
            margin: 0;
        }

            .prov-deta-summ .prov-head-info > .info > li > label i {
                color: rgba(42, 130, 228, 1);
                margin-right: 5px;
            }

        .prov-deta-summ .prov-head-info > .info > li > p {
            width: calc(100% - 90px);
        }

    .prov-deta-summ .prov-head-info > .contact {
        display: flex;
        flex-wrap: wrap;
        color: rgba(42, 130, 228, 1);
        font-size: 18px;
        line-height: 1.5;
        margin-top: 25px;
    }

        .prov-deta-summ .prov-head-info > .contact li i {
            margin-right: 5px;
        }

    .prov-deta-summ .summ-box {
        margin-top: 15px;
    }

        .prov-deta-summ .summ-box > ul {
            display: flex;
            flex-wrap: wrap;
        }

            .prov-deta-summ .summ-box > ul > li {
                flex: 1;
                text-align: center;
                position: relative;
                min-width: 55px;
            }

                .prov-deta-summ .summ-box > ul > li:after {
                    content: "";
                    position: absolute;
                    top: 15px;
                    right: 0px;
                    display: block;
                    width: 1px;
                    height: 39px;
                    background-color: rgba(233, 233, 233, 1);
                }

                .prov-deta-summ .summ-box > ul > li:last-child:after {
                    display: none;
                }

                .prov-deta-summ .summ-box > ul > li > label {
                    color: rgba(0, 0, 0, 0.45);
                    font-size: 12px;
                    line-height: 160%;
                    font-weight: normal;
                }

                .prov-deta-summ .summ-box > ul > li > p {
                    color: rgba(0, 0, 0, 0.85);
                    font-size: 18px;
                    line-height: 150%;
                }

    .prov-deta-summ .btn {
        position: absolute;
        top: 9px;
        right: 0;
    }

.prov-deta-block {
    position: relative;
}

    .prov-deta-block > .btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .prov-deta-block .head {
        color: rgba(56, 56, 56, 1);
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        border-left: 4px solid rgba(56, 56, 56, 1);
        padding-left: 9px;
        margin-bottom: 20px;
    }

    .prov-deta-block .head {
        color: rgba(56, 56, 56, 1);
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        border-left: 4px solid rgba(56, 56, 56, 1);
        padding-left: 9px;
        margin-bottom: 20px;
    }

    .prov-deta-block .prov-deta-good {
        min-height: 294px;
    }

        .prov-deta-block .prov-deta-good .list {
            display: flex;
            flex-wrap: wrap;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.65);
        }

            .prov-deta-block .prov-deta-good .list label {
                color: rgba(0, 0, 0, 1);
                font-weight: normal;
                margin-bottom: 14px;
            }

            .prov-deta-block .prov-deta-good .list > ul {
                display: flex;
                flex-wrap: wrap;
            }

                .prov-deta-block .prov-deta-good .list > ul > li {
                    margin-right: 8px;
                    margin-bottom: 14px;
                }

                    .prov-deta-block .prov-deta-good .list > ul > li > i {
                        color: rgba(42, 130, 228, 1);
                    }

    .prov-deta-block .prov-deta-operate > li {
        display: flex;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 44px;
    }

        .prov-deta-block .prov-deta-operate > li > label {
            color: rgba(0, 0, 0, 1);
            font-weight: normal;
        }

        .prov-deta-block .prov-deta-operate > li > span {
            font-size: 28px;
            line-height: 160%;
            text-align: left;
            font-weight: bold;
            color: rgba(42, 130, 228, 1);
            margin-right: 10px;
            margin-left: 10px;
        }

.comp-intro {
    padding: 15px 0 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .comp-intro .upload-photo {
        width: 90%;
        max-width: 386px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
    }

        .comp-intro .upload-photo .photo {
            width: 100%;
        }

        .comp-intro .upload-photo > p {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            text-align: center;
            font-size: 12px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .comp-intro .upload-photo > .inputfile {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .comp-intro .txt {
        color: rgba(0, 0, 0, 0.65);
        font-size: 14px;
        line-height: 1.6;
    }

    .comp-intro .form-control {
        height: 224px;
        resize: none;
    }


.elite-team-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 20px;
}

    .elite-team-box > li {
        flex: 1;
        min-width: 188px;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }

        .elite-team-box > li > img {
            width: 188px;
            height: 210px;
        }

        .elite-team-box > li > p {
            color: rgba(80, 80, 80, 1);
            font-size: 16px;
            line-height: 150%;
            font-weight: bold;
            text-align: center;
            margin: 14px 0;
        }

        .elite-team-box > li > .oper-box {
            width: 188px;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            text-align: center;
            font-size: 12px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 50%;
            padding: 116px 0;
            margin-top: 0;
            transform: translate(-50%, 0);
        }

        .elite-team-box > li > .add-box {
            width: 188px;
            height: 262px;
            color: rgba(166, 166, 166, 1);
            font-size: 14px;
            padding: 96px 0;
            border: 1px dashed rgba(166, 166, 166, 1);
            display: inline-block;
        }

            .elite-team-box > li > .add-box i {
                display: block;
                font-size: 26px;
                margin-bottom: 20px;
            }

.add-staff-pop {
    padding: 20px 15px;
    width: 218px;
    margin: 0 auto;
}

    .add-staff-pop .add-box {
        width: 188px;
        height: 262px;
        color: rgba(166, 166, 166, 1);
        font-size: 14px;
        padding: 96px 0;
        border: 1px dashed rgba(166, 166, 166, 1);
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        .add-staff-pop .add-box i {
            display: block;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .add-staff-pop .add-box > img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .add-staff-pop .add-box > .inputfile {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .add-staff-pop .form-control {
        margin-top: 20px;
    }

.null-tips-box {
    width: 300px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

    .null-tips-box > img {
        width: 100%;
        margin-bottom: 20px;
    }

    .null-tips-box > p {
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        line-height: 1.5;
    }

.qua-cooper-tab-ul {
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
}

    .qua-cooper-tab-ul li {
        padding: 5px 10px;
        font-size: 16px;
        cursor: pointer;
    }

        .qua-cooper-tab-ul li:hover,
        .qua-cooper-tab-ul li.active {
            border-bottom: 3px solid rgba(42, 130, 228, 1);
            color: rgba(42, 130, 228, 1);
            font-weight: 700
        }

.qua-cooper-fiter-tab-ul {
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
}

    .qua-cooper-fiter-tab-ul li {
        margin-left: 2px;
        padding: 4px 15px;
        background: rgba(128, 128, 128, 0.3);
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

        .qua-cooper-fiter-tab-ul li:hover,
        .qua-cooper-fiter-tab-ul li.active {
            background: rgba(42, 130, 228, 1);
        }


.relative {
    position: relative;
}

.error-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

    .error-content > .row {
        width: 100%;
        margin: 0;
    }

    .error-content .error-text-box {
        display: flex;
        align-items: center;
        flex-flow: wrap;
        text-align: center;
    }

        .error-content .error-text-box i {
            font-size: 100px;
            letter-spacing: -3px;
            color: rgba(75, 80, 93, 1);
            font-style: normal;
        }

        .error-content .error-text-box p {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.45);
            line-height: 140%;
            margin-bottom: 20px;
        }

        .error-content .error-text-box img {
            width: 100%;
        }

        .error-content .error-text-box .img1 {
            max-width: 227px;
        }

        .error-content .error-text-box .img2 {
            max-width: 423px;
        }

        .error-content .error-text-box .img3 {
            max-width: 417px;
        }

.edit-info-pop {
    padding: 20px 15px;
}

    .edit-info-pop > .upload-photo {
        padding: 0;
        flex: none;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        margin: 0 auto 10px;
    }

    .edit-info-pop > .photo2 {
        width: 90px;
        height: 90px;
        border-radius: 0;
    }

    .edit-info-pop > .upload-photo > img {
        width: 100%;
        height: 100%;
    }

    .edit-info-pop > .upload-photo > p {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 18px 0;
        margin-top: 0;
    }

    .edit-info-pop > .photo2 > p {
        padding: 29px 0;
    }

    .edit-info-pop > .upload-photo .inputfile {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .edit-info-pop .info-list {
        padding: 20px 0px;
        height: 275px;
    }

        .edit-info-pop .info-list > li {
            margin-bottom: 15px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.65);
            display: flex;
            align-items: center;
        }

            .edit-info-pop .info-list > li > label {
                color: rgba(0, 0, 0, 1);
                width: 80px;
                margin-bottom: 0;
                font-weight: normal;
                position: relative;
                line-height: 34px;
            }

        .edit-info-pop .info-list.width2 > li > label {
            width: 92px;
        }

        .edit-info-pop .info-list > li > label i {
            color: rgba(42, 130, 228, 1);
            margin-right: 5px;
        }

        .edit-info-pop .info-list > li > label.required::before {
            content: "*";
            position: absolute;
            color: rgba(212, 48, 48, 1);
            top: 0;
            left: -8px;
        }

        .edit-info-pop .info-list > li > .form-control {
            width: calc(100% - 60px);
        }

        .edit-info-pop .info-list > li .comp-site {
            display: flex;
            justify-content: space-between;
        }

            .edit-info-pop .info-list > li .comp-site > div {
                width: calc(50% - 5px);
            }



.edit-comp-pop {
    padding: 20px 15px;
}

    .edit-comp-pop .upload-photo {
        width: 386px;
        height: 224px;
        margin-bottom: 20px;
        position: relative;
        margin: 0 auto 20px;
    }

        .edit-comp-pop .upload-photo .photo {
            width: 100%;
            height: 100%;
        }

        .edit-comp-pop .upload-photo > p {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            text-align: center;
            font-size: 12px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .edit-comp-pop .upload-photo > .inputfile {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .edit-comp-pop .form-control {
        width: 100%;
        height: 140px;
        resize: none;
    }

.cooper-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 1px;
    line-height: 40px;
    font-size: 12px;
}

.cooper-btn-jieshouhezuo {
    background-color: #2a82e4;
}

.cooper-btn-jujuehezuo {
    background-color: #ff5733;
    margin-top: 10px;
}

.cooper-btn-faqihezuo {
    background-color: #00baad;
    font-size: 12px;
    height: 40px;
    width: 130px;
    line-height: 40px
}

.cooper-btn-yitoudi {
    background-color: #a6a6a6;
    font-size: 12px;
    height: 40px;
    width: 130px;
    line-height: 40px
}

.cooper-btn-zaiciyaoqing {
    background-color: #2a82e4;
    font-size: 12px;
    width: 130px;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 1px;
}

.cooper-btn-quxiaoyaoqing {
    background-color: #ff5733;
    margin-top: 10px;
    font-size: 12px;
    width: 130px;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 1px;
}

.cooper-btn-hezuochenggong {
    background-color: #00baad;
    font-size: 12px;
    width: 130px;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 1px;
}

.cooper-btn-hezuoshibai {
    background-color: #e33c64;
    margin-top: 10px;
    font-size: 12px;
    width: 130px;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 1px;
}

.cooper-btn-shuaxin {
    width: 83px;
    height: 30px;
    background-color: rgba(42, 130, 228, 1);
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
}

.cooper-btn-qitacaozuo {
    width: 83px;
    height: 30px;
    background-color: #fff;
    color: rgba(42, 130, 228, 1);
    border: 1px solid rgba(42, 130, 228, 1);
    font-size: 12px;
    border-radius: 1px;
}

.cooper-btn-qitacaozuo-ul {
    background-color: #fff;
    color: rgba(42, 130, 228, 1);
    border: 1px solid rgba(42, 130, 228, 1);
    font-size: 12px;
    border-radius: 1px;
}

    .cooper-btn-qitacaozuo-ul li a,
    .cooper-btn-qitacaozuo-ul li a:hover {
        color: rgba(42, 130, 228, 1);
        font-size: 12px;
    }

.cooper-btn-shuaxin:hover,
.cooper-btn-shuaxin:focus {
    color: #fff;
}

.cooper-btn-qitacaozuo:hover,
.cooper-btn-qitacaozuo:focus {
    color: rgba(42, 130, 228, 1);
}

.detail-zuijindenglu {
    margin-bottom: 10px;
    background: rgba(247, 249, 250, 1);
    border: 1px solid rgba(233, 233, 233, 1)
}

.detail-zuijindenglu-fabuxuqiu {
    border-right: 1px solid rgba(229, 229, 229, 1);
}

.detail-hezuo-jieshouhezuo,
.detail-hezuo-jieshouhezuo:hover,
.detail-hezuo-jieshouhezuo:focus {
    width: 125px;
    height: 30px;
    background: rgba(42, 130, 228, 1);
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
    line-height: 30px;
    padding: 0;
}

.detail-hezuo-jujuehezuo,
.detail-hezuo-jujuehezuo:hover,
.detail-hezuo-jujuehezuo:focus {
    width: 68px;
    height: 30px;
    background: rgba(255, 87, 51, 1);
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
    line-height: 30px;
    padding: 0;
}

.detail-hezuo-hezuochenggong,
.detail-hezuo-hezuochenggong:hover,
.detail-hezuo-hezuochenggong:focus {
    width: 125px;
    height: 30px;
    background: rgba(0, 186, 173, 1);
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
    line-height: 30px;
    padding: 0;
}

.detail-hezuo-shibai,
.detail-hezuo-shibai:hover,
.detail-hezuo-shibai:focus {
    width: 68px;
    height: 30px;
    background: rgba(212, 48, 48, 1);
    color: #fff;
    font-size: 12px;
    border-radius: 1px;
    line-height: 30px;
    padding: 0;
}

.detail-hezuojingdu-ul {
    margin-left: 60px;
    margin-top: 30px;
}

.detail-hezuo-headimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.detail-hezuo-bg {
    background-color: rgba(0, 186, 173, 1) !important;
    color: #fff !important;
}

.detail-hezuo-bgfail {
    background-color: rgba(212, 48, 48, 1) !important;
    color: #fff !important;
}

.detail-hezuo-color {
    color: rgba(0, 186, 173, 1) !important;
    background: #fff !important;
    font-size: 15px !important;
}

.detail-hezuo-color-fall {
    color: rgba(212, 48, 48, 1) !important;
    background: #fff !important;
    font-size: 15px !important;
}


.qua-cooper-process-num {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(42, 130, 228, 1);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-style: normal;
    color: rgba(42, 130, 228, 1);
    position: absolute;
    left: 18px;
    top: 0;
    background-color: white;
}

.browsing-history-ul > li {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}

    .browsing-history-ul > li > p {
        flex: 1;
        text-align: right;
    }

    .browsing-history-ul > li > div {
        display: flex;
        width: calc(100% - 60px);
    }

        .browsing-history-ul > li > div > img {
            width: 40px;
            margin-right: 15px;
        }

        .browsing-history-ul > li > div > div {
            margin-right: 10px;
            width: calc(100% - 55px);
        }

            .browsing-history-ul > li > div > div > a {
                color: rgba(0, 0, 0, 1);
                font-size: 14px;
                line-height: 150%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

            .browsing-history-ul > li > div > div > p {
                color: rgba(128, 128, 128, 1);
                font-size: 12px;
                line-height: 150%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

.div_sell_tianjiatupian {
    width: 212px;
    height: 294px;
    color: rgba(166, 166, 166, 1);
    padding: 96px 0;
    border: 1px dashed rgba(166, 166, 166, 1);
    text-align: center
}

    .div_sell_tianjiatupian li {
        font-size: 26px;
        display: block;
        margin-bottom: 20px;
    }

    .div_sell_tianjiatupian img {
        width: 212px;
        height: 294px;
        margin-top: -96px;
    }

    .div_sell_tianjiatupian > .fileinput_tianjiatupian {
        width: 212px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 15px;
        opacity: 0;
    }

    .div_sell_tianjiatupian > .div_sell_bianjitupian_pop {
        position: absolute;
        width: 212px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        font-size: 12px;
        color: #fff;
        top: 0;
        padding: 116px 0;
        margin-top: 0;
    }
