:root {
    /* --hover-bgc: #18DCA7; */
    /* --main-blue: #3982F7; */
    --main-blue: #2D4FB4;

    --hover-bgc: #4261BB;
    --title_a: #262D43;
    --text-color: #5d6070;
    --explain-text: #8e929a;

    --hoverWindow: #0451bf;
    --iconColor: #c1d9d7;
    /* --mask: #0f0101; */
    --bigBackground: #f3f5f7;
    --white: #fff;

    --assist-blue: #2D4FB4;
}

.we-com-container {
    width: 100%;
    min-width: 1200px;
}

/* header */
.we-com-container .header {
    position: relative;
    height: 624px;
    /* background-image: url(../../../images/oa/weCom/wechatBanner.png); */
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.we-com-container .header .bg {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    
}

.we-com-container .header .bgBody {
    width: 1920px;
    position: absolute;
    right: -300px;
}

.we-com-container .header .content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.we-com-container .header .content .left {
    flex: 1 1 auto;
    padding: 155px 0 135px;
    position: relative;
    z-index: 11;
}

.we-com-container .header .content .left .title {
    font-size: 36px;
    color: #ffffff;
}

.we-com-container .header .content .left .description {
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0 72px;
}

.we-com-container .header .content .left .register {
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--main-blue);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    color: #fff;
}

.we-com-container .header .content .left .install,
.we-com-container .header .content .left .register-we-com {
    width: 168px;
    height: 50px;
    border: 1px solid #ffffff;
    /* background: #3982f7; */
    margin-left: 28px;
    background-color: transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.5s;
}

.we-com-container .header .content .left .install:hover,
.we-com-container .header .content .left .register-we-com:hover {
    background-color: var(--hover-bgc);
    border: none;
}

.we-com-container .header .content .left .install {
    position: relative;
}

.we-com-container .header .content .left .install:hover .hover-box {
    display: block;
}

.we-com-container .header .content .left .install .hover-box {
    position: absolute;
    top: 50px;
    left: 0;

    display: none;

    width: 628px;
    height: 391px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(22, 39, 107, 0.078);
    border-radius: 8px;
    overflow: hidden;
    z-index: 100;
}

.we-com-container .header .content .left .install .hover-box ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.we-com-container .header .content .left .install .hover-box li {
    padding: 0 20px;
    flex: 1 1 auto;
    display: flex;
}


.we-com-container .header .content .left .install .hover-box li .column-content {
    display: flex;
    color: black;

    flex: 1 1 auto;
    align-items: center;
    border-bottom: 1px solid #e8eef1;
    cursor: auto;
}

.we-com-container .header .content .left .install .hover-box li:hover {
    background-color: rgb(244, 244, 244);
}

.we-com-container .header .content .left .install .hover-box li:hover div.button{
    /* display: inline-block; */
    opacity: 1;
    transition: all 1s;
}

.we-com-container .header .content .left .install .hover-box li:last-of-type {
    border-bottom: none;
}

.we-com-container .header .content .left .install .hover-box li img {
    flex: 0 0 36px;
    height: 36px;
    margin-right: 23px !important;
}

.we-com-container .header .content .left .install .hover-box li div.hover-li-content {
    flex: 1 1 auto;
}

.we-com-container .header .content .left .install .hover-box li div.hover-li-content p {
    font-size: 12px;
    line-height: 17px;
    color: #8a929e;
}

.we-com-container .header .content .left .install .hover-box li div.hover-li-content p:first-of-type {
    font-size: 14px;
    line-height: 21px;
    color: #2e364e;
    margin-bottom: 4px;
}

.we-com-container .header .content .left .install .hover-box li div.button {
    /* display: none; */
    opacity: 0;
    flex: 0 0 164px;
    height: 34px;

    border-radius: 2px;

    background-image: url(../../../images/oa/weCom/we-com-hover/install_white_small_2x.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    cursor: pointer;
}

.we-com-container .header .content .left .install .hover-box li div.button img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    display: none;
}

.we-com-container .header .content .left .install .hover-box li div.button span {
    font-size: 14px;
    line-height: 20px;
    color: #3982f7;
    vertical-align: bottom;
    display: none;
}

.we-com-container .header .content .right {
    flex: 0 0 200px;
}

.we-com-container .header .content .right img {
    width: 500px;
    margin-top: 70px;
}

/* header 下面的优势 */
.we-com-container .advantage {
    position: relative;
    width: 1200px;
    height: 153px;
    margin: 0 auto;
    margin-top: -64px;

    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(22, 39, 107, 0.078);
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    z-index: 10;
}

.we-com-container .advantage .item {
    flex: 1 1 auto;
    text-align: center;
    cursor: pointer;
}

.we-com-container .advantage .item.active {
    background: rgba(57, 130, 247, 0.1);
}

.we-com-container .advantage .item img {
    width: 48px;
    height: 48px;
    margin: 22px 0 12px;
}

.we-com-container .advantage .item p {
    text-align: center;
    font-size: 12px;
    color: #8a929e;
}

.we-com-container .advantage .item p:first-of-type {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #2e364e;
}

.we-com-container .advantage .item.active p:first-of-type {
    color: #3982f7;
}

/* 用户使用步骤 */
.we-com-container .use-steps {
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
}

.we-com-container .use-steps .index {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #3982f7;
    font-size: 24px;
    line-height: 34px;
    text-align: right;
    color: #fff;
    align-items: center;
    position: relative;

    display: flex;
    justify-content: center;
}

.we-com-container .use-steps .text {
    margin-left: 16px;
    font-size: 14px;
    line-height: 21px;
    color: #2e364e;
}

.we-com-container .use-steps .steps-top > .step-2-content {
    width: 342px;
    height: 60px;
    padding-top: 8px;
    margin-left: 588px;
    margin-bottom: 36px;
    opacity: 0.4;

    display: flex;
    align-items: flex-start;
}

.we-com-container .use-steps .steps-top > .step-2-content.active {
    opacity: 1;
}

.we-com-container .use-steps .steps-top > .step-2-content > .index:before {
    content: '';
    display: block;
    width: 3px;
    height: 52px;
    background: #3982f7;
    position: absolute;
    border-radius: 1.5px;
    top: 0;
    transform: translateY(75%);
}

.we-com-container .use-steps img {
    width: 355px;

    position: absolute;
    top: 270px;

    opacity: 0.4;
    cursor: pointer;
}

.we-com-container .use-steps img.active {
    opacity: 1;
}

.we-com-container .use-steps img.first-step {
    left: 33px;
}

.we-com-container .use-steps img.second-step {
    left: 430px;
}

.we-com-container .use-steps img.third-step {
    left: 820px;
}

.we-com-container .use-steps .steps-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 22px;
}

.we-com-container .use-steps .steps-bottom > .step-1-content {
    width: 342px;
    height: 60px;
    padding-top: 8px;
    margin-left: 170px;
    opacity: 0.4;

    align-items: flex-start;
    display: flex;
}

.we-com-container .use-steps .steps-bottom > .step-1-content.active {
    opacity: 1;
}

.we-com-container .use-steps .steps-bottom > .step-1-content .index:before {
    content: '';
    display: block;
    width: 3px;
    height: 52px;
    background: #3982f7;
    position: absolute;
    border-radius: 1.5px;
    top: 0;
    transform: translateY(-98%);
}

.we-com-container .use-steps .steps-bottom > .step-3-content {
    width: 342px;
    height: 60px;
    padding-top: 8px;
    margin-right: 180px;
    opacity: 0.4;

    display: flex;
    align-items: flex-start;
}

.we-com-container .use-steps .steps-bottom > .step-3-content.active {
    opacity: 1;
}

.we-com-container .use-steps .steps-bottom > .step-3-content .index {
    margin-left: 16px;
}

.we-com-container .use-steps .steps-bottom > .step-3-content .index:before {
    content: '';
    display: block;
    width: 3px;
    height: 52px;
    background: #3982f7;
    position: absolute;
    border-radius: 1.5px;
    top: 0;
    transform: translateY(-95%);
}

/* 内外协同 */
.we-com-container .cooperate .title {
    height: 365px;

    background-image: url(../../../images/oa/weCom/cooperate-title-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    text-align: center;
    padding-top: 55px;
}

.we-com-container .cooperate .title p {
    text-align: center;
}

.we-com-container .cooperate .title .first {
    font-size: 24px;
    color: #2e364e;
    margin-bottom: 12px;
}

.we-com-container .cooperate .title .second {
    font-size: 14px;
    color: #8a929e;
    margin-bottom: 55px;
}

.we-com-container .cooperate .title .icons img {
    width: 120px;
    height: 120px;
}

.we-com-container .cooperate .title .icons img.exchange {
    width: 40px;
    height: 40px;
    margin: 0 35px;
}

.we-com-container .cooperate .description .top {
    width: 100%;
    height: 1066px;
    margin: 0 auto;
    margin-top: 71px;
    padding-top: 75px;

    background-image: url(../../../images/oa/weCom/cooperate-bg-1.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.we-com-container .cooperate .description .top .top-content .second .left {
    margin-top: 148px;
}
.we-com-container .cooperate .description .top .top-content .second .right {
    margin-top: 180px;
}

.we-com-container .cooperate .description .item {
    width: 452px;
    height: 113px;
    margin-bottom: 20px;
}

.we-com-container .cooperate .description .item img {
    width: 26px;
    height: 26px;
}

.we-com-container .cooperate .description .item > div span {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    vertical-align: middle;
}

.we-com-container .cooperate .description .item > p {
    font-size: 14px;
    line-height: 21px;
    color: #8a929e;
    margin-top: 20px;
}

.we-com-container .cooperate .description .left,
.we-com-container .cooperate .description .right {
    width: 49.8%;
    height: 415px;
    display: inline-block;
    position: relative;
}

.we-com-container .cooperate .description .left {
    float: left;
}

.we-com-container .cooperate .description .right {
    float: right;
}

.we-com-container .cooperate .description .left .data-img,
.we-com-container .cooperate .description .right .data-img {
    width: 480px;
    height: 415px;
    float: right;
}

.we-com-container .cooperate .description .left .data-img {
    float: left;
}

.we-com-container .cooperate .description .top .top-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.we-com-container .cooperate .description .wave-icon {
    animation: wave 3s infinite;
}

.we-com-container .cooperate .description .wave-icon.wave-delay {
    animation-delay: 0.6s;
}

@keyframes wave {
    0% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, 14px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
}

.we-com-container .cooperate .description .top .top-content .first .right .icon-1 {
    position: absolute;
    top: 260px;
    left: 100px;
}

.we-com-container .cooperate .description .top .top-content .first .right .icon-2 {
    position: absolute;
    top: 322px;
    left: 192px;
}

.we-com-container .cooperate .description .top .top-content .second .left .icon-3 {
    position: absolute;
    top: 40px;
    left: -17px;
}

.we-com-container .cooperate .description .top .top-content .second .left .icon-4 {
    position: absolute;
    top: 100px;
    left: 405px;
}

.we-com-container .cooperate .description .bottom .bottom-content .right .icon-5 {
    position: absolute;
    top: 75px;
    left: 130px;
}

.we-com-container .cooperate .description .bottom .bottom-content .right .icon-6 {
    position: absolute;
    top: 170px;
    left: 75px;
}

.we-com-container .cooperate .description .bottom {
    width: 100%;
    height: 565px;
    margin: 0 auto;

    background-image: url(../../../images/oa/weCom/cooperate-bg-2.png);
    background-size: 50% 50%;
    background-position: right;
    background-repeat: no-repeat;
}

.we-com-container .cooperate .description .bottom .bottom-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 98px;
}

.we-com-container .cooperate .description .bottom .bottom-content .left {
    margin-top: 50px;
}

/* 互通 */
.we-com-container .interflow {
    width: 100%;
    height: 752px;
    background: linear-gradient(1.54deg, #eef4ff 1.11%, rgba(255, 255, 255, 0) 111.08%);
}

.we-com-container .interflow .heading {
    text-align: center;
    font-size: 24px;
    color: #2e364e;
    margin: 65px 0 82px;
}

.we-com-container .interflow .description {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;

    display: flex;
    flex-wrap: wrap;
}

.we-com-container .interflow .description .item {
    flex: 0 0 533px;
    height: 170px;
    margin-bottom: 88px;
    position: relative;

    background: #ffffff;
    border-radius: 8px;

    padding: 30px 36px 26px 65px;
    box-sizing: border-box;
}

.we-com-container .interflow .description .item:nth-of-type(odd) {
    margin: 0 99px 0 35px;
}

.we-com-container .interflow .description .item img {
    position: absolute;
    top: -35px;
    left: -35px;
}

.we-com-container .interflow .description .item .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.we-com-container .interflow .description .item .content {
    font-size: 14px;
    color: #8a929e;
    line-height: 20px;
}

/* 连接 */
.we-com-container .link {
    background-image: url(../../../images/oa/weCom/link-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;

    height: 396px;
}

.we-com-container .link .content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 65px;
}

.we-com-container .link .content .title p {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.we-com-container .link .content .title p:first-of-type {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 12px;
}

.we-com-container .link .content .description {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -50px;
    width: 1200px;
}

.we-com-container .link .content .description .item {
    flex: 0 0 365px;
    height: 193px;
    background: #ffffff;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 20px rgba(22, 39, 107, 0.078));
    position: relative;

    box-sizing: border-box;
    padding: 51px 20px 0 25px;
}

.we-com-container .link .content .description .item img {
    width: 98px;
    height: 98px;
    position: absolute;
    top: -67px;
    left: 8px;
}

.we-com-container .link .content .description .item p {
    font-size: 14px;
    color: #8a929e;
    line-height: 20px;
}

.we-com-container .link .content .description .item p:first-of-type {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

/* 赋能 */
.we-com-container .energize {
    width: 1200px;
    height: 890px;
    margin: 120px auto 0;

    background-image: url(../../../images/oa/weCom/energize-bg.png);
    background-position: top left;
    background-size: 76% 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.we-com-container .energize .title {
    padding-top: 73px;
}

.we-com-container .energize .title p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #8a929e;
}

.we-com-container .energize .title p:first-of-type {
    font-size: 24px;
    line-height: 34px;
    color: #2e364e;
    margin-bottom: 12px;
}

.we-com-container .energize .description .row {
    width: 100%;
    height: 134px;

    margin-bottom: 23px;
}

.we-com-container .energize .description .row.first {
    margin-top: 76px;
}

.we-com-container .energize .description .row .item {
    width: 381px;
    height: 134px;
    background: #ebf2fe;
    box-shadow: 0px 2px 4px rgba(22, 39, 107, 0.05);
    border-radius: 8px 8px 0px 8px;

    float: right;

    box-sizing: border-box;
    padding: 33px 85px 0 38px;
}

.we-com-container .energize .description .row .item:first-of-type {
    float: left;
}

.we-com-container .energize .description .row .item p {
    font-size: 14px;
    line-height: 20px;
    /* color: #5D6070; */
    color: var(--text-color);
}

.we-com-container .energize .description .row .item p:first-of-type {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;
}

/* 场景 */
.we-com-container .scene {
    margin-top: -73px;
    height: 1155px;
    background: linear-gradient(348.3deg, rgba(219, 231, 255, 0.49) 10.77%, rgba(219, 231, 255, 0) 91.66%);
}

.we-com-container .scene .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #2e364e;
    margin-bottom: 37px;
}

.we-com-container .scene .description {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.we-com-container .scene .description .heading {
    position: relative;
}

.we-com-container .scene .description .heading > div {
    display: inline-block;
    height: 53px;

    background-image: url(../../../images/oa/weCom/scene-title-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    width: 181px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 9px;

    padding-left: 48px;
    line-height: 53px;
    vertical-align: bottom;
    font-size: 16px;
    cursor: pointer;
}

.we-com-container .scene .description .heading div.active {
    color: #ffffff;

    z-index: 1;

    background-image: url(../../../images/oa/weCom/scene-title-active-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.we-com-container .scene .description .heading div.bill {
    margin-left: -36px;
}

.we-com-container .scene .description .content {
    width: 1152px;
    height: 580px;
    z-index: 2;

    position: relative;

    background-color: var(--main-blue);
    box-shadow: 0px 20px 50px rgba(22, 39, 107, 0.078);
    border-radius: 0px 16px 16px 16px;

    padding: 50px 432px 0 53px;
}

.we-com-container .scene .description .content > div {
    display: none;
}

.we-com-container .scene .description .content > div.active {
    display: block;
}

.we-com-container .scene .description .content .signature .introduction {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 60px;
}

.we-com-container .scene .description .content .signature .signature-row {
    margin-bottom: 30px;
}

.we-com-container .scene .description .content .signature .signature-row .item {
    width: 330px;
    height: 100px;
    padding: 10px;
    display: inline-block;
}

.we-com-container .scene .description .content .signature .signature-row .item p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.we-com-container .scene .description .content .signature .signature-row .item p:first-of-type {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.we-com-container .scene .description .content .bill .introduction {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.we-com-container .scene .description .content .bill .bill-content {
    margin-top: 20px;
}

.we-com-container .scene .description .content .bill .bill-content img {
    width: 37px;
    height: 343px;
    display: inline-block;
    position: static;
}

.we-com-container .scene .description .content .bill .item-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 28px;
}

.we-com-container .scene .description .content .bill .item {
    width: 345px;
    height: 100px;
}

.we-com-container .scene .description .content .bill .item:last-of-type {
    margin-top: 21px;
}

.we-com-container .scene .description .content .bill .item p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.we-com-container .scene .description .content .bill .item p:first-of-type {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.we-com-container .scene .description .signature-append {
    width: 416px;
    height: 574px;
    position: absolute;
    bottom: -73px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(22, 39, 107, 0.1);
    border-radius: 16px;

    display: none;
}

.we-com-container .scene .description .signature-append.active {
    display: block;
}

.we-com-container .scene .description .bill-append {
    width: 585px;
    height: 270px;
    position: absolute;
    bottom: 151px;
    right: -40px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(22, 39, 107, 0.1);
    border-radius: 16px;

    display: none;
}

.we-com-container .scene .description .bill-append.active {
    display: block;
}

.we-com-container .scene .description img {
    width: 783px;
    height: 255px;
    position: absolute;
    bottom: 0;

    z-index: 3;
}

/* 客户 */
.we-com-container .customers {
    margin-top: -228px;
}

.we-com-container .customers .title p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8a929e;
}

.we-com-container .customers .title p:first-of-type {
    font-size: 24px;
    line-height: 34px;
    color: #2e364e;
    margin-bottom: 12px;
}

/* logo - swiper */
.we-com-container .swiper-container {
    width: 1200px;
    height: 260px;
    margin: 36px auto 135px;
    padding-top: 23px;
    box-sizing: border-box;

    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.078);
    border-radius: 16px;
}

.we-com-container .swiper-container .swiper-slide table td {
    text-align: center;
}

.we-com-container .swiper-container .swiper-slide img {
    width: 241px;
    height: 82px;
}

.we-com-container .logo_list_line {
    width: 1px;
    height: 32px;
    background-color: #e5e5e5;
}
