.headerBody {
    width: 100vw;
    background-color: #f6f6f6;
    z-index: 99;
    position: sticky;
    top: 0;
}

.topHeader {
    margin: 0 auto;
    height: 39px;
    width: 1200px;
    justify-content: space-between
}

.topHeader,
.topHeader .welcome {
    display: flex;
    align-items: center
}

.topHeader .welcome {
    font-size: 14px;
    font-weight: 400;
    color: #606775;
    justify-content: flex-start
}

.topHeader .welcome div {
    width: 4px;
    height: 12px;
    background: #54a8ff;
    border-radius: 2px;
    margin-right: 4px
}

.customerService {
    width: 266px;
    height: 34px;
    background: #00afff;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center
}

.customerService img {
    width: 38px;
    height: 36px;
    margin-right: 12px
}

.customerService .phoneNumber {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.menuHeader {
    width: 100vw;
    height: 64px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center
}

.menuHeader .menuHeaderContent {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.menuHeader .menuHeaderContent .logo {
    width: 167px;
    height: 32px;
    margin-right: 60px
}

.menuHeader .menuHeaderContent .pageMenu {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.menuHeader .menuHeaderContent .pageMenu .pageItem {
    display: block;
    position: relative;
    margin-right: 48px;
    font-size: 16px;
    line-height: 64px;
    height: 64px;
    font-weight: 400;
    color: #2c3040;
    cursor: pointer
}

.menuHeader .menuHeaderContent .pageMenu .active {
    font-weight: 600
}

.menuHeader .menuHeaderContent .pageMenu .active:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #ff9700;
    border-radius: 3px;
    left: 0;
    bottom: 0
}

.footer {
    .footerMenu {
        width: 100%;
        height: 355px;
        background: #2d2f37;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        .footerMenuContent {
            width: 1200px;

            .titleText {
                color: #fff
            }

            .contentText,
            .titleText {
                font-weight: 400;
                font-size: 14px
            }

            .contentText {
                color: rgba(255,255,255,0.6);
                cursor: pointer;
                &:hover {
                    opacity: 0.7;
                }
            }

            .baseLink {
                margin-top: 48px;
                margin-bottom: 24px;
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;

                .contract {
                    margin-right: 75px;

                    .xmwLogo {
                        width: 103px;
                        height: 32px;
                        margin-bottom: 41px
                    }
                }

                .links {
                    display: flex;

                    .linksItem {
                        margin-right: 60px
                    }

                    a {
                        display: block;
                        margin-bottom: 8px
                    }

                    .titleText {
                        margin-bottom: 20px
                    }
                }

                .qrCodes .qrCode {
                    margin-top: 20px;
                    width: 75px;
                    height: 75px
                }
            }

            .line {
                width: 100%;
                height: 1px;
                background: rgba(96, 103, 117, .35);
                margin-bottom: 21px
            }

            .friendLink {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;

                a {
                    display: block;
                    margin-left: 32px
                }
            }
        }
    }

    .footerCompanyInfo {
        width: 100%;
        height: 60px;
        background: #22242a;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 72px
    }

    .footerOrder {
        position: fixed;
        z-index: 99;
        bottom: 0;
        width: 100%;
        height: 72px;
        background-image: url(/style/img/footerOrderBg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;

        .footerOrderContent {
            width: 1200px;
            height: 72px;
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;

            .nameInput,
            .phoneInput {
                width: 240px;
                border: none;
                height: 48px;
                padding-left: 24px;
                border-radius: 28px;
                box-sizing: border-box;

                &::placeholder {
                    font-weight: 400;
                    font-size: 16px;
                    color: rgba(96, 103, 117, 0.3)
                }
            }

            .nameInput {
                width: 164px;
                margin-right: 16px
            }

            .footerOrderLogo {
                position: absolute;
                bottom: 0;
                width: 156px;
                height: 148px
            }

            .footerOrderTip {
                margin-left: 148px;
                margin-right: 88px;
                font-size: 24px
            }

            .btn,
            .footerOrderTip {
                font-weight: 600;
                color: #fff
            }

            .btn {
                display: inline-block;
                width: 188px;
                height: 48px;
                background: linear-gradient(133deg, #ffaf00, #ff5b00);
                border-radius: 28px;
                text-align: center;
                font-size: 20px;
                line-height: 48px;
                margin-left: 16px;
                cursor: pointer
            }
        }
    }
}

* {
    scroll-behavior: smooth
}

body {
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  /*  font-weight: 300; */
    font-size: 16px;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #108db8;
    font-weight: 700
}

img {
    max-width: 100%
}

nav {
    width: 100%;
    background: #108db8
}

nav a {
    color: #fff;
    padding: 1rem;
    display: inline-block
}

.main {
    width: 100%;
    background-color: #f6f6f6
}

.infoContent {
    width: 100vw;

    .banner {
        background-image: url(/style/img/info/bannerBg.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 174px;
        margin-bottom: 24px;

        .bannerContent {
            width: 1200px;
            height: 174px;
            margin: 0 auto;
            box-sizing: border-box;
            padding-top: 45px;

            .title {
                font-weight: 600;
                font-size: 40px;
                color: #fff
            }

            .subTitle {
                margin-top: 4px;
                font-weight: 400;
                font-size: 14px;
                color: #fff
            }
        }
    }

    .infoContentBody {
        width: 1200px;
        margin: 24px auto 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;

        .infoDetail {
            width: 880px;
            margin-right: 32px;

            .article {
                width: 100%;
                background-color: #fff;
                border-radius: 4px;
                min-height: 500px;
                margin-bottom: 28px;
                padding: 32px;
                box-sizing: border-box;

                .title {
                    font-weight: 600;
                    font-size: 24px;
                    color: #2c3040;
                    margin-bottom: 12px
                }

                .detail {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                    padding-bottom: 20px;
                    border-bottom: 1px solid #ededed;
                    margin-bottom: 32px
                }

                .articleContent {
                    min-height: 500px;

                    img {
                        display: block;
                        max-width: 800px
                        margin: 0 auto;
                    }
                }
            }

            .qa {
                width: 100%;
                min-height: 122px;
                background-color: #fff;
                border-radius: 4px;
                margin-bottom: 28px;

                .title {
                    width: 100%;
                    box-sizing: border-box;
                    padding: 16px 0 19px 36px;
                    border-bottom: 1px solid #ededed;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    font-weight: 600;
                    font-size: 18px;
                    color: #2c3040;
                    line-height: 25px;

                    .icon {
                        width: 46px;
                        height: 30px;
                        margin-right: 8px
                    }
                }

                .qaContent {
                    margin: 20px 32px;
                    padding: 16px 24px;
                    box-sizing: border-box;
                    background: #f6fafe;
                    border-radius: 8px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 20px;

                    .aContent,
                    .qContent {
                        display: flex;
                        align-items: flex-start;
                        justify-content: flex-start;

                        .qaContentTitle {
                            margin-right: 15px;
                            color: #606775
                        }

                        .qaContentBody {
                            width: 683px;
                            color: #2c3040
                        }
                    }

                    .qContent {
                        border-bottom: 1px solid #e8e8f2;
                        padding-bottom: 14px;
                        margin-bottom: 16px
                    }
                }

                .articleList {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    margin: 0 32px;

                    .articleItem {
                        width: 100%;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        border-top: 1px solid #ededed;
                        cursor: pointer;
                        height: 56px;
                        font-weight: 400;
                        font-size: 14px;
                        color: #606775;
                        line-height: 24px;

                        img {
                            width: 28px;
                            height: 22px;
                            margin-right: 8px
                        }
                    }
                }
            }

            .freeOrder {
                width: 100%;
                height: 428px;
                margin-bottom: 28px;
                background-image: url(/style/img/orderBg.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                position: relative;
                box-sizing: border-box;

                .logo {
                    width: 116px;
                    height: 152px;
                    position: absolute;
                    top: 0;
                    right: 92px
                }

                .title {
                    margin: 0 206px 8px 208px;
                    padding-top: 40px;
                    font-weight: 600;
                    font-size: 28px;
                    color: #333;
                    line-height: 40px
                }

                .subTitle {
                    margin: 0 360px 36px;
                    font-weight: 600;
                    font-size: 20px;
                    color: #2c3040
                }

                .form {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: center;

                    .formItem {
                        display: flex;
                        padding: 0 64px;
                        margin-bottom: 16px;
                        width: 100%;
                        box-sizing: border-box;
                        align-items: center;
                        justify-content: space-between;

                        .formItemTitle {
                            width: 64px;
                            margin-right: 20px;
                            font-weight: 400;
                            font-size: 18px;
                            color: #2c3040
                        }

                        input {
                            width: 678px;
                            height: 44px;
                            border: 1px solid #ededed;
                            padding: 10px 20px;
                            box-sizing: border-box;
                            &::placeholder {
                                color: rgba(96, 103, 117, 0.3)
                            }
                        }
                    }

                    .btn {
                        margin-top: 8px;
                        width: 362px;
                        height: 56px;
                        background: #ff5b00;
                        border-radius: 4px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-weight: 600;
                        font-size: 20px;
                        color: #fff;
                        cursor: pointer;

                        img {
                            width: 28px;
                            height: 30px;
                            margin-right: 12px
                        }
                    }
                }
            }

            .statement {
                width: 100%;
                height: 160px;
                background: #edecec;
                border-radius: 4px;
                margin-bottom: 60px;
                padding: 24px 32px;
                box-sizing: border-box;
                font-weight: 400;
                font-size: 14px;
                color: #999;
                line-height: 28px
            }
        }

        .recommandContent {
            width: 288px;

            .header {
                width: 100%;
                height: 65px;
                border-bottom: 1px solid #ededed;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 20px 24px;
                box-sizing: border-box;
                position: relative;

                .line {
                    width: 72px;
                    height: 6px;
                    background: #00affe;
                    position: absolute;
                    bottom: 21px;
                    left: 63px;
                    opacity: .5
                }

                .icon {
                    width: 30px;
                    height: 26px;
                    margin-right: 8px
                }

                .title {
                    font-weight: 600;
                    font-size: 18px;
                    color: #2c3040;
                    position: relative;
                }
            }

            .publicVideo {
                height: 156px
            }

            .publicVideo,
            .testCourse {
                width: 100%;
                margin-bottom: 28px;
                background: #fff;
                border-radius: 4px
            }

            .testCourse {
                height: 362px;

                .content {
                    padding: 23px 24px;
                    display: flex;
                    flex-direction: column;

                    input {
                        width: 240px;
                        height: 44px;
                        border: 1px solid #ededed;
                        border-radius: 4px;
                        margin-bottom: 12px;
                        padding-left: 20px;
                        &::placeholder {
                            color: rgba(96, 103, 117, 0.3)
                        }
                    }

                    .btn {
                        margin-top: 8px;
                        position: relative;
                        width: 240px;
                        height: 56px;
                        font-weight: 600;
                        font-size: 20px;
                        color: #fff;
                        background: #ff5b00;
                        border-radius: 4px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;

                        img {
                            position: absolute;
                            width: 91px;
                            height: 76px;
                            right: -16px;
                            bottom: 0
                        }
                    }
                    
                }
            }

            .onlineOrder {
                width: 100%;
                height: 390px;
                margin-bottom: 28px;
                background: #fff;
                border-radius: 4px;

                .freeOrderContent {
                    position: relative;
                    width: 288px;
                    height: 116px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;

                    .bg {
                        width: 288px;
                        height: 116px;
                        position: absolute;
                        top: 0;
                        left: 0
                    }

                    .text1 {
                        font-weight: 400;
                        font-size: 12px;
                        margin-left: -6px
                    }

                    .text1,
                    .text2 {
                        color: #fff;
                        z-index: 2
                    }

                    .text2 {
                        font-weight: 600;
                        font-size: 14px;
                        letter-spacing: 9px
                    }
                }

                .qrCodes {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;

                    .qrCode {
                        width: 110px;
                        height: 172px;
                        padding: 3px;
                        box-sizing: border-box;
                        background: #f6fafe;
                        border-radius: 4px;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: center;

                        img {
                            width: 104px;
                            height: 104px;
                            margin-bottom: 13px
                        }

                        .qrCodeText {
                            font-weight: 400;
                            font-size: 14px;
                            color: #999
                        }
                    }
                }
            }

            .courseService {
                width: 100%;
                height: 376px;
                margin-bottom: 28px;
                background: #fff;
                border-radius: 4px;

                .content {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                    box-sizing: border-box;
                    padding: 24px 25px 0 23px;

                    .item {
                        width: 110px;
                        height: 117px;
                        box-sizing: border-box;
                        background: #fff;
                        border-radius: 4px;
                        border: 1px solid #ededed;
                        margin-bottom: 20px;

                        .img {
                            width: 100%;
                            height: 72px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            background: #f6fafe;
                            margin-bottom: 12px;

                            img {
                                width: 80px;
                                height: 72px
                            }
                        }

                        .title {
                            width: 100%;
                            text-align: center;
                            font-weight: 400;
                            font-size: 14px;
                            color: #606775
                        }
                    }
                }
            }

            .todayRecommand {
                width: 100%;
                height: 466px;
                margin-bottom: 28px;
                background: #fff;
                border-radius: 4px;

                .content {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: center;

                    .infoItem {
                        width: 288px;
                        height: 50px;
                        background: #fff;
                        border-top: 1px solid #ededed;
                        font-weight: 400;
                        font-size: 14px;
                        color: #606775;
                        box-sizing: border-box;
                        padding: 15px 28px 15px 24px;
                        position: relative;
                        cursor: pointer;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        &:first-child {
                            border-top: none;
                        }
                        &:hover {
                            color: #00affe;

                            &:before {
                                background: #00affe
                            }
                        }

                        &:before {
                            position: absolute;
                            content: "";
                            display: block;
                            width: 4px;
                            height: 4px;
                            border-radius: 4px;
                            background: #d6d6d6;
                            left: 12px;
                            top: 24px
                        }
                    }
                }
            }

            .commonTool {
                width: 100%;
                height: 476px;
                margin-bottom: 28px;
                background: #fff;
                border-radius: 4px;

                .content {
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-wrap: wrap;
                    width: 100%;
                    padding: 11px 26px 0 22px;
                    box-sizing: border-box;

                    .item {
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: center;
                        margin-bottom: 20px;

                        img {
                            display: block;
                            width: 110px;
                            height: 81px;
                            margin-bottom: 8px;
                            background-color: red
                        }

                        .title {
                            font-weight: 400;
                            font-size: 14px;
                            color: #2c3040
                        }
                    }
                }
            }
        }
    }
}
/* 资讯默认样式 */
.articleContent p {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.articleContent b {
    font-size: 16px;
}
.articleContent h1 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.articleContent h2 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.articleContent h3 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.articleContent h4 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.accountability {
	padding: 0 0 15px 0;
	line-height: 22px;
}
.articleContent div {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.articleContent span {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #2c1313;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
#articleContent div {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.articleContent blockquote {
    font-size: 17px;
    border-left: 6px solid #00a185;
    padding: 30px 20px 5px 20px;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: 500;
    background: #f3f5f7;
    margin-bottom: 30px;
}
/* 资讯默认样式 */
/* 面包屑 */
.subTitle a{
	color: #fff;
}
/* 面包屑 */