@charset "utf-8";

html, body, iframe, h1, h2, h3, h4, h5, h6, p , form , dl, dd, ol, ul, input{margin: 0;}
h1, h2, h3, h4, h5, h6, strong, b{
    font-weight:normal;
}
::-ms-clear, ::-ms-reveal{display: none;}
input[type=text]::-ms-clear{
    display: none;
}
ol,ul{margin:0;padding:0;}
ol, ul {list-style: none}
* html .clearfix {zoom: 1;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0}
*:first-child+html .clearfix {zoom: 1}
img{border:0 none;}
:focus {outline: 0}
ins,a {text-decoration: none}
em,i{font-style:normal;}
table {border-collapse: collapse;border-spacing: 0; table-layout: fixed;}
.fl {float: left}
.fr {float: right}
.block{display:block}
.relative{position:relative;}
.wrap{margin:0 auto;}
section, article, aside, header, footer, nav, dialog, figure {display: block}
input::-webkit-input-placeholder{
    color:#ccc;
    font-size:12px;
}
html{height:100%;}
body{
    color: #9e9e9e;
    font: 14px "Microsoft Yahei", arial,sans-serif;
    background: rgb(240, 240, 240);
    font-weight: normal;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.canSelect{
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
}
a:link, a:visited{
    color: #9e9e9e;
}
@font-face {
    font-family: 'iconfont';  /* project id 510225 */
    src: url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.eot');
    src: url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.eot?#iefix') format('embedded-opentype'),
    url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.woff2') format('woff2'),
    url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.woff') format('woff'),
    url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.ttf') format('truetype'),
    url('//at-alicdn-com.webvpn.dqsy.net/t/font_510225_p4u5oectu9c.svg#iconfont') format('svg');
  }
.loadingBg{
    background-image:url(../img/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
}
.thmemColor{
    color:#eb6200;
}
.ovisible{
    overflow:visible;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.orange{
    color:#eb6200;
}
.gray{
    color:#999;
}
.black{
    color:#000;
}
.middle{
    vertical-align:middle;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.crossLine{
    text-decoration:line-through;
}
.stick{
    filter: url("#goo");
}
.hide{
    display:none;
}
.fz12{font-size: 12px!important;}
.fz14{font-size: 14px!important;}
.fz16{font-size: 16px!important;}
.fz18{font-size: 18px!important;}
.fz20{font-size: 20px!important;}
.fz24{font-size: 24px!important;}
.fz32{font-size: 32px!important;}
.fz48{font-size: 48px!important;}
.ml3{margin-left:3px;}
.mt3{margin-top:3px;}
.mr3{margin-right:3px;}
.mb3{margin-bottom:3px;}
.ml5{margin-left:5px;}
.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.ml10{margin-left:10px;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml20{margin-left:20px;}
.mt20{margin-top:20px;}
.mr20{margin-right:20px;}
.mb20{margin-bottom:20px;}
.ml30{margin-left:30px;}
.mt30{margin-top:30px;}
.mr30{margin-right:30px;}
.mb30{margin-bottom:30px;}
.ml50{margin-left:50px;}
.mt50{margin-top:50px;}
.mr50{margin-right:50px;}
.mb50{margin-bottom:50px;}
.w1000{
    width:1000px;
}
.cm_pop{
    display:none;
    background:#fff;
    padding:20px;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
}
.cm_mask{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: fixed;
    top: 0;
    left: 0;
    z-index:10;
    display:none;
}
.msgAlert{
    width:100%;
    height:0;
    overflow:visible;
    position: fixed;
    left:0;
    top:0;
    text-align:center;
    z-index:101;
}
.msgAlert .mod{
    background:url(../img/aph50.png) repeat;
    max-width:800px;
    line-height:2em;
    color:#fff;
    font-size:14px;
    padding:20px 50px;
    display:inline-block;
    margin-top:100px;
    border-radius:3px;
}
.btn_m{
    padding:5px 15px;
    vertical-align:middle;
    border-radius:5px;
}
.btn_gray_bd{
    border:1px solid #ddd;
}
.btn_org_bd{
    border:1px solid #eb6200;
}
.pagingWrap{
    overflow:hidden;    
}
.pagingWrap a{
    background:#fff;
    height:32px;
    line-height:32px;
    padding:0 15px;
    margin-left:5px;
    display:inline-block;
    border-radius:16px;
}
.pagingWrap a:hover{
    background:#eb6200;
    color:#fff;
}
.pagingWrap a.current{
    background:#c0c0c0;
    color:#fff;
}
.pagingWrap a.disable{
    background:#e9e9e9;
    color:#c0c0c0;
}



