@media screen and (min-width: 960px){
    .container{
        max-width: 1920px;
        margin: 0 auto;
    }
    .header{
        width: 100%;
        height: 100px;
    }
    .header .swap{
        width: 1500px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .logo{
        height: 100px;
    }
    .logo img{
        height: 60px;
        margin: 20px 0;
    }
    .nav{

    }
    .bars{
        display: none;
    }
    .nav-phone{
        display: none;
    }
    .nav .nav-ul{
        margin: 20px 0;
    }
    .nav .nav-ul .nav-ul-li{
        line-height: 60px;
        margin: 0 0 0 120px;
        position: relative;
    }
    .nav .nav-ul .nav-ul-li a{
        min-width: 75px;
        text-align: center;
        font-size: 16px;
        color: #191a19;
        display: block;
        font-weight: 600;
    }
    .nav .nav-ul .active{
        background: url("../image/common/nav-active.png") no-repeat bottom center;
    }
    .nav .nav-ul .active .nav-ul-li-a{
        color: #fd7daa;
    }
    .nav .nav-ul .nav-ul-li:hover{
        background: url("../image/common/nav-active.png") no-repeat bottom center;
    }
    .nav .nav-ul .nav-ul-li:hover .nav-ul-li-a{
        color: #fd7daa;
    }
    .nav-child{
        padding-right: 15px;
        background: url("../image/common/nav-child.png") no-repeat right center;
    }
    .active .nav-child{
        padding-right: 15px;
        background: url("../image/common/nav-child-active.png") no-repeat right center;
    }
    .nav .nav-ul .nav-ul-li:hover .nav-child{
        padding-right: 15px;
        background: url("../image/common/nav-child-active.png") no-repeat right center;
    }
    .nav-ul-child{
        position: absolute;
        background: #fff;
        top: 60px;
        width: 108%;
        left: -30px;
        padding: 0 25px;
        display: none;
    }
    .nav-ul-child .nav-ul-child-li{
        width: 100%;
        text-align: center;
    }
    .nav-ul-child .nav-ul-child-li a{
        color: #191a19;
    }
    .nav-ul-child .nav-ul-child-li a:hover{
        color: #fd7daa;
    }
    .nav .nav-ul .nav-ul-li:hover .nav-ul-child{
        display: block;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .phone-banner{
        display: none;
    }
    .title{
        font-size: 48px;
        color: #191a19;
        text-align: center;
        line-height: 75px;
    }
    .line{
        height: 10px;
        background: url("../image/index/item-line.png") no-repeat center center;
        margin: 30px 0;
    }
    .desc{
        font-size: 20px;
        color: #666666;
        text-align: center;
        line-height: 36px;
    }

    /*service*/
    .service{
        width: 1500px;
        margin: 75px auto;
    }
    .service-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .service-item{
        width: 460px;
        height: 370px;
        background: url("../image/index/item1-back.png") no-repeat center center;
        background-size: 100%;
    }
    .service-item-img{
        height: 190px;
        position: relative;
    }
    .service-item-img img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .service-item h1{
        font-size: 30px;
        color: #191a19;
        text-align: center;
    }
    .service-item a{
        width: 120px;
        height: 40px;
        color: #333333;
        text-align: center;
        border: 1px solid #e6e6e6;
        border-radius: 40px;
        display: block;
        line-height: 40px;
        margin: 30px auto;
        font-weight: 600;
    }
    .service-item a:hover{
        background: #fd7daa;
        color: #fff;
        border: 1px solid #fd7daa;
    }

    /*account*/
    .account{
        height: 976px;
        background: url("../image/index/account-back.png") no-repeat;
        display: flex;
        align-items: center;
    }
    .account-swap{
        width: 1500px;
        margin: 75px auto;
    }
    .account-img{
        width: 100%;
    }
    .account-img img{
        width: 100%;
    }

    /*tes*/
    .tes{
        width: 1500px;
        margin: 75px auto;
    }
    .tes-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tes-item{
        width: 267px;
        height: 334px;
        background: url("../image/index/tes-back.png") no-repeat center center;
        background-size: 100%;
    }
    .tes-item-img{
        height: 120px;
        position: relative;
    }
    .tes-item-img img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .tes-item h1{
        font-size: 24px;
        color: #191a19;
        text-align: center;
    }
    .tes-item p{
        font-size: 14px;
        color: #666666;
        text-align: justify;
        padding: 0 36px;
        line-height: 24px;
        margin-top: 24px;
    }

    /*shop*/
    .shop{
        width: 100%;
        height: 800px;
        background: url("../image/index/shop-back.png") no-repeat;
        display: flex;
        align-items: center;
    }
    .shop-swap{
        width: 100%;
    }
    .shop-list{
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }
    @keyframes scroll {
        from{
            left: 0;
        }
        to{
            left: -5180px;
        }
    }
    .shop-img{
        position: absolute;
        top: 0;
        left: 0;
        width: 7107px;
        height: 500px;
        animation:scroll 30s linear infinite normal;
    }
    .shop-img img{
        width: 100%;
        height: 500px;
    }

    .download{
        width: 100%;
    }
    .download img{
        width: 100%;
    }

    /*footer*/
    .footer{
        background: #373737;
    }
    .footer-list{
        width: 1500px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #4d4d4d;
        margin: 0 auto;
        padding: 70px 0 50px 0;
    }
    .footer-list span{
        font-size: 20px;
        color: #fff;
        margin: 0 0 0 15px;
    }
    .footer-img{
        width: 850px;
        margin: 0 auto;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*operate*/
    .operate{
        width: 1500px;
        margin: 50px auto;
        text-align: center;
    }
    .operate h1{
        font-size: 42px;
        color: #282828;
        line-height: 150px;
    }
    .operate h2{
        font-size: 28px;
        color: #282828;
        line-height: 60px;
    }
    .operate p{
        font-size: 18px;
        color: #282828;
        line-height: 30px;
    }
    .o-list{
        display: flex;
        width: 1500px;
        margin: 100px auto;
        justify-content: space-between;
    }
    .o-item{

    }
    .o-item h1{
        font-size: 30px;
        color: #282828;
        text-align: center;
        line-height: 60px;
        background: url("../image/operate/title-back.png") no-repeat center bottom;
    }
    .o-item-img{

    }
    .o-item-img img{

    }
    .o-say{
        text-align: center;
        margin: 100px auto;
    }
    .o-say h1{
        font-size: 36px;
        color: #fd7daa;
        line-height: 100px;
    }
    .o-say p{
        font-size: 24px;
        color: #282828;
        line-height: 30px;
    }
    .oy{
        background: #f7f7f7;
        padding-bottom: 60px;
    }
    .oy h1{
        font-size: 42px;
        color: #282828;
        line-height: 180px;
        text-align: center;
    }
    .oy-list{
        width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .oy-item{
        width: 480px;
        height: 380px;
        background: #ffffff;
        border-radius: 12px;
        margin-bottom: 40px;
    }
    .oy-img{
        height: 250px;
        position: relative;
    }
    .oy-img img{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    .oy-item p{
        line-height: 36px;
        font-size: 24px;
        color: #282828;
        text-align: center;
        font-weight: 600;
    }
    .o-service{
        padding-top: 100px;
    }
    .o-service h1{
        font-size: 42px;
        color: #282828;
        text-align: center;
        line-height: 50px;
    }
    .o-service-list{
        width: 1500px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .o-service-item{

    }
    .o-service-item img{

    }
    .o-service-item p{
        font-size: 24px;
        color: #282828;
        text-align: center;
        line-height: 100px;
    }

    /*function*/
    .function-list{
        width: 1500px;
        margin: 0 auto;
    }
    .function-item{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
    }
    .func-item-img{
        width: 50%;
    }
    .func-item-img img{

    }
    .func-item-content{
        width: 50%;
    }
    .func-item-content h1{
        font-size: 36px;
        color: #333333;
        line-height: 75px;
    }
    .func-item-content p{
        font-size: 16px;
        color: #333333;
        line-height: 36px;
        padding-right: 30%;
    }
    .pink{
        color: #fd7daa;
    }
    #function-list-phone{
        display: none;
    }
    .phone-download{
        display: none;
    }
    .phone-list{
        display: none;
    }
}