﻿@charset "utf-8";
/*
  Document   : CSS样式初始化
  Created on : 2017. 3. 6,09:00:00
  Author :
  Description:
  CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
  导入方式：<link href="/css/global.css" rel="stylesheet" type="text/css" />
*/

/*
 *************reset*************
 */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary, a {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-weight: normal;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, b {
    font-weight: normal;
}

del, ins, u, s {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%
}
.m-logo img{
   width:auto
}
a {
    cursor: pointer
}

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.5 '微软雅黑',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    outline: 0;
    border: 0;
    font-style: normal
}

body {
    background: #f1f1f1
}

.fs12 {
    font-size: 12px;
    color: #888
}

input::-webkit-input-placeholder {
    color: #b8b8b8;
}

input:-moz-placeholder {
    color: #b8b8b8;
}

.mg0 {
    margin-top: 0;
}

.mgt30 {
    margin-top: 30px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.mgt40 {
    margin-top: 40px;
}

.mgl120 {
    margin-left: 400px;
}

.mgl115 {
    margin-left: 115px;
}

.mgb20 {
    margin-bottom: 20px;
}
/*
*************function*************
*/
/*清除浮动*/
.lst-category ul li:after,
.mb-list:after,
.news-author:after,
li:after,
.dl-author:after,
.g-box:after,
.mgb14:after,
.fm-group:after,
.tb-box:after,
.ab-account:after,
.about-box:after,
.mb-dl-detail:after,
.mbg-box:after,
.fm-group:after,
.login-tab:after,
.mgb-term-box:after,
.mj-slider:after,
.lst-volunteer:after,
.ft-top:after,
.cte-wrapper:after,
.qy-box:after,
.m-place:after,
.zixun:after,
.m-login:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.lst-category ul li {
    zoom: 1;
}

.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*显示隐藏*/
.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-dbi {
    display: inline-block
}
/*浮动*/
.f-fl {
    float: left;
}

.f-fr {
    float: right;
}
/*定位*/
.f-pr {
    position: relative;
}

.f-prs {
    position: static;
}

.f-prz {
    position: relative;
    zoom: 1;
}

.f-oh {
    overflow: hidden;
}

.f-fwn {
    font-weight: normal;
}

.f-fwb {
    font-weight: bold;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-vam, .f-vama * {
    vertical-align: middle;
}

.f-wsn {
    word-wrap: normal;
    white-space: nowrap;
}

.f-pre {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.f-wwb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.f-lhn {
    line-height: normal;
}

.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.f-dsk {
    display: block;
}

.pre-box img {
    max-width: 100%;
    max-height: 100%;
}

.mui-slider .mui-slider-group .mui-slider-item {
    /*height: auto影响未知，先注释*/
}
