.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:100vw;
        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
}

.infosContent {
    width: 100vw;

    .banner {
        background-image: url(/style/img/infos/infosBg.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 24px;
            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
            }
        }
    }

    .infosContentBody {
        width: 1200px;
        margin: 0 auto 24px;
        border-radius: 4px;

        .menu {
            background-color: #fff;
            width: 100%;
            height: 58px;
            box-sizing: border-box;
            display: flex;
            padding-left: 23px;
            margin-bottom: 24px;

            .menuItem {
                height: 58px;
                line-height: 58px;
                width: 114px;
                text-align: center;
                border-bottom: 4px solid #00affe;
                font-weight: 600;
                font-size: 20px;
                color: #00affe;
                box-sizing: border-box;
                cursor: pointer
            }
        }

        .infosListContent {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: flex-start;
            .infoListBody {
                .infosList {
                    width: 880px;
    
                    .info {
                        width: 880px;
                        height: 208px;
                        box-sizing: border-box;
                        padding: 24px 40px 24px 24px;
                        border-radius: 4px;
                        margin-bottom: 24px;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        background-color: #fff;
                        cursor: pointer;
                        list-style-type: none;
    
                        .infoImg {
                            width: 240px;
                            height: 160px;
                            margin-right: 24px;
                            border-radius: 4px;
                        }
    
                        .infoDetail {
                            .title {
                                font-weight: 600;
                                font-size: 24px;
                                color: #2c3040;
                                padding-bottom: 16px;
                                border-bottom: 1px solid #ededed;
                                width: 552px;
                                margin-bottom: 12px
                            }
    
    .infoDetail {
    list-style-type: none;
}
                            .content {
                                margin-bottom: 19px;
                                font-weight: 400;
                                font-size: 14px;
                                color: #999;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                text-overflow: ellipsis
                            }
    
                            .details {
                                display: flex;
                                width: 100%;
                                justify-content: space-between;
                                align-items: center;
    
                                .time,
                                .view {
                                    font-weight: 400;
                                    font-size: 14px;
                                    color: #999
                                }
    
                                .view {
                                    display: flex;
                                    align-items: center;
    
                                    img {
                                        width: 20px;
                                        height: 20px;
                                        margin-right: 8px
                                    }
                                }
                            }
                        }
                    }
                }
                .pages {
                    width: 100%;
                    height: 58px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #FFFFFF;
                    border-radius: 4px;
                    margin-bottom: 60px;
                    .pageItem, .pageNum {
                        cursor: pointer;
                        font-weight: 400;
                        font-size: 14px;
                        margin-right: 16px;
                        color: #666666;
                        &:hover {
                            color: #00AFFE;
                            border-color: #00AFFE;;
                        }
                    }
                    .pageNum {
                        width: 26px;
                        height: 20px;
                        display: block;
                        line-height: 20px;
                        text-align: center;
                        background: #FFFFFF;
                        border-radius: 1px;
                        border: 1px solid #EDEDED;
                        margin-right: 8px;
                        &:last-child {
                            margin-right: 16px;
                        }
                    }
                    .active {
                        border: 1px solid #00AFFE;
                        color: #00AFFE;
                    }
                    
                }
            }

           

            .recommend {
                width: 288px;

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

                    .freeOrderheader {
                        padding: 20px 24px;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        position: relative;

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

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

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

                    .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
                            }
                        }
                    }
                }

                .video {
                    width: 288px;
                    height: 156px;
                    text-align: center;
                    margin-bottom: 24px
                }

                .list,
                .video {
                    background: #fff;
                    border-radius: 4px
                }

                .list {
                    width: 100%;
                    height: 466px;

                    .listHeader {
                        font-weight: 600;
                        font-size: 18px;
                        color: #2c3040;
                        padding: 20px 23px
                    }

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

                        .infoItem {
                            width: 288px;
                            height: 50px;
                            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;

                            &:hover {
                                color: #00affe;

                                &:before {
                                    background: #00affe
                                }
                            }

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