page {
    background: #f2f4f7;
}
.banner {
    width: 100%;
    height: 450px;
    background: url(/p/style/web/zt/img/linghuo/lhBanner.png) no-repeat center;
    background-size: cover;
}
.swiper-wrapper {
    transition-timing-function: linear !important; /* 禁止动画 */
}
.banner .box {
    position: relative;
}
.banner .left {
    margin-top: 75px;
}
.banner .left .title {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 51px;
}
.banner .left .desc {
    width: 404px;
    height: 48px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #d0d1d3;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
    margin-bottom: 36px;
}
.banner .left .btn {
    width: 214px;
    height: 40px;
    background: #00b38a;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banner .left .btn .icon {
    width: 16px;
    height: 10px;
    margin-right: 8px;
    animation: moveIcon 1s infinite;
}
@keyframes moveIcon {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(4px);
    }
}
.banner .right {
    width: 506px;
    height: 291px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    margin-top: 49px;
}
.banner .right .leftForm {
    width: 288px;
}
.banner .right .leftForm .title {
    font-weight: bold;
    font-size: 16px;
    color: #181c29;
    line-height: 20px;
    margin-top: 24px;
    margin-left: 39px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
}
.banner .right .leftForm .title span {
    color: #00b38a;
    position: relative;
    font-weight: bold;
}
.banner .right .leftForm .title span::before {
    content: "";
    position: absolute;
    background: #00b38a;
    bottom: -5px;
    background: url(/p/style/web/zt/img/linghuo/tipsIcon.png) no-repeat center;
    width: 64px;
    height: 4.91px;
    background-size: 100% 100%;
}
.banner .right .leftForm .name,
.banner .right .leftForm .phone {
    margin-top: 20px;
    margin-left: 24px;
    width: 240px;
    height: 40px;
    background: #f2f4f7;
    border-radius: 4px 4px 4px 4px;
    padding: 0 14px;
    display: inline-block;
}
.banner .right .leftForm .phone {
    margin-top: 16px;
    margin-bottom: 20px;
}
.banner .right .leftForm .btn {
    margin-left: 24px;
    width: 240px;
    height: 40px;
    background: #00b38a;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 32px;
}
.banner .right .leftForm .gd_swiper {
    height: 15px;
}
.gd_swiper .swiper-slide {
    font-weight: 400;
    font-size: 12px;
    color: #636977;
    line-height: 14px;
    width: auto;
    margin-left: 24px;
    flex-shrink: 0;
}
.gd_swiper .swiper-slide span {
    color: #00b38a;
}

.banner .right .rightCode {
    width: 218px;
    height: 100%;
    background: #f2f4f7;
    border-radius: 4px 4px 4px 4px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}
.banner .right .rightCode .title {
    font-weight: bold;
    font-size: 16px;
    color: #181c29;
    margin-top: 24px;

    line-height: 20px;
}
.banner .right .rightCode .kuang {
    margin-top: 18px;
    background: url("/p/style/web/zt/img/linghuo/saokuang.png") no-repeat center;
    width: 150px;
    height: 150px;
    background-size: cover;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.banner .right .rightCode .kuang .ewm {
    width: 130px;
    height: 130px;
}
.banner .right .rightCode .desc {
    font-weight: 400;
    font-size: 13px;
    color: #636977;
    line-height: 20px;
    width: 124px;
    margin-top: 15px;
}
.scan-line {
    position: absolute;
    top: -58px;
    left: 5px;
    width: 140px;
    height: 2px;
    height: 58px;
    animation: scan 3s infinite;
    background: linear-gradient(180deg, rgba(0, 179, 138, 0) 0%, #00b38a 100%);
    border-radius: 0px 0px 0px 0px;
}
@keyframes scan {
    0% {
        display: block;
        top: -58px;
    }

    100% {
        top: 100%;
        display: none;
    }
}

.banner .box .tab {
    position: absolute;
    bottom: -511px;
    height: 112px;
    width: 100%;
    padding: 20px 24px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.banner .box .tab .tab_item img {
    width: 50px;
    height: 50px;
}
.banner .box .tab .tab_item .content {
    margin-left: 16px;
}
.banner .box .tab .tab_item .content .title {
    font-weight: bold;
    font-size: 18px;
    color: #181c29;
    line-height: 24px;
}
.banner .box .tab .tab_item .content .desc {
    font-weight: 400;
    font-size: 13px;
    color: #636977;
    line-height: 20px;
    width: 190px;
}
.title_H2 {
    font-weight: bold;
    font-size: 30px;
    color: #181c29;
    line-height: 38px;
    text-align: center;
}
.issue {
    background: #f2f4f7;
    padding-top: 110px;
}
.issue .box .tab {
    margin-top: 50px;
    margin-bottom: 81px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.issue .box .tab .tab_item {
    width: 384px;
    height: 380px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.issue .box .tab .tab_item:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    /* 整体向上移动10px动画 */
    transform: translateY(-8px);
}
.issue .box .tab .tab_item .title_box {
    width: 100%;
    height: 152px;
    padding: 36px 32px 0 32px;
}
.issue .box .tab .tab_item .title_box .title {
    font-weight: bold;
    font-size: 22px;
    color: #ff5f00;
    line-height: 28px;
}
.issue .box .tab .tab_item .title_box .desc {
    font-weight: 400;
    font-size: 16px;
    color: #636977;
    line-height: 26px;
    margin-top: 12px;
}

.issue .box .tab .tab_item .fangan {
    width: 100%;
    height: 227px;
    background: url("/p/style/web/zt/img/linghuo/issue4.png") no-repeat center;
    background-size: cover;
    padding: 47px 36px 36px;
}
.issue .box .tab .tab_item .fangan .title {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 12px;
}

.issue .box .tab .tab_item .fangan .desc {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.issue .box .tab .tab_item:first-child {
    background: url("/p/style/web/zt/img/linghuo/issue1.png") no-repeat;
    background-size: 120px 120px;
    background-color: #fff;
    background-position-x: right;
    background-position-y: 84px;
}
.issue .box .tab .tab_item:nth-child(2) {
    background: url("/p/style/web/zt/img/linghuo/issue2.png") no-repeat;
    background-size: 120px 120px;
    background-color: #fff;
    background-position-x: right;
    background-position-y: 84px;
}
.issue .box .tab .tab_item:last-child {
    background: url("/p/style/web/zt/img/linghuo/issue3.png") no-repeat;
    background-size: 120px 120px;
    background-color: #fff;
    background-position-x: right;
    background-position-y: 84px;
}
.outcome {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
}
.outcome .banner {
    height: 240px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
    background: url("/p/style/web/zt/img/linghuo/outcomeBanner.png") no-repeat center;
    background-size: cover;
}
.outcome .desc {
    font-weight: 400;
    font-size: 14px;
    color: #636977;
    line-height: 24px;
}
.server {
    background: #f2f4f7;
    padding-top: 60px;
    padding-bottom: 80px;
}
.server .content {
    margin-top: 58px;
    justify-content: space-between;
}
.server .content .left {
    width: 934px;
    /* display: flex;
    justify-content: space-between; */
}
.server .content .left .tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.server .content .left .tab .tab_item {
    width: 462px;
    height: 162px;
    box-sizing: border-box;
}
.server .content .left .tab .tab_item:first-child {
    width: 462px;
    height: 162px;
    background: url("/p/style/web/zt/img/linghuo/1.jpg") no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.server .content .left .tab .tab_item:last-child {
    width: 462px;
    height: 162px;
    border-radius: 4px;

    background: url("/p/style/web/zt/img/linghuo/2.jpg") no-repeat;
    background-size: cover;
}
.server .content .left .tab .tab_item .item {
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(270deg, rgba(24, 28, 41, 0.3) 0%, #181c29 100%);
}
.server .content .left .tab .tab_item .title {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 12px;
}
.server .content .left .tab .tab_item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.server .content .left .tab .tab_item .item:hover {
    background: linear-gradient(270deg, rgba(0, 179, 138, 0.8) 0%, #00b38a 100%);
}
.server .content .left .grid {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
}
.server .content .left .grid .grid-item {
    width: 226px;
    height: 132px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 24px;
    position: relative;
    cursor: pointer;
}
.server .content .left .grid .grid-item .title {
    font-weight: bold;
    font-size: 18px;
    color: #181c29;
    line-height: 24px;
}

.server .content .left .grid .grid-item .desc {
    font-weight: 400;
    font-size: 13px;
    color: #636977;
    line-height: 24px;
    margin-top: 12px;
    letter-spacing: normal !important;
}
.server .content .left .grid .grid-item .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 24px;
    top: 22px;
}
.server .content .left .grid .grid-item:first-child .icon {
    background: url("/p/style/web/zt/img/linghuo/01.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:nth-child(2) .icon {
    background: url("/p/style/web/zt/img/linghuo/02.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:nth-child(3) .icon {
    background: url("/p/style/web/zt/img/linghuo/03.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:nth-child(4) .icon {
    background: url("/p/style/web/zt/img/linghuo/04.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:nth-child(5) .icon {
    background: url("/p/style/web/zt/img/linghuo/05.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:nth-child(6) .icon {
    background: url("/p/style/web/zt/img/linghuo/06.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:nth-child(7) .icon {
    background: url("/p/style/web/zt/img/linghuo/07.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:nth-child(8) .icon {
    background: url("/p/style/web/zt/img/linghuo/08.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:hover {
    background: #00b38a;
}

.server .content .left .grid .grid-item:hover .title {
    color: #fff;
}
.server .content .left .grid .grid-item:hover .desc {
    color: #b3e9dc;
}

.server .content .left .grid .grid-item:hover:nth-child(1) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon1.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:hover:nth-child(2) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon2.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:hover:nth-child(3) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon3.png") no-repeat center;
    background-size: 28px 28px;
}
.server .content .left .grid .grid-item:hover:nth-child(4) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon4.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:hover:nth-child(5) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon5.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:hover:nth-child(6) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon6.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:hover:nth-child(7) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon7.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .left .grid .grid-item:hover:nth-child(8) .icon {
    background: url("/p/style/web/zt/img/linghuo/icon8.png") no-repeat center;
    background-size: 28px 28px;
}

.server .content .right {
    width: 260px;
    height: 446px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    background: #fff;
    padding: 20px 24px;
}
.server .content .right .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 21px;
    line-height: 23.39px;
}
.server .content .right .ul {
    overflow: scroll;
    height: 364px;
}
.server .content .right .ul .item {
    padding: 0 10px;

    position: relative;
}
.server .content .right .ul .item a {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #636977;
    line-height: 24px;
    margin-bottom: 10px;
    /* 超出一行隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    white-space: nowrap;
    display: inline-block;
}
.server .content .right .ul .item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #636977;
    top: 10px;
    left: 0px;
}
.server .content .right .ul .item a:hover {
    color: #00b38a;
}

.platform {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}
.platform .tab {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
    flex-wrap: wrap;
}
.platform .tab .tab_item {
    width: 588px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(0, 179, 138, 0.1);
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 24px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eaedf3;
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
}
.platform .tab .tab_item:hover {
    border: 1px solid #00b38a;
    /* 向上移动-8px */
    /* transform: translateY(-8px); */
}
.platform .tab .tab_item img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}
.platform .tab .tab_item .content {
    width: 432px;
}
.platform .tab .tab_item .content .title {
    font-weight: bold;
    font-size: 22px;
    color: #181c29;
    line-height: 28px;
}
.platform .tab .tab_item .content .desc {
    font-weight: 400;
    font-size: 14px;
    color: #636977;
    line-height: 24px;
}
.all {
    width: 100%;
    height: 616px;
    background: url(/p/style/web/zt/img/linghuo/all.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
}
.all .title_H2 {
    color: #fff;
}
.all .content {
    margin-top: 50px;
    height: 388px;
    width: 100%;
}
.all .content .left {
    width: 216px;
    height: 388px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 35px;
    padding: 14px 0;
}
.all .tabs .tab_item {
    width: 216px;
    height: 48px;
    background: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}

.all .tabs .tab_item.active {
    background: #00b38a;
    color: #fff;
}

.all .tabs .tab_item img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.all .tabs .tab_item .title {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 28px;
}

.all .tabs .tab_item.active .title {
    color: #fff;
}
.all .content .right .title {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 14px;
}
.all .content .right .desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.all .content .right .item-tab {
    align-items: center;
    height: 31px;
}

.all .content .right .item-tab .title {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}
.all .content .right .item-tab .text {
    height: 31px;
    padding: 0 11px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    margin-left: 8px;
    border-radius: 31px;
}

.all .content .right .item-tab .desc2 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 4px;
}

.all .content .right .item-tab .desc2 span {
    color: #fff;
    font-weight: bold;
    margin-right: 3px;
    font-size: 15px;
    line-height: 24px;
}
.scheme {
    align-items: flex-start !important;
}
.all .content .right .scheme .title,
.all .content .right .title {
    margin: 0 !important;
}
.all .content .right .scheme {
    margin-top: 30px;
    margin-bottom: 30px;
}
.all .content .right .effect {
    height: 31px;
    display: flex;
    align-self: center;
}
.all .content .right .effect .title {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 31px;
    margin: 0;
}
.all .content .right .effect .effectItem {
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ffffff;
    line-height: 31px;
    padding: 0 11px;
    font-size: 14px;
    color: #00b38a;
    margin-left: 8px;
}

#icon_menu_module,
.pc-visitor-header,
.submit-btn-wrap,
#mini-btn {
    background: #00b38a !important;
}

.autoPadding {
    padding: 60px 0 80px;
}
.receive {
    background: #f2f4f7;
}

.receive .title_H2:first-child {
    margin-bottom: 10px;
    color: #00b38a;
}
.receive .content {
    margin-top: 50px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.receive .content input {
    width: 420px;
    height: 70px;
    background: #ffffff;
    border-radius: 7px 7px 7px 7px;
    padding: 21px 24px;
    font-size: 22px;
    box-sizing: border-box;
}
.receive .content input:first-child {
    margin-right: 36px;
}

/* input 获取光标后添加边框背景色 */
.receive .content input:focus {
    border: 1px solid #00b38a;
}

.receive .btn {
    width: 340px;
    height: 70px;
    background: #00b38a;
    border-radius: 4px 4px 4px 4px;
    font-size: 22px;
    color: #ffffff;
    margin: 40px auto;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}
.case {
    background: #fff;
}
.case .desc {
    font-weight: 400;
    font-size: 16px;
    color: #636977;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 31px;
}
.case .desc span {
    color: #181c29;
}

.case .banner {
    width: 1239px;
    height:431px;
    background: url("/p/style/web/zt/img/linghuo/caseBanner.png") no-repeat center;
    background-size:cover;
}
.partner {
    background: #f2f4f7;
}
.partner .content {
    margin-top: 30px;
    background: url("/p/style/web/zt/img/linghuo/lastBanner.png") no-repeat top;
    background-size: cover;
    width: 100%;
    height: 445px;
}
.partner .content .tab {
    display: flex;
    padding: 20px 66px 48px 73px;
    justify-content: space-between;
}
.partner .content .tab .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner .content .tab .item .title {
    color: #00b38a;
    font-weight: bold;
    font-size: 36px;
    color: #00b38a;
    line-height: 42px;
    margin-bottom: 16px;
}
.partner .content .tab .item .title span {
    color: #181c29;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}
.partner .content .tab .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #636977;
    line-height: 20px;
}
.par-swiper {
    width: 384px;
    height: 240px;
    border-radius: 4px;
    padding: 36px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    background: url("/p/style/web/zt/img/linghuo/icons.png") no-repeat center;
    background-size: 53.66px 44px;
    background-color: #fff;
    background-position-x: 24px;
    background-position-y: 24px;
}
.par-swiper .desc {
    font-weight: 400;
    font-size: 16px;
    color: #181c29;
    line-height: 26px;
}
.par-swiper .name {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    color: #00b38a;
    line-height: 26px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    top: 178px;
    right: 36px;
}
.mySwiper {
    width: 1200px;
}
.footer {
    padding-bottom: 100px;
}
.fixed_bot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url("/p/style/web/zt/img/linghuo/newTip.png") no-repeat center;
    z-index: 1;
    background-size: cover;
}
.fixed_bot .yydb {
    position: relative;
}

.yydb-inp {
    width: 300px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    padding: 0 2px 0 14px;
    position: absolute;
    top: 50px;
    left: 554px;
}

.yydb-inp input {
    float: left;
    width: 200px;
    line-height: 36px;
}

.yydb-inp .yydb-btn {
    width: 88px;
    height: 32px;
    background: #ff5f00;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.fixed_bot .yydb .code {
    width: 160px;
    height: 160px;
    position: absolute;
    right: -43px;
    top: -43px;
    display: flex;
    justify-content: space-between;
}
.fixed_bot .yydb .code .ewm {
    width: 116px;
    height: 116px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 6px
}

.fixed_bot .close {
    width: 24px;
    height: 24px;
    background: url("/p/style/web/zt/img/linghuo/close.png") no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
}
.popup-form {
    display: none ;
    display: flex;
}
.popup-form .left {
    width: 396px;
    height: 100%;
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.popup-form .left .title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 26px;
}
.popup-form .left .title span {
    color: #00b38a;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
.popup-form .left .desc {
    margin-top: 10px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #636977;
    line-height: 20px;
}
.popup-form .left input {
    height: 44px;
    background: #f2f4f7;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
/* 选中效果 */
.popup-form .left input:focus {
    border: 1px solid #00b38a;
}

.popup-form .left textarea {
    width: 100%;
    height: 88px;
    background: #f2f4f7;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 10px;
    border: none;
    box-sizing: border-box;
}
.popup-form .left .btn {
    width: 100%;
    height: 44px;
    background: #00b38a;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.popup-form .right {
    flex: 1;
    height: 100%;
    background: url("/p/style/web/zt/img/linghuo/popup-right.png") no-repeat center;
    background-size: cover;
    height: 476px;
    padding: 33px 36px;
}
.popup-form .right .kefuItem img {
    width: 51px;
    height: 53.62px;
    margin-right: 12px;
}
.popup-form .right .kefuItem .title {
    font-weight: bold;
    font-size: 18px;
    color: #181c29;
    line-height: 24px;
    margin-top: 5px;
}
.popup-form .right .kefuItem .desc {
    font-size: 14px;
    color: #636977;
    line-height: 20px;
    margin-top: 6px;
}
.popup-form .right .call {
    width: 100%;
    height: 102px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 24px;
    box-sizing: border-box;
}
.popup-form .right .call .phone-txt {
    font-weight: 400;
    font-size: 13px;
    color: #181c29;
    line-height: 17px;
    margin-bottom: 12px;
}
.popup-form .right .call .phone-num {
    font-weight: bold;
    font-size: 20px;
    color: #ff5f00;
    line-height: 25px;
}

.popup-form .right .codeBox {
    width: 100%;
    height: 217px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    padding: 24px;
    box-sizing: border-box;
}
.popup-form .right .codeBox .text {
    font-weight: 400;
    font-size: 13px;
    color: #181c29;
    line-height: 17px;
}
.popup-form .right .codeBox .codema {
    margin-top: 10px;
    background: url("/p/style/web/zt/img/linghuo/saokuang.png") no-repeat center;
    width: 140px;
    height: 140px;
    background-size: cover;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
.popup-form .right .codeBox img {
    width: 130px;
    height: 130px;
}
