* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-family: sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, iframe, a, span, i, em, iframe, input {
    padding: 0;
    margin: 0;
    font-size: 13px
}

/*@font-face {
    font-family: 'iconfont';
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")
}
*/
@font-face {
  font-family: 'iconfont';  /* project id 120585 */
  src: url('//at.alicdn.com/t/font_120585_g56mwmktwxrsh5mi.eot');
  src: url('//at.alicdn.com/t/font_120585_g56mwmktwxrsh5mi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_120585_g56mwmktwxrsh5mi.woff') format('woff'),
  url('//at.alicdn.com/t/font_120585_g56mwmktwxrsh5mi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_120585_g56mwmktwxrsh5mi.svg#iconfont') format('svg');
}
body {
    background-color: #f2f2f2
}

input {
    -webkit-appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text
}
.nav_padding{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

ul {
    list-style: none
}

a {
    text-decoration: none
}
.flex_box, .footer, .header_search {
    display: -moz-box;
    display: -webkit-box;
    display: box
}

.flex_one, .footer a, .header_search .search_input {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

.text_justify {
    text-align: justify;
    text-justify: auto
}

.content {
    margin: 45px 0 50px;
    overflow: hidden
}
.top_content {
    margin: 45px 0 0;
    overflow: hidden
}

.clear_bor {
    border: none !important
}

.clear_border_r {
    border-right: none !important
}

.clear_border_b {
    border-bottom: none !important
}

.footer {
    width: 100%;
    height: 49px;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    position: fixed;
    bottom: 0
}

.footer a {
    display: block;
    text-align: center;
    color: #999;
    font-size: 0
}

.footer a i {
    font-size: 30px;
    line-height: 37px
}

.footer a p {
    font-size: 12px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 10px;
    margin-top: -4px
}

.footer .cur_a {
    color: #48a5f4
}

.iframe-box {
    width: 100%;
    padding-top: 20px;
    height: 500px
}

.iframe-box iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%
}

.header {
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    padding: 0 12px;
    color: #48a5f4;
    z-index: 100
}

.header .header_return {
    height: 100%;
    display: block;
    float: left;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    color: #48a5f4
}

.header .header_return .header_return_word {
    font-style: normal;
    font-size: 16px;
    font-weight: normal
}

.header .header_right {
    display: block;
    height: 100%;
    float: right;
    line-height: 45px;
    font-size: 18px
}

.header_ordinary {
    text-align: center;
    line-height: 45px
}

.header_ordinary div {
    position: relative
}

.header_ordinary div .header_return {
    position: absolute;
    left: 0;
    float: none
}

.header_ordinary div span {
    color: #333;
    font-size: 18px
}

.header_ordinary div .header_right {
    position: absolute;
    right: 0;
    top: 0;
    color: #48a5f4;
    font-size: 16px
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 105
}

@media \0creen\,screen\9 {
    .mask {
        background-color: #000;
        filter: Alpha(opacity=30);
        position: static;
        *zoom: 1
    }
}

.content_iframe {
    border: 0;
    outline: 0;
    width: 100%;
    display: block
}

.header_search {
    height: 45px;
    border-bottom: 1px solid #ddd;
    padding: 0 12px;
    width: 100%;
    background-color: #f9f9f9
}

.header_search i {
    display: block;
    line-height: 45px;
    font-style: normal;
    font-size: 22px;
    color: #999;
    margin-right: 10px
}

.header_search .search_input {
    display: block;
    font-size: 18px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 44px;
    color: #333
}

.header_search .search_input::-webkit-input-placeholder {
    line-height: 23px
}

.header_search .search_input:-moz-placeholder {
    line-height: 23px
}

.header_search .search_input::-moz-placeholder {
    line-height: 24px
}

.header_search .search_input:-ms-input-placeholder {
    line-height: 24px
}

.header_search .search_clean {
    font-style: normal;
    display: block;
    line-height: 46px;
    margin-left: 10px;
    color: #999;
    font-size: 12px
}

.header_search a {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #48a5f4;
    line-height: 45px;
    margin-left: 16px
}

.container_box {
    display: none
}

.all_box {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    overflow-y: scroll
}