/* 优证管家专题页css */

.communicationSidebar_weChat_hover {
    line-height: 1px;
}

.communicationSidebar_weChat_hover p {
    margin-top: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/* 底部固定栏 */

.special_bottom {
    width: 100%;
    height: 70px;
    background: #303036;
    position: fixed;
    bottom: 0;
    z-index: 999;
    opacity: .95;
}

.bottom {
    width: 956px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
}

.bottom p {
    font-size: 24px;
    color: #fff;
    float: left;
}

.bottom p span {
    color: #00e5ff;
}

.bottom a {
    display: block;
    float: right;
    width: 200px;
    height: 40px;
    margin-top: 15px;
    margin-right: 8px;
    border-radius: 20px;
    background: #2b8cf9;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


/* 页面头部 */

.special_header_box {
    height: 596px;
    overflow: hidden;
    /* position: relative;
    top: 75px; */
}

.special_header_subbox {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(/static/special/img_new/header-bg.png) center center no-repeat;
    background-size: cover;
}

/* 第二屏  */

.leader_right_header {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom: 22px;
}

.lead_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lead_left {
    width: 584px;
    height: 584px;
    background: url(/static/special/img_new/block-one.png) center center no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.leader_right_content p{
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
}

/* 第三屏 - 生命周期 */
.leifecircle_box {
    background: #F7F7F7;
    padding-top: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 72px;
}

.lifecircle_title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom: 50px;
}

.lifecircle_progress {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-between;
}

.lifecircle_progress_item {
    width: 595px;
    height: 175px;
    display: flex;
    align-items: center;
    padding: 24px 46px 22px 29px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
}


.lifecircle_progress_item_active .progress_item_left {
    display: none;
}

.lifecircle_progress_item_active .item_right_title,
.lifecircle_progress_item_active .item_right_desc {
    color: #fff
}


.lifecircle_progress_item .lifecircle_item_img {
    width: 107px;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lifecircle_progress_item_active{

    width: 595px;
    height: 175px;
    background: url(/static/special/img_new/service-active-bg.png) center center no-repeat;
    background-size: cover;
}

/* .lifecircle_progress_item:hover .lifecircle_item_img_one,
.lifecircle_progress_item:hover .lifecircle_item_img_two,
.lifecircle_progress_item:hover .lifecircle_item_img_three,
.lifecircle_progress_item:hover .lifecircle_item_img_four {
    width: 107px;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.lifecircle_item_img {
    display: none;
}

.lifecircle_item_img_one img {
    width: 54px;
    height: 54px;
}
.lifecircle_item_img_two img {
    width: 45px;
    height: 54px;
}
.lifecircle_item_img_three img {
    width: 50px;
    height: 54px;
}
.lifecircle_item_img_four img {
    width: 47px;
    height: 47px;
}


.progress_item_left {
    width: 107px;
    height: 129px;
    font-size: 92px;
    font-weight: 600;
    color: #EDF1F6;
    line-height: 129px;
    margin-right: 22px;
    position: absolute;
    left: 29px;
}
.progress_item_right {
    position: absolute;
    left: 160px;
}

.item_right_title {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
    margin-bottom: 14px;
}

.item_right_desc {
    font-size: 14px;
    /* font-weight: 600; */
    color: #748CA3;
    line-height: 20px;
    width: 398px;
}

/* 第四屏 - 疑难解答 */
.answer_box {
    background: #FFF;
    padding-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 93px;
}

.answer_title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom: 50px;
}

.answer_swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.answer_swiper_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 64px;
}

.swiper_left_item {
    width: 310px;
    height: 115px;
    padding: 22px 23px 26px 22px;
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
}

.swiper_item_active {
    background: #FFFFFF;
    box-shadow: 5px 5px 10px 0px rgba(21,119,255,0.15);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
}

.swiper_item_active .swiper_item_title {
    color: #1577FF !important;
}

.swiper_item_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}

.swiper_item_desc {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    line-height: 17px;
    margin-top: 8px;
}

.answer_swiper_right {
    width: 826px;
    height: 460px;
    /* height: 369px; */
    background: linear-gradient(135deg, #F7F5FF 0%, rgba(222,221,250,0.79) 33%, rgba(245,244,255,0.55) 68%, #F7F5FF 100%);
    border-radius: 8px;
    border: 1px solid #DDDBEE;
    padding: 29px 31px;
    box-sizing: border-box;
    position: relative;
}

.answer_swiper_right .wrapper_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 29px 31px;
    box-sizing: border-box;
    display: none;
}
.answer_swiper_right .wrapper_item_one {
    display: flex;
}

.swiper_img_one {
    width: 382px;
    height: 320px;
}
.swiper_img_two,
.swiper_img_three,
.swiper_img_four {
    width: 393px;
    height: 245px;
}

.swiper_right_wrap {
    margin-left: 42px;
}

.swiper_right_title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    margin-bottom: 22px;
}

.swiper_right_desc {
    font-size: 12px;
    font-weight: 400;
    color: #595959;
    line-height: 24px;
}

.answer_swiper_right .wrapper_item_one_active,
.answer_swiper_right .wrapper_item_two_active,
.answer_swiper_right .wrapper_item_three_active,
.answer_swiper_right .wrapper_item_four_active {
    display: flex !important;
}

.answer_swiper_right .wrapper_item_one_deactive {
    display: none !important;
}

/* FF不兼容  & chrome 105+ */
/* .answer_swiper_left:has(.swiper_left_item_one:hover) ~ .answer_swiper_right .wrapper_item_one{
    display: flex !important;
}
.answer_swiper_left:has(.swiper_left_item_two:hover) ~ .answer_swiper_right .wrapper_item_two{
    display: flex !important;
}
.answer_swiper_left:has(.swiper_left_item_three:hover) ~ .answer_swiper_right .wrapper_item_three{
    display: flex !important;
}
.answer_swiper_left:has(.swiper_left_item_four:hover) ~ .answer_swiper_right .wrapper_item_four{
    display: flex !important;
}

.answer_swiper_left:has(.swiper_left_item_two:hover) ~ .answer_swiper_right .wrapper_item_one{
    display: none !important;
}
.answer_swiper_left:has(.swiper_left_item_three:hover) ~ .answer_swiper_right .wrapper_item_one{
    display: none !important;
}
.answer_swiper_left:has(.swiper_left_item_four:hover) ~ .answer_swiper_right .wrapper_item_one{
    display: none !important;
} */

/* .swiper_left_item_one:hover,
.swiper_left_item_two:hover,
.swiper_left_item_three:hover,
.swiper_left_item_four:hover {
    background: #FFFFFF;
    box-shadow: 5px 5px 10px 0px rgba(21,119,255,0.15);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
} */

/* .swiper_left_item_one:hover .swiper_item_title,
.swiper_left_item_two:hover .swiper_item_title,
.swiper_left_item_three:hover .swiper_item_title,
.swiper_left_item_four:hover .swiper_item_title {
    color: #1577FF;
} */

/* 第五屏--专业团队 */
.perf_team_box {
    height: 524px;
    width: 100%;
    background: url(/static/special/img_new/team-new.png) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.perf_team_title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.perf_team_desc {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    line-height: 24px;
    text-align: center;
}

/* 客户案例 */
.customer_example_box {
    height: 580px;
    width: 100%;
    background: url(/static/special/img_new/company-bg.png) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.customer_example_title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 34px;
}

.customer_wrap {
    height: 377px;
    width: 1212px;
    background: url(/static/special/img_new/linear-bg.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer_example {
    width: 1023px;
    height: 227px;
}


/* 售前咨询 */
.sale_ask_box {
    width: 100%;
    height: 179px;
    background: url(/static/special/img_new/link.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale_ask_box a {
    width: 300px;
    height: 100%;
}
