@charset "utf-8";

/* CSS Document */
a:hover {
    color: #18dca7 !important;
}

/* 淇敼婊氬姩鏉℃牱寮� */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar:hover {
    width: 8px;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-resizer {
    display: none;
}

/* 闃叉鑻规柟瀛椾綋涓� office 鐨� i 缂哄け鐐� */
.oneLetterSpace {
    letter-spacing: 1px;
}

/*.head {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10000;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    top: 0;
    display: flex;
    flex-direction: column;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
}*/

.small-head {
    height: 60px !important;
}

.head .header-top {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    flex: 1 0 auto;
    height: 80px;
    min-width: 1300px;
    background: url(../../images/oa_new/base/header-banner-huawei-bg.png);
    background-size: 100% 100%;
    position: relative;
}

.head .close-button {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}

.head.top {
    top: -60px;
    height: 60px;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
}

.head.top .header-top {
    display: none;
}

.relative-head {
    height: 60px;
    width: 100%;
}

.head .wrap {
    position: relative;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    min-width: 845px;
}

.head .test {
    width: 100%;
    height: 300px;
    border: 1px solid red;
    min-width: 1200px;
}

.head .test .content {
    width: 1200px;
    height: 300px;
    border: 1px solid blue;
    margin: 0 auto;
}

.head .wrap > a {
    line-height: 60px;
}

.head .menu {
    position: absolute;
    right: 0;
    top: 0;
    flex: 0 0 990px;
}

.head .menu li {
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.head .menu li > a {
    color: #000000;
    display: block;
    height: 100%;
    padding: 0 14px;
    font-size: 14px;
}

.head .menu li.service > a {
    padding: 0 0 0 14px;
}

.head .menu li button {
    padding: 0 30px;
    margin-left: 10px;
}

.head .menu li button.login {
    background: #3982f7;
    color: #fff;
    line-height: 60px;
    position: relative;
    top: 0;
    border: none;
    margin-left: 0;
    font-size: 14px;
}

.head .menu li button.login a {
    color: #fff;
    font-size: 14px;
}

.head .menu li button.login a:hover {
    color: #fff !important;
}

.head .menu li button.login:hover {
    background: #18dca7;
}

.head .menu li button.register {
    background: #3982f7;
    color: #fff;
    line-height: 60px;
    position: relative;
    top: 0;
    border: none;
}

.head .menu li a:hover,
.head.fixed-head .menu li a:hover,
.head .menu li.curr a,
.head.fixed-head .menu li.curr a {
    position: relative;
    color: #3982f7;
}

/* 瀵艰埅 hover 鏍峰紡寮€濮� */
/* 澶х殑 100% 瀹藉害 hover */
.head .menu li .hover-box,
.head.fixed-head .menu li .hover-box {
    display: none;
    width: 100vw;
    min-width: 1202px;
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(247, 248, 250, 1);
    border: 1px solid rgba(248, 248, 248, 1);
    box-shadow: 0px 3px 6px rgba(23, 49, 99, 0.24);
}

.head .menu li .hover-box .content,
.head.fixed-head .menu li .hover-box > .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    justify-content: space-between;
}

.head .menu li .hover-box .content .list-item-box:not(:last-child),
.head.fixed-head .menu li .hover-box .content .list-item-box:not(:last-child) {
    border-right: 1px solid rgba(232, 238, 241, 1);
}

.head .menu li .hover-box .content .list-item-box .item-title,
.head.fixed-head .menu li .hover-box .content .list-item-box .item-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 8px 0;
    font-weight: 600;
}

.head .menu li .hover-box .content .list-item-box .item-title > a,
.head.fixed-head .menu li .hover-box .content .list-item-box .item-title > a {
    color: black;
}

.head .menu li .hover-box .content .list-item-box .item-content a,
.head.fixed-head .menu li .hover-box .content .list-item-box .item-content a {
    color: black;
    padding: 3px 10px 3px 8px;
}

.head .menu li .hover-box .content .list-item-box .item-content a:hover,
.head.fixed-head .menu li .hover-box .content .list-item-box .item-content a:hover {
    background-color: #e9ebef;
}

/* 灏忕殑涓嬫媺 hover */
.head .menu li .small-hover-box,
.head.fixed-head .menu li .small-hover-box {
    display: none;
    position: absolute;
    top: 60px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    background-color: #f7f8fa;
    flex-wrap: wrap;
}

.head .menu li .small-hover-box > a,
.head.fixed-head .menu li .small-hover-box > a {
    color: black;
    font-size: 12px;
    width: 120px;
    text-align: left;
    padding: 0 16px;
    line-height: 40px;
    box-sizing: border-box;
}

.head .menu li .small-hover-box > a:hover,
.head.fixed-head .menu li .small-hover-box > a:hover {
    background-color: rgba(161, 167, 177, 0.1);
}

/* a 涓嬮潰浣跨敤 div 浼氫骇鐢熶竴涓� a 鍦� div 涓嬮潰, 鎵€浠ラ殣钘忓畠 */
.head .menu li .small-hover-box > a:first-of-type,
.head.fixed-head .menu li .small-hover-box > a:first-of-type {
    display: none;
}

/* 浜у搧浠嬬粛 - product */
.head .menu li .hover-box .content.product,
.head.fixed-head .menu li .hover-box > .content.product {
    padding-left: 100px;
    padding-right: 100px;
}

.head .menu li .hover-box .content.product .list-item-box,
.head.fixed-head .menu li .hover-box .content.product .list-item-box {
    width: 200px;
    box-sizing: border-box;
    padding: 0px 50px;
}

.head .menu li .hover-box .content.product .list-item-box .item-content,
.head.fixed-head .menu li .hover-box .content.product .list-item-box .item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.head .menu li .hover-box .content.product .list-item-box .item-content .item,
.head.fixed-head .menu li .hover-box .content.product .list-item-box .item-content .item {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 8px 0;
}

.head .menu li .hover-box .content.product .list-item-box .item-content .item .circle,
.head.fixed-head .menu li .hover-box .content.product .list-item-box .item-content .item .circle {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: rgba(57, 130, 247, 1);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

/* 瀹㈡埛妗堜緥 cases */
.head .menu li .hover-box .content.cases .list-item-box,
.head.fixed-head .menu li .hover-box > .content.cases .list-item-box {
    flex: 1 1 auto;
    box-sizing: border-box;
}

.head .menu li .hover-box .content.cases .list-item-box:first-child,
.head.fixed-head .menu li .hover-box .content.cases .list-item-box:first-child {
    padding-right: 55px;
}

.head .menu li .hover-box .content.cases .list-item-box:not(:first-child):not(:last-child),
.head.fixed-head .menu li .hover-box .content.cases .list-item-box:not(:first-child):not(:last-child) {
    padding-left: 55px;
    padding-right: 55px;
}

.head .menu li .hover-box .content.cases .list-item-box:last-child,
.head.fixed-head .menu li .hover-box .content.cases .list-item-box:last-child {
    padding-left: 55px;
}

.head .menu li .hover-box .content.cases .list-item-box .item-content,
.head.fixed-head .menu li .hover-box > .content.cases .list-item-box .item-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 325px;
    max-height: 240px;
    overflow: hidden;
    margin-left: -8px;
}

.head .menu li .hover-box .content.cases .list-item-box .item-content a,
.head.fixed-head .menu li .hover-box > .content.cases .list-item-box .item-content a {
    display: inline-block;
    margin: 10px 15px 10px 0;
    line-height: 21px;
}

.head .menu li .hover-box .content.cases .list-item-box > .all,
.head.fixed-head .menu li .hover-box > .content.cases .list-item-box > .all {
    line-height: 20px;
    display: inline-block;
    color: #3982f7;
    vertical-align: super;
}

/* 鏂伴椈鍔ㄦ€� news */
.head .menu li .small-hover-box.news,
.head.fixed-head .menu li .small-hover-box.news {
    width: 120px;
}

/* 鐢靛瓙绛� contractLock */
.head .menu li .small-hover-box.contractLock,
.head.fixed-head .menu li .small-hover-box.contractLock {
    width: 272px;
    padding: 16px;
}

/* 鍚堜綔鑱旂洘 partner */
.head .menu li .small-hover-box.partner,
.head.fixed-head .menu li .small-hover-box.partner {
    width: 120px;
}

/* 鑷姪骞冲彴 service */
.head .menu li .hover-box .content.service,
.head.fixed-head .menu li .hover-box .content.service {
    padding: 20px 0 0;
}

.head .menu li .hover-box .content.service > .item,
.head.fixed-head .menu li .hover-box .content.service > .item {
    flex: 0 0 390px;
    height: 150px;
    margin-bottom: 20px;
    background-color: white;
    box-sizing: border-box;
    padding: 33px 20px;
    cursor: pointer;
}

.head .menu li .hover-box .content.service > .item:hover,
.head.fixed-head .menu li .hover-box .content.service > .item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0px 3px 6px rgba(109, 128, 158, 0.16);
}

.head .menu li .hover-box .content.service > .item > img,
.head.fixed-head .menu li .hover-box .content.service > .item > img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
}

.head .menu li .hover-box .content.service > .item > .text,
.head.fixed-head .menu li .hover-box .content.service > .item > .text {
    display: inline-block;
    margin-left: 20px;
    height: 100%;
}

.head .menu li .hover-box .content.service > .item > .text .title,
.head.fixed-head .menu li .hover-box .content.service > .item > .text .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 23px;
    line-height: 22px;
}

.head .menu li .hover-box .content.service > .item > .text .description,
.head.fixed-head .menu li .hover-box .content.service > .item > .text .description {
    font-size: 12px;
    line-height: 18px;
    color: rgba(138, 146, 158, 1);
    font-weight: 400;
    letter-spacing: 1px;
}

/* 鏀剁缉鑿滃崟 */
.head .more-menu li .small-hover-box,
.head.fixed-head .more-menu li .small-hover-box {
    top: 20px;
    left: -120%;
}

.head .more-menu li .small-hover-box.contractLock,
.head.fixed-head .more-menu li .small-hover-box.contractLock {
    left: -272%;
}

/* 鏄剧ず hover-box */
.head .menu li:not(.more-menu):hover .hover-box,
.head.fixed-head .menu li:not(.more-menu):hover .hover-box,
.head .menu li:not(.more-menu):hover .small-hover-box,
.head.fixed-head .menu li:not(.more-menu):hover .small-hover-box {
    display: flex;
}
/* 瀵艰埅 hover 鏍峰紡缁撴潫 */

.head .menu li.curr > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before {
    content: '';
    width: 30%;
    display: inline-block;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 35%;
}

.head .more-menu li.curr > a:before,
.head .more-menu li:hover > a:before,
.head.fixed-head .more-menu li:hover > a:before,
.head .more-menu li:hover > a:before,
.head.fixed-head .more-menu li:hover > a:before {
    width: 4px;
    height: 23px;
    left: 0;
    top: 32%;
}

.head .menu li.curr > a:before {
    background-color: #3982f7;
}

.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before {
    background-color: #18dca7;
}

/* 椤堕儴瀵艰埅鏍忓吋瀹瑰皬灞忓箷 - 寮€濮� */
@media screen and (max-width: 1230px) {
    .head .menu {
        flex: 0 0 723px !important;
    }

    .head .menu .more-menu {
        display: block !important;
    }

    .head .menu .remains-menu-item {
        display: none !important;
    }
}

.head .menu .more-menu {
    position: relative;
    display: none;
    margin: 0 15px;
}

/* .head .menu .more-menu .toggle-menu-white {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
} */

.head .menu .more-menu .toggle-menu-black {
    display: inline;
    font-size: 24px;
}

.head .menu .more-menu .remains-menus {
    display: none;
    position: absolute;
    width: 100px;
    left: -37px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #f7f8fa;
    color: black;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.head .menu .more-menu .remains-menus li {
    float: none;
}
/* 椤堕儴瀵艰埅鏍忓吋瀹瑰皬灞忓箷 - 鏈€灏� 1024 - 缁撴潫 */

.head.fixed-head {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(22, 39, 107, 0.05);
}

.head.fixed-head .menu li > a {
    color: #2e364e;
}

.head.fixed-head .menu li button.register {
    border-color: #999;
    color: #fff;
}

.head.fixed-head .wrap .logo {
    background-image: url(../../images/oa/base/logo_black.png);
    background-image: -webkit-image-set(url(../../images/oa/base/logo_black.png) 1x, url(../../images/oa/base/logo_black@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/base/logo_black.png) 1x, url(../../images/oa/base/logo_black@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/base/logo_black.png) 1x, url(../../images/oa/base/logo_black@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/base/logo_black.png) 1x, url(../../images/oa/base/logo_black@2x.png) 2x);
}

.head .fixed-opacity {
    display: none;
}

.head.fixed-head .opacity {
    display: none;
}

.head.fixed-head .fixed-opacity {
    display: block;
}

.head .wrap .navBarPhoneDivide {
    font-size: 16px;
    line-height: 60px;
    color: #e8eef1;
    margin: 0 10px;
}

.head .wrap .navBarPhone {
    font-size: 16px;
    line-height: 60px;
    color: rgba(138, 146, 158, 1);
}

/*banner鍥�*/
.banner0 {
    background-image: url(../../images/oa/home/banner0.jpg);
    background-image: -webkit-image-set(url(../../images/oa/home/banner0.jpg) 1x, url(../../images/oa/home/banner0@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/banner0.jpg) 1x, url(../../images/oa/home/banner0@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/banner0.jpg) 1x, url(../../images/oa/home/banner0@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/banner0.jpg) 1x, url(../../images/oa/home/banner0@2x.jpg) 2x);
}

.banner1 {
    background-image: url(../../images/oa/home/banner1.jpg);
    background-image: -webkit-image-set(url(../../images/oa/home/banner1.jpg) 1x, url(../../images/oa/home/banner1@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/banner1.jpg) 1x, url(../../images/oa/home/banner1@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/banner1.jpg) 1x, url(../../images/oa/home/banner1@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/banner1.jpg) 1x, url(../../images/oa/home/banner1@2x.jpg) 2x);
}

.banner2 {
    background-image: url(../../images/oa/home/banner2.jpg);
    background-image: -webkit-image-set(url(../../images/oa/home/banner2.jpg) 1x, url(../../images/oa/home/banner2@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/banner2.jpg) 1x, url(../../images/oa/home/banner2@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/banner2.jpg) 1x, url(../../images/oa/home/banner2@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/banner2.jpg) 1x, url(../../images/oa/home/banner2@2x.jpg) 2x);
}

.banner3 {
    background-image: url(../../images/oa/home/banner3.jpg);
    background-image: -webkit-image-set(url(../../images/oa/home/banner3.jpg) 1x, url(../../images/oa/home/banner3@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/banner3.jpg) 1x, url(../../images/oa/home/banner3@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/banner3.jpg) 1x, url(../../images/oa/home/banner3@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/banner3.jpg) 1x, url(../../images/oa/home/banner3@2x.jpg) 2x);
}

.banner4 {
    background-image: url(../../images/oa/home/banner4.jpg);
    background-image: -webkit-image-set(url(../../images/oa/home/banner4.jpg) 1x, url(../../images/oa/home/banner4@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/banner4.jpg) 1x, url(../../images/oa/home/banner4@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/banner4.jpg) 1x, url(../../images/oa/home/banner4@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/banner4.jpg) 1x, url(../../images/oa/home/banner4@2x.jpg) 2x);
}

.scroll-banner ul {
    position: relative;
    height: 920px;
    width: 100%;
}

.scroll-banner ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 920px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

.scroll-banner ul li a.btn {
    position: absolute;
    bottom: 350px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    height: 56px;
    background: none;
    line-height: 56px;
    border-radius: 28px;
}

.scroll-banner ul li a.btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.scroll-banner ul li.banner2 a.btn {
    bottom: 300px;
}

.scroll-banner ul li.banner3 a.btn {
    bottom: 260px;
}

.scroll-banner ul li.banner4 a.btn {
    bottom: 160px;
}

.scroll-banner ul li.banner4 .cover-banner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.scroll-banner ul li.hight-index {
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

.scroll-banner ol {
    display: inline-block;
    display: none;
    text-align: center;
    padding-left: 0;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    bottom: 40px;
    z-index: 9999;
}

.scroll-banner ol li {
    height: 6px;
    width: 16px;
    border-radius: 3px;
    background-color: #313131;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    transition: width 1s ease;
    -moz-transition: width 1s ease;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
}

.scroll-banner ol li.curr {
    width: 35px;
    background-color: #b3afa6;
    transition: width 1s ease;
    -moz-transition: width 1s ease;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
}

.banner-info {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 230px;
    z-index: 9999;
}

.banner-info h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    letter-spacing: 5px;
}

.banner-info h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 5px;
    background-color: #3982f7;
    left: 50%;
    margin-left: -35px;
    top: 180px;
}

.banner-info h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
}

.banner-info .btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
}

/*鍏敤鐨勬ā鍧楀悕绉板姞璇存槑鐨勬牱寮�*/
.module-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.module-title h2.fs-30 {
    font-size: 30px;
    font-weight: 100;
}

.module-title h2 span {
    color: #04a7f1;
    letter-spacing: 3px;
    font-size: 50px;
}

.module-title h5 {
    width: 75px;
    height: 4px;
    background: #03a6f0;
}

.module-title p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

.module-title p.tl {
    text-align: left;
}

.module-title.align-left h2 {
    text-align: left;
}

.module-title.align-left p {
    text-align: left;
}

.module-title.align-left h5 {
    text-align: left;
}

#alertModel {
    z-index: 19891030;
    background-color: rgb(0, 0, 0);
    /* opacity: 0.4; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#alertModel > * {
    max-width: 100%;
}

/* 鍒嗛〉鎻掍欢 */
.ea-pagger .fl {
    float: left;
}

.ea-pagger {
    padding-top: 30px;
    height: 30px;
    margin: 20px auto 0px auto;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #303133;
    display: block;
}

.ea-pagger .pagger-box {
    display: inline-block;
}

.ea-pagger .pagger-box:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}

.ea-pagger button {
    padding: 0 5px;
    margin: 0 10px;
    height: 18px;
    float: left;
    cursor: pointer;
    border: 0px solid #ebebeb;
    background-color: #ffffff;
}

.ea-pagger .first-page,
.ea-pagger .last-page {
    margin: 0;
}

.ea-pagger .pre-page,
.ea-pagger .next-page {
    color: #3980f5;
}

.ea-pagger .pageWrap {
    height: 40px;
    float: left;
    overflow: hidden;
}

.ea-pagger .pageWrap ul {
    width: 999999999px;
    height: 40px;
    float: left;
}

.ea-pagger .pageWrap ul li {
    width: 15px;
    height: 16px;
    margin: 0px 15px;
    border-radius: 15px;
    pagger-sizing: border-pagger;
    cursor: pointer;
    float: left;
}

.ea-pagger .pageWrap ul .sel-page {
    /* background-color: #2D5FAD; */
    color: #3980f5;
    width: auto;
    padding: 0 4px;
}

.ea-pagger .jump-text {
    width: 35px;
    height: 20px;
    pagger-sizing: border-pagger;
    border: 1px solid #e5e6e7;
    text-align: center;
    margin: 0 5px;
    float: left;
}

.ea-pagger .jump-button {
    margin: 0;
    float: left;
}

.ea-pagger .total-pages,
.ea-pagger .total-count {
    margin-left: 10px;
    float: left;
    font-size: 14px;
}

.btn-primary {
    background-color: #3982f7;
    border-color: #3982f7;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #18dca7;
    border-color: #18dca7;
}

/*鎸夐挳鏍峰紡*/
/* .btn{ width:180px; height:50px; color:#fff; font-size:18px; border:0; line-height:50px; text-align:center; display:block;}
.btn.btn-primary{ background:#3982f7; color:#fff;}
.btn.btn-sm{
	padding: 4px px !important;
	line-height: 21px !important;
}
.btn.btn-primary:hover{background:#0691EF;}
.btn.btn-white{ background:#fff; color:#03a6f0;} */
/*.btn.btn-white:hover{ box-shadow:0 4px 8px #c4c2c2;}
.btn.btn-primary-bg:hover{ box-shadow: 0 4px 8px #333; }*/
/*棣栭〉鏍峰紡*/

/* 鍔ㄧ敾閽� */
@keyframes fun1 {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.page1 {
    height: 700px;
    background-image: url(../images/page1_bg.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

.page1 .first-page {
    height: 100%;
    min-width: 1200px;
}

.page1 .first-page > div {
    display: inline-block;
    flex: 1 1 auto;
    height: 100%;
    vertical-align: bottom;
}

.page1 .first-page .header-description-box {
    padding-top: 250px;
    margin-right: 4px;
}

.page1 .first-page .header-description-box > h2 {
    font-size: 48px;
    line-height: 66px;
    color: rgba(46, 54, 78, 1);
    margin-bottom: 20px;
}

.page1 .first-page .header-description-box > .title-description {
    font-size: 18px;

    line-height: 27px;
    color: rgba(138, 146, 158, 1);
}

.page1 .first-page .header-description-box > .title-buttons-box {
    margin-top: 72px;
}

.page1 .first-page .header-description-box > .title-buttons-box:last-child button {
    width: 170px;
    height: 50px;
    margin-right: 15px;
    font-size: 16px;

    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    letter-spacing: 2px;
}

.page1 .first-page .header-description-box > .title-buttons-box:last-child button.btn-immediately-experience {
    background-image: url(../../images/oa_new/home/experience_bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-right: 43px;
}

.page1 .first-page .header-description-box > .title-buttons-box:last-child button.btn-immediately-experience:hover {
    background-image: url(../../images/oa_new/home/experience_bg_hover.png);
}

.page1 .first-page .header-description-box > .title-buttons-box:last-child button.white {
    border: 2px solid #3982f7;
    background-image: none;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 7px;
}

.page1 .first-page .header-description-box > .title-buttons-box:last-child button.white:hover {
    border: 2px solid #18dca7;
    background-color: #18dca7;
    color: #fff !important;
}

.page1 .first-page .header-video {
    padding-top: 100px;
}

.page1 .first-page .header-video video {
    width: 560px;
    height: 560px;
}

.page2 {
    background-image: url(../images/page2_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.e-home .module-sample {
    max-width: 904px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #2e364e;
    font-size: 16px;
    margin-bottom: 30px;
}

.e-home .sample {
    display: none;
}

.e-home .module-sample div {
    padding: 0 30px 20px;
    cursor: pointer;
}

.e-home .module-sample div.active {
    border-bottom: 1px solid #4e8af9;
}

.e-home .module-sample div:hover {
    color: #18dca7;
}

.e-home .auto-1200 .auto .partner {
    width: 100%;
    min-width: 1200px;
    height: 950px;
    display: inline-block;
    background: url(../images/partner-bg.png) center center no-repeat;
    background-size: cover;
}

.e-home .auto-1200 .auto .partner .title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin: 260px 0 20px;
}

.e-home .auto-1200 .auto .partner .view-more {
    width: 118px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 5px;
    margin: 0 auto 64px;
}

.e-home .auto-1200 .auto .partner .view-more:hover {
    border-color: #18dca7;
}

.e-home .auto-1200 .auto .partner .brand-logo {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto 28px;
}

.e-home .auto-1200 .auto .partner .brand-logo .item {
    width: 152px;
    height: 90px;
    opacity: 0.8;
}

.e-home .auto-1200 .auto .partner .brand-logo .item img {
    width: 100%;
    height: 63px;
    border-radius: 4px 4px 0 0;
}

.e-home .auto-1200 .auto .partner .brand-logo .item .desc {
    height: 26px;
    background: #f0f4fa;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    color: #6d788e;
    border-radius: 0px 0px 4px 4px;
}

.module-list {
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /* margin-top: 60px; */
}

.module-list .module-item {
    text-align: center;
    padding: 34px 0;
    width: 286px;
    height: 324px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.e-home .module-list .module-item > a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.module-list .module-item:hover {
    border-bottom: 2px solid #3982f7;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgba(178, 201, 224, 0.7);
}

.module-list .module-item:hover button {
    display: inline-block;
}

.module-list .module-item:hover img.module-item-go {
    display: none;
}

.module-list .module-item button {
    display: none;
    width: 88px;
    height: 35px;
    border: none;
    margin-top: 20px;
    color: #fff;
}

.module-list .module-item .module-item-go {
    margin-top: 20px;
}

.module-list .module-item span {
    display: block;
    color: #2e364e;
    font-size: 16px;
    margin: 9px 0 12px;
}

.module-list .module-item p {
    color: #8a929e;
    font-size: 14px;
    line-height: 24px;
    margin: 13px auto 12px;
    width: 215px;
    text-align: center;
}

.module-list .module-item div {
    display: inline-block;
    width: 44px;
    height: 1px;
    background-color: #dcdcdc;
}

.module-list .module-item .module-item-img {
}

.part-left {
    display: inline-block;
}

.part-left h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
}

.part-left-list {
    width: 240px;
    padding: 26px 0;
    line-height: 36px;
    color: #8a929e;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.part-left-list .part-info {
    display: inline-block;
}

.part-left-list .part-info .part-info-title {
    font-size: 14px;

    line-height: 17px;
    color: rgba(46, 54, 78, 1);
}

.part-left-list .part-info .part-info-description {
    font-size: 12px;

    line-height: 17px;
    color: rgba(161, 167, 177, 1);
    margin-top: 3px;
}

.part-left-list div.hr {
    width: 0;
    height: 1px;
    background-color: #4e8af9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.part-left-list.warn div.hr {
    animation: fun1 4s linear 0s 1 normal forwards;
}

.part-left-list img {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    vertical-align: baseline;
}

.part-right {
    float: right;
}

.part-right video {
    display: none;
    margin-top: -66px;
    width: 856px;
    height: 700px;
}

.part-right video.show {
    display: block;
}

.page4 {
    text-align: center;
    background-image: url(../images/page_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.page4 .page4-title {
    font-size: 24px;
    color: #2e364e;
    text-align: center;
    padding: 90px 0 64px 0;
}

.page4 .module-list {
    justify-content: space-between;
}

.module-list-page4 {
    padding: 42px;
    border: 2px solid #f1f1f2;
    text-align: center;
    height: 384px;
    width: 285px;
    border-top: 2px solid #4c73f8;
}

.module-list-page4:before,
.module-list-page4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #4c73f8;
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: width 400ms linear !important;
}

.module-list-page4:after {
    top: 0;
    left: 100%;
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.module-list-page4:hover:before,
.module-list-page4:hover:after {
    width: 382px;
}

.module-list-page4:hover div:before,
.module-list-page4:hover div::after {
    width: 142px;
}

.module-list-page4:hover .img {
    display: none;
}

.module-list-page4:hover .hover_show {
    display: block;
}

.module-list-page4 span {
    font-size: 18px;
    color: #3982f7;
}

.module-list-page4 p {
    font-size: 12px;
    color: #8a929e;
    margin-top: 28px;
    max-width: 191px;
}

.module-list-page4 img {
    position: absolute;
    bottom: 58px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
}

.module-list-page4 div {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.module-list-page4 div:after,
.module-list-page4 div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #4c73f8;
    transition: width 200ms linear 400ms !important;
}

.module-list-page4 div:after {
    top: 0;
    left: 100%;
    transform: rotate(180deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.module-list-page4 img.hover_show {
    display: none;
}

.page5 {
    text-align: center;
}

.page5-title {
    font-size: 24px;
    color: #2e364e;
    letter-spacing: 2px;
}

.page5-title p {
    text-align: center;
    font-size: 16px;
    color: #8a929e;
    margin: 19px 0 64px 0;
}

.page5-box {
    width: 100%;
    height: 480px;

    position: relative;
}

.page5-list {
    width: 1200px;
    height: 550px;
    overflow-x: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.page5-list ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    width: 557px;
    height: 455px;
    transition: all 0.3s ease-out;
    border-radius: 8px;
}

.page5-list ul li a {
    width: 100%;
    display: inline-block;
}

.page5-box img {
    width: 100%;
    height: 300px;
    border: none;
    float: left;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 1);
}

.page5-p1 {
    transform: translate3d(-318px, 0, 0) scale(0.81);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.page5-p2 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    z-index: 2;
    position: relative;
}

.page5-p3 {
    transform: translate3d(318px, 0, 0) scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    box-shadow: 0px 4px 35.69px 7.31px rgba(230, 231, 232, 0.78);
    z-index: 3;
    opacity: 1;
    margin-top: 30px;
}

.page5-p3 img {
    border: none;
}

.page5-p3 .page5-detail {
    display: block;
}

.page5-p4 {
    transform: translate3d(644px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    z-index: 2;
    position: relative;
}

.page5-p2 div.page5-mask,
.page5-p4 div.page5-mask {
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #000000;
    opacity: 0.4;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 1);
}

.page5-p5 {
    transform: translate3d(955px, 0, 0) scale(0.81);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.page5-p6 {
    transform: translate3d(1273px, 0, 0) scale(0.81);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.page5-p7 {
    transform: translate3d(1592px, 0, 0) scale(0.81);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.page5-detail {
    height: 132px;
    display: none;
    padding: 15px 24px;
    text-align: left;
    background-color: #fff;
    position: relative;
    top: -5px;
}

.page5-detail-title {
    font-size: 18px;

    line-height: 24px;
    color: rgba(0, 0, 0, 1);

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.page5-detail > p {
    font-size: 14px;
    color: #8a929e;
    line-height: 24px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    margin: 13px 0 16px 0;
}

.page5-detail > div {
    font-size: 12px;
    color: #a1a7b1;
    display: flex;
    border-top: 1px solid #e8eef1;
    padding: 5px 0 16px 0;
}

.page5-detail > div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page5-detail > div .scale {
    flex: 0 0 200px;
    font-size: 14px;

    line-height: 25px;
    color: rgba(76, 115, 248, 1);
}

.page5-detail > div .trade {
    flex: 1 1 auto;
    font-size: 14px;

    line-height: 24px;
    color: rgba(161, 167, 177, 1);
    text-align: right;
}

.page5 {
    background-image: url(../images/page4_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
}

.page5-2 .module-list {
    justify-content: space-between;
}

.page5-2 .module-list div {
    width: 210px;
    height: 73px;
}

.page5-2 img {
    width: 100%;
    height: 100%;
}

.page5-2 .more-case {
    text-align: center;
    margin-top: 35px;
}

.page5-2 .more-case div {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
}

.page5-2 .more-case a {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
}

.page6 {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1780px;
    min-width: 1200px;
    margin: 0 auto;
}

.page6 > div {
    height: 587px;
    background-color: #999;
    position: relative;
}

.page6 > div .part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page6 > div .part-1 > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page6 > div .part-1-1 {
    z-index: 2;
}

.page6 > div .part-1-1 img {
    position: relative;
    width: 100%;
    height: 100%;
}

.page6 > div .part-1-1.active {
    /* display: none; */
    opacity: 0;
    transition: all 1s ease-out !important;
}

.page6 > div .part-1-1 .click-try {
    height: 48px;
    width: 161px;
    cursor: pointer;
    background-image: url(../../images/oa_new/base/click_try.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page6 > div .part-1-1 .click-try:hover {
    background-image: url(../../images/oa_new/base/click_try_hover.png);
}

.page6 > div .part-1-2 {
    /* display: none; */
    opacity: 0;
}

.page6 > div .part-1-2.active {
    opacity: 1;
    /* display: block; */
    z-index: 2;
    transition: opacity 1s ease 0.3s !important;
}

.page6 > div .part-1-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page6 > div .part-1-3 {
    opacity: 0;
    text-align: center;
}

.page6 > div .part-1-3.active {
    opacity: 1;
    z-index: 2;
    transition: opacity 1s ease 1.3s !important;
}

.page6 > div .part-1-3 img.scrollLoading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes dian {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.14);
    }
}

.page6 > div .part-1-3 img.dian {
    width: 30px;
    position: relative;
    top: 190px;
    animation: dian 1.5s linear 0s infinite normal;
}

.page6 > div .part-2 {
}

.page6 > div .part-2 > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page6 > div .part-2-1 {
    text-align: center;
    padding-top: 100px;
    opacity: 0;
    z-index: -1;
}

.page6 div .part-2-1.active {
    z-index: 2;
    opacity: 1;
    transition: all 1s ease 5.3s !important;
}

.page6 div .part .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
}

.page6 div .part .module {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 300px;
    background-image: url(../../images/oa_new/home/operation/02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.page6 div .part .module .btn-go {
    position: absolute;
    bottom: 10px;
    left: 60px;
    animation: dian 1.5s linear 0s infinite normal;
}

.page6 div .part-2-2 {
    opacity: 0;
}

@keyframes part_2_2 {
    0% {
        display: block;
    }

    100% {
        display: none;
    }
}

.page6 div .part-2-2.active {
    opacity: 1;
    z-index: 2;
    transition: all 0.3s ease 0s;
    /* animation: part_2_2 1s linear 2.1s 1 alternate forwards; */
}

.page6 div .part-2-2 img {
    width: 100%;
    height: 100%;
}

.page6 div .part .part-3-1 .module {
    background-image: url(../../images/oa_new/home/operation/03.png);
}

.tryItTip {
    text-align: center;
    font-size: 24px;

    line-height: 29px;
    color: rgba(46, 54, 78, 1);
    letter-spacing: 3px;
    margin: 160px 0 64px 0;
}

.page7 {
    max-width: 1780px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 100px 160px 100px;
}

.page7 .content {
    height: 637px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    /* background-color: #ccc; */
}

.page7 .content > div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #ccc;
    display: none;
    transition: all 0.1s linear 0;
}

.page7 .content > div video {
    width: 100%;
    height: calc(100% + 4px);
    object-fit: cover;
    position: absolute;
    left: 0;
    top: -2px;
}

.page7 .content > div .video-click,
.page7 .content > div .video-img-click.video1 {
    width: 250px;
    height: 255px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
}

.page7 .content > div .video-click button,
.page7 .content > div .video-img-click button {
    margin: 150px auto 0;
    width: 115px;
    display: block;
    height: 40px;
    background: #3982f7;
    border-radius: 5px;
    border: none;
    animation: videoButtonMove 2s linear 1;
    color: white;
}

.page7 .content > div .video-click button > span {
    margin-left: 10px;
    vertical-align: text-top;
}

.page7 .content > div .video-click.video2 button {
    margin-top: 185px;
}

.page7 .content > div .video-click-left button,
.page7 .content > div .video-click-right button {
    width: 115px;
    display: block;
    height: 40px;
    background: #3982f7;
    border-radius: 5px;
    border: none;
    animation: videoButtonMove 2s linear 1;
    color: white;
}

.page7 .content > div .video-click-left button {

    background: white;
    border: 1px solid #3982f7;
    color: #3982f7;
    animation: none;
}

.page7 .content > div .video-click-right button > span {
    margin-left: 10px;
    vertical-align: text-top;
}

.page7 .content > div .video-img-click.video1 button,
.page7 .content > div .video-click.video7 button {
    background-image: url(../../images/oa_new/home/experience_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.page7 .content > div .video-click.video7 p {
    font-size: 27px;
    width: 386px;
    color: #3982f7;
    position: absolute;
    left: -65px;
    right: 0;
    text-align: center;
    top: 40px;
}

.page7 .content > div .video-img-click.video1 button {
    animation: none;
}

@keyframes videoButtonMove {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.25);
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.page7 .content > div .video-click-left {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    transform: translateX(-100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page7 .content > div .video-click-right {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.module-name {
    width: 100%;
    padding: 0 40px;
}

.module-name li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 70px 40px 70px;
    position: relative;
    opacity: 0;
    position: relative;
    top: 100px;
}

.module-name-row-1.active li {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: top 1s ease 0s, opacity 1s ease 0s;
    -webkit-transition: top 1s ease 0s, opacity 1s ease 0s;
    -o-transition: top 1s ease 0s, opacity 1s ease 0s;
    -ms-transition: top 1s ease 0s, opacity 1s ease 0s;
}

.module-name-row-1.active li.col-2 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -moz-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -webkit-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -o-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -ms-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
}

.module-name-row-1.active li.col-3 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -moz-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -webkit-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -o-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -ms-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
}

.module-name-row-1.active li.col-4 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -moz-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -webkit-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -o-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -ms-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
}

.module-name-row-2.active li {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: top 1s ease 0s, opacity 1s ease 0s;
    -webkit-transition: top 1s ease 0s, opacity 1s ease 0s;
    -o-transition: top 1s ease 0s, opacity 1s ease 0s;
    -ms-transition: top 1s ease 0s, opacity 1s ease 0s;
}

.module-name-row-2.active li.col-2 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -moz-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -webkit-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -o-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
    -ms-transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
}

.module-name-row-2.active li.col-3 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -moz-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -webkit-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -o-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
    -ms-transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
}

.module-name-row-2.active li.col-4 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -moz-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -webkit-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -o-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
    -ms-transition: top 1s ease 0.75s, opacity 1s ease 0.75s;
}

.test-beta {
    background-image: url(../../images/oa/home/test_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 130px;
    width: 100%;
}

.test-beta a {
    display: block;
    line-height: 130px;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
}

.test-beta a img {
    height: 36px;
    margin-left: 20px;
    vertical-align: -5px;
}

.module-name li:hover {
    margin-top: -5px;
    background: #f4f4f4;
}

.module-name li h2 {
    font-size: 24px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.module-name li h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 50%;
    background: #676767;
    left: 50%;
    top: -15px;
    margin-left: -20px;
    display: none;
}

.module-name li:hover h2:before {
    display: block;
}

.module-name li a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.function-intro {
    background-color: #4ec1f5;
    background-image: url(../../images/oa/home/function_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}

.function-intro ul {
    padding: 0 24px;
    box-sizing: border-box;
    position: absolute;
    top: -85px;
}

.function-intro ul li {
    float: left;
    width: 362px;
    height: 600px;
    background: #fff;
    margin: 0 12px;
    font-size: 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.function-intro ul li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.function-intro ul li:hover {
    box-shadow: 0 5px 15px #999;
    margin-top: -5px;
}

.function-intro.active ul li {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0s, opacity 1s ease 0s;
}

.function-intro.active ul li.col-2 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.25s, opacity 1s ease 0.25s;
}

.function-intro.active ul li.col-3 {
    opacity: 1;
    top: 0;
    transition: top 1s ease 0.5s, opacity 1s ease 0.5s;
}

.function-intro ul li .intro-1 {
    width: 362px;
    height: 397px;
    background-image: url(../../images/oa/home/intro_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    background-size: cover;
    background-image: -webkit-image-set(url(../../images/oa/home/intro_1.png) 1x, url(../../images/oa/home/intro_1@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/intro_1.png) 1x, url(../../images/oa/home/intro_1@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/intro_1.png) 1x, url(../../images/oa/home/intro_1@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/home/intro_1.png) 1x, url(../../images/oa/home/intro_1@2x.png) 2x);
}

.function-intro ul li .intro-2 {
    width: 362px;
    height: 397px;
    background-image: url(../../images/oa/home/intro_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    background-size: cover;
    background-image: -webkit-image-set(url(../../images/oa/home/intro_2.png) 1x, url(../../images/oa/home/intro_2@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/intro_2.png) 1x, url(../../images/oa/home/intro_2@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/intro_2.png) 1x, url(../../images/oa/home/intro_2@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/home/intro_2.png) 1x, url(../../images/oa/home/intro_2@2x.png) 2x);
}

.function-intro ul li .intro-3 {
    width: 362px;
    height: 397px;
    background-image: url(../../images/oa/home/intro_3.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    background-size: cover;
    background-image: -webkit-image-set(url(../../images/oa/home/intro_3.png) 1x, url(../../images/oa/home/intro_3@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/intro_3.png) 1x, url(../../images/oa/home/intro_3@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/intro_3.png) 1x, url(../../images/oa/home/intro_3@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/home/intro_3.png) 1x, url(../../images/oa/home/intro_3@2x.png) 2x);
}

.function-intro ul li h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.function-intro ul li p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
}

.function-intro a.btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -90px;
}

.weaver-intro {
    background: url(../../images/oa/home/intro_bg.png) center center no-repeat #0077c9;
    height: 405px;
}

.weaver-intro .module-title h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 100;
}

.weaver-intro .module-title h5 {
    width: 230px;
    height: 4px;
}

.weaver-intro ul {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
    padding-left: 100px;
}

.weaver-intro ul li {
    float: left;
    width: 33.33%;
    color: #fff;
}

.weaver-intro ul li h3 {
    font-size: 38px;
}

.weaver-intro ul li h3 span {
    font-size: 55px;
}

.weaver-intro ul li h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 5px;
}

.parnter {
    padding: 0 0 0 32px;
}

.parnter li {
    float: left;
    margin-top: 60px;
}

.focus-viewpoint {
    background: #f5f5f5;
    height: 800px;
    box-sizing: border-box;
    position: relative;
}

/*.focus-viewpoint ul li{ float:left; width:280px; height:370px; background:#fff; padding:12px; box-sizing:border-box; margin:0 5px;}
.focus-viewpoint ul li:hover{ box-shadow:0 5px 10px #ccc; margin-top:-5px;}
.focus-viewpoint ul li:first-child{ margin-left:20px;}
.focus-viewpoint ul li h2{ border-left:3px solid #03A6F0; padding-left:5px; margin-top:20px; font-size:18px; color:#333; font-weight:bold; height:48px; overflow: hidden;}
.focus-viewpoint ul li p{ margin-top:25px; font-size:12px; color:#666; height: 65px; overflow:hidden;}
.focus-viewpoint ul li span{ color:#999; font-size:12px; margin-top:10px; display:inline-block;}*/
.focus-viewpoint a.more {
    display: block;
    position: absolute;
    bottom: 60px;
    font-size: 16px;
    color: #999;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    padding-right: 14px;
    background: url(../../images/oa/base/right-gray.png) right center no-repeat;
    background-size: auto 14px;
}

.focus-viewpoint a.more:hover {
    color: #666;
    background: url(../../images/oa/base/right-black.png) right center no-repeat;
    background-size: auto 14px;
}

.viewpoint-img {
    width: 255px;
    height: 153px;
    background-position: center center;
    background-repeat: no-repeat;
}

.bottom-bg {
    background-image: url(../../images/oa/home/bottom_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    background-image: -webkit-image-set(url(../../images/oa/home/bottom_bg.png) 1x, url(../../images/oa/home/bottom_bg@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/bottom_bg.png) 1x, url(../../images/oa/home/bottom_bg@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/bottom_bg.png) 1x, url(../../images/oa/home/bottom_bg@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/home/bottom_bg.png) 1x, url(../../images/oa/home/bottom_bg@2x.png) 2x);
}

h2.oa-intro {
    color: #fff;
    font-size: 36px;
}

/*绉诲姩妯″潡*/
.mobile-banner {
    width: 100%;
    height: 460px;
    background-image: url(../../images/oa/mobile/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: -webkit-image-set(url(../../images/oa/mobile/banner.png) 1x, url(../../images/oa/mobile/banner@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/mobile/banner.png) 1x, url(../../images/oa/mobile/banner@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/mobile/banner.png) 1x, url(../../images/oa/mobile/banner@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/mobile/banner.png) 1x, url(../../images/oa/mobile/banner@2x.png) 2x);
}

.beta-banner {
    width: 100%;
    height: 460px;
    background-image: url(../../images/oa/home/beta_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: -webkit-image-set(url(../../images/oa/home/beta_banner.jpg) 1x, url(../../images/oa/home/beta_banner@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/home/beta_banner.jpg) 1x, url(../../images/oa/home/beta_banner@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/home/beta_banner.jpg) 1x, url(../../images/oa/home/beta_banner@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/home/beta_banner.jpg) 1x, url(../../images/oa/home/beta_banner@2x.jpg) 2x);
}

.mobile-banner .btn {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 270px;
}

.mobile-menu {
    width: 840px;
}

.mobile-menu li {
    float: left;
    width: 100px;
    margin: 0 90px;
    text-align: center;
    padding-top: 120px;
    position: relative;
}

.mobile-menu li a {
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 100%;
    height: 80%;
}

.mobile-menu li h2 {
    font-size: 28px;
    color: #b2b2b2;
}

.mobile-menu li:hover h2,
.mobile-menu li.active h2 {
    color: #3982f7;
}

.mobile-menu li img {
    width: 48px;
    margin-top: 20px;
}

.mobile-menu li.app {
    background: url(../../images/oa/mobile/app.png) center center no-repeat;
    background-size: 48px 48px;
}

.mobile-menu li.dingtalk {
    background: url(../../images/oa/mobile/dingtalk.png) center center no-repeat;
    background-size: 48px 48px;
}

.mobile-menu li.wechat {
    background: url(../../images/oa/mobile/wechat.png) center center no-repeat;
    background-size: 48px 48px;
}

.mobile-menu li.app.active,
.mobile-menu li.app:hover {
    background: url(../../images/oa/mobile/app_hover.png) center center no-repeat;
    background-size: 48px 48px;
}

.mobile-menu li.dingtalk.active,
.mobile-menu li.dingtalk:hover {
    background: url(../../images/oa/mobile/dingtalk_hover.png) center center no-repeat;
    background-size: 48px 48px;
}

.mobile-menu li.wechat.active,
.mobile-menu li.wechat:hover {
    background: url(../../images/oa/mobile/wechat_hover.png) center center no-repeat;
    background-size: 48px 48px;
}

.bg-CDF2FF {
    background: #cdf2ff;
}

.mb-60 {
    margin-bottom: -60px;
}

/* .arrow-bottom{ width:46px; height: 27px; position:absolute; bottom:10px; left:50%;width:50px; height:50px; border-radius:25px;
 margin-left:-25px;-webkit-animation:downdown 2s infinite linear;cursor:pointer;}
@-webkit-keyframes downdown {
    0%{ bottom:20px}
	25%{bottom:10px;}
    50%{ bottom:0px;}
	75%{bottom:10px;}
	100%{bottom:20px;}
} */
.btn-primary-white {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    background-color: none;
    display: block;
    text-align: center;
    line-height: 50px;
}

.btn-primary-white:hover {
    color: #fff;
    background-color: #03a9f4;
}

/*妗堜緥*/
.cases-banner {
    width: 100%;
    height: 460px;
    background-image: url(../../images/oa/case/cases/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: -webkit-image-set(url(../../images/oa/case/cases/banner.png) 1x, url(../../images/oa/case/cases/banner@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/case/cases/banner.png) 1x, url(../../images/oa/case/cases/banner@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/case/cases/banner.png) 1x, url(../../images/oa/case/cases/banner@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/case/cases/banner.png) 1x, url(../../images/oa/case/cases/banner@2x.png) 2x);
}

a.btn.cases-register {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    border: 2px solid #fff;
    height: 48px;
    background: none;
    line-height: 48px;
    border-radius: 24px;
}

a.btn.cases-register:hover {
    background: rgba(255, 255, 255, 0.3);
}

.cases-banner a.btn.cases-register {
    bottom: 100px;
}

.estate-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/estate/banner.png) center center no-repeat;
    position: relative;
}

.financebanner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/finance/banner.png) center center no-repeat;
    position: relative;
}

.catering-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/catering/banner.png) center center no-repeat;
    position: relative;
}

.medical-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/medical/banner.png) center center no-repeat;
    position: relative;
}

.logistics-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/logistics/banner.png) center center no-repeat;
    position: relative;
}

.government-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/government/banner.png) center center no-repeat;
    position: relative;
}

.manufacture-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/manufacture/banner.png) center center no-repeat;
    position: relative;
}

.food-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/food/banner.png) center center no-repeat;
    position: relative;
}

.education-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/education/banner.png) center center no-repeat;
    position: relative;
}

.clothing-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/clothing/banner.png) center center no-repeat;
    position: relative;
}

.construction-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/construction/banner.jpg) center center no-repeat;
    position: relative;
}

.integrate-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/case/integrate/banner.png) center center no-repeat;
    position: relative;
}

.estate-banner a.btn.cases-register {
    bottom: 70px;
}

.financebanner a.btn.cases-register {
    bottom: 70px;
}

.catering-banner a.btn.cases-register {
    bottom: 70px;
    margin-left: -100px;
}

.medical-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -100px;
}

.logistics-banner a.btn.cases-register {
    bottom: 90px;
}

.government-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -100px;
}

.manufacture-banner a.btn.cases-register {
    bottom: 90px;
}

.food-banner a.btn.cases-register {
    bottom: 90px;
}

.education-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -100px;
}

.clothing-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -100px;
}

.construction-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -100px;
}

.integrate-banner a.btn.cases-register {
    bottom: 90px;
    margin-left: -115px;
}

.integrate-banner .btn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -90px;
}

.industry-list li {
    float: left;
    position: relative;
    padding-left: 150px;
    width: 50%;
    box-sizing: border-box;
    height: 220px;
    margin-bottom: 60px;
}

.industry-list li img {
    position: absolute;
    left: 25px;
}

.industry-list li h2 {
    font-size: 26px;
    color: #333;
}

.industry-list li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 20px;
}

.industry-list li a {
    width: 90px;
    height: 32px;
    color: #03a8f3;
    font-size: 16px;
    background: #fff;
    border: 1px solid #03a8f3;
    margin-top: 20px;
    border-radius: 15px;
    display: block;
    text-align: center;
    line-height: 32px;
}

.industry-list li a:hover {
    background: #03a8f3;
    color: #fff;
}

.wrap-menu.industry-menu ul li {
    margin: 0 10px;
}

.case-detail {
    padding: 0 40px 0 40px;
    box-sizing: border-box;
}

.case-detail h2 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #3982f7;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
}

.case-detail p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    margin-top: 20px;
}

.case-detail ol {
    padding-left: 20px;
    margin-top: 20px;
}

.case-detail ol li {
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    color: #666;
    line-height: 32px;
}

.case-detail ol li:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
}

.case-detail h3 {
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-top: 80px;
}

.case-detail h4 {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.see-more {
    display: block;
    width: 50px;
    height: 25px;
    margin: 20px auto 20px auto;
}

.see-more img {
    transform: rotate(90deg);
}

.see-more.current img {
    transform: rotate(270deg);
}

.more-case-list p {
    width: 25%;
    float: left;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    padding-right: 10px;
    box-sizing: border-box;
}

.challenge {
    box-sizing: border-box;
}

.challenge li {
    float: left;
    width: 230px;
    height: 300px;
    background: #fff;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}

.challenge li p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}

.solution li {
    display: inline-block;
    width: 226px;
    height: 220px;
    margin: 0 10px;
    background: #f4f4f4;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.solution li p {
    font-size: 18px;
    color: #6666;
    text-align: left;
    line-height: 1.6;
    margin-top: 10px;
}

.application li {
    display: inline-block;
    width: 180px;
    height: 50px;
    background: #f4f4f4;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    margin: 0 5px;
}

.application li.current,
.application li:hover {
    background: #3982f7;
    color: #fff;
}

.application-detail {
    background: #f4f4f4;
    position: relative;
    margin-top: 35px;
    padding: 35px 60px;
    box-sizing: border-box;
}

.application-detail p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

.application-detail:before {
    display: block;
    content: '';
    position: absolute;
    top: -55px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 35px solid #f4f4f4;
}

.application-detail.detail0:before {
    left: 190px;
}

.application-detail.detail1:before {
    left: 385px;
}

.application-detail.detail2:before {
    left: 575px;
}

.application-detail.detail3:before {
    left: 770px;
}

/*鍦烘櫙*/
.finance-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/finance/banner.png) center center no-repeat;
    position: relative;
}

.manager-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/manager/banner.png) center center no-repeat;
    position: relative;
}

.newworker-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/newworker/banner.png) center center no-repeat;
    position: relative;
}

.personnel-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/personnel/banner.png) center center no-repeat;
    position: relative;
}

.project-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/project/banner.png) center center no-repeat;
    position: relative;
}

.sales-banner {
    width: 100%;
    height: 460px;
    background: url(../../images/oa/experience/sales/banner.png) center center no-repeat;
    position: relative;
}

.finance-banner a {
    position: absolute;
    left: 50%;
    margin-left: -422px;
    top: 290px;
}

.manager-banner a {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 290px;
}

.newworker-banner a {
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: 290px;
}

.personnel-banner a {
    position: absolute;
    left: 50%;
    margin-left: -440px;
    top: 290px;
}

.project-banner a {
    position: absolute;
    left: 50%;
    margin-left: -440px;
    top: 290px;
}

.sales-banner a {
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: 290px;
}

.wrap-menu ul {
    text-align: center;
    background: url(../../images/oa/border.png) center bottom no-repeat;
}

.wrap-menu ul li {
    display: inline-block;
    width: 75px;
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
    overflow: hidden;
}

.wrap-menu ul li a {
    display: block;
    font-size: 16px;
    color: #c0c0c0;
    height: 53px;
    line-height: 53px;
    border-bottom: 2px solid #fff;
}

.wrap-menu ul li.active a,
.wrap-menu ul li:hover a {
    border-bottom: 2px solid #3982f7;
    color: #3982f7;
    font-size: 18px;
}

.wrap-menu.partner ul li {
    margin: 0 100px;
    width: 95px;
}

.wrap-menu.weaver ul li {
    margin: 0 100px;
    margin: 0 55px;
}

.exp-nav li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.exp-nav li h2 {
    font-size: 18px;
    color: #666;
    margin-top: 40px;
}

/*鑱旂洘*/
.partner-banner {
    width: 100%;
    height: 460px;
    background-image: url(../../images/oa/partner/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-image: -webkit-image-set(url(../../images/oa/partner/banner.png) 1x, url(../../images/oa/partner/banner@2x.jpg) 2x);
    background-image: -moz-image-set(url(../../images/oa/partner/banner.png) 1x, url(../../images/oa/partner/banner@2x.jpg) 2x);
    background-image: -ms-image-set(url(../../images/oa/partner/banner.png) 1x, url(../../images/oa/partner/banner@2x.jpg) 2x);
    background-image: -o-image-set(url(../../images/oa/partner/banner.png) 1x, url(../../images/oa/partner/banner@2x.jpg) 2x);
}

.partner-banner a.btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    height: 56px;
    background: none;
    line-height: 56px;
    border-radius: 28px;
}

.partner-banner a.btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.flow-proxy {
    background-image: url(../../images/oa/partner/proxy/intro2.png);
    width: 100%;
    height: 760px;
    background-repeat: no-repeat;
    background-position: center center;
}

.partner-intro p {
    width: 900px;
    margin: auto;
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    text-align: center;
}

.parnter-intro {
    position: absolute;
    left: 50%;
}

.parnter-intro h2 {
    font-size: 24px;
    color: #333;
}

.parnter-intro p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

.parnter-intro-1 {
    bottom: 135px;
    margin-left: -580px;
}

.parnter-intro-2 {
    bottom: 328px;
    margin-left: -540px;
}

.parnter-intro-3 {
    top: 70px;
    margin-left: -128px;
}

.parnter-intro-4 {
    bottom: 305px;
    margin-left: 310px;
}

.parnter-intro-5 {
    bottom: 135px;
    margin-left: 360px;
}

.proxy-flow {
    width: 1160px;
    border-radius: 10px;
    border: 2px solid #c4c4c4;
    padding: 30px 20px 50px 20px;
    position: relative;
}

.proxy-flow .step {
    position: relative;
    text-align: center;
    width: 315px;
}

.proxy-flow .step.step1,
.proxy-flow .step.step8 {
    width: 160px;
    margin-right: 70px;
}

.proxy-flow .step.step4,
.proxy-flow .step.step5 {
    width: 260px;
    margin-left: 30px;
}

.proxy-flow .step.step1 .guide,
.proxy-flow .step.step8 .guide {
    right: -100px;
}

.proxy-flow .step.step1,
.proxy-flow .step.step2,
.proxy-flow .step.step3,
.proxy-flow .step.step4 {
    height: 300px;
}

.proxy-flow .step p {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    text-align: center;
    line-height: 1.7;
}

.proxy-flow .step .guide {
    position: absolute;
    right: -30px;
    top: 40px;
}

.proxy-flow .step.step4 .guide {
    right: 105px;
    top: 240px;
    transform: rotate(90deg);
}

.proxy-flow .step.step6 .guide,
.proxy-flow .step.step7 .guide,
.proxy-flow .step.step8 .guide {
    transform: rotate(180deg);
}

.proxy-flow .btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -90px;
}

.our-location {
    height: 400px;
    background: url(../../images/oa/partner/bottom_bg.png) center center no-repeat;
}

.our-location h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding-top: 65px;
}

.our-location ul li {
    float: left;
    background-color: #fff;
    width: 325px;
    height: 210px;
    margin: 0 20px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

.our-location ul li p {
    font-size: 20px;
    color: #666;
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding-top: 35px;
    line-height: 1.6;
}

.our-location ul li:last-child p {
    padding-top: 25px;
}

.our-location ul li p:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #03a6f0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

.partner-info ul li {
    float: left;
    width: 348px;
    height: 426px;
    border-radius: 5px;
    background-color: #f5f5f5;
    position: relative;
    padding: 95px 10px 0 10px;
    margin: 0 8px;
    box-sizing: border-box;
}

.partner-info ul li img {
    position: absolute;
    left: 50%;
    top: -55px;
    margin-left: -55px;
}

.partner-info ul li h2 {
    font-size: 25px;
    color: #333;
    text-align: center;
}

.partner-info ul li p {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    line-height: 1.8;
}

.dash-line {
    width: 720px;
    height: 55px;
    border: 3px dashed #dddddd;
    margin: auto;
    border-top: 0;
    margin-bottom: 50px;
    position: relative;
}

.dash-line:after {
    content: '';
    display: block;
    width: 0;
    height: 105px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    border-left: 3px dashed #ddd;
    top: 0;
}

/*鏂伴椈鍔ㄦ€�*/
.news-banner {
    background-image: url(../../images/oa/dynamic/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 460px;
    background-image: -webkit-image-set(url(../../images/oa/dynamic/banner.png) 1x, url(../../images/oa/dynamic/banner@2x.png) 2x);
    background-image: -moz-image-set(url(../../images/oa/dynamic/banner.png) 1x, url(../../images/oa/dynamic/banner@2x.png) 2x);
    background-image: -ms-image-set(url(../../images/oa/dynamic/banner.png) 1x, url(../../images/oa/dynamic/banner@2x.png) 2x);
    background-image: -o-image-set(url(../../images/oa/dynamic/banner.png) 1x, url(../../images/oa/dynamic/banner@2x.png) 2x);
}

.news-detail-banner {
    background-image: url(../../images/oa/dynamic/detail/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 460px;
    background-image: -webkit-image-set(
        url(../../images/oa/dynamic/detail/banner.jpg) 1x,
        url(../../images/oa/dynamic/detail/banner@2x.png) 2x
    );
    background-image: -moz-image-set(
        url(../../images/oa/dynamic/detail/banner.jpg) 1x,
        url(../../images/oa/dynamic/detail/banner@2x.png) 2x
    );
    background-image: -ms-image-set(
        url(../../images/oa/dynamic/detail/banner.jpg) 1x,
        url(../../images/oa/dynamic/detail/banner@2x.png) 2x
    );
    background-image: -o-image-set(url(../../images/oa/dynamic/detail/banner.jpg) 1x, url(../../images/oa/dynamic/detail/banner@2x.png) 2x);
}

.dynamic-menu a {
    display: inline-block;
    font-size: 16px;
    color: #c0c0c0;
    border-bottom: 2px solid #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    width: 80px;
}

.dynamic-menu a:hover,
.dynamic-menu a.active {
    border-bottom: 2px solid #00a8f0;
    color: #00a8f0;
    font-size: 18px;
}

.news-list {
    padding-left: 25px;
}

.news-list li {
    float: left;
    width: 270px;
    height: 350px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 2px #dcdcdc;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 40px 10px 0 10px;
}

.news-list li:hover {
    box-shadow: 0 0 10px #dcdcdc;
    transform: scale(1.05, 1.05);
}

.news-list li img {
    width: 248px;
    height: 160px;
}

.news-list li h2 {
    font-size: 40px;
    color: #333;
    padding-left: 20px;
    margin-top: 20px;
}

.news-list li h2 span {
    font-size: 18px;
    color: #999;
    margin-left: 10px;
}

.news-list li p {
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.news-list li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
    height: 10px;
    background-color: #00a8f0;
}

.w136 {
    width: 136px;
}

.news-list li a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
}

.news-detail {
    width: 700px;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
    margin-top: -330px;
    float: left;
    margin-left: 250px;
}

.news-detail h2 {
    font-size: 35px;
    color: #333;
}

.news-detail h5 {
    color: #999;
    font-size: 20px;
    margin-bottom: 20px;
}

.news-detail p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 0px;
}

.news-detail p img {
    text-align: center;
}

.relation {
    float: left;
    width: 210px;
    border-left: 2px solid #dbdbdb;
    padding-left: 10px;
    margin-left: 28px;
    margin-top: -150px;
    margin-bottom: 100px;
}

.relation h2 {
    font-size: 20px;
    color: #333;
}

.relation p {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    background: url(../../images/oa/dynamic/right.png) left center no-repeat;
    margin-top: 20px;
    line-height: 1.7;
}

/*娉涘井*/
.introduction-banner {
    height: 460px;
    background: url(../../images/oa/weaver/introduction/banner.png) center center no-repeat;
}

.contact-banner {
    height: 460px;
    background: url(../../images/oa/weaver/contact/banner.png) center center no-repeat;
}

.recruit-banner {
    height: 460px;
    background: url(../../images/oa/weaver/recruit/banner.png) center center no-repeat;
}

.service-bg {
    height: 835px;
    background: url(../../images/oa/weaver/introduction/service_bg.png) center center no-repeat;
}

.service-bg .module-title h2 {
    color: #fff;
}

.introduction-info {
    background: url(../../images/oa/weaver/introduction/content_bg.png) center center no-repeat;
}

.introduction-info p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    position: relative;
    text-indent: 2em;
}

.introduction-info p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #03a6f0;
}

.introduction-info p.second:before {
    background: #f9ba4b;
}

.introduction-info p.third:before {
    background: #8ec026;
}

.weaver-service li {
    display: inline-block;
    width: 310px;
    height: 240px;
    box-sizing: border-box;
    padding: 30px 0 0 0;
    background-color: #fff;
    vertical-align: top;
    margin: 30px 20px;
    border-radius: 10px;
}

.weaver-service li:last-child {
    margin-left: 40px;
}

.weaver-service li h2 {
    font-size: 33px;
    color: #3982f7;
    line-height: 1.8;
}

.weaver-service li p {
    font-size: 18px;
    color: #999;
    padding: 0 35px;
    line-height: 1.8;
}

.weaver-glory {
    width: 1200px;
}

.weaver-glory li {
    width: 50%;
    float: left;
    background: url(../../images/oa/weaver/introduction/reward.png) 50px center no-repeat;
    background-size: 22px auto;
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    line-height: 1.8;
    padding-left: 80px;
    box-sizing: border-box;
}

.weaver-num {
}

.weaver-num li {
    display: inline-block;
    margin: 45px 40px;
}

.weaver-num li h2 {
    font-size: 24px;
    color: #333;
    text-align: left;
}

.weaver-num li h2 span {
    font-size: 70px;
    color: #333;
    text-align: left;
}

.weaver-num li p {
    font-size: 18px;
    color: #999;
    text-align: left;
    margin-top: 20px;
    line-height: 1.6;
}

.weaver-num .second-row h2 span {
    font-size: 48px;
}

.recruit-intro h2 {
    font-size: 18px;
    color: #333;
    line-height: 2;
    text-align: center;
}

.recruit-intro p {
    font-size: 25px;
    color: #333;
    line-height: 2;
    text-align: center;
}

.recruit-intro p span {
    color: #3982f7;
}

.recruit-menu li {
    display: inline-block;
    width: 335px;
    height: 84px;
    line-height: 84px;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    color: #666;
    margin: 0 11px;
    cursor: pointer;
}

.recruit-menu li.curr {
    font-weight: bold;
    color: #3982f7;
}

.recruit-detail li {
    display: inline-block;
    width: 515px;
    margin: 20px 11px;
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.recruit-detail li h2 {
    font-size: 25px;
    color: #333;
}

.recruit-detail li h3 {
    font-size: 21px;
    color: #333;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
}

.recruit-detail li h3:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 4px;
    height: 22px;
    width: 5px;
    background-color: #3982f7;
}

.recruit-detail li p {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.recruit-detail li p span {
    color: #3982f7;
}

.general-map {
    background: url(../../images/oa/weaver/contact/map.png) center center no-repeat;
    height: 500px;
}

.general-info {
    background-color: rgba(3, 165, 240, 0.8);
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -550px;
    padding: 110px 0 0 50px;
    box-sizing: border-box;
}

.general-info h2 {
    color: #fff;
    font-size: 36px;
}

.general-info h3 {
    color: #fff;
    font-size: 18px;
}

.general-info p {
    padding-left: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.6;
}

.general-info p.phone {
    background: url(../../images/oa/weaver/contact/phone.png) left center no-repeat;
    background-size: 28px auto;
}

.general-info p.mail {
    background: url(../../images/oa/weaver/contact/mail.png) left center no-repeat;
    background-size: 28px auto;
}

.general-info p.position {
    background: url(../../images/oa/weaver/contact/position.png) left center no-repeat;
    background-size: 28px auto;
}

.leave-message h2 {
    font-size: 30px;
    color: #333;
    padding-left: 50px;
}

.leave-message input {
    width: 270px;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    padding-left: 10px;
    font-size: 20px;
    color: #666;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    margin-left: 50px;
}

.leave-message textarea {
    margin-left: 50px;
    width: 660px;
    height: 165px;
    outline: none;
    resize: none;
    padding: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    font-size: 20px;
    color: #666;
}

.contact-map {
    height: 800px;
    margin-top: -50px;
    margin-bottom: -50px;
}

.institution h2 {
    font-size: 30px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.institution h2:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #03a6f0;
    position: absolute;
    left: 0;
    top: 12px;
}

.institution a,
.city-list a {
    font-size: 18px;
    color: #333;
    margin: 10px 25px 10px 0;
    display: inline-block;
}

.institution a:hover,
.city-list a:hover {
    color: #3982f7;
}

.city-list {
    padding: 20px 30px;
}

.institution .institution-list {
    display: inline-block;
}

.institution .institution-list2,
.institution .institution-list4 {
    margin-left: 110px;
}

.institution .institution-list1 h2:before {
    background: #00e6f6;
}

.institution .institution-list2 h2:before {
    background: #34cd99;
}

.institution .institution-list3 h2:before {
    background: #f57241;
}

.institution .institution-list4 h2:before {
    background: #fdc72e;
}

.institution .institution-list5 h2:before {
    background: #25a899;
}

.weaver-title,
.province-title {
    background: #3982f7;
    color: #fff;
    position: relative;
    height: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}

.weaver-title h2,
.province-title h2 {
    text-align: left;
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 28px;
    line-height: 50px;
}

.weaver-title a,
.province-title a {
    position: absolute;
    right: 20px;
    top: 20px;
}

.institution-detail {
    padding: 20px 30px;
    box-sizing: border-box;
}

.institution-detail p {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    line-height: 36px;
    padding-left: 50px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.institution-detail p.phone {
    background-image: url(../../images/oa/partner/phone.png);
}

.institution-detail p.email {
    background-image: url(../../images/oa/partner/mail.png);
}

.institution-detail p.location {
    background-image: url(../../images/oa/partner/position.png);
}

.contact-us h2 {
    text-align: center;
    font-size: 26px;
    color: #333;
}

.contact-us p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.contact-info {
    box-sizing: border-box;
    padding-left: 80px;
}

.head-quarter {
    width: 285px;
}

.head-quarter h1 {
    font-size: 36px;
    color: #3982f7;
    line-height: 1;
}

.head-quarter h1 span {
    font-size: 18px;
}

.head-quarter p a {
    font-size: 16px;
    color: #3982f7;
}

.head-quarter p a:hover {
    text-decoration: underline;
}

.head-quarter .head-quarter-info {
    font-size: 20px;
    color: #333;
    background-size: 37px auto;
    background-position: left center;
    padding: 10px 0;
    line-height: 1.6;
    background-repeat: no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
}

.head-quarter .phone {
    background-image: url(../../images/oa/weaver/contact/phone_black.png);
}

.head-quarter .mail {
    background-image: url(../../images/oa/weaver/contact/mail_black.png);
}

.head-quarter .location {
    background-image: url(../../images/oa/weaver/contact/position_black.png);
}


/*鐧诲綍娉ㄥ唽妯″潡*/
.cover-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 10005;
}

.pop-c {

    width: 451px;
    height: 501px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    top: 50%;
    margin-top: -300px;
    position: fixed;
    z-index: 80000;
    left: 50%;
    margin-left: -250px;
}

.pop-c .closeButton {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.pop-c.register-c {
    width: 450px;
    height: 490px;
    margin-top: -270px;
    margin-left: -225px;
}

.pop-c.register-d {
    width: 450px;
    height: 620px;
    margin-top: -320px;
    margin-left: -225px;
}

.pop-c.join-c {
    width: 450px;
    height: 460px;
    margin-top: -230px;
    margin-left: -225px;
}

.pop-c.register-d .experience-now button {
    width: 320px;
    height: 52px;
    font-size: 20px;
    color: #fff;
    background: #3982f7;
    margin: auto;
    border: 0;
    border-radius: 8px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 5px;
}

.pop-c.register-d .verification-register button {
    width: 210px;
    height: 52px;
    font-size: 20px;
    color: #fff;
    background: #3982f7;
    margin: auto;
    border: 0;
    border-radius: 8px;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 3px;
}

.pop-c.register-d .verification {
    width: 95%;
    margin: auto;
    border-top: 1px solid #cdcdcd;
    padding: 30px 0 10px 0;
    text-align: center;
    margin-top: 35px;
}

.pop-c.register-d .verification h2 {
    font-size: 20px;
    color: #333;
}

.pop-c.register-d .verification p {
    margin-top: 30px;
    font-size: 18px;
    color: #3982f7;
    text-align: center;
}

.pop-c.pop-login {
    height: 510px;
    top: 50%;
    margin-top: -245px;
}

.pop-c.pop-weaver {
    width: 500px;
    height: auto;
    min-height: 300px;
    margin-top: -180px;
    margin-left: -250px;
}

.pop-c.pop-province {
    width: 500px;
    height: auto;
    min-width: 300px;
    margin-top: -180px;
    margin-left: -250px;
}

.pop-c .pop-title {
    height: 57px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    background: rgba(251, 251, 251, 1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.pop-c .pop-title > div {
    width: 50%;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-top: 5px solid transparent;
    color: rgba(138, 146, 158, 1);
    border-bottom: 1px solid #e8eef1;
}

.pop-c .pop-title > div.selected {
    border-bottom: none;
    box-shadow: 3px 0 6px rgba(109, 128, 158, 0.1);
    border-radius: 16px 16px 0px 0px;
    color: #3982f7;
    width: 62%;
    background: rgba(255, 255, 255, 1);
}

.pop-c .pop-title > div.have-account.selected {
    box-shadow: -3px 0 6px rgba(109, 128, 158, 0.1);
}

.pop-c .pop-title > div.selected:before {
    content: '';
    width: 238px;
    height: 5px;
    position: absolute;
    top: 0;
    background-color: #3982f7;
    border-radius: 16px 16px 0px 0px;
}

.pop-c .pop-title > div.selected:after {
    content: '';
    width: 248px;
    height: 13px;
    position: absolute;
    bottom: -4px;
    background-color: white;
}

.pop-c .pop-title > div.first-experience.selected:before {
    left: 5px;
}

.pop-c .pop-title > div.have-account.selected:before {
    right: 5px;
}

/* .pop-c .pop-title .first-experience {}

.pop-c .pop-title .first-experience {} */

.pop-c .pop-title a img {
    vertical-align: -2px;
    cursor: pointer;
}

.pop-c .pop-logo {
    margin: auto;
    width: 300px;
    margin-top: -5px;
    text-align: center;
}

.pop-c .pop-logo h2 {
    /* font-size:30px; color:#333; text-align:center; font-weight: bold; */
    font-size: 24px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.pop-c .pop-logo p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

/* 娉ㄥ唽鐧诲綍鐣岄潰鐨勬寜閽偓鍋� */
.pop-c .bgcButton:hover {
    background-color: #18dca7 !important;
    border: 1px solid #18dca7 !important;
    color: #fff !important;
}

.pop-c .borderButton:hover {
    border-color: #18dca7 !important;
    color: #18dca7 !important;
}

/* 鐢ㄦ埛宸茬粡鐧诲綍锛岀偣鍑荤珛鍗充綋楠屼箣鍚庡嚭鏉ョ殑寮圭獥鏍峰紡寮€濮� */
.popLogged {
    width: 450px;
    height: 444px;
}

.popLogged .title {
    margin-top: 84px;
    font-size: 30px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 48px;
}

.popLogged .popLoggedDescribe {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(138, 146, 158, 1);
    text-align: center;
}

.popLogged .popLoggedBtnBox {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popLogged .popLoggedBtnBox > button {
    font-size: 16px;
    font-weight: 400;
    color: #3982f7;
    background-color: rgba(255, 255, 255, 1);
    padding: 13px 0;
    text-align: center;
    width: 167px;
    border-radius: 8px;
    border: 1px solid #3982f7;
    line-height: 22px;
}

.popLogged .popLoggedBtnBox .useButton {
    color: rgba(255, 255, 255, 1);
    background-color: #3982f7;
    border: none;
}
/* 鐢ㄦ埛宸茬粡鐧诲綍锛岀偣鍑荤珛鍗充綋楠屼箣鍚庡嚭鏉ョ殑寮圭獥鏍峰紡缁撴潫 */

.register-info {
    padding: 0 85px;
}

.register-info li {
    margin-top: 20px;
}

.register-info li input {
    width: 425px;
    height: 45px;
    border: 2px solid #dcdcdc;
    padding: 0;
    border-radius: 8px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 16px;
}

.register-info li.identity input {
    background: url(../../images/oa/login/identify_code.png) 5px center no-repeat;
}

.register-info li.phone input.get-phone {
    width: 425px;
}

.register-info li.phone button {
    width: 115px;
    margin-left: 30px;
    height: 45px;
    border: 2px solid #dcdcdc;
    border-radius: 8px;
    color: #666;
    background: #fff;
}

.register-info li.phone input {
    width: 280px;
    background: url(../../images/oa/login/phone_num.png) 5px center no-repeat;
}

.register-info li.name input {
    background: url(../../images/oa/login/name.png) 5px center no-repeat;
}

.register-info li.company input {
    background: url(../../images/oa/login/company.png) 5px center no-repeat;
}

.register-info li.password input {
    background: url(../../images/oa/password.png) 5px center no-repeat;
}

.register-info li.mail input {
    background: url(../../images/oa/login/mail.png) 5px center no-repeat;
}

.register-info.register-new {
    margin-top: 30px;
    padding: 0 69px;
}

.register-info.register-new li input {
    width: 312px;
    border: 0;
    border-bottom: 1px solid #e8eef1;
    border-radius: 0;
    color: #666;
}

.register-info.register-new li.phone input {
    width: 312px;
}

.register-info.register-new li.identity input {
    width: 190px;
}

.register-info.register-new li.identity img {
    width: 104px;
    height: 45px;
    margin-left: 0 !important;
    vertical-align: bottom;
}

.register-info.register-new li.identity button {
    width: 115px;
    height: 45px;
    background: #0086ff;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
}

.pop-c .register-login button {
    width: 425px;
    height: 45px;
    font-size: 20px;
    background: #3982f7;
    margin: auto;
    border: 0;
    border-radius: 8px;
    color: #fff;
}

.pop-c .register-info.register-new .register-login button {
    width: 312px;
    height: 45px;
    font-size: 20px;
    background: #3982f7;
    margin: auto;
    border: 0;
    border-radius: 8px;
    color: #fff;
    margin-top: 10px;
}

.pop-c .to-login {
    margin: auto;
    margin-top: 20px;
}

.pop-c .to-login p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.pop-c .to-login p a {
    color: #3982f7;
}

.pop-login .content {
    padding: 0 55px;
}

.pop-login .content.content-first-experience {
    display: block;
}

.pop-login .content.content-have-account {
    display: none;
}

.pop-login .content.login-success {
    width: 100%;
    height: calc(100% - 77px);
    z-index: 2;
    position: absolute;
    top: 77px;
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    display: none;
}

.pop-login .content .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 16px;
}

.pop-login .content.login-success .title {
    font-size: 16px;
    text-align: left;
    margin: 24px 0 20px 0;
}

.pop-login .content img {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50%;
    margin: 35px auto 18px auto;
}

.pop-login .content.login-success #openExperienceButton {
    width: 340px;
    height: 48px;
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(57, 130, 247, 1);
    border-radius: 8px;
    background-color: white;

    font-size: 16px;
    line-height: 22px;
    color: rgba(57, 130, 247, 1);
}

.pop-login .content.login-success .separate {
    width: 100%;
    height: 1px;
    background-color: rgba(232, 238, 241, 1);
    margin: 50px 0 32px 0;
}

.pop-login .content.login-success .login-success-phone-box {
    width: 100%;
    height: 60px;
    position: relative;
}

.pop-login .content.login-success .login-success-phone-box .phone-title,
.pop-login .content.login-success .login-success-auth-code-box .auth-code-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(138, 146, 158, 1);
    margin-bottom: 4px;
    height: 14px;
}

.pop-login .content.login-success .login-success-phone-box .phone-number {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 23px;
    color: rgba(57, 130, 247, 1);
    letter-spacing: 2px;
}

.pop-login .content.login-success .login-success-phone-box .send-verification-code {
    width: 125px;
    height: 48px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 8px;

    padding: 15px 10px;
    color: #fff;
    background-color: #3982f7;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
}

.pop-login .content.login-success .login-success-phone-box .send-verification-code:not(.disabled):hover {
    background-color: #18dca7 !important;
    color: #fff !important;
}

.pop-login .content.login-success .login-success-phone-box .send-verification-code.disabled {
    color: rgba(254, 254, 254, 1);
    background: rgba(190, 197, 207, 1);
    cursor: not-allowed;
}

.pop-login .content.login-success .login-success-auth-code-box {
    position: relative;
}

.pop-login .content.login-success .login-success-auth-code-box .login-auth-code {
    border: none;
    border-bottom: 1px solid #e8eef1;
    width: 100%;
    font-size: 16px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 25px;
    color: #2e364e;
}

.pop-login .content.login-success .login-success-auth-code-box .login-auth-code::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(190, 197, 207, 1);
}

.pop-login .content.login-success .login-success-auth-code-box > span {
    position: absolute;
    font-size: 20px;
    top: 23px;
    right: 0;
    color: #c5ccd4;
}

.pop-login .content.login-success .phone-number-success {
    font-size: 24px;
    line-height: 24px;
    color: rgba(24, 219, 166, 1);
    text-align: center;
    margin-bottom: 51px;
}

.pop-login .content.login-success .login-success-describe {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-bottom: 22px;
}

.pop-login .content.login-success .btn-success-box {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-login .content.login-success .btn-success-box > button {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    background-color: #3982f7;
    padding: 12px 0;
    text-align: center;
    width: 167px;
    border-radius: 8px;
    border: none;
    line-height: 22px;
}

.pop-login .content.login-success .btn-success-box > button#startToUseButtonSuccess {
    color: white;
    background-color: #3982f7;
    width: 340px;
    height: 48px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    cursor: pointer;
}

.pop-login .content.login-success .btn-success-box > button#startToUseButtonSuccess:not(.disabled):hover {
    background-color: #18dca7 !important;
    border: 1px solid #18dca7 !important;
    color: #fff !important;
}

.pop-login .content.login-success .btn-success-box > button#startToUseButtonSuccess.disabled {
    background-color: #bec5cf;
    cursor: not-allowed;
}

.pop-login .content .title-have-account {
    margin: 56px 0 48px 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(0, 0, 0, 1);
}

.pop-login .content .title-describe {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(138, 146, 158, 1);
    text-align: center;
}

.pop-login .content .experience {
    width: 100%;
    height: 45px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #3982f7;
    margin: auto;
    border-radius: 8px;
    color: #3982f7;
}

.pop-login .content .registered {
    width: 340px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background-color: #a1a7b1;
    margin: auto;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    bottom: 52px;
    border: none;
    cursor: not-allowed;
}

.pop-login .content .registered.register-now {
    left: 0;
    right: 0;
}

.pop-login .content .registered-have-account,
.pop-login .content .login-start-to-use-button {
    width: 167px;
    color: #8a929e;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(190, 197, 207, 1);
}

.pop-login .content > button.login-start-to-use-button {
    color: #fff;
    background-color: #a1a7b1;
    border: none;
    right: 47px;
    cursor: not-allowed;
}

.pop-login .content .registered.active {
    background-color: #3982f7;
    cursor: pointer;
}

.pop-login .content .registered.active:hover {
    background-color: #18dca7 !important;
    border: 1px solid #18dca7 !important;
    color: #fff !important;
}

.pop-login .content .registered.disabled {
    cursor: not-allowed;
}

.pop-login .content .registered.registered-have-account {
    cursor: not-allowed;
}

.pop-login .content hr {
    margin: 40px 0 30px;
    background-color: #e8eef1;
    height: 1px;
    border: none;
}

.pop-login .content .account-title {
    margin-top: 28px;
}

.pop-login .content .input-item-title {
    text-align: left;
    font-size: 12px;
    color: rgba(190, 197, 207, 1);
    height: 16px;
}

.pop-login .content .input-item {
    position: relative;
}

.pop-login .content .input-item input {
    border: none;
    border-bottom: 1px solid #e8eef1;
    width: 100%;
    font-size: 16px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 25px;
    color: #2e364e;
}

.pop-login .content .input-item input.login-auth-code {
    margin-bottom: 0;
}

.pop-login .content .input-item input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #bec5cf;
}

.pop-login .content .input-item input:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;

    color: #bec5cf;
}

.pop-login .content .input-item input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #bec5cf;
}

.pop-login .content .input-item input:focus {
    border-bottom: 1px solid #3981f6;
}

.pop-login .content .input-item .icon {
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 0;
}

.pop-login .content .input-item .icon.icon-account {
    color: #bec5cf;
}

.pop-login .content .input-item .icon.icon-account-active {
    color: #3981f6;
}

.pop-login .content .input-item .icon.icon-company {
    color: #bec5cf;
}

.pop-login .content .input-item .icon.icon-company-active {
    color: #3981f6;
}

.pop-login .content .input-item .icon.icon-phone-number {
    color: #bec5cf;
}

.pop-login .content .input-item .icon.icon-phone-number-active {
    color: #3981f6;
}

.pop-login .content .input-item .icon.icon-clear {
    color: #c5ccd4;
}

.pop-login .content .input-item .icon.icon-success {
    color: #18dba6;
    font-weight: 800;
}

.pop-login .content .login-phone-box {
    position: relative;
    margin-bottom: 15px;
}

.pop-login .content .login-phone-box input {
    margin-bottom: 0;
}

.pop-login .content .login-phone-box .verification-code {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
    background-color: #3982f7;
    cursor: pointer;
    border-radius: 8px 8px 8px 0px;
    font-size: 16px;
    display: none;
}

.pop-login .content .login-phone-box .verification-code:not(.disabled):hover {
    background-color: #18dca7 !important;
    color: #fff !important;
}

.pop-login .content .auth-code {
    margin-top: 15px;
}

.pop-login .content .input-account-qcode-box {
    display: none;
}

.pop-login .content .login-phone-box .verification-code.disabled {
    background-color: #a1a7b1;
    cursor: not-allowed;
}

.fixed-right {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 10002;
}

.fixed-right > ul {
    height: 294px;
}

.fixed-right.show {
    display: block;
}

.fixed-right ul li {
    position: relative;
    width: 50px;
    height: 50px;
    background-position: 100% 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    margin: 0 auto 20px;
    /* box-shadow: -0.209px 5.996px 10.79px 2.21px rgba(155, 184, 213, 0.61); */
    box-shadow: -0.209px 5.996px 10.79px 2.21px rgba(22, 39, 107, 0.24);
}

.fixed-right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    font-size: 14px;

    line-height: 18px;
    color: rgba(243, 247, 248, 1);
}

.fixed-right ul li.customer-service > a {
    visibility: hidden;
    opacity: 1;
}

.fixed-right ul li.consult > a {
    opacity: 1;
    letter-spacing: 5px;
    margin-left: 4px;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
}

.fixed-right ul li > a:hover {
    color: #fff !important;
}

.fixed-right ul li:not(.customer-service):hover {
    transition: none;
    background-color: #18dca7;
    border-radius: 50%;
    background-image: none;
    overflow: hidden;
    transform: scale(1.14);
    transition: transform 0.3s linear;
}

.fixed-right ul li:not(.customer-service):hover > span {
    display: none;
}

.fixed-right ul li:not(.customer-service):hover > a {
    opacity: 1;
}

.fixed-right .service {
    background-image: url(../../images/oa_new/base/server.png);
}

.fixed-right .feedback {
    background-image: url(../../images/oa_new/base/feedback.png);
}

.fixed-right .consult {
    width: 90px;
    height: 90px;
    background-color: #3982f7;
}

.fixed-right .return-top {
    background-image: url(../../images/oa_new/base/return_top.png);
    display: none;
}

.fixed-right.show .return-top {
    display: block;
}

/* 鑷畾涔夊鏈� custom-service */
.fixed-right .customer-service section {
    width: 100%;
    height: 100%;
}

.fixed-right .customer-service .serviceImg {
    display: inline-block;
    width: 100%;
    background-image: url(../../images/oa_new/base/consult.png);
    height: 100%;
    background-size: 100%;
    opacity: 1;
}

.fixed-right .customer-service.current .serviceImg {
    background-image: none;
}

.fixed-right .customer-service.current .serviceImg {
    transform: scale(1.14);
    transition: transform 0.3s linear;
    opacity: 0;
}

.fixed-right .customer-service .serviceText {
    opacity: 1;
    visibility: hidden;
}

.fixed-right .customer-service.current .serviceText {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #18dca7;
    transform: scale(1.14);
    transition: transform 0.3s linear;
    border-radius: 50%;
    color: white !important;
}

.fixed-right .customer-service .content {
    border: 2px solid #c4c4c4;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    box-sizing: border-box;
    right: 65px;
    opacity: 0;
    display: none;
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;

    width: 300px;
    height: 150px;
    top: -60px;
    text-align: center;
    padding: 16px 20px 8px;
    margin-right: 15px;
}

.fixed-right .customer-service.current .content {
    opacity: 1;
    display: block;
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;
    border: none;
    box-shadow: 0px 2px 18px rgba(178, 201, 224, 0.7);
}

.fixed-right .customer-service .content:after {
    content: '';
    position: absolute;
    z-index: 4;
    top: 42px;

    border: 10px solid transparent;
    border-left: 13px solid #fff;
    right: -22px;
}

.fixed-right .customer-service .content:after {
    top: 75px;
}

.fixed-right .customer-service .content .phoneNumberBox {
    width: 100%;
    height: 33px;
}

.fixed-right .customer-service .content .phoneNumberBox > img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 19px;
    vertical-align: sub;
    margin-left: -10px;
}

.fixed-right .customer-service .content .phoneNumberBox .phoneNumber {
    display: inline-block;
    text-align: right;
    font-size: 24px;
    line-height: 40px;
    color: rgba(57, 130, 247, 1);
    letter-spacing: 2px;
    vertical-align: super;
}

.fixed-right .customer-service .content .divide {
    width: 100%;
    height: 1px;
    background-color: #e8eef1;
    margin: 16px 0;
}

.fixed-right .customer-service .content .description {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(161, 167, 177, 1);
}

.fixed-right .customer-service .content .description p {
    width: 100%;
    margin-bottom: 8px;
}

.fixed-right .customer-service .content .description p span {
    display: inline-block;
    vertical-align: middle;
}

.fixed-right .customer-service .content .description p span.circle {
    width: 5px;
    height: 5px;
    background-color: rgba(161, 167, 177, 1);
    border-radius: 50%;
    margin-right: 10px;
}

/* .fixed-right .service:hover{background-image:url(../../images/oa_new/base/server_hover.png);transform: scale(1.2)}
.fixed-right .feedback:hover{background-image:url(../../images/oa_new/base/server_hover.png);transform: scale(1.2)}
.fixed-right .consult > span:hover{background-image:url(../../images/oa_new/base/consult_hover.png);transform: scale(1.2)}
.fixed-right .return-top:hover{background-image:url(../../images/oa_new/base/return_top_hover.png);transform: scale(1.2)} */

.fixed-right .consult > div {
    /* border:2px solid #C4C4C4;  */
    background: #fff;
    border-radius: 6px;
    position: absolute;
    width: 377px;
    height: 705px;
    padding: 10px;
    box-sizing: border-box;
    right: 100px;
    bottom: -300px;
    opacity: 0;
    display: none;
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
}

.fixed-right .consult > div .top {
    padding: 10px;
    height: 75px;
}

.fixed-right .consult > div .content {
}

.fixed-right .consult a {
    text-align: center;
}

.fixed-right .consult.current > div {
    opacity: 1;
    display: block;
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;
}

/* .fixed-right .consult div:before{ content: ""; position: absolute;border:6px solid transparent; border-left: 16px solid #c4c4c4; right: -24px; z-index: 3; top: 42px;}
.fixed-right .consult div:after{content: ""; position: absolute;border:6px solid transparent; border-left: 16px solid #fff; right: -20px; z-index: 4; top: 42px;} */

.copyright {
    background: #ffffff;
    text-align: center;
}

.copyright p,
.copyright p a {
    font-size: 12px;
    color: #8a929e;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

.copyright p a:hover {
    color: #666;
}

.copyright p img {
    vertical-align: -5px;
}

.test-beta-content {
    width: 1180px;
    box-sizing: border-box;
    padding: 60px 155px;
    margin: auto;
    box-shadow: 5px 5px 8px #dcdcdc;
    border: 1px solid #f8f8f8;
    margin-top: -170px;
    position: relative;
    background: #fff;
}

.test-beta-content h2 {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.test-beta-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.test-beta-content h3 {
    margin-top: 30px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
}

.test-beta-content .user-info {
    position: relative;
}

.test-beta-content .user-info input {
    width: 210px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 10px;
    margin-right: 30px;
    border: 1px solid #d3d3d3;
    font-size: 18px;
    color: #333;
}

.test-beta-content .user-info input.company {
    width: 350px;
}

.test-beta-content .user-info textarea {
    width: 700px;
    height: 100px;
    font-size: 18px;
    color: #d3d3d3;
    resize: none;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    outline: none;
    color: #333;
}

.test-beta-content .user-info input:focus,
.test-beta-content .user-info textarea:focus {
    border: 1px solid #03a6f0;
}

.test-beta-content .user-info img {
    position: absolute;
    right: 36px;
}

.test-beta-content .user-info p {
    font-size: 18px;
    color: #999;
}

.test-beta-content .user-info button {
    font-size: 22px;
    background: #03a6f0;
    color: #fff;
    height: 50px;
    border-radius: 24px;
    width: 160px;
    border: 0;
    margin-top: 20px;
}

/*鎺堟潈*/
.trial-content {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    min-width: 1000px;
    z-index: -10;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    background-image: url(../../images/oa/trail/bg.jpg);
    z-index: 0;
    overflow: auto;
}

.trial-info {
    width: 550px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 75px;
}

.trial-info h2 {
    width: 500px;
    margin: auto;
    padding-top: 10px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #0099ff;
    font-size: 30px;
    border-bottom: 2px solid #eee;
}

.trial-info p {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.6;
}

.trial-info .register-info {
    padding: 10px 65px 60px 65px;
}

.trial-info .register-info input {
    width: 420px;
    border: 1px solid #999;
    font-size: 14px;
    border-radius: 5px;
}

.trial-info .register-info input:focus {
    border-color: #009aff;
    box-shadow: 0 0 1px #009aff;
}

.trial-info .register-info input#phone {
    width: 420px;
}

.trial-info .register-info input#applyCode {
    width: 260px;
}

.trial-info .register-info input#captchaCode {
    width: 260px;
}

.trial-info .register-info button#getApplyCode {
    width: 130px;
    margin-left: 30px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #009aff;
    color: #fff;
    background: #009aff;
    font-size: 14px;
}

.trial-info .register-info button#getApplyCode:hover {
    border-color: #0389e0;
    background: #0389e0;
}

.trial-info .register-info button#applyButton {
    width: 420px;
    height: 45px;
    border: 2px solid #009aff;
    border-radius: 5px;
    color: #fff;
    background: #009aff;
    font-size: 16px;
}

.trial-info .register-info button#applyButton:hover {
    border-color: #0389e0;
    background: #0389e0;
}

.trial-info .trial-fail {
    width: 100%;
    height: 400px;
    background-position: center 110px;
    background-image: url(../../images/oa/trail/approval.png);
    background-size: 237px 235px;
    background-repeat: no-repeat;
}

.trial-info .trial-success {
    width: 100%;
    height: 400px;
    background-position: center 110px;
    background-image: url(../../images/oa/trail/success.png);
    background-size: 237px 235px;
    background-repeat: no-repeat;
}

.trial-info h3 {
    font-size: 30px;
    color: #0099ff;
    text-align: center;
    line-height: 50px;
}

.trial-info h5 {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.trial-info.trial-info-content {
    height: 600px;
}

.landing-banner {
    width: 100%;
    background-image: url(../../images/oa/landing/banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 926px;
}

.land-title {
    background-position: center center;
    background-repeat: no-repeat;
    height: 110px;
    color: #3f4f7c;
    margin-top: 50px;
}

.land-title.deep-bg {
    color: #fff;
    padding-top: 35px;
}

.gold-times {
    background-image: url(../../images/oa/landing/gold_times.png);
}

.ground-support {
    background-image: url(../../images/oa/landing/ground_support.png);
}

.cooperation-mode {
    background-image: url(../../images/oa/landing/cooperation_mode.png);
}

.land-title h2 {
    font-size: 36px;
    text-align: center;
    line-height: 100px;
}

.land-title p {
    width: 60px;
    height: 4px;
    background: #3f4f7c;
    margin: 0 auto;
}

.land-title.deep-bg p {
    background: #fff;
}

.gold-list {
    width: 358px;
    height: 534px;
    background-image: url(../../images/oa/landing/gold_list.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 20px 0 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.gold-list h2 {
    font-size: 26px;
    text-align: center;
}

.gold-list .gold-list-1 {
    width: 270px;
    height: 190px;
    margin: auto;
    background-image: url(../../images/oa/landing/gold_list_1@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: auto 190px;
}

.gold-list .gold-list-2 {
    width: 270px;
    height: 190px;
    margin: auto;
    background-image: url(../../images/oa/landing/gold_list_2@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: auto 190px;
}

.gold-list .gold-list-3 {
    width: 270px;
    height: 190px;
    margin: auto;
    background-image: url(../../images/oa/landing/gold_list_3@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: auto 190px;
}

.gold-list p {

    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 45px;
}

.best-platform {
    background-image: url(../../images/oa/landing/best_platform.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 536px;
}

.best-platform .platform-intro {
    width: 358px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 0px 35px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}

.best-platform .platform-intro h1 {
    font-size: 86px;
}

.best-platform .platform-intro h1 span {
    font-size: 45px;
}

.best-platform .platform-intro h3 {
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.best-platform .platform-intro p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
}

.support-list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 15px 70px 0 180px;
    box-sizing: border-box;
}

.support-list .support-bg {
    position: absolute;
    left: 80px;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    background-image: url(../../images/oa/landing/support_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.support-list h2 {
    font-size: 22px;
    color: #333;
}

.support-list p {
    font-size: 16px;
    color: #979797;
    line-height: 1.6;
    margin-top: 15px;
}

.million-salary {
    background-image: url(../../images/oa/landing/million_salary.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 833px;
}

.million-salary-info p {
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
}

.million-salary-info .salary-first {
    background-image: url(../../images/oa/landing/first.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 178px;
    width: 100%;
}

.million-salary-info .salary-second {
    background-image: url(../../images/oa/landing/second.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 246px;
    width: 100%;
}

.cooperation-intro {
    position: relative;
    width: 850px;
    margin: auto;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 40px;
}

.cooperation-intro p {
    text-align: center;
    font-size: 16px;
    color: #979797;
    line-height: 1.6;
}

.cooperation-intro .left-brackets {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 102px;
    background-image: url(../../images/oa/landing/left-brackets.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.cooperation-intro .right-brackets {
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 102px;
    background-image: url(../../images/oa/landing/right-brackets.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.partner-img {
    background-image: url(../../images/oa/landing/partner.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 413px;
    margin-top: 40px;
}

.partner-intro-info {
    width: 600px;
    margin: auto;
    margin-top: 20px;
}

.partner-intro-info h2 {
    font-size: 22px;
    color: #333;
    line-height: 1.6;
}

.partner-join h2 {
    font-size: 36px;
    color: #0232a2;
    text-align: center;
    margin-top: 60px;
    font-weight: 600;
    margin-bottom: 40px;
}

.partner-join input {
    width: 442px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    border: 2px solid #979797;
    display: block;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.partner-join button {
    width: 300px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    border: 0;
    display: block;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 40px;
    color: #fff;
    background: url(../../images/oa/landing/button_bg.png) center top repeat;
    background-size: 100% auto;
}

.landing-banner .recruit-partner {
    width: 1200px;
    height: 480px;
    margin: auto;
    margin-bottom: 40px;
    background: url(../../images/oa/landing/recruit_partner.png) center 280px no-repeat;
    padding-top: 280px;
    box-sizing: border-box;
}

.landing-banner .recruit-intro {
    width: 1200px;
    height: 110px;
    margin: auto;
    margin-bottom: 40px;
    background: url(../../images/oa/landing/banner_info.png) center top no-repeat;
    background-size: auto 104px;
}

.landing-banner button {
    width: 250px;
    height: 106px;
    border: 0;
    display: block;
    margin: auto;
    border-radius: 5px;
    margin-top: 20px;
    background: url(../../images/oa/landing/join.png) left top no-repeat;
}

.landing-banner button:hover {
    background: url(../../images/oa/landing/join_hover.png) left top no-repeat;
}

.landing-banner .master p {
    font-size: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.link-master {
    text-align: center;
}

.link-master button.join-us {
    width: 250px;
    height: 106px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    border-radius: 5px;
    margin-top: 20px;
    background: url(../../images/oa/landing/join.png) left top no-repeat;
}

.link-master button.join-us:hover {
    background: url(../../images/oa/landing/join_hover.png) left top no-repeat;
}

.link-master button.master-phone {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    border-radius: 5px;
    margin-top: 45px;
    color: #fff;
    background: url(../../images/oa/landing/button_bg.png) center top repeat;
    background-size: 100% auto;
    padding: 0 20px;
}

.join-footer {
    width: 100%;
    min-width: 1200px;
    background: url(../../images/oa/landing/footer.jpg) center top no-repeat;
    height: 296px;
}

.join-footer p {
    color: #fff;
    font-size: 70px;
    text-align: center;
    line-height: 290px;
    letter-spacing: 3px;
}

/* 鏈嶅姟 妯″潡 */
/* 鏈嶅姟 棣栭〉 */
.service-index {
    padding-top: 110px;
    min-width: 1235px;
}

.service-index-1 {
    padding: 0 5%;
    position: relative;
}

.service-index-1 .index-1-bg {
    width: 100%;
    max-width: 1466px;
    margin: 0 auto;
    height: 370px;
    border-radius: 20px;
    text-align: center;
    padding-top: 100px;
    position: relative;
    background-image: url(../../images/oa_new/service/server1_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.service-index-1 .index-1-bg > p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
}

.service-index-1 .index-1-bg > .btn-box {
    margin-top: 65px;
}

.service-search-list {
    width: 90%;
    min-width: 900px;
    max-width: 1200px;
    padding: 0 17px;
    background-color: #fff;
    margin: -95px auto 20px auto;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 17px 0 rgba(138, 146, 158, 0.24);
}

.service-search-list-header {
    height: 48px;
    padding-top: 5px;
}

.service-search-list-header .item {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 20px;
    font-size: 16px;
    color: #8a929e;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.service-search-list-header .item.select {
    color: #3982f7;
    border-bottom-color: #3982f7;
}

.service-search-letter {
    margin-top: 18px;
}

.service-search-letter .title {
    display: inline-block;
    padding: 5px 11px 5px 0;
    font-size: 12px;
    margin-left: 5px;
    color: #8a929e;
}

.service-search-letter .item {
    display: inline-block;
    padding: 5px 19px;
    color: #2e364e;
    font-size: 14px;
    cursor: pointer;
    margin: 0 3px;
}

.service-search-letter .item.select {
    height: 27px;
    background: rgba(57, 130, 247, 1);
    opacity: 1;
    border-radius: 4px;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.service-search-letter.search-area {
    display: none;
}

.service-search-list .service-search-cities-list {
    display: flex;
    flex-wrap: wrap;
}

.service-search-list .service-search-cities-list span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(46, 54, 78, 1);
    padding: 20px 22px 0 0;
}

.service-search-list .service-search-cities-list span.active {
    color: #3982f7;
}

.service-parts-list {
    position: absolute;
    width: 100%;
    bottom: -90px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-search-list .select-list {
    margin-top: 20px;
}

.service-search-list .select-list .item {
    color: #2e364e;
    display: inline-block;
    padding: 5px 11px;
    margin-right: 12px;
    cursor: pointer;
}

.service-search-list .select-list .item.select {
    background-color: #3982f7;
    color: #ffffff;
}

.Hot-city-number,
.more-cities-number {
    width: 1200px;
    margin: 0 auto;
    color: #2e364e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -36px;
}

.Hot-city-number span,
.more-cities-number span {
    color: #3982f7;
}

.hot-people-list {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 72px;
}

.hot-people-list .open {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(232, 238, 241, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

#hot-people-list {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
}

.hot-people-list .left-open {
    top: 100px;
    left: -95px;
}

.hot-people-list .right-open {
    top: 100px;
    right: -95px;
}

.hot-people-list .item {
    width: 270px;
    height: 334px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid rgba(232, 238, 241, 1);
    box-shadow: 0px 5px 10px rgba(114, 126, 147, 0.1);
    position: relative;
    margin: 30px 13px 40px 13px;
    vertical-align: top;
}

.hot-people-list .item .people-area {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(46, 54, 78, 1);
    position: absolute;
    top: -40px;
    left: 0;
}

.hot-people-list .item .people-detail {
    width: 270px;
    height: 325px;
}

.hot-people-list .item .people-detail .top {
    width: 270px;
    height: 193px;
    position: relative;
}

.hot-people-list .item .people-detail .top .face {
    width: 268px;
    height: 193px;
    margin-top: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hot-people-list .item .people-detail .top .wechat {
    width: 268px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    display: none;
    background-color: rgba(39, 38, 38, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hot-people-list .item .people-detail .top:hover .wechat {
    display: block;
}

.hot-people-list .item .people-detail .top .wechat img {
    width: 140px;
    height: 140px;
    opacity: 1;
    border-radius: 6px;
    margin: 18px auto 8px;
    display: block;
}

.hot-people-list .item .people-detail .top .wechat p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.hot-people-list .item .people-detail .bottom {
}

.hot-people-list .item .people-detail .bottom .part-1 {
    line-height: 18px;
    padding: 0 23px;
    margin: 9px 0 7px 0 !important;
}

.hot-people-list .item .people-detail .bottom .part-1 .name {
    font-size: 16px;
    font-weight: bold;
    color: #2e364e;
    margin-right: 14px;
}

.hot-people-list .item .people-detail .bottom .part-1 .img-address {
    width: 20px;
    height: 23px;
    vertical-align: top;
    margin-right: -4px;
}

.hot-people-list .item .people-detail .bottom .part-1 .address {
    font-size: 12px;
    font-weight: 400;
}

.hot-people-list .item .people-detail .bottom .part-2 {
    padding: 0 23px 4px 20px;
    margin-top: 8px;
    border-bottom: 1px solid rgba(232, 238, 241, 1);
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(190, 197, 207, 1);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hot-people-list .item .people-detail .bottom .part-3 {
    padding: 5px 23px 14px 20px;
}

.hot-people-list .item .people-detail .bottom .part-3 p {
    font-size: 12px;
    color: #3982f7;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;

    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.service-parts {
    width: 172px;
    height: 180px;
    padding: 45px 0;
    position: relative;
    background-color: #fff;
    color: #000;
    margin-right: 70px;
    color: #2e364e;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 7px 28px rgba(23, 43, 99, 0.24);
}

.service-parts:hover {
    background-color: #18dca7;
    transform: scale(1.1);
    color: #fff;
    transition: all 0.3s ease;
}

.service-parts:hover p {
    color: #fff;
}

.service-parts:hover img {
    display: none;
}

.service-parts:hover img.hover {
    display: inline-block;
}

.service-parts > a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 45px 0;
    top: 0;
    left: 0;
    color: inherit;
}

.service-parts:nth-child(even) {
    top: 17px;
}

.service-parts:last-child {
    margin-right: 0px;
}

.service-parts img {
    cursor: pointer;
}

.service-parts img.hover {
    display: none;
}

.service-parts p {
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.dropdown {
    text-align: center;
}

.dropdown img {
}

.dropdown > div {
    font-size: 24px;
    color: #2e364e;
    margin-bottom: 10px;
}

.service-index-2 {
    padding-top: 70px;
    min-width: 1235px;
}

.service-index-2 > .title {
    text-align: center;
    font-size: 24px;
    color: #2e364e;
}

.service-index-2 > .title-2 {
    text-align: center;
    font-size: 16px;
    margin: 56px 0 100px;
    cursor: pointer;
}

.service-index-2 > .title-2 a {
    color: #3982f7;
}

.items-container {
    position: relative;
}

.items-container:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    z-index: 3;
    right: 0;
    top: 0;
    background-color: transparent;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.items-container:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: transparent;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.services-list {
    /* display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap; */
    overflow: hidden;
    white-space: nowrap;
}

.services-list-item {
    margin: 20px 20px;
    display: inline-block;
    position: relative;
    width: 272px;
    height: 344px;
    background-color: #fff;
    border: 1px solid #e8eef1;
    vertical-align: top;
}

.services-list-item.is-working .item-top .bg {
    display: block;
}

.services-list-item:hover {
    /* top: -5px; */
    transform: translateY(-5px);
    box-shadow: 0px 10px 32px rgba(117, 151, 194, 0.3);
}

.services-list-item .item-top {
    position: relative;
    height: 168px;
    width: 100%;
}

.services-list-item .item-top .bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    height: 168px;
    width: 100%;
    text-align: center;
    line-height: 168px;
    display: none;
}

.services-list-item .item-top .bg img {
    width: 108px;
}

.services-list-item .item-top > img {
    width: 100%;
    height: 100%;
}

.services-list-item .item-bottom {
    padding: 20px;
}

.services-list-item .item-bottom .name {
    font-size: 16px;
    color: #2e364e;
}

.services-list-item .item-bottom p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.services-list-item .item-bottom p span {
    font-size: 12px;
    color: #a1a7b1;
    margin-right: 15px;
}

.services-list-item .item-bottom .number {
    font-size: 12px;
    color: #a1a7b1;
    padding-top: 10px;
    line-height: 20px;
}

.services-list-item .item-bottom .number img {
    margin-right: 5px;
}

.services-list-item .item-bottom .number span {
    margin-right: 15px;
}

.services-list-item .like {
    border-top: 1px solid #e8eef1;
    font-size: 12px;
    color: #3982f7;
    padding: 16px 20px;
}

.service-index-3 {
    padding-top: 6px;
}

.service-index-3 .title {
    text-align: center;
}

.service-index-3 .title-1 {
    font-size: 24px;
    color: #2e364e;
}

.service-index-3 .title-2 {
    font-size: 14px;
    color: #8a929e;
    margin: 30px 0;
}

.service-index-3 .title-3 {
    font-size: 16px;
    color: #3982f7;
}

.list-box {
    margin-top: 80px;
    width: 100%;
    height: 400px;
    position: relative;
}

.list-box .list {
    width: 1200px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.list-box li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.list-box .mp4 {
    width: 751px;
    height: 300px;
    border: none;
    float: left;
    text-align: center;
    line-height: 300px;
    position: relative;
    background-color: #e8eef1;
}

.list-box .mp4 img {
    cursor: pointer;
}

.list-box .mp4 .item {
    position: absolute;
    height: 52px;
    line-height: 52px;
    text-align: center;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: #000;
}

.list-box .p1 {
    transform: translate3d(-224px, 0, 0) scale(0.81);
}

.list-box .p2 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

.list-box .p3 {
    transform: translate3d(224px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
}

.list-box .p4 {
    transform: translate3d(449px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
}

.list-box .p5 {
    transform: translate3d(672px, 0, 0) scale(0.81);
}

.list-box .p6 {
    transform: translate3d(896px, 0, 0) scale(0.81);
}

.list-box .p7 {
    transform: translate3d(1120px, 0, 0) scale(0.81);
}

.list-box .l-buttons {
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

.list-box .l-buttons a {
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}

.list-box .l-buttons span {
    display: block;
    width: 30px;
    height: 2px;
    background: #a1a7b1;
    cursor: pointer;
}

.list-box .l-buttons .blue {
    background: #3982f7;
}

.service-index-4 {
}

.service-index-4 > .title,
.service-index-5 > .title {
    text-align: center;
}

.service-index-4 .title-1,
.service-index-5 > .title-1 {
    font-size: 24px;
    color: #2e364e;
}

.service-index-4 .title-2,
.service-index-5 .title-2 {
    font-size: 14px;
    color: #8a929e;
    margin: 30px 0 100px;
}

.desc-card {
    height: 520px;
}

.desc-card .card-left {
    height: 369px;
    width: 680px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.service-index-4 .desc-card .card-left > img {
    width: 100%;
    height: 100%;
}

.service-index-4 .desc-card .card-left > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.desc-card .card-right {
    height: 407px;
    width: 796px;
    background-color: #fff;
    border: 1px solid #a1a7b1;
    position: absolute;
    padding: 50px;
    right: 0;
    top: 0;
    z-index: 3;
    box-shadow: 8px 6px 14px rgba(200, 212, 235, 0.3);

    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 6px 18px 0 rgba(82, 94, 102, 0.15);
    box-shadow: 0 6px 18px 0 rgba(82, 94, 102, 0.15);
    background-color: #fff;
}

.desc-card .card-right .card-item {
    display: none;
}

.desc-card .card-right > .card-item:nth-child(2) {
    display: block;
}

.desc-card .card-right .card-header > span {
    font-size: 24px;
    color: #3982f7;
}

.desc-card .card-right > .switch-handler {
    position: absolute;
    top: 50px;
    right: 50px;
}

.desc-card .card-right > .switch-handler > img {
    cursor: pointer;
}

.desc-card .card-right > .switch-handler > img:first-child {
    margin-right: 20px;
}

.desc-card .card-right section {
    margin: 40px 0 130px;
}

.desc-card .card-right section p {
    font-size: 14px;
    color: #8a929e;
}

.desc-card .card-right section div {
    font-size: 16px;
    color: #2e364e;
    margin-bottom: 20px;
}

.desc-card .card-right .card-footer .card-beauty {
    display: inline-block;
}

.desc-card .card-right .card-footer .card-beauty span {
    font-size: 16px;
    color: #2e364e;
}

.desc-card .card-right .card-footer .card-more {
    float: right;
}

.desc-card .card-right .card-footer .card-more a {
    font-size: 14px;
    color: #3982f7;
}

.service-index-5 {
}

.service-index-5 .desc-card {
    height: 342px;
}

.service-index-5 .desc-card .card-left {
    width: 1046px;
    height: 285px;
    box-shadow: 8px 6px 14px rgba(200, 212, 235, 0.3);
    border-radius: 15px;
    padding: 30px;
    z-index: 4;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 6px 18px 0 rgba(82, 94, 102, 0.15);
    box-shadow: 0 6px 18px 0 rgba(82, 94, 102, 0.15);
    background-color: #fff;
}

.service-index-5 .desc-card .card-left textarea {
    width: 100%;
    height: 180px;
    font-size: 12px;
    /* color: #A1A7B1; */
    outline: none;
    resize: none;
    border: none;
}

.service-index-5 .desc-card .card-left .teaxare-operation-box {
    background-color: #fff;
    display: none;
}

.service-index-5 .desc-card .card-left > img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
}

.service-index-5 .desc-card .card-right {
    box-shadow: none;
    width: 267px;
    height: 218px;
    padding: 0;
}

.service-index-5 .desc-card .card-right > a {
    width: 100%;
    height: 100%;
}

.service-index-5 .desc-card .card-right > a > img {
    width: 100%;
    height: 100%;
}

/* 瀹㈡湇椤甸潰 */
.customer-box {
}

.customer-box .service-index-1 .index-1-bg {
    background-image: url(../../images/oa_new/service/bg3.png);
    height: 369px;
}

.customer-page2 .services-list {
    overflow: auto;
    white-space: normal;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.customer-page2 .services-list .services-list-item {
    margin: 20px 27px 20px 0;
}

/* .customer-page2 .services-list .services-list-item:nth-child(4n + 4){
	margin: 20px 0 20px 0;
} */

.videos-box .service-index-1 .index-1-bg {
    background-image: url(../../images/oa_new/service/bg4.png);
    height: 370px;
}

.videos-page2 {
    width: 1230px;
    margin: 0 auto;
    padding: 70px 0 100px;
}

.videos-page2 .videos-list {
}

.videos-page2 .videos-list .video-item {
    position: relative;
    width: 216px;
    height: 194px;
    float: left;
    margin: 15px;
    cursor: pointer;
}

.videos-page2 .videos-list .video-item:hover .bottom > p.hover {
    transition: all 0.3s ease-out;
    display: block;
}

.videos-page2 .videos-list .video-item:hover p.ellipsis,
.videos-page2 .videos-list .video-item:hover .bottom > div {
    display: none;
}

.videos-page2 .videos-list .video-item:hover .top > div.shawer {
    display: block;
    transition: all 0.3s ease-out;
}

.videos-page2 .videos-list .video-item .top {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #f5f7fa;
    height: 144px;
}

.videos-page2 .videos-list .video-item .top > img {
    width: 100%;
    height: 100%;
}

.videos-page2 .videos-list .video-item .top > span {
    font-size: 12px;
    color: #cccccc;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.videos-page2 .videos-list .video-item .top > div.shawer {
    width: 100%;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #000);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #000);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #000);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #000);
    /* Standard syntax */
    opacity: 0.6;
    display: none;
}

.videos-page2 .videos-list .video-item .bottom {
    height: 50px;
}

.videos-page2 .videos-list .video-item .bottom > p.ellipsis {
    font-size: 14px;
    color: #2e364e;
    margin: 5px 0;
}

.videos-page2 .videos-list .video-item .bottom > p.hover {
    font-size: 14px;
    color: #18dca7;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
    display: none;
}

.videos-page2 .videos-list .video-item .bottom > div {
    font-size: 12px;
    color: #a1a7b1;
}

.videos-page2 .videos-list .video-item .bottom > div > span {
    margin-right: 20px;
}

/* 鏈嶅姟 鐢ㄦ埛鍙嶉 */
.feedback-box {
    background-color: #f3f5f7;
    padding-bottom: 100px;
}

.feedback-box .index-1-bg {
    background-image: url(../../images/oa_new/service/bg5.png);
    height: 370px;
}

.feedback-box .teaxare-box {
    width: 1200px;
    height: 272px;
    padding: 30px 22px;
    z-index: 4;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: #f7f8fa;
    /* -webkit-box-shadow: 0 6px 18px 0 rgba(82,94,102,.15);
    box-shadow: 0 6px 18px 0 rgba(82,94,102,.15); */
}

.teaxare-operation-box {
    height: 70px;
    padding: 0 22px;
}

.teaxare-operation-box > div {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.teaxare-operation-box > div.face-box {
    padding-right: 29px;
    border-right: 1px solid #e8eef1;
}

.teaxare-operation-box > div.images-box {
    padding-left: 30px;
}

.teaxare-operation-box > button {
    float: right;
}

.feedback-box .teaxare-box textarea {
    width: 100%;
    height: 100%;
    outline: none;
    resize: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.feedback-box .teaxare-box > img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
}

.feedback-page2 {
    padding: 40px 0 80px;
}

/* 鎼滅储鏍峰紡鍔犺浇 */
.feedback-page2.search-status {
}

.feedback-page2.search-status .left {
    display: none !important;
}

.feedback-page2.search-status .top {
    display: none !important;
}

.feedback-page2.search-status .right {
    margin-left: 0 !important;
}

/* 鎼滅储涓虹┖鏍峰紡 */
.feedback-page2 .empty-feedback {
    padding-bottom: 150px;
    background-color: #fff;
    text-align: center;
}

.feedback-page2.search-status .empty-feedback img {
    display: none;
    width: 350px;
    margin-bottom: 90px;
}

.feedback-page2.search-status .empty-feedback .empty-search {
    display: inline-block;
}

.feedback-page2 .empty-feedback p {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.feedback-page2 .empty-feedback a {
    cursor: pointer;
    font-size: 16px;
    color: #3980f5;
}

/* 鐐瑰嚮鍔犺浇涓虹┖ */
.feedback-page2 .empty-feedback img {
    width: 350px;
    margin-bottom: 90px;
}

.feedback-page2 .empty-feedback .empty-search {
    display: none;
}

.feedback-page2 .content {
    width: 1200px;
    padding: 80px 50px 0 59px;
    margin: 10px auto;
    position: relative;
    background-color: #fff;
}

.feedback-page2 .top {
    width: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.feedback-page2 .top .type {
    padding-bottom: 22px;
    font-size: 16px;
    color: #2e364e;
    cursor: pointer;
}

.feedback-page2 .top .type.active {
    color: #3980f5;
    border-bottom: 2px solid #3980f5;
}

.feedback-page2 .top img {
    margin-right: 10px;
}

.feedback-page2 .left {
    float: left;
}

.feedback-page2 .left .type2 {
    display: none;
    margin-bottom: 50px;
}

.feedback-page2 .left .type2.active > div > span {
    color: #3980f5;
}

.feedback-page2 .left .type2 img {
    margin-right: 10px;
    vertical-align: top;
}

.feedback-page2 .left .type2 > div {
    display: inline-block;
    line-height: 28px;
}

.feedback-page2 .left .type2 > div > span {
    font-size: 16px;
    color: #2e364e;
    cursor: pointer;
}

.feedback-page2 .left .type2 > div > p {
    font-size: 12px;
    color: #bcc3cd;
}

.feedback-page2 .right {
    margin-left: 200px;
}

.feedback-page2 .feedback-list {
    /* display: none; */
    padding: 0 0 60px;
}

.feedback-page2 .feedback-list .feedback-item {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8eef1;
}

.feedback-page2 .feedback-list .feedback-item p {
    font-size: 14px;
}

.feedback-page2 .feedback-list .feedback-item .img-box {
    display: inline-block;
    position: relative;
    max-width: 544px;
    max-height: 112px;
    overflow: hidden;
}

.feedback-page2 .feedback-list .feedback-item .img-box > span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 53px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #2c313a;
    opacity: 0.8;
}

.feedback-page2 .feedback-list .feedback-item .img-box img {
    float: left;
    width: 168px;
    height: 112px;
    margin-right: 10px;
}

.feedback-page2 .feedback-list .feedback-item .problem-box,
.feedback-page2 .feedback-list .feedback-item .reply-box {
    padding: 0 40px;
}

.feedback-page2 .feedback-list .feedback-item .problem-box {
    position: relative;
    padding-left: 70px;
}

.feedback-page2 .feedback-list .feedback-item .problem-box .title {
    cursor: pointer;
    font-size: 16px;
    color: #3980f5;
    line-height: 28px;
}

.feedback-page2 .feedback-list .feedback-item .problem-box > img.drop-icon {
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 40px;
}

.feedback-page2 .feedback-list .feedback-item .problem-box > img.drop-icon.reverse {
    transform: rotate(180deg);
}

.feedback-page2 .feedback-list .feedback-item .detail {
    display: none;
}

.feedback-page2 .feedback-list .feedback-item .reply-box {
    margin-top: 20px;
}

.feedback-page2 .feedback-list .feedback-item .reply-box p {
    line-height: 24px;
}

.feedback-page3 {
    width: 1200px;
    margin: 0 auto;
    background-color: #f7f8fa;
}

.feedback-page3 button.btn-go {
    cursor: pointer;
}

/* 鏈嶅姟 甯栧瓙缂栬緫椤甸潰 */

.server-box {
    background-color: #f3f5f7;
}

.server-title {
    border-left: 4px solid #3982f7;
    margin: 0;
    padding-left: 5px;
    margin-bottom: 15px;
}

.server-page1 {
    text-align: center;
}

.server-page1 .index-1-bg {
    background-image: url(../../images/oa_new/service/bg1.png);
    height: 370px;
}

.input-box {
    width: 82%;
    max-width: 1200px;
    position: relative;
    bottom: 50px;
    z-index: 3;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 7px 28px rgba(23, 43, 99, 0.24);
}

.input-box input {
    width: 100%;
    height: 97px;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}

.input-box:hover .search-icon {
    background-color: #3982f7;
    border: 1px solid transparent;
}

.input-box:hover .search-icon img {
    display: none;
}

.input-box:hover .search-icon img.search-hover-icon {
    display: inline-block;
}

.input-box .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 97px;
    height: 97px;
    text-align: center;
    line-height: 97px;
    cursor: pointer;
    border: 1px solid #d3d2d2;
    border-left: none;
    background-color: #fff;
}

.input-box .search-icon .search-hover-icon {
    display: none;
}

.server-page2 {
    /* margin-top: 32px; */
}

.server-page2-left,
.serverDetail-page2-left {
    width: 915px;
    border-right: 1px solid #e4e6eb;
    box-shadow: -1px 0 0 0 #e4e6eb;
}

.server-page2 .div-input {
    width: 854px;
    height: 203px;
    /* 263px */
    border: 1px solid #dfdfdf;
    border: 1px solid #e8eef1;
    padding: 10px;
    box-shadow: 0px 7px 28px ragb(23px, 43px, 99px, 0.24);
    background-color: #fff;
}

.main-block {
    z-index: 10001;
    padding: 20px 0;
    background-color: #fff;
}

.main-block.main-block-fiexd {
    position: fixed;
    top: 80px;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    border-bottom: 1px solid #e8eef1;
}

.main-block.top {
    top: 0;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
}

.post-chandelier-stunt {
    height: 127px;
    display: none;
    width: 100%;
    background-color: #fff;
}

.post-chandelier-stunt.show {
    display: block;
}

.server-page2-1 {
    background-color: #fff;
    /* height: 130px; */
    padding: 0px 18px;
}

.server-page2-1 .warning {
    margin: 10px 0 0;
    font-size: 12px;
    color: #f04134;
}

.post-imput-title {
    color: #3982f7;
    width: 854px;
}

.post-input-box {
    background-color: #f7f8fa;
    padding: 0px 18px 27px;
    margin-top: 20px;
    display: none;
}

.post-input-box.show {
    display: block;
}

.post-input-box ul,
.post-input-box li {
    display: inline-block;
}

.post-input-box li {
    font-size: 12px;
    color: #3982f7;
    border-right: 1px solid #e8eef1;
    padding: 5px 30px;
}

.post-input-box li:last-child {
    border-right: 0px solid #e8eef1;
}

.post-input-box ul {
    color: #3982f7;
    padding: 16px 0;
    margin-bottom: 0;
}

.server-page2-part2 {
    background-color: #fff;
    padding-top: 14px;
}

.server-page2-part2 .server-title {
    margin-left: 28px;
}

.post-box {
    padding: 0 29px 0 28px;
    border-top: 1px solid #e8eef1;
}

.server-box .post-box .post-list {
    padding-bottom: 160px;
}

.post-list .post-item {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e8eef1;
}

.post-list .post-item > div {
    display: inline-block;
    vertical-align: top;
}

.post-list .post-item .post-item-number {
    width: 58px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    position: relative;
    background-color: #e8eef1;
}

.post-list .post-item .post-item-number:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -7px;
    height: 0px;
    width: 0px;
    border-top: 15px solid transparent;
    border-right: 25px solid #e8eef1;
    border-bottom: 15px solid transparent;
}

.post-list .post-item .post-item-content {
    padding: 0 22px;
    width: 620px;
}

.post-list .post-item .post-item-content > p > a {
    font-size: 14px;
    color: #2e364e;
    width: 100%;
}

.post-list .post-item .post-item-content > p > a:hover {
    text-decoration: underline;
}

.post-list .post-item .post-item-content > p > a > span,
.serverDetail-title p span {
    font-size: 12px;
    color: #3982f7;
    margin-right: 12px;
}

.post-list .post-item .post-item-content > span {
    font-size: 12px;
    color: #8a929e;
    display: inline-block;
    width: 100%;
}

.post-list .post-item .post-item-content > div.img-list {
    margin-top: 36px;
}

.post-list .post-item .post-item-content > div.img-list img,
.post-list .post-item .post-item-content > div.img-list div {
    float: left;
    margin-right: 10px;
}

.post-list .post-item .post-item-editer {
    width: 155px;
    float: right;
}

.post-list .post-item .post-item-editer > p {
    line-height: 34px;
}

.post-list .post-item .post-item-editer > p > img {
    width: 34px;
    height: 34px;
    margin-right: 13px;
}

.post-list .post-item .post-item-editer > div {
    padding-left: 13px;
    color: #a1a7b1;
    font-size: 12px;
    line-height: 30px;
}

.post-list .post-item .post-item-editer > div > img {
    height: 11px;
    width: 11px;
    margin-right: 14px;
}

.post-list .post-item .post-item-editer > div > span {
    float: right;
}

.server-page2-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 285px;
    background-color: #ffffff;
    height: 100%;
}

.server-page2-right .page2-right-list {
    padding: 27px 14px 27px 16px;
}

.server-page2-right .page2-right-list > p {
    font-size: 15px;
    color: #2e364e;
    margin-bottom: 20px;
    font-weight: bold;
}

.server-page2-right .page2-right-list > p > a {
    float: right;
    color: #3982f7;
    cursor: pointer;
    font-size: 12px;
}

.server-page2-right .page2-right-list > div.clearFixed {
    position: relative;
}

.server-page2-right .page2-right-list > .clearFixed > .fl.fl1 {
    width: 107px;
    height: 107px;
    padding: 2px;
    background-color: #fff;
    margin-right: 15px;
    border: 1px solid #e8eef1;
    cursor: pointer;
    position: relative;
}

.server-page2-right .page2-right-list > .clearFixed > .fl.fl1 a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.server-page2-right .page2-right-list > .clearFixed > .fl a {
    color: #2e364e;
    font-size: 16px;
    cursor: pointer;
}

.server-page2-right .page2-right-list > .clearFixed > .fl p {
    font-size: 12px;
    color: #999999;
}

.server-page2-right .page2-right-list > .clearFixed > .fl a img,
.server-page2-right .page2-right-list > .clearFixed > .img-code img {
    width: 100%;
    height: 100%;
}

.server-page2-right .page2-right-list > .clearFixed > .img-code {
    float: left;
    width: 106px;
    height: 106px;
    margin-right: 15px;
}

/* 涓汉涓婚〉 */
.service-me-box {
    background-color: #f3f5f7;
}

.service-me-box .service-index-1 {
    padding: 0 100px;
    max-width: 1467px;
    min-width: 1200px;
}

.service-me-box .index-1-bg {
    background-image: url(../../images/oa_new/service/page1.png);
    height: 370px;
}

.service-me-box .face-box {
    width: 196px;
    height: 196px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.service-me-box .face-box img {
    width: 176px;
    height: 176px;
    border-radius: 50%;
}

.service-me-box .face-box a.jump-page {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.service-me-box .face-box span {
    color: #000;
    font-size: 24px;
    position: relative;
    top: 20px;
}

.service-me-box .face-box a {
    color: #a1a7b1;
    font-size: 12px;
    position: relative;
    top: 20px;
}

.service-me-page2 {
    padding-top: 240px;
}

.service-me-page2 .top {
    margin: 0 auto;
    width: 724px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8eef1;
}

.service-me-page2 .top .item {
    width: 241px;
    padding-bottom: 20px;
    text-align: center;
}

.service-me-page2 .top .item.active {
    color: #3982f7;
    border-bottom: 2px solid #3982f7;
}

.service-me-page2 .content {
    width: 1200px;
    margin: 10px auto;
    padding: 50px 60px 60px 60px;
    background-color: #fff;
}

.service-me-page2 .content > div {
    display: none;
}

.service-me-page2 .content > div.show {
    display: block;
}

.service-me-page2 .content .item {
    padding: 30px 60px;
    border-bottom: 1px solid #e8eef1;
    position: relative;
}

.service-me-page2 .content .item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service-me-page2 .content .my-collection .item > a:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.service-me-page2 .content .item .title {
    line-height: 20px;
    color: #2e364e;
    font-size: 14px;
}

.service-me-page2 .content .item .title .label {
    color: #3982f7;
    font-size: 12px;
    margin: 10px 0 0;
}

.service-me-page2 .content .item .title .fr {
    color: #a1a7b1;
    font-size: 12px;
}

.service-me-page2 .content .my-post .item > p {
    max-width: 683px;
    color: #8a929e;
    font-size: 12px;
    margin: 10px 0;
}

.service-me-page2 .content .my-post .item > .img-box {
    position: relative;
    margin-top: 30px;
}

.service-me-page2 .content .my-post .item > .img-box img {
    float: left;
    width: 198px;
    margin-right: 10px;
}

.service-me-page2 .content .my-post .item > .img-box > span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 53px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #000;
    opacity: 0.8;
}

.service-me-page2 .content .my-response .item .label {
    font-size: 16px;
}

.service-me-page2 .content .my-response .item .main {
    padding: 15px 0 0 30px;
}

.service-me-page2 .content .my-response .item .main > p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.service-me-page2 .content .my-response .item .main .post-title {
    background-color: #f3f5f7;
    height: 76px;
    line-height: 76px;
    padding: 0 0 0 25px;
    color: #3982f7;
    font-size: 14px;
}

.service-me-page2 .content .my-response .item .main .post-title span {
    color: #8a929e;
    font-size: 12px;
}

/* 涓汉璧勬枡 */
.me-dataEditor-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 0 60px;
    background-color: #fff;
}

.me-dataEditor-box .content {
    padding: 80px 0 60px;
    border-bottom: 1px solid #e8eef1;
}

.me-dataEditor-box .content.content-btn {
    text-align: center;
    border-bottom: none;
}

.me-dataEditor-box .content > .title {
    margin-left: 60px;
    margin-bottom: 30px;
    color: #3982f7;
    font-size: 12px;
}

.me-dataEditor-box .content .form-list {
    padding-left: 95px;
}

.me-dataEditor-box .content .form-list > div {
    position: relative;
    height: 54px;
}

.me-dataEditor-box .content .form-list > div > label {
    position: absolute;
    display: inline-block;
    width: 105px;
    text-align: left;
    color: #a1a7b1;
    font-size: 12px;
    line-height: 54px;
    top: 0;
    left: 0;
}

.me-dataEditor-box .content .form-list > div > .form {
    margin-left: 105px;
    line-height: 54px;
}

.me-dataEditor-box .content .form-list > div > .form .data {
    display: inline-block;
    color: #2e364e;
    font-size: 14px;
    margin-right: 25px;
}

.me-dataEditor-box .content .form-list > div > .form > input {
    background-color: #f3f5f7;
    width: 356px;
    height: 44px;
    border: 1px solid #e8eef1;
    border-radius: 5px;
}

.me-dataEditor-box .content .form-list > div > .form > span {
    color: #cc6a12;
    font-size: 12px;
    cursor: pointer;
}

.me-dataEditor-box .content .form-list > div > .form > span.warning {
    color: #8a929e;
    margin-left: 10px;
}

.my-collection .item .title span {
    line-height: 30px;
}

.my-collection .item .more {
    height: 30px;
    display: inline-block;
    width: 73px;
    position: relative;
    float: right;
}

.my-collection .item .more span {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    display: inline-block;
    width: 73px;
    text-align: center;
    font-size: 24px;
    line-height: inherit;
    margin-left: 20px;
    color: #8a929e;
}

.my-collection .item .title .more span.more-drop:hover span.frs {
    display: inline-block;
}

.my-collection .item .more span.frs {
    line-height: 30px;
    font-size: 12px;
    background-color: #f3f5f7;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.my-collection .item .title span.name {
    line-height: 30px;
    font-size: 12px;
    color: #8a929e;
    margin-right: 70px;
    float: right;
}

/* 绀惧尯甯栧瓙璇︽儏 */

.serverDetail-box {
    background-color: #f7f8fa;
}

.serverDetail-title {
    padding-left: 25px;
    padding-right: 29px;
    padding-bottom: 14px;
}

.serverDetail-title > p {
    display: inline-block;
    max-width: 716px;
}

.serverDetail-title > span {
    float: right;
    margin-left: 50px;
    font-size: 12px;
    color: #a1a7b1;
    cursor: pointer;
}

.server-page2-part2 .post-box {
    padding: 0 23px 0 24px;
}

.server-page2-part2 .post-editer {
    position: absolute;
    top: 14px;
    left: 0;
    text-align: center;
}

.server-page2-part2 .post-list .post-item {
    /* min-height: 213px; */
    padding: 30px 0;
}

.server-page2-part2 .post-editer > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.server-page2-part2 .post-editer > div {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.serverDetail-page2-left .post-list .post-item .post-content {
    position: relative;
    padding: 0 0 0 176px;
}

.serverDetail-page2-left .post-list .post-item .post-content .article {
    font-size: 14px;
    color: #8a929e;
    line-height: 24px;
}

.post-img-list {
    padding-bottom: 100px;
}

.post-img-list img {
    margin-top: 36px;
    width: 100%;
}

.reply-post-2-box {
    text-align: right;
}

.reply-post-2-box > span {
    font-size: 12px;
    color: #a1a7b1;
}

.reply-post-2 {
    display: inline-block;
    font-size: 12px;
    color: #3982f7;
    cursor: pointer;
}

.reply-post-2 span {
    display: none;
}

.reply-post-2 .reply-son-number {
    cursor: pointer;
    padding: 14px 17px;
}

.reply-post-2 .reply-son-number.show {
    display: block;
}

.reply-post-2 .reply-son-folding {
    cursor: pointer;
    padding: 14px 17px;
    background-color: #f7f8fa;
    position: relative;
    border: 1px solid #e8eef1;
    border-bottom: none;
    top: 1px;
}

.reply-post-2 .reply-son-folding.show {
    display: block;
}

.post-son-list {
    background-color: #f7f8fa;
    padding: 0 18px 0 16px;
    border: 1px solid #e8eef1;
    display: none;
}

.post-son-list .post-son-item {
    position: relative;
    padding: 16px 0 20px;
    border-bottom: 1px solid #e8eef1;
}

.post-son-editer {
    position: absolute;
    top: 16px;
    left: 0;
}

.post-son-editer > img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    vertical-align: top;
}

.post-son-editer > span {
    font-size: 14px;
    color: #3982f7;
    line-height: 25px;
}

.post-son-content {
    position: relative;
    padding: 0 0 0 121px;
}

.post-son-content > .reply-son-post-2-box {
    font-size: 12px;
    color: #a1a7b1;
    text-align: right;
}

.add-son-post-box {
    padding: 16px 0;
    font-size: 12px;
    color: #a1a7b1;
}

.add-son-post-box span {
    margin-right: 6px;
    line-height: 33px;
}

.add-son-post-box .more-son-post {
    color: #3982f7;
    cursor: pointer;
}

.add-son-post-box a {
    float: right;
    padding: 8px 10px;
    line-height: 17px;
    border-radius: 5px;
    color: #8a929e;
    background-color: #fff;
}

.add-son-post-box > div > input {
    width: 497px;
    min-height: 40px;
    z-index: 0;
}

.add-son-post-box > div {
    display: none;
    margin-top: 15px;
}

.add-son-post-box > div .btn-go {
    float: right;
    padding: 11px 30px;
}

.server-page2-2 {
    background-color: #fff;
    /* height: 130px; */
    padding: 0px 18px;
}

/* 浠ｇ悊鍟� 鍚堜紮浜� */
.partner-box {
}

.partner-page1 {
}

.partner-page1 .content {
    padding: 169px 80px 0 135px;
    margin: 0 auto;
    max-width: 1467px;
    min-width: 1200px;
    height: 486px;
    background-color: #f3f5f7;
    border-radius: 20px;

    background-image: url(../../images/oa_new/partner/bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-page1 .content .left {
    display: inline-block;
}

.partner-page1 .content .left .title {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 26px;
}

.partner-page1 .content .left p {
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 0;
}

.partner-page1 .content .left .btn-box {
    margin-top: 50px;
}

.partner-page1 .content .left .btn-box button {
    margin-right: 37px;
}

.partner-page1 .content .right {
    float: right;
    position: relative;
}

.partner-page1 .content .right .partner-card {
    cursor: pointer;
    width: 343px;
    height: 270px;
    padding: 30px 38px 0 29px;
    border-radius: 10px;
    background-color: #f3f5f7;
    position: relative;
    box-shadow: 0px 45px 120px -30px rgba(132, 148, 181, 0.5);
}

.partner-page1 .content .right .partner-card.card2 {
    position: absolute;
    bottom: -155px;
    left: -242px;
}

.partner-page1 .content .right .partner-card.active {
    background-color: #fff;
    z-index: 2;
}

.partner-page1 .content .right .partner-card.active .corner {
    display: block;
}

.partner-page1 .partner-card .corner {
    width: 57px;
    height: 57px;
    background-color: #18dca7;
    position: absolute;
    top: -28px;
    left: -28px;
    display: none;
    z-index: 3;
}

.partner-page1 .partner-card .title {
    font-size: 18px;
    color: #3982f7;
    margin: 40px 0 19px;
}

.partner-page1 .partner-card p {
    font-size: 12px;
    color: #a1a7b1;
    line-height: 20px;
}

.partner-content {
    display: none;
}

.partner-content.active {
    display: block;
}

.partner-page2 .content {
    width: 1200px;
    margin: 0 auto;
}

.partner-page2 .content .title {
    font-size: 24px;
    color: #2e364e;
}

.partner-page2 .content .title .warn {
    font-size: 36px;
    color: #3980f5;
}

.partner-page2 .content .center {
    width: 970px;
    height: 775px;
    margin: 0 auto;
    position: relative;

    background-image: url(../../images/oa_new/partner/agent-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-page2 .content .center .word {
    position: absolute;
    font-size: 14px;
    color: #8a929e;
}

.partner-page2 .content .center .word1 {
    top: 285px;
    left: 25px;
}

.partner-page2 .content .center .word2 {
    bottom: 210px;
    right: 65px;
}

.partner-page3 {
}

.partner-page3 .content {
    width: 1200px;
    margin: 0 auto;
}

.partner-page3 .content .left {
    float: left;
}

.partner-page3 .content .left .title {
    color: #2e364e;
    font-size: 24px;
}

.partner-page3 .content .left ul {
    margin-top: 75px;
}

.partner-page3 .content .left ul li {
    line-height: 27px;
    margin-top: 5px;
    padding-bottom: 20px;
    list-style: disc;
    color: #2e364e;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.partner-page3 .content .left ul li.warn {
    color: #3982f7 !important;
    font-size: 14px !important;
}

.partner-page3 .content .left ul li .progress-bar {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #4e8af9;
}

.partner-page3 .content .left ul li.warn .progress-bar {
    animation: fun1 3s linear 0s 1 normal forwards;
}

.partner-page3 .content .left ul li .style-disc {
    color: #8a929e;
    font-size: 12px;
}

.partner-page3 .content .right {
    float: right;
    width: 780px;
    height: 481px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-page3 .content .right img {
    display: none;
    /* max-width: 100%; */
    max-height: 100%;
}

.partner-page3 .content .right img.show {
    display: block;
    transition: all ease 1s !important;
}

.partner-page4 {
}

.partner-page4 .content {
    width: 1200px;
    margin: 0 auto;
}

.partner-page4 .content > .title {
    text-align: center;
    color: #2e364e;
    font-size: 24px;
    margin-bottom: 64px;
}

.partner-page4 .item-list {
    display: flex;
    justify-content: space-between;
}

.partner-page4 .item-list .item {
    width: 348px;
    height: 372px;
    padding: 87px 59px 0;
    box-shadow: 0 5px 17px 0 rgba(138, 146, 158, 0.24);
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.partner-page4 .item-list .item:hover {
    webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 40px 110px -20px rgba(132, 148, 181, 0.6);
}

.partner-page4 .item-list .item .title {
    color: #2e364e;
    font-size: 16px;
    margin: 15px 0 30px;
}

.partner-page4 .item-list .item p {
    color: #8a929e;
    font-size: 12px;
}

.partner-page5 {
    padding: 160px 5%;
}

.partner-page5 .content {
    max-width: 1467px;
    min-width: 1200px;
    height: 193px;
    border-radius: 15px;
    margin: 0 auto;
    background-image: url(../../images/oa_new/partner/agent-6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 200px;
}

.partner-page5 .content span {
    color: #fff;
    font-size: 24px;
}

.partner-page5 .content .btn-go {
    float: right;
}

.partner-page6 {
}

.partner-page6 .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.partner-page6 .content > .title {
    text-align: center;
    color: #2e364e;
    font-size: 24px;
    margin-bottom: 100px;
}

.partner-page6 .content hr {
    color: #3982f7;
    height: 0px;
    border-bottom: 1px solid #c1d9f7;
    position: absolute;
    top: 155px;
    left: 0;
    width: 990px;
}

.partner-page6 .item-list {
    display: flex;
    justify-content: space-between;
}

.partner-page6 .item-list .item {
    width: 219px;
    position: relative;
}

.partner-page6 .item-list .item .title {
    color: #2e364e;
    font-size: 16px;
    margin: 94px 0 30px;
}

.partner-page6 .item-list .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
}

.partner-page6 .item-list .item ul,
.partner-page6 .item-list .item p {
    color: #8a929e;
    font-size: 12px;
}

.partner-page6 .item-list .item ul li,
.partner-page6 .item-list .item p {
    line-height: 27px;
}

.partner-page6 .item-list .item ul li:nth-child(odd) {
    font-size: 14px;
}

/* 浜嬩笟鍚堜紮浜烘ā鍧� */
.career-page2 {
}

.career-page2 .content {
    width: 1200px;
    margin: 0 auto;
}

.career-page2 .content .title {
    font-size: 24px;
    color: #2e364e;
}

.career-page2 .content .title .warn {
    font-size: 36px;
    color: #3980f5;
}

.career-page2 .content .center {
    width: 940px;
    height: 875px;
    margin: 0 auto;
    position: relative;

    background-image: url(../../images/oa_new/partner/career-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.career-page2 .content .center .word {
    position: absolute;
    font-size: 14px;
    color: #8a929e;
    max-width: 346px;
}

.career-page2 .content .center .word1 {
    top: 180px;
    left: 140px;
}

.career-page2 .content .center .word2 {
    bottom: 441px;
    right: 80px;
}

.career-page2 .content .center .word3 {
    bottom: 157px;
    left: 185px;
}

.career-page3 .content {
    width: 1200px;
    margin: 0 auto;
}

.career-page3 .content .title {
    font-size: 24px;
    color: #2e364e;
    padding-bottom: 70px;
}

.career-page3 .content .left {
    float: left;
    /* width: 735px;
    height: 550px; */

    width: 780px;
    height: 481px;
}

.career-page3 .content .left img {
    /* width: 100%; */
    height: 100%;
    display: none;
}

.career-page3 .content .left img.show {
    /* filter: alpha(opacity=100);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease; */
}

.career-page3 .content .right {
    float: right;
    padding-top: 180px;
}

.career-page3 .content .right li {
    list-style: disc;
    line-height: 49px;
    font-size: 14px;
    color: #8a929e;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.career-page3 .content .right li .progress-bar {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #4e8af9;
}

.career-page3 .content .right li.warn .progress-bar {
    animation: fun1 3s linear 0s 1 normal forwards;
}

.career-page3 .content .right li.warn {
    color: #3982f7;
}

/* 瀹㈡埛妗堜緥 */
.cases-page1 {
    padding: 100px 5% 68px;
}

.cases-page1 .content {
    max-width: 1467px;
    min-width: 1200px;
    height: 280px;
    border-radius: 15px;
    margin: 0 auto;
    background-color: #f3f5f7;
    text-align: center;
    background: url(../../images/oa/case/cases/header-bgc.png) center center no-repeat;
    background-position-x: -6px;
}

.cases-page1 .content .header-title {
    font-size: 32px;
    line-height: 40px;
    color: rgba(46, 54, 78, 1);
    opacity: 1;
    padding: 44px 0 24px 0;
}

.cases-page1 .content .header-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(46, 54, 78, 1);
    opacity: 1;
    text-align: center;
}

.cases-page1 .content .header-apply-button {
    width: 124px;
    height: 42px;
    opacity: 1;
    background: rgba(57, 130, 247, 1);
    color: white;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 32px;
    font-size: 16px;
    line-height: 42px;
    border: none;
}

.cases-page1 .content .header-apply-button:hover {
    background: #18dca7;
    color: white !important;
}

.cases-page1 .content > div.item {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 159px 0 0 135px;
    opacity: 0;
    z-index: 1;
}

.cases-page1 .content > div.item > .img-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 15px;
    left: 0;
    top: 0;
    z-index: 0;
}

.cases-page1 .content > div.item > .img-content img {
    width: 100%;
    /* opacity:0.6; 
    filter: alpha(opacity=60); */
}

.cases-page1 .content > div.item > .img-content a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #135fd6;
    opacity: 0.6;
    z-index: 1;
}

.cases-page1 .content > div.item.show {
    z-index: 3;
    opacity: 1;
    /* filter: alpha(opacity=100);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease; */
}

.cases-page1 .content .title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    width: 550px;
}

.cases-page1 .content > div.item.show .title {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.cases-page1 .content .name {
    display: inline-block;
    position: relative;
    padding: 18px 10px;
    background-color: #18dca7;
    height: 75px;
    width: 55%;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}

.cases-page1 .content .name:hover {
    color: #fff !important;
}

.cases-page1 .content .name > div {
    font-size: 24px;
    color: #fff;
    width: 93%;
    /* height: 100%; */
    padding: 18px 10px;
    position: absolute;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 3px;
    left: 100%;
}

.cases-page1 .content > div.item.show .name > div {
    left: 0;
    transition: all 0.5s ease-in;
}

.cases-page1 .content .name img {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.cases-page1 .content .name.show img {
    position: absolute;
}

.cases-page1 .content .picture1 {
    display: inline-block;
    position: absolute;
    width: 618px;
    height: 408px;
    top: 102px;
    right: 135px;
    border-radius: 10px;
    /* box-shadow: 0px 45px 120px -30px rgba(132,148,181,0.9); */
    /* background-image: url(../../images/oa_new/cases/cases-list1.png); 
	background-position:center center; 
	background-repeat:no-repeat; 
    background-size: cover; */
    /* overflow: hidden; */
    cursor: pointer;
    /* padding-left: 30px; */
}

.cases-page1 .content .picture1 img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 100%;
    border-radius: 10px;
}

.cases-page1 .content > div.item.show .picture1 img {
    box-shadow: 0px 45px 120px -30px rgba(132, 148, 181, 0.5);
    /* transition: all .2s ease 1s; */
}

.cases-page1 .content > div.item.show .picture1 img {
    left: 0;
    transition: left 1s ease;
}

.cases-page1 .content ul {
    position: absolute;
    top: 75px;
    right: 130px;
    z-index: 4;
}

.cases-page1 .content ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 12px;
    border-radius: 5px;
    background-color: #8a929e;
    cursor: pointer;
}

.cases-page1 .content ul li.show {
    display: inline-block !important;
    width: 18px;
    background-color: #18dca7;
}

.cases-page2 {
}

.cases-page2 .content {
    margin: 0 auto;
    width: 1200px;
}

.cases-page2 .one-level {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 863px;
    border-bottom: 1px solid #e8eef1;
    margin-bottom: 40px;
}

.cases-page2 .one-level .item {
    font-size: 16px;
    color: #2e364e;
    padding: 0 22px 30px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.cases-page2 .one-level .item:hover {
    color: #18dca7;
}

.cases-page2 .one-level .item.active {
    color: #3982f7;
    border-bottom: 1px solid #3982f7;
}

.cases-page2 .one-level .item img {
    width: 26px;
    margin-right: 15px;
}

.cases-page2 .two-level {
    display: none;
}

.cases-page2 .two-level.active {
    display: flex;
    flex-wrap: wrap;
}

.cases-page2 .two-level .item {
    font-size: 14px;
    flex: 0 0 auto;
    color: #2e364e;
    text-align: left;
    margin: 0 32px 20px 0;
    float: left;
    cursor: pointer;
}

.cases-page2 .two-level .item:hover {
    color: #18dca7;
}

.cases-page2 .two-level .item.active {
    color: #3982f7;
}

.cases-page2 .three-level {
    margin-top: 40px;
}

.cases-page2 .three-level .item {
    width: 348px;
    height: 404px;
    float: left;
    margin: 30px 26px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 17px 0 rgba(138, 146, 158, 0.24);
    -webkit-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    margin-bottom: 60px;
}

.cases-page2 .three-level .item > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.cases-page2 .three-level .item:hover {
    webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 40px 110px -20px rgba(132, 148, 181, 0.6);
}

.cases-page2 .three-level .item .top {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.cases-page2 .three-level .item img {
    width: 100%;
    height: 100%;
}

.cases-page2 .three-level .item .bottom {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
    padding: 24px 20px 20px 20px;
}

.cases-page2 .three-level .item .bottom .title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    font-weight: 600;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cases-page2 .three-level .item .bottom > p {
    font-size: 14px;
    color: #8a929e;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cases-page2 .three-level .item .bottom > .p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(138, 146, 158, 1);
    margin-bottom: 16px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cases-page2 .three-level .item .bottom .footer {
    font-size: 12px;
    color: #a1a7b1;
    position: absolute;
    width: calc(100% - 44px);
    bottom: 0;
    left: 22px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e8eef1;
    display: flex;
}

.cases-page2 .three-level .item .bottom .footer span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cases-page2 .three-level .item .bottom .footer .footer-trade {
    margin-right: 10px;
    flex: 1 1 auto;
}

.cases-page2 .three-level .item .bottom .footer .footer-scale {
    text-align: right;
    flex: 0 0 100px;
}

/* 鏂伴椈鍔ㄦ€� */

.news-page1 {
    padding: 100px 5% 68px;
}

.news-page1 .content {
    max-width: 1467px;
    min-width: 1200px;
    height: 280px;
    border-radius: 15px;
    margin: 0 auto;
    background-color: #f3f5f7;
    text-align: center;
    background: url(../../images/oa_new/news/header-bgc.png) center center no-repeat;
    background-size: 100% 100%;
}

.news-page1 .content .header-title {
    font-size: 32px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    padding: 44px 0 24px 0;
}

.news-page1 .content .header-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    text-align: center;
}

.news-page1 .content .header-apply-button {
    width: 124px;
    height: 42px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 32px;
    font-size: 16px;
    line-height: 42px;
    color: rgba(57, 130, 247, 1);
    border: none;
}

.news-page1 .content .header-apply-button:hover {
    background: #18dca7;
    color: white !important;
}

.news-page1 .content > div.item {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 193px 0 0 135px;
    opacity: 0;
    z-index: 1;
}

.news-page1 .content > div.item.show {
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.news-page1 .content .name {
    position: relative;
    padding: 18px 10px;
    background-color: #18dca7;
    height: 75px;
    width: 70%;
    z-index: 3;
}

.news-page1 .content .name > a {
    font-size: 32px;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 34px;
    line-height: 75px;
    position: absolute;
    top: 0;
    left: 0;
}

.news-page1 .content .name > a:hover {
    color: #fff !important;
}

.news-page1 .content .name > a img {
    width: 30px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.news-page1 .content .picture1 {
    position: absolute;
    width: 349px;
    height: 454px;
    top: 102px;
    right: 135px;
    border-radius: 10px;
    padding: 199px 70px 0;
    box-shadow: 0px 45px 120px -30px rgba(132, 148, 181, 0.9);
    background-image: url(../../images/oa_new/news/page1-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.news-page1 .content .picture1 p {
    position: relative;
    top: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.news-page1 .content > div.item.show .picture1 p {
    top: 0;
    transition: top 0.2s ease 0.4s;
}

.news-page1 .content ul {
    position: absolute;
    top: 110px;
    right: 140px;
    z-index: 4;
}

.news-page1 .content ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 12px;
    border-radius: 5px;
    background-color: #8a929e;
    cursor: pointer;
}

.news-page1 .content ul li.show {
    display: inline-block !important;
    width: 18px;
    background-color: #18dca7;
}

.news-page2 .content {
    margin: 0 auto;
    width: 1200px;
}

.news-page2 .one-level {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 863px;
    border-bottom: 1px solid #e8eef1;
    margin-bottom: 44px;
}

.news-page2 .one-level .item {
    font-size: 16px;
    color: #2e364e;
    padding: 0 30px 22px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.news-page2 .one-level .item:hover {
    color: #18dca7;
}

.news-page2 .one-level .item.active {
    color: #3982f7;
    border-bottom: 1px solid #3982f7;
}

.news-page2 .one-level .item img {
    width: 26px;
    margin-right: 15px;
}

.news-page2 .three-level {
    margin-top: 70px;
}

.news-page2 .two-level .item {
    width: 255px;
    height: 282px;
    float: left;
    margin: 20px 22px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    /* box-shadow: 0 5px 17px 0 rgba(138,146,158,.24); */
    -webkit-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.news-page2 .two-level .item > a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.news-page2 .two-level .item:hover {
    -webkit-transform: translateY(-6px) scale(1.13);
    -ms-transform: translateY(-6px) scale(1.13);
    transform: translateY(-6px) scale(1.13);
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgba(178, 201, 224, 0.7);
    box-shadow: 0px 40px 110px -20px rgba(132, 148, 181, 0.6);
    cursor: pointer;
}

.news-page2 .two-level .item .top {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.news-page2 .two-level .item img {
    width: 100%;
    height: 100%;
}

.news-page2 .two-level .item .bottom {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
    padding: 20px 22px;
}

.news-page2 .two-level .item .bottom .title {
    font-size: 14px;
    color: #2e364e;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 18px;
}

.news-page2 .two-level .item .bottom .footer {
    font-size: 12px;
    color: #a1a7b1;
    position: absolute;
    width: calc(100% - 44px);
    bottom: 30px;
    left: 22px;
}

.news-page2 .two-level .item .bottom .footer span {
    margin-right: 34px;
}

.detail-box {
}

.detail-page1 {
    max-width: 1467px;
    min-width: 1200px;
    padding: 121px 0 0 136px;
    height: 487px;
    border-radius: 15px;
    margin: 0 auto;
    border: 1px solid #e8eef1;
}

.detail-page1 .name {
    padding-bottom: 48px;
    position: relative;
}

.detail-page1 .name .type {
    font-size: 14px;
    display: inline-flex;
    line-height: 14px;
    margin-bottom: 16px;
    color: rgba(138, 146, 158, 1);
    padding-left: 8px;
    border-left: 3px solid #18dca7;
}

.detail-page1 .name .title {
    max-width: 550px;
    font-size: 30px;
    color: #2e364e;
    line-height: 51px;
    width: calc(100% - 750px);
}

.detail-page1 .name .divider {
    position: absolute;
    bottom: 0;
    left: 100px;
    background-color: #18dca7;
    height: 11px;
    width: 40%;
    z-index: 3;
}

.detail-page1 .Introduction {
    color: #a1a7b1;
    padding: 42px 0;
    width: calc(100% - 770px);
}

.detail-page1 .Introduction p {
    max-width: 450px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(190, 197, 207, 1);
}

.detail-page1 .Introduction h3 {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #8a929e;
}

.detail-page1 .Introduction button {
    margin-top: 20px;
    padding: 9px 26px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}

.detail-page1 .Introduction button img {
    vertical-align: bottom;
}

.detail-page1 .Introduction span {
    font-size: 12px;
}

.detail-page1 .picture {
    position: absolute;
    z-index: 2;
    top: 120px;
    right: 131px;
    width: 618px;
    height: 408px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 45px 120px -30px rgba(132, 148, 181, 0.9);
}

.detail-page1 .picture img {
    width: 100%;
    height: 100%;
}

.detail-page2 {
}

.detail-page2 .content {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.detail-page2 .content img {
    width: 100%;
    /* margin: 46px 0; */
}

.detail-page2 .content .left {
    width: 828px;
    display: inline-block;
}

.detail-page2 .content .left p {
    font-size: 14px;
    color: #8a929e;
    line-height: 28px;
}

.detail-page2 .content .right {
    /* position: absolute;
	top: 0;
    right: -255px; */
    float: right;
    width: 235px;
    padding-left: 20px;
    border-left: 1px solid #e8eef1;
}

.detail-page2 .content .right .title {
    font-size: 16px;
    color: #2e364e;
    margin-bottom: 24px;
    text-align: left;
}

.detail-page2 .content .right .item {
    padding-left: 20px;
    margin-bottom: 35px;
    background: url(../../images/oa_new/news/right.png) left center no-repeat;
}

.detail-page2 .content .right .item a {
    font-size: 14px;
    color: #8a929e;
    line-height: 24px;
}

.detail-page2 .content .link-to-maker {
    margin-top: 50px;
}

/*浜у搧妯″潡*/
.product-title {
    font-size: 44px;
    font-weight: bold;
}

.pro-nav li {
    width: 200px;
    position: relative;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin: 0 67px;
    background: #d8d8d8;
}

.pro-nav li a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}

.pro-nav li:hover,
.pro-nav li.active,
.pro-nav li.active a,
.pro-nav li a:hover {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    line-height: 70px;
}

/*.document{ background:#FFE780}
.flow{ background:#9ED5FF}
.personnel{ background:#80E7CC}*/
/* .document:hover,.document.active{ background:#fdc62f}
.flow:hover,.flow.active{ background:#2ab6f7}
.personnel:hover,.personnel.active{ background:#7dc654;} */
.pro-list {
    margin-top: 25px;
}

.pro-list li {
    display: inline-block;
    margin: 25px 58px;
    cursor: pointer;
    position: relative;
}

.pro-list li h2 {
    color: #cdcecd;
    margin-top: 20px;
}

.pro-list li:hover h2 {
    color: #333;
}

.bg-f4f4f4 {
    background: #f4f4f4;
}

/* 浜у搧 */
.product-box {
}

.product-top {
    text-align: center;
    padding-bottom: 250px;
    position: relative;
}

.product-top .content {
    /* height: 100vh; */
    /* height: 1000px; */
    background-image: url(../../images/oa_new/product/index/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-top .content h2 {
    padding-top: 132px;
    font-size: 36px;
    font-weight: bold;
    color: #2e364e;
}

.product-top .content p {
    margin: 24px 0;
    text-align: center;
    font-size: 16px;
    color: #8a929e;
}

.product-top .content .picture-box {
    width: 1200px;
    height: 623px;
    margin: 48px auto 0;
    position: relative;
    overflow: hidden;
    /* background-color: seagreen; */
    background-image: url(../../images/oa_new/product/index/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes pic1Frame {
    0% {
        top: -346px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes pic2Frame {
    0% {
        transform: scale(0.8);
        left: 60px;
    }

    100% {
        transform: scale(1);
        left: 40px;
    }
}

@keyframes pic3Frame {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pic32Frame {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pic4Frame {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.product-top .content .picture-box.animation .pic1-box img {
    -webkit-animation: 0.8s pic1Frame ease-in 0ms 1 normal running forwards;
    animation: 0.8s pic1Frame ease-in 0ms 1 normal running forwards;
}

.product-top .content .picture-box.animation .pic2 {
    -webkit-animation: 0.8s pic2Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0s 1 normal running forwards;
    animation: 0.8s pic2Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0s 1 normal running forwards;
}

.product-top .content .picture-box.animation .pic3-box {
    -webkit-animation: 0.8s pic3Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0s 1 normal running forwards;
    animation: 0.8s pic3Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0s 1 normal running forwards;
}

.product-top .content .picture-box.animation .pic3-box span {
    -webkit-animation: 0.2s pic32Frame linear 0.6s 1 normal running forwards;
    animation: 0.2s pic32Frame linear 0.6s 1 normal running forwards;
}

.product-top .content .picture-box.animation .pic4 {
    -webkit-animation: 0.8s pic4Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0.8s 1 normal running forwards;
    animation: 0.8s pic4Frame cubic-bezier(0.83, 0.97, 0.05, 1.44) 0.8s 1 normal running forwards;
}

.product-top .content .picture-box .pic1-box {
    width: 504px;
    height: 346px;
    position: absolute;
    top: 60px;
    right: 236px;
    overflow: hidden;
}

.product-top .content .picture-box .pic1-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: -346px;
    right: 0px;
}

.product-top .content .picture-box .pic2 {
    transform: scale(0.8);
    position: absolute;
    width: 208px;
    height: 572px;
    top: 40px;
    left: 60px;
}

.product-top .content .picture-box .pic3-box {
    transform: scale(0.7);
    position: absolute;
    width: 123px;
    height: 123px;
    bottom: 0px;
    right: 40px;
}

.product-top .content .picture-box .pic3-box img {
    width: 100%;
    height: 100%;
}

.product-top .content .picture-box .pic3-box span {
    display: inline-block;
    padding: 3px;
    background-color: tomato;
    border-radius: 5px;
    line-height: 22px;
    width: 63px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 0;
    right: 10px;
    opacity: 0;
}

.product-top .content .picture-box .pic4 {
    opacity: 0;
    position: absolute;
    width: 585px;
    height: 86px;
    bottom: 130px;
    left: 200px;
}

.product-top .nav-2 {
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.product-top .nav-2.nav-2-fixed {
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    border-bottom: 1px solid #e8eef1;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: auto;
    z-index: 999;
}

.product-top .nav-2.nav-2-fixed.top {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    top: 0;
}

.product-top .nav-2 .one-level {
    margin: 0 auto;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    width: 900px;
    border-bottom: 1px solid #e8eef1;
    /* margin-bottom: 40px; */
}

.product-top .nav-2.nav-2-fixed .one-level {
    border-bottom: none;
}

.product-top .nav-2 .one-level .item {
    padding: 22px 30px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.product-top .nav-2 .one-level a {
    font-size: 16px;
    color: #2e364e;
}

.product-top .nav-2 .one-level .item:hover {
    border-bottom: 1px solid #18dca7;
}

.product-top .nav-2 .one-level .item.active {
    border-bottom: 1px solid #3982f7;
}

.product-top .nav-2 .one-level .item.active a {
    color: #3982f7;
}

.product-top .nav-2 .one-level a img {
    width: 26px;
    margin-right: 15px;
}

.eo-modules {
    /* margin-bottom: -500px; */
}

.eo-modules .modules-top {
    text-align: center;
    padding-top: 55px;

    /* background-image: url(../../images/oa_new/product/index/modules-top.png); */
    /* background-image: url(../../images/oa_new/product/index/modules-top-new.png); */

    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.eo-modules .modules-top .title {
    font-size: 36px;
    color: #2e364e;
    margin: 0;
    padding-top: 84px;
}

.eo-modules .modules-top .second-title {
    font-size: 16px;
    color: #8a929e;
    padding: 18px 0 64px;
}

.eo-modules .modules-list {
    padding-bottom: 230px;
}

.eo-modules .modules-list.product-business {
    padding-bottom: 230px;
}

.eo-modules .modules-list.product-business #module2 {
    margin-top: 90px;
}

.eo-modules .modules-list.product-business #module4 {
    margin-top: -125px;
}

.eo-modules .modules-list.product-information #module8 {
    margin-top: 60px;
}

/* @media only screen and (max-height: 900px) {
    .eo-modules .modules-list {
        top: -400px;
    }
} */

.eo-modules .modules-list .modules-title {
    background-image: url(../../images/oa_new/product/index/modules-top-new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1146px;
}

.eo-modules .modules-list .modules-title .modules-item {
    padding-top: 92px;
}

.eo-modules .modules-list .modules-title.product-personal .modules-item {
    margin-bottom: 230px;
}

.eo-modules .modules-list .modules-title .modules-item .absolute {
    margin-top: 128px;
}

.eo-modules .modules-list .modules-title.product-personal .modules-item .absolute {
    margin-top: 156px;
}

.eo-modules .modules-list .modules-item {
    height: 700px;
    /* height: calc(100vh - 80px); */
    min-width: 1146px;
    position: relative;
}

.eo-modules .modules-list .modules-item#module6 .absolute {
    height: 588px;
}

.modules-item:nth-child(odd) .modules-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
}

.modules-item:nth-child(even) .modules-bg-img {
    position: absolute;
    right: 0;
    top: -10%;
    height: 120%;
    width: 100%;
}

.modules-item > .absolute {
    position: absolute;
    /* padding: 100px 0; */
    width: 100%;
    /* height: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    min-width: 1200px;
}

.modules-item > .absolute:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}

.modules-item:nth-child(odd) > .absolute > div {
    float: left;
}

.modules-item:nth-child(odd) .content-img {
    margin-right: 100px;
}

.modules-item:nth-child(even) > .absolute > div {
    float: right;
}

.modules-item:nth-child(even) .content-img {
    margin-left: 100px;
}

/* 姣忎釜椤甸潰澶撮儴鐨勭涓€涓壒娈� */
.modules-title .modules-item > .absolute > div {
    float: left;
    margin-left: 0;
    margin-right: 100px;
}

.modules-title .modules-item > .absolute > div.content-article {
    margin-right: 0;
}

.modules-title .modules-item .content-img {
    float: left;
}

.modules-item .q-content-img {
    position: relative;
}

.modules-item .q-content-img img {
    border-radius: 10px;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgba(138, 151, 188, 0.3);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: -200px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transform: translate(-204px, 0);
    opacity: 0;
}

.modules-item .q-content-img img.q2 {
    transform: translate(0, 95px) !important;
    opacity: 0;
    z-index: 3;
}

.modules-item .q-content-img img.q3 {
    opacity: 0;
    transform: translate(84px, -95px) !important;
}

.modules-item.hover .content-img img.q1 {
    -webkit-transition: right 700ms ease-out, opacity 300ms ease-in;
    -moz-transition: right 700ms ease-out, opacity 300ms ease-in;
    -o-transition: right 700ms ease-out, opacity 300ms ease-in;
    transition: right 700ms ease-out, opacity 300ms ease-in;
    right: 0;
    opacity: 1;
}

.modules-item.hover .content-img img.q2 {
    -webkit-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    -moz-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    -o-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    right: 0;
    opacity: 1;
}

.modules-item.hover .content-img img.q3 {
    -webkit-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    -moz-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    -o-transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    transition: right 700ms ease-out 0.2s, opacity 300ms ease-in 0.2s;
    right: 0;
    opacity: 1;
}

.modules-item .content-img {
    display: inline-block;
    height: 578px;
    width: 57%;
    padding-left: 70px;
    /* background-color: saddlebrown; */
    position: relative;
}

.modules-item .content-img img.p1 {
    width: 100%;
    box-shadow: 0 30px 80px 0 rgba(138, 151, 188, 0.25);
    border-radius: 20px;
}

.modules-item .content-img img.p2 {
    border-radius: 15px;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgba(138, 151, 188, 0.3);
    position: absolute;
    right: 0px;
    top: 60px;
    opacity: 0;
}

.modules-item .content-img img.p22 {
    border-radius: 15px;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgba(138, 151, 188, 0.3);
    position: absolute;
    right: 0px;
    top: 130px;
    opacity: 0;
}

.modules-item.hover .content-img img.p2 {
    -webkit-transition: right 500ms ease-out 0.4s, opacity 300ms ease-in 0.4s;
    -moz-transition: right 500ms ease-out 0.4s, opacity 300ms ease-in 0.4s;
    -o-transition: right 500ms ease-out 0.4s, opacity 300ms ease-in 0.4s;
    transition: right 500ms ease-out 0.4s, opacity 300ms ease-in 0.4s;
    right: 200px;
    opacity: 1;
}

.modules-item.hover .content-img img.p22 {
    -webkit-transition: right 500ms ease-out 0.6s, opacity 300ms ease-in 0.6s;
    -moz-transition: right 500ms ease-out 0.6s, opacity 300ms ease-in 0.6s;
    -o-transition: right 500ms ease-out 0.6s, opacity 300ms ease-in 0.6s;
    transition: right 500ms ease-out 0.6s, opacity 300ms ease-in 0.6s;
    right: 100px;
    opacity: 1;
}

.modules-item .content-img img.p3 {
    width: 255px;
    /* height: 257px; */
    position: absolute;
    left: 0px;
    top: 200px;
    opacity: 0;
}

.modules-item.hover .content-img img.p3 {
    transition: all 0.4s ease-out;
    top: 30px;
    opacity: 1;
}

.modules-item .content-img div.list {
    position: absolute;
    left: 60px;
    /* bottom: -100%; */
    top: 60px;
    opacity: 0;
}

.modules-item.hover .content-img div.list {
    transition: all 0.4s ease-out 0.2s;
    opacity: 1;
    text-align: left;
}

.modules-item .content-img div.list > div {
    padding-left: 20px;
    margin: 10px 0 10px 20px;
    color: #666666;
    font-size: 12px;
}

.modules-item .content-img div.list > div.active {
    color: #3982f7;
    border-left: 2px solid #3982f7;
}

.modules-item .content-article {
    padding-top: 50px;
    display: inline-block;
    height: 588px;
    width: 390px;
    /* border:1px solid salmon; */
    text-align: left;
}

.modules-item .content-article .part1 {
    font-size: 12px;
    color: #18dca7;
    line-height: 18px;
    margin-bottom: 10px;
}

.modules-item .content-article .part1 span {
    display: inline-block;
    width: 47px;
    margin-right: 5px;
    border-bottom: 3px solid #18dca7;
}

.modules-item .content-article .part2 {
    font-size: 24px;
    color: #2e364e;
}

.modules-item .content-article .part3 {
    margin: 26px 0;
}

.modules-item .content-article .part3 p {
    font-size: 14px;
    color: #8a929e;
    line-height: 24px;
    margin-bottom: 0;
}

.modules-item .content-article .part4 {
    margin: 26px 0 30px;
}

.modules-item .content-article .part4 div {
    margin-right: 25px;
}

.modules-item .content-article .part5 div {
    line-height: 24px;
    font-size: 12px;
    color: #8a929e;
}

/* 涓嬭浇涓績寮€濮� */
.download-host {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    overflow-x: hidden;
    padding-top: 64px;
    background-color: #fff;
}

.download-host::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 504px;
    top: -66px;
    left: -20%;
    z-index: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #fafafa;
}

.download-container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1024px;
    height: 100%;
}

.download-main-title {
    margin-bottom: 16px;
    color: #1f232a;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.download-sub-title {
    margin-bottom: 28px;
    color: #8a929e;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.download-btn {
    display: block;
    margin: auto;
    padding: 12px 50px;
    font-size: 18px;
    color: #fff;
}

.app-preview {
    width: 656px;
    height: 381px;
    margin: auto;
    margin-bottom: 16px;
    /* background-image: url($base-img-url+'app-preview.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.app-download-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.app-download-item {
    flex: 0 0 auto;
    width: 148px;
    margin-right: 128px;
    margin-bottom: 120px;
    cursor: pointer;
}

.app-download-item:last-child {
    margin-right: 0;
}

.app-download-item.hover-status .app-download-item-icon {
    border: 1px solid #b9c6e8;
    background-color: #fff;
}

.app-download-item.hover-status .download-item-sub-title {
    visibility: visible;
}

.app-download-item-icon {
    display: flex;
    width: 135px;
    height: 135px;
    margin: auto;
    margin-bottom: 32px;
    justify-content: center;
    align-items: center;
    background-color: #f6f5f8;
    border-radius: 50%;
}

.app-download-item-icon i.esp-icon {
    color: #3982f7;
    font-size: 56px;
}

.app-download-item-icon.download-mac-item,
.app-download-item-icon .download-windows-item:hover {
    /* i.esp-icon {
                color: rgba($color: $primary-color, $alpha: 1);
            } */
}

.app-download-item-icon.download-ios-item,
.app-download-item-icon.download-android-item {
    background-repeat: no-repeat;
    background-size: 0 0;
    background-position: center;
}

.app-download-item-icon.download-ios-item,
.app-download-item-icon.download-android-item:hover {
    /* &.download-ios-item {
                background-size: 70% 70%;
            }

            &.download-android-item {
                background-size: 70% 70%;
            }

            i.esp-icon {
                visibility: hidden;
            } */
}

/* .app-download-item-icon.download-ios-item {
    background-image: url($base-img-url+'ios.png');
}

.app-download-item-icon.download-android-item {
    background-image: url($base-img-url+'android.png');
} */

.app-download-item-title {
    color: #2e364e;
    font-size: 16px;
    text-align: center;
}

.app-download-item-title p {
    margin: 0;
}

.app-download-item-title .download-item-main-title {
    margin-bottom: 5px;
}

.app-download-item-title .download-item-sub-title {
    visibility: hidden;
    font-size: 14px;
    text-align: center;
    color: #8a929e;
}

/* 涓嬭浇涓績缁撴潫 */

/* 鍗冲埢寮€鍚〉闈㈡牱寮忓紑濮� */
.online-collaborative {
    padding: 0 0 60px 0;
}

.online-collaborative .online-header {
    background: url(../../images//oa/online/titleBgc.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 100px 0;
}

.online-collaborative .online-header > h1 {
    text-align: center;
    font-size: 32px;
    padding: 0 0 50px;
    position: relative;
    color: #ffffff;
}

.online-collaborative .online-header > h1::after {
    content: ' ';
    position: absolute;
    background-color: #00dea6;
    width: 78px;
    height: 4px;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.online-collaborative .online-header > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
}

.online-collaborative > .online {
    margin-top: 48px;
}

.online-collaborative > .online .line .must-select-icon {
    display: inline-block;
    width: 20px;
    color: red;
    font-size: 24px;
    margin-bottom: -10px;
    text-align: center;
}

.online-collaborative > .online .line .label,
.online-collaborative > .online .line input {
    font-size: 16px;
    color: #0f122e;
}

.online-collaborative > .online .line input::-webkit-input-placeholder {
    color: #c7c7d2 !important;
}

.online-collaborative > .online > .submit {
    justify-content: center;
}

.online-collaborative > .online > .submit button {
    background-color: #337ffb;
    width: 179px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 1;
    border-radius: 8px;
    border: none;
}

.online-collaborative > .online > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 450px;
    margin: 0 auto 30px;
    font-size: 14px;
}

.online-collaborative > .online > div .label {
    width: 84px;
    text-align: left;
    color: #888888;
}

.online-collaborative > .online > div .content {
    width: 340px;
    margin-left: 10px;
    display: inline-flex;
    justify-content: space-between;
}

.online-collaborative > .online > div .content input {
    width: 100%;
    height: 32px;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    opacity: 1;
    border-radius: 2px;
    padding-left: 10px;
}

.online-collaborative > .online > div .content.code input {
    width: calc(100% - 170px);
}

.online-collaborative > .online > div .content.code button {
    width: 150px;
    height: 33px;
    border: 1px solid #337ffb;
    opacity: 1;
    border-radius: 2px;
    color: #337ffb;
    background-color: white;
    font-size: 16px;
}

.online-collaborative > .online > div .content.code button.disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.online-collaborative .introduce-list {
    margin: 100px auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.online-collaborative .introduce-list > div {
    text-align: center;
    width: 360px;
    height: 431px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 8px;
    padding-top: 220px;
    position: relative;
    box-sizing: border-box;
}

.online-collaborative .introduce-list > div img {
    width: 120px;
    position: absolute;
    top: 60px;
    left: 120px;
}

.online-collaborative .introduce-list > div h1 {
    height: 33px;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin: 12px 0 30px;
    color: #4f4f4f;
}

.online-collaborative .introduce-list > div p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    opacity: 1;
}

/* 鍗冲埢寮€鍚〉闈㈡牱寮忕粨鏉� */

/* jquery select list 缇庡寲鍘熺敓 select 妗嗙殑鏍峰紡寮€濮� */
.select-wrapper {
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 240px;
    height: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    /* border: 1px solid #e3e3e3; */
}

.select-wrapper.focus {
    /* border: 1px solid #61b988; */
}

.select-button {
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 238px;
    height: 34px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-down {
    position: absolute;
    top: 21px;
    right: 12px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
}

.jquery-select-disabled {
    color: #cccccc;
}

.select-list {
    width: 238px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
}

.select-list ul li {
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: blue;
    background: rgb(234, 247, 255);
}

/* 涓嬫媺鍒楄〃涓嶅彲鐢ㄦ牱寮� */
.select-button-disable {
    color: #ccc;
    width: 238px;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
}

.select-down-disable {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 34px;
}

/* jquery select list 缇庡寲鍘熺敓 select 妗嗙殑鏍峰紡缁撴潫 */

/* 銆屽嵆鍒诲紑鍚€嶅浼犻〉鏍峰紡寮€濮� */
.invitation-apply {
    position: relative;
    margin-bottom: -2px;
}

.invitation-apply img {
    width: 100%;
}

.invitation-apply a {
    width: 11.2%;
    height: 2.9%;
    position: absolute;
    top: 13.8%;
    left: 44.38%;
}
.all-customer {
    position: absolute;
    bottom: 460px;
    left: 50%;
    margin-left: -71px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* 銆屽嵆鍒诲紑鍚€嶅浼犻〉鏍峰紡缁撴潫 */

@media only screen and (min-width: 1820px) {
    .modules-item .content-img img.p1 {
        max-width: 1050px;
    }

    .modules-item .content-img img.p2 {
        height: 100%;
        max-height: 522px;
    }

    .modules-item .content-img img.p2.pang {
        height: auto;
        max-width: 320px;
    }

    .modules-item .content-img img.p22 {
        height: 100%;
        max-height: 522px;
    }

    .modules-item .q-content-img img {
        height: 100%;
        max-height: 522px;
    }
}

@media only screen and (max-width: 1801px) {
    .modules-item .content-img img.p2 {
        height: 100%;
        max-height: 522px;
    }

    .modules-item .content-img img.p2.pang {
        height: auto;
        max-width: 320px;
    }

    .modules-item .content-img img.p22 {
        height: 100%;
        max-height: 522px;
    }

    .modules-item .q-content-img img {
        height: 100%;
        max-height: 522px;
    }
}

@media only screen and (max-width: 1680px) {
    .modules-item .content-img img.p2.pang {
        height: auto;
        max-width: 300px;
    }
}

@media only screen and (max-width: 1381px) {
    .modules-item .content-img img.p2.pang {
        height: auto;
        max-width: 280px;
    }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 820px) {
}
