*{
    font-size: 14px;
}
a{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a:hover,a:link{
    text-decoration: none;
    color: red;
}
header,main{
    padding: 0 15px;
}
header{
    font-size:18px;
    font-weight: bold;
    text-align: center;
    height:50px;
    line-height: 50px;
}
.title{
    font-size: 16px;
    font-weight: bold;
    height:40px;
    line-height: 40px;
}
/*.content{*/
    /*margin-bottom: 40px;*/
/*}*/
.content li{
    margin-bottom: 10px;
    text-align: justify;
}
.qrimg{
    margin-top: 40px;
    text-align: center;
}
.qrimg img{
    width: 40%;
    margin-bottom: 10px;
}
.qrimg p{
    height:30px;
    /*line-height: 30px;*/
}
.head{
    font-size: 14px;
    margin-bottom: 10px;
}
.ctitle{
    font-size: 15px;
    font-weight: bold;
}
.circle{
    font-size: 16px;
    font-weight: bold;
}
.qrimg .imgs{
    border: 1px solid #aeaeae;
    margin-bottom: 10px;
    width:100%;
}
.links{
    text-align: left;
    margin: 20px 0 20px;
}
.links li{
    height:30px;
    line-height: 30px;
}
.links a{
    color: #3399ff;
}