@media (min-width: 768px) {
    body {
        width: 750px;
        margin: 0 auto;
    }
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Microsoft Yahei";
    color: #333;
    background: #f8f8f8;
}

a {
    text-decoration: none;
    color: #333;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: url('../images/bg.jpg') repeat-y;
    background-size: 100%;
}

.tit {
    width: 90%;
    height: 5rem;
    line-height: 5rem;
    background: url('../images/tit.png') no-repeat center center;
    background-size: contain;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.cont{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin: 15px auto;
}

a.apply{
    display: block;
    padding: 0 10px;
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 15px auto;
}

.cont p span{
    font-weight: bold;
    font-style: italic;
}

.cont ul li span{
    font-weight: bold;
}

.anli-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px; 
    background: #fff;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin: 10px auto;
}


.al-tit{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: url('../images/tit-l.jpg') no-repeat center left;
    background-size: contain;
    text-indent: 10px;
}

.al-tit span{
    float: right;
    font-size: 1.2rem;
    color: #999;
}

.anli-cont p{
    font-size: 1.4rem;
    color: #666;
    line-height: 3rem;
}

.feedback{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px; 
    background: #fff;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin: 15px auto;
}

.wq-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px auto;
}

.wq-cont a{
    display: block;
}

.wq-cont img{
    margin-bottom: 15px;
}

.footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.8rem;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
}