﻿* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.HelpCenter {
    width: 100%;
    min-width: 1200px;
}

.self-service {
    width: 100%;
    height: 708px;
    background-color: #ffffff;
}

.self-service-content {
    width: 1200px;
    margin: 0px auto;
}

.service-content-div1, .service-content-div2 {
    display: flex;
    justify-content: space-between;
}

.service-content-div2 {
    margin-bottom: 100px;
}

.self-service-Title {
    width: 100% !important;
    color: #2f3034;
    font-size: 34px;
    text-align: center;
    padding-top: 100px !important;
    background-color: #fff;
    clear: both;
    display: block;
    margin-bottom: 40px;
}

.service-content-div1 div, .service-content-div2 div {
    width: 280px;
    height: 218px;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    text-decoration: none;
    list-style: none;
    border: 1px solid #fff;
}
 
    .service-content-div1 ul li a, .service-content-div2 div ul li a {
        font-weight: bold;
        color: #1285f7;
        text-decoration: none;
        font-size: 16px;
    }

.service-content-div1 ul li img, .service-content-div2 ul li img {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 8px;
}

.service-content-div1 ul li, .service-content-div2 ul li {
    width: 100%;
    margin-top: 20px;
    color: #232526;
    font-size: 16px;
    text-decoration: none;
}

.service-content-div1 div:hover, .service-content-div2 div:hover {
    box-shadow: 0px 2px 10px 0px rgba(21, 6, 7, 0.1);
    border-color: #1285f7; 
}


.liBottomStyle {
    padding-bottom: 40px !important;
    color: #626465 !important;
    font-size: 14px !important;
}

.help-TopQuestions {
    width: 100%;
    height: 490px;
    background: url("/Centent/V2019/images/HelpCenter40.png") repeat center;
}

.TopQuestions {
    text-align: center;
    overflow: hidden;
}

    .TopQuestions p {
        font-size: 34px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

.TopQuestions-Content {
    width: 1200px;
    margin: auto;
    height: 250px;
    background-color: #fff;
}

.QuestionList {
    width: 100%;
    background-color: #fff;
    list-style: none;
}

    .QuestionList li {
        width: 200px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        height: 68px;
        line-height: 68px;
        float: left;
        position: relative;
    }

        .QuestionList li a {
            text-decoration: none;
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #2f3034;
        }

            .QuestionList li a:hover {
                /*width: 100px;*/
                /*height: 68px;*/
                color: #1285f7;
                display: inline-block;
                border-bottom: 3px solid #1285f7;
            }

.QuestionList-active {
    border-bottom: 3px solid #1285f7;
    display: inline-block;
    color: #1285f7 !important;
}

.QuestionList-content {
    width: 550px;
    padding-left: 50px;
    float: left;
}

    .QuestionList-content li {
        font-size: 14px;
        color: #2f3034;
        margin-top: 32px;
    }

        .QuestionList-content li a {
            font-family: MicrosoftYaHei;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #2f3034;
        }

            .QuestionList-content li a:hover {
                color: #1285f7;
            }

.questionCategory {
    width: 100%;
}

.CategoryTitle {
    text-align: center;
    overflow: hidden;
}

    .CategoryTitle p {
        font-size: 34px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

.questionCategory {
    width: 100%;
    min-width: 1200px;
    min-height: 600px;
    background-color: #ffffff;
}

.questionCategory-Content-div {
    display: flex;
    justify-content: space-between;
}

.questionCategory-Content {
    width: 1200px;
    margin: auto;
}

.questionCategoryUL p {
    color: #2f3034;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 30px;
}

.questionCategoryUL {
    /*width: 200px;
    height: 305px;*/
    margin-bottom: 100px;
    position: relative;
    width: 227px;
    /*height: 301px;*/
    background-color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(21, 6, 7, 0.1);
    border: solid 1px #dddddd;
}

    .questionCategoryUL ul {
        margin: auto;
        list-style: none;
    }

        .questionCategoryUL ul li a {
            text-decoration: none;
            color: #626465;
        }

        .questionCategoryUL ul li {
            height: 50px;
            line-height: 50px;
            padding-left: 20px;
            font-size: 14px;
        }

    .questionCategoryUL label {
        height: 3px;
        color: #1285f7;
        width: 18px;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        top: 30px;
        left: -3px;
    }

    .questionCategoryUL ul li span {
        float: right;
        padding-right: 20px;
    }

    .questionCategoryUL ul li a:hover {
        color: #1285f7;
    }

    .questionCategoryUL ul li span:hover {
        color: #1285f7;
    }

.ContactUs {
    width: 100%;
    background-color: #ebf0f2;
    clear: both;
}

.ContactUsTitle {
    text-align: center;
    overflow: hidden;
}

    .ContactUsTitle p {
        font-size: 34px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

.ContactUsContent {
    width: 1200px;
    margin: auto;
    height: 390px;
}

.ContactUsContent-Img {
    width: 100%;
    height: 140px;
    background: url("/Centent/V2019/images/HelpCenter90.png") no-repeat center;
}

.ContactUsContent-Font {
    width: 1000px;
    text-align: center;
    color: #fff;
    height: 140px;
    float: left;
}

    .ContactUsContent-Font p {
        padding-top: 32px;
        font-size: 30px;
    }

    .ContactUsContent-Font label {
        display: inline-block;
        margin-top: 10px;
    }

.ContactUsContent-Span {
    width: 200px;
    height: 140px;
    margin: auto;
    display: inline-block;
}

    .ContactUsContent-Span span {
        width: 130px;
        background-color: #1abffc;
        height: 44px;
        margin-top: 50px;
        line-height: 44px;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }

        .ContactUsContent-Span span:hover {
            color: #3cc9fc;
        }

.ContactUsContent-Content {
    width: 1200px;
    margin: auto;
}

.ContactUsContent-Content-Div {
    display: flex;
    justify-content: space-between;
}

.ContactUsContent-Content dl {
    width: 389px;
    height: 140px;
    background-color: #fff;
    margin-top: 14px;
}

    .ContactUsContent-Content dl dt {
        float: left;
        margin-left: 25px;
    }

        .ContactUsContent-Content dl dt img {
            height: 92px;
            width: 92px;
            margin-top: 20px;
        }

    .ContactUsContent-Content dl dd {
        float: left;
        margin-left: 24px;
    }

        .ContactUsContent-Content dl dd a {
            text-decoration: none;
            color: #1285f7;
            padding-top: 20px;
            width: 160px;
            display: inline-block;
        }

    .ContactUsContent-Content dl dd {
        margin-top: 20px;
    }
