﻿.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat
    }

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

a, button {
    cursor: pointer
}

button, input, textarea {
    font-size: 16px;
    margin: 0;
    outline: 0;
    -webkit-appearance: none
}

.el, .x-scorll {
    overflow: hidden
}

*, .block-item, :after, :before {
    box-sizing: border-box
}

    .block-item > .block-title .more, .block-item > .block-title .title {
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 1
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

li, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

i {
    font-style: normal
}

img {
    border: 0;
    max-width: 100%
}

input, textarea {
    resize: none;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    border-radius: 0;
    border: 1px solid #e9e9e9
}

button {
    border: 1px solid #e9e9e9;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: 0 0;
    border-radius: 0
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.bold {
    font-weight: 700
}

.through {
    text-decoration: line-through
}

.red {
    color: #EE4653
}

.dark-red {
    color: #DA434C
}

.black {
    color: #333
}

.white {
    color: #fff
}

.gray {
    color: #999
}

.line-gray {
    color: #e9e9e9
}

.background-gray {
    color: #bbb
}

.header-background-gray {
    color: #FAFAFA
}

.text-gray {
    color: #999
}

.text-gray2 {
    color: #666
}

.green {
    color: #999
}

.blue {
    color: #7eb4ed
}

.blue2 {
    color: #37B5F8
}

.orange {
    color: #f90
}

.arrow-top {
    border: 5px solid transparent;
    border-bottom: solid 5px #fff;
    width: 0;
    height: 0;
    display: block
}

.arrow-bottom, .arrow-left {
    border: 5px solid transparent;
    height: 0;
    display: block;
    width: 0
}

.arrow-bottom {
    border-top: solid 5px #fff
}

.arrow-left {
    border-right: solid 5px #fff
}

.arrow-right {
    border: 5px solid transparent;
    border-left: solid 5px #fff;
    width: 0;
    height: 0;
    display: block
}

.hide {
    display: none
}

.show, img {
    display: block
}

* {
    padding: 0;
    margin: 0
}

a {
    font-size: inherit;
    color: inherit
}

.cl:after, .cl:before {
    display: table;
    content: " ";
    clear: both
}

.block-item > .block-title .more:after, .load-more-btn:after {
    content: '>';
    top: -.02rem;
    position: relative
}

.fl {
    float: left
}

.fr {
    float: right
}

.el {
    white-space: nowrap;
    text-overflow: ellipsis
}

.dblo {
    display: block
}

.c-red {
    color: #EE4653
}

.x-scorll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.app-share, body.mask-has-show {
    overflow: hidden
}

.block-item {
    margin-top: .2rem;
    padding: 0 .3rem;
    background-color: #fff
}

    .block-item.no-padding {
        padding: 0
    }

    .block-item.padding-bottom {
        padding-bottom: .3rem
    }

    .block-item > .block-title {
        padding: .3rem 0
    }

        .block-item > .block-title .title {
            font-size: 24px;
            color: #333;
            font-weight: 400
        }

        .block-item > .block-title .more {
            font-size: 16px;
            color: #999
        }

    .block-item > .more-btn, .load-more-btn {
        display: block;
        height: .8rem;
        line-height: .8rem;
        font-size: 18px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        background-color: #FAFAFA;
        text-align: center;
        color: #666
    }

    .block-item > .block-title .more:after {
        padding-left: .04rem
    }

    .block-item > .more-btn, .load-more-btn {
        border: 1px solid #e9e9e9;
        border-radius: 5px
    }

        .load-more-btn.load-more-btn-down:after {
            -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg)
        }

        .load-more-btn:after {
            display: inline-block;
            margin-left: .04rem
        }

.disBox {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-tbox;
    display: -o-box
}

.sticky {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.jian_disflex {
    display: flex
}

.fs_xxs {
    font-size: 10px;
    font-family: '宋体',SimSun
}

.fs_l, .fs_m, .fs_s, .fs_xl, .fs_xs, .fs_xxl, .fs_xxxl, body {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.fs_xs {
    font-size: 12px
}

.fs_s {
    font-size: 14px
}

.fs_m {
    font-size: 16px
}

.fs_l {
    font-size: 18px
}

.fs_xl {
    font-size: 20px
}

.fs_xxl {
    font-size: 24px
}

.fs_xxxl {
    font-size: 36px
}

html {
    font-size: 44.44px
}

@media screen and (min-width: 320px) and (max-width:359px) {
    html {
        font-size: 44.44px
    }
}

@media screen and (min-width: 360px) and (max-width:374px) {
    html {
        font-size: 50px
    }
}

@media screen and (min-width: 375px) and (max-width:383px) {
    html {
        font-size: 52.08px
    }
}

@media screen and (min-width: 384px) and (max-width:392px) {
    html {
        font-size: 53.33px
    }
}

@media screen and (min-width: 393px) and (max-width:413px) {
    html {
        font-size: 54.58px
    }
}

@media screen and (min-width: 414px) and (max-width:539px) {
    html {
        font-size: 57.5px
    }
}

@media screen and (min-width: 540px) {
    html {
        font-size: 75px
    }
}

aspan {
    display: inline
}

body {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.01;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.left {
    float: left
}

.right {
    float: right
}

.t-a-l {
    text-align: left
}

.t-a-r {
    text-align: right
}

.t-a-c {
    text-align: center
}

.app-share {
    width: 0;
    height: 0
}

.container .layout-article {
    width: auto;
    margin: 0
}

.container .com-part-home {
    width: 1200px;
    margin: 60px auto
}

    .container .com-part-home > .part-home-title {
        margin-bottom: 40px;
        text-align: center;
        padding-top: 20px
    }

        .container .com-part-home > .part-home-title > .title-text {
            display: inline-block;
            margin-top: -20px;
            line-height: 41px;
            padding: 0 45px;
            background-color: #fff;
            font-size: 30px
        }

        .container .com-part-home > .part-home-title > .title-text2 {
            font-size: 16px;
            margin: 30px 0;
            color: #666
        }

        .container .com-part-home > .part-home-title > .hr {
            height: 1px;
            border: none;
            border-top: 1px dotted #e9e9e9
        }

.container .banner-mid-ad.com-part-home {
    margin-top: -30px
}

.common-paging > ul > li, .common-paging > ul > li.disabled:hover {
    border: 1px solid #e9e9e9
}

.common-paging {
    display: inline-block;
    vertical-align: top
}

    .common-paging > ul {
        text-align: center;
        font-size: 0
    }

        .common-paging > ul > li {
            display: inline-block;
            margin: 6px;
            width: 38px;
            line-height: 38px;
            font-size: 16px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
            transition: all 50ms ease-in-out
        }

            .common-paging > ul > li.pre {
                background: url("../files/e39863e3ec7bec47313bca2a5e0249f6.png") center no-repeat
            }

            .common-paging > ul > li.next {
                background: url("../files/0acb76073162f6bc6d253dd913d734d6.png") center no-repeat
            }

            .common-paging > ul > li.disabled {
                color: #999
            }

                .common-paging > ul > li.disabled.pre {
                    background: url("../files/e9bba482fb5dceed399c28fa66a638a8.png") center no-repeat
                }

                .common-paging > ul > li.disabled.next {
                    background: url("../files/8a9a4fbf3f4035dd484fe90011420893.png") center no-repeat
                }

            .common-paging > ul > li.active {
                border: 1px solid transparent;
                background: #7eb4ed;
                color: #fff
            }

            .common-paging > ul > li.home {
                width: 50px
            }

            .common-paging > ul > li:hover {
                border: 1px solid #7eb4ed
            }

            .common-paging > ul > li a {
                display: block;
                height: 100%;
                text-align: center;
                transition: all 50ms ease-in-out
            }

                .common-paging > ul > li a:hover {
                    color: #7eb4ed
                }

.com-side-km1 > .list-w > li > .item-right .des, .com-side-km1 > .list-w > li > .item-right .name {
    display: block;
    max-width: 100%;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.com-side-km1 {
    border: 1px solid #e9e9e9
}

    .com-side-km1 > .list-w {
        margin: 14px 20px
    }

        .com-side-km1 > .list-w > li {
            margin: 14px 0
        }

            .com-side-km1 > .list-w > li > .item-left {
                float: left;
                width: 43px;
                height: 40px
            }

            .com-side-km1 > .list-w > li > .item-right {
                margin-left: 55px;
                height: 40px;
                line-height: 20px
            }

                .com-side-km1 > .list-w > li > .item-right .name {
                    color: #3866FF;
                    font-size: 14px
                }

                .com-side-km1 > .list-w > li > .item-right .des {
                    color: #999;
                    font-size: 12px
                }

            .com-side-km1 > .list-w > li .icon1 {
                background: url("../files/eb321a52cc4652c1a7b6efd23d835782.png") center no-repeat #37B5F8
            }

            .com-side-km1 > .list-w > li .icon2 {
                background: url("../files/6419f8e83d65a523b7960a8999d15868.png") center no-repeat #CB9FC1
            }

            .com-side-km1 > .list-w > li .icon3 {
                background: url("../files/48a9ffc6618886173c74a8cff7d37384.png") center no-repeat #4ACD70
            }

            .com-side-km1 > .list-w > li .icon4 {
                background: url("../files/607cd3340d93384dbca613ed8e033951.png") center no-repeat #E35A70
            }

.com-side-km4 > .list-w > li > .item-right .des, .com-side-km4 > .list-w > li > .item-right .name {
    display: block;
    max-width: 100%;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.com-side-km4 {
    border: 1px solid #e9e9e9
}

    .com-side-km4 > .list-w {
        margin: 14px 20px
    }

        .com-side-km4 > .list-w > li {
            margin: 14px 0
        }

            .com-side-km4 > .list-w > li > .item-left {
                float: left;
                width: 43px;
                height: 40px
            }

            .com-side-km4 > .list-w > li > .item-right {
                margin-left: 55px;
                height: 40px;
                line-height: 20px
            }

                .com-side-km4 > .list-w > li > .item-right .name {
                    color: #3866FF;
                    font-size: 14px
                }

                .com-side-km4 > .list-w > li > .item-right .des {
                    color: #999;
                    font-size: 12px
                }

            .com-side-km4 > .list-w > li .icon1 {
                background: url("../files/0439fa68d4e16c317dd3c0cc2bda29c8.png") center no-repeat #37B5F8
            }

            .com-side-km4 > .list-w > li .icon2 {
                background: url("../files/46ec52c1be75d6b8deede710720592f4.png") center no-repeat #CB9FC1
            }

            .com-side-km4 > .list-w > li .icon3 {
                background: url("../files/fafeacf0de3cf7af782b08aee3d839b9.png") center no-repeat #4ACD70
            }

            .com-side-km4 > .list-w > li .icon4 {
                background: url("../files/ae8176e8792b69c70b79684c1dfd01ba.png") center no-repeat #E35A70
            }

.com-side-enroll > .com-enroll-pannel > .input-box .row span, .com-side-enroll > .com-enroll-pannel > .input-box .row-name > .row-name-tip {
    display: none
}

.com-side-enroll .bg-w {
    height: 146px;
    background: url("../files/4a16bc12d43bab6b23ccc31ebe12296a.png") center no-repeat
}

.com-side-enroll > .com-enroll-pannel > .input-box {
    background-color: #F8F8F8;
    padding: 1px 10px;
    margin: 0
}

    .com-side-enroll > .com-enroll-pannel > .input-box .row {
        margin: 10px 0
    }

        .com-side-enroll > .com-enroll-pannel > .input-box .row input, .com-side-enroll > .com-enroll-pannel > .input-box .row select {
            width: 100%;
            height: 40px;
            margin: 0;
            font-size: 12px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
            background-color: #fff
        }

        .com-side-enroll > .com-enroll-pannel > .input-box .row .submit-btn, .com-side-enroll > .com-enroll-pannel > .input-box .row.row-sms .btn-get-sms {
            font-size: 14px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .com-side-enroll > .com-enroll-pannel > .input-box .row select {
            background-color: #fff
        }

        .com-side-enroll > .com-enroll-pannel > .input-box .row .submit-btn {
            width: 100%;
            height: 46px;
            background-color: #37B5F8;
            border-radius: inherit
        }

        .com-side-enroll > .com-enroll-pannel > .input-box .row.row-sms > input {
            width: 120px
        }

        .com-side-enroll > .com-enroll-pannel > .input-box .row.row-sms .btn-get-sms {
            width: 144px;
            height: 40px;
            line-height: 40px
        }

    .com-side-enroll > .com-enroll-pannel > .input-box .row1 {
        float: left;
        width: 120px;
        margin-top: 0
    }

    .com-side-enroll > .com-enroll-pannel > .input-box .row2 {
        float: right;
        width: 144px;
        margin-top: 0
    }

    .com-side-enroll > .com-enroll-pannel > .input-box .row5 {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0
    }

.com-enroll-pannel .input-box, .com-enroll-pannel .input-box > form > .row input, .com-enroll-pannel .input-box > form > .row select {
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .com-enroll-pannel .input-box, .com-enroll-pannel .input-box > form > .row .submit-btn, .com-enroll-pannel .input-box > form > .row input, .com-enroll-pannel .input-box > form > .row select {
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.com-enroll-pannel .input-box {
    margin-top: 30px;
    text-align: center
}

    .com-enroll-pannel .input-box > form > .row {
        margin: 20px 0
    }

        .com-enroll-pannel .input-box > form > .row > span {
            display: inline-block;
            width: 98px;
            text-align: right;
            vertical-align: middle
        }

        .com-enroll-pannel .input-box > form > .row .error-msg {
            width: auto
        }

        .com-enroll-pannel .input-box > form > .row ::-webkit-input-placeholder {
            color: #999
        }

        .com-enroll-pannel .input-box > form > .row :-moz-placeholder, .com-enroll-pannel .input-box > form > .row textarea:-moz-placeholder {
            color: #999
        }

        .com-enroll-pannel .input-box > form > .row ::-moz-placeholder, .com-enroll-pannel .input-box > form > .row textarea::-moz-placeholder {
            color: #999
        }

        .com-enroll-pannel .input-box > form > .row :-ms-input-placeholder, .com-enroll-pannel .input-box > form > .row textarea:-ms-input-placeholder {
            color: #999
        }

        .com-enroll-pannel .input-box > form > .row .error::-webkit-input-placeholder {
            color: red
        }

        .com-enroll-pannel .input-box > form > .row .error:-moz-placeholder, .com-enroll-pannel .input-box > form > .row textarea:-moz-placeholder {
            color: red
        }

        .com-enroll-pannel .input-box > form > .row .error::-moz-placeholder, .com-enroll-pannel .input-box > form > .row textarea::-moz-placeholder {
            color: red
        }

        .com-enroll-pannel .input-box > form > .row .error:-ms-input-placeholder, .com-enroll-pannel .input-box > form > .row textarea:-ms-input-placeholder {
            color: red
        }

        .com-enroll-pannel .input-box > form > .row input, .com-enroll-pannel .input-box > form > .row select {
            height: 50px;
            width: 400px;
            margin-left: 20px;
            padding: 0 10px;
            border: 1px solid #e9e9e9;
            overflow: hidden;
            border-radius: 4px;
            line-height: 48px;
            vertical-align: middle
        }

            .com-enroll-pannel .input-box > form > .row input:focus, .com-enroll-pannel .input-box > form > .row select:focus {
                border: 1px solid #7eb4ed
            }

            .com-enroll-pannel .input-box > form > .row input.error, .com-enroll-pannel .input-box > form > .row select.error {
                border-color: red
            }

        .com-enroll-pannel .input-box > form > .row select {
            outline: 0
        }

            .com-enroll-pannel .input-box > form > .row select::-ms-expand {
                display: none
            }

        .com-enroll-pannel .input-box > form > .row .submit-btn {
            width: 160px;
            height: 50px;
            line-height: 50px;
            border: none;
            background-color: #37B5F8;
            border-radius: 4px;
            color: #fff;
            font-size: 18px
        }

            .com-enroll-pannel .input-box > form > .row .submit-btn.loading {
                background: url("../files/0a86e8b48fb6579dc0aaf922f20fae98.gif") center no-repeat;
                background-size: contain;
                cursor: default;
                color: transparent
            }

            .com-enroll-pannel .input-box > form > .row .submit-btn.success {
                background-image: none;
                background-color: #3da600;
                color: #fff
            }

        .com-enroll-pannel .input-box > form > .row.row-sms > input {
            width: 270px
        }

        .com-enroll-pannel .input-box > form > .row.row-sms > .btn-get-sms {
            width: 120px;
            height: 50px;
            line-height: 50px;
            background-color: #37B5F8;
            border: none;
            color: #fff;
            text-align: center;
            border-radius: 4px;
            margin-left: 10px;
            vertical-align: middle
        }

            .com-enroll-pannel .input-box > form > .row.row-sms > .btn-get-sms.disabled {
                background-color: #e9e9e9;
                cursor: default;
                color: #EE4653
            }

    .com-enroll-pannel .input-box > form > .row5 {
        margin-top: 30px
    }

    .com-enroll-pannel .input-box > form > .row-name {
        position: relative
    }

        .com-enroll-pannel .input-box > form > .row-name > .row-name-tip {
            position: absolute;
            top: 50%;
            right: 15px;
            height: 20px;
            margin-top: -10px
        }

.com-enroll-pannel > .captcha-dialog, .com-enroll-pannel > .captcha-dialog > .mengban {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.com-enroll-pannel .input-box > form > .row-name > .row-name-tip input[type=radio] {
    width: 12px !important;
    height: 12px !important;
    margin-left: 14px !important;
    -webkit-appearance: radio;
    margin-right: 3px
}

.com-enroll-pannel > .captcha-dialog > .mengban {
    background-color: rgba(0,0,0,.5)
}

.com-enroll-pannel > .captcha-dialog > .captcha-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -170px;
    width: 350px;
    height: 280px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px
}

    .com-enroll-pannel > .captcha-dialog > .captcha-box > .close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 32px;
        line-height: 1;
        color: #999
    }

    .com-enroll-pannel > .captcha-dialog > .captcha-box > .wd-captcha-w {
        margin-top: 15px
    }

.com-home-banner > .menu-container {
    position: relative;
    width: 1200px;
    height: 0;
    margin: 0 auto;
    overflow: visible
}

    .com-home-banner > .menu-container > .banner-menu {
        position: absolute;
        top: -358px;
        left: 0;
        width: 280px;
        z-index: 1;
        padding: 0 20px;
        background-color: rgba(255,255,255,.9)
    }

        .com-home-banner > .menu-container > .banner-menu > .menu-title {
            line-height: 50px;
            font-size: 20px;
            border-bottom: 1px dotted #ddd;
            text-align: center
        }

        .com-home-banner > .menu-container > .banner-menu > .menu-list > li {
            padding: 18px 20px 18px 50px
        }

            .com-home-banner > .menu-container > .banner-menu > .menu-list > li > .p1 {
                color: #37B5F8;
                font-size: 16px
            }

            .com-home-banner > .menu-container > .banner-menu > .menu-list > li > .p2 {
                margin-top: 5px;
                color: #666
            }

        .com-home-banner > .menu-container > .banner-menu > .menu-list .icon1 {
            background: url("../files/967c5f51b9995b3cea6ac917ccebbd10.png") left center no-repeat
        }

        .com-home-banner > .menu-container > .banner-menu > .menu-list .icon2 {
            background: url("../files/9bfc61e92388bf9d0521dbbc5497172b.png") left center no-repeat
        }

        .com-home-banner > .menu-container > .banner-menu > .menu-list .icon3 {
            background: url("../files/5061edda4ba913bd8f1ca5bdaee8d1d7.png") left center no-repeat
        }

        .com-home-banner > .menu-container > .banner-menu > .menu-list .icon4 {
            background: url("../files/ef73328f70c08beb91f54eae709a05b1.png") left center no-repeat
        }

.com-home-banner > .swiper-container .swiper-slide {
    width: 100%;
    height: 380px;
    margin: 0 auto
}

    .com-home-banner > .swiper-container .swiper-slide a {
        display: inline-block;
        width: 100%;
        height: 380px
    }

.com-home-kmks-menu > .content ul.item > li.item-left > a, .com-home-kmks-menu > .content ul.item > li.item-right p {
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-home-kmks-menu > .content ul.item {
    width: 580px
}

    .com-home-kmks-menu > .content ul.item > li.item-left {
        float: left;
        width: 250px;
        height: 70px;
        line-height: 20px;
        margin: 0 0 5px;
        padding: 15px 0 15px 85px;
        background-color: #FAFAFA
    }

        .com-home-kmks-menu > .content ul.item > li.item-left > p {
            color: #999
        }

    .com-home-kmks-menu > .content ul.item > li.item-right {
        float: right;
        margin-left: 10px;
        width: 300px;
        height: 295px;
        padding-top: 70px;
        border: 1px dashed #e9e9e9;
        text-align: center
    }

        .com-home-kmks-menu > .content ul.item > li.item-right p {
            margin: 10px
        }

        .com-home-kmks-menu > .content ul.item > li.item-right > .link {
            display: inline-block;
            padding: 10px 0 10px 38px;
            background: url("../files/cd9c3b69a1d8d0bc72b839ebdaeb5fd4.png") left center no-repeat;
            font-size: 20px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .com-home-kmks-menu > .content ul.item.zgz > li.item-left a, .com-home-kmks-menu > .content ul.item.zgz > li.item-right a, .com-home-kmks-menu > .content ul.item > li.item-right > .btn-link {
            font-size: 18px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .com-home-kmks-menu > .content ul.item > li.item-right > .btn-link {
            border: none;
            display: block;
            height: 46px;
            width: 195px;
            line-height: 44px;
            margin: 20px auto;
            background: #37B5F8;
            color: #fff;
            border-radius: 4px
        }

    .com-home-kmks-menu > .content ul.item .icon1 {
        background: url("../files/7920c46acf795cfe91990d3bb8c8635c.png") left 50px center no-repeat
    }

    .com-home-kmks-menu > .content ul.item .icon2 {
        background: url("../files/29f60eac40621dffb37c38f8d584f215.png") left 50px center no-repeat
    }

    .com-home-kmks-menu > .content ul.item .icon3 {
        background: url("../files/cd9c3b69a1d8d0bc72b839ebdaeb5fd4.png") left 50px center no-repeat
    }

    .com-home-kmks-menu > .content ul.item .icon4 {
        background: url("../files/f117d8ae0fca3bffd25ff4511664e607.png") left 50px center no-repeat
    }

    .com-home-kmks-menu > .content ul.item .icon5 {
        background: url("../files/550aad383ce555f8508b81b279b50e19.png") left 50px center no-repeat
    }

    .com-home-kmks-menu > .content ul.item.zgz {
        width: 100%;
        position: relative
    }

        .com-home-kmks-menu > .content ul.item.zgz > li.item-left {
            float: left;
            width: 300px;
            height: 100px;
            margin-bottom: 20px;
            padding-top: 30px
        }

        .com-home-kmks-menu > .content ul.item.zgz > li.item-right {
            float: left;
            width: 300px;
            height: 100px;
            padding-top: 30px;
            background-color: #FAFAFA
        }

        .com-home-kmks-menu > .content ul.item.zgz > li.item-mid {
            float: left;
            width: 540px;
            height: 220px;
            margin: 0 20px;
            background-color: #FAFAFA;
            text-align: center;
            padding-top: 40px
        }

            .com-home-kmks-menu > .content ul.item.zgz > li.item-mid P {
                font-size: 14px;
                font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #999
            }

        .com-home-kmks-menu > .content ul.item.zgz > li.item-absolute {
            position: absolute;
            left: 0;
            top: 120px
        }

    .com-home-kmks-menu > .content ul.item.km {
        border: 1px solid #e9e9e9
    }

        .com-home-kmks-menu > .content ul.item.km > li.item-left {
            margin: 0 0 15px 25px
        }

        .com-home-kmks-menu > .content ul.item.km > li.item-right {
            width: 100%;
            height: 110px;
            line-height: 110px;
            padding-top: 0;
            border: none;
            margin: 0
        }

            .com-home-kmks-menu > .content ul.item.km > li.item-right.btn-bar {
                height: auto;
                line-height: 70px
            }

            .com-home-kmks-menu > .content ul.item.km > li.item-right > .btn-link {
                width: 300px;
                margin: 15px auto 30px
            }

            .com-home-kmks-menu > .content ul.item.km > li.item-right > .link {
                padding: 0 0 0 38px
            }

            .com-home-kmks-menu > .content ul.item.km > li.item-right .small {
                padding-left: 5px;
                font-size: 16px;
                color: #666
            }

.com-home-self-school-ad > .content ul.item > li.item-left > span, .com-home-self-school-ad > .content > .btn-bar > .btn-link {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-home-self-school-ad > .content ul.item {
    margin: -20px -20px 0
}

    .com-home-self-school-ad > .content ul.item > li.item-left {
        float: left;
        width: 33.3%;
        line-height: 1.4;
        margin: 20px 0;
        padding: 20px 0 20px 90px
    }

        .com-home-self-school-ad > .content ul.item > li.item-left > span {
            font-size: 24px
        }

        .com-home-self-school-ad > .content ul.item > li.item-left > p {
            margin-top: 10px;
            color: #999
        }

    .com-home-self-school-ad > .content ul.item .icon1 {
        background: url("../files/19c4e4a879f09ecfba9bee64c568df27.png") left 10px center no-repeat
    }

    .com-home-self-school-ad > .content ul.item .icon2 {
        background: url("../files/a6770103a47f03dcef9dbd7212bfd202.png") left 10px center no-repeat
    }

    .com-home-self-school-ad > .content ul.item .icon3 {
        background: url("../files/76225f4c47e0d43644e4d7843e758e8e.png") left 10px center no-repeat
    }

    .com-home-self-school-ad > .content ul.item .icon4 {
        background: url("../files/c8816592e03b8d0724d426ffdd8572f6.png") left 10px center no-repeat
    }

    .com-home-self-school-ad > .content ul.item .icon5 {
        background: url("../files/49936c2719345c088b08f616ca5c2d91.png") left 10px center no-repeat
    }

    .com-home-self-school-ad > .content ul.item .icon6 {
        background: url("../files/8ac955d84115f9dd76ddc4a5673873ad.png") left 10px center no-repeat
    }

.com-home-self-school-ad > .content > .btn-bar > .btn-link {
    border: none;
    display: block;
    height: 40px;
    width: 220px;
    line-height: 40px;
    margin: 20px auto;
    background: #37B5F8;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    text-align: center
}

.com-home-study-step > .content {
    text-align: center
}

    .com-home-study-step > .content ul.item {
        margin: 0 -40px
    }

        .com-home-study-step > .content ul.item > li.item-left {
            float: left;
            width: 16.6%;
            line-height: 1.4
        }

            .com-home-study-step > .content ul.item > li.item-left > a {
                display: block;
                padding: 150px 40px 0
            }

                .com-home-study-step > .content ul.item > li.item-left > a > .title {
                    display: block;
                    font-size: 24px;
                    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
                }

                .com-home-study-step > .content ul.item > li.item-left > a > p {
                    color: #999;
                    margin: 10px -20px
                }

        .com-home-study-step > .content ul.item .icon1 {
            background: url("../files/0fc72e66088099891c2317a3e1da2b34.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon1:hover {
                background: url("../files/c2bd46beadd55d86e8f9bdf02dfa7118.png") center top no-repeat
            }

        .com-home-study-step > .content ul.item .icon2 {
            background: url("../files/ea7968d83db78dd84782f5fb7cdb0ba4.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon2:hover {
                background: url("../files/1eb80628cc561dc9a0670ae1c0811437.png") center top no-repeat
            }

        .com-home-study-step > .content ul.item .icon3 {
            background: url("../files/1a6197c837b9e484084f9fe1b15c08fe.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon3:hover {
                background: url("../files/765b9d1d155a4d2fac799b89e3efe4df.png") center top no-repeat
            }

        .com-home-study-step > .content ul.item .icon4 {
            background: url("../files/8df30d2c3be0257c8acd81369e739479.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon4:hover {
                background: url("../files/87f7e62d0a6bffafbf8bcccf16c0aebf.png") center top no-repeat
            }

        .com-home-study-step > .content ul.item .icon5 {
            background: url("../files/e63aa9a32b7a40551616e7f01654ec3e.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon5:hover {
                background: url("../files/0cc2138e94913be7e774d92ce692bc7a.png") center top no-repeat
            }

        .com-home-study-step > .content ul.item .icon6 {
            background: url("../files/eb7d98a204cd7957135b8c131b0011a1.png") center top no-repeat
        }

            .com-home-study-step > .content ul.item .icon6:hover {
                background: url("../files/b7801cca5ca495c79d53b31b6516a9dc.png") center top no-repeat
            }

.com-home-jiaxiao-tuijian, .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container {
    margin: 0 auto
}

    .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list {
        margin: -30px 0 0 -30px;
        color: #666;
        font-size: 14px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

        .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li {
            float: left;
            position: relative;
            width: 585px;
            margin: 30px 0 0 30px;
            padding: 40px 30px;
            border: 1px solid #e9e9e9
        }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li:nth-child(1) .img-w {
                background: url("../files/756b84941b62225f42cf21031e622342.png") center center no-repeat;
                background-size: 100% 100%
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li:nth-child(2) .img-w {
                background: url("../files/92bc301e19d9227ba606b55c6c888558.png") center center no-repeat;
                background-size: 100% 100%
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li:nth-child(3) .img-w {
                background: url("../files/602363c923f76524b7bcd66f68f43fe3.png") center center no-repeat;
                background-size: 100% 100%
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li:nth-child(4) .img-w {
                background: url("../files/258d7b7569e84437358166a0d4b538d5.png") center center no-repeat;
                background-size: 100% 100%
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 {
                width: 305px;
                line-height: 30px
            }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 > .div1 .name {
                    max-width: 180px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 22px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 > .div1 .star-w-s {
                    display: inline-block;
                    vertical-align: middle;
                    margin: -3px 0 0 10px
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 > .div2 {
                    margin-top: 10px;
                    line-height: 20px
                }

                    .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 > .div2 > span {
                        display: inline-block;
                        background: url("../files/24bc3d8a827f32b86d0ed191681125f9.png") left center no-repeat;
                        padding-left: 20px
                    }

                        .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col1 > .div2 > span + span {
                            margin-left: 10px
                        }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col2 {
                width: 130px;
                line-height: 63px;
                border-left: 1px solid #e9e9e9;
                font-size: 30px;
                text-align: center
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-top > .col3 button {
                width: 80px;
                line-height: 28px;
                margin-top: 17px;
                text-align: center;
                font-size: 14px;
                border-radius: 4px
            }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-content {
                height: 80px;
                margin-top: 30px;
                padding: 20px;
                background: #FAFAFA;
                color: #999
            }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-content > .img-w {
                    float: left;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .item-content > .content {
                    height: 40px;
                    line-height: 20px;
                    margin-left: 60px;
                    display: -webkit-box;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    line-clamp: 2
                }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .tip {
                position: absolute;
                top: 5px;
                right: 10px
            }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .tip > span {
                    display: inline-block
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .tip .renzheng {
                    width: 52px;
                    height: 25px;
                    background: url("../files/e7f69b2ec9fdd6e9fc6dfcf9587c845e.png") left center no-repeat
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .tip .qianyue {
                    line-height: 18px;
                    color: #37B5F8;
                    border: 1px solid #37B5F8;
                    border-radius: 9px;
                    padding: 0 5px
                }

                .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .school-list > li > .tip .cwxc {
                    line-height: 18px;
                    color: #EE4653;
                    border: 1px solid #EE4653;
                    border-radius: 9px;
                    padding: 0 5px
                }

    .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .btn-bar {
        margin-top: 40px
    }

        .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .btn-bar a {
            display: block;
            width: 280px;
            margin: 20px auto 0;
            line-height: 48px;
            border: 1px solid #e9e9e9;
            border-radius: 4px;
            color: #999;
            text-align: center;
            font-size: 16px
        }

            .com-home-jiaxiao-tuijian > .jiaxiao-tuijian-container > .btn-bar a:hover {
                border: 1px solid #37B5F8;
                color: #37B5F8
            }

.com-home-news > .part-home-title > .title-text2.tab a {
    display: inline-block;
    padding: 0 20px;
    color: #333
}

    .com-home-news > .part-home-title > .title-text2.tab a.active, .com-home-news > .part-home-title > .title-text2.tab a.no-tab:hover {
        color: #37B5F8
    }

    .com-home-news > .part-home-title > .title-text2.tab a + a {
        border-left: 1px solid #e9e9e9
    }

.com-home-news > .content .km-w {
    display: none
}

    .com-home-news > .content .km-w.active {
        display: block
    }

    .com-home-news > .content .com-side-vedio-list1 > ul > li .img-w > .duration, .com-home-news > .content .km-w .part-title {
        display: none
    }

    .com-home-news > .content .km-w .com-competitor-news > .row > .right {
        width: 880px
    }

        .com-home-news > .content .km-w .com-competitor-news > .row > .right > .list-w > li {
            width: 425px
        }

.com-home-news > .content .com-side-vedio-list1 > ul > li .item-right > .address span.paly-count {
    position: relative
}

    .com-home-news > .content .com-side-vedio-list1 > ul > li .item-right > .address span.paly-count:before {
        display: block;
        position: absolute;
        left: 0;
        background: #fff;
        content: '浏览'
    }

.com-home-news .com-competitor-news-15 > .row > .right > .list-w > li {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333
}

.com-competitor-news-15 > .row > .left > .address, .com-competitor-news-15 > .row > .right > .list-w > li {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-competitor-news-15 > .row {
    margin-top: 20px
}

    .com-competitor-news-15 > .row > .left {
        width: 290px;
        height: 330px;
        background-color: #F2F2F2
    }

        .com-competitor-news-15 > .row > .left > .img-w {
            max-height: 200px;
            display: block;
            width: 290px;
            height: 200px;
            overflow: hidden
        }

            .com-competitor-news-15 > .row > .left > .img-w img {
                display: block;
                width: 290px;
                height: auto
            }

            .com-competitor-news-15 > .row > .left > .img-w mip-img {
                display: inline-block
            }

                .com-competitor-news-15 > .row > .left > .img-w mip-img img {
                    min-width: inherit
                }

        .com-competitor-news-15 > .row > .left > .title {
            display: block;
            margin: 15px 10px 6px;
            line-height: 20px;
            font-weight: 700;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .com-competitor-news-15 > .row > .left > .summary {
            height: 48px;
            margin: 0 10px;
            line-height: 24px;
            color: #999;
            overflow: hidden
        }

            .com-competitor-news-15 > .row > .left > .summary a {
                color: #37B5F8
            }

        .com-competitor-news-15 > .row > .left > .address {
            margin: 13px 10px;
            color: #999;
            font-size: 14px
        }

            .com-competitor-news-15 > .row > .left > .address span + span {
                padding-left: 20px
            }

    .com-competitor-news-15 > .row > .right {
        float: none;
        margin-left: 315px
    }

        .com-competitor-news-15 > .row > .right > .list-w {
            margin-left: -35px
        }

            .com-competitor-news-15 > .row > .right > .list-w > li {
                float: left;
                width: 420px;
                margin-left: 35px;
                margin-bottom: 31px;
                line-height: 1;
                color: #666;
                font-size: 16px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

                .com-competitor-news-15 > .row > .right > .list-w > li .dian {
                    padding-right: 5px
                }

.com-side-vedio-list1 > ul > li > .img-w > .duration, .com-side-vedio-list1 > ul > li > .item-right > .address {
    font-size: 12px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-side-vedio-list1 > ul {
    margin-top: 5px
}

    .com-side-vedio-list1 > ul > li {
        margin: 20px 0
    }

        .com-side-vedio-list1 > ul > li > .img-w {
            float: left;
            position: relative;
            display: block;
            width: 103px;
            height: 70px;
            overflow: hidden
        }

            .com-side-vedio-list1 > ul > li > .img-w img {
                display: block;
                width: 103px;
                height: auto
            }

            .com-side-vedio-list1 > ul > li > .img-w mip-img {
                display: inline-block
            }

                .com-side-vedio-list1 > ul > li > .img-w mip-img img {
                    min-width: inherit
                }

            .com-side-vedio-list1 > ul > li > .img-w > .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 50px;
                height: 50px;
                margin-left: -25px;
                margin-top: -25px;
                background: url("../files/8207ed4d9f0545c4998d0785a8c6b573.png") center no-repeat;
                background-size: cover
            }

            .com-side-vedio-list1 > ul > li > .img-w > .duration {
                position: absolute;
                right: 0;
                bottom: 0;
                min-width: 40px;
                line-height: 20px;
                padding: 0 5px;
                background-color: rgba(0,0,0,.8);
                color: #fff;
                text-align: center
            }

        .com-side-vedio-list1 > ul > li > .item-right {
            margin-left: 120px
        }

            .com-side-vedio-list1 > ul > li > .item-right > .address {
                height: 14px;
                line-height: 14px;
                overflow: hidden;
                margin: 8px 0 0;
                color: #999
            }

            .com-side-vedio-list1 > ul > li > .item-right > .name {
                width: 100%;
                height: 40px;
                line-height: 20px;
                margin: 0 0 12px;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                line-clamp: 2
            }

.com-home-school-rank > .content > .item > .list-w li.coach > .row-right > .name, .com-home-school-rank > .content > .item > .list-w > li.first > .row-right > .name, .com-home-school-rank > .content > .item > .title-bar, .com-home-school-rank > .content > .item > .title-bar .more {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-home-school-rank > .content > .item > .list-w li.coach > .img-w mip-img img, .com-home-school-rank > .content > .item > .list-w > li.coach > .img-w mip-img img, .com-home-school-rank > .content > .item > .list-w > li.first > .img-w mip-img img {
    min-width: inherit
}

.com-home-school-rank > .content > .item {
    float: left;
    width: 386px;
    border: 1px solid #e9e9e9
}

    .com-home-school-rank > .content > .item > .title-bar {
        line-height: 22px;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #e9e9e9
    }

        .com-home-school-rank > .content > .item > .title-bar .more {
            float: right;
            margin-right: 10px;
            font-size: 14px;
            color: #999
        }

            .com-home-school-rank > .content > .item > .title-bar .more:hover {
                color: #37B5F8
            }

    .com-home-school-rank > .content > .item > .list-w {
        margin: 5px 20px
    }

        .com-home-school-rank > .content > .item > .list-w > li {
            height: 38px;
            line-height: 18px;
            padding: 10px 0;
            overflow: hidden
        }

            .com-home-school-rank > .content > .item > .list-w > li > .index {
                float: left;
                width: 18px;
                margin-right: 10px;
                background-color: #999;
                border-radius: 50%;
                color: #fff;
                text-align: center
            }

                .com-home-school-rank > .content > .item > .list-w > li > .index.active {
                    background-color: #37B5F8
                }

            .com-home-school-rank > .content > .item > .list-w > li > .name {
                max-width: 160px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

            .com-home-school-rank > .content > .item > .list-w li.coach, .com-home-school-rank > .content > .item > .list-w > li.first {
                height: auto
            }

                .com-home-school-rank > .content > .item > .list-w li.coach > .img-w, .com-home-school-rank > .content > .item > .list-w > li.first > .img-w {
                    float: left;
                    display: block;
                    width: 100px;
                    height: 70px;
                    overflow: hidden
                }

                    .com-home-school-rank > .content > .item > .list-w li.coach > .img-w img, .com-home-school-rank > .content > .item > .list-w > li.first > .img-w img {
                        display: block;
                        width: 100px;
                        height: auto
                    }

                    .com-home-school-rank > .content > .item > .list-w li.coach > .img-w mip-img, .com-home-school-rank > .content > .item > .list-w > li.first > .img-w mip-img {
                        display: inline-block
                    }

                .com-home-school-rank > .content > .item > .list-w li.coach > .row-right, .com-home-school-rank > .content > .item > .list-w > li.first > .row-right {
                    float: left;
                    width: 200px;
                    margin-left: 10px;
                    line-height: 24px
                }

                    .com-home-school-rank > .content > .item > .list-w li.coach > .row-right > .name, .com-home-school-rank > .content > .item > .list-w > li.first > .row-right > .name {
                        font-size: 16px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis
                    }

                    .com-home-school-rank > .content > .item > .list-w li.coach > .row-right > p, .com-home-school-rank > .content > .item > .list-w > li.first > .row-right > p {
                        color: #999;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis
                    }

            .com-home-school-rank > .content > .item > .list-w > li.coach {
                padding: 12px 0
            }

                .com-home-school-rank > .content > .item > .list-w > li.coach > .index {
                    margin-top: 15px
                }

                .com-home-school-rank > .content > .item > .list-w > li.coach > .img-w {
                    float: left;
                    border-radius: 50%;
                    display: block;
                    width: 44px;
                    height: 44px;
                    overflow: hidden
                }

                    .com-home-school-rank > .content > .item > .list-w > li.coach > .img-w img {
                        display: block;
                        width: 44px;
                        height: auto
                    }

                    .com-home-school-rank > .content > .item > .list-w > li.coach > .img-w mip-img {
                        display: inline-block
                    }

                .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right {
                    width: 260px
                }

                    .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right .address {
                        height: 24px;
                        overflow: hidden
                    }

                        .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right .address span {
                            overflow: hidden
                        }

                        .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right .address .left {
                            width: 40%
                        }

                        .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right .address .mid {
                            width: 40%;
                            padding: 0 10px;
                            text-align: center
                        }

                        .com-home-school-rank > .content > .item > .list-w > li.coach > .row-right .address .right {
                            width: 20%;
                            text-align: right
                        }

.com-home-school-rank > .content > .item-center {
    margin: 0 20px
}

    .com-home-school-rank > .content > .item-center .star-w-s {
        margin: 0
    }

    .com-home-school-rank > .content > .item-center .row-right .star-w-s {
        margin: 3px 0
    }

    .com-home-school-rank > .content > .item-center > .list-w > li > .name {
        width: 130px
    }

.common-home-question {
    background-color: #F7F7F7;
    padding: 30px 0
}

    .common-home-question .class-list {
        font-size: 16px
    }

        .common-home-question .class-list > li {
            float: left;
            width: 382px;
            height: 240px;
            background: #fff;
            padding: 15px
        }

            .common-home-question .class-list > li.first {
                line-height: 40px;
                background-color: transparent;
                text-align: center;
                font-size: 18px;
                color: #666
            }

                .common-home-question .class-list > li.first .txt1 {
                    margin-bottom: 15px;
                    font-size: 28px;
                    font-weight: 600;
                    color: #333
                }

                .common-home-question .class-list > li.first .txt3 {
                    color: #4160A0
                }

                    .common-home-question .class-list > li.first .txt3 .orange {
                        padding-left: 12px
                    }

                .common-home-question .class-list > li.first .txt4 a {
                    display: block;
                    width: 280px;
                    line-height: 48px;
                    margin: 20px auto;
                    border-radius: 24px;
                    background-color: #fff
                }

            .common-home-question .class-list > li + li {
                margin-left: 27px
            }

            .common-home-question .class-list > li > .p1 {
                position: relative;
                width: 100%;
                line-height: 36px;
                color: #999;
                padding-left: 50px;
                padding-bottom: 20px;
                border-bottom: 1px solid #e9e9e9;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

                .common-home-question .class-list > li > .p1 .qz {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    background: #4160A0;
                    border-radius: 50%;
                    font-size: 16px;
                    color: #fff;
                    text-align: center
                }

            .common-home-question .class-list > li > .p2 {
                position: relative;
                width: 100%;
                height: 120px;
                overflow: hidden;
                margin-top: 20px;
                line-height: 24px;
                padding-left: 50px;
                color: #999
            }

                .common-home-question .class-list > li > .p2 .qz {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    background: #F5AD1D;
                    border-radius: 50%;
                    font-size: 16px;
                    color: #fff;
                    text-align: center
                }

.com-home-my-honor > .content {
    text-align: center
}

    .com-home-my-honor > .content img {
        background: 0 0
    }

.com-home-app-ad {
    background-color: #f5f5f5
}

    .com-home-app-ad > .content {
        position: relative;
        width: 1200px;
        height: 560px;
        margin: 70px auto 0;
        overflow: hidden
    }

        .com-home-app-ad > .content > div {
            position: absolute;
            bottom: -40px;
            text-align: center
        }

            .com-home-app-ad > .content > div span {
                font-size: 20px
            }

            .com-home-app-ad > .content > div:hover {
                animation: mymove 5s ease-out;
                -webkit-animation: mymove .5s ease-out;
                bottom: 0
            }

                .com-home-app-ad > .content > div:hover > div {
                    display: block
                }

@keyframes mymove {
    from {
        bottom: -40px
    }

    to {
        bottom: 0
    }
}

@-webkit-keyframes mymove {
    from {
        bottom: -40px
    }

    to {
        bottom: 0
    }
}

.com-home-app-ad > .content .ad1 {
    left: 30px;
    width: 300px;
    height: 500px;
    background: url("../files/f4b3be31a83c5d02bf5cb2e0fb11636b.png") center bottom no-repeat
}

    .com-home-app-ad > .content .ad1 > div {
        display: none;
        width: 100%;
        height: 100%;
        margin-top: 37px;
        background: url("../files/2d1920df784226626de9efd062e808a2.png") center no-repeat
    }

.com-home-app-ad > .content .ad2 {
    left: 400px;
    width: 430px;
    height: 540px;
    background: url("../files/48726c2bb302051522dfc028c0532488.png") center bottom no-repeat
}

    .com-home-app-ad > .content .ad2 > div {
        display: none;
        width: 100%;
        height: 100%;
        margin-top: 52px;
        background: url("../files/0032dbaf28b1f37b5060959303400a87.png") center no-repeat
    }

.com-home-app-ad > .content .ad3 {
    left: 905px;
    width: 265px;
    height: 428px;
    background: url("../files/40ab1d6a3ed0757b51ad19cbec3b29c4.png") center bottom no-repeat
}

    .com-home-app-ad > .content .ad3 > div {
        display: none;
        width: 100%;
        height: 100%;
        margin-top: 37px;
        background: url("../files/188c7ffa5035c0976ff6e06a1ca89666.png") center no-repeat
    }

.com-home-app-down > .content ul.item > li.item-left {
    float: left;
    width: 600px;
    line-height: 1.7;
    margin: 20px 0;
    padding: 40px 80px;
    background: url("../files/dd59a20c70d3f6ed409efc01c65ad14d.png") right 80px center no-repeat;
    background-size: 140px;
    border-right: 1px solid #e9e9e9
}

    .com-home-app-down > .content ul.item > li.item-left.right {
        float: right;
        background: url("../files/9e699ddb2a6e87f8fbe90aa6b1d01564.jpg") right 80px center no-repeat;
        background-size: 130px;
        border: none
    }

    .com-home-app-down > .content ul.item > li.item-left > span {
        font-size: 20px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .com-home-app-down > .content ul.item > li.item-left > p {
        color: #999
    }

.com-home-side-float {
    position: fixed;
    right: 0;
    bottom: 102px;
    z-index: 2;
    width: 117px;
    min-height: 258px;
    background: url("../files/ddf1aabca9786f509b6d60d167fb0111.png") center top no-repeat
}

    .com-home-side-float > ul {
        margin-top: 192px;
        border: 1px solid #e6e6e6;
        border-top: none;
        color: #999;
        font-size: 12px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

        .com-home-side-float > ul > li {
            height: 33px;
            line-height: 33px;
            cursor: pointer
        }

            .com-home-side-float > ul > li:hover .box {
                display: block
            }

            .com-home-side-float > ul > li .box {
                display: none;
                position: absolute
            }

        .com-home-side-float > ul > .weixin .box {
            width: 179px;
            height: 195px;
            top: 65px;
            left: -180px;
            background: url("../files/c4f622fc933083fa8d224db497037fb1.png") center no-repeat
        }

        .com-home-side-float > ul > .weibo .box {
            width: 179px;
            height: 195px;
            top: 98px;
            left: -180px;
            background: url("../files/8323b7c6a07700c0ea220e49fe814870.png") center no-repeat
        }

        .com-home-side-float > ul > .yjfk {
            padding-left: 45px;
            background: url("../files/eec2e6d69f66cc4dd0dc9cb962cc7eea.png") left 15px center no-repeat #fff;
            background-size: 20px;
            border-bottom: 1px solid #e6e6e6
        }

            .com-home-side-float > ul > .yjfk > .yjfk-menu {
                display: none;
                position: absolute;
                top: 130px;
                left: -165px;
                width: 170px;
                cursor: default;
                text-indent: 0
            }

                .com-home-side-float > ul > .yjfk > .yjfk-menu > ul {
                    margin-right: 10px;
                    padding: 5px 15px;
                    border: 1px solid #eee;
                    background-color: #fff
                }

                    .com-home-side-float > ul > .yjfk > .yjfk-menu > ul > li {
                        text-align: left;
                        padding: 8px 0
                    }

                        .com-home-side-float > ul > .yjfk > .yjfk-menu > ul > li + li {
                            border-top: 1px solid #e9e9e9
                        }

                        .com-home-side-float > ul > .yjfk > .yjfk-menu > ul > li .title {
                            display: block;
                            line-height: 1.4;
                            font-size: 15px;
                            color: #000
                        }

                        .com-home-side-float > ul > .yjfk > .yjfk-menu > ul > li .content {
                            font-size: 12px;
                            color: #999;
                            line-height: 1.4;
                            word-wrap: break-word
                        }

                        .com-home-side-float > ul > .yjfk > .yjfk-menu > ul > li a.content {
                            display: block;
                            color: #00f
                        }

                .com-home-side-float > ul > .yjfk > .yjfk-menu .jt {
                    position: absolute;
                    height: 0;
                    width: 0;
                    top: 140px;
                    right: 0;
                    border: 5px solid transparent;
                    border-left: 5px solid #e6e6e6
                }

        .com-home-side-float > ul > .to-top {
            padding-left: 45px;
            background: url("../files/5b170b68eb9edd74ba8cc3d82a945302.png") left 15px center no-repeat #fff;
            color: #333
        }

    .com-home-side-float .btn-close {
        position: absolute;
        right: 0;
        top: 60px;
        width: 20px;
        height: 20px;
        border: none
    }

.com-app-share {
    position: absolute;
    left: 0;
    width: 100%;
    top: -2000px
}

    .com-app-share img {
        width: 100%;
        height: auto
    }

    .com-app-share h1, .com-app-share p {
        max-height: 100px;
        overflow: hidden
    }

.layout-user {
    height: 34px;
    line-height: 20px;
    padding: 7px 0;
    background: #FAFAFA;
    color: #999
}

    .layout-user > .content {
        width: 1200px;
        margin: 0 auto;
        position: relative
    }

        .layout-user > .content .left-link {
            float: left
        }

            .layout-user > .content .left-link > li {
                float: left;
                position: relative
            }

                .layout-user > .content .left-link > li:hover .tiku-mune {
                    display: block
                }

                .layout-user > .content .left-link > li .tiku-mune {
                    display: none;
                    position: absolute;
                    top: 20px;
                    width: 420px;
                    height: 140px;
                    border: 1px solid #e9e9e9;
                    background: #fff;
                    padding: 10px;
                    z-index: 2
                }

                    .layout-user > .content .left-link > li .tiku-mune .label {
                        margin: 10px
                    }

                    .layout-user > .content .left-link > li .tiku-mune ul {
                        width: 310px
                    }

                        .layout-user > .content .left-link > li .tiku-mune ul > li {
                            float: left;
                            margin: 10px;
                            color: #666
                        }

                            .layout-user > .content .left-link > li .tiku-mune ul > li a.active, .layout-user > .content .left-link > li .tiku-mune ul > li a:hover, .layout-user > .content .right-link .active, .layout-user > .content .right-link a:hover {
                                color: #37B5F8
                            }

        .layout-user > .content .right-link {
            float: right
        }

            .layout-user > .content .right-link .fgx {
                margin-top: -1px
            }

        .layout-user > .content .fgx {
            display: inline-block;
            vertical-align: middle;
            width: 1px;
            height: 16px;
            background-color: #DEDEDE;
            margin: 2px 30px 0
        }

        .layout-user > .content .city {
            padding-left: 15px;
            background: url("../files/ad737bd820729d38bffb83e6453b0d4c.png") left center no-repeat;
            cursor: pointer
        }

        .layout-user > .content .common-city-selection-dialog {
            top: 28px;
            z-index: 2
        }

    .layout-user .common-city-selection-dialog.show {
        display: block
    }

.com-top-user-city .city {
    padding-left: 15px;
    background: url("../files/a9597eaff07ad0b2718b14fa583ce458.png") left center no-repeat;
    cursor: pointer
}

.com-top-user-city .common-city-selection-dialog {
    top: 28px;
    z-index: 2
}

.com-top-user-city .top-city-tip {
    position: absolute;
    top: 32px;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #666;
    overflow: visible !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .com-top-user-city .top-city-tip:after {
        position: absolute;
        left: 15px;
        top: -12px;
        width: 12px;
        height: 12px;
        border: 6px solid transparent;
        border-bottom-color: #e9e9e9;
        content: ' '
    }

    .com-top-user-city .top-city-tip span.a {
        color: #37B5F8;
        cursor: pointer;
        padding-left: 5px
    }

.common-city-selection, .common-city-selection > .list, .common-city-selection > .list > ul > li > i {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .common-city-selection > .index > ul > li, .common-city-selection > .list > .municipality > ul > li, .common-city-selection > .list > ul > li > .item > ul > li {
        display: inline-block;
        cursor: pointer;
        transition: all 50ms ease-in-out
    }

.common-city-selection {
    position: relative;
    height: 100%;
    line-height: 1;
    font-size: 14px
}

    .common-city-selection > .hot > span {
        color: #999;
        float: left;
        margin-right: 15px
    }

    .common-city-selection > .hot > ul {
        float: left
    }

        .common-city-selection > .hot > ul > li {
            display: inline-block;
            margin-right: 15px;
            color: #666;
            cursor: pointer
        }

            .common-city-selection > .hot > ul > li:hover {
                text-decoration: underline
            }

            .common-city-selection > .hot > ul > li.quanguo {
                margin-left: 50px;
                color: #37B5F8
            }

    .common-city-selection > .index {
        margin-top: 15px;
        border-bottom: solid 1px #e9e9e9
    }

        .common-city-selection > .index > ul > li {
            width: 24px;
            height: 24px;
            border: 1px solid #e9e9e9;
            line-height: 24px;
            text-align: center;
            color: #999;
            margin: 0 10px 10px 0
        }

            .common-city-selection > .index > ul > li.active, .common-city-selection > .index > ul > li:hover {
                background: #EE4653;
                border: 1px solid #EE4653;
                color: #fff
            }

    .common-city-selection > .list {
        position: absolute;
        top: 69px;
        font-size: 12px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto
    }

        .common-city-selection > .list > ul > li {
            width: 100%;
            position: relative;
            padding: 15px 0 0
        }

            .common-city-selection > .list > ul > li > i {
                color: #999;
                font-weight: 700;
                font-size: 14px;
                position: absolute;
                top: 13px
            }

            .common-city-selection > .list > ul > li > .item {
                position: relative;
                padding-left: 20px;
                margin-bottom: 10px
            }

                .common-city-selection > .list > ul > li > .item > span {
                    position: absolute;
                    top: 0;
                    left: 20px;
                    color: #999
                }

                .common-city-selection > .list > .municipality > ul > li:hover, .common-city-selection > .list > ul > li > .item > ul > li:hover, .common-city-selection > .list > ul > li > .item > ul > li:hover a {
                    color: #EE4653
                }

                .common-city-selection > .list > ul > li > .item > ul {
                    padding-left: 58px
                }

                    .common-city-selection > .list > ul > li > .item > ul > li {
                        margin: 0 20px 10px 0
                    }

        .common-city-selection > .list > .municipality {
            padding: 13px 0;
            border-bottom: solid 1px #e9e9e9
        }

            .common-city-selection > .list > .municipality > ul > li {
                padding-right: 13px
            }

                .common-city-selection > .list > .municipality > ul > li.title {
                    color: #999;
                    cursor: text;
                    padding-right: 15px
                }

.common-city-selection-dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 330px;
    z-index: 1;
    border: 1px solid #e9e9e9;
    background: #fff;
    display: none
}

    .common-city-selection-dialog.show {
        display: block
    }

        .common-city-selection-dialog.show + span {
            color: #EE4653
        }

            .common-city-selection-dialog.show + span i {
                border: 5px solid transparent;
                border-bottom: solid 5px #EE4653;
                width: 0;
                height: 0;
                display: block;
                margin-top: 2px
            }

    .common-city-selection-dialog > .arrow {
        border: 5px solid transparent;
        border-bottom: solid 5px #e9e9e9;
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: -10px;
        z-index: 1;
        left: 24px
    }

        .common-city-selection-dialog > .arrow.right {
            left: 520px
        }

        .common-city-selection-dialog > .arrow span {
            border: 5px solid transparent;
            border-bottom: solid 5px #fff;
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            top: -3px;
            z-index: 1;
            left: -5px
        }

    .common-city-selection-dialog > .close {
        width: 25px;
        height: 25px;
        background: url("../files/57fa3596f761347c133dc1396de52ef0.png") center no-repeat;
        right: 0;
        top: 0;
        cursor: pointer;
        position: absolute;
        display: block
    }

    .common-city-selection-dialog > .content {
        height: 100%;
        padding: 20px
    }

.layout-header > .content {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px
}

.layout-navigation > .navigation-content > .nav-w, .layout-navigation > .navigation-top .search-w input, .layout-navigation > .navigation-top > .logo-w {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.layout-navigation form {
    position: relative
}

    .layout-navigation form .button {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 14% !important
    }

.layout-navigation > .navigation-top {
    width: 1200px;
    height: 42px;
    overflow: hidden;
    margin: 28px auto
}

    .layout-navigation > .navigation-top > .logo-w {
        float: left;
        width: 207px;
        height: 100%;
        font-size: 36px;
        overflow: hidden
    }

        .layout-navigation > .navigation-top > .logo-w .logo {
            display: block;
            width: 207px;
            height: 100%;
            overflow: hidden;
            vertical-align: middle;
            text-align: left;
            background: url("../files/8db7d0f8978fcfd464f665b2ed7a54a2.png") left center no-repeat
        }

    .layout-navigation > .navigation-top .search-w {
        float: right;
        position: relative;
        width: 300px
    }

        .layout-navigation > .navigation-top .search-w input {
            height: 42px;
            width: 100%;
            line-height: 40px;
            border: 1px solid #e9e9e9;
            font-size: 14px;
            padding: 0 40px 0 10px
        }

            .layout-navigation > .navigation-top .search-w input:focus {
                border: 1px solid #37B5F8
            }

        .layout-navigation > .navigation-top .search-w button {
            position: absolute;
            top: 7px;
            right: 5px;
            height: 29px;
            width: 30px;
            background: url("../files/be740d0cc1ae6ecd4b5cab88f92c8cb2.png") center no-repeat;
            border: none
        }

.layout-navigation > .navigation-content {
    width: 100%;
    background-color: #37B5F8;
    color: #fff
}

    .layout-navigation > .navigation-content > .nav-w {
        width: 1200px;
        margin: auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: left
    }

        .layout-navigation > .navigation-content > .nav-w > li {
            display: inline-block;
            padding: 0;
            vertical-align: top;
            width: 145px;
            text-align: center
        }

            .layout-navigation > .navigation-content > .nav-w > li.last {
                padding-right: 0
            }

            .layout-navigation > .navigation-content > .nav-w > li:empty {
                padding: 0
            }

            .layout-navigation > .navigation-content > .nav-w > li a {
                display: block;
                width: 100%;
                height: 100%
            }

                .layout-navigation > .navigation-content > .nav-w > li a:hover {
                    background-color: #54C0F9
                }

                .layout-navigation > .navigation-content > .nav-w > li a.active {
                    background-color: #258FC7
                }

        .layout-navigation > .navigation-content > .nav-w > .menu-jx {
            position: relative;
            overflow: visible
        }

            .layout-navigation > .navigation-content > .nav-w > .menu-jx:hover {
                background-color: #54C0F9
            }

            .layout-navigation > .navigation-content > .nav-w > .menu-jx .drop-w {
                font-size: 14px;
                display: none;
                position: absolute;
                top: 50px;
                width: 100%;
                background-color: #fff;
                z-index: 2;
                line-height: 40px;
                padding: 0 8px;
                color: #666;
                box-shadow: 0 0 20px rgba(0,0,0,.1)
            }

                .layout-navigation > .navigation-content > .nav-w > .menu-jx .drop-w a {
                    display: block;
                    padding: 0;
                    text-align: center;
                    border-bottom: 1px solid #f6f6f6
                }

                    .layout-navigation > .navigation-content > .nav-w > .menu-jx .drop-w a:hover {
                        background-color: #fff;
                        color: #37B5F8
                    }

                    .layout-navigation > .navigation-content > .nav-w > .menu-jx .drop-w a:last-child {
                        border-bottom: none
                    }

            .layout-navigation > .navigation-content > .nav-w > .menu-jx:hover .drop-w {
                display: block
            }

            .layout-navigation > .navigation-content > .nav-w > .menu-jx > a:after {
                display: inline-block;
                vertical-align: middle;
                width: 10px;
                height: 10px;
                margin-left: 6px;
                margin-top: 5px;
                border: 5px solid transparent;
                border-top: 5px solid #fff;
                content: ' '
            }

.layout-navigation2 {
    height: 69px;
    width: 1200px;
    margin: 30px auto 0
}

    .layout-navigation2 > .logo-w {
        float: left;
        width: 207px;
        height: 100%;
        font-size: 36px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        overflow: hidden
    }

        .layout-navigation2 > .logo-w .logo {
            display: block;
            width: 207px;
            height: 100%;
            overflow: hidden;
            vertical-align: middle;
            text-align: left;
            background: url("../files/92c3c2e12e6acfeb897d3960a68b93d8.png") left center no-repeat
        }

    .layout-navigation2 > .nav-w, .layout-navigation2 > .nav-w .search-w input {
        height: 33px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .layout-navigation2 > .page-title {
        float: left;
        width: 203px;
        line-height: 33px;
        margin-top: 13px;
        font-size: 18px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center
    }

    .layout-navigation2 > .nav-w {
        float: right;
        width: 790px;
        line-height: 33px;
        margin-top: 13px;
        font-size: 16px;
        text-align: left
    }

        .layout-navigation2 > .nav-w > li {
            display: inline-block;
            margin-left: 35px;
            padding: 0;
            vertical-align: top
        }

            .layout-navigation2 > .nav-w > li.last {
                padding-right: 0
            }

            .layout-navigation2 > .nav-w > li:empty {
                padding: 0
            }

        .layout-navigation2 > .nav-w .search-w {
            float: right;
            position: relative;
            width: 180px
        }

            .layout-navigation2 > .nav-w .search-w input {
                width: 100%;
                line-height: 20px;
                border: 1px solid #e9e9e9;
                font-size: 14px;
                padding: 0 40px 0 10px
            }

                .layout-navigation2 > .nav-w .search-w input:focus {
                    border: 1px solid #37B5F8
                }

            .layout-navigation2 > .nav-w .search-w button {
                position: absolute;
                top: 2px;
                right: 5px;
                height: 29px;
                width: 30px;
                background: url("../files/e830c64fd5b86ee365e1ca7c510686f7.png") center no-repeat;
                border: none
            }

.common-channel-crumb {
    margin: 20px 0;
    line-height: 20px;
    font-size: 12px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #999
}

    .common-channel-crumb > i {
        padding: 0 5px;
        font-family: '宋体',SimSun
    }

    .common-channel-crumb > strong {
        color: #666
    }

    .common-channel-crumb h1 {
        display: inline;
        font-size: inherit
    }

.layout-article {
    width: 1200px;
    min-height: 658px;
    margin: 0 auto
}

    .layout-article a:hover {
        color: #37B5F8
    }

.layout-footer, .layout-footer > .content .footer3 .jkbd-width {
    position: relative
}

.layout-footer {
    background: #222;
    margin-top: 60px;
    overflow: hidden;
    color: #fff
}

    .layout-footer .ghsImg {
        background: url("../files/6c0480a0f93ff4caa439167c5c5611ff.png") left center no-repeat;
        background-size: 20px 20px;
        padding-left: 25px
    }

    .layout-footer .contact {
        color: #999;
        top: 7px !important
    }

    .layout-footer > .content {
        margin: 30px auto;
        padding: 0;
        width: 1200px
    }

        .layout-footer > .content .footer3 {
            height: 138px;
            width: 1200px;
            padding-top: 25px;
            margin: 0 auto;
            padding-bottom: 18px;
            overflow: hidden
        }

            .layout-footer > .content .footer3 .left {
                float: left;
                margin-left: 180px;
                padding-right: 70px;
                border-right: 1px solid #666;
                width: 232px;
                height: 138px
            }

                .layout-footer > .content .footer3 .left a {
                    display: block;
                    padding-top: 35px;
                    height: 56px
                }

                    .layout-footer > .content .footer3 .left a img {
                        width: 100%;
                        height: auto;
                        background-image: none !important
                    }

            .layout-footer > .content .footer3 .right {
                float: left;
                height: 138px;
                margin-left: 70px
            }

                .layout-footer > .content .footer3 .right p {
                    margin-top: 10px;
                    color: #666
                }

                .layout-footer > .content .footer3 .right ul {
                    color: #fff;
                    margin: 0 auto
                }

                    .layout-footer > .content .footer3 .right ul li {
                        float: left;
                        vertical-align: middle;
                        line-height: 22px
                    }

                        .layout-footer > .content .footer3 .right ul li a {
                            color: #fff;
                            padding: 0 10px;
                            cursor: pointer
                        }

                            .layout-footer > .content .footer3 .right ul li a:hover {
                                text-decoration: none;
                                color: #59b6f5
                            }

                        .layout-footer > .content .footer3 .right ul li .joinus {
                            padding-left: 0
                        }

                        .layout-footer > .content .footer3 .right ul li.fankui {
                            border-right: 0
                        }

                        .layout-footer > .content .footer3 .right ul li.bd-line {
                            height: 12px;
                            width: 1px;
                            background: #666;
                            position: relative;
                            top: 6px
                        }

.common-tab, .common-tab > .content {
    position: relative
}

.common-tab {
    height: 100%
}

    .common-tab > .tab > ul {
        font-size: 0
    }

        .common-tab > .tab > ul > li {
            font-size: 16px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
            transition: all 50ms ease-in-out;
            display: inline-block;
            height: 44px;
            line-height: 44px;
            text-align: center;
            border-bottom: solid 1px #e9e9e9;
            cursor: default
        }

            .common-tab > .tab > ul > li.active {
                border-bottom: solid 1px #EE4653
            }

            .common-tab > .tab > ul > li > a, .common-tab > .tab > ul > li > span {
                display: block;
                line-height: 44px;
                cursor: pointer
            }

            .common-tab > .tab > ul > li > span {
                cursor: default
            }

    .common-tab > .content > .item {
        position: absolute;
        width: 100%;
        display: none
    }

        .common-tab > .content > .item.active {
            display: block
        }

        .common-tab > .content > .item > div {
            width: 100%;
            height: 100%;
            position: relative
        }

.common-link .home-link-list, .common-link .link-topic-list {
    word-break: break-all !important;
    word-wrap: break-word !important
}

.common-link {
    position: relative
}

    .common-link .contact {
        position: absolute;
        right: 0;
        top: 19px;
        font-size: 14px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .common-link .common-tab .tab > ul {
        margin-bottom: 10px
    }

        .common-link .common-tab .tab > ul > li {
            width: auto !important;
            margin-right: 40px;
            font-size: 16px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
            position: relative;
            top: 1px;
            color: #666;
            border: none
        }

    .common-link .home-link-list > li, .common-link .link-topic-list > li {
        display: inline-block;
        font-size: 14px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .common-link .common-tab .tab > ul > li.active {
        color: #fff
    }

    .common-link .common-tab .content {
        color: #999
    }

        .common-link .common-tab .content > .item {
            position: relative
        }

    .common-link .home-link-list {
        margin-top: 5px;
        position: relative;
        margin-left: -20px
    }

        .common-link .home-link-list > li {
            max-width: 200px;
            margin-left: 20px;
            margin-bottom: 25px
        }

            .common-link .home-link-list > li a:hover {
                text-decoration: underline
            }

        .common-link .home-link-list.hotNews {
            min-height: 82px
        }

    .common-link .link-topic-list {
        margin-top: 12px;
        margin-right: -30px;
        position: relative
    }

        .common-link .link-topic-list > li {
            width: 33%;
            padding: 0 30px 0 0;
            margin-bottom: 16px;
            vertical-align: top;
            -webkit-line-clamp: 1;
            line-clamp: 1
        }

.com-dialog-toast, .com-dialog-toast p {
    line-height: 1.654
}

.com-dialog-toast {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: fixed;
    display: none;
    opacity: 0;
    background: rgba(0,0,0,.8);
    z-index: 1000;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    max-width: 200px;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .com-dialog-toast.show {
        display: block;
        opacity: 1
    }

    .com-dialog-toast.hiding {
        display: block;
        opacity: 0;
        -webkit-animation: ani-opa-hiding-keyframe 2s;
        animation: ani-opa-hiding-keyframe 2s
    }

.com-dialog-growUp {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    overflow: hidden
}

    .com-dialog-growUp .growUp {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 6rem;
        height: 6rem;
        border-radius: 8px;
        background: url("../files/09ebed9d551a277fa2293d580cef8a94.png") center .34rem no-repeat #fff;
        background-size: 3.72rem
    }

        .com-dialog-growUp .growUp .close {
            position: absolute;
            font-size: .56rem;
            color: #666;
            top: .1rem;
            right: .2rem
        }

        .com-dialog-growUp .growUp p {
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0
        }

        .com-dialog-growUp .growUp .p1 {
            top: 3.15rem;
            font-size: .36rem;
            color: #333
        }

        .com-dialog-growUp .growUp .p2 {
            top: 3.7rem;
            font-size: .32rem;
            color: #666
        }

        .com-dialog-growUp .growUp a {
            position: absolute;
            top: 4.56rem;
            left: .6rem;
            width: 4.8rem;
            height: .8rem;
            line-height: .8rem;
            text-align: center;
            font-size: .3rem;
            color: #fff;
            border-radius: 5px;
            background: #36bf74
        }

@keyframes ani-opa-hiding-keyframe {
    0%,40% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ani-opa-hiding-keyframe {
    0%,40% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.com-dialog-template {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center
}

    .com-dialog-template > .mengban {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.5);
        z-index: -1
    }

    .com-dialog-template > .table {
        display: table;
        width: 100%;
        height: 100%
    }

        .com-dialog-template > .table > .table-cell {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle
        }

            .com-dialog-template > .table > .table-cell > .dialog-box {
                position: relative;
                display: inline-block;
                min-width: 100px;
                min-height: 50px;
                max-width: 80%;
                max-height: 80%;
                padding: 20px;
                background-color: #fff;
                border-radius: 4px;
                text-align: left;
                overflow: hidden
            }

                .com-dialog-template > .table > .table-cell > .dialog-box > .close {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 5px;
                    font-size: 32px;
                    line-height: 1;
                    color: #999;
                    cursor: pointer
                }

.com-dialog-regist .dialog-regist-box {
    margin-top: 20px;
    margin-right: 60px
}

.com-dialog-regist .dialog-regist-title {
    font-size: 22px;
    text-align: center
}

.com-dialog-regist .com-enroll-pannel .input-box > form > .row .submit-btn {
    width: 280px
}

.leastprice-jisun-result, .leastprice-jisun-result button {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-enroll-kanjia .dialog-regist-box {
    margin: 20px 10px
}

.com-dialog-enroll-kanjia .dialog-regist-title {
    font-size: 22px;
    text-align: center
}

.com-dialog-enroll-kanjia .com-enroll-pannel .input-box > form > .row .submit-btn {
    width: 100%
}

.com-dialog-enroll-kanjia .com-enroll-pannel .input-box > form > .row > span {
    width: auto
}

.com-dialog-enroll-kanjia .com-enroll-pannel .input-box > form > .row3 {
    display: none
}

.leastprice-jisun-result {
    margin: 0 10px;
    text-align: center;
    line-height: 1;
    font-size: 20px
}

    .leastprice-jisun-result .price {
        margin: 30px auto 25px;
        font-size: 32px;
        color: #37B5F8;
        font-weight: 700
    }

    .leastprice-jisun-result button {
        width: 340px;
        margin: 0 auto;
        line-height: 42px;
        background-color: #37B5F8;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 18px
    }

.com-dialog-enroll-freephone .dialog-regist-box {
    margin: 20px 10px
}

    .com-dialog-enroll-freephone .dialog-regist-box > .row-price {
        margin: 30px 0 -10px;
        font-size: 16px
    }

        .com-dialog-enroll-freephone .dialog-regist-box > .row-price > .lable {
            display: inline-block;
            text-align: right;
            vertical-align: middle
        }

        .com-dialog-enroll-freephone .dialog-regist-box > .row-price > .kanjia-price {
            display: inline-block;
            margin-left: 20px;
            color: #f90
        }

    .com-dialog-enroll-freephone .dialog-regist-box > .row-tip {
        margin-top: -5px;
        color: #999;
        text-align: center
    }

.com-dialog-enroll-freephone .dialog-regist-title {
    font-size: 22px;
    text-align: center
}

.com-dialog-enroll-freephone .com-enroll-pannel .input-box > form > .row .submit-btn {
    width: 100%
}

.com-dialog-enroll-freephone .com-enroll-pannel .input-box > form > .row > span {
    width: auto
}

.com-dialog-enroll-freephone .com-enroll-pannel .input-box > form > .row3 {
    display: none
}

.leastprice-jisun-result, .leastprice-jisun-result button {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-enroll-leastprice .dialog-regist-box {
    margin: 20px 10px
}

.com-dialog-enroll-leastprice .dialog-regist-title {
    font-size: 22px;
    text-align: center
}

.com-dialog-enroll-leastprice .com-enroll-pannel .input-box > form > .row .submit-btn {
    width: 100%
}

.com-dialog-enroll-leastprice .com-enroll-pannel .input-box > form > .row > span {
    width: auto
}

.leastprice-jisun-result {
    margin: 0 10px;
    text-align: center;
    line-height: 1;
    font-size: 20px
}

    .leastprice-jisun-result .price {
        margin: 30px auto 25px;
        font-size: 32px;
        color: #37B5F8;
        font-weight: 700
    }

    .leastprice-jisun-result button {
        width: 340px;
        margin: 0 auto;
        line-height: 42px;
        background-color: #37B5F8;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 18px
    }

.com-dialog-login .dialog-login-box {
    margin-top: 20px;
    overflow: hidden
}

    .com-dialog-login .dialog-login-box > .tab-nav-w > li {
        float: left;
        width: 33.3%;
        height: 50px;
        line-height: 48px;
        text-align: center;
        color: #37B5F8;
        font-size: 16px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        border: 1px solid #8ad2f9
    }

        .com-dialog-login .dialog-login-box > .tab-nav-w > li.active {
            background-color: #8ad2f9;
            color: #fff;
            border: 1px solid #8ad2f9
        }

        .com-dialog-login .dialog-login-box > .tab-nav-w > li + li {
            border-left: 1px solid #fff
        }

        .com-dialog-login .dialog-login-box > .tab-nav-w > li a {
            display: block
        }

    .com-dialog-login .dialog-login-box > .tab-content-w {
        width: 500px;
        height: 450px;
        margin-top: -1px;
        padding: 20px;
        border: 1px solid #8ad2f9
    }

        .com-dialog-login .dialog-login-box > .tab-content-w > .tab-content {
            display: none
        }

            .com-dialog-login .dialog-login-box > .tab-content-w > .tab-content.active {
                display: block
            }

        .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login {
            width: 310px;
            margin: 20px auto;
            padding-top: 20px
        }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .desc {
                padding: 0 7px;
                height: 14px;
                overflow: hidden;
                margin-bottom: 20px
            }

                .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .desc .left {
                    float: left;
                    height: 7px;
                    margin-top: 6px;
                    border-top: 1px solid #eee;
                    width: 95px
                }

                .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .desc .middle {
                    float: left;
                    height: 14px;
                    margin: 0 11px;
                    font-size: 14px;
                    color: #999;
                    line-height: 14px;
                    text-indent: 0
                }

                .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .desc .right {
                    float: left;
                    height: 7px;
                    margin-top: 6px;
                    border-top: 1px solid #eee;
                    width: 95px
                }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .type {
                margin: 0 90px;
                height: 44px
            }

                .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-login .other-login > .type .qq {
                    width: 44px;
                    height: 44px;
                    background: url("../files/3e45a7f03156e9988439d423784a48aa.png") center center no-repeat;
                    background-size: 44px 44px;
                    display: block;
                    margin: 0 auto
                }

        .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .login-code {
            width: 330px;
            height: 240px;
            position: relative;
            margin: 30px auto 0
        }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .login-code > .img {
                background: url("../files/af75ff5c7b81d9b69dac72bd3a130046.png") left top no-repeat;
                background-size: 255px 48px;
                position: absolute;
                left: 0;
                top: 0;
                width: 255px;
                height: 48px;
                z-index: 2
            }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .login-code > .code {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 200px;
                height: 200px;
                background: url("../files/ab4093eb2eeb3d9c99ed88f39967de7e.png") center center no-repeat;
                background-size: 174px 174px;
                border: 1px solid #eee
            }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .login-code > .desc {
                position: absolute;
                right: 0;
                bottom: 47px
            }

                .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .login-code > .desc p {
                    height: 37px;
                    line-height: 37px;
                    font-size: 14px;
                    color: #333
                }

        .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .word {
            margin: 19px 0 50px;
            font-size: 16px;
            color: #333;
            text-align: center
        }

        .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .tips-t {
            font-size: 14px;
            text-align: center;
            color: #333
        }

            .com-dialog-login .dialog-login-box > .tab-content-w .tab-content-coach > .tips-t span {
                color: #1dacf9
            }

.com-dialog-login .dialog-login-title {
    font-size: 22px;
    text-align: center
}

.com-login-pannel .input-box, .com-login-pannel .input-box > form > .row input, .com-login-pannel .input-box > form > .row select {
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .com-login-pannel .input-box, .com-login-pannel .input-box > form > .row .submit-btn, .com-login-pannel .input-box > form > .row input, .com-login-pannel .input-box > form > .row select {
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.com-login-pannel > .captcha-dialog, .com-login-pannel > .captcha-dialog > .mengban {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.com-login-pannel .input-box {
    margin-top: 30px;
    text-align: center
}

    .com-login-pannel .input-box > form > .row {
        margin: 30px 0
    }

        .com-login-pannel .input-box > form > .row > span {
            display: inline-block;
            width: 98px;
            text-align: right;
            vertical-align: middle
        }

        .com-login-pannel .input-box > form > .row .error-msg {
            width: auto
        }

        .com-login-pannel .input-box > form > .row ::-webkit-input-placeholder {
            color: #999
        }

        .com-login-pannel .input-box > form > .row :-moz-placeholder, .com-login-pannel .input-box > form > .row textarea:-moz-placeholder {
            color: #999
        }

        .com-login-pannel .input-box > form > .row ::-moz-placeholder, .com-login-pannel .input-box > form > .row textarea::-moz-placeholder {
            color: #999
        }

        .com-login-pannel .input-box > form > .row :-ms-input-placeholder, .com-login-pannel .input-box > form > .row textarea:-ms-input-placeholder {
            color: #999
        }

        .com-login-pannel .input-box > form > .row .error::-webkit-input-placeholder {
            color: red
        }

        .com-login-pannel .input-box > form > .row .error:-moz-placeholder, .com-login-pannel .input-box > form > .row textarea:-moz-placeholder {
            color: red
        }

        .com-login-pannel .input-box > form > .row .error::-moz-placeholder, .com-login-pannel .input-box > form > .row textarea::-moz-placeholder {
            color: red
        }

        .com-login-pannel .input-box > form > .row .error:-ms-input-placeholder, .com-login-pannel .input-box > form > .row textarea:-ms-input-placeholder {
            color: red
        }

        .com-login-pannel .input-box > form > .row input, .com-login-pannel .input-box > form > .row select {
            height: 50px;
            width: 300px;
            margin-left: 20px;
            padding: 0 10px;
            border: 1px solid #e9e9e9;
            overflow: hidden;
            border-radius: 4px;
            line-height: 48px;
            vertical-align: middle
        }

            .com-login-pannel .input-box > form > .row input:focus, .com-login-pannel .input-box > form > .row select:focus {
                border: 1px solid #7eb4ed
            }

            .com-login-pannel .input-box > form > .row input.error, .com-login-pannel .input-box > form > .row select.error {
                border-color: red
            }

        .com-login-pannel .input-box > form > .row select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url("../files/4ecf92ee2fe8e6bda1cef847cbc225b6.png") right 10px center no-repeat #fff
        }

            .com-login-pannel .input-box > form > .row select::-ms-expand {
                display: none
            }

        .com-login-pannel .input-box > form > .row .submit-btn {
            width: 200px;
            height: 50px;
            line-height: 50px;
            border: none;
            background-color: #37B5F8;
            border-radius: 4px;
            color: #fff;
            font-size: 18px
        }

            .com-login-pannel .input-box > form > .row .submit-btn.loading {
                background: url("../files/4b43ff3254146c2cca62b430a5256242.gif") center no-repeat;
                background-size: contain;
                cursor: default;
                color: transparent
            }

            .com-login-pannel .input-box > form > .row .submit-btn.success {
                background-image: none;
                background-color: #3da600;
                color: #fff
            }

        .com-login-pannel .input-box > form > .row.row-sms > input {
            width: 170px
        }

        .com-login-pannel .input-box > form > .row.row-sms > .btn-get-sms {
            width: 120px;
            height: 50px;
            line-height: 50px;
            background-color: #7eb4ed;
            border: none;
            color: #fff;
            text-align: center;
            border-radius: 4px;
            margin-left: 10px;
            vertical-align: middle
        }

            .com-login-pannel .input-box > form > .row.row-sms > .btn-get-sms.disabled {
                background-color: #e9e9e9;
                cursor: default;
                color: #EE4653
            }

.com-login-pannel > .captcha-dialog > .mengban {
    background-color: rgba(0,0,0,.5)
}

.com-login-pannel > .captcha-dialog > .captcha-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -170px;
    width: 350px;
    height: 280px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px
}

    .com-login-pannel > .captcha-dialog > .captcha-box > .close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 32px;
        line-height: 1;
        color: #999
    }

    .com-login-pannel > .captcha-dialog > .captcha-box > .wd-captcha-w {
        margin-top: 15px
    }

.com-dialog-login-share .dialog-login-box {
    overflow: hidden
}

    .com-dialog-login-share .dialog-login-box .other-login-type {
        padding: 20px 20px 10px
    }

        .com-dialog-login-share .dialog-login-box .other-login-type > .qq {
            width: 44px;
            height: 44px;
            background: url("../files/6f8d4a8a5f113f43ca1745498efbdb3a.png") center center no-repeat;
            background-size: 44px 44px;
            display: block;
            margin: 20px auto 0
        }

        .com-dialog-login-share .dialog-login-box .other-login-type > .other-text {
            width: 110px;
            line-height: 20px;
            margin: -10px auto 0;
            background-color: #fff;
            color: #999;
            text-align: center
        }

        .com-dialog-login-share .dialog-login-box .other-login-type > .hr {
            height: 1px;
            border-top: 1px solid #EEE
        }

.com-dialog-login-share .dialog-login-title {
    font-size: 20px;
    text-align: center
}

.com-dialog-login-share .com-login-share .com-login {
    border: none
}

    .com-dialog-login-share .com-login-share .com-login .f18 {
        display: none
    }

    .com-dialog-login-share .com-login-share .com-login .mt20, .com-dialog-login-share .com-login-share .com-login .submit.btn-flat {
        margin-top: 10px
    }

    .com-dialog-login-share .com-login-share .com-login .hang + .hang {
        margin-top: 30px
    }

    .com-dialog-login-share .com-login-share .com-login .input {
        border: 1px solid #EEE
    }

.com-login-share .com-login-width {
    margin: 0 auto
}

.com-login-share .com-login {
    box-shadow: none
}

    .com-login-share .com-login .f18 {
        text-align: center
    }

    .com-login-share .com-login .btn-flat {
        background-color: #37B5F8
    }

    .com-login-share .com-login ::-webkit-input-placeholder {
        color: #999
    }

    .com-login-share .com-login :-moz-placeholder, .com-login-share .com-login textarea:-moz-placeholder {
        color: #999
    }

    .com-login-share .com-login ::-moz-placeholder, .com-login-share .com-login textarea::-moz-placeholder {
        color: #999
    }

    .com-login-share .com-login :-ms-input-placeholder, .com-login-share .com-login textarea:-ms-input-placeholder {
        color: #999
    }

.com-login-share .loading {
    min-width: 300px;
    min-height: 180px;
    margin: 0 auto;
    background: url("../files/7bff43b0c5324dbc10026f554330d43a.gif") center no-repeat;
    background-size: 100px
}

.com-footer-flex-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    z-index: 0
}

    .com-footer-flex-panel > .mengban {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        bottom: 0;
        background-color: rgba(0,0,0,.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
        z-index: -1
    }

    .com-footer-flex-panel > .content-box {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        height: 100%;
        z-index: 3
    }

        .com-footer-flex-panel > .content-box > .flex-close {
            position: absolute;
            top: 45px;
            right: 100px;
            height: 32px;
            width: 32px;
            line-height: 30px;
            border: none;
            background: url("../files/a7ea9102d5350dd5572a1a075ac3cb99.png") center no-repeat;
            font-size: 32px;
            color: #999;
            text-align: center;
            cursor: pointer
        }

        .com-footer-flex-panel > .content-box > .top {
            padding-top: 60px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            font-size: 32px;
            letter-spacing: 1px
        }

            .com-footer-flex-panel > .content-box > .top .orange {
                color: #f90
            }

            .com-footer-flex-panel > .content-box > .top .orange2 {
                color: #ffd200
            }

            .com-footer-flex-panel > .content-box > .top .btn-enroll {
                display: inline-block;
                vertical-align: middle;
                height: 36px;
                width: 96px;
                background-color: #FF8000;
                background-size: cover;
                margin-left: 40px;
                line-height: 36px;
                border-radius: 4px;
                color: #fff;
                font-size: 16px;
                border: none
            }

        .com-footer-flex-panel > .content-box > .bg-img {
            position: absolute;
            top: 0;
            left: 90px;
            width: 160px;
            height: 125px;
            background: url("../files/d80f9958902ce6ee3efb850614aa89af.png") center no-repeat;
            background-size: 100%
        }

.com-dialog-map, .com-dialog-map > .mengban {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.com-dialog-map {
    z-index: 20
}

    .com-dialog-map > .mengban {
        position: absolute \9 \0;
        background-color: rgba(0,0,0,.7)
    }

    .com-dialog-map > .content-box {
        position: absolute;
        width: 1000px;
        height: 700px;
        left: 50%;
        top: 50%;
        margin-top: -350px;
        margin-left: -500px;
        background-color: #fff;
        padding: 10px
    }

        .com-dialog-map > .content-box > .close {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 32px;
            width: 32px;
            line-height: 30px;
            border: none;
            font-size: 32px;
            color: #999;
            text-align: center
        }

        .com-dialog-map > .content-box > .top {
            margin: 10px;
            font-size: 24px;
            font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .com-dialog-map > .content-box > .content {
            border: 1px solid #7eb4ed;
            margin: 15px 0;
            height: 570px
        }

        .com-dialog-map > .content-box > .bottom {
            text-align: right
        }

            .com-dialog-map > .content-box > .bottom button {
                display: inline-block;
                vertical-align: middle;
                width: 100px;
                line-height: 40px;
                border: none;
                color: #fff;
                text-align: center;
                margin-right: 20px
            }

            .com-dialog-map > .content-box > .bottom .btn-ok {
                background-color: #f90
            }

            .com-dialog-map > .content-box > .bottom .btn-cancel {
                background-color: #bbb
            }

@media screen and (max-height: 768px) {
    .com-dialog-map .content-box {
        width: 600px;
        height: 530px;
        margin-top: -270px;
        margin-left: -300px
    }

        .com-dialog-map .content-box > .content {
            border: 1px solid #7eb4ed;
            margin: 15px 0;
            height: 400px
        }
}

.com-dialog-map .content-box {
    width: 600px \9 \0;
    height: 530px \9 \0;
    margin-top: -270px \9 \0;
    margin-left: -300px \9 \0
}

    .com-dialog-map .content-box > .content {
        height: 400px \9 \0
    }

.tangram-suggestion-main {
    width: 300px !important;
    max-height: 530px;
    overflow-y: auto;
    z-index: 20
}

.baidu-search-box, .baidu-search-box input {
    width: 300px;
    font-size: 14px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.baidu-search-box {
    float: left;
    margin-left: 30px;
    font-weight: 400
}

    .baidu-search-box input {
        line-height: 24px;
        padding: 0 20px 0 5px;
        background: url("../files/96bc8cc9b0827ed7f0031b6442a31bfa.png") right 5px center no-repeat;
        border-color: #37B5F8
    }

.com-appdown-dialog > .dialog-box > .dialog-content > p, .com-appdown-dialog > .dialog-box > .dialog-footer {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-appdown-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 10
}

    .com-appdown-dialog > .dialog-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400px;
        height: 512px;
        margin-left: -200px;
        margin-top: -260px;
        border-radius: 10px;
        background-color: #fff
    }

        .com-appdown-dialog > .dialog-box > .dialog-content {
            margin-top: 30px;
            text-align: center
        }

            .com-appdown-dialog > .dialog-box > .dialog-content > p {
                line-height: 30px;
                font-size: 24px
            }

                .com-appdown-dialog > .dialog-box > .dialog-content > p > span {
                    color: #f90
                }

            .com-appdown-dialog > .dialog-box > .dialog-content > .erwm {
                width: 296px;
                height: 296px;
                margin: 20px auto;
                background: url("../files/985ef8f01fc760712713be3db3831b54.png") center no-repeat;
                background-size: 80% auto;
                border: 1px solid #e9e9e9;
                border-radius: 6px
            }

        .com-appdown-dialog > .dialog-box > .dialog-footer {
            margin-top: 30px;
            text-align: center;
            font-size: 20px;
            color: #666
        }

        .com-appdown-dialog > .dialog-box > .btn-dialog-close {
            position: absolute;
            top: 5px;
            right: 5px;
            width: 30px;
            height: 30px;
            background: url("../files/63cf17c007ff5694865872e0ac2fd6ef.jpg") center no-repeat;
            background-size: 40%;
            border: 1px solid #e9e9e9;
            border-radius: 50%;
            cursor: pointer
        }

.com-dialog-first-visited2 > .content-box > .btn-bar > .btn, .com-dialog-first-visited2 > .content-box > .content {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-first-visited2 {
    margin: 0 auto;
    width: 1200px;
    height: 0
}

    .com-dialog-first-visited2 > .content-box {
        display: none;
        position: fixed;
        top: -90px;
        z-index: 10;
        width: 360px;
        height: 90px;
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #555
    }

        .com-dialog-first-visited2 > .content-box.show {
            display: block;
            animation: mymove .5s ease-out;
            -webkit-animation: firstvisitedbox .5s ease-out;
            top: 10px
        }

@keyframes firstvisitedbox {
    from {
        top: -90px
    }

    to {
        top: 10px
    }
}

@-webkit-keyframes firstvisitedbox {
    from {
        top: -90px
    }

    to {
        top: 10px
    }
}

.com-dialog-first-visited2 > .content-box > .content {
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url("../files/3c72f9c95b32d237bda4d2f95f603fc9.png") left center no-repeat;
    background-size: 22px 15px;
    font-size: 18px
}

    .com-dialog-first-visited2 > .content-box > .content > .right {
        font-size: 12px
    }

.com-dialog-first-visited2 > .content-box > .btn-bar {
    margin: 10px
}

    .com-dialog-first-visited2 > .content-box > .btn-bar > .btn {
        line-height: 28px;
        padding: 0 10px;
        border: 1px solid #37B5F8;
        border-radius: 6px;
        color: #37B5F8;
        margin-left: 10px;
        font-size: 16px;
        width: 90px
    }

        .com-dialog-first-visited2 > .content-box > .btn-bar > .btn.buxiang {
            border: 1px solid #e9e9e9;
            background-color: #e9e9e9;
            color: #999
        }

        .com-dialog-first-visited2 > .content-box > .btn-bar > .btn.active {
            background-color: #37B5F8;
            color: #fff
        }

.com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin, .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city {
    line-height: 40px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row span, .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin, .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city, .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city .city-name, .com-dialog-first-visited3 .visited-content-box > .item-left > .title-text .small, .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list .bukao-des {
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.com-dialog-first-visited3 {
    margin: 0 auto;
    width: 1200px;
    height: 0
}

    .com-dialog-first-visited3 .visited-content-box {
        height: 380px;
        width: 950px;
        margin-top: 10px
    }

        .com-dialog-first-visited3 .visited-content-box > .item-left {
            position: relative;
            float: left;
            width: 400px;
            height: 100%
        }

            .com-dialog-first-visited3 .visited-content-box > .item-left > .title-text {
                font-size: 20px
            }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .title-text .small {
                    margin-left: 10px;
                    font-size: 14px;
                    color: #999
                }

            .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city {
                display: none;
                position: relative;
                margin-top: 15px;
                font-size: 14px
            }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city > span {
                    display: inline-block;
                    vertical-align: middle
                }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city .lable {
                    margin-left: 55px;
                    padding-right: 20px
                }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city .city-name {
                    padding-right: 20px;
                    background: url("../files/16d2fb1191b8d0eb1d9e5a6388c2f7a4.png") right center no-repeat;
                    color: #37B5F8;
                    cursor: pointer;
                    font-size: 14px
                }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city .common-city-selection-dialog {
                    top: 35px;
                    left: 110px
                }

                    .com-dialog-first-visited3 .visited-content-box > .item-left > .row-city .common-city-selection-dialog.show {
                        display: block
                    }

            .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin {
                display: none;
                margin-top: 5px;
                font-size: 14px
            }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin > span {
                    display: inline-block;
                    vertical-align: middle
                }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin .lable {
                    margin-left: 5px;
                    padding-right: 20px
                }

                .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin .select-baomin {
                    width: 260px;
                    height: 40px;
                    line-height: 38px;
                    font-size: 14px;
                    margin-left: 0;
                    padding: 0 10px;
                    border: 1px solid #e9e9e9;
                    outline: 0;
                    -webkit-appearance: none;
                    background: url("../files/acf73ee2161c9d00967ec8b8a9fe0400.png") right 10px center no-repeat #fff
                }

                    .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin .select-baomin:focus {
                        border: 1px solid #7eb4ed
                    }

                    .com-dialog-first-visited3 .visited-content-box > .item-left > .row-baomin .select-baomin.error {
                        border-color: red
                    }

            .com-dialog-first-visited3 .visited-content-box > .item-left > .btn-fugai {
                position: absolute;
                right: -130px;
                top: 120px;
                width: 100px;
                height: 100px;
                cursor: pointer;
                background: 0 0
            }

        .com-dialog-first-visited3 .visited-content-box > .item-mid {
            float: left;
            width: 110px;
            height: 100%
        }

        .com-dialog-first-visited3 .visited-content-box > .item-right {
            float: right;
            width: 350px;
            height: 100%;
            margin-right: 40px
        }

            .com-dialog-first-visited3 .visited-content-box > .item-right > .title-text {
                font-size: 20px;
                padding-bottom: 20px;
                text-align: center
            }

            .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list {
                border: 1px solid #e9e9e9;
                padding: 10px 20px;
                line-height: 35px
            }

                .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list .col1 {
                    display: inline-block;
                    width: 150px;
                    vertical-align: middle
                }

                .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list .col2 {
                    display: inline-block;
                    width: 50px;
                    vertical-align: middle
                }

                .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list .bukao-des {
                    display: none;
                    color: #999;
                    line-height: 1.1;
                    font-size: 12px;
                    margin-bottom: 10px
                }

                    .com-dialog-first-visited3 .visited-content-box > .item-right > .item-list .bukao-des.show {
                        display: block
                    }

            .com-dialog-first-visited3 .visited-content-box > .item-right > .item-footer {
                margin-top: 10px;
                text-align: right
            }

                .com-dialog-first-visited3 .visited-content-box > .item-right > .item-footer a {
                    color: #37B5F8
                }

        .com-dialog-first-visited3 .visited-content-box .des-xxx {
            height: 14px;
            line-height: 14px;
            margin-left: 80px;
            font-size: 14px;
            color: #999;
            overflow: hidden
        }

            .com-dialog-first-visited3 .visited-content-box .des-xxx > span {
                float: left;
                margin-top: 3px;
                margin-right: 3px;
                color: #37B5F8
            }

        .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel {
            font-size: 14px;
            margin-top: 15px
        }

            .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box {
                margin-top: 0
            }

                .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row {
                    margin: 19px 0
                }

                    .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-sms .btn-get-sms {
                        width: 100px;
                        height: 40px;
                        line-height: 40px
                    }

                    .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-sms input {
                        width: 150px;
                        font-size: 14px
                    }

@keyframes firstvisitedboxsubmitbutton {
    from {
        box-shadow: 0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9
    }

    to {
        box-shadow: -1px 0 5px #5FC4F9,0 -1px 0 5px #5FC4F9,0 1px 0 5px #5FC4F9,1px 0 0 5px #5FC4F9
    }
}

@-webkit-keyframes firstvisitedboxsubmitbutton {
    from {
        box-shadow: 0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9
    }

    to {
        box-shadow: -1px 0 0 5px #5FC4F9,0 -1px 0 5px #5FC4F9,0 1px 0 5px #5FC4F9,1px 0 0 5px #5FC4F9
    }
}

.com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 {
    position: absolute;
    top: 0;
    right: -80px;
    height: 330px;
    width: 1px;
    background-color: #e9e9e9;
    overflow: visible
}

    .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 110px;
        left: -50px;
        border-radius: 50%;
        -webkit-animation: firstvisitedboxsubmitbutton 1s ease-out infinite alternate
    }

        .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.hide {
            display: none
        }

        .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.no-animal {
            position: relative;
            -webkit-animation: none;
            background-color: #37B5F8;
            color: transparent
        }

            .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.no-animal:after {
                position: absolute;
                display: block;
                content: '计算完成';
                color: #fff;
                top: 0;
                width: 100%;
                line-height: 100px
            }

.com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-name {
    font-size: 14px
}

    .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-name > .row-name-tip {
        right: 20px;
        margin-top: -7px
    }

.com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row input, .com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row select {
    width: 260px;
    height: 40px;
    line-height: 38px;
    font-size: 14px
}

.com-dialog-first-visited3 .visited-content-box .com-enroll-pannel .input-box > form > .row span {
    font-size: 14px
}

.com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin, .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city {
    line-height: 40px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

    .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row span, .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin, .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city, .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city .city-name, .com-dialog-first-visited4 .visited-content-box > .item-left > .title-text .small, .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list .bukao-des {
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

.com-dialog-first-visited4 {
    margin: 0 auto;
    width: 1200px;
    height: 0
}

    .com-dialog-first-visited4 .visited-content-box {
        height: 380px;
        width: 950px;
        margin-top: 10px
    }

        .com-dialog-first-visited4 .visited-content-box > .item-left {
            position: relative;
            float: left;
            width: 400px;
            height: 100%
        }

            .com-dialog-first-visited4 .visited-content-box > .item-left > .title-text {
                font-size: 20px
            }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .title-text .small {
                    margin-left: 10px;
                    font-size: 14px;
                    color: #999
                }

            .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city {
                position: relative;
                margin-top: 15px;
                font-size: 14px
            }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city > span {
                    display: inline-block;
                    vertical-align: middle
                }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city .lable {
                    margin-left: 55px;
                    padding-right: 20px
                }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city .city-name {
                    padding-right: 20px;
                    background: url("../files/50e6010f29c49c5729a26fa54c6c6978.png") right center no-repeat;
                    color: #37B5F8;
                    cursor: pointer;
                    font-size: 14px
                }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city .common-city-selection-dialog {
                    top: 35px;
                    left: 110px
                }

                    .com-dialog-first-visited4 .visited-content-box > .item-left > .row-city .common-city-selection-dialog.show {
                        display: block
                    }

            .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin {
                margin-top: 5px;
                font-size: 14px
            }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin > span {
                    display: inline-block;
                    vertical-align: middle
                }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin .lable {
                    margin-left: 5px;
                    padding-right: 20px
                }

                .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin .select-baomin {
                    width: 260px;
                    height: 40px;
                    line-height: 38px;
                    font-size: 14px;
                    margin-left: 0;
                    padding: 0 10px;
                    border: 1px solid #e9e9e9;
                    outline: 0;
                    -webkit-appearance: none;
                    background: url("../files/dd5bb6046108faf5aa2114bd5d0b282c.png") right 10px center no-repeat #fff
                }

                    .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin .select-baomin:focus {
                        border: 1px solid #7eb4ed
                    }

                    .com-dialog-first-visited4 .visited-content-box > .item-left > .row-baomin .select-baomin.error {
                        border-color: red
                    }

            .com-dialog-first-visited4 .visited-content-box > .item-left > .btn-fugai {
                position: absolute;
                right: -130px;
                top: 120px;
                width: 100px;
                height: 100px;
                cursor: pointer;
                background: 0 0
            }

        .com-dialog-first-visited4 .visited-content-box > .item-mid {
            float: left;
            width: 110px;
            height: 100%
        }

        .com-dialog-first-visited4 .visited-content-box > .item-right {
            float: right;
            width: 350px;
            height: 100%;
            margin-right: 40px
        }

            .com-dialog-first-visited4 .visited-content-box > .item-right > .title-text {
                font-size: 20px;
                padding-bottom: 20px;
                text-align: center
            }

            .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list {
                border: 1px solid #e9e9e9;
                padding: 10px 20px;
                line-height: 35px
            }

                .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list .col1 {
                    display: inline-block;
                    width: 150px;
                    vertical-align: middle
                }

                .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list .col2 {
                    display: inline-block;
                    width: 50px;
                    vertical-align: middle
                }

                .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list .bukao-des {
                    display: none;
                    color: #999;
                    line-height: 1.1;
                    font-size: 12px;
                    margin-bottom: 10px
                }

                    .com-dialog-first-visited4 .visited-content-box > .item-right > .item-list .bukao-des.show {
                        display: block
                    }

        .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row1, .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.hide {
            display: none
        }

        .com-dialog-first-visited4 .visited-content-box > .item-right > .item-footer {
            margin-top: 10px;
            text-align: right
        }

            .com-dialog-first-visited4 .visited-content-box > .item-right > .item-footer a {
                color: #37B5F8
            }

        .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel {
            font-size: 14px
        }

            .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box {
                margin-top: 0
            }

                .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row {
                    margin: 21px 0
                }

                    .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-sms .btn-get-sms {
                        width: 100px;
                        height: 40px;
                        line-height: 40px
                    }

                    .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row-sms input {
                        width: 150px;
                        font-size: 14px
                    }

@keyframes firstvisitedboxsubmitbutton {
    from {
        box-shadow: 0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9
    }

    to {
        box-shadow: -1px 0 5px #5FC4F9,0 -1px 0 5px #5FC4F9,0 1px 0 5px #5FC4F9,1px 0 0 5px #5FC4F9
    }
}

@-webkit-keyframes firstvisitedboxsubmitbutton {
    from {
        box-shadow: 0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9,0 0 0 #5FC4F9
    }

    to {
        box-shadow: -1px 0 0 5px #5FC4F9,0 -1px 0 5px #5FC4F9,0 1px 0 5px #5FC4F9,1px 0 0 5px #5FC4F9
    }
}

.com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row2 {
    margin-top: 15px
}

.com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 {
    position: absolute;
    top: 0;
    right: -80px;
    height: 320px;
    width: 1px;
    background-color: #e9e9e9;
    overflow: visible
}

    .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 110px;
        left: -50px;
        border-radius: 50%;
        -webkit-animation: firstvisitedboxsubmitbutton 1s ease-out infinite alternate
    }

        .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.no-animal {
            position: relative;
            -webkit-animation: none;
            background-color: #37B5F8;
            color: transparent
        }

            .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row.row5 .submit-btn.no-animal:after {
                position: absolute;
                display: block;
                content: '开始计算';
                color: #fff;
                top: 0;
                width: 100%;
                line-height: 100px
            }

.com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row input, .com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row select {
    width: 260px;
    height: 40px;
    line-height: 38px;
    font-size: 14px
}

.com-dialog-first-visited4 .visited-content-box .com-enroll-pannel .input-box > form > .row span {
    font-size: 14px
}

.com-dialog-freedback .dialog-content {
    width: 400px
}

.com-dialog-freedback .dialog-title {
    margin: 20px 0;
    font-size: 18px;
    text-align: center
}

.com-dialog-freedback .row {
    margin: 15px 0;
    text-align: center
}

    .com-dialog-freedback .row input, .com-dialog-freedback .row textarea {
        width: 100%;
        height: 30px;
        border: 1px solid #e9e9e9;
        background: #f6f6f6;
        font-size: 12px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
        padding: 5px 10px
    }

    .com-dialog-freedback .row textarea {
        height: 90px
    }

    .com-dialog-freedback .row button {
        line-height: 32px;
        padding: 0 30px;
        border: none;
        background-color: #37B5F8;
        color: #fff
    }

.com-dialog-alert .dialog-alert-box > .alert-context, .com-dialog-alert .dialog-alert-box > .alert-title {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-alert .dialog-alert-box > .alert-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700
}

.com-dialog-alert .dialog-alert-box > .alert-context {
    margin: 0 auto 10px;
    line-height: 28px;
    text-align: center;
    min-width: 300px;
    max-width: 700px;
    font-size: 14px
}

    .com-dialog-alert .dialog-alert-box > .alert-context > div {
        height: 140px;
        overflow-x: hidden;
        overflow-y: auto
    }

.com-dialog-alert .dialog-alert-box > .btn-bar {
    margin: 15px 0 0;
    text-align: center
}

    .com-dialog-alert .dialog-alert-box > .btn-bar > button {
        line-height: 32px;
        padding: 0 30px;
        border: none;
        background-color: #37B5F8;
        color: #fff;
        border-radius: 5px
    }

.com-dialog-alert .com-dialog-template > .table > .table-cell > .dialog-box > .close {
    display: none
}

.com-dialog-confirm .dialog-confirm-box > .confirm-context, .com-dialog-confirm .dialog-confirm-box > .confirm-title {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-confirm .dialog-confirm-box > .confirm-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700
}

.com-dialog-confirm .dialog-confirm-box > .confirm-context {
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
    min-width: 300px;
    max-width: 700px;
    font-size: 16px
}

.com-dialog-confirm .dialog-confirm-box > .btn-bar {
    margin: 20px 0 0;
    text-align: center
}

    .com-dialog-confirm .dialog-confirm-box > .btn-bar > button {
        line-height: 32px;
        padding: 0 30px;
        border: none;
        background-color: #37B5F8;
        color: #fff;
        border-radius: 5px
    }

        .com-dialog-confirm .dialog-confirm-box > .btn-bar > button.cancel {
            background-color: #999
        }

        .com-dialog-confirm .dialog-confirm-box > .btn-bar > button + button {
            margin-left: 20px
        }

.com-dialog-confirm .com-dialog-template > .table > .table-cell > .dialog-box > .close {
    display: none
}

.com-dialog-content .dialog-alert-box > .alert-context, .com-dialog-content .dialog-alert-box > .alert-title {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.com-dialog-content .dialog-alert-box > .alert-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700
}

.com-dialog-content .dialog-alert-box > .alert-context {
    margin: 20px auto;
    line-height: 28px;
    min-width: 300px;
    max-width: 700px;
    font-size: 16px
}

.com-dialog-content .dialog-alert-box > .btn-bar {
    margin: 30px 0 0;
    text-align: center
}

    .com-dialog-content .dialog-alert-box > .btn-bar > button {
        line-height: 40px;
        padding: 0 30px;
        border: none;
        background-color: #37B5F8;
        color: #fff;
        border-radius: 5px
    }

.container .frame-l-r > .left .com-part > .part-title, .container .frame-l-r > .left .com-part > .part-title .more {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
}

.container {
    min-width: 1200px;
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

    .container.hide-main > .com-layout-article, .container.hide-main > .com-layout-footer, .container.hide-main > .com-layout-header, .container.hide-main > .page-description {
        display: none
    }

    .container > .disabled-mask {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 10000
    }

    .container > .page-description {
        order: 9;
        color: #d4d4d4;
        padding: .2rem .2rem 0;
        line-height: 1.1;
        font-size: .2rem;
        text-align: justify
    }

    .container .none-data-block {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        background-color: #fff
    }

        .container .none-data-block:before {
            display: block;
            content: '';
            width: 100%;
            height: 2.4rem;
            background: url("../files/2bfc1afb1a3286765503120c3f3ce493.png") center top no-repeat;
            background-size: 2.8rem
        }

        .container .none-data-block:after {
            display: block;
            content: '暂无数据~';
            text-align: center;
            color: #999
        }

    .container .img-w {
        background: url("../files/3605c834d811edb90322db2cc35ce432.png") center no-repeat;
        background-size: 50%
    }

        .container .img-w img {
            background: 0 0
        }

    .container img {
        /*background: url("../files/3605c834d811edb90322db2cc35ce432.png") center no-repeat;*/
        background-size: 40%
    }

    .container .lw {
        width: 1200px;
        margin: 0 auto
    }

    .container .page-empty-data {
        height: 440px;
        position: relative;
        background-color: #fff
    }

        .container .page-empty-data span {
            position: absolute;
            height: 340px;
            left: 0;
            width: 100%;
            bottom: 50px;
            top: 50%;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            text-align: center;
            color: #999;
            padding-top: 270px
        }

            .container .page-empty-data span:before {
                display: block;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 300px;
                background: url("../files/2bfc1afb1a3286765503120c3f3ce493.png") center 30px no-repeat;
                background-size: 280px
            }

    .container .anchorBL {
        display: none
    }

    .container .BMap_pop {
        margin-top: -18px
    }

    .container .no-data {
        margin: 30px;
        background: url("../files/5ea67e666b49e3efd7e124f20983b7f3.png") center top no-repeat;
        background-size: 50px 50px;
        padding-top: 60px;
        text-align: center;
        color: #999
    }

    .container .frame-l-r:after, .container .frame-l-r:before {
        display: table;
        content: " "
    }

    .container .frame-l-r:after {
        clear: both
    }

    .container .frame-l-r > .left {
        width: 860px
    }

        .container .frame-l-r > .left.no-float {
            float: none;
            width: 100%
        }

        .container .frame-l-r > .left .com-part {
            margin: 40px 0
        }

            .container .frame-l-r > .left .com-part > .part-title {
                line-height: 22px;
                margin-bottom: 20px;
                font-size: 18px;
                font-weight: 400
            }

                .container .frame-l-r > .left .com-part > .part-title .more {
                    float: right;
                    margin-right: 10px;
                    font-size: 14px;
                    color: #999
                }

                    .container .frame-l-r > .left .com-part > .part-title .more:hover {
                        color: #37B5F8
                    }

    .container .frame-l-r > .right {
        width: 294px
    }

        .container .frame-l-r > .right .com-part {
            margin: 20px 0
        }

            .container .frame-l-r > .right .com-part .part-title {
                line-height: 48px;
                padding: 0 10px;
                background-color: #FAFAFA;
                font-weight: 400
            }

                .container .frame-l-r > .right .com-part .part-title .more {
                    float: right;
                    margin-right: 10px;
                    font-size: 14px;
                    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
                    color: #999
                }

    .container .news-page .frame-l-r > .left .com-part > .part-title, .container .news-page .frame-l-r > .right .com-part > .part-title {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e9e9e9;
        font-size: 20px;
        font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .container .frame-l-r > .right .com-part .part-title .more:hover {
        color: #37B5F8
    }

    .container .news-page .frame-l-r > .left .com-part {
        margin-top: 20px
    }

    .container .news-page .frame-l-r > .right .com-part {
        margin-bottom: 40px
    }

        .container .news-page .frame-l-r > .right .com-part > .part-title {
            line-height: 22px;
            padding-left: 0;
            background-color: transparent
        }

    .container .common-paging-w {
        margin: 30px auto;
        text-align: center
    }

    .container .star-w-s {
        width: 90px;
        height: 20px;
        margin: 10px 0;
        background: url("../files/109f4167a600727d6976ae03c64a5560.png") left center no-repeat
    }

        .container .star-w-s > .bfb {
            height: 100%;
            background: url("../files/26170a2c1308047cbc25d47cc860cd1e.png") left center no-repeat
        }

    .container .star-w-m {
        width: 110px;
        height: 20px;
        margin: 10px 0;
        background: url("../files/640300a3de1e321ebd4331beff89dbf5.png") left center no-repeat
    }

        .container .star-w-m > .bfb {
            height: 100%;
            background: url("../files/262f18b1534a40799268d9370f67726d.png") left center no-repeat
        }
