body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: 微软雅黑;
    color: #666666;
}

li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover, a:visited, a:active {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.blue {
    color: #2672ff;
}

.red {
    color: #ff2659;
}

.txc {
    text-align: center !important;
}

.flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-box {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.navbar-default {
    background: rgba(255,255,255,0);
    border-bottom: none;
    transition: all 0.3s ease-out;
}

.navbar-brand {
    padding: 30px 15px;
    height: 100px;
    box-sizing: border-box;
}

    .navbar-brand img {
        height: 40px;
    }

.logo_white {
    display: block !important;
}

.logo_blue {
    display: none !important;
}

.navbar-nav > li {
    padding: 40px 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 120%;
    line-height: 30px;
    padding: 10px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #fff;
}

.nav-login {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}

.topfix .navbar-default {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.topfix .logo_white {
    display: none !important;
}

.topfix .logo_blue {
    display: block !important;
}

.topfix .navbar-brand {
    padding: 15px;
    height: 70px;
    box-sizing: border-box;
}

.topfix .navbar-nav > li {
    padding: 20px 10px;
}

.topfix .navbar-default .navbar-nav > li > a {
    color: #2672ff;
    font-size: 120%;
    line-height: 30px;
    padding: 10px;
}

.topfix .nav-login {
    color: #2672ff;
}

.top-banner {
    height: 100vh;
}

    .top-banner .container {
        height: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

.banner-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-info {
    width: 45%;
}

.banner-tit {
    font-size: 50px;
}

.banner-en {
    font-size: 18px;
    margin: 15px 0;
}

.banner-txt {
    font-size: 22px;
}

    .banner-txt strong {
        color: #f8cf36;
    }

.bar-trial {
    display: block;
    border: 1px solid #fff;
    width: 180px;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 30px;
    margin-top: 60px;
    transition: all 0.3s ease-out;
}

.bar-trial2 {
    display: block;
    border: 1px solid #2672ff;
    width: 100px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #2672ff;
    border-radius: 20px;
    margin-top: 30px;
    transition: all 0.3s ease-out;
}

.bar-trial:hover {
    background: #fff;
    color: #2672ff;
}

.bar-trial2:hover {
    background: #2672ff;
    color: #fff;
}

.banner-img {
    text-align: right;
    flex: 1;
    -webkit-flex: 1;
}

    .banner-img img {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

.home-title {
    text-align: center;
    font-size: 250%;
    padding: 80px 0;
    color: #000000;
}

.home-title-group {
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 16px;
    color: #7c7a7a;
}

    .home-title-group h3 {
        text-align: center;
        font-size: 200%;
        font-weight: normal;
        color: #000000;
        padding-bottom: 10px;
    }

.questionnaire-img {
    width: 60%;
}

.questionnaire-info {
    flex: l;
    -webkit-flex: l;
    padding-top: 80px;
}

    .questionnaire-info h3 {
        font-size: 28px;
        position: relative;
        display: inline-block;
        padding-bottom: 20px;
    }

        .questionnaire-info h3:after {
            content: '';
            height: 4px;
            background: #2672ff;
            width: 36px;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1;
        }

        .questionnaire-info h3 span {
            position: absolute;
            top: -50px;
            left: 100%;
            z-index: 0;
            font-size: 100px;
            margin-left: 20px;
            line-height: 1;
            font-weight: bold;
            color: #f0f3ff;
        }

.bgc .questionnaire-info h3 span {
    color: #eaeefc;
}

.questionnaire-info ul {
    padding-top: 20px;
}

    .questionnaire-info ul li {
        background: url(../image/icon01.png) no-repeat 0 3px;
        background-size: 20px 20px;
        padding-left: 26px;
        margin-bottom: 12px;
        font-size: 18px;
    }

.bgc {
    background: #f5f8fa;
}

.ptem {
    padding-top: 50px;
}

.pc-swiper-template {
    padding: 30px 30px;
    margin: 30px 30px 0 30px;
}

.template-slide {
    background: #fff;
    box-shadow: 0 0 10px rgba(31,105,242,0.25);
    padding: 40px;
    border-radius: 6px;
    line-height: 2;
}

    .template-slide h3 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

    .template-slide a {
        display: inline-block;
        color: #2672ff;
        margin-top: 15px;
    }

.other-ctr {
    text-align: center;
    padding: 30px 0 50px 0;
}

.viewmore {
    display: inline-block;
    border: 1px solid #2672ff;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #2672ff;
    border-radius: 20px;
    padding: 0 30px;
    transition: all 0.3s ease-out;
}

    .viewmore:hover {
        background: #2672ff;
        color: #fff;
    }

.fbg {
    background: #404142;
}

.pc-swiper-template {
    display: block;
}

.mobile-swiper-template {
    display: none;
}

.footer {
    padding: 30px 0;
    text-align: center;
    color: #828282;
}

    .footer a {
        color: #828282;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.memtop {
    background: url(../image/memtbg.jpg) no-repeat center;
    background-size: cover;
    height: 60vh;
}

.memtop-nav {
    text-align: right;
    padding: 50px 0;
}

    .memtop-nav a {
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 5px 20px;
        margin-left: 20px;
        color: #fff;
    }

.login-box {
    width: 750px;
    margin: 0 auto;
}

.slogan-tit {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    margin-top: 30px;
    color: #fff;
}

.login-form-box {
    background: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.login-form-tit {
    font-size: 30px;
    color: #155ee0;
}

.form-in-box {
    border: 1px solid #999999;
    height: 60px;
    border-radius: 30px;
    position: relative;
    margin-top: 30px;
    padding: 0 20px 0 40px;
}

    .form-in-box .form-control {
        background: none;
        border: none;
        height: 100%;
        outline: none;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        font-size: 116%;
    }

.form-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    z-index: 10;
    line-height: 0;
}

    .form-icon img {
        width: 100%;
        height: 100%;
    }

.form-other {
    margin-top: 30px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .form-other a {
        color: #999;
    }

.other-way h3 {
    position: relative;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
}

    .other-way h3:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #bababa;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0;
    }

    .other-way h3 span {
        display: inline-block;
        position: relative;
        z-index: 10;
        background: #fff;
        padding: 0 30px;
        color: #a8a8a8;
    }

.way-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

    .way-list li {
        padding: 30px 50px 10px 50px;
    }

        .way-list li a {
            display: block;
        }

            .way-list li a span {
                display: block;
                background: #f0f4fa;
                width: 60px;
                height: 60px;
                border-radius: 30px;
                box-sizing: border-box;
                padding: 15px;
                margin-bottom: 8px;
            }

                .way-list li a span img {
                    width: 100%;
                    height: 100%;
                }

.btn-yzm {
    display: block;
    border: 1px solid #2672ff;
    height: 60px;
    line-height: 60px;
    font-size: 130%;
    text-align: center;
    border-radius: 30px;
    background: #2672ff;
    color: #fff;
    margin-top: 30px;
    padding: 0 30px;
    margin-left: 20px;
}

.mem-footer {
    text-align: center;
    padding: 60px 0;
    font-size: 120%;
}

.button-submit {
    display: block;
    border: 1px solid #2672ff;
    height: 60px;
    line-height: 60px;
    font-size: 130%;
    text-align: center;
    border-radius: 30px;
    background: #2672ff;
    color: #fff !important;
    width: 100%;
}

.mem-tips {
    text-align: center;
    padding: 50px 0;
}

    .mem-tips h3 {
        font-size: 130%;
        font-weight: normal;
        margin-top: 30px;
    }

.mem-header {
    background: #2672ff;
    padding: 60px 0;
}

.mem-header-top {
    margin-left: -15px;
    margin-right: -15px;
}

.mem-logo {
    display: block;
}

.mem-menu {
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .mem-menu a {
        color: #fff;
    }

.bar-my {
    display: inline-block;
    margin: 0 10px;
    background: url(../image/mem_ico1.png) no-repeat left;
    background-size: 20px 20px;
    padding-left: 26px;
    position: relative;
}

.mem-user {
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .mem-user img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
    }

.bar-info {
    display: inline-block;
    margin: 0 10px;
    background: url(../image/mem_ico3.png) no-repeat left;
    background-size: 20px 20px;
    padding-left: 26px;
    position: relative;
}

.bar-unread:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffc600;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
}

.bar-out {
    display: inline-block;
    margin: 0 10px;
    background: url(../image/mem_ico4.png) no-repeat left;
    background-size: 20px 20px;
    padding-left: 26px;
    position: relative;
}

.member-container {
    padding: 60px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.personinfo {
    width: 650px;
    margin: 0 auto;
}

.person-head {
    text-align: center;
    padding-bottom: 30px;
}

.ava-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(12,76,191,0.2);
}

.person-head h3 {
    font-size: 100%;
    padding-top: 12px;
}

.btn-keep {
    background: #2672ff;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0 30px;
    border-radius: 20px;
}

.establish {
    background: #2672ff;
    color: #fff;
    border: none;
    padding: 10px 50px;
    height: 46px;
    line-height: 26px;
    border-radius: 30px;
    font-size: 120%;
    white-space: nowrap;
}

.info-tit {
    font-size: 120%;
    color: #2672ff;
}

.info-box {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    line-height: 36px;
}

.select-style {
    background: #e8e8e8;
    border-radius: 6px;
    border: none;
    height: 30px;
    line-height: 30px;
}

.ctit {
    color: #2672ff;
    font-size: 120%;
    padding: 15px;
}

.pbtem {
    padding: 60px 0;
}

.inquire-form {
    padding: 30px 15px;
}

    .inquire-form .control-label {
        font-size: 130%;
        color: #2672ff;
    }

    .inquire-form .form-control {
        padding: 10px 15px;
        height: 46px;
        line-height: 32px;
        border-radius: 30px;
    }

.btn-establish {
    background: #2672ff;
    color: #fff;
    border: none;
    padding: 6px 100px;
    border-radius: 20px;
    line-height: 1.6;
    margin-top: 20px;
    box-sizing: border-box;
}

.inquire-way-box {
    padding: 15px;
}

.inquire-items {
    padding: 30px;
}

.inquire-way {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 16px rgba(12,76,191,0.15);
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 30px;
    text-align: center;
    font-size: 115%;
}

    .inquire-way h4 {
        font-size: 120%;
        color: #2672ff;
        padding-bottom: 12px;
    }

.btn-establish2 {
    display: inline-block;
    border: 1px solid #2672ff;
    color: #2672ff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    margin-top: 12px;
    transition: all 0.3s ease-out;
}

    .btn-establish2:hover {
        background: #2672ff;
        color: #fff;
    }

.type-box {
    padding: 10px 0;
}

.type-items {
    padding: 15px;
    box-sizing: border-box;
    width: 33.3%;
}

.type-bar {
    background: #fff;
    box-shadow: 0 0 16px rgba(12,76,191,0.15);
    border-radius: 10px;
    padding: 30px;
    color: #838383;
    line-height: 2;
}

.type-icon {
    width: 120px;
    height: 120px;
    margin-right: 16px;
}

.type-icon1 {
    background: url(../image/type_wj.png) no-repeat;
    background-size: cover;
}

.type-icon2 {
    background: url(../image/type_ks.png) no-repeat;
    background-size: cover;
}

.type-icon3 {
    background: url(../image/type_cp.png) no-repeat;
    background-size: cover;
}

.type-bar h3 {
    font-size: 150%;
    color: #333;
}

.type-bar:hover .type-icon1 {
    background: url(../image/type_wj_blue.png) no-repeat;
    background-size: cover;
}

.type-bar:hover .type-icon2 {
    background: url(../image/type_ks_blue.png) no-repeat;
    background-size: cover;
}

.type-bar:hover .type-icon3 {
    background: url(../image/type_cp_blue.png) no-repeat;
    background-size: cover;
}

.type-bar .btn-establish {
    width: 90%;
    display: block;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 6px;
}

    .type-bar .btn-establish:hover {
        color: #fff
    }

.pop-type-info {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 720px;
    margin-left: -360px;
    z-index: 1002;
    background: #f5f5f5;
    max-height: 70%;
    overflow-y: auto;
}

.pop-type-tab {
    background: #fff;
    padding: 20px;
}

    .pop-type-tab ul {
        position: relative;
        z-index: 1;
        height: 60px;
    }

        .pop-type-tab ul:before {
            content: '';
            height: 12px;
            background: #2672ff;
            position: absolute;
            top: 14px;
            left: 0;
            width: 100%;
            z-index: 0;
            border-radius: 6px;
        }

        .pop-type-tab ul li {
            flex: 1;
            -webkit-flex: 1;
            text-align: center;
            position: relative;
            box-sizing: border-box;
            padding-top: 40px;
            height: 60px;
        }

            .pop-type-tab ul li span {
                display: block;
                background: #2672ff;
                width: 36px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                border-radius: 18px;
                color: #fff;
                position: absolute;
                top: 0;
                left: 50%;
                margin-left: -18px;
                z-index: 2;
            }

.wj-swiper-box, .ks-swiper-box {
    margin: 20px;
    position: relative;
}

    .wj-swiper-box .swiper-wrapper .swiper-slide img, .ks-swiper-box .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

.pop-type-tab ul li.active {
    color: #2672ff;
}

.set-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #313131;
}

.set-top-group {
    color: #fff;
    font-size: 115%;
    line-height: 30px;
    padding: 20px 0;
}

    .set-top-group li:last-child {
        padding-left: 2em;
    }

    .set-top-group a {
        color: #fff;
        display: block;
        padding: 0 12px;
        border-radius: 6px;
        font-size: 14px;
    }

        .set-top-group a:visited {
            text-decoration: none;
        }

        .set-top-group a img {
            width: 18px;
            height: 18px;
            margin-right: 4px;
        }

    .set-top-group .active a {
        background: #fff;
        color: #333
    }

.set-bar-group li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: 30px;
    padding: 20px 30px;
    background: #fff;
    color: #2671fe;
}

.set-top-group li input {
    width: 16px;
    height: 16px;
    background: none;
    vertical-align: middle;
}

.set-bar-group a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.set-bar-group .active a {
    background: #2671fe;
    color: #fff;
}

.set-in i {
    background: url(../image/set_icon0_blue.png) no-repeat;
    background-size: cover;
}

.set-bar-group .active .set-in i {
    background: url(../image/set_icon0.png) no-repeat;
    background-size: cover;
}

.set-view i {
    background: url(../image/set_icon1_blue.png) no-repeat;
    background-size: cover;
}

.set-bar-group .active .set-view i {
    background: url(../image/set_icon1.png) no-repeat;
    background-size: cover;
}

.set-edit i {
    background: url(../image/set_icon2_blue.png) no-repeat;
    background-size: cover;
}

.set-bar-group .active .set-edit i {
    background: url(../image/set_icon2.png) no-repeat;
    background-size: cover;
}

.set-container {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin-top: 110px;
}

.set-side {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,18,51,0.1);
    width: 230px;
    box-sizing: border-box;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    padding: 20px;
}

.set-section {
    flex: 1;
    -webkit-flex: 1;
    padding-left: 30px;
    box-sizing: border-box;
}

.set-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,18,51,0.1);
}

.side-bar-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 20px;
}

    .side-bar-list li {
        width: 50%;
        padding: 8px 0;
    }

        .side-bar-list li a {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            -webkit-align-items: center;
            font-size: 95%;
        }

            .side-bar-list li a img {
                margin-right: 6px;
                width: 16px;
                height: 16px;
            }

.set-tit {
    font-size: 116%;
    color: #000000;
    padding: 8px 0;
    font-weight: bold;
}

.btn-add {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 8px 20px;
    text-align: center;
    margin-top: 20px;
}

.sec-tit-group {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .sec-tit-group h3 {
        font-size: 180%;
        color: #333333;
        padding: 10px 0;
    }

.section {
    padding: 30px;
    min-height: 600px;
}

.sec-button-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 20px 0;
}

    .sec-button-group a {
        border: 1px solid #2671fe;
        border-radius: 20px;
        padding: 6px 30px;
        margin: 0 10px;
        color: #2671fe;
        transition: all 0.3s ease-out;
    }

        .sec-button-group a:hover {
            background: #2671fe;
            color: #fff;
        }

.form-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,18,51,0.1);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .form-box .form-group {
        margin: 0;
    }

.share-info {
    padding-top: 12px;
}

    .share-info li {
        padding-right: 20px;
    }

        .share-info li:first-child {
            width: 40%;
        }

.button-ctr {
    border: 1px solid #2671fe;
    border-radius: 6px;
    color: #2671fe;
    padding: 6px 30px;
    transition: all 0.2s ease-out;
    background: #fff;
}

    .button-ctr:hover {
        background: #2671fe;
        color: #fff;
    }

.share-wechat {
    display: block;
    background: url(../image/share_wechat.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.share-f {
    display: block;
    background: url(../image/share_f.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.share-qq {
    display: block;
    background: url(../image/share_qq.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.share-zone {
    display: block;
    background: url(../image/share_zone.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.bar-down {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 115%;
    margin-top: 6px;
}

    .bar-down i {
        display: inline-block;
        background: url(../image/icon_down.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .bar-down:hover {
        color: #2672ff;
    }

        .bar-down:hover i {
            background: url(../image/icon_down_blue.png) no-repeat;
            background-size: cover;
        }

.bar-fenxi {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 115%;
    margin-top: 6px;
}

    .bar-fenxi i {
        display: inline-block;
        background: url(../image/icon_fenxi.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .bar-fenxi:hover {
        color: #2672ff;
    }

        .bar-fenxi:hover i {
            background: url(../image/icon_fenxi_blue.png) no-repeat;
            background-size: cover;
        }

.table-responsive th {
    font-weight: normal;
    color: #2672ff;
    text-align: center;
}

.table-responsive td {
    text-align: center;
}

.wj-top-tit {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    background: #eaeff3;
    padding: 20px;
    font-size: 115%;
}

    .wj-top-tit .flex p {
        padding-right: 30px;
    }

.histog-box {
    padding: 30px;
}

.wj-info {
    padding: 20px;
    font-size: 110%;
}

    .wj-info a {
        margin: 0 10px;
    }

.select-style2 {
    position: relative;
    margin-right: 30px;
}

.select-tit {
    display: block;
    position: relative;
}

.wj-info img {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.select-list2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    font-size: 90%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.2)
}

    .select-list2 li {
        cursor: pointer;
        padding-left: 28px;
        line-height: 1.8;
    }

        .select-list2 li:hover {
            background: #ccc;
        }

.bgwhite {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,18,51,0.1);
    border-radius: 8px;
}

.ptem2 {
    padding: 120px 0 50px 0;
}

.kaojuan-tit-group {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 2;
    color: #999;
}

    .kaojuan-tit-group h3 {
        font-size: 180%;
        font-weight: normal;
        line-height: 1.8;
        color: #000;
    }

    .kaojuan-tit-group h4 {
        font-size: 120%;
        font-weight: normal;
        line-height: 2;
        color: #333;
    }

.kaojuan-ifno {
    padding: 30px 50px;
    border-bottom: 1px solid #e5e5e5;
}

.info-form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .info-form label {
        display: block;
        width: 86px;
        text-align: justify;
        font-weight: normal;
        color: #333;
    }

        .info-form label span {
            color: #fe5300
        }

    .info-form input {
        border-bottom: 1px solid #d2d2d2;
        border-left: none;
        border-right: none;
        border-top: none;
        width: 100%;
        outline: none;
    }

.fill-in {
    border-bottom: 1px solid #666;
    border-left: none;
    border-right: none;
    border-top: none;
    min-width: 6em;
    outline: none;
}

.bar-ctr {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 4px;
    padding: 3px 10px;
}

    .bar-ctr img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

.kaojuan-ifno .row {
    padding: 6px 0;
}

.subject-list {
    padding: 30px 50px;
    border-bottom: 1px solid #e5e5e5;
}

.subject-title {
    font-size: 115%;
    color: #333;
    word-break:break-all;
}

.choice-question {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 10px 0;
}

    .choice-question li {
        width: 50%;
        padding: 8px 0;
        color: #333;
        font-size: 105%;
    }

.choice-question2 li {
    width: 100%;
}

.subject-ctr {
    text-align: right;
}

.fill-in-txt {
    font-size: 115%;
    color: #333;
    line-height: 1.8;
    padding-bottom: 15px;
}

.subject-editarea {
    display: none;
    background: #f7f7f7;
    padding: 30px;
    position: relative;
    margin-top: -1px;
}

    .subject-editarea::before {
        content: '';
        border-bottom: 16px solid #f7f7f7;
        border-right: 16px solid rgba(0,0,0,0);
        border-left: 16px solid rgba(0,0,0,0);
        position: absolute;
        top: -16px;
        left: 60px;
        z-index: 1;
    }

.subject-input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 5px 10px;
}

.select-fen {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 5px 10px;
}

.subject-form {
    padding-top: 15px;
    font-size: 115%;
}

    .subject-form li {
        padding-right: 30px;
    }

    .subject-form .first-in {
        width: 50%;
    }

.bar-up {
    display: inline-block;
    background: url(../image/bar_ctr3.png) no-repeat center;
    background-size: 16px 16px;
    width: 26px;
    height: 26px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d2d2d2;
    margin: 0 4px;
}

.bar-dp {
    display: inline-block;
    background: url(../image/bar_ctr4.png) no-repeat center;
    background-size: 16px 16px;
    width: 26px;
    height: 26px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d2d2d2;
    margin: 0 4px;
}

.bar-add {
    display: inline-block;
    background: url(../image/bar_add.png) no-repeat center;
    background-size: 16px 16px;
    width: 26px;
    height: 26px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d2d2d2;
    margin: 0 4px;
}

.bar-dele {
    display: inline-block;
    background: url(../image/bar_dele.png) no-repeat center;
    background-size: 16px 16px;
    width: 26px;
    height: 26px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d2d2d2;
    margin: 0 4px;
}

.check-radio {
    width: 20px;
    height: 20px;
    background: #fff;
    vertical-align: bottom;
}

.table-responsive {
    margin-top: 20px;
}

    .table-responsive .subject-input {
        min-width: 260px;
    }

    .table-responsive thead {
        border: 1px solid #cdcdcd;
    }

        .table-responsive thead tr th {
            background: #f0f0ee;
            color: #333;
            font-size: 110%;
            padding: 10px 0;
            border-bottom: none;
        }

    .table-responsive tbody tr td {
        border-top: none;
        padding: 10px 0;
    }

.form-test-paper {
    padding: 30px 20px;
    line-height: 2
}

    .form-test-paper .row {
        padding: 8px 0;
    }

.test-label {
    font-weight: bold;
    color: #333;
}

.pop-delect {
    display: block;
    background: url(../image/bar_ctr2.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}

.cep-flex {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.cep-side {
    width: 180px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.cep-section {
    border-left: 1px solid #e5e5e5;
}

.cep-button {
    display: block;
    background: #2672ff;
    color: #fff;
    padding: 10px;
    text-align: center;
}

    .cep-button:hover, .cep-button:focus {
        color: #fff;
    }

.cep-bar {
    position: relative;
}

.cep-sub a {
    display: block;
    text-align: right;
}

.cep-bar {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 8px 6px;
    border-bottom: 1px solid #e5e5e5;
}

.bar-add2 {
    display: inline-block;
    background: url(../image/bar_add.png) no-repeat center;
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #b2afaf;
    margin: 0 4px;
}

.bar-dele2 {
    display: inline-block;
    background: url(../image/bar_dele.png) no-repeat center;
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
    text-indent: -6em;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #b2afaf;
    margin: 0 4px;
}

.cep-bar-tit {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    padding-right: 4px;
    font-size: 110%;
}

    .cep-bar-tit::before {
        content: '';
        border-top: 5px solid rgba(0,0,0,0);
        border-left: 6px solid #7d7d7d;
        border-bottom: 5px solid rgba(0,0,0,0);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px;
    }

.cep-sub-bar {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 6px 6px;
    font-size: 90%;
    border-bottom: 1px dashed #e5e5e5;
}

.cep-sub {
    display: none;
}

.cep-side-menu .active .cep-sub {
    display: block;
}

.cep-side-menu .active .cep-bar-tit::before {
    content: '';
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 6px solid #7d7d7d;
    border-bottom: 5px solid rgba(0,0,0,0);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cep-tit {
    font-size: 130%;
    color: #333;
    padding: 20px 50px;
    border-bottom: 1px solid #e5e5e5;
}

.cep-tit2 {
    font-size: 110%;
    color: #565656;
    padding: 20px 80px;
    border-bottom: 1px solid #e5e5e5;
}

.test-tit {
    text-align: center;
    font-size: 180%;
    color: #333;
    padding-top: 20px;
}

.test-desc {
    text-align: center;
    font-size: 140%;
    color: #333;
    padding-top: 20px;
}

.test-button-group {
    text-align: center;
    padding: 20px 0;
}

.bar-stay {
    display: inline-block;
    background: #2671fe;
    color: #fff;
    border-radius: 20px;
    padding: 2px 30px;
}

.bar-leave {
    display: inline-block;
    background: #a2a2a2;
    color: #fff;
    border-radius: 20px;
    padding: 2px 30px;
}

.data-box {
    background: #eaeff3;
    box-shadow: 0 0 20px rgba(0,18,51,0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .data-box .table-responsive {
        margin: 0;
    }

        .data-box .table-responsive table {
            margin: 0;
        }

        .data-box .table-responsive thead {
            background: #eaeff3;
            border: none;
        }

.table-responsive thead tr th {
    padding: 15px;
    color: #2672ff;
    font-size: 120%;
}

.table-responsive tbody tr {
    background: #fff;
}

    .table-responsive tbody tr td {
        padding: 15px;
    }

    .table-responsive tbody tr:nth-child(2n) {
        background: #eaeff3;
    }

.pages {
    text-align: center;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-ctrL {
    display: inline-block;
    background: #b7b7b7;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
}

    .pg-ctrL::before {
        content: '';
        border-bottom: 3px solid #eaeff3;
        border-left: 3px solid #eaeff3;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -4px;
        z-index: 1;
    }

.pg-ctrR {
    display: inline-block;
    background: #b7b7b7;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
}

    .pg-ctrR::before {
        content: '';
        border-top: 3px solid #eaeff3;
        border-right: 3px solid #eaeff3;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 50%;
        margin-top: -5px;
        margin-right: -4px;
        z-index: 1;
    }

    .pg-ctrL:hover, .pg-ctrR:hover {
        background: #2672ff;
    }

.pg-num {
    padding: 0 30px;
}

    .pg-num span {
        color: #2672ff;
    }

.muban-type {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 30px;
}

    .muban-type li {
        padding-right: 20px;
    }

        .muban-type li a {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            -webkit-align-items: center;
            border: 1px solid #2672ff;
            border-radius: 30px;
            padding: 10px 30px;
            font-size: 120%;
        }

            .muban-type li a i {
                display: block;
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }

.icon-md1 {
    background: url(../image/icon_mb1_blue.png) no-repeat center;
    background-size: cover;
}

.icon-md2 {
    background: url(../image/icon_mb2_blue.png) no-repeat center;
    background-size: cover;
}

.icon-md3 {
    background: url(../image/icon_mb3_blue.png) no-repeat center;
    background-size: cover;
}

.muban-type li a:hover, .muban-type .active a {
    background: #2672ff;
    color: #fff;
}

    .muban-type li a:hover .icon-md1, .muban-type .active .icon-md1 {
        background: url(../image/icon_mb1.png) no-repeat center;
        background-size: cover;
    }

    .muban-type li a:hover .icon-md2, .muban-type .active .icon-md2 {
        background: url(../image/icon_mb2.png) no-repeat center;
        background-size: cover;
    }

    .muban-type li a:hover .icon-md3, .muban-type .active .icon-md3 {
        background: url(../image/icon_mb3.png) no-repeat center;
        background-size: cover;
    }

.muban-box {
    background: #f7f8f9;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    overflow: hidden;
}

.muban-section {
    background: #fff;
    padding: 30px;
    flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
}

.muban-side {
    width: 336px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.muban-tit {
    border-bottom: 1px solid #dbdcdc;
    padding: 30px 0 20px 50px;
    font-size: 130%;
    color: #333;
}

.muban-menu li a {
    display: block;
    padding: 10px 0 10px 50px;
}

    .muban-menu li a:hover, .muban-menu .active a {
        background: #eaeff3;
        color: #2672ff;
    }

.muban-setit {
    font-size: 150%;
    color: #2672ff;
    border-bottom: 1px dashed #c6c6c6;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.muban-list {
    padding: 10px 30px;
}

.ss-box {
    position: relative;
}

.btn-ss {
    background: url(../image/icon_ss.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    border: none;
    margin-top: -10px;
    text-indent: -6em;
}

.analysis-tab {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    background: #eaeff3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

    .analysis-tab li {
        flex: 1;
        -webkit-flex: 1;
        text-align: center;
    }

        .analysis-tab li a {
            display: block;
            padding: 20px;
            font-size: 110%;
            text-decoration: none;
        }

        .analysis-tab li i {
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: middle;
            margin-right: 6px;
        }

.ana-icon1 {
    background: url(../image/icon_sel03.png) no-repeat;
    background-size: cover;
}

.ana-icon2 {
    background: url(../image/icon_sel04.png) no-repeat;
    background-size: cover;
}

.analysis-tab .active a {
    color: #2672ff;
}

.analysis-tab #current {
    background: #f7fbff;
    color: #2672ff;
}

    .analysis-tab #current .ana-icon1 {
        background: url(../image/icon_sel03_blue.png) no-repeat;
        background-size: cover;
    }

    .analysis-tab #current .ana-icon2 {
        background: url(../image/icon_sel04_blue.png) no-repeat;
        background-size: cover;
    }

.analysis-info {
    padding: 30px;
}

.cross-box {
    background: #f5f7fa;
    overflow: hidden;
    border-radius: 8px;
}

.cross-top {
    padding: 15px 50px;
    color: #333;
    font-size: 120%;
    background: #e4e7eb;
}

    .cross-top div span {
        font-size: 85%;
        color: #7d7d7d;
    }

.cross-info {
    padding: 30px;
}

.cross-form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.bar-cross {
    display: block;
    margin: 0 30px;
}

.cross-form .select-fen {
    width: 30%;
}

.cross-chart {
    padding: 30px 0;
}









@media (max-width: 1024px) {
    .type-items .type-bar {
        padding: 15px;
    }

    .type-bar .type-icon {
        width: 90px;
        height: 90px;
    }

    .set-top-group {
        font-size: 100%;
    }

    .set-bar-group li a {
        padding: 20px 30px;
    }

    .button-ctr {
        padding: 6px 15px;
    }
}

@media (max-width: 992px) {
    .banner-info {
        width: 60%;
    }

    .banner-tit {
        font-size: 30px;
    }

    .banner-en {
        font-size: 16px;
        margin: 15px 0;
    }

    .banner-txt {
        font-size: 18px;
    }

    .banner-img img {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .bar-trial {
        width: 120px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .home-title {
        font-size: 200%;
        padding: 50px 0;
    }

    .questionnaire-img {
        width: 55%;
    }

    .questionnaire-info {
        padding-top: 50px;
    }

    .pc-swiper-template {
        display: none;
    }

    .mobile-swiper-template {
        display: block;
        padding: 15px;
    }

    .memtop {
        height: 40vh;
    }

    .memtop-nav {
        padding: 30px 0;
    }

    .slogan-tit {
        margin-top: 20px;
    }

    .login-box {
        width: auto;
    }

    .type-items {
        width: 50%;
        line-height: 1.4;
    }

    .set-top-group {
        font-size: 85%;
    }

    .set-bar-group li a {
        padding: 20px 10px;
        font-size: 85%;
    }

        .set-bar-group li a i {
            margin-right: 4px;
        }

    .set-side {
        width: 160px;
    }

    .side-bar-list li {
        width: 100%;
    }

    .form-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .set-top-group a {
        padding: 0 8px;
        border-radius: 4px;
    }

    .navbar-nav > li {
        padding: 5px 10px;
    }

    .topfix .navbar-nav > li {
        padding: 5px 10px;
    }

    .nav-login {
        position: relative;
    }

    .navbar-brand {
        padding: 12px 15px;
        height: 50px;
        box-sizing: border-box;
    }

    .navbar-toggle {
        margin-top: 6px;
        margin-right: 15px;
        margin-bottom: 6px;
    }

    .topfix .navbar-brand {
        padding: 12px 15px;
        height: 50px;
        box-sizing: border-box;
    }

    .navbar-brand img {
        height: 26px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 100%;
        line-height: 20px;
        padding: 10px;
    }

    .banner-box {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .banner-info {
        width: 100%;
    }

    .banner-tit {
        font-size: 20px;
    }

    .banner-en {
        font-size: 12px;
        margin: 8px 0;
    }

    .banner-txt {
        font-size: 14px;
    }

    .banner-img {
        text-align: left;
        padding-bottom: 20px;
    }

        .banner-img img {
            width: 100%;
        }

    .flex-box {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .flex-reverse {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .home-title {
        font-size: 140%;
        padding: 20px 0;
    }

    .questionnaire-img {
        width: 100%;
    }

    .questionnaire-info {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .questionnaire-info h3 {
            font-size: 20px;
        }

        .questionnaire-info ul {
            padding-top: 10px;
        }

            .questionnaire-info ul li {
                background: url(../image/icon01.png) no-repeat 0 3px;
                background-size: 14px 14px;
                padding-left: 18px;
                margin-bottom: 8px;
                font-size: 14px;
            }

    .bar-trial2 {
        width: 80px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        color: #2672ff;
        border-radius: 16px;
        margin-top: 12px;
    }

    .ptem {
        padding-top: 0;
    }

    .home-title-group {
        padding: 20px 0 0 0;
    }

        .home-title-group h3 {
            font-size: 140%;
        }

    .template-slide h3 {
        font-size: 20px;
    }

    .memtop-nav a {
        border: 1px solid #fff;
        border-radius: 15px;
        padding: 0px 15px;
        margin-left: 15px;
        color: #fff;
    }

    .login-form-box {
        padding: 15px 20px 30px 20px;
    }

    .slogan-tit {
        margin-top: 0;
        font-size: 22px;
        padding: 10px 0 20px 0;
    }

    .login-form-tit {
        font-size: 20px;
    }

    .form-in-box {
        margin-top: 15px;
        height: 36px;
        line-height: 32px;
        padding: 0 10px 0 22px
    }

    .btn-yzm {
        margin-top: 15px;
        height: 36px;
        line-height: 32px;
        padding: 0 10px;
        margin-left: 10px;
        font-size: 95%;
    }

    .form-other {
        margin-top: 15px;
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .form-in-box .form-control {
        font-size: 95%;
    }

    .button-submit {
        border: 1px solid #2672ff;
        height: 42px;
        line-height: 42px;
        font-size: 110%;
        text-align: center;
        border-radius: 20px;
    }

    .form-icon {
        width: 18px;
        height: 18px;
        margin-top: -9px;
        line-height: 0;
        left: 10px;
    }

    .mem-footer {
        text-align: center;
        padding: 30px 0;
        font-size: 100%;
    }

    .mem-tips {
        padding: 30px 0 20px 0;
    }

        .mem-tips h3 {
            font-size: 115%;
            margin-top: 15px;
        }

        .mem-tips p img {
            width: 60px;
        }

    .mem-header {
        padding: 20px 15px;
    }

    .mem-header-top {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .mem-logo {
        width: 100px;
        margin-bottom: 12px;
    }

    .mem-menu {
        margin-left: -5px;
        margin-right: -5px;
        font-size: 90%;
    }

        .mem-menu a {
            margin: 0 5px;
        }

    .member-container {
        padding: 30px 15px;
    }

    .personinfo {
        width: 100%;
    }

    .inquire-form {
        padding: 0 15px 15px 15px;
    }

    .pbtem {
        padding: 20px 0;
    }

    .inquire-form .control-label {
        font-size: 110%;
    }

    .inquire-form .form-control {
        padding: 5px 10px;
        height: 36px;
        line-height: 22px;
    }

    .btn-establish {
        background: #2672ff;
        color: #fff;
        height: 30px;
        line-height: 30px;
        border: none;
        padding: 0 50px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .inquire-items {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 20px 0;
    }

    .inquire-way {
        width: 100%;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 10px;
        margin-bottom: 20px;
    }

        .inquire-way img {
            width: 50px;
            margin-bottom: 10px;
        }

    .type-box {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .type-items {
        width: 50%;
        line-height: 1.4;
        font-size: 85%;
    }

        .type-items .type-bar {
            padding: 10px;
        }

    .type-bar .flex {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .type-bar .type-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .type-bar h3 {
        font-size: 120%;
        margin: 8px 0;
    }

    .type-bar .btn-establish {
        width: 90%;
        display: block;
        text-align: center;
        margin: 10px auto 0 auto;
        line-height: 1.6;
    }

    .type-bar .btn-establish2 {
        height: 24px;
        line-height: 24px;
    }

    .pop-type-info {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .wj-swiper-box, .ks-swiper-box {
        margin: 10px;
        position: relative;
    }

    .pop-type-tab {
        background: #fff;
        padding: 10px;
    }

        .pop-type-tab ul {
            position: relative;
            z-index: 1;
            height: 50px;
        }

            .pop-type-tab ul:before {
                content: '';
                height: 6px;
                top: 12px;
                left: 0;
                width: 100%;
                z-index: 0;
                border-radius: 3px;
            }

            .pop-type-tab ul li {
                padding-top: 27px;
                height: 50px;
                font-size: 75%;
                letter-spacing: -0.5px;
            }

                .pop-type-tab ul li span {
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    border-radius: 10px;
                    top: 5px;
                    margin-left: -10px;
                }

    .set-top-box {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .set-top-group {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 5px 0;
        line-height: 20px;
    }

    .set-bar-group li a {
        padding: 2px 10px;
    }

    .set-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .set-side {
        width: 100%;
        padding: 10px 15px;
    }

    .side-bar-list {
        padding-bottom: 12px;
    }

        .side-bar-list li {
            width: 33.3%;
            padding: 5px 0;
        }

    .set-section {
        padding-left: 0;
        margin-top: 15px;
    }

    .section {
        min-height: auto;
    }

    .btn-add {
        margin-top: 0px;
    }

    .sec-tit-group h3 {
        font-size: 140%;
    }

    .share-info {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

        .share-info li {
            padding: 5px 10px 5px 0;
        }

            .share-info li:first-child {
                width: 100%;
            }

            .share-info li img {
                width: 28px;
                height: 28px;
            }

    .footer {
        padding: 20px 0;
        font-size: 90%;
    }

    .form-group .button-ctr {
        margin-top: 12px;
    }

    .form-box {
        padding: 15px;
    }

    .histog-tab a {
        font-size: 110%;
        padding: 12px 0;
    }

    .wj-top-tit {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        font-size: 90%;
        padding: 10px 15px;
    }

        .wj-top-tit .flex p {
            padding-right: 12px;
            padding-top: 8px;
        }

    .wj-info {
        font-size: 85%;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        padding: 20px 15px;
    }

        .wj-info .flex {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            margin-bottom: 8px;
        }

        .wj-info a {
            margin: 0 3px;
        }

    .select-style2 {
        margin-right: 12px;
    }

    .wj-info img {
        width: 14px;
        height: 14px;
        margin-right: 0px;
    }

    .inquire-form .col-sm-2 {
        padding-top: 12px;
    }

    .set-top-group li:last-child {
        padding-left: 0;
    }

    .kaojuan-tit-group {
        padding: 15px;
    }

        .kaojuan-tit-group h3 {
            font-size: 150%;
        }

        .kaojuan-tit-group h4 {
            font-size: 105%;
        }

    .subject-list {
        padding: 15px;
    }

    .subject-editarea {
        padding: 15px;
    }

    .subject-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        font-size: 100%;
        padding-top: 6px;
    }

        .subject-form li {
            padding: 5px 0;
        }

            .subject-form li:last-child {
                padding-left: 30px;
            }

        .subject-form .first-in {
            width: 100%;
        }

    .subject-editarea::before {
        content: '';
        border-bottom: 10px solid #f7f7f7;
        border-right: 10px solid rgba(0,0,0,0);
        border-left: 10px solid rgba(0,0,0,0);
        position: absolute;
        top: -10px;
        left: 60px;
        z-index: 1;
    }

    .table-responsive {
        margin-top: 10px;
    }

    .ptem2 {
        padding: 100px 0 10px 0;
    }

    .test-tit {
        padding-top: 12px;
        font-size: 150%;
    }

    .test-desc {
        padding-top: 12px;
        font-size: 110%;
    }

    .cep-flex {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cep-side {
        width: 100%;
        border-bottom: 4px solid #e5e5e5;
    }

    .cep-section {
        border-left: none;
    }

    .muban-type {
        padding: 0 15px;
    }

        .muban-type li {
            padding-right: 10px;
        }

            .muban-type li a {
                font-size: 100%;
                padding: 3px 10px;
            }

                .muban-type li a i {
                    width: 14px;
                    height: 14px;
                }

    .muban-box {
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }

    .muban-side {
        width: 100%;
        border-bottom: 2px solid #e5e5e5
    }

    .muban-tit {
        padding: 15px;
    }

    .muban-menu {
        padding: 5px 0;
    }

        .muban-menu li a {
            padding: 3px 15px;
        }

    .muban-section {
        padding: 15px;
    }

    .muban-setit {
        font-size: 120%;
        padding: 15px 0;
    }

    .muban-list {
        padding: 5px 0;
    }

    .choice-question {
        padding: 5px 0;
    }

        .choice-question li {
            padding: 5px 0;
        }

    .establish {
        background: #2672ff;
        color: #fff;
        border: none;
        padding: 5px 30px;
        height: 36px;
        line-height: 22px;
        font-size: 100%;
        white-space: nowrap;
    }

    .analysis-tab li {
        padding: 10px;
    }

        .analysis-tab li i {
            width: 16px;
            height: 16px;
        }

    .analysis-info {
        padding: 15px;
    }

    .cross-top {
        padding: 10px 15px;
        font-size: 90%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        line-height: 2;
    }

    .cross-info {
        padding: 15px;
    }

    .cross-chart {
        padding: 15px 0;
    }

    .cross-form .select-fen {
        width: 40%;
    }
}

.hide {
    display: none;
}

.establish-form {
    display: none;
    padding: 10px;
}

.esta-in {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b2afaf;
    padding: 3px 8px;
    outline: none
}

.esta-btn-group {
    padding-top: 10px;
}

    .esta-btn-group button {
        background: #b2afaf;
        border: none;
        border-radius: 20px;
        color: #fff;
        padding: 5px 20px;
        outline: none
    }

        .esta-btn-group button:hover {
            background: #2672ff;
        }

.succes-box {
    background: #fff;
    width: 500px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 50px 30px;
    box-shadow: 0 0 12px rgba(12,76,191,0.2);
    margin: 30px auto;
    text-align: center;
}

    .succes-box .icon-dui {
        width: 90px
    }

    .succes-box h3 {
        font-size: 160%;
        padding: 15px 0;
    }

@media (max-width: 480px) {
    .succes-box {
        background: #fff;
        width: 70%;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 30px 10px;
        box-shadow: 0 0 12px rgba(12,76,191,0.2);
        margin: 0 auto;
        text-align: center;
    }

        .succes-box .icon-dui {
            width: 60px
        }

        .succes-box h3 {
            font-size: 120%;
        }
}

button {
    outline: none;
}






.la-ball-clip-rotate, .la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff
}

    .la-ball-clip-rotate.la-dark {
        color: #333
    }

    .la-ball-clip-rotate > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor
    }

.la-ball-clip-rotate {
    width: 32px;
    height: 32px
}

    .la-ball-clip-rotate > div {
        width: 32px;
        height: 32px;
        background: transparent;
        border-width: 2px;
        border-bottom-color: transparent;
        border-radius: 100%;
        -webkit-animation: ball-clip-rotate 0.75s linear infinite;
        -moz-animation: ball-clip-rotate 0.75s linear infinite;
        -o-animation: ball-clip-rotate 0.75s linear infinite;
        animation: ball-clip-rotate 0.75s linear infinite
    }

    .la-ball-clip-rotate.la-sm {
        width: 16px;
        height: 16px
    }

        .la-ball-clip-rotate.la-sm > div {
            width: 16px;
            height: 16px;
            border-width: 1px
        }

    .la-ball-clip-rotate.la-2x {
        width: 64px;
        height: 64px
    }

        .la-ball-clip-rotate.la-2x > div {
            width: 64px;
            height: 64px;
            border-width: 4px
        }

    .la-ball-clip-rotate.la-3x {
        width: 96px;
        height: 96px
    }

        .la-ball-clip-rotate.la-3x > div {
            width: 96px;
            height: 96px;
            border-width: 6px
        }

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



.gl-tit {
    font-size: 20px;
    padding: 20px;
}

.gl-box {
    padding: 0 20px;
    margin-bottom: 20px;
}

.flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.gl-label {
    font-weight: bold;
    color: #121212;
    line-height: 36px;
}

.gl-info {
    flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 36px;
}

.gl-inbox {
    padding: 8px 0;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

    .gl-inbox select {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        line-height: 36px;
        width: 80%;
        box-sizing: border-box;
    }

.gl-control {
    border-top: 1px solid #e4e4e4;
    padding: 20px;
    text-align: right;
    line-height: 30px;
}

.gl-ok {
    background: #2671fe;
    color: #fff;
}

.gl-show .choice-question li {
    padding: 0;
}

.gl-show .check-radio {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0 !important;
    margin-bottom: 4px;
}

.gl-tips {
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .gl-inbox select {
        width: 100%;
    }
}


.gl-edit a {
    color: #2671fe;
    cursor: pointer;
    font-size: 14px;
}

    .gl-edit a:hover {
        text-decoration: underline;
    }