@charset "UTF-8";
.clear,
.clearfix:after {
    height: 0;
    clear: both;
    display: block
}

.clear,
:after,
:before,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
    display: block
}

:focus,
a,
button,
input,
label,
select,
textarea {
    outline: 0
}

html,
table {
    width: 100%
}

.btn,
a,
a:hover {
    text-decoration: none
}

.clear {
    overflow: hidden
}

.clearfix:after {
    content: '\20'
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

.btn-circle,
.btn-square {
    padding: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

textarea {
    resize: none
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0;
    vertical-align: bottom
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;
    font-size: 100px
}

body {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
    background: #fff;
    overflow-x: hidden
}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block
}

body,
button,
input,
select,
textarea {
    word-wrap: break-word;
    font-family: Arial, "Times New Roman", "Microsoft Yahei", arial, Helvetica;
    font-size: 14px
}

@media screen and (max-width:768px) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 12.6px
    }
}

a,
a:hover {
    color: inherit
}

.table {
    display: table
}

.table .thead {
    display: table-caption
}

.table .tbody {
    display: table-row-group
}

.table .tr {
    display: table-row
}

.table .td,
.table .th {
    display: table-cell;
    vertical-align: inherit
}

.f-cr-base .f-cr-icon,
.f-cr-style-1 .f-cr-icon,
.team2 .more span,
.time-list li .icon i img {
    vertical-align: middle
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ccc
}

::-webkit-scrollbar-track-piece {
    background: rgba(51, 51, 51, .5);
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 10px;
    background: rgba(51, 51, 51, .7)
}

::-webkit-scrollbar-thumb {
    background: rgba(51, 51, 51, .7)
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
    background: #333;
    height: 50px;
    -webkit-border-radius: 0
}

body,
html {
    scrollbar-track-color: #ccc;
    scrollbar-face-color: #333;
    scrollbar-shadow-color: #333;
    scrollbar-arrow-color: #333;
    scrollbar-highlight-color: #c00;
    scrollbar-3dlight-color: #c00;
    scrollbar-darkshadow-color: #fff
}

.btn {
    display: inline-block;
    text-align: center;
    border: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    transition: all .6s linear
}

btn.btn,
input.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.btn-circle {
    border-radius: 50%
}

.btn-rounded {
    border-radius: 4px
}

.btn-rounded-lg {
    border-radius: 10px
}

.btn-pill {
    border-radius: 10000px
}

.btn-border,
.btn-border-thick,
.btn-border-thin {
    border-style: solid
}

.btn-border {
    border-width: 2px
}

.btn-border-thin {
    border-width: 1px
}

.btn-border-thick {
    border-width: 4px
}

.btn-3d {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-3d.active,
.btn-3d:active {
    top: 5px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    transition: all .15s;
    -webkit-box-shadow: 0 2px 0 #bbb, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #bbb, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-primary {
    color: #fff;
    background-color: #428bca
}

.btn-parent.active .btn-primary,
.btn-primary.active,
.btn-primary:active,
.no-touch .btn-primary:hover {
    color: #fff;
    background-color: #3784c5
}

.btn-primary.btn-border,
.btn-primary.btn-border-thick,
.btn-primary.btn-border-thin {
    border-color: #3784c5
}

.btn-parent.active .btn-primary.btn-border,
.btn-parent.active .btn-primary.btn-border-thick,
.btn-parent.active .btn-primary.btn-border-thin,
.btn-primary.btn-border-thick.active,
.btn-primary.btn-border-thick:active,
.btn-primary.btn-border-thin.active,
.btn-primary.btn-border-thin:active,
.btn-primary.btn-border.active,
.btn-primary.btn-border:active,
.no-touch .btn-primary.btn-border-thick:hover,
.no-touch .btn-primary.btn-border-thin:hover,
.no-touch .btn-primary.btn-border:hover {
    border-color: #357ebd
}

.btn-primary.btn-3d {
    -webkit-box-shadow: 0 7px 0 #347cb9, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #347cb9, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-primary.btn-3d,
.btn-primary.btn-3d.active,
.btn-primary.btn-3d:active,
.no-touch .btn-primary.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #2e6ea5, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #2e6ea5, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-success {
    color: #fff;
    background-color: #5cb85c
}

.btn-parent.active .btn-success,
.btn-success.active,
.btn-success:active,
.no-touch .btn-success:hover {
    color: #fff;
    background-color: #51b351
}

.btn-success.btn-border,
.btn-success.btn-border-thick,
.btn-success.btn-border-thin {
    border-color: #51b351
}

.btn-parent.active .btn-success.btn-border,
.btn-parent.active .btn-success.btn-border-thick,
.btn-parent.active .btn-success.btn-border-thin,
.btn-success.btn-border-thick.active,
.btn-success.btn-border-thick:active,
.btn-success.btn-border-thin.active,
.btn-success.btn-border-thin:active,
.btn-success.btn-border.active,
.btn-success.btn-border:active,
.no-touch .btn-success.btn-border-thick:hover,
.no-touch .btn-success.btn-border-thin:hover,
.no-touch .btn-success.btn-border:hover {
    border-color: #4cae4c
}

.btn-success.btn-3d {
    -webkit-box-shadow: 0 7px 0 #4aab4a, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #4aab4a, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-success.btn-3d,
.btn-success.btn-3d.active,
.btn-success.btn-3d:active,
.no-touch .btn-success.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #439943, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #439943, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-info {
    color: #fff;
    background-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.btn-parent.active .btn-info,
.no-touch .btn-info:hover {
    color: #fff;
    background-color: #4ebbdb
}

.btn-info.btn-border,
.btn-info.btn-border-thick,
.btn-info.btn-border-thick.active,
.btn-info.btn-border-thick:active,
.btn-info.btn-border-thin,
.btn-info.btn-border-thin.active,
.btn-info.btn-border-thin:active,
.btn-info.btn-border.active,
.btn-info.btn-border:active,
.btn-parent.active .btn-info.btn-border,
.btn-parent.active .btn-info.btn-border-thick,
.btn-parent.active .btn-info.btn-border-thin,
.no-touch .btn-info.btn-border-thick:hover,
.no-touch .btn-info.btn-border-thin:hover,
.no-touch .btn-info.btn-border:hover {
    border-color: #4ebbdb
}

.btn-info.btn-3d {
    -webkit-box-shadow: 0 7px 0 #42b6d9, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #42b6d9, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-info.btn-3d.active,
.btn-info.btn-3d:active,
.btn-parent.active .btn-info.btn-3d,
.no-touch .btn-info.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #2caed5, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #2caed5, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e
}

.btn-parent.active .btn-warning,
.btn-warning.active,
.btn-warning:active,
.no-touch .btn-warning:hover {
    color: #fff;
    background-color: #efa640
}

.btn-warning.btn-border,
.btn-warning.btn-border-thick,
.btn-warning.btn-border-thin {
    border-color: #efa640
}

.btn-parent.active .btn-warning.btn-border,
.btn-parent.active .btn-warning.btn-border-thick,
.btn-parent.active .btn-warning.btn-border-thin,
.btn-warning.btn-border-thick.active,
.btn-warning.btn-border-thick:active,
.btn-warning.btn-border-thin.active,
.btn-warning.btn-border-thin:active,
.btn-warning.btn-border.active,
.btn-warning.btn-border:active,
.no-touch .btn-warning.btn-border-thick:hover,
.no-touch .btn-warning.btn-border-thin:hover,
.no-touch .btn-warning.btn-border:hover {
    border-color: #eea236
}

.btn-warning.btn-3d {
    -webkit-box-shadow: 0 7px 0 #eea032, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #eea032, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-warning.btn-3d,
.btn-warning.btn-3d.active,
.btn-warning.btn-3d:active,
.no-touch .btn-warning.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #ec951a, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #ec951a, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-danger {
    color: #fff;
    background-color: #d9534f
}

.btn-danger.active,
.btn-danger:active,
.btn-parent.active .btn-danger,
.no-touch .btn-danger:hover {
    color: #fff;
    background-color: #d64742
}

.btn-danger.btn-border,
.btn-danger.btn-border-thick,
.btn-danger.btn-border-thin {
    border-color: #d64742
}

.btn-danger.btn-border-thick.active,
.btn-danger.btn-border-thick:active,
.btn-danger.btn-border-thin.active,
.btn-danger.btn-border-thin:active,
.btn-danger.btn-border.active,
.btn-danger.btn-border:active,
.btn-parent.active .btn-danger.btn-border,
.btn-parent.active .btn-danger.btn-border-thick,
.btn-parent.active .btn-danger.btn-border-thin,
.no-touch .btn-danger.btn-border-thick:hover,
.no-touch .btn-danger.btn-border-thin:hover,
.no-touch .btn-danger.btn-border:hover {
    border-color: #d43f3a
}

.btn-danger.btn-3d {
    -webkit-box-shadow: 0 7px 0 #d43a36, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #d43a36, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-danger.btn-3d.active,
.btn-danger.btn-3d:active,
.btn-parent.active .btn-danger.btn-3d,
.no-touch .btn-danger.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #c52f2b, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #c52f2b, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-rp {
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px
}

.btn-rp.btn-circle,
.btn-rp.btn-square {
    width: 24px
}

.btn-rp.btn-border {
    line-height: 20px
}

.btn-rp.btn-border-thin {
    line-height: 22px
}

.btn-rp.btn-border-thick {
    line-height: 16px
}

.btn-sm {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.btn-sm.btn-circle,
.btn-sm.btn-square {
    width: 30px
}

.btn-sm.btn-border {
    line-height: 26px
}

.btn-sm.btn-border-thin {
    line-height: 28px
}

.btn-sm.btn-border-thick {
    line-height: 22px
}

.btn-md {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.btn-md.btn-circle,
.btn-md.btn-square {
    width: 40px
}

.btn-md.btn-border {
    line-height: 36px
}

.btn-md.btn-border-thin {
    line-height: 38px
}

.btn-md.btn-border-thick {
    line-height: 32px
}

.btn-lg {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px
}

.btn-lg.btn-circle,
.btn-lg.btn-square {
    width: 50px
}

.btn-lg.btn-border {
    line-height: 46px
}

.btn-lg.btn-border-thin {
    line-height: 48px
}

.btn-lg.btn-border-thick {
    line-height: 42px
}

.btn-gt {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.btn-gt.btn-circle,
.btn-gt.btn-square {
    width: 60px
}

.btn-gt.btn-border {
    line-height: 56px
}

.btn-gt.btn-border-thin {
    line-height: 58px
}

.btn-gt.btn-border-thick {
    line-height: 52px
}

.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px
}

.show {
    display: block
}

.hidden {
    display: none
}

@media screen and (min-width:0px) and (max-width:1780px) {
    .gt-hidden {
        display: none
    }
    .gt-show {
        display: block
    }
    .wrapper {
        width: 100%
    }
}

@media screen and (min-width:0px) and (max-width:1480px) {
    .lg-hidden {
        display: none
    }
    .lg-show {
        display: block
    }
    .wrapper {
        width: 100%
    }
}

@media screen and (min-width:0px) and (max-width:1280px) {
    .md-hidden {
        display: none
    }
    .md-show {
        display: block
    }
    .wrapper {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .sm-hidden {
        display: none
    }
    .sm-show {
        display: block
    }
    .wrapper {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .tn-hidden {
        display: none
    }
    .tn-show {
        display: block
    }
    .wrapper {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

.f-cr-base,
.f-cr-base .f-cr-icon {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.f-cr-base .f-cr-icon .checked {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.f-cr-base .f-cr-icon .fa {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tip-box,
.tip-close {
    position: relative
}

.f-cr-base .f-cr {
    display: none
}

.f-cr-base .f-cr:checked+.f-cr-icon .checked,
.f-cr-base .f-cr:checked+.f-cr-icon .fa {
    display: block
}

.f-cr-rounded .f-cr-icon,
.f-cr-rounded .f-cr-icon .checked {
    border-radius: 4px
}

.f-cr-circle .f-cr-icon,
.f-cr-circle .f-cr-icon .checked {
    border-radius: 50%
}

.color-primary {
    color: #428bca
}

.bg-color-primary {
    background-color: #428bca
}

.color-success {
    color: #5cb85c
}

.bg-color-success {
    background-color: #5cb85c
}

.color-info {
    color: #5bc0de
}

.bg-color-info {
    background-color: #5bc0de
}

.color-warning {
    color: #f0ad4e
}

.bg-color-warning {
    background-color: #f0ad4e
}

.color-danger {
    color: #d9534f
}

.bg-color-danger {
    background-color: #d9534f
}

.color-darker {
    color: #222
}

.bg-color-darker {
    background-color: #222
}

.color-dark {
    color: #333
}

.bg-color-dark {
    background-color: #333
}

.color-gray {
    color: #555
}

.bg-color-gray {
    background-color: #555
}

.color-light {
    color: #777
}

.bg-color-light {
    background-color: #777
}

.color-lighter {
    color: #eee
}

.bg-color-lighter {
    background-color: #eee
}

.color-white {
    color: #fff
}

.bg-color-white {
    background-color: #fff
}

.color-black {
    color: #000
}

.bg-color-black {
    background-color: #000
}

.color-yellow {
    color: #ff0
}

.bg-color-yellow {
    background-color: #ff0
}

.color-red {
    color: red
}

.bg-color-red {
    background-color: red
}

.color-blue {
    color: #00f
}

.bg-color-blue {
    background-color: #00f
}

.color-0F9CFF {
    color: #0F9CFF
}

.bg-color-0F9CFF {
    background-color: #0F9CFF
}

.color-8f5ff0 {
    color: #8f5ff0
}

.bg-color-8f5ff0 {
    background-color: #8f5ff0
}

.color-999999 {
    color: #999
}

.bg-color-999999 {
    background-color: #999
}

.color-9365F1 {
    color: #9365F1
}

.bg-color-9365F1 {
    background-color: #9365F1
}

.color-B63EFF {
    color: #B63EFF
}

.bg-color-B63EFF {
    background-color: #B63EFF
}

.color-0097FF {
    color: #0097FF
}

.bg-color-0097FF {
    background-color: #0097FF
}

.color-B240FF {
    color: #B240FF
}

.bg-color-B240FF {
    background-color: #B240FF
}

.color-894CEE {
    color: #894CEE
}

.bg-color-894CEE {
    background-color: #894CEE
}

.color-7652E6 {
    color: #7652E6
}

.bg-color-7652E6 {
    background-color: #7652E6
}

.color-8F5FF0 {
    color: #8F5FF0
}

.bg-color-8F5FF0 {
    background-color: #8F5FF0
}

.color-5F38D7 {
    color: #5F38D7
}

.bg-color-5F38D7 {
    background-color: #5F38D7
}

.color-EFEFEF {
    color: #EFEFEF
}

.bg-color-EFEFEF {
    background-color: #EFEFEF
}

.color-9465F1 {
    color: #9465F1
}

.bg-color-9465F1 {
    background-color: #9465F1
}

.color-A67FF6 {
    color: #A67FF6
}

.bg-color-A67FF6 {
    background-color: #A67FF6
}

.color-F3EFFD {
    color: #F3EFFD
}

.bg-color-F3EFFD {
    background-color: #F3EFFD
}

.color-b999fd {
    color: #b999fd
}

.bg-color-b999fd {
    background-color: #b999fd
}

.color-9365f1 {
    color: #9365f1
}

.bg-color-9365f1 {
    background-color: #9365f1
}

.color-3b3b3b {
    color: #3b3b3b
}

.bg-color-3b3b3b {
    background-color: #3b3b3b
}

.color-CBCBCB {
    color: #CBCBCB
}

.bg-color-CBCBCB {
    background-color: #CBCBCB
}

.color-DDDDDD {
    color: #DDD
}

.bg-color-DDDDDD {
    background-color: #DDD
}

.color-CB67FF {
    color: #CB67FF
}

.bg-color-CB67FF {
    background-color: #CB67FF
}

.color-9777ef {
    color: #9777ef
}

.bg-color-9777ef {
    background-color: #9777ef
}

.color-27baff {
    color: #27baff
}

.bg-color-27baff {
    background-color: #27baff
}

.color-9A9A9A {
    color: #9A9A9A
}

.bg-color-9A9A9A {
    background-color: #9A9A9A
}

.color-E6E6E6 {
    color: #E6E6E6
}

.bg-color-E6E6E6 {
    background-color: #E6E6E6
}

.color-725DE0 {
    color: #725DE0
}

.bg-color-725DE0 {
    background-color: #725DE0
}

.color-0794f7 {
    color: #0794f7
}

.bg-color-0794f7 {
    background-color: #0794f7
}

.color-a061ef {
    color: #a061ef
}

.bg-color-a061ef {
    background-color: #a061ef
}

.color-27BFFF {
    color: #27BFFF
}

.bg-color-27BFFF {
    background-color: #27BFFF
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

@media screen and (max-width:768px) {
    .fs-14 {
        font-size: 12.6px
    }
}

.fs-15 {
    font-size: 15px
}

@media screen and (max-width:768px) {
    .fs-15 {
        font-size: 10.5px
    }
}

.fs-16 {
    font-size: 16px
}

@media screen and (max-width:768px) {
    .fs-16 {
        font-size: 11.2px
    }
}

.fs-18 {
    font-size: 18px
}

@media screen and (max-width:1280px) {
    .fs-18 {
        font-size: 14.4px
    }
}

@media screen and (max-width:768px) {
    .fs-18 {
        font-size: 12.6px
    }
}

.fs-20 {
    font-size: 20px
}

@media screen and (max-width:1280px) {
    .fs-20 {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .fs-20 {
        font-size: 14px
    }
}

.fs-22 {
    font-size: 22px
}

@media screen and (max-width:1280px) {
    .fs-22 {
        font-size: 17.6px
    }
}

@media screen and (max-width:768px) {
    .fs-22 {
        font-size: 15.4px
    }
}

.fs-24 {
    font-size: 24px
}

@media screen and (max-width:1280px) {
    .fs-24 {
        font-size: 19.2px
    }
}

@media screen and (max-width:768px) {
    .fs-24 {
        font-size: 16.8px
    }
}

.fs-30 {
    font-size: 30px
}

@media screen and (max-width:1480px) {
    .fs-30 {
        font-size: 24px
    }
}

@media screen and (max-width:1280px) {
    .fs-30 {
        font-size: 21px
    }
}

.fs-34 {
    font-size: 34px
}

@media screen and (max-width:1480px) {
    .fs-34 {
        font-size: 27.2px
    }
}

@media screen and (max-width:1280px) {
    .fs-34 {
        font-size: 23.8px
    }
}

.fs-36 {
    font-size: 36px
}

@media screen and (max-width:1480px) {
    .fs-36 {
        font-size: 28.8px
    }
}

@media screen and (max-width:1280px) {
    .fs-36 {
        font-size: 25.2px
    }
}

@media screen and (max-width:768px) {
    .fs-36 {
        font-size: 19.8px
    }
}

.fs-45 {
    font-size: 45px
}

@media screen and (max-width:1480px) {
    .fs-45 {
        font-size: 36px
    }
}

@media screen and (max-width:1280px) {
    .fs-45 {
        font-size: 31.5px
    }
}

@media screen and (max-width:1024px) {
    .fs-45 {
        font-size: 27px
    }
}

.fs-48 {
    font-size: 48px
}

@media screen and (max-width:1480px) {
    .fs-48 {
        font-size: 38.4px
    }
}

@media screen and (max-width:1280px) {
    .fs-48 {
        font-size: 33.6px
    }
}

@media screen and (max-width:1024px) {
    .fs-48 {
        font-size: 28.8px
    }
}

@media screen and (max-width:768px) {
    .fs-48 {
        font-size: 26.4px
    }
}

.fs-52 {
    font-size: 52px
}

@media screen and (max-width:1480px) {
    .fs-52 {
        font-size: 41.6px
    }
}

@media screen and (max-width:1280px) {
    .fs-52 {
        font-size: 36.4px
    }
}

@media screen and (max-width:1024px) {
    .fs-52 {
        font-size: 31.2px
    }
}

@media screen and (max-width:768px) {
    .fs-52 {
        font-size: 28.6px
    }
}

.fs-60 {
    font-size: 60px
}

@media screen and (max-width:1780px) {
    .fs-60 {
        font-size: 45px
    }
}

@media screen and (max-width:1480px) {
    .fs-60 {
        font-size: 36px
    }
}

@media screen and (max-width:1280px) {
    .fs-60 {
        font-size: 33px
    }
}

@media screen and (max-width:1024px) {
    .fs-60 {
        font-size: 30px
    }
}

@media screen and (max-width:768px) {
    .fs-60 {
        font-size: 27px
    }
}

.fs-72 {
    font-size: 72px
}

@media screen and (max-width:1780px) {
    .fs-72 {
        font-size: 52.5px
    }
}

@media screen and (max-width:1480px) {
    .fs-72 {
        font-size: 42px
    }
}

@media screen and (max-width:1280px) {
    .fs-72 {
        font-size: 38.5px
    }
}

@media screen and (max-width:1024px) {
    .fs-72 {
        font-size: 36px
    }
}

@media screen and (max-width:768px) {
    .fs-72 {
        font-size: 32.4px
    }
}

.fs-90 {
    font-size: 90px
}

@media screen and (max-width:1780px) {
    .fs-90 {
        font-size: 67.5px
    }
}

@media screen and (max-width:1480px) {
    .fs-90 {
        font-size: 54px
    }
}

@media screen and (max-width:1280px) {
    .fs-90 {
        font-size: 45px
    }
}

@media screen and (max-width:1024px) {
    .fs-90 {
        font-size: 40.5px
    }
}

@media screen and (max-width:768px) {
    .fs-90 {
        font-size: 36px
    }
}

.fs-100 {
    font-size: 100px
}

@media screen and (max-width:1780px) {
    .fs-100 {
        font-size: 75px
    }
}

@media screen and (max-width:1480px) {
    .fs-100 {
        font-size: 60px
    }
}

@media screen and (max-width:1280px) {
    .fs-100 {
        font-size: 50px
    }
}

@media screen and (max-width:1024px) {
    .fs-100 {
        font-size: 45px
    }
}

@media screen and (max-width:768px) {
    .fs-100 {
        font-size: 40px
    }
}

.fs-115 {
    font-size: 115px
}

@media screen and (max-width:1780px) {
    .fs-115 {
        font-size: 86.25px
    }
}

@media screen and (max-width:1480px) {
    .fs-115 {
        font-size: 69px
    }
}

@media screen and (max-width:1280px) {
    .fs-115 {
        font-size: 57.5px
    }
}

@media screen and (max-width:1024px) {
    .fs-115 {
        font-size: 51.75px
    }
}

@media screen and (max-width:768px) {
    .fs-115 {
        font-size: 46px
    }
}

.tip-box {
    line-height: 1.6em;
    color: #fff;
    padding: 15px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.tip-danger.tip-hover:hover,
.tip-warning.tip-hover:hover {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s
}

.tip-box strong {
    margin-right: 5px
}

.tip-hands {
    cursor: pointer
}

.tip-rounded {
    border-radius: 4px
}

.tip-rounded-large {
    border-radius: 1000px
}

.tip-close .tip-close-button {
    position: absolute;
    right: 15px;
    top: 50%;
    color: inherit;
    background: 0 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pop-load-default .pop-load-box,
.theme-default-alert-pop {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.tip-danger {
    background: #d9534f
}

.tip-danger.tip-hover:hover {
    background: #de6c68;
    transition: all .15s
}

.tip-danger .tip-close-button:hover {
    background: #d43a36
}

.tip-warning {
    background: #f0ad4e
}

.tip-warning.tip-hover:hover {
    background: #f2ba6a;
    transition: all .15s
}

.tip-info.tip-hover:hover,
.tip-success.tip-hover:hover {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s
}

.tip-warning .tip-close-button:hover {
    background: #eea032
}

.tip-info {
    background: #5bc0de
}

.tip-info.tip-hover:hover {
    background: #74cae3;
    transition: all .15s
}

.tip-info .tip-close-button:hover {
    background: #42b6d9
}

.tip-success {
    background: #5cb85c
}

.tip-success.tip-hover:hover {
    background: #71c171;
    transition: all .15s
}

.tip-success .tip-close-button:hover {
    background: #4aab4a
}

.tip-primary {
    background: #428bca
}

.tip-primary.tip-hover:hover {
    background: #5a9ad1;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    transition: all .15s
}

.tip-primary .tip-close-button:hover {
    background: #347cb9
}

.pop-load-default {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.pop-load-default.no-body {
    position: static
}

.pop-load-default .pop-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.theme-default-alert-pop,
.theme-default-alert-pop-close,
.theme-default-alert-pop-mask {
    position: fixed
}

.theme-default-alert-pop-mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .9)
}

.theme-default-alert-pop-close {
    top: 0;
    right: 0;
    z-index: 100
}

.theme-default-alert-pop-close .close {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.theme-default-alert-pop-close .close i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #fff
}

.theme-default-alert-pop-close .close i:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.theme-default-alert-pop-close .close i:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.theme-default-alert-pop {
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 500px;
    border-radius: 10px;
    border: 1px solid #333;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%)
}

.theme-default-alert-pop .alert-pop-title {
    padding: 10px 20px;
    background-color: #eee
}

.theme-default-alert-pop .alert-pop-content {
    padding: 25px 20px
}

.theme-default-alert-pop .alert-pop-btns>* {
    float: left;
    text-align: center
}

.pop-toast-default {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-h30,
.btn-h38 {
    padding-left: 10px;
    padding-right: 10px
}

.pop-toast-default.no-body {
    position: absolute
}

.pop-toast-default i {
    font-size: 30px
}

@media screen and (max-width:1480px) {
    .pop-toast-default i {
        font-size: 24px
    }
}

@media screen and (max-width:1280px) {
    .pop-toast-default i {
        font-size: 21px
    }
}

.pop-toast-default p {
    font-size: 16px;
    padding-top: 10px
}

@media screen and (max-width:768px) {
    .pop-toast-default p {
        font-size: 11.2px
    }
}

.icon-arrow {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(images/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 0
}

.bg-img,
.f-cr-style-1 .f-cr:checked+.f-cr-content .checked,
.f-cr-style-1 .f-cr:checked+.f-cr-content .fa,
.f-cr-style-2 .f-cr:checked+.f-cr-content .checked,
.f-cr-style-2 .f-cr:checked+.f-cr-content .fa,
.f-label,
.time-list li .date em,
.time-list li .date span {
    display: block
}

.icon-arrow.icon-1 {
    background-position: left -46px
}

.icon-arrow.icon-2 {
    background-position: left -138px
}

.icon-hover.active .icon-arrow.icon-1,
.no-touch .icon-hover:hover .icon-arrow.icon-1 {
    background-position: left 0
}

.icon-hover.active .icon-arrow.icon-2,
.no-touch .icon-hover:hover .icon-arrow.icon-2 {
    background-position: left -92px
}

.f-cr-style-1 {
    height: 25px;
    line-height: 25px
}

.f-cr-style-1 .f-cr-icon {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13)
}

.f-cr-style-1 .f-cr-icon .checked {
    width: 50%;
    height: 50%;
    background: #218FF8;
    border-radius: 4px
}

.f-cr-style-1 input[type=text] {
    visibility: hidden
}

.f-cr-style-1 .f-cr-name,
.f-cr-style-1 .f-cr:checked+.f-cr-content .f-cr-name {
    color: #fff
}

.f-cr-style-1 .f-cr:checked+.f-cr-content .f-cr-icon {
    border-color: #218FF8
}

.f-cr-style-1 .f-cr:checked+.f-cr-content input[type=text] {
    visibility: visible
}

.f-cr-style-2 {
    height: 22px;
    line-height: 22px
}

.f-cr-style-2 .f-cr-icon {
    width: 22px;
    height: 22px;
    border: 1px solid #858585;
    background-color: #fff;
    border-radius: 4px
}

.f-cr-style-2 .f-cr-icon .checked {
    width: 50%;
    height: 50%;
    background: #11274f;
    border-radius: 4px
}

.input-style-1,
.submitbtn {
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none
}

.f-cr-style-2 .f-cr-name {
    color: #333
}

.f-cr-style-2 .f-cr:checked+.f-cr-content .f-cr-name {
    color: #11274f
}

.f-cr-style-2 .f-cr:checked+.f-cr-content .f-cr-icon {
    border-color: #11274f
}

.input-style-1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background-color: #fff;
    color: #8f5ff0;
    appearance: none
}

.f-group {
    position: relative
}

.f-group .sendbtn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn-h30 {
    height: 30px;
    line-height: 30px
}

.btn-h30.btn-circle,
.btn-h30.btn-square {
    width: 30px
}

.btn-h30.btn-border {
    line-height: 26px
}

.btn-h30.btn-border-thin {
    line-height: 28px
}

.btn-h30.btn-border-thick {
    line-height: 22px
}

.btn-h38 {
    height: 38px;
    line-height: 38px
}

.btn-h40,
.btn-h46 {
    padding-left: 20px;
    padding-right: 20px
}

.btn-h38.btn-circle,
.btn-h38.btn-square {
    width: 38px
}

.btn-h38.btn-border {
    line-height: 34px
}

.btn-h38.btn-border-thin {
    line-height: 36px
}

.btn-h38.btn-border-thick {
    line-height: 30px
}

.btn-h46 {
    height: 46px;
    line-height: 46px
}

.btn-h46.btn-circle,
.btn-h46.btn-square {
    width: 46px
}

.btn-h46.btn-border {
    line-height: 42px
}

.btn-h46.btn-border-thin {
    line-height: 44px
}

.btn-h46.btn-border-thick {
    line-height: 38px
}

.btn-h40 {
    height: 40px;
    line-height: 40px
}

.btn-h40.btn-circle,
.btn-h40.btn-square {
    width: 40px
}

.btn-h40.btn-border {
    line-height: 36px
}

.btn-h40.btn-border-thin {
    line-height: 38px
}

.btn-h40.btn-border-thick {
    line-height: 32px
}

.btn-h60 {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.btn-h60.btn-circle,
.btn-h60.btn-square {
    width: 60px
}

.btn-h60.btn-border {
    line-height: 56px
}

.btn-h60.btn-border-thin {
    line-height: 58px
}

.btn-h60.btn-border-thick {
    line-height: 52px
}

.btn-h260 {
    height: 260px;
    line-height: 260px;
    padding-left: 40px;
    padding-right: 40px
}

.btn-h260.btn-circle,
.btn-h260.btn-square {
    width: 260px
}

.btn-h260.btn-border {
    line-height: 256px
}

.btn-h260.btn-border-thin {
    line-height: 258px
}

.btn-h260.btn-border-thick {
    line-height: 252px
}

.btn-style-1 {
    color: #fff;
    background-color: #9365F1
}

.btn-parent.active .btn-style-1,
.btn-style-1.active,
.btn-style-1:active,
.no-touch .btn-style-1:hover {
    color: #fff;
    background-color: #7f49ee
}

.btn-style-1.btn-border,
.btn-style-1.btn-border-thick,
.btn-style-1.btn-border-thin {
    border-color: #9365F1
}

.btn-parent.active .btn-style-1.btn-border,
.btn-parent.active .btn-style-1.btn-border-thick,
.btn-parent.active .btn-style-1.btn-border-thin,
.btn-style-1.btn-border-thick.active,
.btn-style-1.btn-border-thick:active,
.btn-style-1.btn-border-thin.active,
.btn-style-1.btn-border-thin:active,
.btn-style-1.btn-border.active,
.btn-style-1.btn-border:active,
.no-touch .btn-style-1.btn-border-thick:hover,
.no-touch .btn-style-1.btn-border-thin:hover,
.no-touch .btn-style-1.btn-border:hover {
    border-color: #7f49ee
}

.btn-style-1.btn-3d {
    -webkit-box-shadow: 0 7px 0 #7f49ee, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #7f49ee, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-1.btn-3d,
.btn-style-1.btn-3d.active,
.btn-style-1.btn-3d:active,
.no-touch .btn-style-1.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #6524eb, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #6524eb, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-2 {
    color: #fff;
    background-color: #B63EFF
}

.btn-parent.active .btn-style-2,
.btn-style-2.active,
.btn-style-2:active,
.no-touch .btn-style-2:hover {
    color: #fff;
    background-color: #aa1fff
}

.btn-style-3,
.btn-style-4 {
    background-color: transparent
}

.btn-style-2.btn-border,
.btn-style-2.btn-border-thick,
.btn-style-2.btn-border-thin {
    border-color: #B63EFF
}

.btn-parent.active .btn-style-2.btn-border,
.btn-parent.active .btn-style-2.btn-border-thick,
.btn-parent.active .btn-style-2.btn-border-thin,
.btn-style-2.btn-border-thick.active,
.btn-style-2.btn-border-thick:active,
.btn-style-2.btn-border-thin.active,
.btn-style-2.btn-border-thin:active,
.btn-style-2.btn-border.active,
.btn-style-2.btn-border:active,
.no-touch .btn-style-2.btn-border-thick:hover,
.no-touch .btn-style-2.btn-border-thin:hover,
.no-touch .btn-style-2.btn-border:hover {
    border-color: #aa1fff
}

.btn-style-2.btn-3d {
    -webkit-box-shadow: 0 7px 0 #aa1fff, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #aa1fff, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-2.btn-3d,
.btn-style-2.btn-3d.active,
.btn-style-2.btn-3d:active,
.no-touch .btn-style-2.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #9900f6, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #9900f6, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-3 {
    color: #b999fd
}

.btn-parent.active .btn-style-3,
.btn-style-3.active,
.btn-style-3:active,
.no-touch .btn-style-3:hover {
    color: #9365f1;
    background-color: transparent
}

.btn-style-3.btn-border,
.btn-style-3.btn-border-thick,
.btn-style-3.btn-border-thin {
    border-color: transparent
}

.btn-parent.active .btn-style-3.btn-border,
.btn-parent.active .btn-style-3.btn-border-thick,
.btn-parent.active .btn-style-3.btn-border-thin,
.btn-style-3.btn-border-thick.active,
.btn-style-3.btn-border-thick:active,
.btn-style-3.btn-border-thin.active,
.btn-style-3.btn-border-thin:active,
.btn-style-3.btn-border.active,
.btn-style-3.btn-border:active,
.no-touch .btn-style-3.btn-border-thick:hover,
.no-touch .btn-style-3.btn-border-thin:hover,
.no-touch .btn-style-3.btn-border:hover {
    border-color: #9365f1
}

.btn-parent.active .btn-style-4.btn-border,
.btn-parent.active .btn-style-4.btn-border-thick,
.btn-parent.active .btn-style-4.btn-border-thin,
.btn-parent.active .btn-style-5.btn-border,
.btn-parent.active .btn-style-5.btn-border-thick,
.btn-parent.active .btn-style-5.btn-border-thin,
.btn-parent.active .btn-style-speical-1.btn-border,
.btn-parent.active .btn-style-speical-1.btn-border-thick,
.btn-parent.active .btn-style-speical-1.btn-border-thin,
.btn-style-4.btn-border,
.btn-style-4.btn-border-thick,
.btn-style-4.btn-border-thick.active,
.btn-style-4.btn-border-thick:active,
.btn-style-4.btn-border-thin,
.btn-style-4.btn-border-thin.active,
.btn-style-4.btn-border-thin:active,
.btn-style-4.btn-border.active,
.btn-style-4.btn-border:active,
.btn-style-5.btn-border,
.btn-style-5.btn-border-thick,
.btn-style-5.btn-border-thick.active,
.btn-style-5.btn-border-thick:active,
.btn-style-5.btn-border-thin,
.btn-style-5.btn-border-thin.active,
.btn-style-5.btn-border-thin:active,
.btn-style-5.btn-border.active,
.btn-style-5.btn-border:active,
.btn-style-speical-1.btn-border,
.btn-style-speical-1.btn-border-thick,
.btn-style-speical-1.btn-border-thick.active,
.btn-style-speical-1.btn-border-thick:active,
.btn-style-speical-1.btn-border-thin,
.btn-style-speical-1.btn-border-thin.active,
.btn-style-speical-1.btn-border-thin:active,
.btn-style-speical-1.btn-border.active,
.btn-style-speical-1.btn-border:active,
.no-touch .btn-style-4.btn-border-thick:hover,
.no-touch .btn-style-4.btn-border-thin:hover,
.no-touch .btn-style-4.btn-border:hover,
.no-touch .btn-style-5.btn-border-thick:hover,
.no-touch .btn-style-5.btn-border-thin:hover,
.no-touch .btn-style-5.btn-border:hover,
.no-touch .btn-style-speical-1.btn-border-thick:hover,
.no-touch .btn-style-speical-1.btn-border-thin:hover,
.no-touch .btn-style-speical-1.btn-border:hover {
    border-color: #fff
}

.btn-style-3.btn-3d {
    -webkit-box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-3.btn-3d,
.btn-style-3.btn-3d.active,
.btn-style-3.btn-3d:active,
.no-touch .btn-style-3.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 transparent, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 transparent, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-4 {
    color: #fff
}

.btn-parent.active .btn-style-4,
.btn-style-4.active,
.btn-style-4:active,
.no-touch .btn-style-4:hover {
    color: #894CEE;
    background-color: #fff
}

.btn-style-4.btn-3d {
    -webkit-box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-4.btn-3d,
.btn-style-4.btn-3d.active,
.btn-style-4.btn-3d:active,
.no-touch .btn-style-4.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #ebebeb, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #ebebeb, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-5 {
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.btn-parent.active .btn-style-5,
.btn-style-5.active,
.btn-style-5:active,
.no-touch .btn-style-5:hover {
    color: #0F9CFF;
    background-color: #fff
}

.btn-style-5.btn-3d {
    -webkit-box-shadow: 0 7px 0 rgba(240, 240, 240, .1), 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 rgba(240, 240, 240, .1), 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-5.btn-3d,
.btn-style-5.btn-3d.active,
.btn-style-5.btn-3d:active,
.no-touch .btn-style-5.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #ebebeb, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #ebebeb, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-speical-1 {
    position: relative;
    color: #fff;
    background-color: transparent
}

.btn-parent.active .btn-style-speical-1,
.btn-style-speical-1.active,
.btn-style-speical-1:active,
.no-touch .btn-style-speical-1:hover {
    color: #0F9CFF;
    background-color: transparent
}

.btn-style-speical-1.btn-3d {
    -webkit-box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 transparent, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-speical-1.btn-3d,
.btn-style-speical-1.btn-3d.active,
.btn-style-speical-1.btn-3d:active,
.no-touch .btn-style-speical-1.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 transparent, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 transparent, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-speical-1 span {
    position: relative;
    z-index: 3
}

.btn-style-speical-1:before,
.btn-style-speical-2:before {
    content: '';
    position: absolute
}

.btn-style-speical-1:before {
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.btn-style-speical-1.active:before,
.no-touch .btn-style-speical-1:hover:before {
    right: 0
}

.btn-style-speical-2 {
    position: relative;
    padding-right: 50px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff;
    background-color: #8f5ff0
}

.btn-parent.active .btn-style-speical-2,
.btn-style-speical-2.active,
.btn-style-speical-2:active,
.no-touch .btn-style-speical-2:hover {
    color: #fff;
    background-color: #7b43ed
}

.btn-style-speical-2.btn-border,
.btn-style-speical-2.btn-border-thick,
.btn-style-speical-2.btn-border-thin {
    border-color: #8f5ff0
}

.btn-parent.active .btn-style-speical-2.btn-border,
.btn-parent.active .btn-style-speical-2.btn-border-thick,
.btn-parent.active .btn-style-speical-2.btn-border-thin,
.btn-style-speical-2.btn-border-thick.active,
.btn-style-speical-2.btn-border-thick:active,
.btn-style-speical-2.btn-border-thin.active,
.btn-style-speical-2.btn-border-thin:active,
.btn-style-speical-2.btn-border.active,
.btn-style-speical-2.btn-border:active,
.no-touch .btn-style-speical-2.btn-border-thick:hover,
.no-touch .btn-style-speical-2.btn-border-thin:hover,
.no-touch .btn-style-speical-2.btn-border:hover {
    border-color: #7b43ed
}

.btn-style-speical-2.btn-3d {
    -webkit-box-shadow: 0 7px 0 #7b43ed, 0 8px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 0 #7b43ed, 0 8px 3px rgba(0, 0, 0, .2)
}

.btn-parent.active .btn-style-speical-2.btn-3d,
.btn-style-speical-2.btn-3d.active,
.btn-style-speical-2.btn-3d:active,
.no-touch .btn-style-speical-2.btn-3d:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #611eea, 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 #611eea, 0 3px 3px rgba(0, 0, 0, .2)
}

.btn-style-speical-2 span {
    position: relative;
    z-index: 3
}

.btn-style-speical-2:before {
    right: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    margin-top: -.5px;
    background-color: #fff;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.sendbtn,
.submitbtn {
    height: 50px;
    line-height: 50px;
    background: #0F9CFF;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.lang-change .lang-effect:before,
.menu-list {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.btn-style-speical-2.active,
.no-touch .btn-style-speical-2:hover {
    padding-right: 25px;
    padding-left: 25px
}

.btn-style-speical-2.active:before,
.no-touch .btn-style-speical-2:hover:before {
    width: 0
}

.submitbtn {
    width: 100%;
    border: 0;
    appearance: none
}

.sendbtn {
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.time-list li .icon:after,
.time-list li .icon:before,
.time-list ul:before {
    content: '';
    background-position: center center
}

.news-list .news-box {
    padding: 20px 30px
}

.news-list .news-box .pic .bg-img {
    padding-top: 40%;
    background-color: #fff
}

.time-list ul {
    position: relative;
    padding-left: 150px
}

.time-list ul:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: url(images/line_02.png);
    background-repeat: repeat-y;
    background-size: 100% auto
}

.time-list li {
    position: relative;
    padding-left: 415px;
    border-radius: 1000000px
}

.no-touch .time-list li:hover,
.time-list li:active {
    background-color: rgba(255, 255, 255, .05)
}

.no-touch .time-list li:hover:after,
.no-touch .time-list li:hover:before,
.time-list li:active:after,
.time-list li:active:before {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1)
}

.no-touch .time-list li:hover .icon i,
.time-list li:active .icon i {
    background-color: transparent
}

.time-list li:after,
.time-list li:before {
    content: '';
    position: absolute;
    left: -150px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0)
}

.time-list li .icon,
.time-list li .icon:after,
.time-list li .icon:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    top: 50%
}

.time-list li:before {
    width: 17px;
    height: 17px;
    background-color: #fff
}

.time-list li:after {
    width: 42px;
    height: 42px;
    border: 1px solid #fff
}

.time-list li .icon {
    left: 0;
    transform: translate(0, -50%)
}

.time-list li .icon:after,
.time-list li .icon:before {
    width: 110px;
    height: 2px;
    background-image: url(images/line_01.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    transform: translate(0, -50%)
}

.bg-img,
.menu-mobile {
    background-repeat: no-repeat
}

.data-box .data-list li:before,
.time-list li .date {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.time-list li .icon:before {
    left: -150px
}

.time-list li .icon:after {
    left: 110px
}

.time-list li .icon i {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 50%;
    text-align: center
}

.time-list li .icon i img {
    width: 80%;
    height: 80%;
    margin-top: -2px
}

.time-list li .date {
    position: absolute;
    left: 245px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100px;
    text-align: center;
    color: #fff
}

.bg-img,
.bg-img-parent {
    position: relative
}

.time-list li .title {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-right: 20px;
    color: #fff
}

.time-list li .title p {
    color: rgba(255, 255, 255, .5)
}

.bg-img {
    background-size: cover;
    background-position: center
}

.default-select {
    border: 1px solid #fff;
    padding-right: 14px;
    background: url(http://ourjs.github.io/static/2015/arrow.png) right center no-repeat #fff
}

.lines .gcol-1 .line-box2,
.lines .gcol-2 .line-box2,
.section-6 .time-slide .line-box2 {
    background-image: -webkit-linear-gradient(top, #0097FF, #B240FF);
    background-image: -moz-linear-gradient(top, #0097FF, #B240FF);
    background-image: -ms-linear-gradient(top, #0097FF, #B240FF);
    background-image: -o-linear-gradient(top, #0097FF, #B240FF)
}

.default-select::-ms-expand {
    display: none
}

.pagination-style-1 {
    position: static;
    text-align: center;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.pagination-style-1 .swiper-pagination-bullet {
    float: left;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    background-color: #E8E8E8;
    opacity: 1;
    filter: alpha(opacity=100)
}

.pagination-style-1 .swiper-pagination-bullet-active {
    background-color: #11274F
}

.times-style-1 li:before,
.type-desc li:before {
    background-color: #fff;
    content: ''
}

.scroll-bd {
    position: relative;
    overflow: hidden;
    padding-right: 15px
}

.type-desc.lh-14em li:before {
    top: .7em
}

.type-desc.lh-16em li:before {
    top: .8em
}

.type-desc.lh-18em li:before {
    top: .9em
}

.type-desc.lh-20em li:before {
    top: 1em
}

.type-desc li {
    position: relative;
    padding-left: 15px
}

.type-desc li:before {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.times-style-1 li {
    position: relative;
    float: left;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    height: 85px;
    border: 1px solid rgba(255, 255, 255, .4)
}

.times-style-1 li:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 13px;
    height: 4px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.lines .gcol-1,
.lines .gcol-2,
.lines .grow,
.lines .wrapper {
    height: 100%
}

.lines .gcol-1,
.lines .gcol-2 {
    position: relative
}

.lines .gcol-1:after,
.lines .gcol-1:before,
.lines .gcol-2:after,
.lines .gcol-2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .15);
    margin-left: -.5px
}

.lines .gcol-1:before,
.lines .gcol-2:before {
    content: '';
    left: 0
}

.lines .gcol-1:last-child:after,
.lines .gcol-2:last-child:after {
    content: '';
    left: 100%
}

.lines .gcol-1 .line-box,
.lines .gcol-1 .line-box2,
.lines .gcol-1 .line-box3,
.lines .gcol-2 .line-box,
.lines .gcol-2 .line-box2,
.lines .gcol-2 .line-box3 {
    left: 0;
    top: 0;
    position: absolute
}

.lines .gcol-1 .line-box2:before,
.lines .gcol-1 .line-box3:before,
.lines .gcol-2 .line-box2:before,
.lines .gcol-2 .line-box3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.lines .gcol-1 .line-box2 .line-txt,
.lines .gcol-1 .line-box3 .line-txt,
.lines .gcol-2 .line-box2 .line-txt,
.lines .gcol-2 .line-box3 .line-txt {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -moz-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg)
}

.lines .gcol-1 .line-box2,
.lines .gcol-2 .line-box2 {
    background-image: linear-gradient(top, #0097FF, #B240FF)
}

.lines .gcol-1 .line-box2:before,
.lines .gcol-2 .line-box2:before {
    background-color: #B240FF
}

.lines .gcol-1 .line-box3,
.lines .gcol-1 .line-box3:before,
.lines .gcol-2 .line-box3,
.lines .gcol-2 .line-box3:before {
    background-color: #fff
}

.lines-1 .gcol-1:after,
.lines-1 .gcol-1:before {
    background-color: rgba(255, 255, 255, .15)
}

.lines-2 .gcol-1:after,
.lines-2 .gcol-1:before {
    background-color: rgba(0, 0, 0, .1)
}

.lines-3 .gcol-1:after,
.lines-3 .gcol-1:before,
.lines-3 .gcol-2:after,
.lines-3 .gcol-2:before {
    background-color: #ddd
}

.link-1 {
    color: #0F9CFF
}

.link-1.active,
.no-touch .link-1:hover {
    color: #008def;
    text-decoration: underline
}

.link-2 {
    color: #fff
}

.link-2.active,
.no-touch .link-2:hover {
    color: #fff;
    text-decoration: underline
}

.charts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.charts .gcol-1,
.charts .grow,
.charts .wrapper {
    height: 100%;
    position: relative
}

.charts .gcol-1 .chart,
.charts .grow .chart,
.charts .wrapper .chart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.add-btn i,
.add-btn2 i,
.add-btn3 i {
    left: 50%;
    top: 50%;
    background-color: #fff
}

.add-btn {
    position: relative;
    display: block;
    width: 22px;
    height: 22px
}

.add-btn i {
    position: absolute;
    width: 100%;
    height: 5px
}

.add-btn i:nth-child(1) {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.add-btn i:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.add-btn2 {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.add-btn2 i {
    position: absolute;
    width: 100%;
    height: 2px
}

.add-btn2 i:nth-child(1) {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.add-btn2 i:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.add-btn3 {
    position: relative;
    display: block;
    width: 12px;
    height: 12px
}

.add-btn3 i {
    position: absolute;
    width: 100%;
    height: 2px
}

.add-btn3 i:nth-child(1) {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.add-btn3 i:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.img-txt-1 em.em1,
.img-txt-1 em.em2 {
    width: 125px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.i-fr {
    float: right
}

.header .logo,
.header .nav,
.i-fl,
.point-ani2 i {
    float: left
}

.ul-1 {
    padding-left: 18px
}

.img-txt-1,
.img-txt-2,
.img-txt-3 {
    position: relative;
    display: inline-block
}

.img-txt-1 img,
.img-txt-2 img,
.img-txt-3 img {
    vertical-align: top
}

.img-txt-1 em,
.img-txt-2 em,
.img-txt-3 em {
    position: absolute
}

.img-txt-1 em {
    text-align: center
}

.img-txt-1 em.em1 {
    left: 54%;
    top: 12%;
    transform: translate(-50%, -50%)
}

.img-txt-1 em.em2 {
    top: 25.5%;
    left: 31%;
    transform: translate(-50%, -50%)
}

.img-txt-1 em.em4,
.img-txt-1 em.em5 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 125px
}

.img-txt-1 em.em3 {
    left: 81.5%;
    top: 23%
}

.img-txt-1 em.em4 {
    top: 37%;
    left: 43%;
    transform: translate(-50%, -50%)
}

.img-txt-1 em.em5 {
    top: 41.5%;
    left: 12%;
    transform: translate(-50%, -50%)
}

.img-txt-1 em.em6 {
    top: 51%;
    left: 74%;
    width: 125px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img-txt-1 em.em7 {
    left: 45%;
    top: 46%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.img-txt-2 em.em1 {
    left: 55%;
    top: 0
}

.img-txt-2 em.em2 {
    top: 23.5%;
    left: 0
}

.en .img-txt-2 em.em2 {
    right: 50%
}

.img-txt-2 em.em3 {
    left: 51%;
    top: 92%
}

.en .img-txt-3 em,
.en .img-txt-3 i {
    line-height: 1.2em
}

.img-txt-3 em.em1 {
    left: 66%;
    top: 12%
}

.en .img-txt-3 em.em1 {
    top: 0
}

.img-txt-3 em.em2 {
    top: 40.5%;
    left: 66%
}

.en .img-txt-3 em.em2 {
    top: 31%
}

.img-txt-3 em.em3 {
    left: 66%;
    top: 73%
}

.point-ani2 {
    height: 8px;
    display: block
}

.point-ani2 i {
    display: block;
    height: 100%;
    width: 8px;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff
}

.ps>.ps__scrollbar-y-rail,
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    right: 0 !important;
    width: 6px !important;
    border-radius: 3px !important;
    opacity: 1 !important
}

.point-ani2 i:nth-child(1) {
    -webkit-animation: pointAni2 3s linear .2s infinite;
    -moz--webkit-animation: pointAni2 3s linear .2s infinite;
    -ms-animation: pointAni2 3s linear .2s infinite;
    animation: pointAni2 3s linear .2s infinite
}

.point-ani2 i:nth-child(2) {
    -webkit-animation: pointAni2 3s linear .4s infinite;
    -moz--webkit-animation: pointAni2 3s linear .4s infinite;
    -ms-animation: pointAni2 3s linear .4s infinite;
    animation: pointAni2 3s linear .4s infinite
}

.point-ani2 i:nth-child(3) {
    -webkit-animation: pointAni2 3s linear .6s infinite;
    -moz--webkit-animation: pointAni2 3s linear .6s infinite;
    -ms-animation: pointAni2 3s linear .6s infinite;
    animation: pointAni2 3s linear .6s infinite
}

.point-ani2 i:nth-child(4) {
    -webkit-animation: pointAni2 3s linear .8s infinite;
    -moz--webkit-animation: pointAni2 3s linear .8s infinite;
    -ms-animation: pointAni2 3s linear .8s infinite;
    animation: pointAni2 3s linear .8s infinite
}

.point-ani2 i:nth-child(5) {
    -webkit-animation: pointAni2 3s linear 1s infinite;
    -moz--webkit-animation: pointAni2 3s linear 1s infinite;
    -ms-animation: pointAni2 3s linear 1s infinite;
    animation: pointAni2 3s linear 1s infinite
}

@-webkit-keyframes pointAni2 {
    0%,
    100% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    50% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes pointAni2 {
    0%,
    100% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    50% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes pointAni2 {
    0%,
    100% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    50% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pointAni2 {
    0%,
    100% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    50% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.data-box .all span:before,
.data-box .data-list li:before {
    top: 50%;
    width: 12px;
    content: ''
}

.data-box .data-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px
}

.data-box .data-list li:before {
    position: absolute;
    left: 0;
    height: 12px;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.data-box .data-list li:nth-child(1):before {
    background-color: #109CFE
}

.data-box .data-list li:nth-child(2):before {
    background-color: #8730FF
}

.data-box .data-list li:nth-child(3):before {
    background-color: #B362FF
}

.data-box .data-list li:nth-child(4):before {
    background-color: #AD46FF
}

.data-box .data-list li:nth-child(5):before {
    background-color: #A415F9
}

.data-box .data-list li:nth-child(6):before {
    background-color: #CE91FF
}

.data-box .all {
    padding-left: 30px
}

.data-box .all span {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.header .logo,
.header .logo a,
.header .nav li a,
.lang span,
.lang.active2 ul {
    display: block
}

.data-box .all span:before {
    position: absolute;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.data-box .all span em {
    margin-left: 20px
}

.fix-bottom-right,
.fix-center-left,
.fix-top,
.fix-top-left,
.fix-top-right {
    position: fixed;
    z-index: 9
}

.fix-top {
    top: 0;
    left: 0;
    right: 0
}

.fix-top-left {
    top: 20px;
    left: 40px
}

.fix-top-right {
    top: 35px;
    right: 40px
}

.fix-bottom-right {
    bottom: 35px;
    right: 40px
}

.fix-bottom-right:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 1px;
    height: 30px;
    background-color: #27BFFF;
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px)
}

.fix-bottom-right .shares a {
    color: rgba(255, 255, 255, .25)
}

.fix-bottom-right .shares a:active,
.no-touch .fix-bottom-right .shares a:hover {
    color: #27BFFF;
    background-color: rgba(255, 255, 255, 0)
}

.fix-bottom-right .copys {
    text-align: right;
    line-height: 1.6em;
    color: rgba(255, 255, 255, .25)
}

.fix-center-left {
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header {
    position: relative;
    padding: 20px 40px
}

.header.active {
    background-color: rgba(105, 11, 177, .5)
}

.header.active .logo {
    width: 78px
}

.header.active .nav li a {
    line-height: 50px
}

.header.active .other {
    padding-top: 10px;
    padding-bottom: 10px
}

.header .logo {
    margin-right: 50px
}

.header .nav li {
    float: left;
    margin-right: 35px
}

.header .nav li a {
    position: relative;
    color: #fff;
    line-height: 70px
}

.header .nav li a.active,
.no-touch .header .nav li a:hover {
    color: #fff
}

.header .nav li a.active:before,
.no-touch .header .nav li a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #fff
}

.header .menu-btn {
    float: right
}

.header .other {
    float: right;
    padding: 20px 0
}

.header .lang {
    float: left;
    cursor: pointer
}

.header .btns {
    float: left;
    margin-left: 30px
}

.header .btns a {
    float: left;
    margin-right: 15px
}

.header .btns a:last-child {
    margin-right: 0
}

.header .btns a,
.menu-mobile .btns a {
    display: block;
    height: 30px;
    line-height: 28px;
    border-radius: 15px
}

.header .btns a.downbtn,
.menu-mobile .btns a.downbtn {
    padding-left: 2px;
    padding-right: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.header .btns a.downbtn em,
.menu-mobile .btns a.downbtn em {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #27BFFF;
    margin-right: 10px
}

.header .btns a.loginbtn,
.menu-mobile .btns a.loginbtn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(39, 191, 255, .5);
    color: #fff;
    background-color: #27bfff
}

.header .btns a.loginbtn:active,
.menu-mobile .btns a.loginbtn:active,
.no-touch .header .btns a.loginbtn:hover,
.no-touch .menu-mobile .btns a.loginbtn:hover {
    border: 1px solid rgba(8, 182, 255, .5);
    color: #fff;
    background-color: #08b6ff
}

.header .btns a.regbtn,
.menu-mobile .btns a.regbtn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(182, 62, 255, .6);
    color: #fff;
    background-color: #b63eff
}

.header .btns a.regbtn:active,
.menu-mobile .btns a.regbtn:active,
.no-touch .header .btns a.regbtn:hover,
.no-touch .menu-mobile .btns a.regbtn:hover {
    border: 1px solid rgba(170, 31, 255, .6);
    color: #fff;
    background-color: #aa1fff
}

.menu-btn {
    line-height: 40px;
    color: #fff
}

.menu-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lang-change.lang-en .lang-effect:before {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.lang-change .lang-name {
    float: left;
    line-height: 20px
}

.lang-change .lang-effect {
    position: relative;
    float: left;
    width: 50px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .12);
    margin: 0 12px
}

.lang-change .lang-effect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #27baff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all .3s linear
}

.lang,
.lang span {
    position: relative
}

.lang {
    z-index: 2
}

.lang.active2 span {
    color: #fff !important;
    background-color: #0F9CFF
}

.lang span,
.lang ul li {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.lang span {
    width: 120px;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .15)
}

.lang span .fa-caret-down {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    background-color: rgba(39, 186, 255, 0);
    padding-top: 2px
}

.lang ul li {
    line-height: 30px;
    background-color: #27baff;
    margin-bottom: 1px
}

.lang ul li.active,
.lang ul li:active,
.no-touch .lang ul li:hover {
    background-color: #fff;
    color: #27baff
}

.shares {
    text-align: center
}

.shares span {
    display: inline-block
}

.shares a {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #9A9A9A;
    text-align: center;
    margin: 0 5px
}

.no-touch .shares a:hover,
.shares a:active {
    color: #9A9A9A;
    background-color: #E6E6E6
}

.shares a.weixin-img {
    position: relative
}

.shares a.weixin-img .img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    display: none;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.menu-mobile,
.videoPop {
    position: fixed;
    left: 0;
    top: 0
}

.userPop .userPop-wrapper,
.videoPop .videoPop-wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden
}

.shares a.weixin-img .img img {
    width: 100%
}

.shares a.weixin-img:hover .img {
    display: block
}

.menu-mobile {
    right: 0;
    bottom: 0;
    z-index: 8;
    background-color: #690BB1;
    background-image: url(images/bg-01.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center;
    display: none
}

.userPop,
.videoPop {
    z-index: 9;
    bottom: 0;
    right: 0
}

.menu-mobile.active {
    display: block
}

.menu-mobile .btns,
.menu-mobile .options {
    display: inline-block
}

.userPop,
.videoPop,
.webgl .webgl {
    display: none
}

.menu-mobile .btns a {
    margin: 0 auto;
    margin-top: 20px
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.no-webgl .webgl {
    background-size: auto
}

.videoPop .videoPop-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.videoPop .videoPop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #690BB1;
    cursor: pointer
}

.no-touch .videoPop .videoPop-close:hover,
.videoPop .videoPop-close:active {
    background-color: #690BB1;
    color: #fff
}

.videoPop .videoPop-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    min-width: 300px;
    max-width: 500px;
    transform: translate(-50%, -50%)
}

.videoPop .videoPop-content {
    padding: 20px
}

.userPop {
    position: fixed;
    top: 0;
    left: 0;
    color: #fff
}

.userPop .userPop-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.userPop .userPop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.no-touch .userPop .userPop-close:hover,
.userPop .userPop-close:active {
    background-color: #fff;
    color: #690BB1
}

.section-1,
.section-11,
.section-12,
.section-13,
.section-22,
.section-8,
.userPop .userPop-wrapper {
    background-color: #690BB1;
    background-image: url(images/bg-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.userPop .userPop-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%)
}

.section,
.section .cont {
    position: relative
}

.userPop .userPop-content {
    display: none;
    padding: 20px
}

body.en {
    word-wrap: normal
}

.section .lines {
    z-index: 1
}

.section .cont {
    z-index: 2
}

.section-1 .cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.section-1 .earth {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

.section-1 .earth .bg-img,
.section-1 .earth .earth-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-1 .earth .earth-canvas {
    z-index: 2
}

.section-1 .earth .earth-canvas #particles2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.section-1 .earth .earth-canvas .point-ani2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-1 .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 160px;
    z-index: 4;
    text-align: center
}

.section-1 .txt .btn-video .video-play a {
    cursor: pointer;
    display: block;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 20px;
    background-color: #27BFFF;
    margin: 0 auto;
    box-shadow: 0 3px 12px rgba(38, 0, 114, .5)
}

#data-chart,
.data-chart-parent,
.team .team-pic {
    margin-left: auto;
    margin-right: auto
}

.section-1 .scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-2 {
    background-color: #fff
}

.section-2 .lines {
    z-index: 2
}

.section-2 .charts {
    z-index: 1;
    background-size: 102% auto;
    background-position: center bottom
}

.section-2 .charts .num {
    position: absolute;
    left: 0;
    padding-left: 25px
}

.section-2 .charts .num:after,
.section-2 .charts .num:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #8f5ff0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.section-2 .charts .num:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.section-2 .charts .num.s1 {
    bottom: 40%
}

.section-2 .charts .num.s2 {
    bottom: 65%
}

.section-2 .charts .num.s3 {
    bottom: 85%
}

.section-2 .charts .info {
    position: absolute;
    left: 0;
    bottom: 85px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-2 .btns .btn {
    display: block
}

.section-4 .features-info {
    position: relative;
    background-size: auto;
    background-position: center
}

.section-5 {
    position: relative;
    overflow: hidden
}

.section-5 .circles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.section-5 .circles div {
    position: absolute
}

.section-5 .circles div.c1 {
    width: 40%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-40%, -30%);
    -moz-transform: translate(-40%, -30%);
    -ms-transform: translate(-40%, -30%);
    transform: translate(-40%, -30%)
}

.section-5 .circles div.c2 {
    width: 20%;
    left: 0;
    top: 0;
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.section-5 .circles div.c3 {
    width: 45%;
    right: 0;
    top: 0;
    -webkit-transform: translate(25%, -50%);
    -moz-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%)
}

.section-5 .circles div.c4 {
    width: 15%;
    right: 0;
    top: 30%;
    -webkit-transform: translate(15%, -50%);
    -moz-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    transform: translate(15%, -50%)
}

.section-5 .circles div.c5 {
    width: 35%;
    left: 0;
    bottom: 5%;
    -webkit-transform: translate(-10%, 50%);
    -moz-transform: translate(-10%, 50%);
    -ms-transform: translate(-10%, 50%);
    transform: translate(-10%, 50%)
}

.section-5 .circles div.c6 {
    width: 20%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.section-5 .circles div i {
    display: block;
    padding-top: 100%;
    border-radius: 50%;
    opacity: .15;
    filter: alpha(opacity=15)
}

.section-6 {
    position: relative
}

.section-6 .btns {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center
}

.section-6 .btns .btn em {
    display: inline !important
}

.team2 .more,
.team2 .more .add-btn3 {
    display: inline-block
}

.section-6 .time-slide {
    position: relative
}

.section-6 .time-slide .line-box2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background-image: linear-gradient(top, #0097FF, #B240FF)
}

.section-6 .time-slide:before {
    opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    width: 1px;
    background-image: -webkit-linear-gradient(top, #0097FF, #B240FF);
    background-image: -moz-linear-gradient(top, #0097FF, #B240FF);
    background-image: -ms-linear-gradient(top, #0097FF, #B240FF);
    background-image: -o-linear-gradient(top, #0097FF, #B240FF);
    background-image: linear-gradient(top, #0097FF, #B240FF)
}

.section-6 .time-slide.next:before,
.section-6 .time-slide.prev:before {
    height: 205px
}

.section-6 .time-slide.next .btn,
.section-6 .time-slide.prev .btn {
    top: 205px
}

.section-6 .time-slide.next-value:before,
.section-6 .time-slide.prev-value:before {
    height: 280px
}

.section-6 .time-slide.next-value .btn,
.section-6 .time-slide.prev-value .btn {
    top: 280px
}

.section-6 .time-slide.cur-value:before {
    height: 220px
}

.section-6 .time-slide.cur-value .btn {
    top: 220px
}

.section-6 .time-slide .btn {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.no-touch .section-6 .time-slide .btn:hover {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px)
}

.section-6 .time-slide .btn>h4 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 1em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.section-6 .cur-value .value-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-touch .team .team-item:hover {
    background-color: #894CEE
}

.team .team-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden
}

.team .team-txt {
    padding-left: 20px !important;
    padding-right: 5px !important
}

.team2 .team-item {
    padding-left: 8px;
    padding-right: 8px
}

.team2 .team-box {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, .06);
    border-radius: 5px;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear
}

.no-touch .team2 .team-box:hover {
    background-color: #27bfff;
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px)
}

.team2 .team-pic {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.team2 .team-txt {
    padding-left: 20px !important;
    padding-right: 5px !important
}

.team2 .team-txt .lh-16em-5over-noellipsis {
    height: 16em;
    max-height: 16em;
    line-height: 1.6em
}

.team2 .more {
    height: 30px;
    line-height: 30px;
    background-color: #27BFFF;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    color: #fff
}

.team3 .team-pic {
    height: 60px;
    line-height: 60px
}

.break .gcol-1 {
    position: relative
}

.break .gcol-1 .line-arrow {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(118, 82, 230, .3)
}

.break .gcol-1 .line-arrow.up {
    top: 0
}

.break .gcol-1 .line-arrow.down {
    bottom: 90px
}

.break .gcol-1 .line-arrow:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 8px;
    height: 7px;
    background-image: url(images/icon-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.particles {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.menu-list,
.menu-list2 {
    position: fixed;
    z-index: 8;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden
}

#skrollr-body {
    height: 100%;
    overflow: hidden
}

.menu-list {
    height: 0;
    transition: all .3s linear
}

.menu-list.active {
    height: 100%
}

.platforms-list .platforms-item {
    float: left;
    width: 20%;
    padding-right: 40px
}

.menu-list2 {
    height: 0%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.menu-list2.active {
    height: 100%
}

.menu-list2-bd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.menu-list2-bd .mlb-item {
    position: relative
}

.menu-list2-bd .mlb-item .mlb-txt,
.menu-list2-bd .mlb-item .mlb-txt2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#data-chart .chart-item:nth-child(3),
.menu-list2-bd li a div {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.menu-list2-bd .mlb-item .mlb-txt3 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.menu-list2-bd div.mlb-item {
    color: #fff;
    background-image: -webkit-linear-gradient(67deg, #5F38D7, #CB67FF);
    background-image: -moz-linear-gradient(67deg, #5F38D7, #CB67FF);
    background-image: -ms-linear-gradient(67deg, #5F38D7, #CB67FF);
    background-image: -o-linear-gradient(67deg, #5F38D7, #CB67FF);
    background-image: linear-gradient(67deg, #5F38D7, #CB67FF)
}

.menu-list2-bd a.mlb-item {
    color: #3b3b3b
}

.menu-list2-bd a.mlb-item.active,
.no-touch .menu-list2-bd a.mlb-item:hover {
    color: #fff;
    background-color: #0097FF
}

.menu-list2-bd li a {
    position: relative;
    display: block
}

.menu-list2-bd li a div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%)
}

.menu-list2-bd li.active,
.menu-list2-bd li:active,
.menu-list2-bd li:hover,
.no-touch .menu-list2-bd li:hover {
    background-color: #0F9CFF
}

.menu-list2-bd li.active a,
.menu-list2-bd li.active a.active,
.menu-list2-bd li.active a:active,
.menu-list2-bd li.active a:hover,
.menu-list2-bd li:active a,
.menu-list2-bd li:active a.active,
.menu-list2-bd li:active a:active,
.menu-list2-bd li:active a:hover,
.menu-list2-bd li:hover a,
.menu-list2-bd li:hover a.active,
.menu-list2-bd li:hover a:active,
.menu-list2-bd li:hover a:hover,
.no-touch .menu-list2-bd li:hover a,
.no-touch .menu-list2-bd li:hover a.active,
.no-touch .menu-list2-bd li:hover a:active,
.no-touch .menu-list2-bd li:hover a:hover {
    color: #fff
}

.section-22 .pic-txt-list-22 .ptl22-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .1)
}

.section-22 .pic-txt-list-22 .ptl22-item:first-child:before {
    display: none
}

.section-22 .pic-txt-list-22 .ptl22-item .ptl22-box {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px
}

.section-22 .pic-txt-list-22 .ptl22-item .ptl22-box .ptl22-txt {
    padding-left: 100px;
    padding-right: 100px
}

.section-12 .txt .btns .btn {
    background-color: rgba(255, 255, 255, .05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%
}

.section-12 .txt .icon-down img {
    height: 50%;
    width: auto;
    vertical-align: middle;
    margin-top: -3px
}

.data-chart-parent {
    max-width: 1200px
}

.data-chart-parent .bd {
    position: relative;
    padding-top: 100%
}

.data-chart-parent .bd .chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-13 {
    padding-top: 100px;
    padding-bottom: 100px
}

#data-chart {
    position: relative;
    width: 767px
}

#data-chart .img {
    width: 100%
}

#data-chart .chart-item {
    position: absolute;
    top: 0
}

#data-chart .chart-item i {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
}

#data-chart .chart-item i:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .5)
}

#data-chart .chart-item:nth-child(even) h3 span {
    background-color: #fff;
    color: #8414c9
}

#data-chart .chart-item:nth-child(odd) h3 span {
    color: #fff;
    border: 1px solid #fff
}

#data-chart .chart-item:nth-child(2) i,
#data-chart .chart-item:nth-child(3) i,
#data-chart .chart-item:nth-child(4) i {
    right: 100%;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

#data-chart .chart-item:nth-child(2) i:before,
#data-chart .chart-item:nth-child(3) i:before,
#data-chart .chart-item:nth-child(4) i:before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#data-chart .chart-item:nth-child(5),
#data-chart .chart-item:nth-child(6),
#data-chart .chart-item:nth-child(7) {
    text-align: right
}

#data-chart .chart-item:nth-child(5) i,
#data-chart .chart-item:nth-child(6) i,
#data-chart .chart-item:nth-child(7) i {
    left: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

#data-chart .chart-item:nth-child(5) i:before,
#data-chart .chart-item:nth-child(6) i:before,
#data-chart .chart-item:nth-child(7) i:before {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

#data-chart .chart-item:nth-child(5) p,
#data-chart .chart-item:nth-child(6) p,
#data-chart .chart-item:nth-child(7) p {
    float: right
}

#data-chart .chart-item:nth-child(2) {
    top: 10%;
    left: 87%
}

#data-chart .chart-item:nth-child(2) i {
    width: 208px;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg)
}

#data-chart .chart-item:nth-child(7) {
    top: 10%;
    right: 87%
}

#data-chart .chart-item:nth-child(7) i {
    width: 241px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}

#data-chart .chart-item:nth-child(3) {
    top: 50%;
    left: 95%;
    transform: translate(0, -50%)
}

#data-chart .chart-item:nth-child(3) i {
    width: 145px
}

#data-chart .chart-item:nth-child(6) {
    top: 50%;
    right: 95%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#data-chart .chart-item:nth-child(6) i {
    width: 130px
}

#data-chart .chart-item:nth-child(4) {
    top: 74%;
    left: 87%
}

#data-chart .chart-item:nth-child(4) i {
    width: 180px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

#data-chart .chart-item:nth-child(5) {
    top: 74%;
    right: 87%
}

#data-chart .chart-item:nth-child(5) i {
    width: 153px;
    -webkit-transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg)
}

#data-chart .chart-item h3 span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-weight: 700;
    overflow: hidden
}

#data-chart .chart-item p {
    width: 260px;
    color: #fff;
    line-height: 1.3em
}