body.mobile2 {
    background-color: #1a74d9;
    width: 100%;
    min-height: 100vh;
    min-width: 1080px;
}
/*.mobile2 header{position: fixed;width: 100%;z-index: 9;}*/
/*.mobile2 .notice{position: fixed;margin-top: 120px;}*/
.mobile2 main{background: none;scroll-behavior: smooth;}
scroll-page{height: 936px;}
.mobile2 .top{
    width: 100%;
    height: 800px;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font: normal 80px/40px "微软雅黑", "SimSun", "宋体", "Arial" !important;
}
.mobile2 .logo{
    margin-bottom: 20px;
}
.mobile2 .top .title{
    padding-left: 250px;
    margin-bottom: 20px;
}
.mobile2 .top .code .phone-img{margin-top: 40px;}
.mobile2 .code{display: flex;}
.mobile2 .code-dw{
    display: inline-block;
    width: 189px;
    height: 271px;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 110px;
    position: relative;
    margin-right: 30px;
}
.mobile2 .code-dw img{
    position: absolute;
    bottom: 7px;
    left: 19px;
    width: 154px;
}
.mobile2 .bottom{
    padding: 20px 0;
}
.mobile2 .bottom ul{
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
}
.mobile2 .bottom li{
    float: left;
    width: 230px;
    text-align: center;
    margin: 0 65px;
    color: #FFFFFF;
}
.mobile2 .number{
    display: block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    color: #1a74d9;
}
.mobile2 .bottom h2{
    font-size: 29px;
    margin-bottom: 10px;
}
.mobile2 .bottom p{
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.mobile2 .slick-list{padding: 0 !important;}
.mobile2 .slick-dots{display: flex;flex-direction: column;right: 16%;top: 50%;transform: translateY(-50%);width: 180px;justify-content: center;}
.mobile2 .slick-dots li{display: flex;width: 180px;height: 52px;background: no-repeat center;align-items: center;justify-content: center;margin-bottom: 30px;}
