html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,input{margin:0; padding:0; box-sizing:border-box;}
body,button,input,select,textarea{font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif; line-height: 1.5; color: #2e2e2e;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em,b{font-style:normal;}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
td,th,ul,ol{padding:0;}
ul,ol,li{list-style: none;}

.bg{
    background: url('../images/shlm-bg.jpg') fixed bottom center;
    background-size:cover;
}

/*通用样式*/
.f-c-0{ color: #000;}
.f-c-3{ color: #3d3d3d;}
.f-c-6{ color: #666;}
.f-c-fcb{ color: #fcba53;}
.f-c-026{ color: #0265ca;}
.f-c-4c{color: #00479c}
.f-c-cc0{ color: #cc0000;}
.f-c-f{ color: #fff;}
.f-s-10{font-size: 10px;}
.f-s-12{font-size: 12px;}
.f-s-14{font-size: 14px;}
.f-s-16{font-size: 16px;}
.f-s-18{font-size: 18px;}
.f-s-20{font-size: 20px;}
.f-s-22{font-size: 22px;}
.f-s-30{font-size: 30px;}
.text-l{text-align: left;}
.text-r{text-align: right;}
.text-c{text-align: center;}
.mg-t-6{margin-top: 6px;}
.mg-t-8{margin-top: 8px;}
.mg-t-12{margin-top: 12px;}
.mg-b-6{margin-bottom: 6px;}
.mg-b-16{margin-bottom: 16px;}
.mg-b-25{margin-bottom: 25px;}
.mg-t-30{margin-top: 30px;}
.mg-t-40{margin-top: 40px;}
.pad-lr-0{padding-left: 0; padding-right: 0;}
.pad-tb-0{padding-top: 0; padding-bottom: 0;}
.pad-lr-4{padding-left: 4%;padding-right: 4%;}
.pad-tb-12{padding-top: 12px; padding-bottom: 12px;}
.pad-tb-8{padding-top: 8px; padding-bottom: 8px;}
.f-wei{font-weight: 700;}
.bor-radius{border-radius: 4px;}
.bor-radius-n{border-radius:0 !important;}
.bor-none{border: none !important;}
.float-l{float: left;}
.dis-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}