    a {
        color: currentColor;
        text-decoration: none;
        cursor: pointer;
    }
    
    a:hover {
        color: currentColor;
    }
    
    html,
    body {
        font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    }
    
    a {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    
    .icon-browsingvolume {
        font-size: 12px;
    }
    
    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    
    img {
        border: 0;
    }
    
    ol,
    ul,
    li {
        list-style: none;
    }
    
    .tf {
        transition: all 0.6s linear;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .head-banner {
        width: 100%;
        height: 550px;
        position: relative;
        /* background:linear-gradient(0deg,rgba(60,138,233,1),rgba(10,40,191,1)); */
    }
    
    .head-banner .head-banner-center {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        color: white;
        padding-top: 150px;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        z-index: 5;
    }
    
    .head-banner .head-banner-center h1 {
        font-size: 56px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: initial;
    }
    
    .head-banner .head-banner-center h1+div {
        color: rgba(255, 255, 255, 0.8);
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    
    .head-banner .head-banner-center .jyb-head-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .head-banner .head-banner-center .jyb-head-btn button {
        width: 220px;
        height: 48px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        background: none;
        font-size: 18px;
        color: white;
    }
    
    .head-banner .head-banner-center .jyb-head-btn button.act {
        background-color: #2EAB23;
        color: white;
        border-color: #2EAB23;
    }
    /* .head-banner .head-banner-center ul.list-array {
  position: absolute;
  align-items: center;
  box-sizing: border-box;
  bottom: 21px;
  width: 1200px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 0 50px;
  display: flex;
}
.head-banner .head-banner-center ul.list-array li {
  flex-grow: 1;
}
.head-banner .head-banner-center ul.list-array li div:nth-child(1) {
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: 36px;
}
.head-banner .head-banner-center ul.list-array li div:nth-child(2) {
  font-size: 16px;
  color: white;
  font-weight: bold;
  line-height: 36px;
}
.head-banner .head-banner-center ul.list-array li.act {
  color: #15FF00;
} */
    /* wcc start */
    
    .head-banner .head-banner-center .list-array {
        position: absolute;
        align-items: center;
        box-sizing: border-box;
        bottom: 21px;
        width: 1200px;
        height: 120px;
        /*background: url(../../images/web4.0/bj.png) no-repeat;*/
        background-size: 100% 100%;
        padding: 0 50px;
        display: flex;
        justify-content: flex-start;
    }
    
    .head-banner .head-banner-center .list-array .la-icon {
        width: 75px;
        height: 75px;
        margin-left: 40px;
        background: url(https://static.woshipm.com/2020051409491315142turn_yuan.png) no-repeat;
        background-size: 100% 100%;
        animation: turn 1s linear infinite;
    }

    @keyframes turn {
        0% {
            -webkit-transform: rotate(0deg);
        }
        25% {
            -webkit-transform: rotate(90deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
        }
        75% {
            -webkit-transform: rotate(270deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    
    .head-banner .head-banner-center .list-array .huo-img {
        width: 36px;
        height: 47px;
        position: absolute;
        top: 34px;
        left: 108px;
    }
    
    .head-banner .head-banner-center .list-array .la-center {
        margin-left: 27px;
        text-align: left;
    }
    
    .head-banner .head-banner-center .list-array .la-center .tit {
        font-size: 34px;
        font-weight: 600;
        color: rgba(255, 114, 0, 1);
        line-height: 34px;
    }
    
    .head-banner .head-banner-center .list-array .la-center .txt {
        font-size: 16px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 16px;
        margin-top: 15px;
    }
    
    .head-banner .head-banner-center .list-array .la-btn {
        margin-left: 300px;
    }
    
    .head-banner .head-banner-center .list-array .la-btn button {
        width: 183px;
        height: 56px;
        background: rgba(255, 114, 0, 1);
        box-shadow: 0px 5px 13px 0px rgba(248, 91, 15, 0.19);
        border-radius: 4px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 56px;
        border: 0;
    }
    
    .fanan-item .add-icon {
        display: flex;
        justify-content: flex-start;
    }
    
    .fanan-item .add-icon .icon {
        width: 84px;
        height: 32px;
        background: rgba(255, 114, 0, 1);
        border-radius: 4px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 32px;
        margin-left: 12px;
        margin-top: -3px;
        border: 0;
    }
    /* 活动入口 */
    
    .act-go {
        position: fixed;
        bottom: 180px;
        right: 1.6%;
        z-index: 999;
        cursor: pointer;
    }
    
    .act-go img {
        width: 68px;
        height: 118px;
    }
    /* 活动弹窗 */
    
    .act-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        overflow-y: auto;
        z-index: 10000;
    }
    
    .act-mask .act-content {
        width: 603px;
        padding: 42px 0;
        border-radius: 8px;
        background-color: #fff;
        position: absolute;
        box-sizing: border-box;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .act-mask .act-content .content .acc {
        display: flex;
        justify-content: flex-start;
    }
    
    .act-mask .act-content .content .acc .left {
        margin-left: 56px;
        padding-right: 75px;
    }
    
    .act-mask .act-content .content .acc .left {
        border-right: 1px dashed rgba(196, 196, 196, 0.54);
    }
    
    .act-mask .act-content .content .acc .left .t1 {
        font-size: 18px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
    }
    
    .act-mask .act-content .content .acc .left .t2 {
        font-size: 32px;
        font-weight: 600;
        color: rgba(255, 114, 0, 1);
        line-height: 32px;
        margin-top: 20px;
    }
    
    .act-mask .act-content .content .acc .left .t3 {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 14px;
        margin-top: 10px;
    }
    
    .act-mask .act-content .content .acc .left button {
        width: 140px;
        height: 40px;
        background: rgba(46, 171, 35, 1);
        border-radius: 20px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;
        margin-top: 30px;
        border: 0;
    }
    
    .act-mask .act-content .content .acc .t4 {
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 36px;
        margin-top: 20px;
        text-align: center;
    }
    
    .act-mask .act-content .content .acc .right {
        margin-left: 77px;
    }
    
    .act-mask .act-content .content .acc .right img {
        width: 120px;
        height: 120px;
        border: 4px solid #e6e6e6;
        border-radius: 4px;
    }
    
    .act-mask .icon-close {
        position: absolute;
        color: white;
        font-size: 32px;
        right: -80px;
        top: 0;
    }
    
    .icon-close:before {
        content: "\e611";
    }
    /* wcc end */
    
    .head-banner .bg-video-wrap {
        height: 550px;
        overflow: hidden;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    
    .head-banner .bg-video-wrap .banner-video {
        width: 100%;
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5);
        position: relative;
        top: -100px;
    }
    
    .kechen-list {
        width: 1100px;
        margin: 0 auto;
        padding: 30px 0 20px;
        box-sizing: border-box;
    }
    
    .kechen-list ul {
        display: flex;
    }
    
    .kechen-list ul li {
        background-color: white;
        box-shadow: 0px 10px 40px 0px rgba(153, 153, 153, 0.1);
        border-radius: 4px;
        padding: 20px;
        margin-right: 30px;
        transition: all 0.6s linear;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .kechen-list ul li:last-child {
        margin-right: 0;
    }
    
    .kechen-list ul li:hover {
        box-shadow: 0px 10px 40px 0px rgba(153, 153, 153, 0.3);
    }
    
    .kechen-list ul li:hover .top-detail+div {
        transform: translateX(24px);
        color: #2EAB23;
    }
    
    .kechen-list ul li .top-detail {
        display: flex;
        width: 306px;
    }
    
    .kechen-list ul li .top-detail img {
        flex-shrink: 0;
        margin-right: 20px;
    }
    
    .kechen-list ul li .top-detail img+div h4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        line-height: 24px;
        margin-bottom: 10px;
        height: 46px;
    }
    
    .kechen-list ul li .top-detail img+div p {
        font-size: 12px;
        color: #999;
        line-height: 24px;
    }
    
    .kechen-list ul li .top-detail+div {
        font-size: 12px;
        color: #333;
        float: right;
        margin-right: 24px;
        margin-top: 5px;
        transition: all 0.6s linear;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
   
    
    .jyb-block>div {
        width: 1100px;
        margin: 0 auto;
    }
    
    .jyb-block h1 {
        font-size: 40px;
        color: #333;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        line-height: initial;
    }
    
    .jyb-block h1+p {
        font-size: 16px;
        color: #999;
        text-align: center;
        line-height: 24px;
    }
    /* 10周魔鬼特训，从0到1全面构建产品知识体系 */
    
    .jyb-block-1 .week-wrap {
        margin-top: 30px;
    }
    
    .jyb-block-1 .week-ul {
        display: flex;
        cursor: pointer;
    }
    
    .jyb-block-1 .week-ul li {
        flex-basis: calc(100% / 11);
        font-size: 16px;
        color: #999;
        position: relative;
        text-align: center;
    }
    
    .jyb-block-1 .week-ul li.act {
        color: #2EAB23;
    }
    
    .jyb-block-1 .week-ul li.act:after {
        display: block;
    }
    
    .jyb-block-1 .week-ul li:after {
        position: absolute;
        bottom: -5px;
        height: 20px;
        width: 1px;
        content: '';
        border-left: 1px solid #2EAB23;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        display: none;
    }
    
    .jyb-block-1 .prs-wrap {
        width: 1078px;
        margin: 0 auto;
        -webkit-transform: translateX(9px);
        -moz-transform: translateX(9px);
        -ms-transform: translateX(9px);
        -o-transform: translateX(9px);
        transform: translateX(9px);
        height: 1px;
        border-bottom: 1px dashed #ccc;
        position: relative;
        top: 25px;
    }
    
    .jyb-block-1 .prs-wrap>div {
        position: absolute;
        width: 50px;
        height: 1px;
        border-bottom: 2px solid #2EAB23;
        left: 2px;
        top: 0;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    .jyb-block-1 .zhishitixi-box {
        /* padding: 0 40px; */
        padding-top: 85px;
        padding-bottom: 80px;
        width: 1100px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper {
        overflow: hidden;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide {
        overflow: hidden;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top,
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down {
        display: flex;
        justify-content: space-between;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top>h2,
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down>h2 {
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top>h2 span,
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down>h2 span {
        cursor: pointer;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top h2+div,
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down h2+div {
        font-size: 16px;
        color: #999;
        line-height: 32px;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top>div:first-child,
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down>div:first-child {
        width: 498px;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top {
        margin-bottom: 20px;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top .kechendg-sw span {
        cursor: pointer;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top .kechendg div {
        cursor: pointer;
        display: none;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .top .kechendg div.act {
        display: block;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-left {
        border-top: 1px solid #E6E6E6;
        padding-top: 25px;
        box-sizing: border-box;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-left .kechenmudi div {
        display: none;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-left .kechenmudi div.act {
        display: block;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-right .rb-slide {
        background-size: 100% 100%;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-right .rb-slide .slide-mask {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-right .rb-slide .slide-mask p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 13px;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-right .rb-slide .slide-mask h2 {
        font-size: 32px;
    }
    
    .jyb-block-1 .zhishitixi-box .zhishitixi-swiper .zhishitixi-slide .down-right .rb-slide .slide-mask span {
        position: absolute;
        font-size: 14px;
        color: white;
        right: 20px;
        bottom: 20px;
    }
    
    .jyb-block-2 .daoshi-nav-ul {
        display: flex;
        margin-bottom: 46px;
        margin-top: 39px;
        justify-content: center;
    }
    
    .jyb-block-2 .daoshi-nav-ul li {
        padding: 0 30px;
        font-size: 16px;
        color: #666;
        position: relative;
        cursor: pointer;
        font-weight: bold;
    }
    
    .jyb-block-2 .daoshi-nav-ul li.act {
        color: #2EAB23;
    }
    
    .jyb-block-2 .daoshi-nav-ul li:last-child:after {
        display: none;
    }
    
    .jyb-block-2 .daoshi-nav-ul li:after {
        position: absolute;
        content: '';
        right: 0;
        height: 16px;
        width: 1px;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
        top: 5px;
    }
    
    .jyb-block-2 .box {
        width: 1100px;
        margin: 0 auto;
        height: 367px;
    }
    
    .jyb-block-2 .box .list-item {
        position: fixed;
        z-index: -1;
    }
    
    .jyb-block-2 .box .list-item.act {
        display: block;
        position: relative;
        z-index: 1;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide {
        display: flex;
        justify-content: space-between;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide .swiper-out-slide-left {
        width: 420px;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide .swiper-out-slide-right {
        width: 655px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide .swiper-out-slide-right .daoshi-name {
        font-size: 32px;
        color: #333;
        font-weight: bold;
        line-height: 48px;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide .swiper-out-slide-right .daoshi-name+div {
        font-size: 16px;
        color: #333;
    }
    
    .jyb-block-2 .box .list-item .swiper-out .swiper-out-slide .swiper-out-slide-right .daoshi-jiesao {
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .jyb-block-2 .box .list-item .swiper-inner-box {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 655px;
    }
    
    .jyb-block-2 .box .list-item .swiper-inner-box .other-daoshi {
        position: absolute;
        width: 100%;
        top: -35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333;
    }
    
    .jyb-block-2 .box .list-item .swiper-inner-box .swiper-inner .swiper-inner-slide:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .jyb-block-2 .box .list-item .swiper-inner-box .swiper-inner .swiper-inner-slide.swiper-slide-active {
        box-sizing: border-box;
    }
    
    .jyb-block-2 .box .list-item .swiper-inner-box .swiper-inner .swiper-inner-slide.swiper-slide-active:after {
        display: none;
    }
    /* 12项课程服务覆盖教·学·练·做，保障学习效果 */
    
    .jyb-block-3 .kechen-swiper-box {
        width: 910px;
        margin: 60px auto 0;
        position: relative;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide {
        display: flex;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide .kc-slide-left {
        flex-basis: 512px;
        flex-shrink: 0;
        padding-top: 60px;
        float: left;
        overflow: auto;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide .kc-slide-left h2 {
        font-size: 32px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide .kc-slide-left h2+div {
        font-size: 16px;
        color: #999;
        line-height: 32px;
        display: flex;
        flex-wrap: wrap;
        width: 510px;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide .kc-slide-left h2+div span {
        border: 1px solid #CCCCCC;
        padding: 0 43px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-slide .kc-slide-left h2+div span.act {
        color: #2EAB23;
        border-color: #2EAB23;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-btn {
        position: absolute;
        width: 160px;
        bottom: 100px;
        left: 0;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-btn>div {
        width: 60px;
        height: 40px;
        border: 1px solid #999999;
        border-radius: 4px;
        background-image: none;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #999;
        outline: none;
    }
    
    .jyb-block-3 .kechen-swiper-box .kechen-server-btn>div:hover {
        background-color: #2EAB23;
        color: white;
        border-color: #2EAB23;
    }
    
    .jyb-block-4 {
        padding-bottom: 53px;
        
        background-size: cover;
        background-position: center;
    }
    
    .jyb-block-4 .qiuzhi-box {
        color: white;
        width: 1100px;
        margin: 0 auto;
        margin-top: 15px;
    }
    
    .jyb-block-4 .qiuzhi-box ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .jyb-block-4 .qiuzhi-box li {
        width: 275px;
        height: 160px;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    
    .jyb-block-4 .qiuzhi-box li:nth-child(4n) {
        margin-right: 0;
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item {
        width: 280px;
        height: 160px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item:hover .change-item-a,
    .jyb-block-4 .qiuzhi-box li .changebox .change-item:hover .change-item-b {
        transform: translateY(-160px);
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item .change-item-a,
    .jyb-block-4 .qiuzhi-box li .changebox .change-item .change-item-b {
        text-align: center;
        box-sizing: border-box;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item .change-item-a img {
        margin-top: 29px;
        margin-bottom: 24px;
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item .change-item-a strong {
        font-size: 20px;
        font-weight: normal;
    }
    
    .jyb-block-4 .qiuzhi-box li .changebox .change-item .change-item-b h3 {
        margin: 15px 0;
    }
    
    .jyb-block-5 .text-box {
        width: 980px;
        margin: 20px auto;
        height: 513px;
        margin-top: 45px;
        position: relative;
    }
    
    .jyb-block-5 .text-box .left-swiper {
        width: 400px;
        height: 100%;
    }
    
    .jyb-block-5 .text-box .left-swiper .swiper-head {
        height: 40px;
        background: #295FCC;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .jyb-block-5 .text-box .left-swiper .swiper-head>span {
        flex-grow: 1;
        flex-shrink: 0;
        text-align: center;
        font-size: 16px;
        color: white;
        box-sizing: border-box;
    }
    
    .jyb-block-5 .text-box .left-swiper .text-swiper {
        height: calc( 100% - 65px);
    }
    
    .jyb-block-5 .text-box .left-swiper .text-swiper .swiper-slide {
        height: 50px;
        background: #F5F6F7;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .jyb-block-5 .text-box .left-swiper .text-swiper .swiper-slide.swiper-slide-active {
        background: white;
    }
    
    .jyb-block-5 .text-box .left-swiper .text-swiper .swiper-slide>span {
        flex-grow: 1;
        text-align: center;
        font-size: 14px;
        color: #333;
    }
    
    .jyb-block-5 .text-box ul {
        position: absolute;
        top: 39px;
        left: 400px;
        background: white;
        height: 440px;
        width: 580px;
        box-sizing: border-box;
        background-image: url('../../images/web4.0//jyb/tablebg.jpg');
        background-size: 100% 100%;
    }
    
    .jyb-block-5 .text-box ul .info-flow {
        position: absolute;
        left: 70px;
        font-size: 14px;
        color: #999;
        bottom: 53px;
    }
    
    .jyb-block-5 .text-box ul li {
        display: none;
        height: 65px;
        align-items: center;
        justify-content: space-between;
        padding: 20px 70px;
        box-sizing: border-box;
        font-size: 16px;
        color: #333;
    }
    
    .jyb-block-5 .text-box ul li.act {
        display: block;
    }
    
    .jyb-block-5 .text-box ul li>div {
        height: 48px;
        line-height: 48px;
    }
    
    .jyb-block-6 .story {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    .jyb-block-6 .story .story-swiper {
        margin-top: 17px;
    }
    
    .jyb-block-6 .story .story-swiper .line-a,
    .jyb-block-6 .story .story-swiper .line-b {
        display: flex;
        justify-content: space-between;
        height: 240px;
        margin-bottom: 20px;
        color: white;
    }
    
    .jyb-block-6 .story .story-swiper .line-long {
        width: 710px;
        height: 240px;
        border-radius: 4px;
    }
    
    .jyb-block-6 .story .story-swiper .line-long,
    .jyb-block-6 .story .story-swiper .line-short {
        box-sizing: border-box;
    }
    
    .jyb-block-6 .story .story-swiper .line-short {
        width: 370px;
        height: 240px;
        border-radius: 4px;
    }
    
    .jyb-block-6 .story .story-swiper a {
        color: white;
        text-decoration: none;
        display: inline-block;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    .jyb-block-6 .story .story-swiper .slide {
        padding: 30px;
        box-sizing: border-box;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-size: cover;
    }
    
    .jyb-block-6 .story .story-swiper .slide:hover .brightMask {
        background-color: rgba(0, 0, 0, 0);
    }
    
    .jyb-block-6 .story .story-swiper .slide:hover a {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    
    .jyb-block-6 .story .story-swiper .slide:hover h3+div {
        color: white;
    }
    
    .jyb-block-6 .story .story-swiper .slide h3 {
        font-size: 24px;
        color: white;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 67px;
        line-height: 40px;
        margin-bottom: 38px;
        max-width: 480px;
        padding-right: 40px;
        position: relative;
        z-index: 2;
    }
    
    .jyb-block-6 .story .story-swiper .slide h3+div {
        position: relative;
        z-index: 2;
        color: white;
        font-size: 14px;
        color: #ccc;
    }
    
    .jyb-block-6 .story .story-swiper .slide h3+div p {
        margin-bottom: 5px;
    }
    
    .jyb-block-6 .story .story-swiper .slide h3+div div {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-right: 40px;
        box-sizing: border-box;
    }
    
    .jyb-block-6 .story .story-swiper .slide .brightMask {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        transition: all 0.3s linear;
        border-radius: 4px;
    }
    
    .jyb-block-7 {
        background-image: url('../../images/web4.0//jyb/bg-pj_26.jpg');
        background-repeat: no-repeat;
        height: 500px;
        padding-top: 50px;
    }
    
    .jyb-block-7 h1 {
        color: white;
    }
    
    .jyb-block-7 .pingjia-swiper {
        margin-top: 50px;
        position: absolute;
        height: 515px;
        left: 50%;
        transform: translateX(-50%);
        width: 1100px;
    }
    
    .jyb-block-7 .pingjia-swiper .swiper-slide img {
        margin-right: 18px;
    }
    
    .jyb-block-7 .pingjia-swiper .swiper-slide img:nth-child(4n) {
        margin-right: 0;
    }
    
    .jyb-block-7 .pingjia-swiper .swiper-pagination-bullet-active {
        background: #2EAB23;
    }
    
    .jyb-block-8 {
        padding-bottom: 60px;
    }
    
    .jyb-block-8 .fanan-wrap {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item {
        width: 530px;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head {
        height: 309px;
        padding: 40px 40px 0;
        box-sizing: border-box;
        background-image: url('../../images/web4.0//jyb/card_26.png');
        color: white;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head h2+div {
        line-height: 24px;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 50px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn>span {
        font-size: 24px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn button {
        width: 123px;
        height: 40px;
        background: #ffffff;
        border-radius: 4px;
        border: none;
        color: #30A326;
        font-size: 16px;
        cursor: pointer;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn .price-left-a {
        font-size: 24px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn .price-left-a small {
        font-size: 16px;
        opacity: 0.5;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn .price-left-b {
        font-size: 14px;
        opacity: 0.5;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn+div {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        border-top: 1px dashed rgba(255, 255, 255, 0.2);
        /* background-color:#2F9E24;
                    width: 580px;
                    margin-left: -40px;
                    padding: 0 40px;
                    box-sizing: border-box; */
        position: relative;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head .price-and-btn+div .shenqingtj {
        position: absolute;
        display: none;
        top: 50px;
        width: 580px;
        box-sizing: border-box;
        padding: 0 40px 0 40px;
        background-color: #30a326;
        margin-left: -40px;
        padding-bottom: 29px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul {
        background-color: #F5F6F7;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul li {
        font-size: 15px;
        color: #333;
        padding: 0 40px;
        height: 42px;
        line-height: 42px;
        border-bottom: 1px solid #F2F2F2;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul li:first-child {
        padding-top: 10px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul li i {
        margin-right: 40px;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul li strong {
        color: black;
        font-weight: bold;
    }
    
    .jyb-block-8 .fanan-wrap .fanan-item .item-head+ul li.err {
        color: #999;
    }
    
    .jyb-block-8 .help-text {
        font-size: 16px;
        color: #999;
        margin-top: 39px;
        text-align: center;
    }
    
    .jyb-block-9 {
        background-image: url('../../images/web4.0//jyb/bg_31.jpg');
        padding-bottom: 80px;
    }
    
    .jyb-block-9 .imageswrap {
        margin-top: 60px;
    }
    
    .jyb-block-10 {
        background-color: #F5F6F7;
        padding-bottom: 80px;
    }
    
    .jyb-block-10 .question-wrap {
        margin-top: 50px;
        width: 1100px;
        background: #ffffff;
        box-shadow: 0px 10px 40px 0px rgba(18, 83, 214, 0.1);
        border-radius: 4px;
        padding: 60px 40px 0;
        box-sizing: border-box;
    }
    
    .jyb-block-10 .question-wrap li {
        display: none;
        border-bottom: 1px dashed #e6e6e6;
        padding-top: 35px;
    }
    
    .jyb-block-10 .question-wrap li:nth-child(1) {
        display: block;
        border-bottom: none;
        padding-top: 0;
    }
    
    .jyb-block-10 .question-wrap li:nth-child(2) {
        border-top: 1px dashed #e6e6e6;
    }
    
    .jyb-block-10 .question-wrap li:last-child {
        border-bottom: none;
    }
    
    .jyb-block-10 .question-wrap li h3 {
        font-size: 24px;
        color: #333;
        padding-left: 45px;
        background-image: url('../../images/web4.0//jyb/qa_34.png');
        background-size: auto;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }
    
    .jyb-block-10 .question-wrap li div {
        font-size: 16px;
        color: #333;
        padding-left: 45px;
        line-height: 28px;
        background-image: url('../../images/web4.0//jyb/qa_37.png');
        background-size: auto;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }
    
    .jyb-block-10 .chackmore {
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #2EAB23;
        font-size: 16px;
        border-top: 1px solid #E6E6E6;
        cursor: pointer;
    }
    /* 19/06/10优化 */
    
    .skill-list {
        position: relative;
        margin: 0 auto;
        width: 1200px;
        padding: 30px 0 20px;
    }
    
    .skill-list .skill-bao {
        justify-content: space-between;
        display: flex;
    }
    
    .skill-list .skill-bao li {
        width: 224px;
        height: 145px;
        background-size: contain;
        font-size: 16px;
        color: white;
    }
    
    .skill-list .skill-bao li div {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: 80px 42px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .add-ewm-mask {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        display: none;
    }
    
    .add-ewm-mask .add-content {
        background-color: white;
        width: 240px;
        height: 292px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 30px;
        position: absolute;
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .add-ewm-mask .add-content img {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }
    
    .add-ewm-mask .add-content p {
        color: #666;
        text-align: center;
        font-size: 14px;
    }
    
    .add-ewm-mask .add-content .fa-close {
        color: white;
        font-size: 34px;
        position: absolute;
        right: -30px;
        top: -20px;
        cursor: pointer;
    }
    /* 脉脉联合20190819 */
    
    .add-mm-wrap {
        background-color: #F5F6F7;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    
    .add-mm {
        width: 1100px;
        background: rgba(192, 192, 192, 0.3);
        border-radius: 4px;
        padding: 17px 26px;
        box-sizing: border-box;
        display: flex;
        margin: 0 auto;
    }
    
    .add-mm img {
        width: 130px;
        height: 130px;
        border-radius: 4px;
        margin-right: 30px;
    }
    
    .add-mm .add-mm-content h3 {
        font-size: 22px;
        color: #333;
        line-height: 1;
        padding: 20px 0;
    }
    
    .add-mm .add-mm-content ul {
        display: flex;
    }
    
    .add-mm .add-mm-content ul li {
        margin-right: 60px;
        display: inline-flex;
    }
    
    .add-mm .add-mm-content ul li:last-child {
        margin-right: 0;
    }
    
    .add-mm .add-mm-content ul li span {
        font-size: 18px;
        color: #999;
        position: relative;
        transform: translateY(-5px);
    }
    
    .add-mm .add-mm-content ul li div {
        margin-left: 12px;
        font-size: 16px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 208px;
    }
    
    .mmxqd {
        width: 100%;
        background-color: #F5F6F7;
        padding: 10px 0;
        text-align: center;
    }
    
    .mmxqd div {
        font-size: 24px;
        color: #666;
        padding-top: 30px;
        padding-bottom: 30px;
    }