blockquote,body,button,code,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 Tahoma,Arial,SimSun;font-family:"Microsoft YaHei"}
button,input,select,textarea{font-size:100%}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
ol,ul{list-style:none}
em,i,strong{font-style:normal;font-weight:400}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
body,html{width:100%;height:100%}
a{text-decoration:none;color:inherit}
a:hover{text-decoration:none}
.clear{clear:both}
.clearfix:after{content:"\200B";display:block;height:0;clear:both}
.left{float:left}
.right{float:right}
html,
body {position: relative;height: 100%; background-color: #0B1010;}

.btn {
    display: block;
    position: relative;
    width: 368px;
    height: 94px;
    line-height: 94px;
    border-radius: 12px;
    margin: 0 auto 24px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.btn img {
    margin: 21px 12px 0 56px;
}

.btn .btn_text {
    position: relative;
}

.top {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 1167px;
    height: 38px;
    margin-left: -583px;
    padding-top: 24px;
    background: linear-gradient(180deg, #121111 0%, rgba(255, 255, 255, 0) 100%);
}

.top .duba-logo {
    margin-top: 9px;
}

.nav-search {
    float: right;
    width: 600px;
    height: 40px;
}

.nav-search .nav {
    width: 360px;
}

.nav-search .nav .nav-item {
    float: left;
    width: 72px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    opacity: 1;
    color: #fff;
}
.nav-search .nav .nav-item:hover  {
    opacity: 0.8;
}

.top-searchBox {
    position: relative;
    width: 204px;
    border-radius: 6px;
    overflow: hidden;
}

.searchBar {
    width: 100%;
    height: 34px;
    position: relative;
    background-color: #fff;
}

.searchBar input {
    width: 131px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 0px solid #fff;
}

.searchBar input:hover {
    border-color: #fff;
}

.searchBar input:focus {
    outline: none;
}

.searchBar button {
    width: 64px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: #2f82e9;
    color: #fff;
    padding: 0 0 0 9px;
}

.searchBar button:hover {
    background-color: #3b8df2;
}

.searchBar button:active {
    background-color: #2579e1;
}

.searchBar button:before {
    font-size: 18px;
}

.searchBar button img {
    float: left;
    width: 14px;
    margin: 10px 5px 0 0;
}

.searchBar button .search-text {
    float: left;
    font-size: 14px;
}

.swiper {
    width: 100%;
    height: 100%;
}
.browser .swiper {
    width: 100%;
    height: auto;
}
/* 整个页面的swiper 开始 */
.swiper-slide.slide {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 32px;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: rgba(255,255,255,0.9); 
}
/* 整个页面的swiper 结束 */
.banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/f35/swiper_bg_1.png) no-repeat;
    background-size: 100% 100%;
}
.browser .banner-wrapper {
    width: 100%;
    height: 1080px;
}
.banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1167px;
    height: 610px;
    margin-top: -325px;
    margin-left: -583px;
    z-index: 1;
}

.banner .title {
    text-align: center;
    /* 居中容器内的内联元素 */
    font-size: 0;
    /* 修复内联元素间隙问题 */
    *zoom: 1;
    /* 为IE7及以下版本提供hasLayout */
    margin-bottom: 30px;
}

.banner .title:before,
.banner .title:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.banner .title .item {
    display: inline-block;
    /* 让元素以内联块的形式显示 */
    vertical-align: middle;
    /* 垂直居中对齐 */
}
/* 关键帧动画 */
@keyframes rotate {
    from {
      transform: rotate(0deg); /* 初始角度 */
    }
    to {
      transform: rotate(360deg); /* 旋转一圈 */
    }
}

.banner .title .top-img {
    position: relative;
    width: 316px;
    height: 316px;
    margin: 0 auto;
}
.banner .title .logo-pan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotate 3s linear infinite; /* 定义旋转动画 */
}
.banner .title .logo-zhen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .desc {
    height: 64px;
    line-height: 64px;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-bottom: 58px;
    color: #fff;
}

.banner-box {
    width: 100%;
    margin: 0 auto;
}

.banner .btn {
    position: relative;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
}
@keyframes shine {
    0% {
        transform: translateX(-50px);
    }
    60% {
        transform: translateX(472px);
    }
    100% {
        transform: translateX(472px);
    }
}

.btn_icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 25px 12px 0 96px;
}

.btn_icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transform: scale3d(0.9, 0.9, 1);
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: inset 0 0 0 3px #fff;
}

.btn_icon .arrow-down {
    position: relative;
    width: 20px;
    height: 18px;
    z-index: 1;
    margin: 13px 0 0 12px;
}

.btn_icon .arrow-down::before,
.btn_icon .arrow-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.btn_icon .arrow-down::before {
    width: 3px;
    height: 20px;
    background-color: #fff;
}

.btn_icon .arrow-down::after {
    width: 11px;
    height: 11px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.banner .btn:hover .btn_icon::before {
    box-shadow: inset 0 0 0 35px #fff;
    transform: scale3d(1, 1, 1);
}

.banner .btn .btn_text {
    position: relative;
    float: left;
    font-size: 30px;
    font-weight: 600;
}

.banner .tip {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin: 0 0 88px 0;
    opacity: 0.9;
    color: #fff;
}

.main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0B1010;
    
}
.browser .main-wrapper {
    width: 100%;
    height: 1080px;
}
.main-wrapper::after {
    content: "";
    position: absolute;
    width: 1554px;
    height: 100%;
    bottom: 0;
    left: 50%;
    margin-left: -678px;
    background: url(../img/f35/swiper_bg_2.png) no-repeat center bottom;
    clear: both;
}
.main-wrapper.no3::after {
    margin-left: -891px;
    width: 1782px;
    height: 756px;
    background: url(../img/f35/swiper_bg_3.png) no-repeat center bottom;
    clear: both;
}
.main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1260px;
    height: 600px;
    margin-top: -260px;
    margin-left: -630px;
    color: #fff;
    z-index: 1;
}

.main-left {
    width: 395px;
    height: auto;
    float: left;
    text-align: left;
}
.main-left .text {
    margin: 155px 0 28px 0;
    font-size: 60px;
    line-height: 69px;
    font-weight: 700;
}
.main-left .desc {
    font-size: 32px;
    margin-bottom: 45px;
}
.swiper-slide-active .main-left {
    -webkit-animation: fadeInLeft .5s .3s both;
    animation: fadeInLeft .5s .3s both;
}

.main-right {
    width: 863px;
    height: auto;
    float: left;
}
.main-right .right-img {
    width: 863px;
    height: auto;
}

.main-right .text {
    font-size: 24px;
    margin-top: 33px;
    line-height: 32px;
    font-weight: 700;
}
.main-right .text span  {    
    color: #DD001B;
}
.swiper-slide-active .main-right {
    -webkit-animation: fadeInRight .5s .3s both;
    animation: fadeInRight .5s .3s both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.main-left .btn {
    width: 204px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    margin: 0 0;
    font-size: 18px;
    cursor: pointer;
}

.main-left .btn img {
    width: 24px;
    height: 24px;
    margin: 13px 10px 0 49px;
    float: left;
}

.main2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 850px;
    margin-top: -420px;
    margin-left: -500px;
    z-index: 1;
}
.review {
    position: relative;
    width: 100%;
    height: auto;
}

.review h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    padding: 60px 0 38px 0;
    color: #fff;
}

.user-review {
    position: relative;
    width: 1000px;
    height: 580px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.user-review-item {
    width: 1000px;
    height: 133px;
    background-color:rgba(255,255,255,0.05);
    border-radius: 16px;
    list-style: none;
}
.browser .user-review-item {
    position: relative;
    margin-bottom: 12px;
}

.user-review-item .user {
    float: left;
    width: 80px;
    height: 80px;
    margin: 24px 0 0 40px;
    background-size: 800px 80px;
    background-position: 0 0;
}
.user-review-item .no19.user {
    background-position: -1440px 0;
}
.user-review-item .no1.user {
    background-position: 0 0;
}
.user-review-item .no2.user {
    background-position: -80px 0;
}

.user-review-item .no3.user {
    background-position: -160px 0;
}

.user-review-item .no4.user {
    background-position: -240px 0;
}

.user-review-item .no5.user {
    background-position: -320px 0;
}

.user-review-item .no6.user {
    background-position: -400px 0;
}

.user-review-item .no7.user {
    background-position: -480px 0;
}

.user-review-item .no8.user {
    background-position: -560px 0;
}

.user-review-item .no9.user {
    background-position: -640px 0;
}

.user-review-item .no10.user {
    background-position: -720px 0;
}

.user-review-item .no11.user {
    background-position: -800px 0;
}

.user-review-item .no12.user {
    background-position: -880px 0;
}

.user-review-item .no13.user {
    background-position: -960px 0;
}

.user-review-item .no14.user {
    background-position: -1040px 0;
}

.user-review-item .no15.user {
    background-position: -1120px 0;
}

.user-review-item .no16.user {
    background-position: -1200px 0;
}

.user-review-item .no17.user {
    background-position: -1280px 0;
}

.user-review-item .no18.user {
    background-position: -1360px 0;
}

.user-review-item .desc {
    float: left;
    width: 813px;
    margin: 24px 0 0 26px;
    text-align: left;
}

.user-review-item .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 8px;
    color: #fff;
}

.user-review-item .review-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255,255,255,0.6);
    padding-right: 10px;
}
.user-review-item .start {
    position: absolute;
    top: 25px;
    right: 40px;
}
.user-review .mc {
    width: 1000px;
    height: 145px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #121111 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}


.downType {
    position: absolute;
    width: 898px;
    height: 124px;
    bottom: -40px;
    left: 50%;
    margin-left: -449px;
    text-align: center;
    z-index: 8;
    display: none;
}

.downType .common-btn,
.downType .safeType {
    height: 120px;
    width: 50%;
}

.downType .btn {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    cursor: pointer;
}

.downType .tip {
    color: #888;
    margin-top: 24px;
    font-size: 16px;
    line-height: 21px;
}

.bottom-container {
    width: 100%;
    height: 430px;
    background-size: 100% 430px;
    text-align: center;
}

.bottom-container .title {
    width: 600px;
    padding-top: 140px;
    text-align: left;
    position: relative;
    left: 50%;
    margin-left: -210px;
}

.bottom-container .logo {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.bottom-container .text {
    margin-top: -10px;
}

.bottom-container h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bottom-container .description {
    font-size: 30px;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 30px;
}

.bottom-container .star .text {
    font-size: 30px;
    line-height: 40px;
}

.bottom-container .star .img {
    width: 240px;
    vertical-align: bottom;
}


.footer {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 10px 0 100px 0;
    font-size: 14px;
    color: #999;
    margin-top: 100px;
}

.fix {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    background-color: #161616;
    z-index: 100;
    color: #fff;
}

.fix .fix-box {
    position: relative;
    width: 1019px;
    margin: 0 auto;
}

.fix .product-logo {
    position: absolute;
    height: 50px;
    line-height: 50px;
}

.fix .product-logo img {
    height: 50px;
}

.fix .product-logo i {
    font-size: 20px;
    line-height: 48px;
    margin-left: 14px;
    font-weight: 700;
}

.fix .at-once {
    position: absolute;
    right: 0;
    display: block;
    width: 140px;
    height: 44px;
    cursor: pointer;
    border-radius: 6px;
}

.fix .at-once img {
    margin: 10px 10px 0 23px;
}

.fix .at-once i {
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
}


.alert-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.alert-wrapper {
    width: 460px;
    height: 249px;
    margin: 0 auto;
    top: 50%;
    margin-top: -115px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 1px 2px 3px #c7c6c6;
    font-size: 20px;
}

.alertTop {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}

.alertTop .topTitle {
    float: left;
    padding-left: 20px;
    line-height: 60px;
}

.alertTop .topClose {
    float: right;
    padding: 10px 20px;
    font-size: 26px;
    cursor: pointer;
}

.alertMain {
    padding-top: 15px;
}

.alertMain .title {
    text-align: left;
    padding-left: 25px;
    line-height: 28px;
}

.alertMain .little {
    font-size: 16px;
    text-align: left;
    color: #e9827d;
}

.alertMain .alert-btn a {
    position: relative;
    width: 194px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    margin: 20px 0 0 23px;
    float: left;
    border-radius: 8px;
}

.check-alert {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.check-alert .check-wrapper {
    width: 440px;
    height: 200px;
    margin: 0 auto;
    top: 50%;
    margin-top: -100px;
    position: relative;
    border-radius: 6px;
}

.check-alert .check-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 3px;
    font-size: 22px;
    cursor: pointer;
}

.check-alert .check-close:hover {
    color: #f8784d;
}

.check-alert .check-btn {
    position: absolute;
    width: 170px;
    height: 40px;
    line-height: 40px;
    left: 135px;
    bottom: 24px;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.tips {
    position: fixed;
    width: 301px;
    height: 227px;
    bottom: 120px;
    right: 113px;
    z-index: 999;
    display: none;
}

.tips .close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #666;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.tips img {
    width: 301px;
    height: 227px;
}


html,
body {
    color: #3D4756;
}

.banner .title .border {
    border-left: 2px solid #3D4756;
}
.btn {
    background-color: #FF3A3A;
}
.btn:hover {
    background-color: #f72828;
}
.btn:active {
    background-color: #f4541f;
}
.banner .btn:hover .arrow-down::before {
    background-color: #FD6431;
}

.banner .btn:hover .arrow-down::after {
    border-color: #FD6431;
}

.alertMain .alert-btn a,
.alertTop .topClose:hover {
    color: #FD6431;
}

.alertMain .alert-btn .safeBtn {
    border: 1px solid #FD6431;
}

.alertMain .alert-btn a:hover {
    color: #fff;
    background-color: #FD6431;
}




/* 媒体查询，小于850px执行 */
@media (max-height: 850px) {
    .main {
        width: 1000px;
        height: 470px;
        margin-left: -500px;
        margin-top: -230px
    }
    .main-left {
        width: 310px;
    }
    .main-right {
        width: 690px;
    }
    .main-right .right-img {
        width: 690px;

    }
    .main2 {
        width: 800px;
        height: 680px;
        margin-top: -340px;
        margin-left: -400px;
    }
    .review h3 {
        font-size: 30px;
        padding: 30px 0 20px 0;
    }
    .user-review {
        width: 800px;
        height: 464px;
    }
    .user-review-item .user {
        margin: 18px 0 0 15px;
    }
    .user-review-item .desc {
        width: 690px;
        margin: 18px 0 0 13px
    }
    .downType {
        bottom: -60px;
    }
    .footer {
        margin-top: 85px;
    }
    .browser .banner-wrapper {
        width: 100%;
        height: 850px;
    }
    .browser .main-wrapper {
        width: 100%;
        height: 850px;
    }
    .user-review-item .name {
        font-size: 18px;
        line-height: 22px;
    }
    .user-review-item .review-text {
        font-size: 14px;
        line-height:22px
    }
}
/* 媒体查询，小于700px执行 */
@media (max-height: 700px) {
    .banner {
        width: 800px;
        height: 450px;
        margin-left: -400px;
        margin-top: -280px
    }
    .banner .title .top-img {
        width: 240px;
        height:240px;
    }
    .banner .desc {
        font-size: 46px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .main {
        width: 800px;
        height: 370px;
        margin-left: -400px;
        margin-top: -190px
    }
    .main-left {
        width: 250px;
    }
    .main-left .text {
        margin: 50px 0 16px 0;
        font-size: 46px;
    }
    .main-left .desc {
        font-size: 20px;
    }
    .main-right {
        width: 550px;
    }
    .main-right .right-img {
        width: 550px;

    }
    
}