﻿* {
    box-sizing: border-box;
    font-family: '微软雅黑';
}

html,
body {
    margin: 0;
}


/*======================公共样式=======================*/

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
}

textarea {
    resize: none;
}

input,
select {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.transition_3 {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.transition_4 {
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.transition_5 {
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

.transition_6 {
    transition: all linear 0.6s;
    -webkit-transition: all linear 0.6s;
    -moz-transition: all linear 0.6s;
    -ms-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
}

.transition_7 {
    transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    -moz-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
}


/*position*/

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}


/*underline*/

.text_underline {
    text-decoration: underline;
}

.no_underline {
    text-decoration: none !important;
}


/*float*/

.fl {
    float: left;
}

.fr {
    float: right;
}
.clx:before {
    content: '';
    display: block;
    clear: both;
}

.clx:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    clear: both;
    font-size: 0px;
}

/*display*/

.table {
    display: table;
}

.table_cell {
    display: table-cell;
}

.block {
    display: block;
}

.inline_block {
    display: inline-block;
}


/*vertical-align*/

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.vertical_top {
    vertical-align: top;
}


/*text-ellipsis*/

.text_ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text_ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*margin*/

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_15 {
    margin-top: 15px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_bottom_5 {
    margin: 5px 0;
}

.margin_top_bottom_10 {
    margin: 10px 0;
}

.margin_top_bottom_20 {
    margin: 20px 0;
}

.margin_top_bottom_50 {
    margin: 50px 0;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_right_4 {
    margin-right: 4px;
}

.margin_right_5 {
    margin-right: 5px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_15 {
    margin-right: 15px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_left_4 {
    margin-left: 4px;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_left_15 {
    margin-left: 15px;
}

.margin_left_30 {
    margin-left: 30px;
}

.margin_bottom_4 {
    margin-bottom: 4px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_left_right_5 {
    margin: 0 5px;
}

.no_margin {
    margin: 0 !important;
}

.no_margin_top {
    margin-top: 0 !important;
}

.no_margin_right {
    margin-right: 0 !important;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

.no_margin_left {
    margin-left: 0 !important;
}


/*padding*/

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px;
}

.padding_top_2 {
    padding-top: 2px;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_left_5 {
    padding-left: 5px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_left_15 {
    padding-left: 15px;
}

.padding_right_5 {
    padding-right: 5px;
}

.padding_right_10 {
    padding-right: 10px;
}

.padding_right_15 {
    padding-right: 15px;
}

.padding_top_bottom_5 {
    padding: 5px 0;
}

.padding_top_bottom_10 {
    padding: 10px 0;
}

.padding_top_bottom_140 {
    padding: 140px 0;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_bottom_7 {
    padding-bottom: 7px;
}

.padding_bottom_40 {
    padding-bottom: 40px;
}

.padding_left_right_10 {
    padding: 0 10px;
}

.padding_left_right_15 {
    padding: 0 15px;
}

.padding_left_right_20 {
    padding: 0 20px;
}

.no_padding {
    padding: 0 !important;
}

.no_padding_top {
    padding-top: 0 !important;
}

.no_padding_right {
    padding-right: 0 !important;
}

.no_padding_bottom {
    padding-bottom: 0 !important;
}

.no_padding_left {
    padding-left: 0 !important;
}


/*align*/

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}


/*width,height*/

.width_full {
    width: 100%;
}

.height_full {
    height: 100%;
}

.no_height {
    height: 0;
}

.no_width {
    width: 0;
}

.height_auto {
    height: auto;
}

.width_auto {
    width: auto;
}


/*font-size*/

.font_0 {
    font-size: 0;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_24 {
    font-size: 24px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_28 {
    font-size: 28px !important;
}

.font_54 {
    font-size: 54px !important;
}

.common_font {
    font-size: 14px;
}

.font_bold {
    font-weight: bold;
}

.font_color_gray {
    color: #9A9A9A;
}

.font_color_red {
    color: #FE0000;
}

.font_color_orange {
    color: #F97B00;
}

.font_color_yellow {
    color: #FEAE01;
}

.font_color_green {
    color: #33AF37;
}

.font_color_white {
    color: #fff;
}


/*space*/

.common_margin_space {
    margin: 13px 33px;
}

.line_top_space {
    margin-top: 15px;
}

.line_height_1 {
    line-height: 1;
}


/*border*/

.no_border {
    border: none;
}

.no_border_top {
    border-top: none;
}

.no_border_right {
    border-right: none;
}

.no_border_bottom {
    border-bottom: none;
}

.no_border_left {
    border-left: none;
}

.zindex_1 {
    z-index: 1;
}

.zindex_2 {
    z-index: 2;
}

.zindex_3 {
    z-index: 3;
}

.zindex_4 {
    z-index: 4;
}

.zindex_5 {
    z-index: 5;
}

.zindex_6 {
    z-index: 6;
}

.zindex_7 {
    z-index: 7;
}

.zindex_8 {
    z-index: 8;
}

.zindex_9 {
    z-index: 9;
}

.zf_row:before,
.zf_row:after {
    content: '';
    display: table;
    clear: both;
}


/*hover*/

.hover_blue {
    transition: all 0.2s linear;
    cursor: pointer;
}

.hover_blue:hover {
    color: #327ffe !important;
}

.zf_col_1,
.zf_col_2,
.zf_col_3,
.zf_col_4,
.zf_col_5,
.zf_col_6,
.zf_col_7,
.zf_col_8,
.zf_col_9,
.zf_col_10,
.zf_col_11,
.zf_col_12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.zf_col_1 {
    width: 8.33333%;
}

.zf_col_2 {
    width: 16.66667%;
}

.zf_col_3 {
    width: 25%;
}

.zf_col_4 {
    width: 33.33333%;
}

.zf_col_5 {
    width: 41.66667%;
}

.zf_col_6 {
    width: 50%;
}

.zf_col_7 {
    width: 58.33333%;
}

.zf_col_8 {
    width: 66.66667%;
}

.zf_col_9 {
    width: 75%;
}

.zf_col_10 {
    width: 83.33333%;
}

.zf_col_11 {
    width: 91.66667%;
}

.zf_col_12 {
    width: 100%;
}

.input_group .input_title {
    font-size: 14px;
    color: #999999;
    padding-top: 2px;
    text-align: left;
}

.input_group {
    margin-bottom: 15px;
}

.input_group input {
    height: 25px;
    border: 1px solid #E4E4E4;
    padding: 0 10px;
    color: #999999;
}

.input_group textarea {
    height: 65px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    color: #999999;
}

.input_group select {
    height: 25px;
    border: 1px solid #E4E4E4;
    color: #999999;
}

.input_group .input_dot {
    color: #f00;
    font-size: 14px;
    padding-top: 5px;
    text-align: right;
}

.sizable_box {
    position: relative;
    display: inline-block;
}

.sizable_box .size_h100 {
    margin-top: 100%;
}

.sizable_box .size_h90 {
    margin-top: 90%;
}

.sizable_box .size_h80 {
    margin-top: 80%;
}

.sizable_box .size_h70 {
    margin-top: 70%;
}

.sizable_box .size_h60 {
    margin-top: 60%;
}

.sizable_box .size_h50 {
    margin-top: 50%;
}

.sizable_box .size_h40 {
    margin-top: 40%;
}

.sizable_box .size_h30 {
    margin-top: 30%;
}

.sizable_box .size_h20 {
    margin-top: 20%;
}

.sizable_box .size_h10 {
    margin-top: 10%;
}

.sizable_box .size_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dialog_large {
    width: 1000px;
}

.dialog_middle {
    width: 700px;
}

.dialog_small {
    width: 500px;
}

.absolute_full {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.box_shadow {
    box-shadow: 0 0 10px 0 rgba(59, 174, 218, 0.5);
}

.hover_box_shadow:hover {
    box-shadow: 0 0 10px 0 rgba(59, 174, 218, 0.5);
}

.checkbox-custom input[type=checkbox]:checked+label:after,
.checkbox-custom input[type=radio]:checked+label:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 14px;
    top: 3px;
    left: 4px;
    width: 0;
    height: 0;
    transform: rotate(0deg);
}

.checkbox-custom.fill input[type=checkbox]:checked+label:after,
.checkbox-custom.fill input[type=radio]:checked+label:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 14px;
    top: 3px;
    left: 4px;
    width: 0;
    height: 0;
    color: #fff !important;
    transform: rotate(0deg);
}

.common_border_bottom {
    border-bottom: 1px solid #DDDDDD;
}











* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Microsoft YaHei";
    font-style: initial;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #4c4c4c;

}

.clx:before {
    content: '';
    display: block;
    clear: both;
}

.clx:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    font-size: 0px;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

em,
i {
    font-style: normal;
}


/*一般链接*/

a {
    text-decoration: none;
    cursor: pointer;
    color: #4C4C4C;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    border: none;
    outline: none;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea {
    padding: 10px;
    resize: none;
}


/*======================公共样式=======================*/

.hide {
    display: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.text_underline {
    text-decoration: underline;
}

.no_underline {
    text-decoration: none !important;
}

.middle_part {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.clx:before {
    content: '';
    display: block;
    clear: both;
}

.clx:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.inline_block {
    display: inline-block;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.vertical_top {
    vertical-align: top;
}

.text_ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text_ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.text_ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.text_ellipsis_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text_ellipsis_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*transition*/
.transition_3{
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.transition_4{
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.transition_5{
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}
.transition_6{
    transition: all linear 0.6s;
    -webkit-transition: all linear 0.6s;
    -moz-transition: all linear 0.6s;
    -ms-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
}
.transition_7{
    transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    -moz-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
}

.hide{display: none;}
.absolute{position: absolute;}
.relative{position: relative;}

.text_underline{text-decoration: underline;}
.no_underline{text-decoration: none !important;}

.middle_part{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/*margin*/

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_15 {
    margin-top: 15px;
}

.margin_top_20 {
    margin-top: 20px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_top_30 {
    margin-top: 30px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_bottom_5 {
    margin: 5px 0;
}

.margin_top_bottom_10 {
    margin: 10px 0;
}

.margin_top_bottom_20 {
    margin: 20px 0;
}

.margin_top_bottom_50 {
    margin: 50px 0;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_right_5 {
    margin-right: 5px;
}

.margin_right_15 {
    margin-right: 15px;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_left_15 {
    margin-left: 15px;
}

.margin_left_30 {
    margin-left: 30px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_left_right_5 {
    margin: 0 5px;
}


/*padding*/

.padding_10 {
    padding: 10px;
}

.padding_20 {
    padding: 20px;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_top_bottom_10 {
    padding: 10px 0;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_bottom_40 {
    padding-bottom: 40px;
}

.padding_top_bottom_140 {
    padding: 140px 0;
}

.padding_left_right_10 {
    padding: 0 10px;
}

.padding_left_right_20 {
    padding: 0 20px;
}


/*border*/

.common_border {
    border: 1px solid #DCDCDC;
}

.common_left_border {
    border-left: 1px solid #DCDCDC;
}

.common_bottom_border {
    border-bottom: 1px solid #DCDCDC;
}


/*align*/

.align_center {
    text-align: center;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right !important;
}


/*width,height*/

.width_full {
    width: 100%;
}

.height_full {
    height: 100%;
}


/*font-size*/

.font_0 {
    font-size: 0;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_24 {
    font-size: 24px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_28 {
    font-size: 28px !important;
}

.font_54 {
    font-size: 54px !important;
}

.common_font {
    font-size: 14px;
}


/*font-bold*/

.font_bold {
    font-weight: bold;
}


/*font-color*/

.common_font_color {
    color: #48cfd5 !important;
}

.hover_common_font_color:hover {
    color: #48cfd5 !important;
}

.default_font_color {
    color: 5c5c5c !important;
}

.font_color_gray {
    color: #9A9A9A !important;
}

.font_color_red {
    color: #FE0000 !important;
}

.font_color_orange {
    color: #F97B00 !important;
}

.font_color_yellow {
    color: #FEAE01 !important;
}

.font_color_green {
    color: #33AF37 !important;
}

.font_color_white {
    color: #fff !important;
}

.overflow_hidden {
    overflow: hidden;
}


/*scroll*/

.scroll {
    overflow: auto;
}

.scroll_x {
    white-space: nowrap;
    overflow: auto;
}

.scroll_y {
    overflow: auto;
}

.link_box {
    display: block;
}

.common_bg_color {
    background-color: #48cfd5 !important;
}

.bg_gray {
    background-color: #F8F8F8;
}

.btn {
    width: 84px;
    height: 32px;
    border: none;
    background-color: #fd7100;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
}

.btn1 {
    width: 80px;
    height: 33px;
    border: none;
    background-color: #b3b3b3;
    font-size: 14px;
    color: #fff;
}

.btn2 {
    width: 155px;
    height: 45px;
    border: none;
    background-color: #48cfd5;
    font-size: 15px;
    color: #fff;
}

.btn3 {
    width: 95px;
    height: 35px;
    border: none;
    background-color: #48cfd5;
    font-size: 15px;
    color: #fff;
}

.btn4 {
    width: 270px;
    height: 90px;
    border: none;
    background-color: #48cfd5;
    font-size: 22px;
    color: #fff;
    line-height: 90px;
}

.radius1 {
    border-radius: 4px;
}

.form_group {
    font-size: 0;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.form_group .form_title {
    float: left;
    width: 15%;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
}

.form_group .form_input {
    float: left;
    height: 35px;
    width: 85%;
    padding: 0 10px;
    border: 1px solid #DCDCDC;
    padding-top: 4px;
}

.form_group textarea {
    float: left;
    width: 85%;
    padding: 10px !important;
    height: 315px !important;
    border: 1px solid #DCDCDC;
}

.form_group_1 {
    font-size: 0;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.form_group_1 .form_title {
    float: left;
    width: 30%;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
}

.form_group_1 .form_input {
    float: left;
    height: 35px;
    width: 70%;
    padding: 0 10px;
    border: 1px solid #DCDCDC;
    padding-top: 4px;
}


/*===透明度==*/

.filter {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=70);
    *zoom: 1;
}

.bold-item {
    font-weight: bold;
}


/*===========================分页======================================*/

.pages {
    width: 665px;
    margin: 40px auto 30px auto;
}

.pages #Pagination {
    float: left;
    overflow: hidden;
}

.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
    font-family: \u5b8b\u4f53, Arial;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 11px 13px;
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #f6f6f6;
    color: #666666;
    font-family: \u5b8b\u4f53, Arial;
    font-size: 14px;
    cursor: pointer;
}

.pages #Pagination .pagination .current {
    background: #ffac59;
    color: #fff;
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    padding: 11px 13px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    color: #666666;
    cursor: pointer;
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
    background: url(../images/icon.fw.png) no-repeat;
}

.pages #Pagination .pagination .prev {
    border-right: none;
}

.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}

.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}

.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
}

.pages .searchPage {
    float: left;
    padding: 8px 0;
}

.pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #999999;
    font-family: \u5b8b\u4f53, Arial;
    font-size: 14px;
}

.pages .searchPage .page-go {
    padding: 8px 0;
    color: #999999;
    font-family: \u5b8b\u4f53, Arial;
    font-size: 14px;
    padding: 10px 0\9;
    *padding: 6px 0;
}

.pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    /*padding-left: 5px;*/
    border: 1px solid #e4e4e4;
}

.pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #ffac59;
    border-radius: 2px;
    color: #ffffff;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    text-decoration: none;
}

.font0{
    font-size: 0;
}
.line_height_1{
    line-height: 1;
}