html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
select,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 微软雅黑, PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

body,
th,
td,
button,
input,
select,
textarea {
    font: 14px/1.5 'Microsoft YaHei', 微软雅黑, PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    ;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html,
body {
    *position: static;
    height: 100%;
    width: 100%;
    min-width: 1200px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%;
}

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

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

i,
s,
b,
em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: none;
}

button {
    border: none;
}

button[disabled] {
    cursor: not-allowed;
    color: #c1c1c1 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* 去掉select的默认样式 */
/*select {*/
/*    -webkit-appearance: none;*/
/*}*/

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.clear,
.cl {
    zoom: 1;
}

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

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.c6 {
    color: #666;
}
.under{
    cursor: pointer;
    transition: all .3s;
}
.under:hover{
    text-decoration: underline;
}
table {
    width: 100%;
    text-align: center;
    /*文本居中*/
    border-collapse: collapse;
    /*表格的边框合并，如果相邻，则共用一个边框*/
    border-spacing: 0;
    /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

/*透明度*/
.transparent {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.section{
    width: 1200px;
    margin: 0 auto;
}
.ellipsis,
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w1200 {
    width: 1200px;
}

.auto,
.mr0 {
    margin: 0 auto;
}

.w {
    width: 100%;
}

.tc {
    text-align: center;
}

@font-face {
    font-family: 'DINProR';
    src: url('../font/DINPro-Regular.eot');
    /* IE9 */
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Regular.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Regular.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: "DINPro-Medium";
    src: url("../font/DINPro-Medium.ttf") format("truetype"),
        url("../font/DINPro-Medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DINBold;
    src: url('../font/DINCond-Bold.eot');
    /* IE9 */
    src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINCond-Bold.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINCond-Bold.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINCond-Bold.svg#webfont') format('svg');
    /* ios 4.1 */
}


.red {
    color: #F13A3B !important;
}

.yellow {
    color: #fdad4d !important;
}

.blue {
    color: #2488FF !important;
}

.green {
    color: #35b34a !important;
}

.pink {
    color: #FF3B30FF !important;
}

.gray {
    color: #9999994d !important;
}

.bold {
    font-weight: bold !important;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}




/*滑动条*/
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-button {
    /* 2 */
}

.scroll::-webkit-scrollbar-track {
    /* 3 */
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-track-piece {
    /* 4 */
}

.scroll::-webkit-scrollbar-thumb {
    /* 5 */
    background-color: #F13A3B;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-corner {
    /* 6 */
}

.scroll::-webkit-resizer {
    /* 7 */
}

.w920 {
    width: 920px;
}

.H60 {
    width: 100%;
    height: 74px;
}

/* 清除浮动 */
.clearfix:after,
.clearFix:after,.cl:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.clearFix,.cl {
    *zoom: 1;
}

/* 清除伪类样式 */
:focus {
    outline: none;
}

:link,
:visited {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

/* common css */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-none {
    cursor: not-allowed;
}

.user-select-none {
    user-select: none;
}

.db {
    display: block;
    *zoom: 1;
}

.dv {
    display: inline-block;
    vertical-align: middle;

    *display: inline;
    *zoom: 1;
}

.di {
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

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

.btn {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    *display: inline;
    *zoom: 1;
}

.btn:hover {
    text-decoration: none;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

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

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

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

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

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

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

/** 移动端样式重置 **/
/*body {*/
/*禁止页面文字选择,屏幕翻转时文字自动调整大小*/
/*-webkit-user-select: none;*/
/*-webkit-text-size-adjust: none;*/
/*透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/
/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*}*/
/*禁用长按页面时的弹出菜单(iOS下有效)*/
/*img,a { -webkit-touch-callout:none; }*/

/* 面包屑导航 start */
.zcdetail-xie {
    height: 60px;
    line-height: 60px;
    color: #999999;
}

.zcdetail-xie a {
    color: #999999;
}

.zcdetail-xie a:hover {
    color: #F13A3B;
}

/* 面包屑end */


/* fixed start 智能注册页面css start */
.fixedMsg {
    height: 60px;
    background: #fff;
    /* box-shadow: 0px -2px 4px 0px rgba(170, 170, 170, 0.1); */
    box-sizing: border-box;
}

.fixedMsg.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.fixedMsg .go-next {
    float: right;
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
}

.fixedMsg .go-next.on {
    background-color: #19ad79;
}

.fixedMsg.fix>div {
    width: 1200px;
}

.fixedMsg .go-prev {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    color: #F13A3B;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    transition: all .3s ease-out;
}

.fixedMsg .go-prev:hover {
    background-color: #F13A3B;
    color: #fff;
    border-color: #F13A3B;
}

.fixedMsg .go-next:hover {
    opacity: .9;
}

.fixedMsg .go-next.on:hover {
    opacity: .9;
}

.fixedMsg .money {
    margin: 0 24px;
    color: #333333;
}

.fixedMsg .money .msg {
    line-height: 60px;
}

.fixedMsg .money-num {
    position: relative;
    font-size: 20px;
    color: #FF4E4E;
    top: 2px;
    font-family: "DINPro-Medium";
}

.fixedMsg .protocol {
    line-height: 60px;
}

.fixedMsg .protocol label {
    position: relative;
    width: auto;
}

.fixedMsg .protocol label:before {
    position: absolute;
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    vertical-align: -2px;
    border-radius: 2px;
    box-sizing: border-box;
    top: 3px;
    transition: all .3s ease-out;
}

.fixedMsg .protocol label.checked:before {
    border-color: #F13A3B;
    background: url(img/icon-checkbox.png) no-repeat center center;
}

.fixedMsg .protocol input {
    opacity: 0;
}

.fixedMsg .protocol a {
    color: #F13A3B;
}

.fixedMsg .protocol a:hover {
    text-decoration: underline;
}

.fixedMsg .fixedRight {
    color: #333333;
    /* margin-right: 110px; */
}

.fixedMsg.fix .fixedRight {
    margin-right: 32px;
}

.fixedMsg .fixedRight .fixedRight-info {
    line-height: 60px;
}

.fixedMsg .fixedLeft {
    line-height: 60px;
    font-size: 14px;
}

input[type='checkbox'] {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    vertical-align: -2px;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='checkbox']:checked {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #F13A3B;
}

.fixedMsg .fixedLeft .label_div {
    display: inline-block;
    cursor: pointer;
}

.fixedMsg .fixedLeft .label_div:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    vertical-align: -3px;
}

.fixedMsg .fixedLeft .label_div.checked:before {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #F13A3B;
}

.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.current_empty {
    text-align: center;
    font-size: 16px;
    color: #666;
}

/* fixed end */


/* 原始弹窗登录 start */
.small-a {
    font-size: 12px;
    color: #999;
}


.nav_login a {
    color: #fff;
}

#login-box,
#reg-box {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    z-index: 10000002
}

.icp-close {
    position: absolute;
    top: -13px;
    right: -14px;
    width: 36px;
    height: 33px;
    background: url(./img/bg-loginclose.png) no-repeat;
    z-index: 10000001;
    cursor: pointer
}

#bg-filter,
#reg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/k_list_bg.png);
    z-index: 10000001
}

/* 原始弹窗登录 end */


/* .radio_type,
.checkbox_type {
    width: 12px;
    height: 12px;
    appearance: none;
    position: relative;
    outline: none;
    color: #333;
}

.radio_type:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    box-sizing: border-box;
    vertical-align: top;
}

.label_radio>label:after {
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    background: #F13A3B;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    background: url(img/icon-radio.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}

.radio_type:checked + label {
    color: #edd19d;
}

.checkbox_type:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #F13A3B;
    display: inline-block;
    vertical-align: middle;
    margin-top: -14px;
}

.checkbox_type:checked:after {
    content: "";
    width: 12px;
    height: 11px;
    background: url(img/check-on.png) no-repeat center center;
    background-size: 12px 11px;
    position: absolute;
    left: 0;
    top: 0px;
} */

.label_radio label {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    color: #333333;
}


.label_radio .label_box:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    box-sizing: border-box;
}

.label_radio .label_box.checked:before {
    background: url(img/icon-radio.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}


/* 顶部导航 start */
.o_head_main {
    background: transparent;
    height: 74px;
    line-height: 74px;
    position: relative;
}

.o_head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    min-width: 1200px;
    height: 74px;
    line-height: 74px;
    background-color: rgba(0, 0, 0, 0.85);
}

.o_head.fixed {
    /* transition: all 0.2s ease-in-out; */
    position: fixed;
}

.o_head .hHead {
    float: left;
    margin: 20px 0 0 36px;
}

.o_head .o_head_logo {
    width: auto;
    height: 40px;
}

.o_head_ul {
    margin: 0 0 0 48px;
}

.o_head_ul a {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 74px;
    margin-left: 35px;
    transition: all .3s ease-out;
}

.o_head_ul a .hot {
    position: absolute;
    width: 21px;
    height: 16px;
    top: 16px;
    right: -17px;
    background: url(img/icon-hot.gif) no-repeat center center;
    background-size: 100% 100%;
}

.o_head_ul a:hover,
.o_head_ul a.on {
    color: #F13A3B;
}

.o_head_ul a.on {
    font-weight: bold;
}

.o_head_ul a:first-child {
    margin-left: 0;
}

.o_head .o_head_login .login_a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    margin-right: 20px;
    transition: all .3s;
}

.o_head .o_head_login .login_a:hover {
    color: #F13A3B;
    text-decoration: underline;
}

.o_head .o_head_login {
    position: absolute;
    line-height: 74px;
    top: 0;
    right: 0;
}

.o_head .o_head_login .reg_on_a {
    display: inline-block;
    margin: 21px 20px 0 30px;
    width: 32px;
    height: 32px;
    background: url("../images/person_tx.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/* 顶部导航 end */


/* 底部栏目 start */
.footer {
    width: 100%;
    background-color: #1B1B1B;
}

.footer .foot_ys {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .foot_ys>div {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 75px;
    background: url(img/foot-01.png) no-repeat left center;
    background-size: 40px 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin-left: 115px;
}

.footer .foot_ys>div:first-child {
    margin-left: 0;
}

.footer .foot_ys>div:first-child+div {
    background: url(img/foot-02.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div {
    background: url(img/foot-03.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div+div {
    background: url(img/foot-04.png) no-repeat left center;
    background-size: 40px 40px;
}


.footer .footer-head {
    padding: 64px 0;
}

.footer .f-head-left {
    padding-right: 85px;
}

.footer .f-head-lx .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-lx .p2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 32px 0;
    font-family: "DINPro-Medium";
}

.footer .f-head-qq {
    display: inline-block;
    width: 132px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

.footer .f-head-ul>div {
    float: left;
    margin-right: 120px;
}

.footer .f-head-ul>div:last-child {
    margin-right: 0;
}

.footer .f-head-ul>div p a,
.footer .f-head-ul>div p {
    font-size: 12px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .f-head-ul>div p a:hover {
    color: #F13A3B;
}

.footer .f-head-ul>div p:first-child {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .f-head-right {
    position: relative;
    padding-left: 82px;
}

.footer .f-head-right:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 148px;
    background-color: rgba(255, 255, 255, .1);
}

.footer .f-head-code .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-code img {
    width: 75px;
    height: 75px;
    margin: 32px 0 0;
}

.footer .f-head-code .tip {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
    margin-top: 4px;
}

.friend_link {
    background-color: #1B1B1B;
}

.foot_link {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.foot_link span {
    margin-right: 20px;
}

.foot_link a {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgba(255, 255, 255, .6);
}

.foot_link a:hover {
    color: #F13A3B;
}

.footer .footer-bottom>div {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-bottom p,
.footer .footer-bottom .f-bottom-left a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.footer .footer-bottom .f-bottom-left {
    padding-top: 27px;
    box-sizing: border-box;
    line-height: 24px;
}

.footer .footer-bottom .f-bottom-left a:hover {
    color: #F13A3B;
}

.footer .footer-bottom .f-bottom-right {
    line-height: 96px;
}

.footer .footer-bottom .f-bottom-right img {
    margin-left: 8px;
}

/* 底部栏目 end */


/* 右侧免费咨询固定联系人 start */
.leftLx {
    position: fixed;
    right: 30px;
    top: 45%;
    height: 142px;
    width: 22px;
    z-index: 1000;
}

.leftLx .guwen {
    width: 44px;
    height: 90px;
    background: url('img/icon-guwen.png') no-repeat center center;
    background-size: 44px 90px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    border-radius: 4px;
}

.leftLx .back {
    display: none;
    margin-top: 8px;
    width: 44px;
    height: 44px;
    background: #FFF url('img/icon-back.png') no-repeat center center;
    background-size: 22px 22px;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    border-radius: 4px;
}

.left_head {
    display: none;
    width: 256px;
    position: absolute;
    top: -120px;
    left: -240px;
    transition: all .3s ease-out;
    border-radius: 4px;
}

.left_head .tit {
    line-height: 22px;
    padding: 16px 0 10px;
    border-bottom: 1px solid #F2F2F2;
}

.left_top {
    padding: 0 20px 24px;
    background-color: #fff;
}

.leftLx {
    padding: 0 16px;
}

.left_top_right {
    padding: 0 16px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
}

.leftLx .qq_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.leftLx .left_con {
    padding: 24px 0;
    height: 160px;
    box-sizing: border-box;
}

.leftLx .left_con_qq {
    width: 50%;
    text-align: center;
}

.leftLx .left_con_wx {
    width: 50%;
    text-align: center;
}

.leftLx .qq_btn {
    display: block;
    margin: 10px auto 0;
    /* width: 72px; */
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.leftLx .wx_img {
    width: 86px;
    height: 86px;
}

.leftLx .wx_p {
    font-size: 12px;
    color: #333;
    margin-top: 8px;
}

/* 右侧免费咨询固定联系人 end */

.jm-class .layui-layer-btn {
    text-align: right;
}

.jm-class .layui-layer-setwin {
    display: none;
}

.o_head .o_head_login:hover .person_main {
    display: block;
}

.person_main {
    display: none;
    position: absolute;
    right: 10px;
    top: 65px;
    padding: 0 16px;
    width: 223px;
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.header_name_top {
    padding: 17px 0 15px;
    border-bottom: 1px solid #e9ecef;
}

.header_name_top .left {
    width: 135px;
    margin-right: 8px;
}

.header_name_top .left .photo {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background: #E9F1FC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header_name_top .left p {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    line-height: 20px;
    overflow: hidden;
}

.header_name_top .left p a {
    color: #495057;
}

.header_name_top .left img {
    width: 100%;
    height: 100%;
}

.header_name_top .layui-btn {
    margin-top: 8px;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background-color: #F13A3B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.header_name_top .layui-btn:hover {
    opacity: .9;
}

.header_name_price {
    padding: 12px 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.header_name_price .item {
    padding: 0 !important;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    line-height: 24px;
}

.header_name_price .item span {
    font-size: 12px;
}

.header_name_price .item b {
    color: #F13A3B;
    font-weight: 700;
    font-family: "Arial";
}


.header_name_bot {
    padding: 15px 0;
}

.header_name_bot a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header_name_bot a.zh {
    border-right: 1px solid #e9ecef;
}


.header_name_bot a {
    padding: 0 !important;
}

.header_name_bot .layui-icon {
    margin-right: 4px;
}

.header_name_bot a:hover {
    color: #F13A3B;
}

.header_name_bot a:hover {
    color: #F13A3B !important;
}

.custom-layui-tips {
    position: relative;
    padding: 7px 10px 7px 10px;
    line-height: 20px;
    color: #8a6d3b !important;
    background-color: #fcf0db;
    border: 1px solid #c9b99d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    box-shadow: 0 2px 4px rgb(236, 220, 187, 0.5);
    margin-bottom: 20px;
}

.leftLx .item {
    margin-top: 8px;
    width: 44px;
    height: 44px;
    position: relative;
    background: #fff url(img/sug-bg.png) no-repeat center center;
    background-size: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    cursor: pointer;
    transition: all .3s;
}

.leftLx .item .content {
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s;
    padding-top: 2px;

}

.leftLx .item .content:hover {
    color: #F13A3B;
}

.leftLx .item .main {
    width: 256px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.get_sug {
    padding: 20px 30px;
}

.get_sug .tit {
    width: 50px;
    line-height: 40px;
    height: 40px;
}

.get_sug .sug_2 {
    margin: 20px 0 20px;
}

.get_sug .div_1 {
    width: calc(100% - 50px);
}

.get_sug .inp,
.get_sug .area {
    width: 100%;
    border: 1px solid #eee;
    transition: all .3s;
}

.get_sug .inp:focus,
.get_sug .area:focus {
    border-color: #F13A3B;
}

.get_sug .inp {
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
}

.get_sug .area {
    height: 130px;
    text-align: justify;
    padding: 8px 10px;
    line-height: 24px;
}

.get_sug .sug_btn {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 4px;
    background-color: #F13A3B;
    cursor: pointer;
    transition: all .3s;
}

.get_sug .sug_btn:hover {
    opacity: .9;
}

/* transition: all .3s ease-out;  background:#C81623; */

.tp-class .layui-layer-btn {
    text-align: center;
    padding-bottom: 22px !important;
}

.tp-class .layui-layer-btn a {
    height: 30px;
    line-height: 28px;
    margin: 6px 15px 0;
    padding: 1px 20px;
    border: 1px solid #F13A3B;
    background-color: #fff;
    color: #F13A3B;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.tp-class .layui-layer-btn .layui-layer-btn0 {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background-color: #F13A3B;
    border-color: #F13A3B;
}

.tp-class .layui-layer-btn .layui-layer-btn0 {
    border-color: #F13A3B;
    background-color: #F13A3B;
    color: #fff;
} 


/* 弹窗登录start */
.login_btn{
	cursor: pointer;
}
.tp-login-class #login {
	padding:15px 20px 20px;
	position: relative;
	background: #f4f5f7;
	margin-top: 0;
	width: 280px;
	padding-bottom: 25px;
}
.tp-login-class #login .login-wrap-handle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.tp-login-class #login .login-wrap-handle a {
	display: none;
	width: 39px;
	height: 39px;
    cursor: pointer;
}

.tp-login-class #login .login-wrap-handle a.active {
	display: block;
}

.tp-login-class #login .login-wrap-handle .qr {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
}

.tp-login-class #login .login-wrap-handle .act {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
}

.tp-login-class .quick-login h4,
.tp-login-class .qrcode-login h4 {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.tp-login-class .quick-btn-wrap {
	overflow: hidden;
	padding: 20px 0;
}

.tp-login-class .quick-btn-wrap a {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.tp-login-class .quick-btn-wrap a:hover,
.tp-login-class .quick-btn-wrap a.active {
	color: #F13A3B;
}

.tp-login-class .login-input-wrap {
	position: relative;
	margin-bottom: 10px;
	padding:6px 9px 6px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	transition: all .3s;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.tp-login-class .login-input-wrap.on{
	border-color: #F13A3B;
}
.tp-login-class .login-input-wrap input {
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}

.tp-login-class .login-input-wrap input.code {
	width: 100px;
}
.tp-login-class .login-input-wrap.last input {
	width: 65%;
}
.tp-login-class .login-input-wrap.last .tx_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 40px;
	cursor: pointer;
}
.tp-login-class #getCode {
	float: right;
	width: 100px;
    text-align: right;
	height: 20px;
	line-height: 24px;
	font-size: 12px;
	color: #F13A3B;
}

.tp-login-class #getCode:active {
	color: #F13A3B;
}

.tp-login-class #getCode.default {
	color: #999;
}

.tp-login-class #loginBtnPop {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
	text-align: center;
	background: #F13A3B;
}

.tp-login-class #loginBtnPop.default {
	background: #bbbfc9;
}

.tp-login-class .login-attention {
	line-height: 20px;
	font-size: 10px;
	color: #999;
	margin-top: 14px;
}

.tp-login-class .login-attention a {
	color: #F13A3B;
}

.tp-login-class .other-login {
	margin-top: 5px;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.tp-login-class .other-login a {
	/* display: inline-block; */
    display: none;
	margin: 0 15px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.tp-login-class .other-login a.qqlogin {
	background: rgba(101, 115, 134, .1) url(img/index/QQ_1.png) no-repeat center;
	background-size: 17px 19px;
}

.tp-login-class .other-login a.qqlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/QQ.png) no-repeat center;
	background-size: 17px 19px;
}

.tp-login-class .other-login a.wxlogin {
	background: rgba(101, 115, 134, .1) url(img/index/WX_1.png) no-repeat center;
	background-size: 21px 17px;
	cursor: pointer;
}

.tp-login-class .other-login a.wxlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/WX.png) no-repeat center;
	background-size: 21px 17px;
}

.tp-login-class .qrcode-img {
	margin: 20px auto;
	padding: 5px;
	width: 180px;
	height: 180px;
	background: #fff;
	border: 1px solid #F13A3B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}

.tp-login-class .qrcode-img img {
	width: 180px;
	height: 180px;
}

.tp-login-class .qrcode-desc {
	font-size: 0;
	text-align: center;
}

.tp-login-class .qrcode-desc i {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 30px;
	height: 28px;
	/* background: url(img/index/QR2.jpg) no-repeat center; */
	background-size: 24px 22px;
}

.tp-login-class .qrcode-desc .text {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
/* 弹窗登录end */
.impowerBox .qrcode{
    display: block!important;
    margin: inherit!important;
    width: 180px!important;
    text-align: center!important;
}


.b_content .item {
    position: relative;
    margin-right: 5px;
    float: left;
    width: 458px;
    height: 36px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    border: solid 1px #E1E1E1;
}
.select_it .iconfont {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.select_it p {
    padding: 0 14px;
    max-width: 446px;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select_it p.on {
    color: #333;
}
.select_it .iconfont.up {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9
}


.select_it {
    position: relative;
    background-color: #fff;
}

.select_ul {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 5px 0 0;
    width: 100%;
    max-height: 290px;
    overflow-y: auto;
    z-index: 888;
    border-radius: 0;
    background-color: #fff;
    text-indent: 5px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
    box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select_ul .li.last_li{
    position: sticky;
    bottom: 0;
    background-color: #eee;
}
.select_ul.show {
    opacity: 1;
    visibility: visible;
}

.select_ul .li,.select_ul .last_li {
    cursor: pointer;
    color: #666;
    line-height: 35px;
    display: block;
    padding-left: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.select_ul .li {
    cursor: pointer;
    color: #666;
    line-height: 35px;
    display: block;
    padding-left: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.select_ul .li:hover {
    background-color: #eee;
    color: #F13A3B;
}




.pagelist {
    color: #828897;
    font-size: 12px;
    font-family: Verdana, Microsoft YaHei, Arial;
}

.pagelist strong {
    display: inline-block;
    color: #828897;
    vertical-align: middle;
    font-weight: 400;
}

.pagelist .count {
    margin-right: 10px;
}

.pagelist .jm-picker.picker-small {
    width: 69px;
    line-height: normal;
}

.pagelist .jm-picker.picker-small .jm-picker-label {
    width: 37px;
    background: #fff !important;
}

.pagelist .jm-picker1 .jm-input {
    width: 40px;
    height: 25px;
    border: 1px solid #BBBFC9;
    border-radius: 4px;
    background-color: #fff !important;
    color: #F13A3B;
    text-align: center;
    text-indent: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pagelist .jm-picker1 .jm-input:focus {
    border-color: #F13A3B;
}

.pagenum input {
    height: 32px !important;
    background: #fff !important;
    text-align: left !important;
}

.indexpage,
.lastpage,
.nextpage,
.prepage {
    display: inline-block;
    margin-left: 5px;
    width: 62px;
    height: 25px;
    background-color: #fff;
    color: #828897;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #BBBFC9;
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nextpage:hover,
.prepage:hover{
    border-color: #F13A3B;
    color: #F13A3B;
}

.disabled {
    color: #ccc;
}

.tiaozhuangzhi {
    margin-left: 20px;
}

.go {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 27px;
    border: 1px solid #F13A3B;
    border-radius: 4px;
    background-color: #F13A3B !important;
    color: #404040;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}