@media screen and (min-width: 769px) {
    * {
        padding: 0;
        margin: 0;
    }
    li {
        list-style: none;
    }
    a {
        list-style: none;
        text-decoration: none;
    }
    .header-nav-content ul li {
        padding: 0 15px
    }
    .header-nav-content-mobile {
        display: none;
    }
    /* 右侧边栏 */
    .side-bar-wrapper {
        width: 70px;
        border-radius: 5px;
        position: fixed;
        right: 0;
        z-index: 999999999999;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }
    .side-bar-wrapper ul {
        display: flex;
        border-radius: 5px;
        background: linear-gradient(90deg, #0063F5 0%, #0093FB 84%);
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .side-bar-wrapper ul .jy-li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        position: relative;
    }
    .side-bar-wrapper ul .jy-li:hover .mini-bar {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
    .side-bar-wrapper ul .jy-li {
        margin-bottom: 28px;
    }
    .side-bar-wrapper ul .jy-li img {
        width: auto;
        height: 27px;
        margin-bottom: 5px;
    }
    .mini-bar {
        width: 140px;
        background: #FFFFFF !important;
        box-shadow: 0px 0px 4px 0px rgba(16, 25, 58, 0.12);
        position: absolute;
        right: 70px;
        top: -8px;
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    .mini-bar li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #444444;
    }
    /* gift礼包栏 */
    .gift_btn {
        width: 50px;
        height: 62px;
        right: 11px;
        z-index: 999;
    }
    .gift_btn_left {
        display: none;
        width: 140px;
        height: 195px;
        position: fixed;
        padding-top: 13px;
        bottom: 66%;
        right: 75px;
        z-index: 999;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(16, 25, 58, 0.15);
        border-radius: 5px;
        box-sizing: border-box;
    }
    /* 头部 */
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 72px;
        min-width: 1200px;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #0071ef;
    }
    .header-width {
        width: 1240px;
        margin: 0 auto;
        height: 72px;
        position: relative;
    }
    .dorp {
        position: relative;
        height: 72px;
        line-height: 72px;
        font-size: 16px;
        color: white;
        display: inline-block;
    }
    .header-logo {
        display: flex;
        align-items: center;
        height: 72px;
        position: absolute;
    }
    .header-logo-left {
        display: flex;
        align-items: center;
    }
    .header-logo-left a:first-child {}
    .header-logo-left a:last-child {
        display: none;
    }
    .header-logo-line {
        width: 1px;
        height: 80%;
        background: #eee;
        padding-top: 10%;
        margin-right: 10px;
        margin-left: 10px;
    }
    .header-logo img {
        width: 115px;
        height: 55px;
    }
    .header-serviceone {
        width: 60px;
        height: 100%;
        font-size: 20px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        white-space: nowrap;
    }
    .header-mobile-nav {
        display: none;
    }
    .header-nav {
        align-items: center;
        position: absolute;
        width: 100%;
        text-align: center;
        height: 72px
    }
    .header-nav-content {
        width: 100%;
        text-align: center;
        display: inline-block;
        position: absolute;
        height: 72px;
        left: 0;
    }
    .header-nav-content ul {
        margin-left: -60px;
        display: inline-block;
    }
    .header-nav-content ul li a {
        color: white;
        font-size: 16px;
        font-weight: normal;
    }
    .header-nav-content ul a li.nav-active {
        color: #FFFFFF;
        display: inline-block;
    }
    .header-nav-subcontent {
        display: none;
        align-items: center;
        position: absolute;
        width: 540px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 20px 0px rgba(25, 27, 57, 0.08);
        border-radius: 5px;
        padding: 15px 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        left: 0px;
        top: 60px;
    }
    .header-nav-subcontent p {
        width: 160px;
        height: 50px;
        line-height: 50px;
        color: #383838;
        font-size: 16px;
        padding-left: 12px;
        box-sizing: border-box;
        text-align: left;
    }
    .header-nav-subcontent p a {
        color: #383838;
    }
    .header-nav-subcontent a {
        width: 160px;
        height: 50px;
        line-height: 50px;
        color: #383838;
        font-size: 16px;
        padding-left: 12px;
        box-sizing: border-box;
    }
    .header-nav-subcontent p:hover {
        color: #0083C6;
        box-shadow: 0px 5px 10px 0px rgba(25, 27, 57, 0.1);
    }
    .header-nav-subcontent p:hover a {
        color: #0083C6 !important;
    }
    .header-nav-subcontent-active {
        display: flex;
    }
    .header-nav-content ul a {
        position: relative;
        height: 72px;
        line-height: 72px;
    }
    .header-nav-content ul a li {
        padding: 0 15px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .header-nav-content ul a li {
        color: #383838;
        font-size: 16px;
    }
    .header-telephone {
        display: flex;
        align-items: center;
        position: absolute;
        right: 160px;
        top: 27px;
    }
    .header-telephone img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .header-telephone p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        white-space: normal;
    }
    .header-demo {}
    .header-mobile-apply {
        display: none;
    }
    .angle {
        display: none;
    }
    .sub-menu-header {
        display: none;
    }
    .header-apply {
        position: absolute;
        left: 1140px;
        width: 100px;
        height: 34px;
        background: #FFFFFF;
        border-radius: 17px;
        right: 0px;
        align-items: center;
        text-align: center;
        top: 19px;
    }
    .header-apply a {
        font-size: 14px;
        color: #000000;
        line-height: 34px;
    }
    .header-login {
        position: absolute;
        left: 1240px;
        width: 100px;
        height: 34px;
        background: rgba(43, 204, 168, 1);
        border-radius: 17px;
        right: 0px;
        align-items: center;
        text-align: center;
        top: 19px;
    }
    .header-login a {
        font-size: 14px;
        color: #fff;
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    * {
        padding: 0;
        margin: 0;
    }
    li {
        list-style: none;
    }
    a {
        list-style: none;
        text-decoration: none;
    }
    /* 右侧边栏 */
    .side-bar-wrapper {
        display: none;
    }
    /* 礼包栏 */
    .gift_btn {
        display: none;
    }
    .gift_btn_left {
        display: none;
    }
    /* 头部 */
    .header {
        display: block;
        align-items: center;
        width: 100%;
        height: 49px;
        overflow: hidden;
        background: #FFFFFF;
        position: fixed;
        z-index: 999;
        top: 0;
    }
    .header-logo {
        display: flex;
        margin-left: 25px;
        height: 100%;
        align-items: center;
    }
    .header-serviceone {
        font-size: 14px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 200;
        color: rgba(255, 255, 255, 1);
        padding-bottom: 2px;
        line-height: 30px;
    }
    .header-width {
        height: 100%;
    }
    .header-logo img {
        width: 58px;
        height: 28px;
        vertical-align: bottom;
    }
    .header-mobile-nav {
        flex: 1;
    }
    .header-mobile-nav img {
        width: 19px;
        float: right;
        height: 14px;
        margin-right: 14px;
    }
    .mobile-menu img {
        width: 20px;
        height: 15px;
    }
    .header-nav {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        display: none;
    }
    .header-nav-content-mobile {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        right: 0;
        z-index: 999;
        display: none;
    }
    .header-nav-content-mobile ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 296.5px;
        margin-left: auto;
        background: #FFF;
        height: 100%;
        overflow: visible !important;
        padding-left: 23px;
        padding-top: 74px;
        z-index: 999;
    }
    .header-nav-content-mobile ul a {
        color: #454545 !important;
        font-size: 16px !important;
        width: 100%;
        font-weight: bold !important;
        margin-bottom: 15px;
        display: flex;
    }
    .header-nav-content-mobile ul a li {
        font-size: 16px;
        color: #454545 !important;
        font-weight: bold;
        width: 100%;
        align-items: center;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .header-nav-content-mobile ul a li {
        font-size: 16px;
        color: #454545 !important;
        font-weight: bold;
        text-align: left;
    }
    .header-nav-content-mobile ul a li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0.1rem;
        background: white;
        margin-left: -5px;
    }
    .header-demo {
        display: none;
    }
    .header-telephone {
        display: none;
    }
    .header-logo-line {
        width: 1px;
        height: 17px;
        background: #BEC9CE;
        margin-right: 5px;
        margin-left: 6px;
    }
    .header-mobile-apply {
        background: #0665E0;
        border-radius: 13px;
        width: 90px;
        height: 27px;
        margin: 0 auto;
        flex: 1;
        text-align: center;
        font-size: 11px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        line-height: 27px;
    }
    /* .header-mobile-apply a {
        font-size: 11px;
        font-family: 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        line-height: 27px;
    } */
    .header-nav-subcontent {
        margin: 0rem 0rem 0rem 15px;
        color: #666666;
        width: 100%;
        font-size: 15px;
        width: 100% !important;
    }
    .header-logo-left {
        flex: 2;
        display: flex;
        align-items: center;
    }
    .header-logo-left a:first-child {
        display: none;
    }
    .header-logo-left a:last-child {}
    .dorp {
        width: 100%;
        text-align: left;
        display: flex;
        border-bottom: 1px solid white;
    }
    .dorp li {
        width: 100%;
    }
    .header-nav ul li {
        padding: 0;
        margin-bottom: 15px;
        align-items: center;
        width: 100%;
    }
    .angle {
        width: 6.5px;
        margin-left: 7.5px;
        margin-bottom: auto;
        margin-top: auto;
        box-sizing: border-box;
    }
    .header-nav-subcontent p {
        width: 50%;
        float: left;
    }
    .header-nav-subcontent p a {
        width: 120px;
        font-size: 16px !important;
        margin-bottom: 15px;
        line-height: 16px !important;
        display: inline-block;
        font-weight: normal !important;
    }
    .sub-menu-header {
        width: 296.5px;
        height: 26px;
        display: flex;
        background: #fff;
        justify-content: space-between;
        align-items: center;
        padding: 12px 11px 12px 12px;
        border-bottom: 1px solid #E2E2E2;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .sub-logo {
        width: 97px;
        height: 25.5px;
        background: url(../img/mobile/01首页/决策易logo.png) no-repeat center center;
        background-size: 100%;
    }
    .sub-close {
        width: 15px;
        height: 15px;
        opacity: 0.9;
        background: url(../img/close.png) no-repeat center center;
        background-size: 100%;
    }
    .rotate {
        transform: rotate(180deg);
    }
    .hidemenu {
        display: none;
    }
}