 初始化css */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body{
    color: #444444;
    background-color: #F4F4F7;
}
body, button, input, select, textarea {
    font: 15px "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu, Arial, 'SimSun', '\5b8b\4f53', sans-serif;
}
button, input[type=button]{cursor: pointer;padding: 0;}
html, body, h1, h2, h3, h4, h5, ul, li, ol, dl, dt, dd , td, th{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
p{margin: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
label{font-weight: normal;
    margin-bottom: 0;}
a{
    color: #00a0e9;
    text-decoration: none;
}
a:hover, a:link, a:focus { text-decoration: none; color: #00a0e9;outline: none;}
em,i{font-style: normal;}
button,input{
    border:none;
    outline: none;
}
button{cursor:pointer;}
fieldset, img { border: none; }/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/*移除number箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}

.c-blue,a.c-blue{
    color: #32a0ee;
}
.c-orange,a.c-orange{
    color: #ff9913;
}
.c-green,a.c-green{
    color: #5EB937;
}
.c-gray,a.c-gray{
    color: #959595;
}
.c-red,a.c-red{
    color: #ff7272;
}
.c-zhise,a.c-zhise{
    color:#A2A6C7;
}
.c-6,a.c-6{
    color:#666;
}
.bg-green{
    background: #23C6C8;
}
.bg-blue{
    background: #1C84C6;
}
.bg-green2{
    background: #1AD69C !important;
}
.bg-red{
    background: #ff7272 !important;
}
.fl-l{float: left;}
.fl-r{float: right;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.txt-c{text-align: center;}
.first{margin-left: 0!important;}
.visibility-hidden{
    visibility: hidden;
}
.pt-5{
      padding-top: 5px!important;
}
.pt-10{
    padding-top: 10px!important;
}
.mt-10 {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE
}
.mt-30 {
    margin-top: 30px;
}
.line-35{
    line-height: 35px
}
.display-none{
    display: none!important;
}
.border-bottom{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 18px;
}
.font-12{font-size: 12px}
.font-13{font-size: 13px}
.font-14{font-size: 14px}
.font-16{font-size: 16px}
.font-18{font-size: 18px}
.font-19{font-size: 19px}
.font-22{font-size: 22px;}
.font-24{font-size: 24px}
.font-28{font-size: 28px}
.font-30{font-size: 30px}
.font-36{font-size: 36px;line-height: 32px}
.font-bold{font-weight: bold}
/*重写复选框样式*/
.checkbox-group{
    display: inline-block;
    vertical-align: middle;
}
.checkbox-group input{
    display: none;
    display/*\**/: inline-block \9;
}
.checkbox-group input[type=checkbox] + label{
    display: inline-block;
    display/*\**/: none \9;
    width: 100%;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
    background: url("../images/checkbox.png") no-repeat;
    background-position: 0 0;
}
.checkbox-group input[type=checkbox]:checked + label{
    background-position: 0 -27px;
}
.checkbox-group + label{
    display: inline-block;
    vertical-align: middle;
}
/**/
.sele-city{
    display: inline-block;
    margin-right: 10px;
    line-height: 35px;
}
.sele-city select{
    height: 35px;
    padding: 0 5px;
}
/*--modal--*/
.modal-content{
    margin-top: 110px
}
.fixed-btn{
    position: fixed;
    right: 50px;
    bottom: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border:1px solid #3598DB;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #3598DB;
    display: none;
}
.fixed-btn a{
    display: block;
}



.tupian{
	display: inline-block;
    display/*\**/: none \9;
    width: 100%;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
    background: url("../images/file.png") no-repeat;
    background-position: 0 0;
}