.headers_wrap {
    background: #fff;
}

.swiper {
    width: 100%;
    height: 640px;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background: #0066FF url(../imgs/productsWin/windows_bg0.jpg) no-repeat center/1920px 100%;
}

.swiper .swiper-wrapper .swiper-slide .main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box {
    /* height: 44px; */
    position: absolute;
    left: 4px;
    top: 424px;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn_box_wrap {
    display: flex;
    align-items: center;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn_version {
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 16px;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn_version:hover {
    color: rgba(255, 255, 255, 1);
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn {
    height: 44px;
    min-width: 160px;
    margin-right: 24px;
    background: #FFFFFF;
    border-radius: 22px;
    display: flex;
    align-items: center;
    font-family: SegoeUI;
    justify-content: center;
    cursor: pointer;
    /* padding: 0 16px; */
    font-size: 18px;
    color: #0079FF;
    transition: all .3s;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn img {
    margin-right: 6px;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn:hover {
    opacity: 0.85;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn.type_1 {
    background: #0079FF;
    color: #FFFFFF;
}

.swiper .swiper-wrapper .swiper-slide .main .babben {
    height: 19px;
    font-size: 14px;
    font-family: SegoeUI;
    color: rgba(255, 255, 255, 0.85);
    line-height: 19px;
    position: absolute;
    left: 4px;
    top: 484px;
}

.swiper .swiper-pagination {
    position: absolute;
    width: 1200px;
    bottom: 110px;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    display: flex;
    align-items: center;
}


.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background: #FFFFFF !important;
    border-radius: 2px;
    opacity: 1;
}


.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0079FF !important;
}

.info_wrap {
    width: 100%;
    height: 561px;
    background: #FFFFFF;
}

.info_wrap .info_box {
    width: 1200px;
    height: 561px;
    margin: 0 auto;
    overflow: hidden;
}

.info_wrap .info_box .title {
    margin-top: 112px;
    margin-bottom: 24px;
    width: 100%;
    height: 49px;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.info_wrap .info_box .tip {
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 16px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 32px;
}

.info_wrap .info_box .info_detail {
    margin-top: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_wrap .info_box .info_detail .item {
    width: 120px;
    height: 128px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
}

.info_wrap .info_box .info_detail .item .i_img {
    width: 64px;
    height: 64px;
    margin: 16px auto 5px;
}

.info_wrap .info_box .info_detail .item .name {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #999999;
    line-height: 19px;
    transition: all .3s;
    text-align: center;
}

.info_wrap .info_box .info_detail .item:hover {
    background: #F4FAFE;
}

.info_wrap .info_box .info_detail .item:hover .name {
    color: #0079FF;
}

.app_wrap {
    width: 100%;
    height: 780px;
    background: #F6FBFF;
}

.app_wrap .app_box {
    width: 1200px;
    height: 780px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../imgs/productsWin/windows_bg1.jpg) no-repeat center/cover;
}

.app_wrap .app_box .title {
    margin-top: 96px;
    margin-bottom: 24px;
    width: 100%;
    height: 49px;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.app_wrap .app_box .tip {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.window_wrap {
    width: 100%;
    height: 684px;
    background: url(../imgs/productsWin/windows_bg2.jpg) no-repeat center/cover;
}

.window_wrap .window_box {
    width: 1200px;
    height: 684px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../imgs/productsWin/windows_bg2a.png) no-repeat bottom center/contain;
}

.window_wrap .window_box .title {
    margin-top: 96px;
    margin-bottom: 24px;
    width: 100%;
    height: 49px;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.window_wrap .window_box .tip {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.features_wrap {
    width: 100%;
    height: 834px;
    background: #F4FAFE;
}

.features_wrap .features_box {
    width: 1200px;
    height: 834px;
    margin: 0 auto;
    overflow: hidden;
}

.features_wrap .features_box .title {
    margin-top: 96px;
    margin-bottom: 24px;
    width: 100%;
    height: 49px;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.features_wrap .features_box .tip {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.features_wrap .features_box .info_detail {
    margin-top: 56px;
    width: 100%;
    overflow: hidden;
}

.features_wrap .features_box .info_detail .item {
    float: left;
    width: 180px;
    height: 135px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
}

.features_wrap .features_box .info_detail .item:nth-of-type(6n) {
    margin-right: 0;
}

.features_wrap .features_box .info_detail .item:hover {
    box-shadow: 0px 4px 16px 0px rgba(194, 208, 226, 0.25);
}

.features_wrap .features_box .info_detail .item .i_img {
    width: 48px;
    height: 48px;
}

.features_wrap .features_box .info_detail .item .name {
    margin-top: 12px;
    width: 100%;
    text-align: center;
    transition: all .3s;
    height: 19px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #666666;
    transition: all .3s;
    line-height: 19px;
}

.features_wrap .features_box .info_detail .item:hover .name {
    color: #0079FF;
}

.download_wrap {
    width: 100%;
    height: 240px;
    background: url(../imgs/productsWin/windows_bg3.jpg) no-repeat center/cover;
}

.download_wrap .download_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.download_wrap .download_box .title {
    width: 100%;
    text-align: center;
    height: 48px;
    margin-top: 60px;
    font-size: 36px;
    font-family: SegoeUI;
    color: #FFFFFF;
    line-height: 48px;
}

.download_wrap .download_box .download_box_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
}

.download_wrap .download_box .btn {
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    font-size: 18px;
    font-family: SegoeUI;
    color: #0079FF;
    line-height: 44px;
    text-align: center;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_wrap .download_box .btn img {
    margin-right: 6px;
}