.headers_wrap {
    background: #fff;
}

.swiper {
    width: 100%;
    height: 640px;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background: #0066FF url(../imgs/productsIos/iOS_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;
    display: flex;
    align-items: center;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn_box_item .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_box_item .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;
    font-family: SegoeUI;
    display: flex;
    align-items: center;
    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: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: 639px;
    background: #FFFFFF;
}

.info_wrap .info_box {
    width: 1200px;
    height: 639px;
    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 .info_detail {
    margin-top: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_wrap .info_box .info_detail .item {
    width: 374px;
    height: 302px;
    background: #F6FBFF;
    border-radius: 16px;
    overflow: hidden;
}

.info_wrap .info_box .info_detail .item .i_img {
    width: 96px;
    height: 96px;
    margin: 48px auto 24px;
}

.info_wrap .info_box .info_detail .item .name {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: SegoeUI-Bold;
    color: #333333;
    text-align: center;
    line-height: 24px;
}

.info_wrap .info_box .info_detail .item .tip {
    margin: 16px auto 0;
    width: 278px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 19px;
}

.app_wrap {
    width: 100%;
    height: 780px;
    background: #F6FBFF;
}

.app_wrap .app_box {
    width: 1200px;
    height: 780px;
    margin: 0 auto;
    background: url(../imgs/productsIos/windows_bg1.jpg) no-repeat center/contain;
    overflow: hidden;
}

.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;
}

.installation_wrap {
    width: 100%;
    height: 770px;
    background: #fff;
}

.installation_wrap .installation_box {
    width: 1200px;
    height: 770px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../imgs/productsIos/iOS_bg1.jpg) no-repeat center/cover;
}

.installation_wrap .installation_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;
}

.installation_wrap .installation_box .tip {
    width: 532px;
    position: absolute;
    left: 668px;
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    font-family: SegoeUI;
    color: #333333;
    line-height: 21px;
}

.installation_wrap .installation_box .tip .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -16px;
    top: -10px;
}

.installation_wrap .installation_box .tip .t {
    white-space: nowrap;
}

.installation_wrap .installation_box .tip.tip_1 {
    top: 298px;
}

.installation_wrap .installation_box .tip.tip_2 {
    top: 351px;
}

.installation_wrap .installation_box .tip.tip_3 {
    top: 425px;
}

.installation_wrap .installation_box .tip_y {
    height: 36px;
    background: #FFF7EB;
    border-radius: 4px;
    position: absolute;
    left: 660px;
    top: 478px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SegoeUI;
    color: #E88E00;
    padding: 0 12px;
}

.installation_wrap .installation_box .tip_y .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.installation_box_btnx {
    position: absolute;
    left: 660px;
    top: 562px;
    display: flex;
    align-items: center;
}

.installation_wrap .installation_box .btn {
    cursor: pointer;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #0079FF;
    border-radius: 22px;
    transition: all .3s;
    font-size: 18px;
    font-family: SegoeUI;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.installation_wrap .installation_box .btn img {
    margin-right: 6px;
}

.installation_wrap .installation_box .btn:hover {
    opacity: 0.85;
}