
/*helper*/
.center, .text-center {
    text-align: center;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*header*/
.common-header {
    background-color: #fff;
    border: 1px solid #F0F0F0;
    height: 50px;
    position: relative;
    top: 0;
    z-index: 199;
    left: 0;
    right: 0;
}

.common-header-inner {
    width: 1100px;
    margin: auto;
}

.help-home {
    color: #333;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
}

.help-home h5 {
    display: inline-block;
}

.help-home:hover, .help-home:active, .help-home:focus {
    color: #333;
}

.help-home .header-title {
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.help-home .header-title:before {
    content: "";
    width: 1px;
    top: 17px;
    left: -8px;
    height: 15px;
    border-left: 1px solid #ebebeb;
    position: absolute;
}

.top-category {
    height: 50px;
    float: right;
}

.top-category-item {
    text-align: center;
    margin-left: 50px;
    min-width: 56px;
    float: left;
}

.top-category-item a {
    display: block;
    font-size: 14px;
    color: #666;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid transparent;
}

.top-category-item a:hover {
    cursor: pointer;
    color: #f44;
}

.top-category-item a.active {
    color: #f44;
    border-color: #f44;
}

/*base*/

body {
    min-width: 1000px;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
    background-color: #fff;
}

input, textarea {
    font-size: 12px;
    font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
}

a {
    color: #07d;
    text-decoration: none;
}

a:hover, a:focus {
    color: #07d;
    text-decoration: none;
}

a.new-window {
    color: #00f;

}

a.new-window:hover, a.new-window:focus {
    color: #00f;
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    position: relative;
}

img:before {
    position: absolute;
    display: block;
    content: "";
    top: -7px;
    left: -7px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background-color: rgb(230, 230, 230);
    border: 2px dotted rgb(200, 200, 200);
    border-radius: 5px;
}

img:after {
    position: absolute;
    display: block;
    content: "(>_<)";
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -1.5em;
    height: 1em;
    line-height: 1em;
    width: 3em;
    color: rgb(100, 100, 100);
    text-align: center;
}

.clues-collect-container {
    position: fixed;
    bottom: 50px;
    z-index: 1504;
}

.display-root {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.home-title {
    color: #333;
    font-size: 24px;
    margin: 40px 0 25px;
}

.see-more {
    float: right;
    color: #3388ff;
    font-size: 16px;
}

.page {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 420px;
    position: relative;
}

.wap-only {
    display: none;
}

.web-only {
    display: block;
}

.table-row2-clo3 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

}

.table-row2-clo3 td {
    width: 33.33333333%;
    border: 1px solid #e5e5e5;
}

.table-question td {
    padding: 25px 0 20px;
    vertical-align: top;
}

.table-question h3 {
    color: #333;
    font-size: 16px;
    margin: 0 0 12px 20px;
}

.table-question .question-list {
    margin: 0 10px 0 14px;
}

.table-question .question-list li {

    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-question .question-list .question-item {
    color: #3388ff;
    font-size: 12px;
    line-height: 25px;
}

.topic-block {
    width: 100%;
}

.topic-block:first-child {
    margin-bottom: 20px;
}

.topic-block .topic-item {
    width: 260px;
    float: left;
    margin-right: 19px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
}

.topic-block .topic-item:last-child {
    margin: 0;
}

.topic-block .topic-item img {
    position: absolute;
    top: 37px;
    left: 45px;
    width: 80px;
}

.topic-block .topic-item h2 {
    padding: 68px 0 68px 150px;
    font-size: 18px;
    color: #333;
}

.table-service td {
    position: relative;
    height: 128px;
    box-sizing: border-box;
}

.table-service img {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 50px;
}

.table-service h3 {
    font-size: 16px;
    color: #333;
    padding-top: 30px;
    margin: 0 60px 12px 120px;
}

.table-service p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 60px;
    margin: 0 60px 0 120px;
}


@media screen and (max-width: 768px) {
    body,html {
        min-width: 100%;
    }

    .page {
        width: 100vw;
        margin: 0;
    }

    .wap-only {
        display: block;
    }

    .web-only {
        display: none;
    }

    .wap-container {
        padding: 0 24px;
        width: 100vw;
        box-sizing: border-box;
    }

    .wap-container h3 {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

    .wap-container .question-list {
        margin-bottom: 16px;
    }

    .wap-container li {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

    .home-title {
        margin: 32px 24px;
    }

    .topic-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -12px;
    }

    .topic-block .topic-item {
        flex-basis: calc(50% - 6px);
        width: calc(50% - 6px);
        flex-shrink: 0;
        flex-grow: 0;
        margin-bottom: 12px;
        margin-right: 0;
        position: relative;
        padding: 12px 16px;
        border-radius: 8px;
    }

    .topic-block.service .topic-item {
        flex-basis: 100%;
        width: 100%;
    }

    .topic-block .topic-item > a {
        display: flex;
        align-items: center;
    }

    .topic-block .topic-item img {
        position: relative;
        top: 0px;
        left: 0px;
        width: 48px;
        height: 48px;
        margin-right: 12px;
    }

    .topic-block .topic-item h2 {
        padding: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
    }

    .topic-block .topic-item p {
        font-size: 12px;
        line-height: 16px;
        color: #999;
    }

    .topic-block .topic-item:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.wap-clue__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: calc(100% - 50px);
    max-width: 400px;
    height: 58px;
    padding: 8px 10px;
    box-shadow: 0 2px 8px rgba(50, 50, 51, 0.16);
    border-radius: 9999px;
    background: white;
    z-index: 30;

    transform: translateY(100%);
    transition: transform .2s ease;
    transform-origin: bottom;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
}

.wap-clue__wrapper.show {
    transform: translateY(calc(-1 * calc(26px + constant(safe-area-inset-bottom))));
    transform: translateY(calc(-1 * calc(26px + env(safe-area-inset-bottom))));
}

.wap-clue__left {
    display: flex;
    margin-right: 12px;
}

.wap-clue__left-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.wap-clue__left-action::after {
    content: "";
    height: 16px;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 0;
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
}

.wap-clue__left-action:last-child::after {
    content: none;
}

.wap-clue__left-action__icon {
    width: 24px;
    height: 24px;
}

.wap-clue__left-action__label {
    color: #323233;
}

.wap-clue__right {
    flex: 1;
}

.wap-clue__right-action {
    border: none;
    border-radius: 9999px;
    background: #3370FF;
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    text-align: center;
}

.wap-clue__right-action:active {
    border: none;
}

[data-component=ClueComponent] button {
    border-width: 0;
}

