body{background:#fff;

 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
body,form{margin:0;padding:0;font:14px/180% "MicroSoft Yahei","宋体";color:#333;}
*{font-family:"MicroSoft Yahei","宋体";margin:0;padding:0;}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#f30;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}
.mtb110{ margin-top:110px; margin-bottom:110px;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:14px;}

.width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 1200px;
}

.floatLink{
    width:80px;
    position: fixed;
    top:50%;
    right:0;
}
.floatLink li{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    padding:10px 0;
    border-radius: 5px;
}
.floatLink li img{
    width:30px;
}
.floatLink li a{color:#fff;}

@media(max-width: 768px){

    .width {
        width: 90%;
        min-width: 300px;
    }
}