@media screen and (max-width: 960px){
    .container{
        margin: 0 auto;
        position: relative;
    }
    .header{
        width: 100%;
    }
    .header .swap{
        margin: 0 auto;
        overflow: hidden;
    }
    .logo{
        float: left;
        width: 77%;
        height: 100px;
        margin-left: 3%;
    }
    .logo img{
        margin: 28px 0;
    }
    .nav{
        position: absolute;
        background: #fff;
        top: 100px;
        width: 100%;
        z-index: 1000;
        display: none;
    }
    .nav .nav-ul{
        overflow: hidden;
    }
    .nav .nav-ul .nav-ul-li{
        line-height: 60px;
        border-bottom: 2px solid #e5e5e5;
        width: 100%;
    }
    .nav .nav-ul .nav-ul-li a{
        text-align: center;
        font-size: 15px;
        color: #191a19;
        display: block;
        font-weight: 600;
    }
    .nav .nav-ul .active .nav-ul-li-a{
        background: #f2d1d7;
        color: #fff;
    }
    .nav-child{
        background:  url("../image/common/nav-child.png") no-repeat 96% center;
    }
    .nav .nav-ul .active .nav-child{
        background: #f2d1d7 url("../image/common/nav-child-active.png") no-repeat 96% center;
    }
    .nav-ul-child{
        background: #fff;
        overflow: hidden;
        display: none;
    }
    .nav-ul-child .nav-ul-child-li{
        width: 100%;
        text-align: center;
    }
    .nav-ul-child .nav-ul-child-li a{
        color: #191a19;
    }
    .bars{
        width: 17%;
        height: 100px;
        float: right;
        margin-right: 3%;
    }
    .bars img{
        margin: 30px auto;
        height: 40px;
        float: right;
    }
    .phone-banner{
        width: 100%;
    }
    .phone-banner img{
        width: 100%;
    }
    .banner{
        display: none;
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .title{
        font-size: 20px;
        color: #191a19;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }
    .line{
        height: 8px;
        background: url("../image/index/item-line.png") no-repeat center center;
        margin: 10px 0;
    }
    .desc{
        font-size: 16px;
        color: #666666;
        text-align: center;
        line-height: 36px;
    }

    /*service*/
    .service{
        padding: 0 15px;
        margin: 50px auto;
    }
    .service-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .service-item{
        width: 47%;
        min-height: 220px;
        background: #fff;
        box-shadow: 0 5px 10px #ccc;
        margin: 30px 0;
        background-size: 100%;
        border-radius: 10px;
    }
    .service-item-img{
        height: 100px;
        position: relative;
    }
    .service-item-img img{
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .service-item h1{
        font-size: 16px;
        color: #191a19;
        text-align: center;
        line-height: 32px;
    }
    .service-item a{
        width: 120px;
        height: 36px;
        color: #333333;
        text-align: center;
        border: 1px solid #e6e6e6;
        border-radius: 36px;
        display: block;
        line-height: 36px;
        margin: 20px auto;
        font-size: 12px;
        font-weight: 600;
    }
    .service-item a:hover{
        background: #fd7daa;
        color: #fff;
        border: 1px solid #fd7daa;
    }

    /*account*/
    .account{
        height: 775px;
        background: url("../image/index/account-back.png") no-repeat;
        display: flex;
        align-items: center;
    }
    .account-swap{

    }
    .account-img{
        width: 100%;
    }
    .account-img img{
        width: 100%;
    }

    /*tes*/
    .tes{
        margin: 50px 0;
        padding: 0 15px;
    }
    .tes-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .tes-item{
        width: 47%;
        height: 280px;
        background: #fff;
        box-shadow: 0 5px 10px #ccc;
        background-size: 100%;
        border-radius: 10px;
        margin: 15px 0;
    }
    .tes-item-img{
        height: 80px;
        position: relative;
    }
    .tes-item-img img{
        width: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .tes-item h1{
        font-size: 20px;
        color: #191a19;
        text-align: center;
        line-height: 30px;
    }
    .tes-item p{
        font-size: 12px;
        color: #666666;
        text-align: justify;
        padding: 0 15px;
        line-height: 24px;
        margin-top: 24px;
    }

    /*shop*/
    .shop{
        overflow: hidden;
        width: 100%;
        height: 600px;
        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;
    }


    /*footer*/
    .footer{
        background: #373737;
    }
    .footer-list{
        padding: 10px 50px;
        border-bottom: 1px solid #4d4d4d;
        margin: 0 auto;
    }
    .footer-list span{
        font-size: 12px;
        color: #fff;
        margin: 0 0 0 15px;
    }
    .footer-item{
        margin: 10px 0;
    }
    .footer-item img{
        width: 24px;
    }
    .footer-img{
        margin: 0 auto;
        padding: 15px 15px;
    }
    .footer-img img{
        display: table;
        margin: 25px auto;
    }

    /*operate*/
    .operate{
        padding: 0 15px;
        margin: 50px auto;
        text-align: left;
    }
    .operate h1{
        font-size: 20px;
        color: #282828;
        line-height: 36px;
    }
    .operate h2{
        font-size: 16px;
        color: #282828;
        line-height: 30px;
    }
    .operate p{
        font-size: 12px;
        color: #282828;
        line-height: 24px;
    }
    .o-list{
        margin: 50px auto;
    }
    .o-item{

    }
    .o-item h1{
        font-size: 20px;
        color: #282828;
        text-align: center;
        line-height: 48px;
        background: url("../image/operate/title-back.png") no-repeat center bottom;
    }
    .o-item-img{

    }
    .o-item-img img{
        max-width: 75%;
        margin: 0 auto;
        display: table;
    }
    .o-say{
        text-align: center;
        margin: 50px auto;
    }
    .o-say h1{
        font-size: 24px;
        color: #fd7daa;
        line-height: 36px;
    }
    .o-say p{
        font-size: 14px;
        color: #282828;
        line-height: 24px;
    }
    .oy{
        background: #f7f7f7;
        padding: 50px 15px;
    }
    .oy h1{
        font-size: 24px;
        color: #282828;
        line-height: 32px;
        text-align: center;
    }
    .oy-list{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .oy-item{
        width: 47%;
        height: 165px;
        background: #ffffff;
        border-radius: 12px;
        margin: 20px 0;
        box-shadow: 0 5px 10px #ccc;
    }
    .oy-img{
        height: 100px;
        position: relative;
    }
    .oy-img img{
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    .oy-item p{
        line-height: 2;
        font-size: 12px;
        color: #282828;
        text-align: center;
        padding: 0 20px;
    }
    .o-service{
        padding: 50px 0;
    }
    .o-service h1{
        font-size: 24px;
        color: #282828;
        text-align: center;
        line-height: 36px;
    }
    .o-service-list{
        margin: 50px auto 0 auto;
        overflow: hidden;
    }
    .o-service-list .left-jt{
        display: none;
    }
    .o-service-item{
        width: 50%;
        float: left;
    }
    .o-service-item img{
        display: table;
        margin: 0 auto;
        width: 100px;
    }
    .o-service-item p{
        font-size: 16px;
        color: #282828;
        text-align: center;
        line-height: 75px;
    }

    /*function*/
    .function-list{
        padding: 0 15px;
        margin: 0 auto;
        display: none;
    }
    #function-list-phone{
        display: block;
    }
    .function-item{
        width: 100%;
        margin: 50px 0;
    }
    .func-item-img{
        width: 100%;
    }
    .func-item-img img{

    }
    .func-item-content{
        width: 100%;
    }
    .func-item-content h1{
        margin: 20px 0;
        font-size: 24px;
        color: #333333;
        line-height: 1.5;
        text-align: center;
    }
    .func-item-content p{
        font-size: 15px;
        color: #333333;
        line-height: 1.5;
        text-align: justify;
    }
    .pink{
        color: #fd7daa;
    }
    .download{
        display: none;
    }
    .pc-list{
        display: none;
    }
}