*{
    margin:0px;
    padding:0px;
}
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
    font-family: 微软雅黑;
}
/*需要统一的样式*/
li{
    list-style: none;
}
.nav a:link{
    color: #000;
    /*text-decoration:none;/用于去除下划线/*/
}
.nav a:active{
    color:#a1171c ;
}

.nav a:hover{
    color: #c81e24;
    cursor: pointer;
}
/*导航栏*/
.nav{
    width: 100%;
    height:10%;
    background: #14b0f9;
    position: relative;
}
.nav button{
    background: #ffffff;
}
.navButton{
    position: absolute;top:30px;
}
h4 {
    margin-top: 30px
}
.nav button:hover{
    background: #0f92cf;
}
.nav a{
    width:100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    left: 65%;top:35px;
}
/*.nav  .company{*/
    /*width: 10%;*/
    /*position: absolute;*/
    /*left: 15%;top:1%;*/
/*}*/
.content{
    /*width: 60%;*/
    height: 55%;
    background: #fff;
    /*border:1px solid #eee;*/
    margin-top: 10%;
}

/*订单提交*/
.order{
    width: 90%;
    height: 10%;
    font-weight: 600;
    position: relative;left:16%;top:2%;
}
/*二维码位置*/

/*.content {*/
    /*width:67%;*/
    /*height: 69%;*/
    /*position: relative;*/
    /*top: -14%;*/
/*}*/
.content .image{
        width: 100%;
        height:100%;
        position: absolute;left:10%;top:2%;
}
.content .image img{
    width:35%;
    height: 70%;
}
/*右边介绍*/
.content .introduce{
    position: absolute;right: 15%;top:20%;
    font-size: 16px;
    line-height: 3;
}
h3{
    margin-top: 30px;
}
/*商户投诉*/
.complaint{position: relative;left: 65%;top:63%;font-weight: 500;font-size: 16px;}
@media (min-width:1551px){
    .nav  .company{
        font-size: 16px;
        font-weight: 600;
        width: 10%;
        position: absolute;top:20px;left: -2%;
    }
    .content {
        height: 55%;
        position: absolute;
        top: 2%;
    }
    .order{
        width: 90%;
        height: 10%;
        font-weight: 600;
        position: relative;left:16%;top:2%;
    }
    .introduce p{
        line-height: 1.4;
    }
}
@media (max-width:1550px){
    .complaint{position: relative;left:50%;top:63%;font-weight: 500;font-size: 16px;}
    .nav  .company{
        font-size: 16px;
        font-weight: 600;
        width: 12%;
        position: relative;
        left: -2%;
        top: 30%;
    }
    .content {
        width: 74%;
        height: 55%;
        position: relative;
        top: -9%;
    }
    .order{
        width: 90%;
        height: 10%;
        font-weight: 600;
        position: relative;left:7%;top:2%;
    }
}
@media (max-width:1200px){
    .nav  .company{
        font-size: 16px;
        font-weight: 600;
        width: 15%;
        position: relative;
        left: -4%;
        top: 20%;
    }
    h4 {
        /*margin-top: 30px;*/
        margin-left: -4%;
    }
    .content {
        width: 88%;
        height: 55%;
        position: relative;
        top: -6%;
    }
    .order{
        width: 90%;
        height: 10%;
        font-weight: 600;
        position: relative;left:6%;top:2%;
    }
}
    /*手机端*/
@media (max-width:800px) {
    /*导航栏*/
    .nav{
        width: 100%;
        height:10%;
        /*background: red;*/
        position: relative;
    }
    .nav a, .lines {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        position: relative;
        left: 30%;
        top: 20px;
    }
    .nav .company{
        width: 30%;
        position: absolute;
        left:1%;top:15px;
    }
    /*订单提交*/
    .order{
        width: 90%;
        height: 10%;
        font-size: 12px;
        font-weight: 600;
        position: relative;left:5%;top:2%;
    }
    .order h4{
        font-size: 16px;
    }
    /*二维码位置*/
    .content{
        width: 100%;
        height:83%;
        position: relative;    top: -4%;
    }
    .content .image{
        width: 100%;
        height:60%;
        position: absolute;left:25%;top:3%;
    }
    .content .image img{
        width:50%;
        height: 60%;
    }
    /*右边介绍*/
    .content .introduce{
        width: 75%;
        height: 30%;
        position: absolute;
        left: 15%;
        top: 40%;
        font-size: 14px;
        line-height: 1.5;
    }

    .complaint{position: relative;left: 1%;top:65%;font-weight: 500;font-size: 12px;}
    /*新样式*/
    h3 {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top:5px;
        font-size: 18px;
    }


}