/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; font-family: "Microsft YaHei","微软雅黑";}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0;}
select, input {font-size:14px; vertical-align:middle;font-family: "Microsft YaHei","微软雅黑";}
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
table { border-collapse:collapse; }
body {  font-size:14px;width:100%;  font-family: "Microsft YaHei","微软雅黑";  color:#333333;  background-color:#F2F2F2;  }
.clearfix:before,.clearfix:after {  content:"";  display:table;  _font-size:0px;  }
.clear{content:"";  display:table;clear: both}
.clearfix:after{clear:both;}
.rt{  float: right;  }
.lf{float:left}
.clearfix{  *zoom:1;/*IE/7/6*/  }
a {color:#4B4B4B; text-decoration:none;font-family: "Microsft YaHei","微软雅黑" !important; }
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
select::-ms-expand { display: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex-pack-between {
    -webkit-box-pack:space-between ;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flex1{
    flex: 1;
}
.flex2{
    flex: 2;
}
.flex3{
    flex: 3;
}
.flex4{
    flex: 4;
}
.hAll{
    height: 100%;
}
.wAll{
    width: 100% !important;
}


.main{
    width: 1200px;
    margin: 0 auto;
}
.u-cc{
    color:#cccccc;
}

.u-white{
    color:#fff !important;
}
.u-blue,.hover-3E62BA:hover{
    color:#0579b6 !important;
}
.u-red{
    color:#FA6041 !important;
}
.w45{
    width: 45%;
}
.max-w5{
    max-width: 5%;
}
.max-w10{
    max-width: 10%;
}
.max-w15{
    max-width: 15%;
}
.max-w20{
    max-width: 20%;
}
.max-w25{
    max-width: 25%;
}
.bgGreen{
    background: #4EBB6D;
}
.w15{
    width: 15%;
}
.w35{
    width: 35%;
}
.max-w30{
    max-width: 30%;
}
.max-w35{
    max-width: 35%;
}
.max-w40{
    max-width: 40%;
}
.max-w45{
    max-width: 45%;
}
.max-w50{
    max-width: 50%;
}
.max-w60{
    max-width: 60%;
}
.max-w65{
    max-width: 65% !important;
}
.max-w55{
    max-width: 55%;
}
.max-w70{
    max-width: 70% !important;
}
.w85{
    width: 85%;
}
.w80{
    width: 80%;
}
.max-w75{
    max-width: 75%;
}
.padR15{
    padding-right:15px;
}
.padL15{
    padding-left:15px;
}
.max-w80{
    max-width: 80%;
}
.max-w85{
    max-width: 85%;
}
.max-w90{
    max-width: 90%;
}
.max-w95{
    max-width: 95%;
}
.max-25{
    max-width: 25%;
}
.w55{
    width: 55%;
}
.u-orange{
    color:#fc6607;
}
.u-8{
    color:#888888;
}
.u-5{
    color:#555;
}
.u-6{
  /*  color:#666;*/
  color:#fff;
}
.u-9{
    color: #999 !important;
}
.u-6b{
    color:#6b6b6b;
}
.padT0{
    padding-top:0 !important;
}
.bg-f5{
    background: #f5f5f5;
}
.bg-f{
    background-color: #fff!important;
}
.xf-borderTop-e43{
    border-top:1px solid #E4E3E3;
}
.u-org{
    color:#E2731A;
}
.textLeft{
    text-align: left !important;
}
.textRight{
    text-align: right;
}
.textCenter{
    text-align: center;
}
.marL100{
    margin-left:100px;
}
.padB30{
    padding-bottom:30px !important;
}
.padB20{
    padding-bottom:20px !important;
}
.block{
    display: block;
}
.inlne-block{
    display: inline-block;
}
/*pre标签内元素按照原形输出*/
.pre{white-space: pre; }
.contents{
    display: contents;
}
.xf-relative{
    position: relative;
}
.blank20{
    width: 100%;
    height: 20px;
}
.blank40{
    width: 100%;
    height: 40px;
}
.blank10{
    width: 100%;
    height: 10px;
}
.w50{
    width: 50%;
}
.w40{
    width: 40%;
}
.w10{
    width: 10%;
}
.w20{
    width: 20%;
}
.w30{
    width: 30%;
}
.w65{
    width: 65%;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w80{
    width: 80%;
}
.w33{
    width: 33.3%;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden{
    overflow: hidden;
}
.font10{
    font-size: 10px;
}
.font12{
    font-size: 12px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px;
}
.font-24{
    font-size: 24px;
}
.font-20{
    font-size: 20px!important;
}
.font-22{
    font-size: 22px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.font32{
    font-size: 32px !important;
}
.font34{
    font-size: 34px;
}
.font36{
    font-size: 36px;
}
.font38{
    font-size: 38px;
}
.font40{
    font-size: 40px;
}
.font42{
    font-size: 42px;
}
.font44{
    font-size: 44px;
}
.font46{
    font-size: 46px;
}
.marT3{
    margin-top: 3px;
}
.marT4{
    margin-top: 4px;
}
.marT5{
    margin-top:5px;
}
.marT10{
    margin-top: 10px;
}
.marT20{
    margin-top: 20px !important;
}
.marT30{
    margin-top: 30px !important;
	background:#fff;
	padding:10px;
}
.marB5{
    margin-bottom: 5px;
}
.marB16{
    margin-bottom:16px;
}
.marB25{
    margin-bottom:25px;
}
.padT20{
    padding-top:20px;
}
.marB10{
    margin-bottom: 10px;
}
.marB20{
    margin-bottom:20px;
}
.marB15{
    margin-bottom:15px;
}
.marB30{
    margin-bottom:30px;
}
.marB40{
    margin-bottom:40px;
}
.marB50{
    margin-bottom:50px;
}
.padT5{
    padding-top:5px;
}
.pad10{
    padding:10px;
}
.pad20{
    padding:20px;
}
.padLR10{
    padding:0 10px;
}
.padL5{
    padding-left:5px;
}
.padL10{
    padding-left:10px;
}
.padL20{
    padding-left:20px;
}
.font-14{
    font-size: 14px !important;
}
.padL30{
    padding-left:30px !important;
}
.marRight25{
    margin-right:25px;
}
.letter-2{
    letter-spacing: 2px;
}
.padR0{
    padding-right:0 !important;
}
.marLeft0{
    margin-left:0 !important;
}
.marRight0{
    margin-right: 0 !important;
}
.marRight10{
    margin-right: 10px;
}
.marRight20{
    margin-right: 20px!important;
}
.marRight30{
    margin-right: 30px!important;
}
.marRight40{
    margin-right: 40px;
}
.marRight50{
    margin-right: 50px;
}
.marRight60{
    margin-right: 60px;
}
.bgblue{
    background:#0579b6;
}
.bgff{
    background: #fff !important;
}

.border0{
    border:0 !important;
}
.marT15{
    margin-top: 15px !important;
}
.none{
    display: none;
}
.border-radius5{
    border-radius: 5px;
}
.bgF4{
    background: #f4f4f4;
}
.u-3{
    color:#333;
}
.height30{
    height: 30px;
    line-height: 30px;
}
.height20{
    height: 40px;
    line-height: 40px;
}
.height46{
    height: 46px;
    line-height: 46px;
}
.hover-FA6041:hover{
    color:#FA6041;
}
.borderBE7{
    border-bottom:1px solid #E7E7E7;
}
.bgF0{
    background: #FF0000;
}
.bgF90{
    background: #FF9900;
}
.marT0{
    margin-top: 0 !important;
}
.borderE6{
    border:1px solid #e6e6e6;
}
.u-ccc{
    color:#ccc;
}
.u58{
    color:#585858 !important;
}
.bgBBB{
    background: #bbb;
}
.ubgC0{
    background: #C0C0C0 !important;
}
.height40{
    height: 40px !important;
    line-height: 40px !important;
}
.pointer{
    cursor: pointer;
}
.marLeft10{
    margin-left:10px;
}
.padRL10{
    padding:0 10px;
}
.padRL15{
    padding:0 15px;
}
.padRL20{
    padding:0 20px;
}
.padRL25{
    padding:0 25px;
}
.padRL30{
    padding:0 30px;
}
.marLeft30{
    margin-left:30px;
}
.marLeft20{
    margin-left:20px;
}
.marLeft40{
    margin-left:40px;
}
.marLeft60{
    margin-left:60px !important;
}
.marT40{
    margin-top: 40px;
}
.marT50{
    margin-top: 50px;
}
.marT55{
    margin-top: 55px;
}
.marT60{
    margin-top: 60px;
}
.height38{
    height: 38px;
    line-height: 38px;
}
.before-star{
    position: relative;
    padding-left:8px;
    display: inline-block;
}
.before-star:before{
    position: absolute;
    content: "*";
    color:#FF0000;
}
.bRad2{
    border-radius: 2px;
}
.marLeft40{
    margin-left:40px;
}
.width110{
    width: 110px;
}
.bgE6{
    background: #e6e6e6;
}
.padRL5{
    padding:0 5px;
}
/*文件上传样式重写*/
.select-file {
    position: relative;
}

.select-file p {
    height: 22px;
    line-height: 22px;
}
.select-file p  span{
    cursor: pointer;
    width: 68px;
    text-align: center;
    border: 1px solid #3E62BA;
}
.select-file input[type="file"]{
    position: absolute;
    top:0;
    left:0;
    display: block;
    height: 24px;
    z-index: 2;
    opacity: 0;
}
.lineM{
    text-decoration:line-through;
}
.borderTE7{
    border-top:1px solid #e7e7e7;
}
.padR5{
    padding-right:5px;
	color:#f1600d !important;
}
.borderblue{
    border:1px solid #3E62BA;
}
.padRL0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.marT25{
    margin-top:25px !important;
}
.height28{
    height: 28px;
    line-height: 28px;
}
.u-3{
    color:#333;
}
.nonebg{
    background: none!important;
}
input[disabled='disabled'].bgblue{
    background:rgba(153, 153, 153, 0.46);
}
.input-group-input input[type="number"] {
    width: calc(100% - 48px);
    color:#666;
}
.bv-form .help-block {
    right: 35px !important;
    top: 15px !important;
}
.form-group{
    position: relative;
}
.has-feedback .form-control {
    padding-right: 1px !important;
}
.select-box>span{
    overflow: hidden;
}
.select {
    padding:0 20px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.height32{
    height: 32px;
    line-height: 32px;
}
.bold{
    font-weight: bold;
}
.height36{
    height: 36px;
    line-height: 36px;
}
.marLeft5{
    margin-left: 5px !important;
}
.marLeft25{
    margin-left:25px;
}
.padT30{
    padding-top:30px;
}
.marRight5{
    margin-right:5px !important;
}
.padTBRL15{
    padding:15px;
}
.padL0{
    padding-left:0 !important;
}
.padT40{
    padding-top:40px;
}
.height50{
    height:50px;
    line-height: 50px;
}

.bg0{
    background: none !important;
}
.inputBtn[disabled='true']{
    background: rgba(15,172,243,.5);
}
.inputBtn[disabled='disabled']{
    background: rgba(15,172,243,.5) !important;
}
.pad0{
    padding:0 !important;
}
.marB60{
    margin-bottom:60px !important;
}
.trans{
    -moz-transition:all .5s;
    -ms-transition: all .5s;
    -o-moz-transition: all .5s;
    -webkit-moz-transition: all .5s;
    transition: all .5s;
}
.marL15{
    margin-left:15px;
}
.height34{
    height: 34px;
    line-height: 34px;
}
.marT7{
    margin-top:7px;
}
.bgF2{
    background: #F2F2F2;
}
.pad25{
    padding:25px;
}
.height18{
    height: 18px;
    line-height: 18px;
}
.height22{
    height: 22px;
    line-height: 22px;
}
.height26{
    height: 26px;
    line-height: 26px;
}
.padR10{
    padding-right: 10px;
}
.font-26{
    font-size: 26px;
}
.boxSizing{
    box-sizing: border-box;
}
.padR20{
    padding-right:20px;
}
.ubgDe{
    background: #dedede;
}
.bRad0{
    border-radius: 0!important;
}
.u58{
    color:#585858 !important;
}
.d8{
    color:#d8d8d8;
}
.w25{
    width: 25%;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
/*焦点时也加上，不加会出现黄色背景闪动一下*/
input[type=text]:focus,input[type=password]:focus,textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
.themeColor{
color:#3E62BA;
}
.themeBg{
    background: #3E62BA;
}
.borderR0{
    border-right:0;
}
.u-f{
    color:#fff;
}
.line22{
    line-height: 22px;
}
.line24{
    line-height: 24px;
}
.line26{
    line-height: 26px;
}
.line28{
    line-height: 28px;
}
.line30{
    line-height: 30px;
}
.line32{
    line-height: 32px;
}
.line36{
    line-height: 36px;
}
.lineH40{
    line-height: 40px;
}
.line48{
    line-height: 48px;
}
.line50{
    line-height: 50px;
}
.marLeft15{
    margin-left:15px;
}
.marT80{
    margin-top: 80px;
}
.marT70{
    margin-top:70px;
}
.marT100{
    margin-top:100px;
}
.marB8{
    margin-bottom:8px;
}
.padB50{
    padding-bottom:50px;
}
.padB60{
    padding-bottom:60px;
}
.before3:before{
    padding-right:3px;
}
.w95{
    width: 95%;
}
.w90{
    width: 90%;
}
.v-sub{
    vertical-align: sub;
}
textarea{
    border:1px solid #e6e6e6;
    box-sizing: border-box;
    padding:15px;
    display: block;
    font-family: "Microsft YaHei", "微软雅黑";
}
textarea:focus{
    outline: none;
    border:1px solid #3E62BA;
}
.w769{
    width: 769px !important;
}
.w749{
    width: 749px!important;
}
.z100{
    z-index: 100;
}
.max-img img{
    max-width: 100%;
    max-height: 100%;
    margin:0 auto;
}
.vTop{
    vertical-align: top;
}
.vMid{
    vertical-align: middle;
}
.vBot{
    vertical-align: bottom;
}
.autoH{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.padL50{
    padding-left:50px;
}
.padR50{
    padding-right:50px;
}
.padL40{
    padding-left:40px;
}
.flex-wrap{
    flex-wrap: wrap;
}
.preReset{
    overflow-x: hidden;
    white-space: pre-line;
    background: none;
    font-size: 14px;
    font-family: MicroSoft YaHei;
    line-height: 30px;
    color: #666 !important;
    border: 0;
}
.breakAll{
    word-break: break-all;
}
.padR5before:before{
    padding-right:5px;
}
.padB5{
    padding-bottom: 5px;
}
.padB10{
    padding-bottom: 10px;
}
.max-wAll{
    max-width:100%;
}
.max-hAll{
    max-height:100%;
}
