*{
    box-sizing: border-box;
}
body{
    margin:0;
    color: #eee;
    background: #333;
}
a{
    color: #eee;
    text-decoration: none;
}
img{
    vertical-align: middle;
}
.header{
    background-color: #ffffff;
    background-image: url("appsbg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
}

.wxtip{
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index:9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 12px;
    text-align: right;
    display: none;
}
.wxtip img{
    width: 40%;
}


@media screen and (min-width: 601px) {

    .header .header-in{
        width: 1224px;
        margin:auto;
        overflow: hidden;
    }
    .text{
        width: 680px;
        float: left;
        padding:72px 0;
    }
    .text .logo{
        height:60px;
    }
    .text p{
        color: #fff;
        font-size:24px;
        line-height:1.5;
    }
    .text a{
        display: none;
    }
    .text .qrcode{
        display: flex;
        padding-top: 24px;
    }
    .text .qrcode .img{
        width: 164px;
        height: 184px;
        background: #fff;
        border-radius:5px;
        padding: 10px;
        margin-right: 48px;
    }
    .text .qrcode .img img{
        width: 144px;
        height: 144px;
    }
    .text .qrcode .img span{
        display: block;
        text-align: center;
        height: 20px;
        line-height: 20px;
        color: #000;
    }
    .phone{
        height:600px;
        width: 520px;
        float: right;
        text-align: right;
    }
    .phone img{
        height:600px;
    }

    .about-advs{
        background: #3b3b3b;
    }
    .about-advs ul{
        display: flex;
        list-style: none;
        padding: 48px 0;
        width: 1224px;
        margin: auto;
    }
    .about-advs ul li{
        background: #fff;
        width: 100%;
        padding: 36px;
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        border-radius:5px;
    }
    .about-advs ul li:not(:nth-child(1)){
        margin-left: 48px;
    }
    .about-advs ul li .iconfont{
        height: 60px;
        width: 60px;
        display: block;
        margin: auto;
        line-height: 60px;
        font-size: 40px;
        background: #d72453;
        color: #fff;
        border-radius:50%;
        text-align: center;
    }
    .about-advs ul li strong{
        display: block;
        font-size: 20px;
        text-align: center;
        line-height: 2;
        color: #333;
    }

    .copyright{
        width: 1224px;
        margin: auto;
        padding: 36px 0;
        display: flex;
    }
    .copyright a{
        margin-left: auto;
    }
}
@media screen and (max-width: 601px) {
    .header-in{
        width: 100%;
    }
    .text{
        padding:30px;
    }
    .logo{
        height:50px;
    }
    .text p{
        font-size:16px;
        color: #fff;
        line-height:1.8;
        padding-top: 24px;
    }
    .text a{
        background: #d72453;
        color: #ffffff;
        text-align: center;
        display: block;
        line-height:48px;
        font-size:20px;
        border-radius:100px;
        text-decoration: none;
        margin-top:30px;
    }
    .text .qrcode{
        display: none;
    }

    .phone img{
        width: 100%;
        display: none;
    }

    .about-advs{
        background: #3b3b3b;
    }
    .about-advs ul{
        list-style: none;
        padding: 24px 24px 0 24px;
        margin: 0;
        overflow: hidden;
    }
    .about-advs ul li{
        background: #fff;
        width: 100%;
        padding: 36px;
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        border-radius:5px;
        margin-bottom: 24px;
    }
    .about-advs ul li .iconfont{
        height: 60px;
        width: 60px;
        display: block;
        margin: auto;
        line-height: 60px;
        font-size: 40px;
        background: #d72453;
        color: #fff;
        border-radius:50%;
        text-align: center;
    }
    .about-advs ul li strong{
        display: block;
        font-size: 20px;
        text-align: center;
        line-height: 2;
        color: #333;
    }


    .copyright{
        margin: auto;
        padding: 36px 24px;
        font-size: 12px;
    }
    .copyright a{
        display: block;
    }
}

