.text-red {
    color: #ff646f;
}

a.text-red:hover {
    color: #fc3644;
}

.text-green {
    color: #18b88c;
}

a.text-green:hover {
    color: #19c395;
}

.text-orange {
    color: #f66301;
}

a.text-orange:hover {
    color: #ff8635;
}

.text-yellow {
    color: #ff0;
}

a.text-yellow:hover {
    color: #ff3;
}

.text-blue {
    color: #3399ff;
}

a.text-blue:hover {
    color: #4fa4f9;
}

.text-purple {
    color: #9933ff;
}

a.text-purple:hover {
    color: #a247fd;
}


/* 弹性布局 */


/* flex布局 */

.flex-column {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.flex-row {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

.flex {
    flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
}

.flex-shrink {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #5e5e5e;
    background-color: #ffffff;
} */

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    resize: none;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0885ff;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after,
.row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-underline {
    text-decoration: underline;
}

.text-line-through {
    text-decoration: line-through;
}

.text-gray {
    color: #999 !important;
}

.text-gray-light {
    color: #ccc !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.show-xs {
    display: none;
}

@media (max-width: 768px) {
    .main {
        overflow-x: hidden;
    }
    .hidden-xs {
        display: none !important;
    }
    .show-xs {
        display: block !important;
    }
}


/* GRID */

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

#header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
}

#container {
    padding-top: 75px;
}

.page-container {
    min-height: 500px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    #container {
        padding-top: 60px;
    }
    #footer {
        padding-bottom: 55px;
    }
}


/* HEADER */

.site-header {
    height: 75px;
}

.site-header>.main {
    padding: 16px 15px;
}

.site-header .header-logo {
    display: block;
}

.site-header .header-logo img {
    max-width: 240px;
    height: 45px;
}

.site-header .header-btn {
    margin: 4px 35px;
    background: #0885ff;
    border-radius: 50px;
    padding: 10px;
    line-height: 16px;
    height: 36px;
}

.site-header .header-btn a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.site-header .header-btn a:hover {
    color: #fce177;
}

.site-header .header-btn a:first-child {
    border-left: 0 !important;
}

.site-header .header-nav>a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 16px;
    color: #000;
}

.site-header .header-nav>a:hover,
.site-header .header-nav>a.active {
    color: #0885ff;
}

.site-header .header-nav>a.active {
    font-weight: 750;
}

.site-header .header-nav>a.hot {
    background-repeat: no-repeat;
    background-image: url("../fonts/49786e558c474061a8c8bc9ee80195e7.woff");
    background-position: 70px -5px;
}

@media (max-width: 768px) {
    .site-header {
        height: 60px;
    }
    .site-header .main {
        padding: 8px 5px;
    }
    .site-header .header-logo {
        padding: 8px;
    }
    .site-header .header-logo img {
        max-width: 160px;
        max-height: 30px;
    }
    .site-header .header-nav {
        display: none;
    }
    .site-header .header-btn {
        margin: 10px !important;
        padding: 6px;
        height: 30px;
        background: #4889ff;
    }
    .site-header .header-btn a {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
    .site-header .header-btn a:hover {
        color: #fce177;
    }
}

.page-title {
    height: 200px;
    color: #fff;
    padding-top: 60px;
    background: #0885ff;
}

.page-title h1 {
    font-size: 40px;
    padding: 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-title .inner {
    margin: 0 -30px;
    height: 140px;
    position: relative;
}

.page-title .inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    margin: -10px;
    height: 40px;
    width: 100%;
    background: #fff;
}


/* FOOTER */

.site-footer {
    background-color: #000;
    color: #777777;
}

.site-footer .footer-panel {
    padding: 40px 15px 15px 15px;
}

.site-footer a {
    color: #999;
}

.site-footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.site-footer h3 {
    font-size: 18px;
    color: #fff;
}

.site-footer .qrcode {
    text-align: center;
}

.site-footer .qrcode>img {
    border: 5px #fff solid;
    height: 120px;
    text-align: center;
}

.site-footer .friends>a {
    display: inline-block;
    margin-left: 6px;
}

.site-footer .copyright {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #303030;
}

#navbar {
    display: none;
    z-index: 99;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 55px;
    background-color: #fff;
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px #ddd solid;
}


/* 
#navbar>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    text-align: center;
    padding: 6px;
    line-height: 1.1;
    color: #919191;
}

#navbar>a.active {
    color: #FF6700;
}

#navbar>a.active .icon-home:before {
    content: '\e600' !important;
}

#navbar>a.active .icon-price:before {
    content: '\e6cf' !important;
}

#navbar>a.active .icon-cube:before {
    content: '\e64c' !important;
}

#navbar>a.active .icon-message:before {
    content: '\e613' !important;
} */

#navbar .icon {
    font-size: 24px !important;
    display: block;
    margin: 0 auto;
}

#navbar span {
    font-size: 0.8em;
}

@media (max-width: 768px) {
    #navbar {
        flex: 1;
        -ms-flex: 1;
        -moz-flex: 1;
        -webkit-flex: 1;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.footer-user {
    color: #fff;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d95ff), to(#1e78ff));
    background-image: linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    background-image: -o-linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2d95ff, endColorstr=#1e78ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}

.footer-user h2 {
    font-size: 35px;
    font-weight: 700;
}

.footer-user h3 {
    font-size: 15px;
}

.footer-user h3 b {
    color: #fec84d;
    margin-right: 10px;
}

.footer-user>.main {
    padding: 50px 15px;
    background: url(../images/1583289123689v8agfxcogemk0as.png) no-repeat center center;
}

.footer-user .btn-wrap {
    padding-top: 25px;
}

.footer-user .btn-wrap .btn {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 6px 60px;
    border-radius: 30px;
}

.footer-user .btn-wrap .btn:hover {
    text-decoration: none;
    background: #fec84d;
}

@media (max-width: 768px) {
    .footer-user>.main {
        padding: 25px 0;
        background-size: auto 100%;
    }
    .footer-user h2 {
        font-size: 1.1em;
    }
    .footer-user h3 {
        font-size: 0.85em;
    }
    .footer-user .btn-wrap {
        padding-top: 25px;
    }
    .footer-user .btn-wrap .btn {
        padding: 3px 45px;
        border-radius: 2px;
    }
}

.side-contact {
    position: fixed;
    top: 280px;
    right: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    width: 68px;
    z-index: 2;
}

.side-contact li {
    width: 70px;
    text-align: center;
    line-height: 1.2;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.side-contact li>.icon {
    font-size: 32px;
}

.side-contact .link {
    height: 80px;
}

.side-contact .link .icon {
    color: #fff;
}

.side-contact .link span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.side-contact .link .fix {
    padding: 0 10px;
    position: absolute;
    left: -210px;
    top: 0;
    text-align: center;
}

.side-contact .link:hover .block {
    display: block;
}

.side-contact .block {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    width: 190px;
    height: 252px;
    padding: 15px 0;
    border-radius: 3px;
    display: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.side-contact .block:after {
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -15px;
}

.side-contact .link-qq {
    background-color: #03bbff;
}

.side-contact .link-qq .block:after {
    top: 35px;
}

.side-contact .link-qq p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-contact .link-qq img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.side-contact .link-qq .time {
    color: #999999;
    margin-bottom: 15px;
}

.side-contact .link-qq .qq-btn {
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #FF4711;
    margin-bottom: 15px;
}

.side-contact .link-wechat {
    background-color: #00d1a2;
}

.side-contact .link-wechat .block:after {
    top: 111px;
}

.side-contact .link-wechat h6 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.side-contact .link-wechat p {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.side-contact .link-wechat p span {
    color: #ff4546;
}

.side-contact .link-wechat img {
    width: 140px;
    height: 140px;
}

.side-contact .link-top {
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.side-contact .link-top .icon-top {
    color: #c6c6c6;
}

.side-contact .link-top span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.page-section {
    float: left;
    width: 100%;
}

.page-section-inner {
    padding-right: 310px;
}

.page-side {
    float: right;
    margin-left: -280px;
    width: 280px;
    padding-bottom: 60px;
}

.page-side h2 {
    padding: 20px 0;
    border-bottom: #ddd solid 1px;
}

.page-side .comment-box p {
    line-height: 1.5;
    color: #333;
    margin-bottom: 6px;
}

.page-side .comment-box div {
    color: #ccc;
    font-size: 0.8em;
}

.page-crumbs {
    padding: 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-crumbs>em {
    color: #ccc;
    font-style: normal;
    margin: 0 6px;
}

.line {
    border-top: 1px #eee solid;
    padding-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .page-crumbs {
        padding: 10px 0;
    }
    .article-search {
        margin-right: 15px;
    }
    .page-section {
        float: none;
    }
    .page-section-inner {
        padding-right: 0;
    }
}

.page-task .task-timer .item {
    background-color: #f6f6f6;
    margin: 5px -10px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.page-task .task-timer .title {
    color: #ccc;
    background-color: #eee;
}

.page-task .task-table {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 6px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-group .form-label {
    text-align: right;
    color: #aaa;
    padding-top: 7px;
}

.form-group .form-control-static {
    padding-top: 7px;
}

.side-daoshi {
    padding: 20px 0;
    background-color: #0885ff;
    margin-bottom: 20px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
}

.side-daoshi .daoshi-title {
    margin-bottom: 12px;
    width: auto;
    margin: 0 2px;
    padding: 6px 0;
    color: #000;
    background-color: #fff;
}

.side-daoshi .daoshi-pic {
    font-size: 0.9em;
    color: #b8d1ff;
    letter-spacing: 3px;
}

.side-daoshi .daoshi-pic .icon {
    vertical-align: middle;
}

.side-daoshi .daoshi-pic>img {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
}

.side-daoshi .daoshi-info {
    font-size: 16px;
    margin-bottom: 15px;
}


/* INDEX PAGE*/

.slide-box {
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slide-box .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 6px;
    z-index: 1;
}

.slide-box .hd ul {
    text-align: center;
}

.slide-box .hd ul li {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    width: 80px;
    background: transparent;
}

.slide-box .hd ul li:before {
    content: '';
    display: block;
    height: 12px;
    margin-top: 9px;
    background: rgba(180, 180, 180, 0.6);
}

.slide-box .hd ul li.on:before {
    background: #f3f3f3;
}

.slide-box .tempWrap {
    height: 100%;
}

.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box .bd ul {
    height: 100%;
}

.slide-box .bd li {
    zoom: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide-box .bd a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-slide-mobile {
    display: none;
}

@media (max-width: 768px) {
    .index-slide-mobile {
        display: block;
    }
    .slide-box .hd ul li {
        width: 12px;
    }
    .slide-box .hd ul li:before {
        border-radius: 6px;
    }
    .slide-box .hd ul li.on {
        width: 24px;
    }
    .slide-box .bd li {
        background-size: 100% 100%;
    }
}

.site-title {
    text-align: center;
    padding: 30px;
}

.site-title h2 {
    height: 50px;
    margin-bottom: 10px;
    background: url(../images/1583312575348lw7gpcmt1u0haop.png) no-repeat center 0;
    font-size: 0;
}

.site-title h2.title-1 {
    background-position: center 0;
}

.site-title h2.title-2 {
    background-position: center -240px;
}

.site-title h2.title-3 {
    background-position: center -160px;
}

.site-title h2.title-4 {
    background-position: center -80px;
}

.site-title h2.title-5 {
    background-position: center -320px;
}

.site-title small {
    font-size: 16px;
}

.site-title.white {
    color: #fff;
}

@media (max-width: 768px) {
    .site-title {
        padding: 15px;
    }
    .site-title h2 {
        height: 20px;
        margin-bottom: 6px;
        background-size: 300px auto;
    }
    .site-title h2.title-2 {
        background-position: center -120px;
    }
    .site-title h2.title-3 {
        background-position: center -80px;
    }
    .site-title h2.title-4 {
        background-position: center -40px;
    }
    .site-title h2.title-5 {
        background-position: center -160px;
    }
    .site-title small {
        font-size: 0.8em;
    }
}

.btn-wrap .btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 50px;
    font-size: 18px;
    top: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-wrap .btn:hover {
    top: -8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.index-section-1 {
    padding: 60px 0;
    overflow-x: hidden;
}

.index-section-1 .inner {
    padding: 0 30px;
}

.index-section-1 .card {
    border: 1px solid #fec239;
    padding: 15px;
    text-align: center;
    margin: 0 -7px 16px -7px;
    height: 240px;
    border-radius: 6px;
}

.index-section-1 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.index-section-1 .card .d-icon {
    padding-top: 10px;
    height: 100px;
}

.index-section-1 .card .d-icon svg {
    width: 64px;
    height: 64px;
    margin: 10px auto;
}

.index-section-1 .card .d-icon svg.icon-1 {
    width: 80px;
    height: 80px;
    margin: auto;
}

.index-section-1 .card .d-text {
    font-size: 0.85em;
}

.index-section-1 .btn-wrap {
    text-align: center;
    padding-top: 15px;
}

.index-section-1 .btn-wrap .btn {
    background: #2d95ff;
    color: #fff;
}

@media (max-width: 768px) {
    .index-section-1 {
        padding: 30px 0;
    }
    .index-section-1 .inner {
        padding: 0 20px;
    }
    .index-section-1 .card {
        padding: 8px;
        height: 200px;
        margin: 0 -12px 6px -12px;
    }
    .index-section-1 .card h3 {
        font-size: 1.1em;
        margin-bottom: 6px;
    }
    .index-section-1 .card .d-icon {
        padding-top: 10px;
        height: 70px;
    }
    .index-section-1 .card .d-icon svg {
        width: 48px;
        height: 48px;
        margin: 6px auto;
    }
    .index-section-1 .card .d-icon svg.icon-1 {
        width: 60px;
        height: 60px;
    }
    .index-section-1 .card .d-text {
        font-size: 0.75em;
    }
}

.index-section-2 {
    padding: 60px 0;
    overflow-x: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d95ff), to(#1e78ff));
    background-image: linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    background-image: -o-linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2d95ff, endColorstr=#1e78ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}

.index-section-2 .bg {
    background: url(../images/1583463815691bxc98x2o05ofbqa.png) no-repeat;
    width: 688px;
    height: 420px;
}

.index-section-2 h3 {
    background: url(../images/15834756394384qytyo7fcai6skb.png) no-repeat;
    height: 50px;
    font-size: 0;
    margin-bottom: 10px;
}

.index-section-2 h3.title-1 {
    background-position: 0 0;
}

.index-section-2 h3.title-2 {
    background-position: 0 -109px;
}

.index-section-2 h3.title-3 {
    background-position: 0 -222px;
}

.index-section-2 h3.title-4 {
    background-position: 0 -337px;
}

.index-section-2 .info {
    padding: 30px 35px;
    border-radius: 25px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.index-section-2 .info p {
    margin: 0 0 10px 5px;
}

.index-section-2 .btn-wrap {
    padding: 45px;
    text-align: center;
}

.index-section-2 .btn-wrap .btn {
    background: #fff;
    color: #1e78ff;
    font-size: 18px;
}

@media (max-width: 768px) {
    .index-section-2 {
        padding: 30px 0 80px 0;
        position: relative;
        overflow: hidden;
    }
    .index-section-2 h3 {
        background-size: 146px auto;
        height: 34px;
        margin-bottom: 3px;
    }
    .index-section-2 h3.title-2 {
        background-position: 0 -72px;
    }
    .index-section-2 h3.title-3 {
        background-position: 0 -148px;
    }
    .index-section-2 h3.title-4 {
        background-position: 0 -224px;
    }
    .index-section-2 .info {
        margin: 0 25px;
        padding: 15px;
        font-size: 0.8em;
    }
    .index-section-2 .info li {
        margin-bottom: 20px;
    }
    .index-section-2 .btn-wrap {
        position: relative;
        z-index: 1;
    }
    .index-section-2:after {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/1583463815691bxc98x2o05ofbqa.png) no-repeat center top;
        background-size: 100% auto;
        width: 100%;
        padding-top: 30%;
        left: 0;
        bottom: 0;
    }
}

.index-section-3 {
    padding: 60px 0;
    overflow-x: hidden;
}

.index-section-3 .step-box {
    margin-top: 30px;
}

.index-section-3 .content {
    padding: 50px 0;
}

.index-section-3 .bg {
    background: url(../images/1583485908457cm91swbqyjbkebe.png) no-repeat;
    width: 485px;
    margin: auto;
    height: 400px;
}

.index-section-3 .hd {
    height: 58px;
    cursor: default;
    line-height: 58px;
    color: #fff;
}

.index-section-3 .hd ul {
    height: 100%;
    background: #a1d0ff;
    border-radius: 20px 20px 0 0;
}

.index-section-3 .hd li {
    text-align: center;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    font-style: italic;
}

.index-section-3 .hd li em {
    font-size: 25px;
    vertical-align: bottom;
    margin-right: 10px;
}

.index-section-3 .hd li.on {
    background: #2d95ff;
}

.index-section-3 .bd {
    border-radius: 0 0 20px 20px;
    border: 1px #2d95ff solid;
    border-top: 0;
    height: 250px;
}

.index-section-3 .bd .inner {
    padding: 0 35px 35px 35px;
    color: #777;
}

.index-section-3 .bd h4 {
    padding: 35px 35px 0 35px;
    height: 100px;
    font-size: 16px;
    color: #000;
}

.index-section-3 .bd h3 {
    font-weight: 700;
    color: #2d95ff;
    font-size: 18px;
}

.index-section-3 .btn-wrap {
    padding-top: 45px;
}

.index-section-3 .btn-wrap .btn {
    background: #1e78ff;
    color: #fff;
    padding: 10px 60px;
    font-size: 22px;
    letter-spacing: 3px;
}

.index-section-3 .mobile-bd {
    display: none;
}

.index-section-3 .mobile-bd h3 {
    display: inline-block;
    background: #f00;
    color: #fff;
    padding: 3px 12px;
    font-weight: 700;
    border-radius: 20px 20px 20px 0;
}

.index-section-3 .mobile-bd h3.title-1 {
    background: #2d95ff;
}

.index-section-3 .mobile-bd h3.title-2 {
    background: #fec239;
}

.index-section-3 .mobile-bd h3.title-3 {
    background: #4ed699;
}

.index-section-3 .mobile-bd em {
    margin-right: 10px;
}

.index-section-3 .mobile-bd li {
    height: 120px;
}

.index-section-3 .mobile-bd .img-wrap {
    width: 150px;
    text-align: center;
}

.index-section-3 .mobile-bd .img {
    height: 100px;
    width: 100px;
    display: inline-block;
    background: url(../images/index_3.png) no-repeat center 0;
    background-size: 100% auto;
}

.index-section-3 .mobile-bd .img.img-2 {
    background-position: center -110px;
}

.index-section-3 .mobile-bd .img.img-3 {
    background-position: center -220px;
}

.index-section-3 .mobile-bd p {
    font-size: 0.85em;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .index-section-3 {
        padding: 30px 0;
    }
    .index-section-3 .hd,
    .index-section-3 .bg {
        display: none;
    }
    .index-section-3 .mobile-bd {
        display: block !important;
    }
    .index-section-3 .content {
        padding: 0;
    }
    .index-section-3 .btn-wrap {
        padding-top: 0;
        text-align: center;
    }
    .index-section-3 .btn-wrap .btn {
        background: #1e78ff;
        color: #fff;
        padding: 6px 30px;
        font-size: 18px;
    }
}

.index-section-4 {
    padding-top: 60px;
    overflow-x: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d95ff), to(#1e78ff));
    background-image: linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    background-image: -o-linear-gradient(to bottom, #2d95ff 0, #1e78ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2d95ff, endColorstr=#1e78ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}

.index-section-4 .home-duibi {
    position: relative;
    height: 650px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: url(../images/1583739671719zf1jzaxfuxonitk.png) no-repeat center center;
}

.index-section-4 .inner {
    height: 650px;
    position: absolute;
    left: 50%;
    margin-left: -491px;
    background: url(../images/15839918155494obohjrjxot0ikd.png) no-repeat center bottom;
    padding-top: 61px;
}

.index-section-4 .tab {
    height: 40px;
    margin-bottom: 50px;
    letter-spacing: 0;
    text-align: center;
}

.index-section-4 .tab a {
    background: #e3e3e3;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    margin: 0;
    color: #5e5e5e;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}

.index-section-4 .tab a.active {
    color: #fff;
    background: #0885ff;
    padding: 0 50px;
}

.index-section-4 .money {
    padding: 50px 0 0 332px;
}

.index-section-4 .money ul {
    width: 685px;
}

.index-section-4 .money li {
    height: 108px;
}

.index-section-4 .money .number {
    line-height: 33px;
    font-size: 20px;
}

.index-section-4 .money i.icon {
    font-size: 9px !important;
    vertical-align: middle;
}

.index-section-4 .money .small {
    line-height: 1.8;
    padding-left: 32px;
    font-size: 12px;
}

.index-section-5 {
    padding: 30px 0;
    text-align: center;
}

.index-section-5 .img {
    display: block;
    height: 180px;
    background: url(../images/15840833809421nwqrvlmzvxpfk0.png) no-repeat center center;
    background-size: 50% auto;
}

.index-section-5 .text {
    display: block;
}

.index-section-5 .text span {
    display: inline-block;
    font-style: italic;
    font-size: 20px;
    color: #000;
    vertical-align: middle;
}

.index-section-5 .text b {
    font-weight: 700;
    display: inline-block;
    color: #0885ff;
    font-size: 30px;
    vertical-align: middle;
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
}

.index-news {
    padding: 60px 0;
}

.index-news .head {
    height: 45px;
    line-height: 42px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-bottom: 20px;
}

.index-news .head li {
    float: left;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
}

.index-news .head li.on {
    line-height: 42px;
    border-bottom: 3px solid #fec84d;
}

.index-news .news-list {
    text-align: left;
}

.index-news .news-list .news-pic {
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.index-news .news-list .news-item {
    position: relative;
    display: block;
    margin: 0 -7px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    color: #303030;
    top: 0;
}

.index-news .news-list .news-item:hover {
    top: -8px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.05);
}

.index-news .news-list .time,
.index-news .news-list .preview {
    padding: 5px 0 5px 24px;
    float: left;
    width: 50%;
    font-size: 0.75em;
    background-position: 0;
    background-repeat: no-repeat;
}

.index-news .news-list .time {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzE2JyBoZWlnaHQ9JzE2Jz48cGF0aCBkPSdNNTExLjg1MDEwMyAwYy0yODIuMjE3MzE5IDAtNTExLjg1MDA0NCAyMjkuNjMyNzI1LTUxMS44NTAwNDQgNTExLjg1MDA0NHMyMjkuNjMyNzI1IDUxMS44NTAwNDQgNTExLjg1MDA0NCA1MTEuODUwMDQ0IDUxMS44NTAwNDQtMjI5LjYzMjcyNSA1MTEuODUwMDQzLTUxMS44NTAwNDQtMjI5LjYzMjcyNS01MTEuODUwMDQ0LTUxMS44NTAwNDMtNTExLjg1MDA0NHogbTAgOTQ1LjAyMzEzOEMyNzMuMDIwMDcyIDk0NS4wMjMxMzggNzguNjc3MDA5IDc1MC42ODAwNzQgNzguNjc3MDA5IDUxMS45NTAwMTVjMC0yMzguODMwMDMgMTk0LjI0MzA5My00MzMuMDczMTIzIDQzMy4wNzMxMjMtNDMzLjA3MzEyM0M3NTAuNTgwMTYyIDc4Ljc3NjkyMSA5NDQuOTIzMjI2IDI3My4xMTk5ODQgOTQ0LjkyMzIyNiA1MTEuOTUwMDE1IDk0NC45MjMyMjYgNzUwLjY4MDA3NCA3NTAuNTgwMTYyIDk0NS4wMjMxMzggNTExLjg1MDEwMyA5NDUuMDIzMTM4eicgZmlsbD0nIzk5OTk5OSc+PC9wYXRoPjxwYXRoIGQ9J001MzEuNDQ0MzYyIDI5NS4zMTM0ODJoLTc4LjY3Njk1djMxNS4wMDc3MTNoMzE1LjAwNzcxMnYtNzguNzc2OTIxSDUzMS40NDQzNjJ6JyBmaWxsPScjOTk5OTk5Jz48L3BhdGg+PC9zdmc+");
}

.index-news .news-list .preview {
    background-image: url("../fonts/558c125861d54575b1244f4f21f78951.woff");
}

.index-news .news-list .news-title {
    border: 1px solid #e2e2e2;
    padding: 18px;
    height: 140px;
    border-radius: 0 0 6px 6px;
}

.index-news .news-list .news-title h4 {
    height: 55px;
}

.index-news .news-inner {
    padding: 15px;
}

.index-news .quesion-list li {
    padding: 10px 0;
}

.index-news .quesion-list .title {
    text-indent: -2em;
    padding-left: 2em;
}

.index-news .quesion-list .title:before {
    content: '问：';
    color: #f40;
}

.index-news .quesion-list .content {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-indent: -2em;
    padding-left: 2em;
}

.index-news .quesion-list .content:before {
    content: '答：';
    color: #0885ff;
}

.index-news .comment-list {
    border-width: 0 1px;
    border-color: #e0e0e0;
    border-style: solid;
    font-size: 12px;
}

.index-news .comment-list>li {
    position: relative;
    margin: 0 15px;
    border-bottom: 1px dashed #e0e0e0;
    height: 100px;
}

.index-news .comment-list .pic {
    position: absolute;
    left: 0;
    top: 8px;
}

.index-news .comment-list .pic img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
}

.index-news .comment-list .name {
    padding: 12px 0 0 50px;
    height: 52px;
}

.index-news .comment-list .time {
    color: #c6c6c6;
}

.index-news .comment-list .star {
    clear: both;
}

.index-news .comment-list .comment-body {
    padding: 0;
    line-height: 1.5;
}

.index-task {
    background: #f7f8fa;
    padding: 30px 0;
    color: #000;
}

.index-task .site-tag {
    font-size: 12px;
    color: #f00;
    border: 1px solid #f00;
    padding: 0 3px;
}

.index-task .time {
    color: #aaa;
}

.index-task .sider {
    height: 72px;
    padding-top: 15px;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}

.index-task .sider:before {
    display: block;
    content: '';
    margin: 0 auto 5px auto;
    background: url('../images/1584523422895lhpdeogdpzbvxbk.png') no-repeat center center;
    width: 126px;
    height: 27px;
}

.index-task h3 {
    margin: 12px 8px 12px 0;
    border: 2px solid #ff4546;
    color: #ff4546;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 5px 0 5px 2px;
    border-radius: 5px;
}

.index-task .viewer {
    height: 72px;
    overflow: hidden;
}

.index-task .viewer li {
    height: 72px;
    line-height: 20px;
    padding: 6px;
    cursor: pointer;
}

.index-task .viewer .time,
.index-task .viewer .name {
    font-size: 12px;
    color: #999;
}


/* PRICE PAGE*/

.page-price {
    text-align: center;
}

.page-price .price-title {
    height: 360px;
    color: #fff;
    padding-top: 60px;
    background: url(../images/1583981710430znlbtdudzzaj307.jpg) no-repeat center bottom #097aff;
}

.page-price .price-title h1 {
    font-size: 40px;
}

.page-price .price-title small {
    font-size: 16px;
    margin-bottom: 10px;
}

.page-price .main {
    padding-bottom: 60px;
}

.price-nav {
    text-align: center;
    padding: 30px;
    z-index: 10;
}

.price-nav>a {
    display: inline-block;
    margin: 0 -1px;
    padding: 6px 25px;
    background: #03BBFF;
    color: #fff;
}

.price-nav>a.active {
    background-color: #000;
}

.price-nav>a:first-child {
    border-radius: 25px 0 0 25px;
}

.price-nav>a:last-child {
    border-radius: 0 25px 25px 0;
}

@media (max-width: 768px) {
    .page-price .price-title {
        padding: 0;
        height: 60px;
        background: #fff;
    }
    .page-price .main {
        padding-bottom: 0;
    }
    .price-nav {
        padding: 10px;
        position: fixed;
        width: 100%;
    }
    .page-container .content {
        padding: 0 20px;
    }
}

.price-grid {
    margin-top: -81px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.price-grid th,
.price-grid td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #E0E6EB;
    vertical-align: middle;
}

.price-grid .grid-side {
    width: 20%;
    background: #5F728B;
    color: #fff;
    border-color: #546780;
    border-left: 1px #546780 solid;
}

.price-grid .grid-main {
    width: 80%;
    padding: 4px 0;
}

.price-grid .grid-row {
    flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

.price-grid .grid-cell {
    padding: 5px;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    border-right: 1px #E0E6EB solid;
}

.price-grid .grid-cell:last-child {
    border-width: 0 !important;
}

.price-grid .grid-cell b.deep {
    color: #29C7B2;
}

.price-grid .grid-cell span {
    display: none;
    text-align: right;
}

.price-grid .grid-cell span>i {
    font-style: normal;
    background-color: #5F728B;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 0.85em;
    color: #fff;
}

.price-grid .deep .grid-side {
    background: #596D88;
}

.price-grid .deep .grid-main {
    background-color: #EDF4F9;
}

.price-grid thead .grid-side,
.price-grid thead .grid-main,
.price-grid thead .grid-cell {
    background-color: #fff;
    border-color: #fff;
    color: inherit;
    height: 80px;
}

.price-grid thead .grid-cell {
    padding-top: 20px;
}

.price-grid thead small {
    font-size: 1.1em;
}

.price-grid thead h3.deep {
    color: #29C7B2;
}

@media (max-width: 768px) {
    .price-grid {
        margin-top: 0;
        border-radius: 0;
    }
    .price-grid .grid-side {
        width: 30%;
    }
    .price-grid .grid-main {
        width: 70%;
    }
    .price-grid .grid-row {
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
    .price-grid .grid-row .grid-cell {
        text-align: left;
    }
    .price-grid thead {
        display: none;
    }
    .price-grid .grid-cell {
        border-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .price-grid .grid-cell span.name {
        display: inline-block;
        width: 42%;
    }
}

.page-contact .box {
    min-height: 380px;
    margin: 50px 0;
    padding: 30px 120px;
    border-right: 1px solid #eee;
}

.page-contact .box h2 {
    margin-bottom: 30px;
}

.kefu-dialog {
    position: fixed;
    z-index: 1009;
    right: 100px;
    top: 50%;
    background: url('../images/1521194187378mjhnsygwiez4tw3.png') no-repeat;
    background-position: -100px 0;
    height: 103px;
    width: 190px;
    margin-top: -51px;
    margin-right: -100px;
    cursor: pointer;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow: hidden;
}

.kefu-dialog.close {
    -webkit-animation-name: dialogOut;
    animation-name: dialogOut;
}

.kefu-dialog>.kefu-content {
    top: 100px;
}

.kefu-dialog.open {
    cursor: inherit;
    -webkit-animation-name: dialogIn;
    animation-name: dialogIn;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.kefu-dialog.open>.kefu-content {
    top: 0;
}

.kefu-content {
    position: relative;
    width: 400px;
    height: 280px;
}

.kefu-footer {
    padding: 30px;
    text-align: center;
}

.kefu-footer>a {
    display: inline-block;
    margin: 0 10px;
    padding: 6px 30px;
    color: #fff;
    border: 1px #fff solid;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.kefu-footer>a:hover {
    background: #fff;
    color: #000;
}

.kefu-text {
    padding-top: 138px;
    padding-left: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.kefu-dialog-marker {
    position: fixed;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*.kefu-dialog{
	position: fixed;
	z-index: 1009;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 280px;
	border-radius: 10px;
	background: url('../images/1521193347777dmp1egbhcbee0vp.png') no-repeat #fff;
	margin-left: -200px;
	margin-top: -150px;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	&.out{
		-webkit-animation-name: bounceOutDown;
		animation-name: bounceOutDown;
	}
}*/

.kefu-close {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #ff6700;
    padding: 6px;
    cursor: pointer;
}

.kefu-close:before {
    content: '×';
    font-size: 30px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

@-webkit-keyframes dialogIn {
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        width: 198px;
        height: 103px;
        right: 100px;
        background-position: center 0;
        margin-right: -100px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 400px;
        height: 280px;
        right: 50%;
        margin-right: -200px;
        margin-top: -160px;
        background-position: center -102px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes dialogIn {
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        width: 198px;
        height: 103px;
        right: 100px;
        background-position: center 0;
        margin-right: -100px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 400px;
        height: 280px;
        right: 50%;
        margin-right: -200px;
        margin-top: -160px;
        background-position: center -102px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes dialogOut {
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    to {
        width: 198px;
        height: 103px;
        right: 100px;
        background-position: center 0;
        margin-right: -100px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    from {
        width: 400px;
        height: 280px;
        right: 50%;
        margin-right: -200px;
        margin-top: -160px;
        background-position: center -102px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes dialogOut {
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    to {
        width: 198px;
        height: 103px;
        right: 100px;
        background-position: center 0;
        margin-right: -100px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    from {
        width: 400px;
        height: 280px;
        right: 50%;
        margin-right: -200px;
        margin-top: -160px;
        background-position: center -102px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.kefu-wrap {
    min-height: calc(93.4%);
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.kefu-container {
    text-align: center;
    margin: auto;
    padding-bottom: 60px;
    width: 66%;
    max-width: 400px;
}

.kefu-container .pic {
    padding: 2.5rem 0;
    background: url(../images/headpic.svg) no-repeat center center;
    background-size: 6.35rem 6.35rem;
}

.kefu-container .pic>img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.kefu-container h2 {
    text-align: justify;
    font-size: 1.1rem;
    text-align-last: justify;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.kefu-container .sub {
    text-align: justify;
    text-align-last: justify;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    color: #959595;
}

.kefu-container .sub>i {
    color: #ff6700;
}

.kefu-container .title {
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.kefu-container .title .icon {
    font-size: 1.2rem;
    color: #00c93c;
}

.kefu-container .title .name {
    float: left;
}

.kefu-container .title .id {
    float: right;
}

.kefu-container .copy-btn {
    display: block;
    margin: 0 -0.5rem;
    background: #00c93c;
    font-size: 1rem;
    border-radius: 1.125rem;
    padding: 0.625rem;
    color: #fff;
    line-height: 1;
}

.kefu-modal {
    visibility: hidden;
    position: fixed;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
}

.kefu-modal .inner {
    margin: auto;
    padding: 0.25rem 0;
    background: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.kefu-modal .title {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
}

.kefu-modal .title>i {
    margin: 0 0.25rem;
    color: #ff6700;
}

.kefu-modal .bottom {
    padding: 1rem;
    color: #00c93c;
}

.page-article h2 {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.page-article .list {
    margin-bottom: 20px;
}

.page-article .list li {
    position: relative;
    padding: 20px 20px 0 20px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page-article .list li:hover {
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.page-article .list .box {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
}

.page-article .list .img {
    width: 240px;
    height: 145px;
    vertical-align: top;
    float: left;
    position: relative;
}

.page-article .list .img img {
    width: 240px;
    height: 145px;
    vertical-align: top;
}

.page-article .list .word {
    padding-left: 22px;
    overflow: hidden;
}

.page-article .list .des {
    height: 90px;
}

.page-article .list .time {
    color: #909090;
}

.page-article .quesion-list {
    padding: 25px;
}

.page-article .quesion-list .title {
    padding: 15px 0;
}

.page-article .quesion-list .title:before {
    content: '问：';
    color: #fc8d65;
}

.page-article .quesion-list .content {
    text-indent: -2em;
    padding-left: 2em;
    padding-bottom: 15px;
    border-bottom: 1px #eee solid;
}

.page-article .quesion-list .content:before {
    content: '答：';
    color: #0885ff;
}

.page-article .quesion-list .content:last-child {
    border-bottom: 0;
}

.page-article .paginate {}

.page-article .article-box ul {
    background-color: #fff;
    padding: 20px 0;
}

.page-article .article-box li {
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 150%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-article .article-box li:before {
    content: '·';
    margin-right: 6px;
    color: #A0C7FF;
}

.page-article .article-box .more {
    float: right;
    font-size: 12px;
    color: #999;
    padding-top: 4px;
}

.page-article .article-box .more>.icon {
    font-size: 12px;
}

.page-article .tags {
    padding-top: 20px;
    margin-bottom: 20px;
}

.page-article .tags>a {
    display: inline-block;
    white-space: nowrap;
    padding: 4px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
}

.page-article .article-content {
    padding-right: 30px;
}

.page-article .article-content img {
    max-width: 100%;
}

.page-article .article-sub {
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
}

.page-article .article-sub>span {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .page-article .list {
        margin-bottom: 10px;
    }
    .page-article .list li {
        left: 0px;
        padding: 12px 0 0 0;
    }
    .page-article .list .box {
        padding-bottom: 0;
        padding: 0 15px;
    }
    .page-article .list .img {
        width: 120px;
        height: 85px;
    }
    .page-article .list .img img {
        width: 120px;
        height: 80px;
    }
    .page-article .list .des {
        height: 50px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .page-article .list .time {
        display: none;
    }
    .page-article .paginate {
        position: fixed;
        width: 40px;
        bottom: 6px;
        right: 20px;
        height: auto;
        background: transparent;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
    .page-article .paginate a {
        margin-bottom: 6px;
        background: #fff;
    }
    .page-article .paginate .pagination-box a {
        display: none;
    }
    .page-article .paginate .pagination-box a.active {
        display: inline-block;
    }
    .page-article .paginate i.icon-arrow-left:before {
        content: '\e616';
    }
    .page-article .paginate i.icon-arrow-right:before {
        content: '\e645';
    }
    .page-article .page-container {
        padding-bottom: 60px;
    }
    .page-article .article-sub {
        display: none;
    }
    .page-article .article-content {
        padding-right: 0;
    }
}

.paginate {
    height: 50px;
    background-color: #f6f6f6;
    padding: 7px 20px;
    margin-bottom: 50px;
    flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

.paginate a {
    width: 36px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
}

.paginate a:hover {
    border-color: #0885ff;
}

.paginate a.disabled {
    color: #ddd;
}

.paginate a.disabled:hover {
    border-color: #ddd;
}

.paginate>a {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    border: 2px solid #ddd;
}

.paginate .pagination-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    width: 90%;
    text-align: center;
}

.paginate .pagination-box a {
    display: inline-block;
    line-height: 36px;
}

.paginate .pagination-box a:hover {
    background: #eee;
}

.paginate .pagination-box a.active {
    color: #fff;
    background: #0885ff;
}

.page-login .login-bg {
    min-height: 810px;
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #2d9eff;
}

.page-login .right-panel {
    width: 380px;
    margin: auto;
}

.page-login .left-panel {
    text-align: center;
    color: #fff;
}

.page-login .left-panel h2 {
    font-size: 40px;
    font-weight: 700;
}

.page-login .left-panel p {
    font-size: 16px;
}

.page-login .login-box {
    background: #fff;
    padding: 60px 50px;
    height: auto;
    min-height: 510px;
    border-radius: 6px;
}

.page-login .login-title h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.page-login .ll-form .ll-form-input {
    border-radius: 3px;
}

.page-login .ll-form .ll-btn {
    background: #008cff;
    border: 0;
    border-radius: 3px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.page-login .ll-form .ll-btn:active,
.page-login .ll-form .ll-btn:hover {
    background: #007ee6;
}

@media (max-width: 768px) {
    .page-login .login-bg {
        min-height: 0;
        padding: 0;
        background: #fff;
        background-size: 0 0;
    }
    .page-login .right-panel {
        width: 80%;
    }
    .page-login .login-box {
        padding: 50px 0;
    }
}

.article-search {
    float: right;
    position: relative;
}

.article-search input {
    border: 1px solid #ccc;
    padding-right: 29px;
    height: 28px;
}

.article-search .search {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../images/search_icon.png) center no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
}

.page-login .login-bg {
    height: 650px;
    padding-top: 120px;
    background: #0885ff;
}

@media (max-width: 768px) {
    .page-login .login-bg {
        height: 650px;
        padding-top: 20px;
        background: transparent;
    }
}

.left-panel {
    background: url(../images/1568433559017bbripiskm08ohlw.png) no-repeat center bottom;
}