* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

::-ms-reveal {
    display: none;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #e43a23;
    cursor: pointer;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color: #222;
    min-width: 1200px;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray40 {
    color: #666 !important;
}

.maina-color {
    color: #e43a23;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.w_1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}

.header_nav {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
}

.header_nav .w_1200 {
    height: auto;
    overflow: visible;
}

.header_nav .fl li,
.header_nav .fr li {
    position: relative;
}

.header_nav .fl li::after,
.header_nav .fr li::after {
    position: absolute;
    content: "";
    border-right: 1px solid #a9a9a9;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}

.header_nav .fl li:nth-last-child(1)::after,
.header_nav .fr li:nth-last-child(1)::after {
    border-right: 0px;
}

.header_nav .fr li:nth-last-child(1) {
    padding-right: 0;
}

.header_nav .header_nav_fl li {
    float: left;
    font-size: 12px;
    /* margin-right: 15px; */
    position: relative;
    padding: 0px 20px;
}

.header_nav .header_nav_fl li:first-child {
    padding-left: 0;
}

.header_nav .header_nav_fl li img {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    margin-top: 2px;
}

.header_nav .header_nav_fl li span {
    height: 42px;
    line-height: 42px;
}

.header_nav .header_nav_fr li {
    float: left;
    font-size: 12px;
    padding: 0px 20px;
    position: relative;
}

.header_nav .header_nav_fr li img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.header_nav .header_nav_fr li span {
    height: 42px;
    line-height: 42px;
}

.header_nav .header_nav_fr li i {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: text-top;
    background-image: url(../images/arrow_d.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 2px;
    background-size: 14px;
}

.header_nav .ewm {
    width: 140px !important;
    text-align: center;
}

.header_nav .ewm img {
    width: 100px !important;
    height: 100px !important;
    margin: auto;
}

.header_nav .grzx {
    width: 228px !important;
}

.header_nav .header_dd {
    display: none;
    position: absolute;
    top: 41px;
    z-index: 9999;
    *z-index: 9999;
    padding: 10px 5px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    width: 86px;
    *width: 76px;
    right: 0px;
}

.header_nav .header_dd a {
    float: left;
    margin: 2px 10px;
}

.header_nav .header_dd .dd_kong {
    position: absolute;
    height: 2px;
    width: 80px;
    right: -1px;
    top: -1px;
    background-color: #fff;
}


/* .header_nav li:hover {
    background-color: #fff;
} */

.header_nav li:hover .header_dd {
    display: block;
}

.header_nav li:hover i {
    background-image: url(../images/arrow_s.png);
}

.header_nav li:after {
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    display: inline-block;
    top: 15px;
    right: 0px;
}

.index_b .tx_lh {
    width: 446px;
    margin: 0 auto 30px;
}

.tx_lh {
    background: #f7f7f7;
    padding: 15px 20px;
    margin: 20px 0;
}

.tx_lh img {
    width: 100%;
    height: 55px;
    border-radius: 100px;
}

.tx_lh p {
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

.touxiang {
    width: 55px;
    height: 55px;
    margin-right: 25px;
    float: left;
}

.header_nav li:last-child::after {
    width: 0px;
}

.bor_bottom {
    border-bottom: 2px solid #e43a23;
    background: #fff;
}

.badge {
    display: inline-block;
    padding: 1px 5px;
    min-width: 8px;
    border-radius: 18px;
    background-color: #f43530;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}

.header_top {
    position: relative;
    height: 100px;
    *height: 86px;
    padding: 10px 0px;
    overflow: visible;
}

.header_top .logo {
    height: 86px;
    display: inline-block;
    line-height: 86px;
}

.header_top .logo span {
    font-size: 20px;
    margin-left: 20px;
}

.header_top .logo.black {
    display: block;
}

.header_top .logo.black span {
    font-size: 18px;
}

.header_top .logo.black span b {
    color: #e43a23;
}

.header_top .header_search {
    display: inline-block;
    display: inline-block;
    margin: 22px 0 0 40px;
    position: relative;
    width: 520px;
    border: 1px solid #e43a23;
    border-radius: 4px;
    position: relative;
}

.header_top .header_search .opt_list {
    position: absolute;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 80px;
    height: 48px;
    border-bottom: 0;
    font-size: 14px;
}

.header_top .header_search .opt_list li {
    height: 48px;
    line-height: 48px;
    background-color: #f4f4f4;
    border-radius: 50px;
}

.header_top .header_search .opt_list li a {
    display: block;
    padding: 0 10px 0 25px;
}

.header_top .header_search .opt_list li i {
    position: absolute;
    top: 17px;
    right: 8px;
    display: none;
    width: 15px;
    height: 15px;
    background-image: url("../images/icons.png");
    background-position: -109px 1px;
}

.header_top .header_search .opt_list li a:hover {
    background: #f4f4f4;
    border-radius: 50px;
}

.header_top .header_search .opt_list li.current i {
    display: block;
}

.header_top .header_search .opt_list:hover {
    height: auto;
}

.header_top .header_search input {
    height: 36px;
    line-height: 36px;
    width: 437px;
    *width: 417px;
    color: #666;
    padding: 0 10px 0 10px;
}

.header_top .header_search .search {
    width: 12px;
    height: 12px;
    margin-top: 12px;
    margin-left: 10px;
}

.header_top .header_search .search_btn {
    width: 60px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    right: -2px;
    top: 0px;
    background-color: #e43a23;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
}

.header_top .header_search .search_btn a {
    color: #fff;
    font-size: 14px;
}

.header_top .header_search .search_btn img {
    margin: auto;
}

.header_top .jdgg_search {
    _display: inline-block;
    display: inline-block;
    margin: 18px 0 0 40px;
    position: relative;
    width: 570px;
}

.header_top .jdgg_search .search_btn {
    width: 80px;
    height: 48px;
    height: 50px\9;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    background-color: #e43a23;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.header_top .jdgg_search .search_btn img {
    margin: auto;
}

.header_top .jdgg_search .searcha_btn {
    height: 52px;
    width: 80px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    background-color: #f5f8f4;
    text-align: center;
    color: #e43a23;
    border: 2px solid #e43a23;
    font-size: 14px;
}

.header_top .jdgg_search .jdgg_search_form {
    width: 458px;
    border: 2px solid #e43a23;
    position: relative;
    float: left;
}

.header_top .jdgg_search .jdgg_search_form .search_img {
    position: absolute;
    left: 0;
    z-index: 998;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.header_top .jdgg_search .jdgg_search_form .search_img img {
    margin: 15px auto;
    width: 18px;
}

.header_top .jdgg_search .jdgg_search_form input {
    margin-left: 48px;
    width: 336px;
    height: 48px;
    line-height: 48px;
    color: #666;
    padding: 0 10px 0 10px;
}

.header_top .header_carts {
    margin-top: 22px;
    margin-left: 50px;
}

.header_top .header_carts .s_cart {
    width: 150px;
    height: 38px;
    border: 1px solid #f0f0f0;
    background: #fff;
    line-height: 38px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.header_top .header_carts .s_cart a {
    color: #ef0d15;
}

.header_top .header_carts .s_cart a img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
    margin-top: 8px;
}

.header_top .header_carts .dorpdown-layer {
    display: none;
    position: absolute;
    top: 66px;
}

.header_top .header_carts .dorpdown-layer .ddy_b {
    max-height: 200px;
}

.header_top .header_carts .prompt {
    padding: 40px 20px;
    height: auto;
    overflow: hidden;
}

.header_top .header_carts .prompt img {
    width: 80px;
    margin-right: 10px;
}

.header_top .header_carts .prompt span {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.header_top :hover .dorpdown-layer {
    display: block;
    right: 0;
    _right: 0px;
    width: 308px;
    background: #fff;
    border: 1px solid #f0f0f0;
    z-index: 99999;
    margin-top: 4px;
    position: absolute
}

.header_top :hover .dorpdown-layer .spacer {
    position: absolute;
    right: 0;
    top: -6px;
    width: 178px;
    height: 12px;
    background: #fff;
}

.header_carts_bottom {
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.header_carts_bottom .total {
    padding: 10px 0px;
    font-size: 12px;
    color: #999;
}

.header_carts_bottom .total em {
    color: #ef0d15;
}

.header_carts_bottom .shopping_btn {
    height: 32px;
    padding: 0 10px;
    background: #e43a23;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}

.header_class {
    height: auto;
    border: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.header_class .header_class_menu {
    width: 240px;
}

.header_class .header_class_menu .title {
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #e43a23;
    position: relative;
    z-index: 0;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.header_class .header_class_menu .title .title_bg {
    position: absolute;
    right: -6px;
    bottom: 0px;
}

.header_class .header_class_menu .list {
    width: 240px;
    background: #fff;
    padding: 6px 0px;
    height: 500px;
    /* overflow: auto; */
}

.header_class .header_class_menu .list li {
    color: #000;
    padding: 8px 15px;
    width: 240px;
    *width: 170px;
    /* display: inline-block; */
    height: 54px;
}

.header_class .header_class_menu .list li img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.header_class .header_class_menu .list li h2 {
    font-size: 14px;
    color: #333;
    height: auto;
    overflow: hidden;
}

.header_class .header_class_menu .list li h2 p {
    color: #999;
    margin-top: 0px;
    height: 21px;
    overflow: hidden;
}

.header_class .header_class_menu .list li h2 p span {
    margin-right: 6px;
}

.header_class .header_class_menu .list li h2 p a {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.header_class .header_class_detail {
    left: 240px;
    position: absolute;
    display: none;
    top: 38px;
    height: 500px;
    width: 960px;
}

.header_class .header_class_detail .item {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbf8f8;
}

.header_class .header_class_detail .listwrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.header_class .header_class_detail .listwrap .sitems {
    padding: 0 45px 0 10px;
    width: 650px;
    float: left;
}

.header_class .header_class_detail .listwrap .sitems li {
    overflow: hidden;
    padding: 10px 0 10px 100px;
    position: relative;
    min-height: 64px;
}

.header_class .header_class_detail .listwrap .sitems li .bit {
    color: #1a1a1a;
    /* float: none; */
    height: 20px;
    line-height: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 11px;
    padding-left: 5px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

.header_class .header_class_detail .listwrap .sitems li .bit:hover {
    text-decoration: none;
}

.header_class .header_class_detail .listwrap .sitems li .bit i {
    background: url(../images/icons.png);
    background-position: -26px -84px;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.header_class .header_class_detail .listwrap .sitems li a {
    float: left;
    margin: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    color: #636363;
    font-size: 13px;
}

.header_class .header_class_detail .listwrap .sitems li a:hover {
    color: #e43a23;
}

.header_class .header_class_detail .listwrap .brand {
    background: #fff;
    width: 280px;
    padding: 10px;
}

.header_class .header_class_detail .listwrap .brand .cla {
    background: #f4f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header_class .header_class_detail .listwrap .brand .cla h1 {
    font-size: 14px;
    color: #1a1a1a;
    flex: 1;
    font-weight: normal;
}

.header_class .header_class_detail .listwrap .brand .cla p {
    font-size: 12px;
    color: #666666;
}

.header_class .header_class_detail .listwrap .brand li {
    width: 85px;
    height: 85px;
    float: left;
    margin: 5px 0px;
}

.header_class .header_class_detail .listwrap .brand li img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    object-fit: contain;
}

.header_class .header_class_detail .listwrap .brand li p {
    font-size: 12px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.header_class .header_class_detail .listwrap .fl_img {
    width: 260px;
    height: auto;
}

.headernav {
    height: 38px;
    _height: 49px;
    border-bottom: 1px solid #e43a23;
}

.headernav .nav {
    width: 1200px;
    margin: auto;
    position: relative;
}

.headernav .nav ul.nav_ul {
    padding-left: 290px;
    width: 1200px;
    _width: 1000px;
}

.headernav .nav ul.nav_ul li {
    float: left;
    line-height: 30px;
    list-style: none;
    padding: 0 30px 0px 30px;
}

.headernav .nav ul.nav_ul li a {
    font-size: 15px;
    color: #333;
}

.headernav .nav ul.nav_ul li a.active {
    border-bottom: 2px solid #e43a23;
    padding-bottom: 10px;
    color: #e43a23;
}

.headernav .nav ul.nav_ul li.nav_fr {
    float: left;
    padding: 0px line-height: inherit;
}

.headernav .nav .nav_fr a {
    color: #e43a23;
}

.headernav .nav .nav_fr img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    margin-left: 30px;
}

.floor_conten {
    clear: both;
    height: auto;
    overflow: hidden;
}

.floor_conten .floor_tit {
    border-bottom: 1px solid #ececec;
    padding: 20px 0px;
    position: relative;
}

.floor_conten .floor_tit .floor_span {
    background-color: #e43a23;
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

.floor_conten .gwlc {
    padding: 40px 0px 20px;
}

.w_590 {
    width: 590px;
}

.w_590 .btn_button {
    text-align: right;
}

.w_590 .btn_button a {
    margin-right: 0px;
    border: 0px;
    background-color: transparent;
    font-size: 12px;
    padding-right: 0px;
}

.w_590 .btn_button a:hover {
    color: #e43a23;
}

.gg_list {
    padding: 15px 0px;
}

.gg_list img {
    width: 69px;
    height: 29px;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.gg_list h2 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.gg_list h2 em {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #666;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.gg_list h2 span a {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #999;
}

.gg_list h2 a:hover {
    color: #e43a23;
}

.zcxd_list {
    background-color: #fff;
    padding: 40px 40px 20px;
}

.zcxd_list .news_zcxd {
    height: auto;
    overflow: hidden;
}

.zcxd_list .news_zcxd li {
    width: 100%;
}

.index_nav {
    padding: 20px 0px;
    background-color: #fff;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.index_nav h2 {
    font-size: 15px;
    color: #999;
}

.index_nav h2 span {
    margin-right: 40px;
    font-size: 20px;
}

.index_nav h2 span.active {
    color: #e43a23;
}

.index_nav h2 span.active a {
    color: #e43a23;
}

.pb40 {
    padding-bottom: 40px;
}

.pb20 {
    padding-bottom: 20px;
}

.zcxd_index {
    width: 1220px;
}

.zcxd_index .zcxd_list {
    background-color: transparent;
    padding: 0px;
}

.zcxd_index .zcxd_list li {
    background-color: transparent;
    padding: 0px;
}

.zcxd_index .zcxd_list li h2.floor_tit {
    border-left: 0px;
    margin: 0px 0px 20px 0px;
    padding-left: 0px;
    position: relative;
}

.zcxd_index .zcxd_list li .news_zcxd {
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.zcxd_index .zcxd_list li .news_zcxd li {
    width: 100%;
    margin-bottom: 20px;
}

.zcxd_index li {
    width: 590px;
    margin-right: 20px;
    background-color: #fff;
    padding: 20px;
    float: left;
}

.zcxd_index li h2.floor_tit {
    border-left: 2px solid #e43a23;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.zcxd_index li .news_li {
    padding: 15px 0px;
    height: auto;
    overflow: hidden;
    clear: both;
}

.xxtx_list .news_li p {
    width: 500px;
    font-size: 12px
}

.zcxd_index li .news_li span {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
}

.zcxd_index li .news_li_name {
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.zcxd_index li .news_li_name span {
    background-color: #eee;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 10px 0px;
}

.yj {
    color: #333;
}

.center_xx .xxtx_list li .news_li .hybt {
    float: left;
    object-fit: contain;
    width: 62px;
    height: 16px;
    margin-top: 3px;
}

.hybt_h span {
    float: left;
    font-size: 16px;
}

.zcxd_index li .w50 {
    width: 50%;
}

.zcxd_index li .w15 {
    width: 15%;
}

.zcxd_index li .w30 {
    width: 30%;
}

.zcxd_index li .w20 {
    width: 20%;
}

.banner_activity {
    padding: 40px 0px;
    clear: both;
}

.w_300 {
    width: 300px;
    overflow: hidden;
}

.w_300 img {
    transition: all 0.6s;
}

.w_300 img:hover {
    transform: scale(1.05);
}

.w_666 {
    width: 662px;
}

.w_234 {
    width: 238px;
    *width: 228px;
}

.w_900 {
    width: 900px;
}

.ranking_list {
    padding: 5px;
    height: 580px;
}

.ranking_list h4.tit {
    font-size: 16px;
    padding: 10px;
    position: relative;
}

.ranking_list h4.tit p {
    font-size: 12px;
    color: #999;
    float: right;
    padding: 3px 0px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.ranking_list h4.tit img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
    margin-top: 2px;
}

.ranking_list .ranking_list_ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 0px;
    height: auto;
    overflow: hidden;
}

.ranking_list .ranking_list_ul li .ranking_ph {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    background-image: url(../images/ranking_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ranking_list .ranking_list_ul li .ranking_ph span {
    line-height: 40px;
    font-size: 12px;
}

.ranking_list .ranking_list_ul li .rankinga {
    background-image: url(../images/rankinga_bg.png);
    color: #fff;
}

.ranking_list .ranking_list_ul li .rankinga span {
    line-height: 36px;
}

.ranking_list .ranking_list_ul li .rankingb {
    background-image: url(../images/rankingb_bg.png);
    color: #fff;
}

.ranking_list .ranking_list_ul li .rankingb span {
    line-height: 34px;
}

.ranking_list .ranking_list_ul li .rankingc {
    background-image: url(../images/rankingc_bg.png);
    color: #fff;
}

.ranking_list .ranking_list_ul li .rankingc span {
    line-height: 34px;
}

.ranking_list .ranking_list_ul li h2 {
    font-size: 12px;
    width: 120px;
    float: left;
    margin-top: 5px;
    color: #333;
}

.ranking_list .ranking_list_ul li h2:hover {
    color: #e43a23 !important;
}

.ranking_list .ranking_list_ul li img {
    width: 60px;
    height: 60px;
    float: right;
    border: 1px solid #f0f0f0;
}

.product_list li {
    width: 220px;
    *width: 199px;
    float: left;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 9px 10px;
    position: relative;
    overflow: hidden;
}

.product_list li img {
    width: 200px;
    margin: auto;
    height: 200px;
    transition: all 0.6s;
}

.product_list li .add_cart img {
    width: inherit;
    height: initial;
    margin: 0px;
}

.product_list li img:hover {
    transform: scale(1.05);
}

.product_list.tj_list {
    width: inherit;
    *width: 200px;
}

.add_cart .cart_add {
    width: 20px;
    height: 20px;
    object-fit: contain;
    float: right;
}

.product_list.tj_list li h1 {
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
}

.product_list.tj_list li .add_cart {
    margin-bottom: 10px;
}

.product_list.tj_list li h2 {
    height: inherit;
}

.product_list.tj_list li a>img {
    object-fit: cover;
    width: 200px;
    margin: auto;
    height: 200px;
    transition: all 0.6s;
}

.product_list.tj_list li {
    width: 220px;
    *width: 200px;
}

.tj_list li .cpt {
    width: 288px;
    height: 288px;
    object-fit: cover;
}


/* .product_list li h2 {
    font-size: 14px;
    color: #333;
    height: 40px;
} */

.product_list.tj_list li p.price {
    margin-bottom: 10px;
}

.product_list.tj_list li {
    margin-bottom: 0px;
}

.product_list li h2:hover {
    color: #e43a23 !important;
}

.product_list li .price {
    color: #ef0d15;
}

.product_list li .price del {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

.product_list li .news_bq {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 9;
}

.product_list li .news_bq img {
    width: 22px;
    height: 42px;
}

.product_list li:hover {
    box-shadow: 0px 0px 10px rgba(190, 190, 190, 0.48);
}

.news_product {
    border: 1px solid #ececec;
    border-top: 0px;
    height: auto;
    overflow: hidden;
    padding-left: 2px;
}

.news_product li {
    width: 239px;
    *width: 219px;
    border-right: 0px solid #ececec;
    border-bottom: 0px solid #ececec;
    text-align: center;
}

.news_product li h2 {
    height: 40px;
}

.like_product .tit_name {
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.like_product .tit_name span {
    border-bottom: 4px solid #e43a23;
    font-size: 16px;
    padding: 10px 0px;
    color: #333;
    font-weight: normal;
    display: inline-block;
}

.like_product .like_product_list {
    border: 1px solid #ececec;
    position: relative;
    width: 660px;
    height: 294px;
}

.like_product .like_product_list .product_list li {
    border-bottom: 0px;
    padding: 11px 10px;
}

.fast_nav {
    width: 497px;
}

.fast_nav ul li {
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.fast_nav li.m0 {
    margin-left: 0px;
}

.floor_link {
    border: 1px solid #ececec;
    margin-bottom: 40px;
}

.floor_link .floor_tit {
    background-color: #f4f4f4;
    padding: 10px;
}

.floor_link .floor_link_border {
    width: 100%;
    padding: 20px;
    *padding: 20px 0px;
    height: auto;
    overflow: hidden;
    display: block;
}

.floor_link .floor_link_border .link_ul {
    border: 1px dashed #ececec;
    *border: 0px;
    height: auto;
    overflow: hidden;
    display: block;
}

.floor_link .floor_link_border .link_ul li {
    border-right: 1px dashed #ececec;
    *border-right: 0px;
    width: 25%;
    float: left;
    text-align: center;
}

.floor_link .floor_link_border .link_ul li img {
    margin: auto;
}

.pd80 {
    padding: 80px 0 30px;
}

.wjmm {
    background-color: #f7f7f7 !important;
    padding-bottom: 20px;
}

.foot.footer_nobg {
    background-color: transparent;
}

.foot.footer_nobg .footer_bottom {
    background-color: transparent !important;
}

.foot.footer_nobg .footer_bottom .copyright_nav a {
    color: #666 !important;
}

.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f4f4f4;
}

.foot .footer_bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    background-color: #414141;
    color: #999999;
}

.foot .footer_bottom .copyright_nav a {
    color: #999999;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.foot .footer_bottom a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #999999;
    display: inline-block;
    top: 14px;
    right: 0px;
}

.foot .footer_bottom a:nth-last-of-type(1):after {
    width: 0px;
}

.foot .footer_bottom p {
    margin-top: 15px;
    font-size: 12px;
}

.foot .footer_bottom p span {
    margin: 0px 10px;
}

.foot .foot_nav {
    padding: 30px 0px;
}

.foot .foot_nav li {
    float: left;
    font-size: 14px;
    text-align: left;
    width: 120px;
    margin-right: 30px;
}

.foot .foot_nav li a {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 28px;
}

.foot .foot_nav li a:hover {
    color: #e43a23 !important;
}

.foot .foot_nav li .title {
    font-size: 14px;
    color: #333;
    display: block;
    background-image: url(../images/line.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.foot .foot_nav .foot_right {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.foot .foot_nav .foot_right img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.footer-biaoyu {
    padding: 20px 0 40px;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #4a4949;
}

.footer-biaoyu li {
    width: 300px;
    padding: 0px;
}

.footer-biaoyu li img {
    margin: 0 14px 0 20px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-top: 5px;
}

.footer-biaoyu li h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 60px;
}

.stepflex {
    display: inline-block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto 10px;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
    font-size: 12px;
}

.stepflex dl .s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(../images/step2013.png);
    line-height: 23px;
}

.stepflex dl .s-text {
    color: #ccc;
    margin-top: 5px;
}

.stepflex dl.doing {
    border-top-color: #e43a23;
}

.stepflex dl.doing .s-num p {
    display: none;
}

.stepflex dl.doing .s-num {
    background-position: -90px 0;
}

.stepflex dl.doing .s-text {
    color: #e43a23;
}

.stepflex dl.done {
    border-top-color: #f19c91;
}

.stepflex dl.done .s-num {
    background-position: -47px 0;
}

.index_b .stepflex.w_642 {
    width: 482px;
}

.index_a {
    background-color: #f5f5f5;
}

.ptb20 {
    padding: 20px 0px;
}

.ptb40 {
    padding: 50px 0px;
}

.pb50 {
    padding-bottom: 50px;
}

.dp_name {
    font-size: 14px;
    color: #666;
}

.dp_name img {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 3px;
    margin-left: 8px !important;
}

.cart_list {
    background-color: #fff;
}

.cart_list .cart_table tr.cart_td {
    height: 80px;
    line-height: 80px;
}

.cart_list .cart_table tr.cart_td td {
    border-bottom: 0px;
    padding: 0px;
}

.cart_list .cart_table .dp_div td {
    border-bottom: 0px;
    padding: 0px;
    text-align: left;
}

.cart_list .cart_table .dp_div td sup {
    display: inline-block;
    vertical-align: text-top;
}

.cart_list .cart_table .dp_div td .dp_name {
    width: 100%;
    padding: 15px 48px;
    background-color: #fdf9f9;
    margin-bottom: 0px;
}

.cart_list .cart_table .cart_name {
    text-align: left;
    width: 30%;
}

.cart_list .cart_table .cart_name img {
    width: 80px;
    float: left;
    margin-right: 10px;
    height: 80px;
    object-fit: cover;
}

.cart_list .cart_table .cart_name .pro_name {
    font-size: 15px;
    color: #323232;
    height: auto;
    overflow: hidden;
    display: inline-block;
    padding-top: 10px;
    width: 200px;
}

.cart_list .cart_table .cart_name .pro_name span {
    display: block;
    color: #999;
    font-size: 12px;
    margin: 10px 0px;
}

.cart_list .cart_table tr td {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 10px 0px;
}

.cart_list .cart_table tr td p {
    font-size: 16px;
    color: #323232;
}

.cart_list .cart_table tr td .price {
    color: #ef0d15;
}

.cart_list .cart_table tr td img {
    margin-left: auto;
    margin-right: auto;
}

.cart_list .cart_bottom {
    height: auto;
    overflow: hidden;
    padding: 10px 30px 40px 50px;
    color: #969696;
    font-size: 16px;
    line-height: 48px;
}

.cart_list .cart_bottom span {
    display: inline-block;
    vertical-align: middle;
}

.cart_list .cart_bottom span img {
    width: 24px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}

.cart_list .cart_bottom b {
    font-size: 26px;
    font-weight: normal;
    color: #ef0d15;
}

.cart_list .cart_bottom .btn_button a {
    width: 180px;
    margin-right: 0px;
    margin-left: 30px;
}

.cart_bottom .fr {
    display: flex;
    color: #969696;
}

.cart_bottom .fr .price {
    color: #f43530;
    font-size: 14px;
    margin-bottom: 2px;
}

.cart_bottom .fr i {
    color: #333;
    margin-right: 10px;
}

.num {
    width: 132px;
    border: 1px solid #ccc;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.num input {
    width: 54px;
    float: left;
    text-align: center;
    height: 32px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 32px;
}

.num em {
    width: 38px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 22px;
}

.num em a {
    display: block;
    height: 32px;
}

.confir_orders {
    background-color: #fff;
}

.confir_orders .step-cont.cart_list {
    border-bottom: 0px;
}

.confir_orders .cart_list .cart_table .cart_name {
    padding-left: 15px;
}

.confir_orders .cart_list .cart_table tr.cart_td td {
    border-bottom: 1px solid #f0f0f0;
}

.confir_orders .cart_list .cart_table .dp_div td .dp_name {
    padding-left: 15px;
}

.confir_orders .ddy_jf {
    padding: 0px 40px;
    margin-bottom: 20px;
}

.confir_orders .ddy_jf label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.confir_orders .ddy_jf label span {
    display: inline-block;
    vertical-align: text-top;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
}

.confir_orders .ddy_jf .ddy_jf_sy {
    padding: 20px 0px;
    color: #666;
}

.confir_orders .ddy_jf .ddy_jf_sy .w_260 {
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    width: 400px;
    height: 38px;
    padding: 10px;
    margin-right: 20px;
}

.confir_orders .ddy_jf .ddy_jf_sy .taitou {
    width: 400px;
    display: inline-block;
    margin-left: 4px;
}

.confir_orders .ddy_jf .ddy_jf_sy .taitou span {
    width: 180px;
    display: inline-block;
}

.confir_orders .ddy_jf .ddy_jf_sy .taitou span sup {
    display: inline-block;
    vertical-align: text-top;
}

.confir_orders .ddy_jf .ddy_jf_sy ul li {
    margin-bottom: 20px;
}

.confir_orders .ddy_jf .ddy_jf_sy ul li span {
    width: 110px;
    display: inline-block;
    font-size: 16px;
    color: #323232;
}

.confir_orders .ddy_jf .ddy_jf_sy .btn_button {
    margin-top: 40px;
    margin-left: 120px;
}

.confir_orders .ddy_jf .ddy_jf_sy .btn_button a {
    margin-right: 0px;
    width: 400px;
}

.ddy_bottom {
    text-align: right;
    padding: 40px;
    border-top: 1px solid #f1f1f1;
}

.ddy_bottom label {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    display: block;
}

.ddy_bottom label .price {
    color: #ef0d15;
}

.ddy_bottom label span {
    width: 100px;
    display: inline-block;
}

.ddy_bottom label span.price {
    font-size: 18px;
}

.ddy_bottom .btn_button a {
    margin-top: 20px;
    width: 220px;
    margin-right: 0px;
}

.step-cont {
    border-bottom: 1px solid #f0f0f0;
    margin: 0px 40px 0px;
    padding: 30px 0px;
}

.step-cont h4 {
    color: #323232;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.step-cont h4 span a {
    font-size: 14px;
    color: #e43a23;
}

.step-cont .address_list {
    margin: 0 10px 10px 0px;
    overflow: hidden;
}

.step-cont .address_list li {
    margin-bottom: 15px;
}

.step-cont .address_list ul li .address_list_detail {
    color: #333;
    padding: 6px 3px;
    font-size: 15px;
    float: left;
    /* display: inline-block; */
    /* line-height: 26px */
}

.step-cont .address_list ul li .address_list_detail span {
    /* display: inline-block; */
    margin-left: 10px;
    line-height: 20px;
    height: 20px;
}

.step-cont .address_list ul li .address_list_detail .add-default {
    /* display: inline-block; */
    background-color: #e43a23;
    color: #fff;
    font-size: 12px;
    padding: 3px 20px;
}

.step-cont .address_list ul li .op-btns {
    visibility: hidden;
    float: right;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.step-cont .address_list ul li .op-btns a {
    color: #e43a23;
    margin-left: 15px;
}

.step-cont .address_list li:hover {
    background-color: #fdf9f9;
}

.step-cont .address_list li:hover .op-btns {
    visibility: inherit;
}

.step-cont .address_list li:hover .addr-info {
    max-width: 322px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.step-cont .address_list li:hover span {
    overflow: hidden;
}

.step-cont .dz_name {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    height: 22px;
    /* line-height: 22px; */
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}

.step-cont .dz_name.item_selected,
.step-cont .dz_name:hover {
    border: 2px solid #e43a23;
    padding: 4px 10px;
}

.step-cont .dz_name.item_selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/selected-icon.png) no-repeat;
}

.step-cont .list-cont {
    margin: 0px 10px 0px 0px;
    height: auto;
    overflow: hidden;
}

.step-cont .list-cont textarea {
    border: 1px solid #f0f0f0;
    padding: 15px;
    display: block;
    width: 100%;
    height: 100px;
}

.add_btn {
    /* display: none; */
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

.add_btn span {
    font-size: 12px;
    color: #666;
}

.add_btn b {
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    line-height: 10px;
    width: 9px;
    margin-left: 5px;
    background: url(../images/addr-i.png) no-repeat 0 0;
}

.add_btn.on b {
    background: url(../images/addr-i.png) no-repeat 0 -10px;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    left: 50%;
    width: 520px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    padding: 40px 40px 40px;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.reveal-modal .reveal_dz li {
    font-size: 16px;
    margin-bottom: 15px;
}

.reveal-modal .reveal_dz li label {
    float: left;
    width: 80px;
    margin-left: 0px!important;
    text-align: right;
    margin-right: 20px;
    line-height: 44px;
    font-size: 14px
}

.reveal-modal .reveal_dz li .w_260 {
    height: auto;
    overflow: hidden;
}

.reveal-modal .reveal_dz li .w_260 input {
    border: 1px solid #ddd;
    width: 299px;
    height: 44px;
    line-height: 44px;
    padding: 0px 3px;
    font-size: 14px
}

.reveal-modal .reveal_dz li .w_260 p {
    color: #ef0d15;
    margin-top: 10px;
    font-size: 12px;
}

.reveal-modal .reveal_dz li .w_260 textarea {
    border: 1px solid #ddd;
    width: 272px;
    height: 80px;
    padding: 10px;
}

.reveal-modal .reveal_dz li .w_260 select {
    border: 1px solid #ddd;
    width: 272px;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
    background-size: 10px;
    padding: 0px 10px;
}

.reveal-modal .reveal_dz li .dz_sele select {
    width: 90px;
    padding: 0px
}

.reveal-modal .reveal_dz .xy_cont {
    height: 500px;
    overflow-y: scroll;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 22px;
}

.reveal-modal .reveal_ts {
    text-align: center;
    font-size: 12px;
}

.reveal-modal .reveal_ts img {
    margin: 0px auto 20px;
}

.reveal-modal .reveal_ts h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.reveal-modal .reveal_ts .price b {
    color: #ef0d15;
}

.reveal-modal .btn_button {
    clear: both;
    margin-left: 100px;
}

.reveal-modal .btn_button a {
    height: 34px;
    line-height: 34px;
    width: 112px;
}

.reveal-modal .btn_button .colse {
    background-color: #b3b3b3;
    margin-left: 20px;
    color: #fff;
}

.reveal-modal .step-cont {
    border-bottom: 0px;
    margin: 0px;
    padding-top: 20px;
}

.reveal-modal .step-cont .list-cont li {
    margin-bottom: 20px;
    float: left;
}

.reveal-modal .reveal_dz .shul {
    height: 44px;
    line-height: 44px;
}

.reveal-modal .reveal_dz .shul span {
    border: 1px solid #f1f1f1;
    padding: 5px 15px;
}

.reveal-modal .reveal_dz .shul span:first-child {
    border-right: 0;
}

.reveal-modal .reveal_dz .shul span:last-child {
    border-left: 0;
}

.reveal-modal .reveal_dz .shul li .home_top {
    padding: 20px 0px;
    font-size: 12px;
}

.home_top a {
    margin-right: 8px;
}

.home_top {
    padding: 15px 0;
    font-size: 14px;
}

.home_top span:first-child {
    color: #333;
}

.home_top span {
    color: #999;
    margin-left: 10px;
}

.product_left_list {
    width: 220px;
}

.product_left_list .more {
    color: #666;
    font-size: 12px;
    display: block;
    text-align: right;
}

.product_left_list .product_list_con {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.product_left_list .product_list_con h4 {
    background-color: #f4f4f4;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.product_left_list.ranking_list {
    border: 1px solid #f0f0f0;
    padding: 0px;
    height: auto;
}

.product_left_list.ranking_list h4 {
    background-color: #f4f4f4;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.product_left_list.ranking_list .ranking_list_ul {
    width: 210px;
}

.product_left_list.ranking_list .ranking_list_ul li h2 {
    font-size: 12px;
    width: 110px;
    float: left;
    margin-top: 5px;
    color: #333;
}

.product_left_list.ranking_list .ranking_list_ul li img {
    width: 50px;
    float: right;
    border: 1px solid #f0f0f0;
}

.w_220 {
    width: 220px;
}

.w_950 {
    width: 950px;
}

sup {
    cursor: pointer;
    display: block;
}

sup input[type="checkbox"],
sup input[type="radio"] {
    opacity: 1;
    width: 22px;
    height: 22px;
    z-index: 10;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

sup input {
    display: block;
    background: url("../images/wty.png") no-repeat left center;
    background-size: 19px 19px;
}

sup input:checked {
    background: url("../images/yty_1.png") no-repeat left center;
    background-size: 19px 19px;
    color: #666;
}

.product_deal {
    padding: 20px 0px 40px;
    height: auto;
    overflow: hidden;
}

.product_deal .product_a {
    width: 450px;
    margin-right: 40px;
}

.product_deal .product_a #showbox {
    background: #fff;
    /* z-index: -1; */
    cursor: move;
}

.product_deal .product_a #showbox span {
    background: url(../images/whitebg.png) repeat;
}

.product_deal .product_a #showsum {
    left: -10px;
    margin-top: 10px;
    width: 460px !important;
}

.product_deal .product_a #showsum span img {
    border: 1px solid #ddd;
    width: 82px;
    height: 82px;
    object-fit: cover;
}

.product_deal .product_a #showsum span.sel {
    border: 2px solid #f4b01f;
}

.product_deal .product_a #showbox img {
    width: 450px;
    height: 450px;
    object-fit: cover;
}

.product_deal .product_a .showpage {
    width: 450px;
    position: relative;
}

.product_deal .product_a .showpage a {
    display: block;
    width: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -80px;
    text-decoration: none;
    color: #999;
}

.product_deal .product_a .showpage a#shownext {
    left: auto;
    right: 0;
    background-image: url(../images/btn_banner.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 48px;
}

.product_deal .product_a .showpage a#showlast {
    background-image: url(../images/btn_banner.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 48px;
}

.product_deal .product_a .showpage a:hover {
    color: #777;
}

.product_deal .product_a .share {
    font-size: 12px;
    padding: 15px 0px;
}

.product_deal .product_b {
    width: 710px;
    float: left;
}

.product_deal .product_b .product_name {
    height: auto;
    overflow: hidden;
    color: #646464;
    font-size: 14px;
    height: 60px;
}

.product_deal .product_b .product_name h2 {
    font-size: 18px;
    color: #323232;
    padding-bottom: 10px;
}

.product_deal .product_b .product_bg {
    background-color: #eee;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.product_deal .product_b .product_bg .product_price {
    width: 65%;
    *width: 457px;
    padding: 8px 20px 8px 20px;
    *height: 67px;
}

.product_deal .product_b .product_bg .product_price label {
    display: block;
    font-size: 14px;
    color: #333333;
    margin: 5px 0px;
    line-height: 26px;
    font-weight: normal;
}

.product_deal .product_b .product_bg .product_price label span.fl {
    /* width: 80px; */
    text-align: right;
    margin-right: 5px;
    font-size: 12px;
    color: #333;
}

.product_deal .product_b .product_bg .product_price label .price {
    color: #ef0d15;
    font-size: 20px;
    font-weight: normal;
}

.product_deal .product_b .product_bg .product_pj {
    width: 35%;
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 17px 0px;
    display: flex;
    background: url(../images/sc_bg.png) no-repeat;
    background-size: contain;
    background-position: right center;
    height: 100%;
}

.product_deal .product_b .product_bg .product_pj .pj {
    width: 33.33%;
    *width: 106px;
}

.product_deal .product_b .product_bg .product_pj .pj h1 {
	font-size: 14px;
	line-height: 24px;
	 height: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}

.product_deal .product_b .product_bg .product_pj .pj h1 span {
    font-size: 18px;
}

.product_deal .product_b .product_bg .product_pj .sc {
    height: 100%;
    width: 50%;
    *width: 106px;
}

.product_deal .product_b .product_bg .product_pj .sc img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 10px;
}

.product_deal .product_b .product_bg .product_pj .sc p {
    color: #fff;
}

/* .product_deal .product_b .product_label {
    height: 140px;
    overflow: hidden;
}
 */
.product_deal .product_b .product_label label {
    display: block;
    margin: 5px 0px;
    font-size: 14px;
    color: #666;
}

.product_deal .product_b .product_label label span.fl {
    width: 80px;
    text-align: left;
    margin-right: 10px;
    display: inline-block;
    line-height: 28px;
}

.product_deal .product_b .product_label label span.text {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 5px 10px;
}

.product_deal .product_b .product_label .price {
    color: #ef0d15;
}

.product_deal .product_b .product_label .num {
    margin: 0px;
    display: inline-block;
    float: left;
}

.product_deal .product_b .product_gg {
    padding-top: 15px;
    margin-top: 15px;
}

.product_deal .product_b .product_gg .gg_selec {
    height: auto;
    overflow: hidden;
}

.product_deal .product_b .product_gg .gg_selec .name {
    float: left;
    list-style: none;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 15px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*
.product_deal .product_b .product_gg .gg_selec .kcbzbox{
	-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; }*/
.product_deal .product_b .product_gg .gg_selec .kcbzbox{
	cursor: initial;
}
.product_deal .product_b .product_gg .gg_selec .kcbzbox.item_selected{
	order: 1px solid #ddd;
    padding: 5px 15px;
    color: #ddd;
}
.product_deal .product_b .product_gg .gg_selec .kcbzbox span{
	color:#ddd
}
.product_deal .product_b .product_gg .gg_selec .name.item_selected {
    border: 1px solid #e43a23;
    padding: 5px 15px;
    color: #e43a23;
}

.product_deal .product_b .btn_button {
    margin-top: 20px;
}

.product_deal .product_b .btn_button a img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}

.product_deal .product_b .btn_button .mainc_btn {
    padding: 0px 20px;
}

.product_deal .product_b .btn_button .mainc_btn {
    width: 180px;
}

.product_deal .product_xq {
    width: 956px;
}

.product_deal .product_xq .product_xq_nav {
    background-color: #f6f6f6;
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px;
}

.product_deal .product_xq .product_xq_nav ul li {
    display: inline-block;
    padding: 0px 30px;
    cursor: pointer;
}

.product_deal .product_xq .product_xq_nav ul li b {
    color: #ef0d15;
}

.product_deal .product_xq .product_xq_nav ul li.hover {
    color: #e43a23;
    border-top: 2px solid #e43a23;
    background-color: #fff;
}

.product_deal .product_xq #con_one_1 img {
    width: 100%;
    padding: 0px 100px;
}

.product_deal .product_xq .pj_list {
    clear: both;
}

.product_deal .product_xq .pj_list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0px;
    height: auto;
    overflow: hidden;
}

.product_deal .product_xq .pj_list li .pl_text {
    display: flex;
    justify-content: flex-start;
}

.product_deal .product_xq .pj_list li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product_deal .product_xq .pj_list li .pl_text .pl_con {
    margin-left: 10px;
}

.product_deal .product_xq .pj_list li .pl_text .pl_con h1 {
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.product_deal .product_xq .pj_list li .pl_text .pl_con p {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.product_deal .product_xq .pj_list li .pl_text .pl_con .pl_img {
    display: flex;
}

.product_deal .product_xq .pj_list li .pl_text .pl_con .pl_img img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 0px;
    object-fit: contain;
}

.product_deal .product_xq .pj_list li .pl_text .pl_gg p {
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
}

.product_deal .product_xq .pj_list li .pl_text .sp_pj {}

.product_deal .product_xq .pj_list li .pl_text .sp_pj h1 {
    margin-right: 10px;
}

.product_deal .product_xq .pj_list li .pl_text .sp_pj .stars i {
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.product_deal .product_xq .pj_list li .pl_gg,
.product_deal .product_xq .pj_list li .pl_name {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-top: 10px;
}

.product_deal .product_xq .product_ly textarea {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
}

.product_deal .product_xq .product_ly .btn_button a {
    padding: 0px 80px;
    float: right;
    margin-bottom: 20px;
    margin-right: 0px;
}

.product_deal .product_xq .product_ly .yl_list {
    clear: both;
}

.product_deal .product_xq .product_ly .yl_list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0px;
    height: auto;
    overflow: hidden;
}

.product_deal .product_xq .product_ly .yl_list li .tx_img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}

.product_deal .product_xq .product_ly .yl_list li .yl_content {
    height: auto;
    overflow: hidden;
}

.product_deal .product_xq .product_ly .yl_list li .yl_content h2 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}

.product_deal .product_xq .product_ly .yl_list li .yl_content p {
    font-size: 14px;
    color: #666;
}

.product_deal .product_xq .product_ly .yl_list li .yl_content .date {
    color: #999;
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.product_deal .product_xq .product_ly .yl_list li .yl_content .ly_hf {
    background-color: #f9fbf8;
    padding: 20px;
}

.product_business {
    width: 220px;
    float: right;
    border: 1px solid #f0f0f0;
    height: 470px;
    position: relative;
}

.product_business h4 {
    background-color: #f4f4f4;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.product_business .business_con p {
    padding: 15px 15px 0px;
    font-size: 14px;
    color: #333;
}

.product_business .btn_button {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 10px;
    font-size: 14px;
}

.product_business .btn_button a {
    margin: 0px 0px 0px 10px;
    width: 94px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
}

.product_business .btn_button .mainc_btn {
    background-color: #f4f4f4;
}

.product_business .btn_button .business_zt {
    border-bottom: 1px dashed #f0f0f0;
}

.mb15 {
    margin-bottom: 15px;
}

.business_zt {
    padding: 15px;
    font-size: 12px;
    color: #666;
}

.business_zt li {
    display: inline-block;
    margin-right: 10px;
}

.business_zt li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.business_zt li span {
    display: inline-block;
    vertical-align: middle;
}

.dd_zfcg {
    background-color: #fff;
    padding: 80px 40px;
}

.dd_zfcg .zfcg h2 {
    font-size: 24px;
    color: #323232;
    font-weight: normal;
    line-height: 50px;
}

.dd_zfcg .zfcg h2 em {
    width: 50px;
    height: 50px;
    background-image: url(../images/zfcg.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    margin-right: 10px;
}

.dd_zfcg .zfcg h2 p {
    margin-left: 60px;
    font-size: 16px;
    color: #323232;
}

.dd_zfcg .zfcg ul li {
    display: block;
    color: #323232;
    font-size: 16px;
    margin-left: 60px;
    margin-bottom: 20px;
}

.dd_zfcg .zfcg ul li b {
    color: #ef0d15;
}

.dd_zfcg .zfcg ul li label {
    width: 84px;
    float: left;
}

.dd_zfcg .zfcg ul li .product_name {
    height: auto;
    overflow: hidden;
}

.dd_zfcg .zfcg ul li .product_name p {
    margin-bottom: 10px;
}

.btn_button a {
    margin-right: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    text-align: center;
}

.btn_button .maina_btn {
    background-color: #e43a23;
    color: #fff;
    width: 180px;
}

.btn_button .mainb_btn {
    background-color: #45433f;
    color: #fff;
}

.btn_button .mainc_btn {
    /* background-color: #fff; */
    color: #333;
    border: 1px solid #c8c8c8;
    width: 100px;
}

.ddy_b .btn_button .mainc_btn {
    width: 110px;
}

.btn_button .maind_btn {
    background-color: #e43a23;
    color: #fff;
}

.btn_button .main_btn {
    /* background-color: #f6f8f3; */
    border: 2px solid #e43a23;
    color: #e43a23;
}

.mt40 {
    margin-top: 40px;
}

.product_b .share {
    display: flex;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.product_select {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.product_select h4 {
    background-color: #f4f4f4;
    padding: 10px 30px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    color: #999999;
    *width: 1138px;
    *height: 16px;
}

.product_select h4 b {
    color: #ef0d15;
}

.product_select h4 .fr b {
    color: #333;
    padding: 0px 4px;
}

.product_select h4 span {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding: 0 24px 0 5px;
    height: 28px;
    border: 1px solid #eee;
    background: #fff;
    line-height: 24px;
}

.product_select h4 span a {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 11px;
    height: 11px;
    background-image: url(../images/icons.png);
    background-position: -282px -29px;
}

.product_select h4 .fr {
    color: #999;
    padding-top: 5px;
}

.product_select dl {
    margin: 10px 0px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.product_select dl dt {
    width: 80px;
    color: #999999;
    position: absolute;
    left: 30px;
    top: 10px;
}

.product_select dl dd {
    color: #333;
    padding-left: 100px;
    padding-right: 60px;
    font-size: 12px;
}

.product_select dl dd a {
    margin: 0 11px 0 0;
    padding: 7px 10px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    line-height: 24px;
}

.product_select dl dd a.pp {
    padding: 0px 0px;
}

.product_select dl dd a.pp img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.product_select dl dd .more {
    display: none;
}

.product_select dl dd span.plus,
.product_select dl dd span.sub {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 45px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
}

.product_select dl dd span.plus i {
    background-position: -123px 0;
}

.product_select dl dd span i.icons {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
}

.product_select dl dd span.plus .top {
    background-position: -291px -27px;
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
}

.product_select dl dd .icons {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.product_select dl dd .top {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.product_select dl:last-child {
    border-bottom: 0px;
}

.product_list_cont .product_con {
    background-color: #f4f4f4;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding-right: 10px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.product_list_cont .product_con span {
    padding: 0px 20px;
    cursor: pointer;
}

.product_list_cont .product_con span i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../images/icons.png);
}

.product_list_cont .product_con span i.down {
    background-position: -350px -4px;
}

.product_list_cont .product_con span i.down2 {
    background-position: -185px -26px;
}

.product_list_cont .product_con span i.down2_top {
    background-position: -210px -26px;
}

.product_list_cont .product_con span i.down2_down {
    background-position: -198px -26px;
}

.product_list_cont .product_con .active {
    background-color: #fff;
    color: #e43a23;
    display: inline-block;
}

.product_list_cont .product_con_page {
    font-size: 12px;
}

.product_list_cont .product_con_page em {
    border: 1px solid #eee;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 0px 5px;
    font-size: 12px;
    color: #666;
}

.product_list_cont .product_con_page b {
    color: #e43a23;
    margin-right: 2px;
}

.product_list_cont .pro_list {
    width: 972px;
}

.product_list_cont .pro_list li {
    width: 220px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    margin-right: 23px;
    margin-bottom: 23px;
}

.product_list_cont .pro_list li .sold {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.pager {
    margin: 60px 0 20px;
    font-family: arial;
    height: auto;
    overflow: hidden;
}

.pager .list {
    display: block;
    text-align: center;
    margin: auto;
}

.pager .list a {
    display: inline-block;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
}

.pager .list a:hover {
    border: 1px solid #e43a23;
    background: #e43a23;
    color: #fff;
}

.pager .list span {
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    line-height: 34px;
}

.pager .list span.current {
    border: 1px solid #e43a23;
    background: #e43a23;
    color: #fff;
    cursor: pointer;
}

.pager a.next,
.pager a.prev {
    padding: 0 10px;
    width: 60px;
}

.pager a.noprev {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.pager a.nonext {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.category li {
    display: block;
}

.category li h5 {
    width: 218px;
    padding: 0 30px;
    height: 40px;
    border-top: 1px solid #e5e5e5;
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.category li h5 i {
    float: left;
    display: inline-block;
    margin: 13px 10px 10px 0;
    width: 15px;
    height: 15px;
    background-image: url("../images/icons.png");
    background-position: -214px -83px;
}

.category li h5 h5.n {
    border-bottom: 0;
}

.category li .items {
    display: none;
    height: auto;
    overflow: hidden;
}

.category li .items a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 10px;
    width: auto;
    text-align: center;
    text-decoration: none;
    margin: 0 1px 1px 0;
    font-size: 12px;
}

.category li .items a:hover {
    background: #e43a23;
    color: #fff;
}

.category li .items a.cur {
    background: #e43a23;
    color: #fff;
}

.category li.hover h5 i {
    background-position: -214px -109px;
}

.category li.hover .items {
    display: block;
    padding: 10px 22px;
}

.product_list_con .product_list li {
    float: left;
    border-right: 0px;
}

.more_btn {
    width: 140px;
    background-color: #f5f8f4;
    border: 2px solid #e43a23;
    color: #e43a23;
    clear: both;
    margin: 20px auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.stars i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/sc_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    margin: 0px 2px;
}

.stars i.hui {
    background-image: url(../images/sc_img.png);
}

.hyzx_left {
    height: auto;
    overflow: hidden;
    width: 180px;
    float: left;
    background-color: #fff;
    padding: 12px 0px 20px 20px;
    margin-bottom: 40px;
}

.hyzx_left h2 {
    padding: 20px 0px;
    font-size: 18px;
    color: #323232;
}

.hyzx_left ul {
    margin-bottom: 20px;
}

.hyzx_left ul li {
    font-size: 16px;
    color: #646464;
    margin-bottom: 20px;
    display: block;
}

.hyzx_left ul li a {
    padding-left: 20px;
}

.hyzx_left ul li.active a {
    color: #e43a23;
    border-left: 2px solid #e43a23;
    padding-left: 20px;
}

.center_xx {
    background-color: #fff;
    padding: 0px 40px 40px;
    width: 990px;
    *width: 910px;
    float: right;
    height: auto;
    overflow: hidden;
    min-height: 740px;
    margin-bottom: 60px;
}

.center_xx .title {
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px 20px;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.center_xx .title span.tit {
    float: left;
    margin-right: 20px;
}

.center_xx .title span.fr {
    font-size: 16px;
    color: #e43a23;
    padding: 5px 0px 0px;
}

.center_xx .title .ddzt_tab {
    font-size: 14px;
    color: #666;
    float: left;
}

.center_xx .title .ddzt_tab li {
    float: left;
    padding: 4px 20px;
    cursor: pointer;
    font-weight: normal;
}

.center_xx .title .ddzt_tab li b {
    color: #e43a23;
}

.center_xx .title .ddzt_tab li.hover {
    color: #fff;
    background-color: #e43a23;
    cursor: pointer;
}

.center_xx .title .ddzt_tab li.hover b {
    color: #fff;
}

.center_xx .user_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0px 20px;
}

.center_xx .user_xx img {
    width: 80px;
    margin-right: 20px;
    float: left;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.center_xx .user_xx h2 {
    padding: 12px 0px;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

.center_xx .user_xx h2 span {
    font-size: 18px;
}

.center_xx .user_xx h2 a {
    color: #ef0d15;
    margin-left: 20px;
}

.center_xx .user_accounts {
    margin-top: 20px;
}

.center_xx .user_accounts ul li {
    background-color: #fdf9f9;
    padding: 20px 40px;
    float: left;
    margin-right: 20px;
}

.center_xx .user_accounts ul li h4 {
    margin-bottom: 20px;
}

.center_xx .user_accounts ul li h4 span {
    color: #ef0d15;
}

.center_xx .user_accounts ul li .btn_button a {
    height: 40px;
    line-height: 40px;
}

.center_xx .ddy_table {
    height: auto;
    overflow: hidden;
    padding: 0px 0px;
    clear: both;
}

.center_xx .ddy_table li {
    border: 1px solid #f9e5e2;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.center_xx .ddy_table li .ddy_a {
    background-color: #fdf9f9;
    padding: 20px;
    font-size: 12px;
    height: auto;
    overflow: hidden;
}

.center_xx .ddy_table li .ddy_a .dp_name p {
    margin-top: 5px;
}

.center_xx .ddy_table li .ddy_a .dp_name p span {
    margin-right: 10px;
}

.center_xx .ddy_table li .ddy_a .dp_name p span a {
    color: #e43a23;
}

.center_xx .ddy_table li .ddy_a .fr {
    text-align: right;
    font-size: 14px;
    color: #666;
}

.center_xx .ddy_table li .ddy_a .fr h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #e43a23;
}

.center_xx .ddy_table li .ddy_b {
    float: left;
    clear: both;
    position: relative;
    overflow-y: visible;
}

.center_xx .ddy_table li .ddy_b li {
    padding: 20px 20px 0px;
    border: 0px;
    margin-bottom: 0px;
    position: relative;
}

.center_xx .ddy_table li .ddy_b li img {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    object-fit: cover
}

.center_xx .ddy_table li .ddy_b li .ddy_info {
    overflow: hidden;
    position: relative;
}

.center_xx .ddy_table li .ddy_b li .ddy_info h2 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.center_xx .ddy_table li .ddy_b li .ddy_info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0px;
    display: block;
    font-size: 12px;
}

.center_xx .ddy_table li .ddy_b li .ddy_info p span {
    margin-right: 10px;
    color: #999;
}

.center_xx .ddy_table li .ddy_b li .ddy_info .price {
    color: #ef0d15;
    font-size: 14px;
    color: #333;
}

.center_xx .ddy_table li .ddy_b li .ddy_info .add_cart p {
    float: left;
    font-size: 12px;
}

.center_xx .ddy_table li .ddy_b li .ddy_info .add_cart h2 {
    float: left;
    font-size: 20px;
    margin-top: 4px;
    margin-left: 20px;
    color: #333;
}

.center_xx .ddy_table li .ddy_b li .ddy_info .add_cart img {
    object-fit: contain;
}

.center_xx .ddy_table .ddy_c {
    text-align: center;
    width: 110px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.center_xx .ddy_table .btn_button a {
    margin-right: 0px;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}

.center_xx .user_information {
    width: 100%;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 40px;
}

.center_xx .user_information h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.center_xx .user_information .user_info_tx {
    width: 320px;
    float: right;
    text-align: center;
}

.center_xx .user_information .user_info_tx a {
    border: 1px solid #e43a23;
    padding: 5px 15px;
    color: #e43a23;
    border-radius: 3px;
}

.center_xx .user_information .user_info_tx img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.center_xx .user_information .user_info {
    width: 550px;
}

.center_xx .user_information .user_info li {
    margin-bottom: 15px;
}

.center_xx .user_information .user_info li label {
    width: 100px;
    font-size: 14px;
    line-height: 48px;
    float: left;
    color: #333;
}

.center_xx .user_information .user_info li select {
    border: 1px solid #dedede;
    width: 121px;
    padding: 5px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}

.center_xx .user_information .user_info li input.w_400 {
    border: 1px solid #dedede;
    width: 394px;
    padding: 5px 15px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}

.center_xx .user_information .user_info li .bt_span {
    color: #ef0d15;
}

.center_xx .user_information .user_info li .user_info_radio {
    width: 398px;
    float: left;
    margin-right: 10px;
}

.center_xx .user_information .user_info li .user_info_radio sup {
    width: 50%;
    display: inline-block;
}

.maina_color {
    color: #ef0d15;
}

.fize14 {
    font-size: 14px!important;
}

.fize16 {
    font-size: 16px;
}

.center_xx .user_information .btn_button a {
    width: 394px;
    margin-right: 0px;
    margin-top: 20px;
}

.ttxx {
    font-size: 18px;
    color: #999;
}

.center_xx .xgmm {
    text-align: center;
}

.center_xx .xgmm .user_info {
    margin: auto;
}

.center_xx .bor_top {
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
}

.center_xx .my_address {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}

.center_xx .my_address li {
    width: 240px;
    display: inline-block;
    line-height: 25px;
    height: 180px;
    padding: 20px;
    border: 1px solid #dedede;
    margin-right: 15px;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.center_xx .my_address li h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #333;
}

.center_xx .my_address li .mrdz {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #e43a23;
    color: #fff;
    width: 80px;
    text-align: center;
    display: none;
}

.center_xx .my_address li:hover .active {
    display: block;
}

.center_xx .my_address li:hover .xgsc {
    display: block;
    color: #999;
}

.center_xx .my_address .xgsc {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
    display: none;
    font-size: 12px;
}

.center_xx .my_address .xgsc a {
    color: #999;
    margin-right: 10px;
}

.center_xx .my_address .xgsc a:last-child {
    margin-right: 0px;
}

.center_xx .my_address .active {
    border: 2px solid #e43a23;
}

.center_xx .my_address .add_address {
    padding: 40px 20px;
    text-align: center;
}

.center_xx .my_address .add_address img {
    margin: 10px auto 10px;
}

.center_xx .xxtx_list h2.xx_tit {
    font-size: 18px;
    margin-bottom: 30px;
}

.center_xx .xxtx_list li {
    padding: 20px 0;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.center_xx .xxtx_list li .news_li {
    display: block;
    font-size: 13px;
    color: #666;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.center_xx .xxtx_list li .news_li img {
    width: 85px;
    height: 85px;
    margin-right: 20px;
    float: left;
}

.center_xx .xxtx_list li .news_li .wz_img {
    width: 100px;
    height: 70px;
}

.center_xx .xxtx_list li .news_li .news_tit {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.center_xx .xxtx_list li .news_li .news_tit h2 {
    font-size: 16px;
    color: #323232;
    float: left;
    font-weight: normal;
}

.center_xx .xxtx_list li .news_li .news_tit .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.center_xx .xxtx_list li .news_li .news_tit .date.maincolor {
    color: #e43a23;
    font-size: 16px;
}

.center_xx .xxtx_list li .news_li .news_tit .btn_button {
    position: absolute;
    right: 0px;
    top: 0px;
}

.center_xx .xxtx_list li .news_li .news_tit .btn_button a {
    height: 28px;
    line-height: 28px;
    margin-right: 0px;
    margin-left: 20px;
    width: 120px;
    padding: 0px;
}

.center_xx .xxtx_list li .news_li p span {
    font-size: 15px;
    color: #333;
}

.center_xx .xxtx_list li .news_li .price {
    color: #ef0d15;
    margin-top: 10px
}

.center_xx .xxtx_list li .news_li sup {
    padding: 31px 0px;
    float: left;
}

.center_xx .xxtx_list li .news_li img.del_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    bottom: 0px;
    margin: 0;
}

.center_xx .xxtx_list .btn_button {
    text-align: center;
    margin-bottom: 40px;
}

.center_xx .xxtx_list .btn_button a {
    margin-right: 0px;
    width: 160px;
}

.center_xx .jf_zh {
    margin: 0px auto 20px;
    padding: 40px;
    height: auto;
    overflow: hidden;
    background-color: #fdf9f9;
}

.center_xx .jf_zh p {
    font-size: 18px;
    float: left;
    padding: 5px 0px;
}

.center_xx .jf_zh p span {
    color: #ef0d15;
}

.center_xx .jf_zh .btn_button {
    float: right;
}

.center_xx .jf_zh .btn_button a {
    margin-right: 0px;
    width: 140px;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    padding: 0px;
}

.center_xx .zhcz .step-cont {
    padding: 10px 0px 40px;
    border-bottom: 0px;
}

.center_xx .zhcz .step-cont h4 {
    margin-top: 20px;
}

.center_xx .zhcz .step-cont .zhzh_input {
    width: 360px;
    border: 1px solid #f0f0f0;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}

.center_xx .zhcz .step-cont .zhzh_input input {
    margin-left: 15px;
    font-size: 16px;
    width: 290px;
}

.center_xx .zhcz .step-cont .btn_button {
    margin-top: 40px;
}

.center_xx .zhcz .step-cont .btn_button a {
    width: 360px;
}

.center_xx .wdjf_list dl {
    clear: both;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    height: auto;
    overflow: hidden;
}

.center_xx .wdjf_list dl dt,
.center_xx .wdjf_list dl dd {
    width: 33.33%;
    float: left;
    padding: 0px 20px;
    margin: 20px 0px;
}

.center_xx .wdjf_list dl dt {
    padding-left: 40px;
}

.center_xx .wdjf_list dl dd {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.center_xx .wdjf_list dl dd .price {
    color: #ef0d15;
}

.center_xx .wdjf_list dl dd span {
    color: #e43a23;
}

.center_xx .wdjf_list dl:first-child {
    background-color: #f9f9f9;
    border-top: 1px solid #f0f0f0;
}

.center_xx .wdjf_list dl:first-child dt,
.center_xx .wdjf_list dl:first-child dd {
    color: #333;
    font-size: 16px;
}

.center_xx .dd_pj h2.ddbh {
    font-size: 18px;
    padding: 0px 0px 20px;
}

.center_xx .dd_pj .dd_pj_xq {
    padding-bottom: 20px;
}

.center_xx .dd_pj .dd_pj_xq h2 {
    font-size: 16px;
}

.center_xx .dd_pj .dd_pj_start {
    padding: 20px 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.center_xx .dd_pj .dd_pj_start img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #f1f1f1;
    margin-right: 20px;
}

.center_xx .dd_pj .dd_pj_start p {
    margin-bottom: 20px;
    font-size: 18px;
}

.center_xx .dd_pj .dd_pj_start span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.center_xx .dd_pj .dd_pj_start .stars {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.center_xx .dd_pj .dd_pj_start .gray {
    color: #999;
    font-size: 12px;
}

.center_xx .dd_pj .pj_textarea {
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 240px;
}

.center_xx .dd_pj .pj_textarea textarea {
    width: 100%;
    border: none;
    height: 100px;
    border-radius: 5px;
    font-size: 16px;
}

.center_xx .dd_pj .pj_textarea .text_mun {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #969696;
    font-size: 14px;
}

.center_xx .dd_pj .image-item {
    position: relative;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    clear: both;
    margin: 20px 0px;
    display: block;
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin-right: 20px;
}

.center_xx .dd_pj .image-item .image-close {
    position: absolute;
    display: inline-block;
    right: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background-color: #ef0d15;
    color: #f3f3f3;
    border: solid 1px #ef0d15;
    font-size: 9px;
    font-weight: 200;
    z-index: 1;
    border-radius: 20px;
}

.center_xx .dd_pj .image-item span {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    color: #969696;
}

.center_xx .dd_pj .image-item .file {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.center_xx .dd_pj .image-item input[type="file"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.center_xx .dd_pj .image-item .image_input {
    width: 80px;
    height: 80px;
    background-image: url(../images/iconfont-tianjia.png);
    background-size: 100% 100%;
    background-position: center;
    margin: auto;
}

.center_xx .dd_pj .image-item.space .image-close {
    display: none;
}

.center_xx .dd_pj sup {
    color: #999;
}

.center_xx .dd_pj .btn_button {
    text-align: center;
    margin-top: 40px;
}

.center_xx .dd_pj .btn_button a {
    margin-right: 0px;
    width: 400px;
}

.center_xx .ddxq_a {
    display: block;
    height: auto;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

.center_xx .ddxq_a h2 {
    color: #323232;
    line-height: 32px;
    float: left;
    font-size: 17px;
    font-weight: normal;
}

.center_xx .ddxq_a .btn_button {
    float: right;
}

.center_xx .ddxq_a .btn_button a {
    height: 32px;
    line-height: 32px;
    margin-right: 0px;
    margin-left: 20px;
    font-size: 14px;
}

.center_xx .ddxq_b {
    float: right;
}

.center_xx .ddxq_b a {
    width: 120px;
    float: right;
    text-align: center;
    color: #323232;
    border: 1px solid #ddd;
    line-height: 30px;
    margin-left: 15px;
    font-size: 14px;
}

.center_xx .ddxq_b a:first-child {
    background-color: #da231a;
    border: 1px solid #da231a;
    color: #fff;
}

.center_xx .ddxq .dp_name {
    background-color: #fdf9f9;
    padding: 15px;
}

.center_xx .ddxq .ddy_table li {
    border: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.center_xx .ddxq .ddy_table li .ddy_b li {
    padding-left: 0px;
}

.center_xx .ddxq h2.tit {
    color: #e43a23;
    font-weight: normal;
    font-size: 16px;
}

.center_xx .ddxq h2.tit p {
    font-size: 14px;
    margin-top: 10px;
}

.center_xx .ddxq .dd_wl span,
.center_xx .ddxq .dd_wl p {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.center_xx .ddxq .dd_wl span em,
.center_xx .ddxq .dd_wl p em {
    color: #999;
}

.center_xx .ddxq .dd_wl span {
    color: #e43a23;
    float: left;
}

.center_xx .ddxq .dd_wl span img {
    display: inline-block;
    width: 14px;
    margin-left: 10px;
    vertical-align: text-top;
    margin-top: 4px;
}

.center_xx .ddxq .dd_wl span a {
    cursor: pointer;
    color: #e43a23;
}

.center_xx .ddxq .dd_wl .box03 {
    padding: 20px 0px;
    line-height: 28px;
}

.center_xx .ddxq .dd_wl .box03 p {
    display: block;
}

.center_xx .ddxq .jdt_line {
    margin-top: 28px;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    background-color: #ccc;
}

.center_xx .ddxq .jdt_line span {
    background-color: #e43a23;
    z-index: 99;
    height: 10px;
    display: block;
}

.center_xx .ddxq .jdt_zt {
    padding-bottom: 10px;
    margin-top: 30px;
}

.center_xx .ddxq .jdt_zt ul li {
    width: 20%;
    float: left;
    font-size: 16px;
    color: #646464;
    position: relative;
    text-align: center;
}

.center_xx .ddxq .jdt_zt ul li em {
    background-image: url(../images/jdt.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 30px;
    width: 24px;
    height: 24px;
    left: 45%;
    z-index: 99;
}

.center_xx .ddxq .jdt_zt ul li em.hover {
    background-image: url(../images/jdt.png);
    background-repeat: no-repeat;
    background-position: 0px -24px;
    position: absolute;
    top: 30px;
    width: 24px;
    height: 24px;
    left: 45%;
}

.center_xx .ddxq .jdt_zt li.active {
    color: #e43a23;
}

.center_xx .ddxq .jdt_sj {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.center_xx .ddxq .jdt_sj ul li {
    width: 20%;
    float: left;
    font-size: 12px;
    color: #e43a23;
    text-align: center;
}

.center_xx .ddxq .jdt_sj ul li span {
    display: block;
    width: 80px;
    margin: auto;
}

.center_xx .ddxq_bottom {
    clear: both;
    height: auto;
    overflow: hidden;
}

.center_xx .ddxq_bottom ul li {
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    overflow: hidden;
    padding: 20px 0px 10px;
}

.center_xx .ddxq_bottom ul li:last-child {
    border-bottom: 0 solid #f0f0f0;
}

.center_xx .ddxq_bottom ul li h2 {
    font-size: 18px;
    color: #323232;
    margin-bottom: 20px;
    font-weight: normal;
}

.center_xx .ddxq_bottom ul li p {
    display: block;
    line-height: 32px;
    color: #646464;
    font-size: 14px;
}

.center_xx .ddxq_bottom ul li p label {
    width: 80px;
    float: left;
}

.news_xq {
    margin-bottom: 40px;
}

.news_xq h2.tit {
    font-size: 18px;
    text-align: center;
}

.news_xq .date {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999;
}

.zx_left {
    width: 840px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 20px;
}

.zx_left .wz {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 40px;
}

.zx_left .wz .date {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999;
}

.zx_left .wz .btn_button {
    text-align: center;
}

.zx_left .wz .btn_button a {
    padding: 0px 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.zx_left .wz .btn_button a img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    margin-top: 2px;
}

.zx_left .btn_button a {
    margin-right: 0px;
}

.zx_bottom {
    background-color: #f6f6f6;
    padding: 20px 20px 10px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.zx_bottom ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.fr .bw_right {
    float: none;
}

.bw_right {
    width: 325px;
    float: right;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 10px;
    margin-bottom: 40px;
}

.bw_right .tit {
    font-size: 15px;
    margin-bottom: 20px;
}

.bw_right .tit span {
    margin-right: 15px;
}

.bw_right .tit span.active {
    color: #e43a23;
    font-size: 18px;
}

.bw_right .zcxd_list {
    padding: 0px;
}

.bw_right .zcxd_list li .news_pic {
    width: 90px;
    height: 63px;
    margin-right: 10px;
}

.bw_right .zcxd_list li .news_pic img {
    width: 90px;
    height: 63px;
}

.bw_right .zcxd_list li .news_info {
    line-height: 18px;
}

.bw_right .zcxd_list li .news_info h2 {
    margin: 0px 0px 5px;
    line-height: 16px;
}

.bw_right .zcxd_list .news_jsfw li {
    margin-bottom: 10px;
}

.bw_right .zcxd_list .news_jsfw li h2 {
    padding: 0px;
    font-size: 14px;
}

.bw_right .news_jsfw {
    height: 440px;
    overflow-y: scroll;
    padding-right: 10px;
}

.bw_right .news_jsfw h2 {
    font-size: 14px;
}

.bw_right .news_jsfw li.active {
    background-color: #f5f8f4;
}

.bw_right .news_jsfw.huadong::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #f5f5f5;
}

.bw_right .news_jsfw.huadong::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    background-color: #f9f9f9;
}

.bw_right .news_jsfw.huadong::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e43a23;
}

.select_fb li {
    width: 100%;
    border: 1px solid #f0f0f0;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin-bottom: 20px;
}

.select_fb li span.name {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}

.select_fb li .complaint_lxfs {
    padding-left: 120px;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.select_fb li .complaint_lxfs input {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    float: left;
    height: 46px;
    line-height: 46px;
}

.select_fb li .complaint_lxfs select {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.select_fb li .complaint_lxfs span select {
    width: 80px;
    float: left;
    height: 46px;
    line-height: 46px;
    padding-left: 0px;
}

.select_fb li .complaint_lxfs span.pp {
    padding-left: 20px;
}

.select_fb li .complaint_lxfs em.fr {
    position: absolute;
    top: 0px;
    right: 10px;
}

.complaint textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.complaint .btn_button {
    margin-top: 40px;
    text-align: center;
}

.complaint .btn_button a {
    margin-right: 0px;
    width: 220px;
}

.bzzx_tab {
    margin-bottom: 20px;
}

.bzzx_tab li {
    background-color: #f2f2f2;
    color: #333;
    padding: 6px 30px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 50px;
}

.bzzx_tab li.active {
    background-color: #e43a23;
    color: #fff;
}

.serve_sele {
    padding-left: 20px;
}

.serve_sele select {
    margin-right: 20px;
    margin-top: 10px;
}

.serve_list_fl {
    width: 840px;
    background-color: #fff;
    padding: 20px;
    float: left;
}

.serve_list_fl .complaint_lxfs {
    margin-bottom: 30px;
}

.serve_list_fl textarea {
    padding: 8px;
    width: 680px;
    border: 1px solid #ececec;
    height: 170px;
}

.serve_list_fl .btn_button {
    margin-top: 40px;
    text-align: center;
}

.serve_list_fl .btn_button a {
    margin-right: 0px;
    width: 240px;
}

.serve_list_fl .tab_ul {
    margin-bottom: 30px;
}

.serve_list_fl .tab_ul li {
    display: inline-block;
    background-color: #eee;
    padding: 10px 40px;
    margin-right: 20px;
    text-align: center;
}

.serve_list_fl .tab_ul .hover {
    color: #fff;
    background-color: #e43a23;
}

.serve_list_fl .seearch_top {
    width: 330px;
    *width: 330px;
    border: 2px solid #e43a23;
    height: 44px;
    line-height: 44px;
    text-align: left;
    position: relative;
}

.serve_list_fl .seearch_top input {
    width: 216px;
    *width: 196px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    position: absolute;
    left: 0px;
}

.serve_list_fl .seearch_top .button {
    width: 100px;
    background-color: #e43a23;
    display: inline-block;
    float: right;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.serve_list_fl .index_nav {
    margin-bottom: 20px;
}

.serve_list_fl.p40 {
    padding: 60px 80px;
}

.index_nav.text-center {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.index_nav.text-center h4 {
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0px 40px;
    font-size: 18px;
}

.index_nav.text-center h4:nth-child(2) {
    border-right: 0px;
}

.index_nav.text-center .active {
    color: #e43a23;
}

.zlxq .zl_bg {
    background-color: #fdf9f9;
    padding: 20px;
    margin-bottom: 40px;
}

.zlxq .zl_bg img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.zlxq .zl_bg h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.zlxq h2 span {
    font-size: 12px;
    color: #999;
    display: block;
    margin: 20px 0px 40px;
}

.zlxq .zlxq_p {
    font-size: 14px;
    line-height: 28px;
}

.zlxq .btn_button {
    margin: 40px 0px;
    text-align: center;
}

.zlxq .btn_button a {
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
}

.zlxq .btn_button .fr {
    width: 120px;
}

.index_b {
    background-color: #fff;
    padding: 80px;
}

.index_b .login_tab {
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    overflow: hidden;
    width: 40%;
    margin: 0px auto 40px;
}

.index_b .login_tab li {
    width: 50%;
    float: left;
    text-align: center;
}

.index_b .login_tab li span {
    padding: 15px 0px;
    display: inline-block;
}

.index_b .login_tab li.hover span {
    border-bottom: 2px solid #e43a23;
    color: #e43a23;
}

.index_b p.text {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.index_b .stepflex {
    width: 482px;
    margin: 0px auto 80px;
    display: block;
}

.index_b .forget-box {
    width: 446px;
    margin: auto;
    min-height: 260px;
}

.index_b .forget-box ul .ts {
    display: block;
    margin-bottom: 20px;
}

.index_b .forget-box ul .ts img {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
}

.index_b .forget-box ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.index_b .forget-box ul li .ts {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    color: #999;
    margin-bottom: 0px;
}

.index_b .forget-box ul li .ts img {
    margin-top: 0px;
}

.index_b .forget-box ul li label {
    width: 446px;
    *width: 444px;
    border: 1px solid #ddd;
    height: 48px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    float: left;
}

.index_b .forget-box ul li label input {
    width: 100%;
    *width: 80%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 44px;
}

.index_b .forget-box ul li label .ionc {
    width: 18px;
    margin: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.index_b .forget-box ul li label.w_240 {
    width: 260px;
    *width: 258px;
    float: left;
}

.index_b .forget-box ul li .mail {
    position: absolute;
    right: -90px;
    top: 10px;
}

.index_b .forget-box ul li .mail span {
    color: #e43a23;
}

.index_b .forget-box ul li .yzm_tx {
    width: 186px;
    display: inline-block;
    float: left;
}

.index_b .forget-box ul li .yzm_tx .yaming {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.index_b .forget-box ul li .yzm_tx span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.index_b .forget-box ul li .yzm_tx .yangh {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.index_b .forget-box ul li .yzm_tx .yzm_num {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #f5f5f5;
    height: 48px;
    border: 1px solid #ddd;
    line-height: 46px;
    border-left: 0px;
}

.index_b .forget-box .btn_button {
    padding-top: 30px;
}

.index_b .forget-box .btn_button a {
    width: 100%;
    *width: 82%;
    margin-right: 0px;
}

.index_b .forget-box .mmcg {
    overflow: hidden;
    color: #e43a23;
}

.index_b .forget-box .mmcg img {
    margin-right: 20px;
}

.index_b .forget-box .mmcg h4 {
    font-size: 18px;
    margin-bottom: 6px;
    height: auto;
    overflow: hidden;
}

.index_b .forget-box .mmcg h4 p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.index_b .forget-box .mmcg h4 p a {
    color: #e43a23;
}

.index_b .business_box {
    width: 780px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.index_b .business_box h2.tit {
    text-align: center;
}

.index_b .business_box .xy_text {
    width: 750px;
    max-height: 350px;
    overflow-y: scroll;
    padding: 50px;
    border: 1px solid #ddd;
    margin: 30px auto;
    line-height: 28px;
    color: #666;
}

.index_b .business_box sup {
    text-align: center;
}

.index_b .business_box .btn_button {
    margin-top: 40px;
    text-align: center;
}

.index_b .business_box .btn_button a {
    width: 300px;
    margin-right: 0px;
}

.index_b .business_box .business_left {
    width: 200px;
}

.index_b .business_box .business_left h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.index_b .business_box .business_left .business_left_ul li {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
}

.index_b .business_box .business_left li.hover {
    border-left: 2px solid #e43a23;
    color: #e43a23;
}

.index_b .business_box .business_right {
    width: 580px;
}

.index_b .business_box .business_right h2.ts {
    color: #ef0d15;
    font-size: 14px;
}

.index_b .business_box .business_right .business_ul {
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}

.index_b .business_box .business_right .business_ul h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.index_b .business_box .business_right .business_ul h3 p {
    display: inline-block;
    font-size: 12px;
    color: #ef0d15;
    margin-left: 48px;
}

.index_b .business_box .business_right .business_ul li {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.index_b .business_box .business_right .business_ul li label {
    width: 160px;
    text-align: right;
    font-size: 13px;
    display: inline-block;
    line-height: 34px;
    float: left;
    margin-right: 15px;
}

.index_b .business_box .business_right .business_ul li label em {
    color: #ef0d15;
    margin-right: 8px;
}

.index_b .business_box .business_right .business_ul li .business_li_input {
    display: inline-block;
    float: left;
    height: auto;
    overflow: hidden;
    width: 405px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .text-center {
    text-align: center;
}

.index_b .business_box .business_right .business_ul li .business_li_input p {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}

.index_b .business_box .business_right .business_ul li .business_li_input p.price {
    color: #ef0d15;
}

.index_b .business_box .business_right .business_ul li .business_li_input input,
.index_b .business_box .business_right .business_ul li .business_li_input select {
    border: 1px solid #ddd;
    width: 300px;
    height: 34px;
    margin-right: 15px;
    padding: 0px 10px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .input_140 {
    border: 1px solid #ddd;
    width: 140px;
    height: 34px;
    text-indent: 20px;
    margin-right: 0px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .input_span {
    display: inline-block;
    line-height: 34px;
    text-align: center;
    width: 20px;
}

.index_b .business_box .business_right .business_ul li .business_li_input span {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .file_input {
    display: inline-block;
    height: auto;
    overflow: hidden;
}

.index_b .business_box .business_right .business_ul li .business_li_input .file_input input {
    border: 0px;
    padding-left: 0px;
    margin-top: 5px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .file_input p {
    font-size: 12px;
    color: #999;
}

.index_b .business_box .business_right .business_ul li .business_li_input .file_input sup {
    text-align: left;
    margin-top: 10px;
}

.index_b .business_box .business_right .business_ul li .business_li_input .file_input sup input {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.index_b .business_box .business_right .business_succ {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.index_b .business_box .business_right .business_succ img {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.index_b .business_box .business_right .business_succ span {
    color: #666;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.index_b .business_box .business_right .leimu_ul {
    width: 500px;
    margin: 30px auto;
    border: 1px solid #ddd;
    font-size: 14px;
}

.index_b .business_box .business_right .leimu_ul .leimu_li {
    background-color: #f6f6f6;
    padding: 15px 0;
}

.index_b .business_box .business_right .leimu_ul .leimu_li .leimu_div {
    width: 33.333%;
    float: left;
    text-align: center;
}

.index_b .business_box .business_right .leimu_ul li:first-child {
    background: #f5f5f5;
}

.index_b .business_box .business_right ul.business_ul:last-of-type {
    border-bottom: 0px;
}

.index_b h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 30px 0;
}

.index_b .qtdl {
    padding: 40px 0 40px;
}

.index_b .qtdl li {
    float: left;
    width: 50%;
}

.index_b .qtdl li:first-child .dsf {
    border-right: 1px solid #f1f1f1;
}

.index_b .qtdl .dsf {
    display: block;
    text-align: center;
    color: #999;
}

.index_b .qtdl .dsf img {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}

.index_b .qtdl .dsf p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 6px;
}

dl .ptb60 {
    padding: 60px 0px;
}

.login_box {
    background-image: url(../images/denglu_bj.png);
    height: 640px;
}

.login_box .w_980 {
    width: 980px;
    margin: auto;
}

.login_box .w_980 .index_b {
    padding: 20px 40px;
    width: 420px;
    *width: 340px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.login_box .w_980 .index_b .login_tab {
    width: 100%;
}

.login_box .w_980 .index_b .forget-box {
    width: 340px;
}

.login_box .w_980 .index_b .forget-box label {
    width: 100%;
}

.login_box .w_980 .index_b .forget-box .yzm_tx {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    width: 170px;
}

.login_box .w_980 .index_b .forget-box .yzm_tx img {
    margin-left: 0px;
}

.login_box .w_980 .index_b .login_jzmm {
    margin-bottom: 20px;
    clear: both;
}

.login_box .w_980 .index_b .login_jzmm a {
    font-size: 14px;
    text-decoration: underline;
    color: #999;
}

.login_box .w_980 .text-center {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.login_box .w_980 .text-center a {
    color: #e43a23;
}

.w_980 {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.slidenav {
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 9997;
    display: none;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s linear 0s;
}

.slidenav .slidenav_tab {
    position: absolute;
    top: 50%;
    width: 68px;
    right: 0px;
    margin-top: -80px;
    background: #7d7b78;
    border-radius: 0;
}

.slidenav .slidenav_tab .i i {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e50000;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-style: normal;
    font-size: 12px;
    font-family: Arial;
    opacity: 0.8;
}

.slidenav .slidenav_tab .i {
    width: 68px;
    height: 68px;
    margin: 0;
}

.slidenav .slidenav_tab .icon {
    height: 68px;
    *height: 36px;
    width: 68px;
    *width: 32px;
    position: relative;
}

.slidenav .slidenav_tab .i {
    display: block;
    background-image: url("../images/icons.png");
    border-bottom: 0;
    /* padding: 8px 10px; */
    text-decoration: none;
    position: relative;
    cursor: pointer;
    z-index: 99999;
}

.slidenav .slidenav_tab .i.ri3 {
    background-position: 4px -120px;
}

.slidenav .slidenav_tab .i.ri2 {
    background-position: -48px -120px;
}

.slidenav .slidenav_tab .i.ri1 {
    background-position: -104px -120px;
}

.slidenav .slidenav_tab .icon .slide_box {
    position: absolute;
    right: 68px;
    top: -0px;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    color: #333;
    border-right: 0;
    white-space: nowrap;
    line-height: 24px;
    width: 160px;
    display: block;
    /* height: 206px; */
    text-align: center;
    display: none;
    font-size: 14px;
}

.slidenav .slidenav_tab .icon .slide_box img {
    width: 100%;
    margin: 10px auto;
}

.slidenav .slidenav_tab .icon .box1 {
    top: -1px;
    padding: 0px;
    border: 0px;
    height: auto;
    width: 142px;
}

.slidenav .slidenav_tab .i .box1 img {
    width: 142px;
}

.slidenav .slidenav_tab .i .t {
    display: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}

.slidenav .slidenav_tab .icon {
    /* padding: 10px 0px 0px 0px; */
    position: relative;
}

.slidenav .slidenav_tab .icon::after {
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 1px;
    left: 50%;
    margin-left: -15px;
    background: #ededed;
}

.slidenav .slidenav_tab .icon:nth-last-child(1)::after {
    height: 0px;
}

.slidenav .slidenav_tab .icon span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.slidenav .slidenav_tab .icon:nth-of-type(1) {
    border-radius: 0;
}

.slidenav .slidenav_tab .icon:nth-last-of-type(1) {
    border-radius: 0;
}

.slidenav .slidenav_tab .icon.hover,
.slidenav .slidenav_tab .icon:hover {
    color: #fff;
    background: #e43a23;
}

.slidenav .slidenav_tab .i.hover .t,
.slidenav .slidenav_tab .i:hover .t {
    display: block;
    background: #e43a23;
    color: #fff;
    border-color: #e43a23;
}

.slidenav .slidenav_tab .icon.hover .slide_box,
.slidenav .slidenav_tab .icon:hover .slide_box {
    display: block !important;
}

.slidenav .slidenav_tab .i.hover .last,
.slidenav .slidenav_tab .i:hover .last {
    border-bottom: 1px solid #e43a23;
}

.slidenav .slidenav_tab .i.hover.last,
.slidenav .slidenav_tab .i:hover.last {
    border-bottom: 1px solid #e43a23;
}


/* 
.slidenav .slidenav_tab .i.last {
    border-bottom: 1px solid #e5e5e5;
} */

.elevator {
    position: fixed;
    left: 0;
    top: 100px;
    background: #fff;
    width: 42px;
    z-index: 9997;
    border: 1px solid #e5e5e5;
    display: none;
    -webkit-transform: translateZ(0);
}

.elevator li {
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 78px;
    width: 40px;
    list-style: none;
}

.elevator li a {
    display: block;
    height: 78px;
    width: 40px;
    position: relative;
}

.elevator li a i {
    background-image: url("../images/icons.png");
    _background-image: url("../images/icons.jpg");
    display: block;
    height: 24px;
    width: 20px;
    position: absolute;
    top: 9px;
    left: 10px;
}

.elevator li a span {
    color: #999;
    text-align: center;
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 16px;
    padding: 0 6px;
}

.elevator li a.cur,
.elevator li a:hover {
    background-color: #e43a23;
}

.elevator li a:hover span,
.elevator li a.cur span {
    color: #fff;
}

.elevator li.last {
    border: 0;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: -1;
}

.banner ul {
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner ul li {
    height: 100%;
}

.banner .nextprev {
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    position: relative;
}

.banner .nextprev a.bt {
    position: absolute;
    background-image: url("../images/icons.png");
    _background-image: url("../images/icons.jpg");
    width: 30px;
    height: 60px;
    top: -324px;
    display: block;
}

.banner .nextprev a.prev {
    background-position: -348px -138px;
    left: 0px;
}

.banner .nextprev a.next {
    background-position: -382px -138px;
    right: 0px;
}

.banner .nextprev a.prev.hover {
    background-position: -280px -138px;
}

.banner .nextprev a.next.hover {
    background-position: -314px -138px;
}

.ddy_b {
    width: 100%;
    overflow-y: scroll;
}

.ddy_b li {
    padding: 10px 10px 0px;
    height: auto;
    overflow: hidden;
}

.ddy_b li img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.ddy_b li .ddy_info {
    overflow: hidden;
    width: 60%;
    float: left;
}

.ddy_b li .ddy_info h2 {
    font-size: 14px;
    font-weight: normal;
}

.ddy_b li .ddy_info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0px;
    display: block;
    font-size: 12px;
}

.ddy_b li .ddy_info p span {
    margin-right: 10px;
    color: #999;
}

.ddy_b li .ddy_info .price {
    color: #333;
    font-size: 12px;
}

.ddy_b.huadong::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #f5f5f5;
}

.ddy_b.huadong::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    background-color: #f9f9f9;
}

.ddy_b.huadong::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e43a23;
}

.slidenav.active {
    right: 310px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s linear 0s;
}

#wdzj_list {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 310px;
    height: 100%;
    background-color: #f5f5f5;
}

#wdzj_list .h2_tit {
    padding: 15px;
    font-size: 15px;
}

#wdzj_list .h2_tit img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#wdzj_list .h2_tit .colse {
    float: right;
}

#wdzj_list .h2_tit .colse img {
    margin-right: 0px;
    cursor: pointer;
}

#wdzj_list .ddy_b {
    height: 100%;
}

#wdzj_list .header_carts_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#wdzj_list .tip-inner {
    padding: 6px 5px;
    border: 2px solid #e43a23;
    background: #fdf9f9;
    text-align: center;
    font-size: 12px;
}

#wdzj_list .tip-inner .tip-text {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    color: #333;
}

#wdzj_list .tip-inner .tip-btn {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 5px;
    color: #fff;
    vertical-align: middle;
    background: #e43a23;
}

#wdzj_list .shopping_btn {
    font-size: 16px;
}

.head_topbanner {
    height: 80px;
    background-color: #e43a23;
}

.head_topbanner .w_1200 {
    position: relative;
}

.head_topbanner .w_1200 .colse {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    background: #2d2d2d;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.search_list h4 img {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
    margin-right: 10px;
}

.search_list .search_jg {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 14px;
}

.search_list .search_jg span {
    margin-right: 15px;
}

.search_list .search_jg a {
    margin-right: 15px;
}

.manin_tk {
    width: 520px;
    height: 440px;
    z-index: 99999;
    padding: 40px 40px 40px;
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    *top: 50%;
    left: 0;
    *left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    *margin-left: -300px;
    *margin-top: -250px;
}

.manin_tk img {
    margin: auto;
}

.main_tk {
    position: relative;
}

.main_tk .colse {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 0px;
    background-color: #b2b2b2;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.main_tk .colse img {
    margin: auto;
}

.main_tk:after {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.sjlb_list .sjlb_li li {
    margin-bottom: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.sjlb_list .sjlb_li li .business_zt li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    border-bottom: 0px;
    width: auto;
}

.sjlb_list .sjlb_li li .sjlb_ul li {
    width: 175px;
    border: 1px solid #f0f0f0;
    float: left;
    margin: 15px 0px 10px 15px;
    height: auto;
    overflow: hidden;
    padding: 9px 10px;
}

.sjlb_list .sjlb_li li .sjlb_ul li img {
    width: 153px;
    height: 153px;
}

.sjlb_list .sjlb_li li .sjlb_ul li h2 {
    font-size: 14px;
    padding: 0px;
}

.sjlb_list .sjlb_li li h2 {
    padding: 0px 15px;
    font-size: 18px;
}

.sjlb_list .sjlb_li li .sjlb_text {
    padding: 0px 15px;
    font-size: 14px;
    margin-bottom: 5px;
}

.sjlb_list .sjlb_li li .btn_button {
    position: absolute;
    right: 0px;
    top: 20px;
}

.sjlb_list .sjlb_li li .btn_button a {
    margin-right: 0px;
    margin-left: 20px;
}

.add_cart {
    text-align: center;
}

.add_cart p {
    margin-bottom: 20px;
}

.add_cart p img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.hyrc_list .zcxd_index {
    width: 100%;
}

.hyrc_list .zcxd_index li {
    width: 100%;
}

.sjtx {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.xy_btn {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.xy_btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0px 20px;
}

.xy_btn span sup {
    display: inline-block;
    line-height: 22px;
}

.xy_btn span sup input {
    vertical-align: middle;
}

.xy_btn span a {
    text-decoration: underline;
    color: #e43a23;
}

.reveal-modal.reveal_xy {
    width: 820px;
    margin-left: -420px;
    top: 100px !important;
}

.reveal-modal.reveal_xy .reveal_box h2.tit {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

.reveal-modal.reveal_xy .relative {
    height: 580px;
    overflow-y: scroll;
    margin-bottom: 60px;
}

.reveal-modal.reveal_xy .xy_btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    background-color: #fff;
}


/*# sourceMappingURL=zjgsmain.css.map */


/* lcj首页修改开始 */

.sp_nav {
    align-items: center;
    padding: 30px 0px 20px;
}

.sp_nav h1 {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    float: left;
}

.sp_nav h1 i {
    position: relative;
    z-index: 2;
}

.sp_nav h1 i::after {
    position: absolute;
    content: "";
    right: -3px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    background: #e43a23;
    border-radius: 50%;
    z-index: -1;
}

.sp_nav h1 span {
    font-size: 14px;
    margin-left: 10px;
}

.sp_nav .more {
    font-size: 14px;
    color: #333;
    float: right;
    line-height: 37px;
}

.sp_nav .more:hover {
    color: #e43a23;
}

.hot_list {
    width: 1200px;
}

.hot_list li.box1 {
    width: 385px;
    height: 366px;
    object-fit: cover;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.hot_list li.box1 img {
    width: 385px;
    height: 366px;
    object-fit: cover;
    overflow: hidden;
}

.hot_list li.box3 {
    width: 410px;
    height: 366px;
    object-fit: cover;
    overflow: hidden;
    float: left;
}

.hot_list li.box3 img {
    width: 410px;
    height: 178px;
    object-fit: cover;
    overflow: hidden;
}

.hot_list li.box3 img:nth-of-type(1) {
    margin-bottom: 10px
}

.tj_list {
    /* display: flex;
    flex-wrap: wrap;
    overflow: auto;
    justify-content: space-between; */
    width: 1216px;
}

.tj_list li {
    width: 288px;
    padding-bottom: 30px;
    float: left;
    margin-right: 16px;
}

.tj_list li h1 {
    font-size: 16px;
    color: #5a5c5e;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
    margin-top: 15px;
}

.tj_list li p.price {
    font-size: 16px;
    /* font-weight: 700; */
    color: #333333;
    margin-top: 15px;
}

.tj_list li .add_cart {
    margin-top: 5px;
}

.tj_list li a>img {
    width: 288px;
    height: 288px;
    object-fit: cover;
}

.add_cart h2 {
    font-size: 20px;
    /* font-weight: 700; */
    color: #f43530;
    align-items: center;
    float: left;
}

.add_cart h2 span {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #f43530
}

.add_cart h2 img {
    width: 62px;
    height: 16px;
    align-items: center;
    float: left;
    margin-top: 2px;
}

.join_vip {
    width: 100%;
    min-width: 1200px;
}

.spxq {
    width: 956px;
    object-fit: contain;
}

.join_vip img {
    top: 0px;
    width: 100%;
    overflow: -webkit-paged-x;
    margin-right: -960px;
    min-width: 1200px;
    object-fit: cover;
    height: 170px;
}


/* .ind_class ul li:nth-of-type(1) {
    width: 300px;
} */

.clearfix {
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.huiyuan {
    background-image: url(../images/huiyuan_bj.png);
    width: 100%;
    *width: 856px;
    padding: 30px;
    background-size: 100%;
    height: 84px;
    *height: 33px;
    color: #fde6cb;
}

.huiyuan .vip {
    width: 97px;
    object-fit: contain;
    margin-right: 25px;
}

.huiyuan p {
    font-size: 14px;
}

.huiyuan p span {
    margin-left: 20px;
}

.huiyuan h5 {
    font-size: 18px;
    font-weight: normal;
}

.huiyuan .nhuy {
    background-image: -webkit-linear-gradient(to right, #f9dab8, #f09054);
    background-image: linear-gradient(to right, #f9dab8, #f09054);
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.kaitong {
    padding: 27px;
}

.kaitong .vip {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.kaitong h5 {
    margin-right: 10px;
    color: #fde6cb;
}

.kaitong .hy_jt {
    margin-top: 7px;
}

.hyfw {
    width: 930px;
    margin: 30px 0;
}

.hyfw li {
    width: 25%;
    float: left;
}

.hyfw li .jianju {
    height: 110px;
    *height: 50px;
    text-align: center;
    margin-right: 20px;
    padding: 30px;
    *width: 152px;
}

.hyfw li .ls {
    background: #e4ede9;
    color: #71a68e;
}

.hyfw li .lanse {
    background: #d9e3e7;
    color: #7197a6;
}

.hyfw li .hongse {
    background: #ede4e8;
    color: #a67189;
}

.hyfw li .huengs {
    background: #ede8e4;
    color: #a68971;
}

.hyfw li h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.hyfw li p {
    font-size: 14px;
}

.hy_tj .tj_list {
    display: block !important;
}

.warp-pic-list {
    width: 930px;
    overflow: hidden;
    position: relative;
}

.hy_tj .tj_list li {
    margin-right: 0px;
}

.hy_tj .tj_list li {
    width: 234px;
    float: left;
}

.hy_tj .tj_list li .sp_t {
    width: 214px;
    height: 214px;
    object-fit: cover;
}

.hy_tj .tj_list li .jianju {
    margin-right: 20px;
}

.icon {
    background: url(../images/icon.png) no-repeat 0 0;
}

.tj_list .img_wrap {
    width: 176px;
    height: 135px;
}

.tj_list li .text-area {
    padding: 10px 0 10px 15px;
}

.tj_list li .text-area p {
    line-height: 24px;
    height: 24px;
}

.tj_list li:hover .text-area,
.tj_list li.hover .text-area {
    background-color: #d81c1b;
    color: #fff;
}

.tj_list .p-num {
    font-family: "Tahoma";
    font-weight: bold;
}

.btn {
    display: block;
    height: 55px;
    position: absolute;
    top: 78px;
    width: 35px;
    z-index: 200;
    cursor: pointer;
}

.prev {
    background-position: 0 -88px;
    left: 0;
}

.prev:hover {
    /* background-position: 0 -144px; */
}

.next {
    background-position: 0 -200px;
    right: 15px;
}

.next:hover {
    /* background-position: 0 -256px; */
}

.kthy {
    width: 600px;
}

.kthy h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.kthy .kait {
    background-image: url(../images/huiyuan_bj1.png);
    width: 100%;
    height: 105px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 30px;
    color: #fde6cb;
    margin: 20px 0 15px;
}

.kthy .kait .vip {
    width: 85px;
    object-fit: contain;
    margin-right: 20px;
}

.kthy .kait p {
    font-size: 14px;
}

.kthy .kait h2 {
    text-align: center;
    margin-top: 15px;
}

.hyxy_xy {
    color: #999;
    text-align: right;
    padding: 15px 0 0;
}

.kthy .ljkt {
    background: #e43a23;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.kthy .shoum {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

.gywm {
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

.gy {
    margin: 60px auto;
    display: table;
}

.swhz .user_information .user_info li input {
    border: 1px solid #f1f1f1;
    width: 87%;
    padding: 5px 15px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}

.swhz .user_information .user_info {
    width: 100%;
}

.swhz .swsm {
    background: #f7f7f7;
    padding: 20px;
    margin: 30px 0;
    width: 100%;
}

.swhz .user_information {
    margin-bottom: 0;
}

.swhz .tjiao {
    width: 394px;
    text-align: center;
    margin: 40px auto 60px;
}

.swhz .btn_button a {
    width: 394px;
}

.center_xx .dd_pj .pj_textarea {
    height: auto;
    overflow: hidden;
    padding: 10px;
    background: #fafafa;
    position: relative;
    margin-bottom: 20px;
}

.center_xx .dd_pj .pj_textarea textarea {
    width: 100%;
    border: none;
    height: 150px;
    border-radius: 5px;
    font-size: 16px;
    background: #fafafa;
    padding: 15px;
    height: 240px;
}

.tsjy .dd_pj .image-item {
    position: relative;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    clear: both;
    margin: 20px 0px;
    display: block;
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 20px;
    border-radius: 5px;
}

.tsjy .dd_pj .image-item .image_input {
    width: 80px;
    height: 80px;
    background-image: url(../images/iconfont-tianjia_1.png);
    background-size: 100% 100%;
    background-position: center;
    margin: auto;
}

.tsjy .dd_pj .image-item input[type="file"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.mb30 {
    margin-bottom: 30px;
}

.scwj {
    border: 1px solid #e43a23;
    color: #e43a23;
    width: 130px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    position: relative;
}

.scwj p {
    color: #e43a23;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scwj input {
    opacity: 0;
    width: 140px;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.dianhua {
    margin-top: 30px;
    color: #e43a23;
}

.cart_list .hy_box {
    position: relative;
    background: #f3f3f3;
    border-radius: 4px;
    margin: 20px 30px;
}

.cart_list .hy_box ul {
    align-content: center;
    padding: 20px 15px;
    min-height: 26px
}

.cart_list .hy_box ul li {
    float: left;
    margin-right: 30px;
}

.cart_list .hy_box ul li:nth-of-type(1) {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-right: 30px;
}

.cart_list .hy_box ul li:nth-of-type(1) span {
    font-size: 18px;
    color: #e43a23;
}

.cart_list .hy_box ul li p {
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 30px;
}

.cart_list .hy_box ul li #myModal {
    float: left;
}

.cart_list .hy_box ul li:nth-of-type(2) button {
    font-size: 14px;
    color: #fff;
    background: #f43530;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 24px;
}

.cart_list .hy_box ul li .ljktyh {
    font-size: 14px;
    color: #fff;
    background: #f43530;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 24px;
    width: 105px;
    *width: 85px;
}

.cart_list .hy_box ul li:nth-of-type(3) {
    color: #e43a23;
    font-size: 17px;
    font-weight: 600;
}

.cart_list .hy_box ul li:nth-of-type(3) sup {
    margin-left: 20px;
}

.cart_list .hy_box ul li:nth-of-type(3) sup input:checked {
    /* border-radius: 50%; */
    background-size: 20px;
    background-position: center center;
}


/* .cart_list sup input[type='checkbox'], .cart_list  sup input[type='radio']{
    border-radius: 50%
} */

.cart_list sup input {
    /* border-radius: 50%; */
    /* background-size: 30px; */
    background-position: center center;
    /* border: 1px solid #dcdcdc */
}

.hy_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/hy_icon_bg.png) no-repeat;
    font-size: 12px;
    color: #fff;
    background-size: contain;
    padding: 1px 20px 2px 10px;
}

.slidenav_tab .icon {
    background: none;
}

.tkkf p {
    background: #e43a23;
    padding: 22px;
    border-radius: 10px 0 0 10px;
    color: #fff;
}

.slidenav .slidenav_tab .icon .box1 {
    margin-top: 1px;
    border-radius: 10px;
}

.xxtz_xq h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.xxtz_xq p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.ny_banner {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}

.mt30 {
    margin-top: 30px;
}

.ny_banner img {
    width: 100%;
}

.sy_gwc .ddy_info .yjia {
    text-align: left;
    font-size: 16px !important;
}

.sy_gwc .ddy_info h2 {
    font-size: 12px;
}

.csrq {
    margin-left: 100px;
    border: 1px solid #dedede;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    width: 394px;
    padding: 0 15px;
    color: #666;
}


/* 进度 */

.product_sale_progress {
    background-color: #fff;
    border-radius: 10px;
}

.product_sale_progress li {
    border: 0 !important;
}

.product_sale_progress .progress_li {
    position: relative;
    padding: 10px 0 5px !important;
}

.progress_li .step-line {
    position: absolute;
    top: 0px;
    left: 7px;
    height: 100%;
    width: 1px;
}

.progress_li .step-index {
    position: relative;
    z-index: 99;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-top: 7px;
}

.progress_li.step_status_wait .step-index {
    background: #ccc;
    border: 3px solid #fff;
}

.progress_li.step_status_wait .step-line {
    background: #ccc;
}

.progress_li.step_status_process .step-index {
    border: 3px solid #f8b8af;
    background: #ff553c;
}

.progress_li.step_status_process .step-line {
    background: #ccc;
}

.progress_li.step-last .step-line {
    height: 27px;
}

.progress_li .step-main {
    padding-left: 30px;
}

.progress_li .step-main .step-title {
    line-height: 28px;
    font-weight: normal;
    font-size: 15px;
}

.progress_li .step-main .step-content {
    /* padding-bottom: 15px; */
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.progress_li:first-child .step-line {
    top: 32px;
}

.product_sale_progress .progress_li:first-child {
    padding-top: 0;
}


/* 轮播 */

.slideBox {
    float: left;
    width: 300px;
    height: 404px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 9px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translate(-50%, 0);
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(../img/2015rfb_button_doc.png) left center no-repeat;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 0px
}

.slideBox .hd ul li.on {
    background-position: right center;
    background: #e43a23;
}

.slideBox .bd {
    position: relative;
    height: 390px;
    z-index: 0;
}

.slideBox .bd ul {
    position: relative;
    width: 300px;
    height: 400px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 300px;
    left: 0px;
    top: 0px;
}

.slideBox .bd li .sp_img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.slideBox .bd .hongse {
    background: url(../images/ind_spbg.png) no-repeat;
}

.slideBox .bd .lanse {
    background: url(../images/ind_spbg2.png) no-repeat;
}

.slideBox .bd .lvse {
    background: url(../images/ind_spbg3.png) no-repeat;
}

.slideBox .bd .huangse {
    background: url(../images/ind_spbg4.png) no-repeat;
}

.ind_class ul .cp_lb a {
    width: 200px;
    margin: 44px;
    display: block;
}

.ind_class ul .cp_lb a .add_cart {
    justify-content: center;
    margin: 20px 0px 20px;
}

.ind_class ul .cp_lb a .add_cart p {
    margin-right: 10px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.center_xx .htimg img {
    width: 100%;
}

.kfp .reveal_dz li label {
    font-size: 16px;
}

.kfp .ttxx {
    font-size: 14px!important;
    color: #999;
}

.goLogin:hover {
    color: #ffff
}

.khy .close {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}

.thhbz {
    padding: 0px 15px 15px;
    text-align: right;
    font-size: 14px;
    color: #999;
    width: 392px;
}

.thhbz a {
    text-align: center;
    color: #999;
}

.center_xx.as {
    width: 1200px;
}

.center_xx.as table,
.center_xx.as table tr th,
.center_xx.as table tr td {
    border: 1px solid #f0f0f0;
}

.center_xx.as table {
    width: 100%;
}
/* 首页搜素记录 */
.lyyjl_list_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
 top: 37px;
  
  
}
.lyyjl_list_cont {
  width: 460px;
  background-color: #fff;
   border: 1px solid #eee;
   box-shadow: 0 1px 5px #eee;

}
.lyyjl_list a{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 10px;
    color: #333;
}
.lyyjl_list a:hover{
	 background-color:#ffeeeb;
	
}
.lyyjl_list_left {
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font-size: 12px;

}
.lyyjl_list_right {
  color: #999;
  font-size: 12px;
  margin-left: 20px;
  
}
.lyyjl_list_bot {
  border-top: 1px solid #eee;
  padding: 5px 10px;
  font-size: 12px;
  color: #333; 
  text-align: right;
  display: block;
}
.lyy-marsl{
	height: 80px; margin-top: 40px;
}

