* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

 

body {
    max-width: 750px;
    margin: auto;
 }

.tijiao { padding:20px;font-size:14px; line-height:32px;}
.tijiao-tit { font-size:18px; text-align:center; line-height:36px; margin-top:20px;}
.tijiao-tit span,.tijiao p span { color:#f00}
.tijiao p { }
.tijiao form input { display:block; border:solid 1px #3078b1; line-height:32px; width:100%; border-radius:5px; padding:5px 10px; margin:10px 0 }
.tijiao form input.btn { background:#3078b1; border:solid 1px #3078b1; color:#FFF; font-size:16px; font-weight:bold; cursor:pointer }

.tijiao form input.radio { display:inline-block; width:auto; margin-right:5px;}

 #footer {
    background: url("../images/footer_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:1.68rem;
    
}

#footer .up {
    font-size: 0.24rem;
    color: #5b5d61;
    text-align: center;
}

#footer .up a {
    color: #5b5d61;
}

#footer .down {
    margin-top: 0.13rem;
    font-size: 0.20rem;
    color: #787a80;
    line-height: 0.30rem;
    text-align: center;
}

#footer .down a {
    color: #787a80;
    text-decoration: none;
}
