@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #fff;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}
.overflow{overflow: hidden;}
/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}
/**兼容ie 提示**/
.ie-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1099;
    background: #999;
  }
.iefix-btn a, .iefix-con, .iefix-icon-chrome, .iefix-icon-close, .iefix-icon-ff, .iefix-icon-qq, .iefix-icon-tab, .iefix-icon-up {
    display: inline-block;
    vertical-align: middle
}
.iefix-icon-qq {
width: 16px;
height: 16px;
background-image: url(../img/global-components-img.png);
background-position: -140px -188px
}
.iefix-icon-ff {
width: 16px;
height: 16px;
background-image: url(../img/global-components-img.png);
background-position: -158px -188px
}
.iefix-icon-chrome {
width: 16px;
height: 16px;
background-image: url(../img/global-components-img.png);
background-position: -176px -188px
}
.iefix-icon-close {
width: 16px;
height: 16px;
background-image: url(../img/global-components-img.png);
background-position: -194px -188px
}
.iefix-icon-up {
width: 120px;
height: 99px;
background-image: url(../img/global-components-img.png);
background-position: -124px 0px
}
.iefix-icon-tab {
width: 209px;
height: 112px;
background-image: url(img/iefix/tab.png)
}
.iefix-mask {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1099;
background: #000;
opacity: .8;
filter: alpha(opacity=80)
}
.iefix-wrap {
position: fixed;
left: 50%;
top: 50%;
z-index: 1100;
margin: -225px 0 0 -290px;
width: 580px;
min-height: 380px;
background: rgb(56, 144, 196);
text-align: center
}
.iefix-close {
position: absolute;
right: 20px;
top: 20px
}
.iefix-close i {
cursor: pointer
}
.iefix-con {
padding-top: 40px
}
.iefix-title {
color: #fff;
font-size: 24px;
font-weight: 400;
padding-top: 20px
}
.iefix-txt {
color: #a7c9f0;
padding-top: 15px;
width: 360px;
margin: 0 auto;
line-height: 1.8
}
.iefix-btn {
padding: 30px 0
}
.iefix-btn a {
width: 150px;
height: 30px;
padding-top: 5px;
border: 1px solid #fff;
color: #fff;
margin-right: 10px
}
.iefix-btn a:hover {
background: #fff;
color: #00a4ff
}
.iefix-btn a i {
margin-right: 5px
}
.iefix-btn a:hover .iefix-icon-qq {
background-image: url(../img/global-components-img.png);
background-position: 0px -207px
}
.iefix-btn a:hover .iefix-icon-ff {
background-image: url(../img/global-components-img.png);
background-position: -194px -170px
}
.iefix-btn a:hover .iefix-icon-chrome {
background-image: url(../img/global-components-img.png);
background-position: -212px -188px
}
.iefix-bottom {
border-top: #a7c9f0 1px solid;
color: #a7c9f0;
padding: 15px 40px;
line-height: 1.8;
font-size: 12px
}
.iefix-bottom span {
display: block;
text-align: right
}
.iefix-bottom a {
color: #a7c9f0
}
.iefix-bottom .iefix-blockquote {
text-align: left
}
.iefix-bottom a:hover {
text-decoration: underline
}