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

html {
    height: 100%
}

body {
    margin: 0px;
    min-height: 100%;
    background-color: #fff;
    font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.container {
    height: auto;
    min-height: calc(100vh - 130px)
}

.content {
    margin: 0 auto;
    max-width: 1200px
}

@font-face {
    font-family: 'header-iconfont';
    src: url("//at.alicdn.com/t/font_358977_e7yj5zq1199.eot");
    src: url("//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2") format("woff2"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.woff") format("woff"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf") format("truetype"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont") format("svg")
}

@font-face {
    font-family: 'iconfont';
    /* project id 358977 */
    src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot');
    src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff') format('woff'),
        url('//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont') format('svg');
}

.icon {
    display: inline-block;
    color: #000;
    font-style: normal;
    font-size: 12px;
    font-family: 'iconfont';
}

#header-model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 64px;
    background-color: pink;
    color: #fff;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 14px;
    align-items: center;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: pageIn;
    -moz-animation-name: pageIn;
    animation-name: pageIn;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-font-smoothing: initial
}

#header-model.no-transition {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}

#header-model .icon {
    display: inline-block;
    color: #666666;
    font-style: normal;
    font-size: 12px;
    font-family: 'header-iconfont'
}

@-webkit-keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

#header-model .header-container {
    font-family: PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, Microsoft YaHei, Roboto, sans-serif
}

#LOGO {
    height: 44px;
    padding: 0 25px 0 20px
}

.logo-link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    font-size: 0
}

.logo-link:hover {
    opacity: .8
}

#nav>ul.pc-nav {
    padding-left: 23px;
    white-space: nowrap;
    margin-left: 0;
    letter-spacing: 0
}

#nav>ul.pc-nav>li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    line-height: 64px;
    margin-right: 4.5px;
    margin-left: 0
}

#nav>ul.pc-nav>li a {
    display: block;
    color: #fff;
    text-decoration: none
}

#nav>ul.pc-nav>li.active a,
#nav>ul>li.active span,
#nav>ul>li.active .icon {
    color: #4A90E2
}

#nav>ul.pc-nav>li>a:hover {
    text-decoration: none;
    opacity: .8
}

#nav>ul.pc-nav>li .icon {
    margin: 0 -7px 0 -5px;
    transform: scale(0.5)
}

#nav>ul.pc-nav>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

#nav .pc-nav .sub-nav {
    position: absolute;
    top: 64px;
    left: 0;
    width: 140px;
    padding: 10px 0 15px;
    background-color: rgba(33, 32, 28, 0.9);
    list-style: none;
    line-height: 40px;
    opacity: 0;
    visibility: hidden
}

#nav>ul.pc-nav>li .sub-nav li {
    margin-left: 0
}

#nav>ul.pc-nav>li .sub-nav li a {
    padding: 0 20px !important;
    color: #fff
}

#nav>ul.pc-nav>li .sub-nav li.active a {
    color: #4A90E2
}

#nav>ul.pc-nav>li .sub-nav li a:hover {
    opacity: .8
}

.mb-logo {
    position: relative;
    z-index: 1;
    align-items: center;
    display: none
}

.mb-logo #LOGO {
    height: 35px;
    padding: 0 10px 0 20px
}

.mb-nav {
    display: none;
    -webkit-font-smoothing: initial
}

#nav.show .mb-nav>ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

#nav.show .mb-nav>ul,
#nav.show .nav-icon.close {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

#nav.show .nav-icon.menu {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

#nav .mb-nav .sub-nav {
    padding: 0px 0 5px 0px;
    font-size: 12px;
    list-style: none;
    line-height: 40px
}

#nav .mb-nav .sub-nav li {
    padding: 0 20px
}

#nav .nav-icon {
    display: none;
    position: absolute;
    top: 9px;
    z-index: 1;
    right: 5px;
    width: 22px;
    padding: 15px;
    visibility: visible;
    opacity: 1;
    box-sizing: content-box
}

#nav .nav-icon.close {
    visibility: hidden;
    opacity: 0
}

#nav .mb-nav {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box
}

#nav .mb-nav>ul {
    pointer-events: initial;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 64px 20px 0;
    background-color: #111;
    box-sizing: border-box;
    white-space: nowrap;
    flex-direction: column;
    line-height: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

#nav .mb-nav>ul>li {
    margin-left: 0;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#nav .mb-nav>ul>li a {
    display: block;
    color: #fff;
    text-decoration: none
}

#nav .mb-nav>ul>li.active span {
    color: #4A90E2
}

#nav .mb-nav>ul>li>a:hover {
    text-decoration: none;
    opacity: .8
}

#nav .mb-nav>ul>li .icon {
    margin: 0 -7px 0 -5px;
    transform: scale(0.5)
}

#nav .mb-nav>ul>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

@media (max-width: 800px) {
    .mb-logo {
        display: flex
    }

    .pc-logo {
        display: none
    }

    .pc-nav {
        display: none
    }

    .mb-nav {
        display: block
    }

    #nav .nav-icon {
        display: block
    }

    .welcome {
        display: none !important
    }
}

.welcome {
    /* display: flex; */
    display: none;
    position: absolute;
    right: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.welcome.hasLogin .control {
    display: inline-block
}

.welcome.hasLogin .user {
    display: flex
}

.welcome.notLogin .come-begin {
    /* display: inline-block */
    display: none;
}

.welcome .btn {
    display: block;
    width: 90px;
    height: 32px;
    border-radius: 16px;
    background-image: linear-gradient(90deg, #127FF2, #26B2BD);
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.welcome .btn:hover {
    opacity: 0.8
}

.welcome .btn.no-border {
    display: inline-block;
    margin-right: 10px;
    border: none;
    background: none
}

.welcome .btn.no-border span {
    background-color: transparent
}

.welcome .btn span {
    display: inline-block;
    width: 88px;
    height: 30px;
    margin-top: 1px;
    border-radius: 16px;
    background-color: #000;
    line-height: 30px
}

.solution_login:hover {
    color: #0082FF;
}

/* .user {
    display: none;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user .avatar {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 100%
} */

.quick-menu {
    justify-content: center;
    margin-top: 130px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 100%;
    height: 370px;
    background-image: url("//img.alicdn.com/imgextra/i1/O1CN01bbFvrB1d848rDqXtE_!!6000000003690-2-tps-2880-740.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%; */
    height: 370px;
    width: 1310px;
    margin: 0 auto;
    background-image: url("//img.alicdn.com/imgextra/i1/O1CN01zl8f6u2AGCUr00fNk_!!6000000008175-2-tps-2662-740.png");
    background-repeat: repeat;
    background-position: 50%;
    background-size: 1331px 370px;
}

.container_BOX {
    width: 100%;
    background-color: #E4EAF3;
}

.quick-menu h1 {
    padding-bottom: 36px;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
    margin: 0px !important;
}

.banner_title {
    font-family: PingFangSC-Medium;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
}

.quick-menu .search-box {
    background: #FFFFFF;
    border-radius: 8px;
    width: 840px;
    height: 64px;
    display: flex;
}

.quick-menu .search-wrapper {
    position: relative;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.quick-menu .search-wrapper .search-input {
    width: 696px;
    height: 100%;
    border: none;
    border-radius: 8px 0 0 8px;
    opacity: 0.4;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    padding-left: 24px;
}

.quick-menu .search-wrapper .search-result {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-top: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 400px;
    overflow-y: scroll
}

.quick-menu .search-wrapper .search-result li {
    cursor: pointer;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #373d41;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.quick-menu .search-wrapper .search-result li:hover {
    background-color: #f7f7f7;
    color: #174eed
}

.quick-menu .search-btn {
    width: 144px;
    height: 100%;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #0082FF;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
}

.docCatalog_searchInput:focus,
.docCatalog_searchBtn:focus {
    outline: none;
}

.quick-menu .menus {
    margin-top: 40px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    overflow: hidden
}

.quick-menu .menus .menu-item {
    background: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.quick-menu .menus .menu-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 0
}

.quick-menu .menus .menu-item a .iconfont {
    font-size: 36px
}

.quick-menu .menus .menu-item a p {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

footer {
    display: flex;
    height: 130px;
    background-color: #000;
    color: rgba(181, 181, 181, 0.8);
    opacity: 1 !important;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .footer-container .about-us {
    display: flex;
    padding: 0
}

footer .footer-container .about-us li {
    margin-left: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(231, 231, 231, 0.8);
    list-style: none
}

footer .footer-container .about-us li a {
    color: rgba(231, 231, 231, 0.8);
    text-decoration: none
}

footer .footer-container .about-us li:last-child {
    border-right: none
}

.empty-search-result {
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.quick-menu {
    padding-top: 90px;
    padding-bottom: 50px
}

#sub-terrace {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 432px; */
    padding-bottom: 60px;
    min-width: 1280px;
    background-color: #fff
}

/* #sub-terrace h1 {
    margin: 0px;
    padding: 0px;
    padding-top: 60px;
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #000000;
    letter-spacing: 0.77px;
    text-align: center;
} */

#sub-terrace>.title {
    padding-top: 45px;
    padding-bottom: 0px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    line-height: 106px;
    text-align: center
}

#sub-terrace .bg {
    position: absolute;
    bottom: 360px;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    opacity: .4
}

#sub-terrace .bg.bg2 {
    bottom: -80px
}

#sub-terrace .terrace-list {
    width: 82%;
    margin: 0 9.2%;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

#sub-terrace .terrace-list li {
    list-style: none;
    /* width: 260px; */
    /* height: 270px; */
    text-align: center;
    box-sizing: border-box;
}

.imgBox {
    /* width: 260px; */
    /* height: 190px; */
    text-align: center;
}

.img {
    width: 97px;
    height: 97px;
    margin: 56px 0 24px;
}

.wordBox {
    /* height: 80px; */
    font-family: PingFangSC-Regular;
    line-height: 24px;
    color: #000000;
}

.head {
    font-weight: 600;
    letter-spacing: 0.26px;
    padding-bottom: 12px;
    font-size: 18px !important;
    color: #000000;
    letter-spacing: 0.26px;
    text-align: center;
    line-height: 24px;
}

.words {
    padding-bottom: 12px;
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px !important;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.linkText {
    font-size: 14px;
    color: #0082FF;
    letter-spacing: 0.43px;
    text-decoration: none;
}

#sub-terrace .terrace-list li>a {
    color: #000;
    text-align: center;
    text-decoration: none
}

#sub-terrace .terrace-list li>a:hover {
    text-decoration: none
}

#sub-terrace .terrace-list li .imgs {
    display: flex;
    position: relative;
    width: 202px;
    height: 202px;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

#sub-terrace .terrace-list li .imgs b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    font-size: 18px;
    line-height: 205px;
    text-align: center
}

#sub-terrace .terrace-list li .imgs .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
    height: 184px;
    margin: 9px 0 0 9px
}

#sub-terrace .terrace-list li .imgs .img.disabled {
    z-index: 1;
    opacity: 0;
    transition: opacity .6s
}

#sub-terrace .terrace-list li .imgs .border {
    width: 202px;
    height: 202px;
    transition: transform .6s
}

#sub-terrace .terrace-list li .title {
    margin: 0;
    padding-top: 23px;
    font-weight: normal;
    font-size: 18px
}

#sub-terrace .terrace-list li p {
    margin: 0;
}

#sub-terrace .terrace-list li:hover {
    color: #4A90E2
}

#sub-terrace .terrace-list li:hover .img.disabled {
    opacity: 1
}

#sub-terrace .terrace-list li:hover .border {
    transform: rotateZ(360deg)
}

#sub-terrace .terrace-list li .actions {
    align-items: center;
    display: block;
    text-align: center;
}

#sub-terrace .terrace-list li .actions a {
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #0082FF;
    letter-spacing: 0.43px;
    line-height: 24px;
}

#sub-terrace .terrace-list li .actions a:hover {
    opacity: .8
}

#sub-terrace .terrace-list li .actions .line {
    width: 1px;
    height: 14px;
    margin: 0 12px;
    opacity: 0.2;
    background: #000000;
}

#sub-terrace .terrace-list li:last-child .actions a:hover {
    opacity: 1
}

@media (max-width: 800px) {
    #sub-terrace .terrace-list li {
        width: 50%
    }
}

@media (max-width: 500px) {
    #sub-terrace .terrace-list li {
        width: 100%
    }
}










/* 底部样式 */
#footer-model {
    /* display: flex;
    position: absolute;
    left: 0;
    bottom: 0; */
    width: 100%;
    /* height: 416px; */
    min-width: 1280px;
    background-color: #000;
    color: rgba(181, 181, 181, 0.8);
    opacity: 1 !important;
    font-size: 14px;
    box-sizing: border-box;
    /* flex-direction: column;
    align-items: center;
    justify-content: center; */
    /* margin-top: 100px; */
}

#footer-model .footer-container {
    /* width: 1180px; */
    margin: 0 9.2%;
    /* margin: 0 auto; */
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
}

#footer-model .about-us {
    padding: 42px 0 50px 0;
    display: flex;
    /* width: 80%; */
    /* height: 307px; */
    /* margin: 0 9.5%; */

    /* align-items: center; */
    /* padding-top: 60px; */
    box-sizing: border-box;
}

#footer-model .about-us .item {
    /* padding: 0 20px; */
    list-style: none;
    width: 15%;
    display: flex;
    /* height: 200px; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    box-sizing: content-box;
    white-space: nowrap;
    margin-left: 8%;
}

.about-us .item ul {
    padding-left: 0px !important;
}

.about-us .item ul>li {
    list-style: none;
    margin-top: 8px;
    line-height: 21px;
}

.about-us .item ul>li strong {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
}

.about-us .item ul>li a:hover {
    color: #0082ff !important;
}

#footer-model .show_box {
    display: none;
    position: absolute;
}

#footer-model .hover_word:hover .show_box {
    display: block;
}

#footer-model .about-us .item:first-child {
    border-right: 1px solid #26282a;
    /* padding-right: 60px; */
    padding-right: 4%;
    margin-left: 0px;
    /* height: 200px; */
}

#footer-model .about-us .item:nth-child(2) {
    /* padding-left: 66px; */
}

#footer-model .about-us .item a {
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #686F75;
    line-height: 21px;
}

#footer-model .about-us .item a:hover {
    opacity: 0.8;
}

#footer-model .about-us .item:last-child {
    border-right: none;
}

#footer-model .group-c-list {
    padding-left: 0px;
    /* position: relative; */
    /* bottom: 0; */
    /* width: 80%; */
    /* min-width: 1280px; */
    /* margin: 0 10%; */
    display: flex;
    padding-top: 28px;
    border-top: 1px solid #26282a;
    /* flex-direction: row; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    white-space: nowrap;
    list-style: none;
    /* padding-inline-start: 22px !important; */
}

#footer-model .group-c-list>li>a {
    color: #686f75;
    font-size: 14px;
    margin-right: 10px;
    /* margin: 0 14px 0 0; */
    text-decoration: none;
}

.group-c-list>li>a:active {
    color: #686f75;
}

#footer-model .footer-container p {
    padding-bottom: 16px;
    color: #686f75;
    font-size: 14px;
    /* padding-left: 40px; */
    /* width: 80%; */
    /* padding: 0 5px; */
    box-sizing: border-box;
    /* margin: 10px 12%; */
    /* padding-top: 10px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: content-box;
    /* justify-content: center; */
    /* text-align: left; */
}

#footer-model .footer-container p a {
    float: left;
    margin-right: 100px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #686F75;
    line-height: 32px;
}

/* @media (min-width: 1680px) and (max-width: 1920px) {
    #footer-model .container p {
      margin: 10px 11.4%;
    }
  }
  @media (min-width: 1500px) and (max-width: 1680px) {
    #footer-model .container p {
      margin: 10px 11.5%;
    }
  }
  @media (min-width: 1400px) and (max-width: 1500px) {
    #footer-model .container p {
      margin: 10px 11.8%;
    }
  } */






/* header样式 */
#header-model {
    position: fixed;
    width: 100%;
    height: 130px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05); */
    /* display: flex; */
    top: 0px;
    left: 0;
    z-index: 2999;
    min-width: 1280px;
    background-color: #fff;
    color: #fff;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 14px;
    align-items: center;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: pageIn;
    -moz-animation-name: pageIn;
    animation-name: pageIn;
}

@-webkit-keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes pageIn {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

#header-model .header-container {
    /* width: 1180px; */
    /* width: 100%; */
    background-color: #fff;
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
    margin: 0 9.2%;
    /* position: relative; */
}

.header-shadow {
    position: absolute;
    width: 100%;
    z-index: 101;
    pointer-events: none;
    bottom: 0;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

#header-model .header-container .header-top {
    /* width: 1180px; */
    height: 65px;
    /* margin: 0 auto; */
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; */
    /* min-width: 1280px; */
    /* width: 100%; */
    /* padding-top: 20px; */
    /* display: flex; */
    /* justify-content: space-between; */
    position: relative;
}




/* LOGO模块 */
#LOGO {
    padding: 0px;
    margin-top: 1px;
}

#LOGO img {
    padding: 0px;
}

.logo-split-line {
    display: inline-block;
    border-right: 1px solid #ccc;
    height: 16px;
    vertical-align: middle;
    margin: -2px 12px 0;
}

.logo-link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    padding-right: 14px;
}

.logo-link:hover {
    opacity: 0.8;
}

.logoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 65px;
}

.logoText {
    padding-top: 1px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 45px;
    font-family: PingFangSC-Medium;
    line-height: 28px;
}



/* 登录 与 账号信息 */
.welcome {
    /* display: flex; */
    display: none;
    position: absolute;
    top: 12px;
    right: 0px;
    /* line-height: 45px; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.welcome a {
    text-decoration: none;
    height: 22px;
    /* min-width: 40px; */
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    margin-left: 26px;
    letter-spacing: 1px;
    line-height: 22px;
}




/* 登录 */
.welcome .sub-nav {
    display: none;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
}

.welcome .sub-nav li a {
    text-decoration: none;
    color: #000;
    font-family: PingFangSC-Regular;
    font-size: 14px;
}

.welcome .sub-nav li a:hover {
    color: #0082ff;
}



/* 未登录 */
.welcome.notLogin .come-begin {
    /* display: inline-block; */
    display: none;
}



/* 菜单模块 */
#nav>ul {
    width: 1180px;
    height: 65px;
    line-height: 65px;
}

#nav>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 37px;
    line-height: 24px;
    padding-bottom: 22px;
}

#nav>ul>li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 22px;
}

#nav>ul>li.active a,
#nav>ul>li.active span,
#nav>ul>li.active .icon {
    color: #0082FF;
}

#nav>ul>li>a:hover,
#nav>ul>li>a:hover .icon {
    text-decoration: none;
    opacity: 0.8;
    color: #0082FF;
}

#nav>ul>li .icon {
    margin: 0 0 0 2px;
    transform: scale(0.5);
    opacity: 0.6;
    padding-bottom: -2px;
    font-size: 14px !important;
}

#nav>ul>li:hover>a,
#nav>ul>li:hover .icon {
    text-decoration: none;
    opacity: 0.8;
    color: #0082FF;
}

#nav>ul>li:hover .icon {
    transform: scale(0.5) rotate(180deg);
    transition: all 0.2s ease-in-out;
}

#nav>ul>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}





/* 子菜单 */
#nav .sub-nav {
    /* width: 226px; */
    white-space: nowrap;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
    left: -25%;
    padding: 20px 30px 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.13);
    background-color: #FFFFFF;
    list-style: none;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
}

#nav>ul>li .sub-nav li {
    box-sizing: border-box;
}

#nav>ul>li .sub-nav li a {
    /* padding-bottom: 5px; */
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    ;
    font-family: PingFangSC-Medium;
}

#nav>ul>li .sub-nav li {
    display: block;
    padding-bottom: 20px;
}

#nav>ul>li .sub-nav li a:hover {
    color: #0082FF;
}

#nav .sub-nav .sub-nav-desc {
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
}

#nav>ul>li .sub-nav li.active a {
    color: #0082FF;
}

#nav>ul>li .sub-nav li a:hover {
    opacity: 0.8;
}





/* 未登录状态控制台加下拉列表 */
.consoleTitle:hover,
.consoleTitle:hover .icon {
    opacity: 0.8 !important;
    color: #0082FF !important;
}

.consoleBox_list div:hover a {
    color: pink;
}

.consoleTitle {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.consoleBox .icon {
    margin: 0 0 0 2px;
    transform: scale(0.5);
    opacity: 0.6;
    padding-bottom: -2px;
    font-size: 14px;
}

.consoleBox:hover .consoleTitle .icon {
    transform: scale(0.5) rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.consoleBox_list {
    position: absolute;
    z-index: 1000;
    display: none;
    list-style: none;
    width: 160px;
    height: 204px;
    box-sizing: border-box;
    padding: 20px 30px 0 30px;
    position: absolute;
    top: 40px;
    left: 90px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}

.listItem {
    text-align: left;
    margin-bottom: 14px;
}

.listItem a {
    margin: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
}





/* 按扭 */
.welcome .btn {
    display: none;
    width: 90px;
    height: 32px;
    border-radius: 16px;
    background-image: linear-gradient(90deg, #127ff2, #26b2bd);
    color: #000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.welcome .register-begin-btn {
    display: none;
    height: 40px;
    line-height: 40px;
    width: 120px;
    background: #0082ff;
    background-color: #0082ff;
    color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
}

.welcome .btn.no-border {
    display: inline-block;
    border: none;
    background: none;
}

.welcome .btn:hover {
    opacity: 0.8;
}

.welcome .btn span {
    display: inline-block;
    width: 88px;
    height: 30px;
    margin-top: 3px;
    border-radius: 16px;
    margin-left: 24px;
    background-color: #000;
    line-height: 30px;
}

.welcome .btn.no-border span {
    background-color: transparent;
}

.user {
    display: none;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user .avatar {
    width: 40px !important;
    height: 40px !important;
    margin-left: 10px !important;
    border-radius: 100% !important;
}

.logOut {
  display: none;
  width: 60px;
  min-width: 100px;
  padding: 15px 15px;
  position: absolute;
  top: 40px;
  left: 0;
  margin-left: 20px;
  z-index: 1000;
  list-style: none;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}

.logOut .logOut_item {
  line-height: 22px;
}

.logOut .logOut_item a {
  margin-left: 0px;
  cursor: pointer;
}

/* .nick-name {
  display: inline-block;
  max-width: 100px;
  color: #000;
  font-size: 14px;
  vertical-align: top;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

#header-model .header-container .header-bottom {
    display: flex;
    /* width: 1180px; */
    /* margin: 0 9.2%; */
    width: 100%;
}

.official_website:hover {
    color: #0082FF;
}