body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-break: break-all;
    border: none;
    background: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

address,
cite,
dfn,
em,
var,
caption,
code,
strong,
th {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

small {
    font-size: 14px
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: 0
}

caption,
th {
    text-align: left
}

button,
input,
select,
textarea {
    font-size: 100%
}

input,
textarea,
select {
    outline: none
}

textarea {
    overflow: auto
}

textarea {
    resize: none
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

body,
button,
input,
select,
textarea {
    font: 14px"微软雅黑";
    color: #404040
}

html {
    overflow-y: scroll
}

:root {
    overflow-y: auto;
    overflow-x: hidden
}

:root body {
    position: absolute
}

body {
    width: 100vw;
    overflow: hidden
}

html,
body {
    position: relative;
    min-width: 1200px;
    background: #f8fafb
}

@media screen and (max-width:1200px) {
    :root {
        overflow-x: scroll
    }
}

a {
    text-decoration: none;
    color: #404040;
    cursor: pointer
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.t2 {
    text-align: 2em
}

.unl {
    text-decoration: underline
}

.no_unl {
    text-decoration: none
}

.f_red {
    color: #cc0700
}

.f_pink {
    color: #e08181
}

.f_link_blue {
    color: #0066a7
}

.f_light_blue {
    color: #00a5ff
}

.f_dark_blue {
    color: #1587fb
}

.f_orange {
    color: #eb511a
}

.f_purple {
    color: #e4d3ff
}

.f_white {
    color: #fff
}

.f_52 {
    color: #525252
}

.f_000 {
    color: #000000
}

.f_2d {
    color: #2d2d2d
}

.f_40 {
    color: #404040
}

.f_ccc {
    color: #cccccc
}

.minwidth {
    min-width: 1200px
}

.width100 {
    width: 100%
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.zoom {
    zoom: 1
}

.block {
    display: block
}

.inlineblock {
    display: inline-block
}

.none {
    display: none
}

.hidden {
    visibility: hidden
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.cp {
    cursor: pointer
}

.cd {
    cursor: default
}

.shadow {
    box-shadow: 0 2px 6px #ccc
}

.border_radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.border_radius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt50 {
    margin-top: 50px !important
}

.mt100 {
    margin-top: 100px !important
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px !important
}

.mb50 {
    margin-bottom: 50px
}

.mb100 {
    margin-bottom: 100px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml50 {
    margin-left: 50px
}

.ml100 {
    margin-left: 100px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr50 {
    margin-right: 50px
}

.mr100 {
    margin-right: 100px
}

.mr80 {
    margin-right: 80px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p30 {
    padding: 30px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt100 {
    padding-top: 100px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pb100 {
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl50 {
    padding-left: 50px
}

.pl100 {
    padding-left: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr50 {
    padding-right: 50px
}

.pr100 {
    padding-right: 100px
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.mtNone {
    margin-top: 0 !important
}

.mbNone {
    margin-bottom: 0 !important
}

.mlNone {
    margin-left: 0 !important
}

.mrNone {
    margin-right: 0 !important
}

.ptNone {
    padding-top: 0 !important
}

.pbNone {
    padding-bottom: 0 !important
}

.plNone {
    padding-left: 0 !important
}

.prNone {
    padding-right: 0 !important
}

.bg_red {
    background: #fb1515
}

.bg_light_blue {
    background: rgba(0, 165, 255, .8)
}

.bg_light_blue:hover {
    background: rgba(0, 165, 255, 1)
}

.bg_dark_blue {
    background: #1587fb
}

.bg_orange {
    background: #fba215
}

.bg_white {
    background: #fff !important
}

.bg_green {
    background-color: #a3d129
}

.imgVertical {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.conAuto {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.textoverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.paraoverflow2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.paraoverflow3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.paraoverflow4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.transi {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.upward:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.shadow {
    box-shadow: 0 7px 10px #ccc
}

.shadowHover:hover {
    box-shadow: 0 5px 6px #ccc
}

.shadowHover1:hover {
    box-shadow: 1px 1px 6px #ccc
}

.transition1x img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.transition1x:hover img {
    transform: scale(1.05, 1.05)
}

.transitionfade {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.transitionfade:hover {
    opacity: 0.5
}

.transitionfade1 {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.transitionfade1:hover {
    opacity: 1
}

.btn {
    border: 1px solid;
    cursor: pointer
}

.btnYellow {
    background-color: #fba215
}

.btnLightBlue {
    background-color: #00a5ff
}

.btnDrakBlue {
    background-color: #1587fb
}

.btnRed {
    background-color: #fb1515
}

.btnBlue {
    background-color: #417be2
}

.btnTrans {
    background-color: transparent
}

.banner-warpper {
    background: url(../images/banner-01_01.jpg) no-repeat center center;
    height: 600px
}

.header-warpper {
    background: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.1)
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001
}

.header-logo {
    max-width: 300px;
    margin: 4px 0 0 30px
}

.header-logo img {
    display: block;
    width: 100%
}

.nav {
    margin-right: 20px
}

.nav li {
    position: relative;
    height: 60px;
    margin-left: 12px;
    float: left;
    cursor: pointer
}

.nav li a {
    padding: 10px 14px;
    color: #999;
    border-radius: 8px;
    font-size: 15px
}

.nav li a:hover {
    color: #fff;
    background-color: #e75c77;
    box-shadow: 2px 2px 1px #c42f4c inset
}

.nav li a.on {
    color: #fff;
    background-color: #e75c77;
    box-shadow: 2px 2px 1px #c42f4c inset
}

.nav li span {
    display: block;
    top: 60px;
    left: 50%;
    position: absolute;
    width: 0px;
    background: #4381e6;
    height: 4px;
    z-index: 9999
}

.common-popup {
    position: fixed;
    padding: 24px 26px;
    background: #fff;
    border-radius: 5px
}

.footer {
    padding-bottom: 20px;
    background: url(../images/footx.png) repeat-y
}

.topbg {
    height: 60px;
    width: 100%;
    background: url(../images/footer.png) #fff no-repeat top center;
    background-size: 100% 100%
}

.footer h4 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 14px
}

/* 04-14 start */
/* footer */
.bott-list {
    height: 230px;
    background: #fff;
}

.bott-list dl {
    float: left;
    color: #3e2ddc;
}

.bott-list dl:first-child {
    width: 440px;
    margin: 46px 0 0 26px;
}

.bott-list dl:first-child dd {
    margin-top: 26px;
    line-height: 30px;
}

.bott-list dl dt {
    font-size: 20px;
    font-weight: bold;
}

.bott-list dl:nth-child(2) {
    text-align: center;
    margin: 100px 0px 0 50px;
}

.bott-list dl:nth-child(2) dd {
    line-height: 30px;
}

.bott-list dl:nth-child(2) dd:nth-child(2) {
    text-align: left;
}
.bott-list dl:nth-child(2) dd:nth-child(3) {
    text-align: left;
}
.bott-list dl:nth-child(2) dd span {
    display: inline-block;
    margin: 0 24px;
}
.bott-list dl:nth-child(3){
    float: right;
    margin: 48px 44px 0 0;
}
.bott-list dl:nth-child(3) dd{
    text-align: center;
    color: #333;
}
/* 04-14 end */

@media screen and (min-width:1700px) {
    .topbg {
        height: 80px
    }

    .footer h4 {
        font-size: 26px;
        margin: 20px 0 30px
    }
}

.section-c {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    margin-right: 16px;
    z-index: 2000
}

.section-c .active-item-board {
    margin: 14px 0 0;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer
}

.section-c .active-item-board .active-board-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: translateY(-1px)
}

.section-c .active-item-board .text {
    margin: 0 8px;
    color: #2a304d
}

.section-c .active-item-board .triangle-icon {
    display: inline-block;
    border-top: 7px solid #b4b6c0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.section-c .dropdown-list {
    display: none;
    z-index: 2000;
    position: absolute;
    right: 0;
    top: 60px;
    width: 150px;
    padding-bottom: 8px;
    padding-top: 8px;
    background: #fff;
    box-shadow: 0 0 8px rgba(33, 43, 54, .15);
    border-radius: 4px
}

.section-c .dropdown-list .nav-item-icon {
    margin-right: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: middle;
    transform: translateY(-1px)
}

.section-c .dropdown-list .nav-item-a {
    display: block;
    line-height: 40px;
    padding-left: 16px;
    text-decoration: none;
    cursor: pointer
}

.section-c .dropdown-list .nav-item-a:hover {
    color: #374add
}

.section-c.active .triangle-icon {
    border-top: 7px solid #4381e6
}

.section-c.active .dropdown-list {
    display: block
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 99999
}

.down_pic {
    position: relative
}

.down_pic .down_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    padding: 5px;
    background: rgba(0, 0, 0, .5) url(../images/icon/down-btn.png) no-repeat;
    background-size: 18px 18px;
    background-position: 7px 3px;
    border-bottom-left-radius: 20px
}

.layui-layer-content {
    overflow-x: hidden !important
}

@media screen and (max-width:1100px) {
    .layui-layer-iframe {
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch
    }
}

.hide {
    display: none
}

.bg-element {
    width: 100%;
    position: absolute;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    right: 0
}

.leftFlower {
    position: absolute;
    z-index: 1000;
    width: 23.2%;
    height: 60.8%;
    left: -50px;
    top: 60px;
    opacity: 0;
	opacity: 1\9;
    background: url(../images/left-flower.png) no-repeat center center;
    background-size: 100% 100%
}

.rightFlower {
    position: absolute;
    z-index: 1000;
    width: 37.9%;
    height: 80%;
    top: 0;
    right: -50px;
    opacity: 0;
	opacity: 1\9;
    background: url(../images/right-flower.png) no-repeat center center;
    background-size: 100% 100%
}

.macBook {
    position: absolute;
    z-index: 1005;
    width: 38%;
    height: 68%;
    right: 9.6%;
    bottom: -150px;
    opacity: 0;
	opacity: 1\9;
    transform: translateY(-150px);
    background: url(../images/macbook.png) no-repeat center center;
    background-size: 100% 100%
}

.rank {
    width: 80px;
    font-size: .8em;
    color: #facf66
}

.rank span {
    display: block;
    width: 68px;
    margin: 0 auto;
    text-align: center
}

.rank-number {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 52px;
    line-height: 50px;
    background: url(../images/personal-gold.png) no-repeat center center;
    background-size: 100% 100%
}

.rank-list {
    width: 136px;
    font-size: .7rem;
    line-height: 16px;
    color: #f8c946
}

.rank-list p:first-child {
    margin: 2px 0;
    font-size: 14px
}

.timeover-bg {
    background: url(../images/overtime-bg_02.jpg) no-repeat center center;
    width: 100%;
    height: calc(100vh - 60px);
    background-size: 100% 100%
}

.timeover-con {
    padding: 5%;
    color: #FFFFFF;
    text-align: center
}

.timeover-con h3 {
    font-size: 28px;
    margin-bottom: 5px
}

.timeover-con h2 {
    font-size: 30px;
    margin-bottom: 5px
}

.timeover-con h1 {
    font-size: 40px
}

.timeover-con p.button-warpper input {
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
    color: #fff;
    margin: 10px auto 0px;
    border-radius: 30px;
    border: none;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
    outline: none;
    background: linear-gradient(to right, #5c70ff, #8a65f8);
    box-shadow: 2px 2px 1px #1b54ce inset
}

.timeover-con p.button-warpper input:hover {
    box-shadow: none
}

.timeover-con p img {
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
    width: 440px
}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width:1400px) {
    .header-warpper {
        height: 50px;
        line-height: 50px
    }

    .nav li {
        height: 50px
    }

    .nav li a {
        padding: 6px 10px;
        font-size: 14px
    }

    .header-logo {
        width: 240px;
        margin: 3px 0 0 30px
    }

    .section-c .active-item-board {
        margin: 9px 0 0
    }

    .nav li span {
        top: 50px
    }

    .section-c .dropdown-list {
        width: 150px;
        top: 48px
    }

    .bg-element {
        height: calc(100vh - 50px);
        top: 50px
    }
}

@media screen and (max-width:1367px) {
    .nav li a {
        padding: 6px 10px;
        font-size: 14px
    }

    .header-warpper {
        height: 50px;
        line-height: 50px
    }

    .section-c .active-item-board {
        margin: 9px 0 0
    }

    .nav li span {
        top: 50px
    }

    .section-c .dropdown-list {
        width: 150px;
        top: 48px
    }

    .nav li {
        height: 50px
    }

    .section-c {
        height: 50px;
        line-height: 50px
    }

    .bg-element {
        height: calc(100vh - 50px) !important;
        top: 50px !important
    }
}

.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    display: none
}

.kc-con {
    position: relative;
    height: 100%
}

.kc-con a {
    margin-top: 10%;
    z-index: 1007;
    display: block;
    width: 20%;
    float: left;
    margin-left: 5%;
    top: -50px;
    position: relative;
    opacity: 0
}

.kc-con a:first-child {
    margin-left: 24%
}

.kc-con a img {
    width: 100%;
    height: 100%
}
.course-ul{
    top: 0\9!important;
	opacity: 1\9!important;
}
html.ie10 .kc-con a {
    opacity: 1
}

@media screen and (max-width:500px) {
    html {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-hightlight-color: transparent;
        -webkit-user-select: none
    }

    body {
        font-family: Helvetica;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    a,
    img {
        -webkit-touch-callout: none
    }

    input,
    textarea {
        -webkit-appearance: none;
        outline: none;
        border: none
    }

    html,
    body {
        min-width: 0
    }

    .footer {
        display: none
    }

    .conAuto {
        width: 100%;
        min-width: 0
    }

    .banner-warpper {
        background: url(../images/ver-banner.jpg) no-repeat center center;
        height: 100vh;
        background-size: 100% 100%
    }

    .section-c .active-item-board {
        padding-left: 0;
        margin: 9px 6px 0 0
    }

    .section-c .active-item-board .text,
    .section-c .active-item-board .triangle-icon,
    .section-c .dropdown-list ul li {
        display: none
    }

    .nav {
        position: absolute;
        top: 0;
        right: 30px
    }

    .nav li {
        display: none
    }

    .nav li:nth-child(1) {
        display: block;
        margin-left: 0
    }

    .nav li:nth-child(1) a {
        display: block;
        padding: 0;
        width: 30px;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        margin-left: 0;
        text-align: left;
        text-indent: -2em;
        color: #fff;
        background-color: #e75c77;
        box-shadow: 2px 2px 1px #c42f4c inset
    }

    .section-c .dropdown-list ul li:nth-child(2),
    .section-c .dropdown-list ul li:last-child {
        display: block
    }

    .login-wrapper {
        float: none;
        margin: 50px auto 0 !important;
        overflow: hidden
    }

    .login-top {
        margin: 40px 0 45px
    }

    .header-logo {
        float: none;
        display: block;
        margin: 0 auto;
        padding-top: 4px;
        transform: translate(-15px, 0)
    }

    .section-c {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0
    }

    .timeover-con {
        padding: 0
    }

    .timeover-con h3 {
        font-size: 22px;
        padding-top: 20px
    }

    .timeover-con h2 {
        font-size: 22px
    }

    .timeover-con h1 {
        font-size: 36px
    }

    .timeover-con p img {
        width: 88%
    }

    .kc-con a {
        width: 40%;
        margin-top: 5%;
        margin-left: 30%
    }

    .kc-con a:first-child {
        margin-left: 30%
    }

    .layui-layer-setwin .layui-layer-close {
        top: -12px !important;
        right: -12px !important
    }

    /* 0313 */
    .conAuto.chat-wrapper.kc-con {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .conAuto.chat-wrapper.kc-con p {
        display: flex;
        justify-content: center;
        align-items: baseline;
        width: 100%;
        min-height: 200px;
    }

    .conAuto.chat-wrapper.kc-con a {
        width: 30%;
        margin: 0 1%;
        top: 0;
    }

    .conAuto.chat-wrapper.kc-con p:last-child {
        transform: translateY(-50%);
        z-index: 1100;
    }

}

@media screen and (max-width:321px) {
    .header-logo {
        width: 190px;
        padding-top: 8px
    }

    .nav {
        right: 22px
    }

    .nav li:nth-child(1) a {
        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px
    }

    .goback {
        left: 8px;
        width: 34px;
        height: 34px
    }

    .login-wrapper {
        padding: 0 16px !important;
        width: 270px !important
    }
}

/* 人脸识别打卡 */
.face-container ,.pcPanel{
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.face ,.pcPanel .pc-face{
    width: 280px;
    height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #43bfe7 0%, #7836ce 100%);
    border-radius: 10px;
}

.face .recognition {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.face .recognition img {
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 30px auto 20px;
}

.face .btnOut {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.face .btnOut button,
.btnOut button,
.goToLearn button ,
.pubButton{
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 200px;
    height: 34px;
    line-height: 34px;
    color: #000;
    border: none;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.goToLearn button {
    bottom: 20px;
    position: absolute;
    color: #fff;
    background: #417ce2;
    left: 50%;
    transform: translate(-50%);
}

.btnOut .certifiedNow {
    display: none;
    color: #fff;
    background: #417ce2;
    margin-top: 4px;
}

.reUpload {
    display: none;
    color: #fff;
    text-align: center;
    position: relative;
}

.reUpload span {
    display: block;
    margin: 4px auto;
}

.reUpload button {
    color: #fff;
    background: #417ce2;
    margin-top: 4px;
}

.face-container input[type='file']{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 34px;
    opacity: 0;
    transform: translate(-50%);
    z-index: 2;
    font-size: 200px\0;
}

.attestation {
    z-index: 999;
    display: none;
    width: 76%;
    height: 62%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.attestation #idPhoto_result {
    max-height: 300px;
    width: 220px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.attestation img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.btnOut {
    text-align: center;
}

.face-img {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4)
}

.spinner {
    z-index: 9999;
    position: absolute;
    width: 80px;
    display: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.spinner:before,
.spinner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    opacity: 0.9;
    border: 3px solid #fff;
    -webkit-animation: processingS 1s infinite ease-in-out;
    animation: processingS 1s infinite ease-in-out
}

.spinner:after {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s
}

.spinner {
    top: 40%;
    left: 50%
}

@-webkit-keyframes processingS {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes processingS {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.goToLearn {
    display: none;
    position: absolute;
    width: 76%;
    height: 57%;
    background: url(/online/images/faceOk.png) no-repeat center center;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 460px;
}

.jumpLater {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    bottom: 30px;
    left: 0;
}
#modail_message_box>div { z-index: 9999 !important; }

/* pcpanel */
.pcPanel .pc-face{
    background: #fff;
    width: 700px;
    height: 500px;
	position: relative;
}
.pcPanel .topbg{
    width: 100%;
    height: 20px;
    background:#447fe5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pcPanel .top-btn{
    padding: 14px 20px 0;
    text-align: center;
}
.pcPanel .top-btn p{
	cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.pcPanel .top-btn p button{
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 120px;
    height: 38px;
    line-height: 36px;
    color: #fff;
    border: none;
    border-radius: 20px;
    text-align: center;
}
#pcFaceDetect{
    outline: none;
    border: 1px solid #0068b7;
    background: #447fe5;
}
#pcFaceDetect.active{
    box-shadow:2px 2px 8px 0 #0068b7;
}
#pcFaceDetect:hover,
#pcFaceDetect.on{
    background: linear-gradient(#3498fe, #1e6bef,#447fe5);
}
.pcPanel .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-right: 2px;
}
.pcPanel .icon-people{
    background: url(/online/images/pcIntro.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pcPanel .icon-local{
    background: url(/online/images/icon-pc.png) no-repeat center center;
    background-size: 100% 100%;
}
#pcLocalPhoto{
    outline: none;
  background: #ffc000;
  border:1px solid #f0b503;  
}
#pcLocalPhoto.active{
   box-shadow: 2px 2px 8px 0 #ffc000; 
}
button#pcLocalPhoto.disabled{
    background: #dbdbdb;
    border:1px solid #dbdbdb;  
}
.pcPanel input[type='file']{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    font-size: 200px\0;
}
.pc-bottom{
    width: 500px;
    height: 400px;
    margin: 10px auto 0;
}
.pc-bottom .tips{
    color: #fff;
    font-size: 14px;
}
.photoBox{
    position: relative;
}
.pcTakePhotoBox{
	width: 500px;
	height: 330px;
	margin-top: 18px;
	display: none;
	position: relative;
	overflow: hidden;
}
#pcWebcam,#pcTakePhoto{
    width: 500px;
    height: 300px;
	float: left;
}
.pcTakePhotoBox.two #pcWebcam{
	margin-left: -500px;
}
.pcTakePhotoBox.two #pcTakePhoto{
	float: none;
	text-align: center;
	margin: 40px auto 0;
}
#pcStatus{
    position: absolute;
    width: 100%;
    text-align: center;
	bottom: 0;
}
#pcFilePhoto{
    width: 500px;
    height: 350px;
}
#pcFilePhoto img{
    display: block;
    max-width: 100%;
    height: 100%; 
    margin: 0 auto;
}
.btnOut button.jianbianbtn{
    color: #fff;
    margin: 14px auto 0;
    background: linear-gradient(30deg,#2f47f6, #8b65f8);
}
.pc-bottom .pc-intro-bg{
    width: 320px;
    height: 320px;
    margin: 14px auto 0;
    background: url(/online/images/icon-pc2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pcPanel .reUpload span{
    color: #000;
}
.pc-face .goToLearn{
	width: 55%;
	height: 80%;
}
.tips-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3000;
}
.tips-JN h2{
    font-size: 18px;
    font-weight: bold;
}
.tips-JN{
    width: 680px;
    height: 540px;
    padding: 40px;
    font-size: 16px;
    line-height: 34px;
    background: linear-gradient(to bottom, #fafafa, #e4eff6);
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #ccc;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-358px, -298px)
}

.tips-JN p{
    text-indent: 2em;
}
.sureJN{
    cursor: pointer;
}
.sureJN span{
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url(/online/images/test_select_10.png);
    display: inline-block;
    background-size:100% 100%;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.sureJN:hover span,
.sureJN span.test_span_hover{
    background-image: url(/online/images/test_select_22.png);
}
.tips-JN .bott{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
}
.tips-JN .bott button{
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #394af7, #8864f8)
}
.kc-con a.zhibo{
    display: none;
}
.mobile-iframe {
    float: left;
}
@media screen and (max-width:500px) {
    .conAuto.chat-wrapper.kc-con p{
        display: flex;
        flex-wrap: wrap;
        min-height: 350px;
    }
    .conAuto.chat-wrapper.kc-con p:first-child + p {
        margin-top: -16%;
        margin-bottom: 8%;
    }
    .kc-con a.zhibo{
        display: block;
    }
}
.bgNone{
    background: none;
}
#pcFaceDetect[disabled],#pcLocalPhoto[disabled]{
    background: #666!important;
    border: 1px solid #666!important;
    box-shadow: 2px 2px 8px 0 #666;
}

/* 20200515 */
/* 唐山农村致富带头人培训平台 */
.ts-login{
	width: 100%;
	height: 100vh;
	background: url(../images/login-tangshan.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.ts-login-header{
	background: rgba(255,255,255,0.5);
}
.ts-login-header .nav li a{
	color: #4381e6;
}
.ts-login-header .nav li a:hover{
	color: #fff;
	background-color: #4381e6;
	box-shadow: 2px 2px 1px #4381e6 inset
}
.header-logo.ts-logo{
	max-width: 340px;
	margin: 6px 0 0 30px;
}
.ts-banner{
	background: url(../images/banner-blank.jpg) no-repeat center center;
}
.login-top.ts{
	margin: 44px 0 14px;
}
.login-top h2.tsTop{
	margin: 0;
}
.login-top h2.ts{
	font-size: 24px;
}
.tsLoginBtn{
	cursor: pointer;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	width: 17%;
	height: 11%;
	right: 19.3%;
	bottom:14.8%;
	background: url(../images/icon-ts-login.png) no-repeat  center center;
	background-size: 100% 100%;
	transform: scale(1);
	transition: all .3s ease;
}
.tsLoginBtn:hover{
	transform: scale(1.1);
}
@media  screen and (max-width:1400px) {
	.header-logo.ts-logo{
		width: 300px;
		margin: 4px 0 0 30px;
	}
}
@media screen and (max-width: 500px){
	.header-logo.ts-logo{
		max-width: 260px;
		transform: translate(-30px,0);
		margin: 0 auto;
	}
	.ts-banner {
		background: url(../images/ver-banner.jpg) no-repeat center center;
		height: 100vh;
		background-size: 100% 100%;
	}
	.ts-login-header .nav li:nth-child(1) a{
		color: #fff;
	}
	.ts-login{
		width: 100vw;
		height: 100vh;
		background: url(../images/applogin-tangshan.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.tsLoginBtn{
		width: 50%;
		height: 60px;
		right: 50%;
		transform: translate(50%);
	}
	.tsLoginBtn:hover{
		transform: translate(50%) scale(1.1);
	}
}

@media screen and (max-width: 321px){
	.header-logo.ts-logo{
		max-width: 220px;
	}
}
