/*======================公共样式=======================*/
/*html{overflow-x: hidden; height: 100%;}*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body,
input {
    font-family: "microsoft yahei";
}

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

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: ”;
}

abbr,
acronym {
    border: 0;
}


.hide {
    display: 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;
}

/*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_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_20 {
    margin-left: 20px;
}

.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_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_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%;
}

.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%;
}