.container{
    width: 1000px;
    margin: auto;
}
.nav-wrap ul li.active a{
    color:#0070c9;
}
.text{
    line-height: 1.6;
    font-size: 14px;
}
.section .page-cont{
    padding-top: calc(15%);
}
.page1 .page-cont{
    padding-top: calc(8% + 110px);
}
.footer .page-cont{
    padding-top: 8%;
}

/*手机滑动*/
.section .content{
    display: flex;
    align-items: center;
    margin-left: 20%;
}
.section .content .phone-box{
    margin-right: 100px;
    height: 427px;
    width: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.section .content .phone-box img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.section .content .phone-box img.holder{
    position: unset;
}
.section .phone-box img.border{
    z-index: 100;
}

.section .text-box{
    text-align: left;
}
.section:nth-of-type(odd) .text-box{
    color:#fff;
}
.section.page5 .text-box,
.section.page6 .text-box,
.section.page8 .text-box,
.section.page9 .text-box,
.section.page10 .text-box
{
    color:#fff;
}
.section.page7 .text-box{
    color:#000;
}

.section .text-box .time{
    font-family: "ft74";
    font-size: 20px;
}

.section .page-title{
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}
.page6 .text-box{
    position: relative;
    top: -50px;
}

.page1 .page-title{
    text-align: center;
}
.page2 .phone-box img.sl1{
    top:-100%;
}
.page2 .phone-box img.sl2{
    top:0;
}
.page12 .page-cont{
    padding-top: 30%;
}
.page12 .footer{
    height: 100%;
}

.page3 .phone-box img.sl1,
.page4 .phone-box img.sl1,
.page5 .phone-box img.sl1,
.page6 .phone-box img.sl1,
.page7 .phone-box img.sl1,
.page8 .phone-box img.sl1,
.page9 .phone-box img.sl1{
    top:0;
}
.page3 .phone-box img.sl2,
.page4 .phone-box img.sl2,
.page5 .phone-box img.sl2,
.page6 .phone-box img.sl2,
.page7 .phone-box img.sl2,
.page8 .phone-box img.sl2,
.page9 .phone-box img.sl2{
    top:100%;
}
.page3 .phone-box img.sl3,
.page4 .phone-box img.sl3,
.page5 .phone-box img.sl3,
.page6 .phone-box img.sl3,
.page7 .phone-box img.sl3,
.page8 .phone-box img.sl3,
.page9 .phone-box img.sl3{
    top:100%;
}





.page1 {
    background: url('../image/software_new_logo.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.page2 {
    background: url('../image/software_2.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page3 {
    background: url('../image/software_3.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page4 {
    background: url('../image/software_4.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page5 {
    background: url('../image/software_5.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page6 {
    background: url('../image/software_6.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page7 {
    background: url('../image/software_7.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page8 {
    background: url('../image/software_8.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page9 {
    background: url('../image/software_9.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page10 .page10-wrap{
    background: url('../image/software_10.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}


