/* 站点地图 */
.site_map {
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 30px;
    color: #222222;
}

    .site_map .item .title {
        height: 38px;
        line-height: 38px;
        background: #f4f4f4;
        padding-left: 16px;
        font-size: 14px;
    }

        .site_map .item .title::before {
            background: url(../../images/common/title_before.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 19px;
            height: 21px;
            margin-right: 3px;
            content: ' ';
            vertical-align: middle;
        }

    .site_map .item .con {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 6px 40px;
    }

        .site_map .item .con li {
            margin-bottom: 14px;
            width: 20%;
            padding-right: 74px;
            box-sizing: border-box;
        }

            .site_map .item .con li a {
                width: 100%;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
                font-size: 14px;
            }
/* 关于我们 */
.commonItem {
    background: #ffffff;
    margin-bottom: 40px;
}

    .commonItem .common-title {
        font-weight: 600;
        font-size: 20px;
        border-bottom: 1px solid #eeeeee;
        padding: 20px 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .commonItem .common-title i {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

.about_us {
    background: url(../../images/web/aboutUs/icon_about_us.png) no-repeat;
    background-size: 100% 100%;
}

.commonItem .common-content {
    padding: 24px 62px 0 34px;
}

.aboutUs {
    display: flex;
    justify-content: space-between;
}

    .aboutUs .about-l {
        width: 104px;
        margin-right: 28px;
    }

    .aboutUs .about-r {
        flex: 1;
    }

    .aboutUs .about-l ul li {
        line-height: 44px;
        font-size: 14px;
        font-weight: 500;
        position: relative;
    }

        .aboutUs .about-l ul li a {
            width: 97px;
            display: inline-block;
            border-bottom: 1px solid #cccccc;
            color: #666666;
            text-align: center;
        }

            .aboutUs .about-l ul li a:hover {
                color: #ff8b0d;
            }

        .aboutUs .about-l ul li.on {
            background-size: 100% 100%;
            display: inline-block;
            width: 97px;
            height: 32px;
            line-height: 32px;
            background: #ff7800;
        }

            .aboutUs .about-l ul li.on::before {
                content: '';
                display: inline-block;
                width: 0;
                height: 0;
                border-left: 8px solid #ff7800;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                position: absolute;
                left: 97px;
                top: 9px;
            }

            .aboutUs .about-l ul li.on a {
                border-bottom: none;
                color: #ffffff;
            }

        .aboutUs .about-l ul li a.noborder {
            border: none;
        }

.section .title {
    font-weight: 600;
    position: relative;
    color: #fff8f2;
    font-size: 34px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 78px;
}

    .section .title::after {
        background: url(../../images/web/aboutUs/companyTitle.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 72px;
        height: 48px;
        content: ' ';
        position: absolute;
        bottom: -52px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section .title p {
        color: #505050;
        font-size: 28px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .section .title span {
        color: #505050;
        font-size: 28px;
    }

.companyVideo {
    background: url(../../images/web/aboutUs/companyBg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 971px;
    height: 306px;
    position: relative;
    cursor: pointer;
}

    .companyVideo .logo {
        width: 91px;
        height: 34px;
        position: absolute;
        top: 23px;
        left: 30px;
    }

    .companyVideo .play {
        background: url(../../images/common/video_play.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 46px;
        height: 46px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.video_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.videoPop {
    position: fixed;
    width: 960px;
    height: 540px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in;
}

    .videoPop video {
        width: 100%;
        height: 100%;
        border: none;
    }

    .videoPop .close {
        font-size: 30px;
        color: #fff;
        position: absolute;
        right: 0;
        top: -50px;
        cursor: pointer;
    }

.companyMsg {
    width: 971px;
    background: #fff9f4;
    padding: 13px 30px;
    box-sizing: border-box;
    margin-top: -2px;
    margin-bottom: 12px;
}

    .companyMsg p {
        width: 913px;
        line-height: 29px;
        font-size: 14px;
        color: #333333;
    }

.companyProject {
    width: 971px;
    height: 423px;
    background: url(../../images/web/aboutUs/companyBg2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-evenly;
}

    .companyProject .item:nth-child(odd) {
        margin-top: 151px;
    }

    .companyProject .item:nth-child(even) {
        margin-top: 40px;
    }

    .companyProject .item p {
        font-size: 20px;
        color: #505050;
        margin-top: 8px;
    }

    .companyProject .item .bub {
        height: 172px;
        width: 135px;
        position: relative;
    }

        .companyProject .item .bub .round {
            position: absolute;
            z-index: 1;
            left: 0;
        }

        .companyProject .item .bub .line {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 10px;
        }

.history {
    width: 971px;
    position: relative;
}

    .history .line {
        width: 1px;
        background: #ff8b0d;
        height: 274px;
        position: absolute;
        top: 0;
        left: 90px;
    }

    .history .item {
        position: relative;
        height: 124px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .history .year {
        width: 60px;
        height: 28px;
        background: #ff7800;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
        position: relative;
    }

        .history .year::before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 7px solid #ff7800;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            position: absolute;
            left: 59px;
            top: 7px;
        }

        .history .year::after {
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url(../../images/web/aboutUs/yuan.png) no-repeat;
            position: absolute;
            left: 78px;
            top: 2px;
            content: '';
        }

    .history .con {
        width: 828px;
        height: 124px;
        background: #f7f7f7;
        border-radius: 2px 2px 2px 2px;
        margin-left: 84px;
        display: flex;
        padding: 18px;
        box-sizing: border-box;
    }

        .history .con:hover {
            background: #ff8b0d;
        }

            .history .con:hover .logo {
                background: #ffffff;
                box-shadow: 0px 4px 0px 0px rgba(114, 103, 100, 0.25);
            }

            .history .con:hover .c_r p::before {
                background: #fff;
            }

            .history .con:hover .c_r .tit span,
            .history .con:hover .c_r .tit b,
            .history .con:hover .c_r p {
                color: #fff;
            }

        .history .con .logo {
            width: 190px;
            height: 88px;
            background: linear-gradient( 180deg, #ffffff 13%, rgba(255, 227, 201, 0.37) 100% );
            box-shadow: 0px 4px 0px 0px rgba(204, 204, 204, 0.25);
            border-radius: 2px 2px 2px 2px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .history .con .logo img {
                width: 130px;
                height: 48px;
                object-fit: contain;
            }

        .history .con .c_r {
            margin-left: 24px;
        }

            .history .con .c_r .tit {
                line-height: 28px;
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }

                .history .con .c_r .tit span {
                    color: #505050;
                    font-size: 12px;
                    line-height: 28px;
                }

                .history .con .c_r .tit b {
                    font-size: 24px;
                    color: #ff8b0d;
                    margin-right: 2px;
                    line-height: 28px;
                }

            .history .con .c_r p {
                color: #333333;
                font-size: 13px;
                line-height: 22px;
                position: relative;
                text-align: left;
            }

                .history .con .c_r p::before {
                    width: 5px;
                    height: 5px;
                    background: #ff8b0d;
                    border-radius: 1px 1px 1px 1px;
                    content: ' ';
                    display: inline-block;
                    margin: 0 5px 2px 0;
                }

.corporateCulture {
    position: relative;
}

    .corporateCulture > div {
        position: absolute;
        z-index: 1;
        top: 0;
        padding-top: 36px;
        box-sizing: border-box;
    }

    .corporateCulture::before {
        height: 598px;
        width: 971px;
        background: linear-gradient(0deg, #ffffff 78%, #ffe3c9 100%);
        content: '';
        display: block;
        opacity: 0.14;
        position: relative;
    }

.corporate_culture .slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

    .corporate_culture .slogan dl {
        width: 244px;
        height: 163px;
        border-right: 1px solid rgba(255, 139, 13, 0.28);
    }

        .corporate_culture .slogan dl:last-child {
            border-right: none;
        }

        .corporate_culture .slogan dl dt p {
            font-size: 16px;
            line-height: 16px;
            font-weight: 500;
            margin-bottom: 18px;
        }

        .corporate_culture .slogan dl:nth-child(1) dt p {
            color: #0085ff;
        }

        .corporate_culture .slogan dl:nth-child(2) dt p {
            color: #ff8b0d;
        }

        .corporate_culture .slogan dl:nth-child(3) dt p {
            color: #00cc2d;
        }

        .corporate_culture .slogan dl:nth-child(4) dt p {
            color: #fb470e;
        }

        .corporate_culture .slogan dl dd {
            color: #505050;
            line-height: 16px;
            position: relative;
        }

            .corporate_culture .slogan dl dd::after {
                content: '';
                width: 25px;
                height: 2px;
                display: inline-block;
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

        .corporate_culture .slogan dl:nth-child(1) dd::after {
            background-color: #0085ff;
        }

        .corporate_culture .slogan dl:nth-child(2) dd::after {
            background-color: #ff8b0d;
        }

        .corporate_culture .slogan dl:nth-child(3) dd::after {
            background-color: #00cc2d;
        }

        .corporate_culture .slogan dl:nth-child(4) dd::after {
            background-color: #fb470e;
        }

#certify {
    position: relative;
    width: 971px;
    margin: 0 auto;
}

    #certify .swiper-slide {
        width: 475px;
        height: 333px;
        padding: 14px 16px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0px 0px 16px 0px rgba(255, 139, 13, 0.31);
        border: 0.5px solid #ff8b0d;
        overflow: hidden;
    }

        #certify .swiper-slide img {
            display: block;
            width: 444px;
            height: 305px;
            object-fit: cover;
            background: #f5f5f5;
        }

        #certify .swiper-slide p {
            line-height: 98px;
            padding-top: 0;
            text-align: center;
            color: #636363;
            font-size: 1.1em;
            margin: 0;
        }

    #certify .swiper-pagination {
        width: 100%;
        bottom: -34px;
    }

    #certify .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: url(../../images/web/aboutUs/prev.png) no-repeat;
        left: 0;
        background-size: 100% 100%;
    }

    #certify .swiper-button-next {
        width: 32px;
        height: 32px;
        background: url(../../images/web/aboutUs/next.png) no-repeat;
        right: 0;
        background-size: 100% 100%;
    }

.wobble-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

    .wobble-vertical:hover {
        -webkit-animation-name: wobble-vertical;
        animation-name: wobble-vertical;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4ss;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.brand {
    display: flex;
    flex-wrap: wrap;
}

    .brand li {
        width: 138px;
        height: 50px;
        border: 1px solid rgba(224, 224, 224, 0.28);
        padding: 4px;
        box-sizing: border-box;
        margin: 0 28px 25px 0;
    }

        .brand li:nth-child(6n) {
            margin-right: 0;
        }

        .brand li img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.banner {
    position: relative;
    height: 624px;
    width: 100%;
    overflow: hidden;
}

.payBgBanner {
    height: 447px;
}

.bannerImg {
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    height: 624px;
    width: auto;
    display: block;
    object-fit: contain;
}

.payBgBanner .bannerImg {
    height: 447px;
}

.banner .crumbs .c_left span,
.banner .crumbs .c_left a,
.banner .crumbs .c_left i {
    color: #fff;
}

/* 服务项目 */
.service_content {
    width: 1200px;
    height: 827px;
    background: linear-gradient( 180deg, rgba(255, 248, 241, 0.47) 0%, #ffffff 56%, rgba(255, 250, 245, 0.49) 100% );
    margin: 10px auto;
    opacity: 1;
    border: 1px solid #ffffff;
    padding-top: 30px;
}

    .service_content .tit {
        color: #505050;
        text-align: center;
    }

        .service_content .tit h2 {
            font-weight: 800;
            font-size: 26px;
        }

        .service_content .tit p {
            font-size: 10px;
            font-weight: 500;
            margin-top: -5px;
        }

    .service_content .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0px 32px;
    }

        .service_content .con .item {
            background: url(../../images/web/aboutUs/serviceContentBg.png) no-repeat;
            background-size: 100% 100%;
            width: 567px;
            height: 450px;
            padding: 75px 72px 85px 82px;
            box-sizing: border-box;
        }

            .service_content .con .item:nth-child(2n) {
                margin-left: -42px;
            }

            .service_content .con .item:nth-child(3),
            .service_content .con .item:nth-child(4) {
                height: 352px;
                margin-top: -25px;
            }

            .service_content .con .item .item-tit {
                color: #505050;
            }

                .service_content .con .item .item-tit h3 {
                    font-size: 20px;
                    margin-bottom: 4px;
                }

                    .service_content .con .item .item-tit h3::after {
                        background: url(../../images/web/aboutUs/serviceTitle.png) no-repeat;
                        background-size: 100% 100%;
                        display: inline-block;
                        width: 14px;
                        height: 9px;
                        content: '';
                        margin: 0px 0 12px 6px;
                    }

                .service_content .con .item .item-tit p {
                    font-size: 14px;
                    margin: 4px 0 15px 0;
                }

            .service_content .con .item ul {
                min-height: 66px;
            }

                .service_content .con .item ul li {
                    font-size: 13px;
                    color: #9c9796;
                    line-height: 22px;
                }

                    .service_content .con .item ul li::before {
                        background: url(../../images/web/aboutUs/ding.png) no-repeat;
                        background-size: 100% 100%;
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        content: '';
                        margin: 0px 2px -1px 0;
                    }

            .service_content .con .item .adService li {
                float: left;
                width: 50%;
            }

.button {
    width: 124px;
    height: 42px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-out 0s;
    font-size: 14px;
    background: #ff9900;
}

    .button:hover > span {
        top: -20px;
        opacity: 0;
    }

    .button:hover > i {
        opacity: 1;
        top: 50%;
    }

.button-name,
.button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    position: absolute;
}

.button-name {
    opacity: 1;
    color: #fff;
}

.button-icon {
    opacity: 0;
}

/* 服务项目-vip服务详情 */
.vipService {
    box-shadow: 0px 0px 6px 0px rgba(232, 232, 232, 0.25);
    border: 1px solid #f8f8f8;
    background: #ffffff;
    margin-bottom: 40px;
}

    .vipService .content {
        padding: 30px 110px 48px;
        box-sizing: border-box;
    }

        .vipService .content .tit {
            width: 94px;
            height: 30px;
            color: #ffffff;
            line-height: 30px;
            text-align: center;
            border-radius: 2px 2px 2px 2px;
            font-size: 13px;
        }

.ensure {
    background: #4a7bf7;
    margin-bottom: 6px;
}

.privilege {
    background: #f4692d;
    margin: 15px 0 12px 0;
}

.vipService ul li {
    font-size: 12px;
    color: #333333;
    line-height: 28px;
}

    .vipService ul li::before {
        background: url(../../images/web/aboutUs/dian.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 5px;
        height: 5px;
        content: '';
        margin: 0px 4px 2px 0;
    }

.vipServiceTable table {
    border: 1px solid #d4d4d4;
    border-collapse: collapse;
    width: 100%;
}

    .vipServiceTable table th {
        border: 1px solid #ffffff;
        background: #ff8b0d;
        font-size: 13px;
        font-weight: 600;
        color: #ffffff;
        line-height: 24px;
    }

    .vipServiceTable table td {
        line-height: 28px;
        color: #333333;
        border: 1px solid #d4d4d4;
        text-align: center;
    }

    .vipServiceTable table tr.lh42 td {
        line-height: 42px;
    }

    .vipServiceTable table .gou {
        background: url(../../images/web/aboutUs/gou.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 16px;
        height: 15px;
        vertical-align: middle;
    }

    .vipServiceTable table .line {
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: #d4d4d4;
    }

.ic_icon {
    min-width: 58px;
    height: 18px;
    display: inline-block;
    font-size: 0.72rem;
    color: #fff;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 2px;
    box-sizing: border-box;
    white-space: nowrap;
}

.vipType1 {
    background: linear-gradient(176deg, #ff4242 0%, #fa005a 100%);
}

.vipType2 {
    background: linear-gradient(174deg, #628eff 0%, #2f6aff 100%);
}

.spotType1 {
    background: url(../../images/common/spotTypeBg.png) no-repeat;
    background-size: 100% 100%;
    width: 69px;
    height: 18px;
    padding-left: 16px;
    letter-spacing: 1px;
}

.spotType2 {
    background: url(../../images/common/spotTypeBg2.png);
    background-size: 100% 100%;
    height: 17px;
    width: 57px;
    letter-spacing: 3px;
    padding-left: 24px;
}

/* 投诉 建议 合作 */
.complaint {
    background: url(../../images/web/help/icon_complaint.png) no-repeat;
    background-size: 100% 100%;
}

.errortips {
    padding-left: 82px;
}

.suggestions-cont {
    padding: 40px;
}

.messageForm {
    width: 462px;
    margin: 0 auto;
}

    .messageForm .line {
        margin-bottom: 20px;
    }

        .messageForm .line label {
            line-height: 42px;
            width: 70px;
            text-align: right;
            margin-right: 12px;
            font-size: 14px;
            flex-shrink: 0;
        }

        .messageForm .line input[type='text'] {
            width: 380px;
            height: 42px;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            padding: 0 12px;
            box-sizing: border-box;
            font-size: 14px;
        }

.onlineBtn {
    width: 76px;
    height: 36px;
    background: #ff8b0d;
    line-height: 36px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 146px;
    cursor: pointer;
}

#message {
    width: 380px;
    height: 132px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    padding: 8px 12px;
    box-sizing: border-box;
    font-family: Arial, 'Microsoft YaHei', sans-serif;
}

#yzm {
    width: 200px;
}

.verifyimage {
    width: 94px;
    height: 42px;
    margin-left: 8px;
    border-radius: 4px 4px 4px 4px;
}

/* 联系我们 */
.contact-info-cont {
    width: 1200px;
    margin: -178px auto 0;
    background: #ffffff;
    padding: 24px 60px 40px;
    margin-bottom: 10px;
    position: relative;
}

.contact-info-item div {
    margin-bottom: 16px;
}

    .contact-info-item div:last-child {
        margin-bottom: 0;
    }

.contact-info-item h3 {
    line-height: 35px;
    color: #ff8b0d;
    font-size: 18px;
    margin: 16px 0 14px 0;
    border-bottom: 1px solid #eeeeee;
}

    .contact-info-item h3 img {
        vertical-align: bottom;
    }

.contact-info-item span {
    float: left;
    display: block;
    width: 140px;
    line-height: 20px;
    font-size: 14px;
}

.contact-info-item ul {
    display: flex;
}

    .contact-info-item ul li {
        width: 100%;
        color: #999;
        font-size: 14px;
        line-height: 20px;
    }

        .contact-info-item ul li p {
            font-size: 14px;
            line-height: 20px;
        }

.contact-info-item:last-child {
    border-bottom: 0;
}

/* 付款方式 */
.common_layout {
    display: flex;
    margin: 20px auto;
    background: #fff;
}

    .common_layout .c_l {
        width: 240px;
    }

    .common_layout .c_r {
        flex: 1;
    }

    .common_layout .c_l .tit {
        width: 240px;
        height: 116px;
        background: #ff8b0d;
        text-align: center;
    }

        .common_layout .c_l .tit img {
            margin: 28px 0 10px 0;
        }

        .common_layout .c_l .tit p {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            line-height: 19px;
        }

.pay-cont {
    padding: 0 45px 35px 45px;
}

    .pay-cont p {
        font-size: 16px;
        color: #222;
        line-height: 32px;
    }

        .pay-cont p .red {
            color: #ff0202;
        }

        .pay-cont p strong {
            border-left: 3px solid #ff8b0d;
            padding-left: 6px;
        }

.help-search {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 247px;
    transform: translateX(-50%);
    text-align: center;
}

.help-search-box {
    width: 870px;
    height: 72px;
    padding: 8px 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.19);
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}

    .help-search-box span {
        display: inline-block;
        width: 72px;
        height: 54px;
        border-right: 1px solid #d9d9d9;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 3px 0 0 3px;
        margin-left: 4px;
    }

    .help-search-box i {
        display: inline-block;
        margin-left: 26px;
        width: 29px;
        height: 25px;
        border-radius: 4px 0 0 4px;
        background: url(../../images/web/aboutUs/searchEdit.png) no-repeat center center;
    }

    .help-search-box input[type='text'] {
        float: left;
        height: 34px;
        flex: 1;
        background: #fff;
        border: 0;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }

        .help-search-box input[type='text']::placeholder {
            color: #757575;
            font-size: 16px;
        }

    .help-search-box .btnsearch {
        float: left;
        width: 150px;
        background: #ff8b0d;
        color: #fff;
        font-size: 16px;
        border: 0;
        height: 54px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
    }

        .help-search-box .btnsearch::before {
            background: url(../../images/common/search.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 25px;
            height: 25px;
            content: ' ';
            vertical-align: top;
            margin-right: 2px;
        }

        .help-search-box .btnsearch:hover {
            background: #ff9900;
        }

.help-search-hot {
    color: #d2d2d2;
    line-height: 20px;
    margin-top: 40px;
    font-size: 14px;
}

    .help-search-hot a {
        color: #d2d2d2;
        margin-right: 20px;
    }

        .help-search-hot a:hover {
            color: #ff8b0d;
        }

.links-item {
    padding: 35px 44px 44px 44px;
}

    .links-item table {
        border-collapse: collapse;
    }

    .links-item td {
        border: 1px solid #f4f5f9;
    }

.link-img img {
    width: 100px;
}

img {
    border-style: none;
}