article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

html {
    font-size: 20px;
}

body {
    font-family: "思源黑体";
    margin: 0px;
    padding: 0px;
    background: #F5F5F5;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

button:hover {
    cursor: pointer;
}

input,
textarea,
select,
button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    /*font: 13.3333px Arial;*/
  font-size: 14px;
  font-family: fangCircle;
}

*[placeholder] {
    font-size: 14px;
    /*font-family: "思源黑体";*/
}

::-webkit-input-placeholder {
    color: #757575;
}

-moz-input-placeholder {
    color: #757575;
}

:-ms-input-placeholder {
    color: #757575;
}

input[type="button"] {
    outline: none;
    cursor: pointer;
}

.ic {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    width: 20px;
    height: 20px;
}


/*模态弹窗*/

.MaxModal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    background: url(../images_b/overbg.png) repeat;
    display: table;
}

.modalWindow {
    width: 424px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
}

.modal_No {
    width: 100%;
    height: 20px;
}

.modal_No img {
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modalWindow_text {
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    color: #333;
    margin-bottom: 16px;
}

.modalWindow_text p {
    text-align: center;
}

.modal_No img:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.modalWindow_boom {
    text-align: center;
}

.modalWindow_boom span {
    display: inline-block;
    width: 130px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.canCel {
    background: #eee;
    color: #cccccc;
    margin-left: 10px;
}

.canCel a {
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 100%;
}


/*模态弹窗*/


/*
	分页
 */

.cx_fy1 {
    width: 100%;
    margin: 40px 0px;
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.box3 {
    margin-left: 4px !important;
    marign-right: 4px !important;
    background: #fff;
    display: inline-block;
    color: #000000;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 11px;
    border: 1px solid #dadada;
    margin-left: -1px;
    vertical-align: middle;
}

.disable {
    color: #bfbfbf;
    background: #f2f2f2;
}

.cx_fy1 span {
    border-radius: 5px;
}

#fytext {
    height: 34px;
    line-height: 34px\9;
    position: relative\9;
    top: 2px\9;
    border: 1px solid #DADADA;
}

#fytext:focus {
    outline: none;
}

.box3:hover {
    cursor: pointer;
}

.fybutton {
    text-align: center;
    width: 48px;
    height: 30px;
    color: #000000;
    border: solid 1px #cccccc;
    background-color: #F7F7F7;
    position: relative\9;
    top: 2px\9;
}


/**/

.icon1 {
    background: url(../images_b/lian_icon_02.png) no-repeat 0px 0px;
}

.icon2 {
    background: url(../images_b/lian_icon_02.png) no-repeat -20px 0px;
}

.icon3 {
    background: url(../images_b/lian_icon_02.png) no-repeat -140px 0px;
}

.icon4 {
    background: url(../images_b/lian_icon_02.png) no-repeat -40px 0px;
}

.icon5 {
    background: url(../images_b/lian_icon_02.png) no-repeat -60px 0px;
}

.icon6 {
    background: url(../images_b/lian_icon_02.png) no-repeat -80px 0px;
}

.icon7 {
    background: url(../images_b/lian_icon_02.png) no-repeat -100px 0px;
}

.icon8 {
    background: url(../images_b/lian_icon_02.png) no-repeat -120px 0px;
}

.icon9 {
    background: url(../images_b/zx_01_01.png) no-repeat 0px 0px;
}

.Re1 {
    background: url(../images_b/rexiao1.png) no-repeat 0px 0px;
}

.Re2 {
    background: url(../images_b/rexiao2.png) no-repeat 0px 0px;
}

button:focus {
    outline: none;
}

.bg_ee {
    background: #eee;
}

.bg_f1 {
    background-color: #f1f1f1;
}

.bg_ff {
    background-color: #fff;
}

.bg_666 {
    background-color: #000000;
}

.bg_999 {
    background-color: #000000;
}

.bg_f8 {
    background-color: #f8f8f8;
}

.abs_bottom0 {
    position: absolute;
    bottom: 0px;
}

.abs_bottom0_le400 {
    position: absolute;
    bottom: 0px;
    left: 400px;
}

.abs_le0_t0 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.abs_ri0_t0 {
    position: absolute;
    right: 0px;
    left: 0px;
}

.abs_le0_t0 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.abs_bottom0_le0 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.abs_bottom0_ri0 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tajax_css {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 999;
    text-align: center;
    display: none;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.fl_le {
    float: left !important;
}

.fl_le_cx {
    float: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.fl_ri {
    float: right !important;
}

.txt_ag_con {
    text-align: center !important;
}

.bord1_ddd {
    border: 1px solid #ddd;
}

.bord1_dadada {
    border: 1px solid #dadada;
}

.font_fam_Micr {
    font-family: "思源黑体";
}

.font_fam_Sim {
    font-family: SimSun;
}

.font_fam_Ari {
    font-family: Arial;
}

.f_color_333 {
    color: #333 !important;
}

.f_color_fff {
    color: #fff !important;
}

.f_color_000 {
    color: #000 !important;
}

.f_color_666 {
    color: #000000 !important;
}

.f_color_999 {
    color: #000000 !important;
}

.mar0_pad0 {
    margin: 0 !important;
    padding: 0 !important;
}

.mar0_auto {
    margin: 0 auto;
}

.rela {
    position: relative;
}

.rela_over {
    position: relative;
    overflow: hidden;
}

.width100 {
    width: 100%;
}

.w1250 {
    width: 1250px;
}

.he_auto_table {
    height: auto;
    display: table;
}

.inline_b {
    display: inline-block;
}

.has_topborder {
    border-top: 1px solid #DADADA;
}

.has_bb_solid {
    border-bottom: 1px solid #DADADA;
}

.has_bb_dashed {
    border-bottom: 1px dashed #dadada;
}

.has_border {
    border: 1px solid #dadada;
}

.has_nobb {
    border-bottom: 0 !important;
}

.top_ul_left {
    float: left;
    display: inline;
}

.chk1 {
    margin-top: 12px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    float: left;
}

.Site_i {
    width: 19px;
    height: 8px;
}

.nav_font {
    font-family: "思源黑体";
    font-size: 16px;
    color: #000000;
}

.nav_a {
    padding: 0px!important;
    margin: 0px;
}

.nav_font_s14 {
    font-family: "思源黑体";
    font-size: 14px !important;
    color: #000000 !important;
}

.sort_ul {
    font-family: "思源黑体";
    font-size: 16px;
    color: #333;
}

.zc6_2 {
    color: #fff;
    background-color: #e4393c;
    padding: 0 2px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    float: left;
}

.sort_ul2 {
    /*font-family: "思源黑体";*/
    font-size: 14px;
    color: #000000;
}

.sort_ul2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort_ul_f {
    font-family: SimSun;
    font-size: 12px;
    color: #000000;
}


/*头部*/

.top_top {
    width: 100%;
    z-index: 10000;
    color: #000000;
    font-size: 12px;
    background-color: #FAFAFA;
}

.top_ul_left {
    float: left;
    display: inline;
}

.img_margin {
    margin-top: 0px !important;
}

.top_main {
    width: 1250px;
    font-family: "思源黑体";
}

.top_top .top_main {
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.cart_icon {
    display: block;
    margin-top: 5px;
    margin-right: 10px;
}

.top_all {
    width: 100%;
    float: left;
}

.menu-left {
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.menu-left,
.menu_ld,
.menu_ul {
    float: left;
    margin: 0 0 0 20px;
}

.menu_ld li,
.menu_ul li {
    float: left;
    margin-right: 14px;
}

.menu_ul li a {
    color: #d80c18;
}

.menu_ul li a:hover {
    cursor: pointer;
}

.menu_ld li a {
    color: #e70012;
}

.menu_main {
    float: left;
    margin-right: 15px;
}

.top_ul_right {
    float: right;
    display: inline;
    margin: 0;
}

.top_ul_right li {
    float: left;
    margin-left: 15px;
}

.top_ul_right li div {
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
}

.top_ul_right li div a {
    color: #808080;
    font-size: 14px;
}
/*联系业务员*/
.top_ul_right_ywy{
  color: #808080;
  font-size: 14px;
  cursor: pointer;
}

.top_ul_right li div img {
    vertical-align: -2px;
}

.top_ul_right li span {
    color: #DADADA;
    line-height: 36px;
    height: 36px;
}

.top_r_noimg {
    margin: 0 0 0 8px;
}


/*站点选择*/

.top_selection {
    float: left;
    width: 80px;
    cursor: pointer;
    position: relative;
}

.top_selection2 {
    margin-left: 20px;
    min-width: 80px;
    width: auto !important;
    display: table;
}

.top_selection img {
    display: block;
    width: 7px;
    height: 5px;
    /*float: left;*/
    /*margin-top: 12px;*/
    margin-left: 10px;
}

.Site_allChild {
    width: 716px;
    height: 421px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 1px #dadada;
    -moz-box-shadow: 0px 0px 8px 1px #dadada;
    box-shadow: 0px 0px 8px 1px #dadada;
    border: 1px solid #dadada;
    position: absolute;
    top: 6px;
    background-color: #fff;
    padding: 10px;
    overflow-y: scroll;
    z-index: 999;
}

._all {
    cursor: pointer;
    color: #333333 !important;
}

.Site_allChild2 {
    width: 480px;
    height: 190px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 1px #dadada;
    -moz-box-shadow: 0px 0px 8px 1px #dadada;
    box-shadow: 0px 0px 8px 1px #dadada;
    border: 1px solid #dadada;
    position: absolute;
    top: 6px;
    background-color: #fff;
    padding: 10px;
    overflow-y: scroll;
    z-index: 999;
}

#img_top {
    width: 745px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: url(../images_b/top_03.png) no-repeat 120px 0px;
}

#img_top2 {
    width: 460px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: url(../images_b/top_03.png) no-repeat 120px 0px;
}

.Img_w_h86 {
    width: 86px;
    height: 86px;
}

.Img_w_h14 {
    width: 14px;
    height: 14px;
}

.Site_ul {
    display: table;
    width: 696px;
    height: auto;
    float: left;
}

.Site_ul2 {
    display: table;
    width: 460px;
    height: auto;
    float: left;
}

.Site_ul .Site_li {
    width: 696px;
    height: 120px;
    float: left;
}

.Site_bottom {
    margin-bottom: 10px;
}

.kon {
    position: absolute;
    width: 745px;
    height: 461px;
    display: table;
    top: 28px;
    left: -100px;
}

.seach_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.kon2 {
    position: absolute;
    display: table;
    top: 28px;
    left: -100px;
    z-index: 20;
}

.Site_allChild::-webkit-scrollbar {
    width: 20px;
    height: 10px;
    background-color: #d1d2d7;
    border-radius: 0px 10px 10px 0px;
}


/*定义滚动条轨道 内阴影+圆角*/

.Site_allChild::-webkit-scrollbar-track,
.Site_allChild2::-webkit-scrollbar-track {
    border-radius: 0px 10px 10px 0px;
    background-color: #fff;
}


/*定义滑块 内阴影+圆角*/

.Site_allChild::-webkit-scrollbar-thumb,
.Site_allChild2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d1d2d7;
    border: 4px solid #fff;
}

.Site_allChild::-webkit-scrollbar-track-piece,
.Site_allChild2::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
}

.Site_bottom_left {
    padding: 10px;
    width: 100px;
    height: 100px;
}

.Site_padding {
    padding-top: 10px;
}

.Site_bottom_left img {
    width: 100px;
    height: 100px;
}

.Site_bottom_middle {
    width: 460px;
    float: left;
    overflow: hidden;
    height: 100px;
}

.Site_bottom_middle2 {
    width: 460px;
    float: left;
    overflow: hidden;
    min-height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #f1f1f1;
}

.Site_bottom_middle div {
    height: 33px;
    line-height: 33px;
}

.top_p16,
.top_p17 {
    font-size: 16px;
    font-family: "思源黑体";
}

.Site_bottom_right {
    height: 100px;
    width: auto;
    display: table;
    position: relative;
}

.Site_bottom_right2 {
    height: 50px;
    width: auto;
}

.top_pColor1 {
    color: #000;
}

.top_pColor3 {
    color: #686868;
}

.red_button {
    width: 88px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.fff_button {
    width: 60px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.fff_button:hover {
    background-color: #ebebeb;
}

.bg_red {
    background-color: #e70012;
}

.bg_fff {
    background-color: #ebebeb;
}

.top_pColor4 {
    color: #fff;
}

.size_border {
    border-right: 1px solid #d1d2d7;
}

.bor_s {
    width: 1px;
    background-color: #d1d2d7;
    position: absolute;
    right: 30px;
    top: 8px;
    z-index: 999;
    height: 442px;
}

.bor_s2 {
    width: 1px;
    background-color: #d1d2d7;
    position: absolute;
    left: 480px;
    top: 8px;
    z-index: 999;
    height: 212px;
}

.seation {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.relative {
    position: relative;
}

.logo {
    width: 1250px;
    margin: 0 auto 0 auto;
    height: 80px;
    position: relative;
    padding-top: 20px;
    font-family: "思源黑体";
}

.logo_img {
    display: inline;
    float: left;
    width: 224px;
    height: 50px;
    margin-left: -100%;
}

.top_all {
    width: 100%;
    float: left;
}

.top_search {
    float: left;
    width: 530px;
    margin-left: 372px;
    margin-right: 90px;
}

.searchForm {
    margin-top: 10px;
    float: left;
    position: relative;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input,
textarea,
select,
button,
meter,
progress {
    -webkit-writing-mode: horizontal-tb;
}

.searchList {
    width: 500px;
    height: auto;
    display: table;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 10;
    border: 1px solid #dadada;
}

.Historical_record {
    width: 192px;
    border-right: 1px solid #dadada;
    float: left;
    padding: 10px;
    min-height: 100px;
}

.Historical_record a {
    display: inline-table;
    padding-right: 6px;
    color: #000000;
    font-size: 14px;
}

.Historical_record a:hover {
    color: #e70012;
    text-decoration: underline;
}

.His_text {
    float: left;
    width: 182px;
}

.his_right {
    float: right;
    cursor: pointer;
}

.his_right:hover {
    color: #e70012;
}

.Hot_comm {
    width: 191px;
    padding: 10px;
}

.Hot_comm .re_ul {
    width: 191px;
    display: inline-table;
    display: table;
    height: auto;
}

.Hot_comm .re_ul a {
    padding-right: 6px;
    font-size: 14px;
    display: inline-table;
    color: #000000;
    font-family: "思源黑体";
}

.Hot_comm .re_ul a:hover {
    color: #e70012;
    text-decoration: underline;
}

.logo_phone {
    display: inline;
    float: right;
    width: 300px;
    height: 40px;
    margin-left: -100%;
    margin-top: 10px;
}

#myPhone {
    float: left;
    width: 38px;
    height: 32px;
    margin-top: 4px;
}

.logo_phone div {
    float: left;
    height: 40px;
    width: 260px;
}

.fo_aril {
    font-family: "Arial";
}

.fo_bold {
    font-weight: bold;
}

.fo_bold_nomaizl {
    font-weight: normal;
    font-size: 18px;
}


/*导航栏*/

.nav_title {
    margin: 0 auto;
    width: 1250px;
    height: 48px;
    position: relative;
}

.hot {
    background: url(../images_b/hot_new_01.png) no-repeat;
    width: 28px;
    height: 17px;
    position: absolute;
    right: 14px;
    top: -4px;
}

.bor_none {
    border: none !important;
}

.new {
    background: url(../images_b/hot_new_01.png) no-repeat -32px 0px;
    width: 28px;
    height: 17px;
    position: absolute;
    right: 14px;
    top: -4px;
}

.nav_contain {
    width: 200px;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0px;
}

.nav_contain ul li {
    width: 200px;
    display: table;
}

.nav_contain ul li .li_s {
    padding: 4px 10px;
    position: relative;
}

.nav_contain ul li:hover .li_white {
    width: 8px;
}

.li_white {
    width: 0px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 1px;
    top: 0px\9;
    z-index: 1000;
}

.border_right_no {
    border-right: none !important;
}

.li_s {
    width: 180px;
    display: table;
    padding-bottom: 10px;
}

.li_s1 {
    width: 260px;
    display: table;
    padding-bottom: 10px;
    padding-top: 14px;
}

.lis_padding {
    width: 220px !important;
}

.lis_padding a {
    color: #000000 !important;
}

.lis_padding a:hover {
    color: #e70012 !important;
}

.li_mouse_border {
    border: 2px solid #e70012;
    border-right: none;
}

.color33 {
    color: #000000;
}

.nav_contain ul li a {
  font-size: 18px;
  display: inline-block;
  color: #333333;
}

.nav_li {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.nav_lili {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}

.li_hide {
  width: 560px;
  background-color: #fff;
  display: table;
  position: absolute;
  left: 200px;
  top: 0px;
  z-index: 999;
  padding-left: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px 10px 10px 0px;
}

.li_hide::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.li_hide::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(234, 234, 234, 0.2);
  background: #E0E0E0;
}

.li_hide::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(234, 234, 234, 0.2);
  border-radius: 10px;
  background: #ffffff;
}

.li_hide ul {
  width: 780px;
  display: table;
  height: auto;
  position: relative;
}

.li_hide ul li {
  width: 100%;
  float: left;
  height: auto;
  display: table;
  padding: 0px;
  margin-bottom: 20px;
}

.nav_z {
    float: left;
}

.nav_div {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 18px;
}

.nav_bt {
    margin-bottom: 4px;
}

.nav_shop_car {
    padding-left: 20px;
    width: 180px;
    height: 40px;
    float: right;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.nav_shop_car:hover {
    box-shadow: 0px 0px 4px 2px #dadada;
}

.nav_shop_car:hover #shop_cars2 {
    /*display: block;*/
}

#shop_cars2 {
    display: none;
}

.nav_shop_car .shop_car_c .shop_car_img {
    display: block;
    width: 28px;
    height: 20px;
    float: left;
    margin-top: 10px;
}

.nav_shop_car .shop_car_c .car {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}

.nav_shop_car .shop_car_c .s_buttom {
    display: block;
    width: 7px;
    height: 5px;
    float: left;
    margin-top: 18px;
}

.car_num {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: url(../images_b/gwc0001_01.png) no-repeat;
    position: absolute;
    top: -6px;
    left: 36px;
}

.shop_car_a {
    width: 318px;
    display: table;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 39px;
    right: 0px;
    z-index: 999;
    border-radius: 1px;
    outline: 1px solid #dadada\9;
}

.shop_border {
    box-shadow: 0px 0px 4px 2px #dadada;
}

.no_stock {
    width: 100%;
    height: auto;
    display: table;
}

.In_stock {
    width: 302px;
    height: auto;
    display: table;
    padding: 8px;
}

.In_stock_title {
    height: 40px;
    width: 302px;
    border-bottom: 1px dashed #dadada;
}

.stock_comm {
    width: 302px;
    height: 292px;
    display: inline-block;
    overflow-y: scroll;
    overflow-x: hidden;
}

.stock_comm_li {
    float: left;
    height: 72px;
    width: 280px;
    border-bottom: 1px dashed #dadada;
    position: relative;
}

.stock_z {
    margin-top: 10px;
    width: 302px;
    height: auto;
    display: table;
    line-height: 150%;
}

.stock_btn {
    float: right;
    border-radius: 6px;
    width: 72px;
    height: 30px;
    color: #fff;
    background-color: #e70012;
    line-height: 30px;
    text-align: center;
}

.stock_qx {
    height: 40px;
    width: 50px;
    float: left;
    line-height: 40px;
}

.stock_num {
    float: right;
    height: 40px;
    line-height: 40px;
}

.f_sun {
    font-size: 12px;
    color: #464646;
    font-family: SimSun;
}

.stock_comm_li_qx {
    float: left;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.stock_comm_text {
    float: left;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 140px;
}

.stock_comm_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp {
    text-align: right;
    font-size: 13px;
}

.stock_comm_li a:hover {
    color: #e70012;
}

.chk6 {
    float: left;
    margin-top: 30px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.COMM {
    width: 52px;
    height: 52px;
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.ww {
    width: auto !important;
}

.delet:hover {
    color: #e70012;
    cursor: pointer;
}


/*导航栏专业咨询*/

.consulting {
    width: 200px;
    height: 400px;
    position: absolute;
    right: 0px;
    top: 40px;
    background-color: #fff;
    z-index: 10;
}

.consulting_top {
    width: 200px;
    height: 180px;
    float: left;
    background-color: #f2f8fe;
}

.nav_con {
    width: 200px;
    height: 120px;
    float: left;
    background-color: #fff;
    position: relative;
}

.nav_con1 {
    width: 200px;
    height: 60px;
    float: left;
    position: relative;
}

.nav_b2 {
    margin: 14px auto 0px;
    width: 110px;
    height: 32px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
}

.nav_con_b {
    margin-top: 14px;
    width: 168px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    text-indent: 6px;
    margin-left: 10px;
    background-color: #f3f3f3;
    color: #f83e27;
    font-size: 14px;
    cursor: pointer;
}

.ic1 {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 16px;
}

.nav_con_m {
    width: 200px;
    height: 70px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.consulting_middle {
    width: 180px;
    float: left;
    height: 118px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 10px 20px 10px;
    overflow: hidden;
    position: relative;
}

.consulting_middle * {
    font-family: "思源黑体";
}

.consu_context {
    color: #000;
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    font-weight: bold;
}

.consu_context2 {
    margin-top: 4px;
    width: 100%;
    height: 100px;
    float: left;
}

.consu_context2 a {
    color: #000000;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.consulting_bottom {
    width: 200px;
    float: left;
    height: 62px;
}

.consultingh {
    line-height: 62px;
    text-indent: 10px;
}

.consulting_bottom i {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images_b/zx_01_01.png) no-repeat 0px -20px;
    float: left;
    margin-top: 20px;
    margin-left: 12px;
}


/*轮播图*/

.slideshow {
    height: 400px;
    width: 100%;
    background-color: #7cd8ec;
}

.slideshow_img {
    width: 1250px;
    margin: 0 auto;
    height: 400px;
}

.back_img {
    width: 810px;
    height: 400px;
    margin-left: 246px;
}


/*footer*/

.footer {
    height: 110px;
    width: 1250px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px
}

.footer a img {
    width: 52px;
    height: 52px;
    float: left;
    margin-left: 20px;
}

.foot_1 {
    text-align: center;
    float: left;
    width: 302px;
    padding: 25px 0 25px 10px;
}

.footer_font,
.footer_font1 {
    margin-top: 5px;
    color: #000000;
    font-size: 20px;
    float: left;
    margin-left: 15px;
    width: 120px;
    text-align: left
}

.footer_font1 {
    height: 52px;
    line-height: 43px
}

.foot_gray_span {
    font-size: 16px;
    color: #848282;
    text-align: left;
    float: left;
    margin-left: 15px;
}


/*限时抢购区域*/

.article {
    width: 100%;
}

.article_middle {
    margin: 0 auto;
    width: 1250px;
}

.article_nav {
    float: left;
    width: 992px;
    height: 58px;
    margin-left: 258px;
    position: relative;
    overflow: hidden;
}

.article_contain {
    float: left;
    height: 58px;
}

.contain_w1 {
    width: 790px;
}

.contain_w2 {
    width: 202px;
}

.contain_w3 {
    width: 258px;
}

.contain_w4 {
    width: 991px;
}

.wids {
    width: 100%;
}

.contain_text {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #000000;
    font-family: "思源黑体";
    float: left;
    margin-left: 16px;
}

.countdown {
    height: 58px;
    line-height: 58px;
    color: #e70012;
    padding-left: 16px;
    width: 144px;
    position: relative;
    overflow: hidden;
}

.time_k {
    height: 58px;
    float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 260px;
}

.time_k li {
    float: left;
    line-height: 58px;
    text-align: center;
    height: 58px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.time_k li a {
    color: #000000;
    font-family: "思源黑体";
    font-size: 16px;
}

.article_nav_c {
    float: left;
    width: 992px;
    height: 324px;
    margin-left: 258px;
    position: relative;
    overflow: hidden;
}

.countdown_uls {
    width: 783px;
    float: left;
    height: 322px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding-left: 5px;
    position: relative;
    overflow: hidden;
}

.countdown_uls ul {
    display: table;
    position: absolute;
    top: 0px;
}

.countdown_uls ul li {
    width: 185.5px;
    float: left;
    height: 302px;
    padding: 10px 5px 10px 5px;
    position: relative;
}

.bgred {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 16px;
    right: 10px;
    background: url(../images_b/top_04.png) no-repeat;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    font-family: "思源黑体";
}


/*限购商品*/

.c_img {
    width: 185px;
    height: 185px;
}

.c_img img {
    width: 185px;
    height: 185px;
    display: block;
}

.flex_name {
    margin-top: 6px;
    width: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    font-size: 16px;
    height: 21px;
}

.ddd {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex_hei {
    font-size: 12px !important;
    color: #000000;
    float: right;
    margin-top: 6px;
    margin-right: 4px;
}

.flex_hei span {
    font-size: 12px !important;
}

.srd_span {
    background: #863177;
    color: #fff;
    min-width: 27px;
    max-width: 200px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    /**display: inline;*/
    zoom: 1;
    font-size: 14px;
    margin-right: 2px;
}

.abs_t10_l20 {
    position: absolute !important;
    top: 10px;
    left: 20px;
}

.flex_price {
    color: #d80c18;
}

.flex_price span {
    font-size: 16px;
}

.flex_hio {
    margin: 0px auto 10px auto;
    width: 99%;
    height: 2px;
    background-color: #eee;
}

.flex_div_f .pd_add {
    float: left;
}

.flex_div_f .pd_sc_btn {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
}

.add_shopcar {
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    font-family: SimSun;
    float: right;
    cursor: pointer;
}

.flex_div_f .pd_sc_input {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: none;
    border-left: none;
    height: 23px;
    width: 46px;
}

.flex_div_f {
    width: 200px;
    height: 40px;
    padding-top: 0px;
    background-color: #fff;
}

.flex_p {
    padding-top: 5px;
    width: 100%;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    font-size: 12px;
}


/*销量排行榜*/

.countdown_uls1 {
    width: 200px;
    height: 322px;
    float: left;
}

.c_border {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sz {
    cursor: pointer;
}

.sales_volume {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
}

.rels {
    position: relative;
    overflow: hidden;
}

.sales_volume span {
    margin-left: 18px;
}

.f_color3 {
    color: #f83e27;
}

.ffbg {
    background: #fff;
}

.sales_volume_text {
    width: 192px;
    height: 263px;
    padding: 10px 0px 10px 4px;
}

.sales_volume_text ul li {
    float: left;
    height: 110px;
    width: 86px;
    margin-left: 8px;
    position: relative;
    margin-top: 4px;
}

.sales_volume_text ul li a span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xlicon {
    width: 22px;
    height: 19px;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 10;
}

.next_page {
    height: 30px;
    width: 100%;
    float: left;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

.next_page:hover span {
    color: #e70012;
}

.next_page:hover span img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.pg {
    text-align: center;
}

.pg_size {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.nav_font2 {
    font-family: "思源黑体";
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 16px;
}

.shop_carp {
    width: 199px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 1px;
    top: -4px;
}


/*热门商品、新品上架*/

.commodity_middle {
    width: 100%;
    margin-bottom: 20px;
}

.commodity_article {
    width: 1250px;
    margin: 0 auto;
    height: auto;
    display: table;
}

.c_height {
    height: 365px;
}

.comm_left {
    float: left;
    width: 230px;
    height: 289px;
    border: 1px solid #dadada;
    padding: 8px 8px 8px 0px;
    position: relative;
    overflow: hidden;
}

.comm_left img {
    float: left;
}

.comm_right {
    float: right;
    width: 990px !important;
    border: 1px solid #dadada;
    height: 297px !important;
    padding: 8px 0px 0px 8px !important;
    overflow: hidden;
    position: relative;
}

.comms_lis {
    width: 1380px;
    height: 297px;
    position: absolute;
    display: table;
}

.comm_right ul {
    width: auto;
    height: 148.5px;
    display: inline-block;
    float: left;
}

.comm_right ul li {
    width: 330px;
    height: 138px;
    padding-bottom: 8px;
    float: left;
}

.comm_right:hover .prev {
    display: block;
}

.comm_right:hover .next {
    display: block;
}

.d_img {
    width: 138px;
    height: 138px;
    float: left;
}

.d_img img {
    width: 138px;
    height: 138px;
}

.d_padding4 {
    padding-bottom: 3px;
}

.d_left {
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    height: 130px;
    width: 176.3px;
}

.hei {
    height: 120px !important;
}

.ma-top20 {
    margin-top: 20px;
}

.ma_top20 {
    margin-top: 20px;
}

.ma-left20 {
    margin-left: 20px;
}

.Re_left,
Re_right {
    width: 597px;
    height: 666px;
    position: relative;
    background-color: #fff;
}

.Re_img {
    width: 614px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -2px;
    z-index: 2;
}

.Re_bor {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.Re_padding {
    padding: 0px 0px 14px 14px;
    margin-bottom: 20px;
}

.Re_ul {
    margin-top: 32px;
    width: 597px;
    height: 634px;
}

.Re_ul li {
    float: left;
    width: 185px;
    height: 302px;
    margin-right: 14px;
    margin-top: 14px;
}

.Re_ul_li {
    float: left;
    height: 130px;
    width: 185px;
}

.Re_l_img,
.Re_l_img img {
    width: 185px;
    height: 185px;
}


/*右边悬浮侧边栏*/

.sidebar_right {
    margin: 0px;
    pading: 0px;
    position: relative;
    width: 100%;
}

.f_color_0f7d07 {
    color: #0f7d07;
}

.sidebar_m {
    margin-right: -700px!important;
    width: 52px;
    height: 317px;
    position: fixed;
    bottom: 100px;
    right: 50%;
    z-index: 999;
    text-align: center;
    background-color: #fff;
}

.sidebar_z {
    width: 52px;
    height: 317px;
}

.sidebar_z li {
    width: 52px;
    height: 52px;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    cursor: pointer;
}

.sidebar_z li img {
    margin: 13px;
    width: 26px;
    height: 26px;
}

.fl_li_b {
    border-bottom: none !important;
}

.show_slide {
    padding: 13px;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: #e70012;
    color: #fff;
    font-family: SimSun;
    font-size: 12px;
    display: none;
}

.show_slide_li5,
.show_slide_li2 {
    text-align: center;
    width: 130px;
    height: 205px;
    background-color: #fff;
    position: absolute;
    right: 52px;
    bottom: -52px;
    z-index: 999;
    display: none;
}

.show_slide_li2 img {
    width: 88px !important;
    height: 116px !important;
    marign-left: 20px !important;
}

.show_slide_li2 .app_sm {
    width: 110px;
    height: 32px;
    background-color: #e70012;
    line-height: 32px;
    color: #fff;
    margin-left: 10px;
    border-radius: 20px;
}

.show_slide img {
    margin: 0 !important;
    width: 26px;
    height: 26px;
}

.show_slide_li5 img {
    width: 80px !important;
    height: 80px !important;
    margin-top: 30px !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
    margin-bottom: 2px !important;
}

.sidebar_z li:hover .show_slide,
.sidebar_z li:hover .show_slide_li5,
.sidebar_z li:hover .show_slide_li2 {
    display: block;
}

.top_top {
    top: -53px !important;
}

.sin {
    font-size: 12px;
    color: #000000;
    font-family: SimSun;
}

.sin_r {
    font-size: 12px;
    color: #e70012;
    font-family: SimSun;
}

.phoneApp {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.app_btn {
    margin-left: 26px;
    margin-top: 10px;
    width: 74px;
    height: 24px;
    border-radius: 5px;
    line-height: 24px;
}


/*会员中心右侧*/

.box {
    margin: 0 auto;
    position: relative;
    width: 1250px;
    margin-bottom: 20px;
}

.pd_absolute {
    font-size: 14px;
}

.common_mt {
    color: #000000;
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
}

.common_mt a {
    font-size: 16px;
    color: #000000;
}

.save_l2 {
    padding-top: 10px;
    width: 210px;
    border-top: 0;
    text-indent: 20px;
    background: #fbf9fc;
    margin-right: 20px;
    float: left;
    padding-bottom: 10px;
}

.save_l2_title {
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #000000;
}

.save_l2_nav a {
    line-height: 40px;
}

.save_l2_nav,
.save_l2_nav a {
    color: #787878;
    font-size: 16px;
    display: block;
}

.save_r {
    float: left;
    width: 1020px;
    color: #575757;
    height: auto;
    display: table;
    min-height: 600px;
    margin-right: -10px;
}

.save_r_title {
    width: 1028px;
    margin-right: -8px;
    height: auto;
    display: table;
}

.save_able {
    width: 332px;
    height: 180px;
    border: 1px solid #dadada;
    background-color: #fbf9fc;
    float: left;
    margin-right: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

.user_img {
    margin: 20px auto 10px;
    width: 68px;
    height: 63px;
}

.user_img img {
    width: 68px;
    height: 63px;
}

.user_p {
    width: 282px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
}

.user_p p {
    color: #000000;
}

.user_admin {
    text-align: center;
    font-size: 16px;
}

.able_title {
    text-indent: 20px;
    height: 46px;
    line-height: 46px;
    color: #000000;
    font-size: 16px;
}

.able_text {
    font-size: 14px;
    text-indent: 20px;
    color: #000000 !important;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    width: 332px;
}

.able_r {
    float: right;
    padding-right: 20px;
    color: #e70012;
    font-family: Arial;
}

.able_r span {
    color: #000000 !important;
}

.ck {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

.ck a {
    color: #e70012;
}

.save_mid {
    width: 1020px;
    font-size: 16px;
    font-family: "思源黑体";
}

.save_mid_title {
    height: 60px;
    line-height: 60px;
}

.Certificate {
    border: 1px solid #dadada;
    width: 1018px;
    background: #fff;
    margin-right: -10px;
}

.Certificate_ul {
    width: 1018px;
}

.Certificate_boss {
    border-bottom: 1px solid #dadada;
    height: 39px;
    line-height: 39px;
    text-indent: 20px;
}

.Certificate_li {
    display: inline-block;
    width: 328.33px;
    height: 78px;
    position: relative;
}

.border_n {
    border-right: none !important;
}

.tificate_l {
    margin-top: 6px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 20px;
    position: relative;
}

.tificate_title {
    color: #000000;
    font-size: 16px;
    height: 20px;
}

.tificate_text {
    margin-top: 6px;
    color: #000000;
    font-size: 14px;
    height: 20px;
}

.red_wwe {
    width: auto;
    height: 20px;
    position: absolute;
    display: table;
    background: url(../images_b/wwe_01.png) no-repeat;
    background-size: 100% 20px;
    left: 86px;
    top: 6px;
}

.tificate_r {
    width: 40px;
    height: 40px;
    border: 1px dashed #dadada;
    float: right;
    color: #c5c5c5;
    line-height: 36px;
    font-size: 50px;
    font-weight: bold;
    text-indent: 1px;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.tificate_r:hover .tifi_img {
    display: block;
}

.tifi_img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
}


/*公告*/

.announcement {
    position: relative;
    width: 100%;
    background-color: #fffdd2;
}

.announcement_c {
    width: 1250px;
    margin: 0 auto;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
}

.a_f {
    font-size: 12px;
    font-family: "思源黑体";
    color: #e70012;
}

.ann_img {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 5;
    top: 6px;
    left: 0px;
    background-image: url('../images_b/indexAllicon.png');
    background-position: -162px -27px;
}

.ann_img2 {
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 5;
    top: 11px;
    right: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.ann_img2:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}


/*商品列表xxt_ListOf_goods.html*/

.goods {
    width: 100%;
    margin-top: 20px;
}

.goods_contain {
    width: 1250px;
    margin: 0 auto;
}

.goods_left {
    width: 176px;
    height: auto;
    float: left;
    border: 1px solid #eee;
    color: #000000;
    font-family: "思源黑体";
    display: table;
}

.goods_left a {
    color: #000000;
}

.go_1 {
    width: 176px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-indent: 10px;
    overflow: hidden;
    background-color: #eeeeee;
}

.go_2 {
    width: 176px;
    height: auto;
    display: table;
}

.go_2_li {
    width: 176px;
    height: auto;
    display: table;
    border-bottom: 1px solid #eee;
}

.go_title {
    width: 176px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    text-indent: 10px;
    overflow: hidden;
    cursor: pointer;
}

.go_title .d {
    border: 1px solid #eee;
    color: #000000;
    line-height: 14px;
    text-indent: 1px;
    margin-top: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
}

.go_title span {
    margin-left: 10px;
}

.go_2_li ul {
    width: 176px;
    height: auto;
    display: table;
    background-color: #fff;
}

.go_2_li ul li {
    width: 176px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

.go_2_li ul li a {
    padding: 38px;
}

.go_hide {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*右侧商品展示*/

.pd_condition {
    border: 1px solid #dadada;
    font-size: 12px;
    font-family: SimSun;
    color: #787878;
}

.pd_delimg {
    float: left;
    width: 12px;
    height: 15px;
    margin: 12px 10px;
}

.pd_fchk {
    line-height: 40px;
    height: 40px;
}

.has_bb_solid {
    border-bottom: 1px solid #DADADA;
}

.pd_l {
    float: left;
    width: 80px;
    text-indent: 10px;
}

.pd_c {
    float: left;
}

.pd_chk {
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #dadada;
    float: left;
    margin: 6px 15px 6px 0;
    background-color: #fff;
    cursor: pointer;
    font-family: "思源黑体" !important;
}

.pd_chk:hover {
    border: 1px solid #e70012;
    color: #e70012;
}

.chose_pp {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    float: left;
    text-align: left;
}

.pd_tj_close {
    margin-left: 20px;
    font-family: "思源黑体";
    font-weight: bold;
}

.pd_tj {
    padding: 11px 0;
}

.pd_r {
    float: right;
    margin-right: 30px;
    cursor: pointer;
}

.has_bb_dashed {
    border-bottom: 1px dashed #dadada;
}

.pd_color {
    color: #000;
}

.pd_pp_top {
    float: left;
    overflow: hidden;
    width: 860px;
    height: 18px;
}

.pd_c_pp {
    width: 960px;
}

#pd_brand .pd_ppdiv {
    margin-right: 30px;
}

.pd_ppdiv {
    display: inline-block;
    zoom: 1;
    margin: 0px 20px 0 0;
}

.pd_ppdiv:hover {
    cursor: pointer;
    color: #e70012;
}

.pd_top_c {
    width: 960px;
    float: left;
}

.pd_more {
    background: #F2F0EF;
    border: 2px solid #DADADA;
    width: 50px;
    text-align: center;
}

.pd_pp_more {
    float: left;
    width: 960px;
    overflow-y: scroll;
    height: 150px;
    margin-top: 30px;
}

.pd_chk_btn {
    text-align: center;
    display: inline-block;
    zoom: 1;
    margin: 10px 0px 10px 400px;
}

.pd_chk_btn button {
    margin-right: 10px;
    outline: 0px;
    width: 45px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#pd_brand .pd_pp_act {
    width: 160px;
    margin-bottom: 30px;
}

#pd_brand .pd_ppdiv {
    margin-right: 30px;
}

.pd_pp_act .pd_nochkimg {
    display: block;
}

.pd_ppdiv {
    display: inline-block;
    zoom: 1;
    margin: 0px 20px 0 0;
}

.pd_btn_ok {
    background: #d80c18;
    color: #fff;
    border: 0;
}

.pd_nochkimg {
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 0px;
    margin-right: 8px;
}

.pd_btn_cancle {
    color: #787878;
    background: #fff;
    border: 1px solid #dadada;
}

#pd_zjm>.pd_ppdiv {
    font-family: "思源黑体";
}

#pd_jg>.pd_ppdiv {
    font-family: "思源黑体";
}

.pd_king {
    float: left;
    cursor: pointer;
    min-width: 44px;
}

.pd_king:hover {
    color: #e70012;
}

.pd_list_px {
    background: #efefef;
    border: 1px solid #dadada;
    margin-top: 10px;
    padding: 7px 0px 7px 10px;
}

.pd_tj_px div,
.all_tj_px div {
    background: #fff;
    float: left;
    margin-left: -1px;
}

.px_zh,
.px_xl {
    width: 60px;
    height: 25px;
    border: 1px solid #CCCCCC;
    background: url(../images_b/top_bottom_01.png) 42px 0px no-repeat;
    text-align: left;
    padding-left: 10px;
    float: left;
    color: #787878;
}

.px_bgredTop_colored {
    background: url(../images_b/top_bottom_01.png) 42px -25px no-repeat !important;
    color: #e70012 !important;
}

.px_bgredTopBottom_colored1 {
    background: url(../images_b/top_bottom2_01.png) 42px -50px no-repeat !important;
    color: #e70012 !important;
}

.px_bgredTopBottom_colored2 {
    background: url(../images_b/top_bottom2_01.png) 42px -26px no-repeat !important;
    color: #e70012 !important;
}

.px_jg {
    width: 60px;
    height: 25px;
    border: 1px solid #CCCCCC;
    background: url(../images_b/top_bottom2_01.png) 42px 0px no-repeat;
    text-align: left;
    padding-left: 10px;
    float: left;
    color: #787878;
}

.pd_sxnochk {
    margin-top: 4px;
    float: left;
    background: url(../images_b/pd_nochk.png) 0px 2px no-repeat;
    padding: 0px 18px;
    cursor: pointer;
    font-size: 12px;
    color: #787878;
    font-family: "思源黑体";
}

.pd_sxchk {
    background: url(../images_b/pd_chk.png) 0px 2px no-repeat;
}

#pd_shifou {
    margin-left: 20px;
}

.pd_goods {
    margin-top: 2px;
    width: 1050px;
    display: table;
    overflow: hidden;
}

.pd_countdown_uls {
    width: 1040px;
    float: left;
    padding-left: 8px;
    padding-bottom: 20px;
}

.pd_countdown_uls ul {
    display: table;
    padding-bottom: 20px;
}

.pd_countdown_uls ul li {
    width: 185px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}


/*商品详情页*/

.Details_page {
    width: 922px;
    float: left;
    height: auto;
    display: table;
}

.Details_page_r {
    width: 252px;
    float: right;
    height: auto;
    display: table;
}

.los {
    min-height: 500px;
    background: red;
}

.Detal_l {
    width: 978px;
    background-color: #fff;
    /*height:510px;*/
    border: 1px solid #dadada;
    overflow: hidden;
}

.Detal_l_l {
    float: left;
    width: 350px;
    height: 460px;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    margin: 15px 15px 0px 15px;
    position: relative;
}

.Detal_l_img {
    width: 350px;
    height: 350px;
    background-color: #787878;
}

.Detal_l_img img {
    width: 100%;
    height: 100%;
    border: none;
}

.Detal_l_text {
    width: 360px;
    height: 64px;
    margin-top: 10px;
    margin-right: -10px;
}

.Detal_mg {
    width: 60px;
    height: 60px;
    background-color: #f3f3f3;
    float: left;
    margin-right: 12px;
}

.Detal_mg img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.Detel_l_r {
    float: left;
    width: 583px;
    /*height:460px;*/
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Detal_ls {
    color: #000000;
    width: 350px;
    margin-top: 10px;
}

.Detal_ls span {
    font-size: 14px;
    font-family: SimSun, Regular;
}

.Detal_cp {
    float: left;
}

.Detal_sc {
    /*margin-left: 20px;*/
    padding-left: 22px;
    background: url(../images_b/save.png) no-repeat 0px 0px;
    background-size: 18px 18px;
    cursor: pointer;
    float: left;
    color: #FF9900;
    line-height: 20px;
}

.Detal_scs {
    /*margin-left: 20px;*/
    padding-left: 22px;
    background: url(../images_b/no_save.png) no-repeat 0px 0px;
    background-size: 18px 18px;
    cursor: pointer;
    float: left;
    color: #4D4D4D;
    line-height: 20px;
}

.Detal_fx {
    margin-left: 20px;
    padding-left: 16px;
    background: url(../images_b/fenxiang_04_02.png) no-repeat 0px 0px;
    cursor: pointer;
    float: right;
}

.spxqlr_middle {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ff0000;
    font-size: 14px;
    font-family: "思源黑体";
    overflow: hidden;
    /*max-height: 24px;*/
    min-height: 16px;
    line-height: 14px;
}

.spxqlr_time {
    width: 520px;
    height: 36px;
    background: url(../images_b/do_01.png) no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: "思源黑体";
    line-height: 36px;
}

.spxqlr_time_l {
    text-indent: 10px;
}

.spxqlr_time_r {
    float: right;
    padding-right: 10px;
}

.spxqlr_time_r span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-family: Arial;
}

.spxqlr_div1 span {
    float: left;
    display: block;
}

.spxqlr_disp {
    display: table;
}

.spxqlr_div2 {
    width: 580px;
}

.spxqlr_div {
    width: 560px;
    height: 70px;
    background: url(../images_b/do2_01.png) no-repeat;
    padding: 10px 10px;
    margin: 10px 0px 15px 0px;
}

.srd_d1 {
    padding-top: 14px;
}

.srd_d1,
.srd_d2 {
    color: #000000;
    font-size: 12px;
    font-family: SimSun;
}

.spxq_title_span {
    display: inline-block;
}

.spxq_color_span del {
    font-family: Arial;
}

.ds_s2 {
    font-size: 30px;
    font-weight: bold;
}

.ds_s1 {
    font-size: 16px;
}

.ds_s2,
.ds_s1 {
    color: #d80c18;
    font-family: Arial;
}

.spxq_cxxx {
    padding-top: 10px;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    font-family: "思源黑体";
    /*padding-left: 10px;*/
    background-color: #FFF;
    width: 580px;
    max-height: 70px;
    overflow: hidden;
}

.cxxx {
    float: left;
    color: #4D4D4D;
}

.cxxx_text {
    padding-left: 20px;
    float: left;
    width: 430px;
    max-height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cxxx_text span {
    margin-right: 0px !important;
}

.zc6_1 {
    width: 430px;
    overflow: hidden;
}

.spxqlr_bottom {
    /*padding: 8px 0;*/
    color: #4C4C4C;
    font-size: 14px;
    font-family: "思源黑体";
    background-color: #FFF;
    width: 580px;
    height: auto;
    display: table;
}

.spxqlr_bottom_t {
    float: left;
    width: 290px;
    /*padding-left: 10px;*/
    height: 24px;
    line-height: 24px;
}

.spxq_title_span1 {
    display: inline-block;
    width: 68px;
}

.spxq_color_span2 {
    color: #4D4D4D;
}

.spxqlr_kc {
    width: 580px;
    background-color: #fff;
    height: 46px;
    display: table;
    font-size: 12px;
    color: #000000;
    font-family: SimSun;
    margin-top:15px;
}

.sq_bord {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #eee;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.sq_bords {
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #eee;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.spxqlr_input {
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
    display: inline-block;
    outline: none;
    position: relative;
    top: -3px;
}

#kc {
    color: #e70012;
}

.spxqlr_qxqx {
    width: 520px;
    margin-top: 20px;
}

.spxqlr_ljgm,
.spxqlr_jrgwc {
    width: 255px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-family: "思源黑体";
    float: left;
    cursor: pointer;
}

.a_f {
    font-family: Arial;
}

.out {
    outline: 2px solid #f83e27;
}

.Recommend {
    border: 1px solid #dadada;
    background-color: #fff;
    width: 250px;
    height: auto;
    margin-bottom: 20px;
    display: table;
}

.Recommend_title {
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
    background-color: #eee;
}

.Recommend_ul {
    padding: 20px;
    padding-bottom: 0px;
}

.Recommend_ul li {
    width: 210px;
}

.Recommend_ul li a {
    color: #000000;
}

.visittj_img {
    width: 210px;
    height: 210px;
}

.visittj_price,
.visit_price {
    color: #d80c18;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.appreciate_width {
    width: 980px;
    float: left;
}

.appreciate {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: table;
    border: 1px solid #dadada;
    background-color: #fff;
}

.appreciates {
    margin-top: 30px;
    width: 978px;
    height: auto;
    display: table;
    /*border: 1px solid #dadada;*/
    /*background-color: #fff;*/
    float: left;
    margin-bottom: 30px;
}

.appreciate_title {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #dadada;
    text-indent: 20px;
}

.appreciate_contain {
    margin: 20px;
    /*widows: 100%;*/
    height: 128px;
    background-color: #eee;
}

.appreciate_contain_cp {
    font-size: 12px;
    float: left;
    height: 42.6px;
    width: 273.3px;
    line-height: 42.6px;
    padding-left: 20px;
}

.appreciate_contain_cp .appmd {
    display: block;
    width: 60px;
    margin-right: 14px;
    float: left;
}

.appreciate_img {
    margin: 0px 20px 60px;
}

.appreciate_img img {
    height: 640px;
    width: 890px;
}


/*购物车进度*/

.logo_cart_progress {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.logo_cart_progress_contain {
    width: 1250px;
    height: 100px;
    margin: 0 auto;
}

.logoS {
    margin-top: 20px;
    float: left;
    width: 198px;
    height: 58px;
}

.logoS_progress {
    width: 520px;
    float: right;
    height: auto;
    display: table;
}

.logoSproress {
    margin-top: 30px;
    width: 460px;
    height: 22px;
    float: left;
    margin-right: 20px;
}

.logo_pross {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /*font-family: "思源黑体";*/
}

.logo_pross span {
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
    color: #000000;
}

.pr_no {
    padding-right: 0px !important;
}

.nocar {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
}

.l_car_has {
    width: 1250px;
    margin: 0 auto;
    height: auto;
    display: table;
}

.l_car_no {
    margin: 0 auto;
    width: 1250px;
    height: 460px;
    background-color: #f1f1f1;
}

.l_car_box {
    margin: 0px auto;
    padding-top: 100px;
    height: 100px;
    width: 290px;
}

.l_car_bt {
    width: 180px;
    height: 100px;
    font-size: 18px;
    color: #000000;
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.l_car_bt p a {
    color: #e70012;
}


/*购物车有商品*/

.shopcart_main {
    width: 1250px;
    margin: 20px auto;
}

.shopcart_title {
    border: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    /*font-family: "思源黑体";*/
    font-size: 14px;
    background: #f8f8f8;
    color: #000000;
}

.shopcart_title div {
    float: left;
    display: inline-block;
    text-align: center;
}

.sct_allchk,
.sct_kc,
.sct_dw,
.stm_kc {
    width: 80px;
}

.sct_spname {
    width: 260px;
}

.sct_cj {
    width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sct_gg {
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sct_cgj {
    width: 84px;
    position: relative;
}

.sct_sl {
    width: 120px;
}

.sct_xj {
    width: 84px;
}

.sct_cz {
    width: 100px;
}

.sct_cxtitle {
    width: 1237px;
    float: left;
    padding: 3px 0 7px 0;
    padding-left: 10px;
    border: 1px solid #dadada;
    background-color: #f8f8f8;
}

.sct_cx {
    font-size: 14px;
    color: #fff;
    background: #d80c18;
    padding: 2px;
    display: inline-block;
}

.sct_typecent {
    height: 80px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-top: none;
    position: relative;
}

.sct_typecent div {
    float: left;
    text-align: center;
    height: 80px;
}

.sct_main {
    margin-top: 0px;
    color: #000000;
}

.stm_name {
    width: 336px;
}

.sct_chk {
    width: 13px;
    height: 13px;
    float: left;
    padding: 30px 15px 0 15px;
    cursor: pointer;
}

img {
    border: 0px;
}

.sct_spimg {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 12px;
}

.sct_main .sct_n,
.sct_main .sct_cj,
.sct_main .stm_gg,
.sct_main .sct_kc,
.sct_main .sct_dw,
.sct_main .sct_cgj,
.sct_main .sct_sl,
.sct_main .sct_xj,
.sct_main .stm_cz {
    padding-top: 22px;
    height: 58px;
    border-right: 1px solid #dadada;
}

.sct_sl_xsxl {
    height: 58px;
    border-right: 1px solid #dadada;
    width: 120px;
}

.pad46_top34 {
    padding-top: 42px !important;
    height: 38px !important;
}

.pad20_top38 {
    padding-top: 30px !important;
    height: 38px !important;
}

.li_he90 {
    line-height: 90px;
}

.save_sc_l {
    height: 32px !important;
}

.sct_num {
    height: 32px !important;
    margin-left: 12px;
}

.sct_n {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
    text-align: left !important;
    padding-left: 20px;
    color: #000000;
}

.sct_n .srd_span {
    top: 14px;
    left: 20px;
}

.save_name,
.save_price,
.save_kc,
.save_num,
.save_do {
    float: left;
    font-size: 14px;
}

.pd_shopcart,
.save_shopcart {
    height: 29px;
    line-height: 29px;
}

.save_shopcart {
    width: 94px;
}

.save_gwc {
    width: 92px;
    height: 30px !important;
}

.stm_gg {
    width: 140px;
}

.stm_name,
.stm_gg,
.stm_cz {
    float: left;
    display: inline-block;
    text-align: center;
}

.pd_cut {
    float: left;
}

.pd_sc_btn {
    display: inline-block;
    zoom: 1;
    font-size: 20px;
    width: 25px;
    text-align: center;
    height: 32px;
    line-height: 26px;
    color: #787878;
    font-weight: bold;
    cursor: pointer;
}

.pd_sc_input {
    float: left;
    width: 40px;
    text-align: center;
    height: 28px;
    line-height: 20px;
    border: 1px solid #dadada;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    font-family: Arial;
}

.stm_cz {
    width: 96px;
    border-right: none !important;
}

.border_color_purple {
    color: #333333;
}

.stm_del,
.stm_save {
    margin: 0 auto;
    padding: 5px 20px;
    cursor: pointer;
    color: #000000;
    display: inline !important;
}

.sct_bottom_div {
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dadada;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.sbt_achk {
    float: left;
}

.sbt_achk {
    margin-top: 5px;
}

.sct_allchk {
    width: 80px;
}

.sbd_del_main {
    color: #787878;
    font-size: 14px;
    float: left;
}

.sct_b_allchk {
    font-size: 14px;
    float: left;
    margin-top: -4px;
}

.save_chk {
    float: left;
    width: 13px;
    height: 13px;
    padding: 14px 15px;
    cursor: pointer;
}

.sbd_r {
    float: right;
    font-size: 14px;
}

.sbd_r_1 {
    float: left;
    margin-right: 50px;
}

.sbd_colorl {
    color: #E60012;
    margin-left: 10px;
}

.sbd_allpeice {
    font-size: 20px;
    color: #E60012;
    margin-left: 10px;
}

.stm_cx {
    width: 70px;
    height: 20px !important;
    background: url(../images_b/chuxiao_01.png) no-repeat;
    color: #e70012;
    font-size: 12px;
    line-height: 20px;
    padding-left: 4px;
    margin-top: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.sct_cgj .stm_cx_content {
    padding-top: 10px;
    width: 202px;
    height: auto;
    display: table;
    border: 1px solid #dadada;
    -webkit-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
    top: 74px;
    left: -60px;
    z-index: 200;
}

.padd10 {
    padding: 10px;
}

.padd_bot2 {
    padding-bottom: 6px;
}

.sol .sol_ul {
    width: 100%;
    color: #000000;
    cursor: pointer;
}

.sol_ul img {
    margin-top: 4px;
    width: 16px;
    height: 16px;
}

.height_auto_disp_table {
    height: auto !important;
    display: table !important;
}

.height_widthmax_linehe {
    width: 180px !important;
    height: 26px !important;
    line-height: 26px !important;
    padding-left: 10px;
}

.sct_cgj .stm_cx_content .bgurl_3j {
    background: url('../images_b/toptop_03.png') no-repeat;
    width: 13px;
    height: 6px;
    margin-top: -16px;
    position: absolute;
    left: 96px;
    background-color: #f8f8f8;
}


/*快速下单*/

.procurement_top {
    width: 1250px;
    position: relative;
    height: 40px;
}

.ctmos {
    float: left;
    width: 168px;
    height: 38px;
    border: 1px solid #dadada;
    line-height: 40px;
    float: left;
    background: #fff;
    color: #e70012;
    font-size: 16px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.ctmos a {
    color: #000000;
    /*font-family: "思源黑体";*/
}

.bor {
    width: 908px;
    height: 39px;
    float: left;
}

.keyboard,
.keyboard2 {
    width: 1250px;
    height: 100px;
}

.keyboard ul,
.keyboard2 ul {
    width: 1250px;
    position: relative;
    overflow: hidden;
}

.keyboard ul li {
    float: left;
    height: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: auto;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
}

.keyboard2 ul li {
    float: left;
    height: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: auto;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
}

.keyboard_instructions {
    margin-left: 50px;
    float: left;
    height: 50px;
}

.keyboard_instructions div {
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.ri_ri {
    margin-left: 40px;
    margin-top: 20px;
    width: 13px;
    height: 16px;
    display: block;
    float: left;
}

.ri_ri2 {
    margin-left: 40px;
    margin-top: 2px;
    width: 18px;
    height: 23px;
    display: block;
    float: left;
}

.key_en {
    color: #000000;
    background-color: #fff;
    border: 1px dashed #dadada;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.key_text {
    color: #000000;
}

.purchase_plan {
    width: 1250px;
    height: 35px;
    line-height: 35px;
}

.purchase_plan .purchase_plans1 {
    margin-top: 6px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    float: left;
    font-size: 14px;
    padding-right: 16px;
    border-right: 1px solid #dadada;
}

.purchase_plan a {
    color: #333333;
    text-decoration: underline;
}

.margin-left {
    margin-left: 10px;
}

.purchase_plans1 {
    cursor: pointer;
}

.procurement_t_top {
    width: 1248px;
    border-bottom: 1px solid #DADADA;
    text-align: center;
    height: 39px;
    background: #f1f1f1;
}

.procurement_title {
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #dadada;
    width: 1248px;
    height: auto;
    margin-right: -20px;
}

.procurement_t_li {
    position: relative;
    width: 97px;
    height: 39px;
    float: left;
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
}

.xuhao {
    width: 44px;
}

.quanx_q {
    font-size: 12px;
}

.speed_order_Allnochk {
    float: left;
    background: url(../images_b/pd_nochk.png) center no-repeat;
    background-size: 16px 16px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    width: 40px;
    border-bottom: 1px solid #dadada;
}

.xuhao {
    width: 44px;
}

._spmc {
    width: 207px;
}

._cjmc {
    width: 176px;
}

.procurement_t_mid {
    width: 1268px;
    margin-right: -20px;
}

.procurement_t_mid li {
    width: 1248px;
    height: 60px;
    background: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.p_comm_li {
    width: 97px;
    height: 59px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    float: left;
    line-height: 59px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.p_1 {
    width: 40px;
    border-left: none;
}

.p_1_width {
    width: 42px;
}

.p_spmc {
    width: 202px;
    color: #000;
}

.p_cjmc {
    width: 176px;
}

.speed_order_nochk {
    float: left;
    background: url(../images_b/pd_nochk.png) center no-repeat;
    background-size: 16px 16px;
    height: 59px;
    line-height: 59px;
    cursor: pointer;
    width: 40px;
    border-bottom: 1px solid #dadada;
}

.seach_s {
    border: none;
    font-size: 14px;
    outline: none;
    width: 180px;
    height: 36px;
    line-height: 36px;
}

.jx_tj {
    color: #333333;
    font-size: 14px;
    width: 1248px;
    height: 40px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.ti_quanx {
    width: 1248px;
    border: 1px solid #dadada;
    height: 52px;
    background: #f8f8f8;
    font-size: 12px;
    margin-top: 30px;
}

.common_Div {
    width: 64px;
    height: 52px;
    line-height: 52px;
    float: left;
    padding-right: 20px;
}

.je {
    width: 400px;
    height: 52px;
    line-height: 52px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #787878;
}

.common_check {
    width: 108px;
    height: 26px;
    line-height: 26px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #787878;
    border: 1px solid #dadada;
    background: #fff;
    margin-top: 12px;
    cursor: pointer;
}

.commnot {
    width: 1026px;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #e70012;
}

.common_unit,
.common_n {
    width: 150px;
    height: 52px;
    line-height: 58px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #787878;
}

.me_m {
    margin-left: 10px;
    color: #D80C18;
    font-size: 20px;
}

.num_r {
    margin-left: 10px;
    margin-right: 10px;
    color: #D80C18;
}

.sccaig {
    font-size: 12px;
    width: 108px;
    height: 26px;
    line-height: 26px;
    color: #333333;
    border: 1px solid #dadada;
    background: #fff;
    float: right;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 10px;
}


/*商品弹窗*/

.popup_window {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}

.car_hide {
    position: absolute;
    box-shadow: 0px 2px 6px 2px #dadada;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#dadada, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 2px 2px #dadada;
    -webkit-box-shadow: 2px 2px 2px 2px #dadada;
    box-shadow: 0px 2px 6px 2px #dadada;
    display: table;
    background: #dadada;
    z-index: 999;
    left: 100px;
}

.car_hide_title {
    width: 1026px;
}

.car_hide_top {
    position: relative;
    overflow: hidden;
    background: #dadada;
}

.car_hide_li {
    background: #dadada;
    width: 86px;
    float: left;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
}

.c_comm1 {
    width: 210px;
}

.car_hide_btom {
    height: 40px;
    float: left;
}

.car_hide_btom:hover .car_hide_lis {
    background: #f1f1f1;
}

.car_hide_lis {
    background: #fff;
    width: 85.1px;
    float: left;
    border-right: 1px solid #dadada;
    height: 39px;
    border-bottom: 1px solid #DADADA;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_comm {
    width: 210px;
}

.car_center {
    display: table;
    width: auto;
    height: auto;
    margin-right: -20px;
}

.car_hide_linochk {
    float: left;
    background: url(../images_b/pd_nochk.png) center no-repeat;
    background-size: 16px 16px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    width: 38px;
    border-bottom: 1px solid #dadada;
}

.car_hide_lichk {
    float: left;
    background: url(../images_b/pd_chk.png) center no-repeat;
    background-size: 16px 16px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    width: 38px;
    border-bottom: 1px solid #dadada;
}

.speed_order_chk {
    float: left;
    background: url(../images_b/pd_chk.png) center no-repeat;
    background-size: 16px 16px;
    height: 59px;
    line-height: 59px;
    cursor: pointer;
    width: 40px;
    border-bottom: 1px solid #dadada;
}

.speed_order_Allchk {
    float: left;
    background: url(../images_b/pd_chk.png) center no-repeat;
    background-size: 16px 16px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    width: 40px;
    border-bottom: 1px solid #dadada;
}

.pd_cut {
    float: left;
}

.pd_add {
    float: right;
}

.pd_sc_input {
    float: left;
    width: 30px;
    text-align: center;
    height: 22px;
    line-height: 20px;
    border: 1px solid #dadada;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    font-family: Arial;
}

.save_sc_l {
    margin: 6px auto;
    height: 22px;
    width: 22px;
    line-height: 30px;
    border: 1px solid #dadada;
}

.save_sc_l {
    height: 26px !important;
}

.pd_sc_btn {
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    width: 20px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #787878;
    font-weight: bold;
}

.pd_sc_btn:hover {
    cursor: pointer;
}

.save_sc_l {
    margin: 2px auto;
    height: 22px;
    width: 75px;
    line-height: 30px;
    border: 1px solid #dadada;
}

.p_x {
    color: #000;
}


/*添加采购计划*/

.Popup_over {
    display: none;
    background: url(../images_b/overbg.png) repeat;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}

.zIndex {
    z-index: 100!important;
}

.plan_Popup {
    margin: 140px auto;
    width: 700px;
    text-align: center;
    background: #ffffff;
    outline: 4px solid #dadada;
    display: table;
}

.plan_pop_title {
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #eeeeee;
    padding-left: 20px;
    color: #000000;
    font-size: 16px;
}

.plan_pop_cent {
    width: 670px;
    display: inline-block;
    margin: 16px;
    text-align: left;
    font-size: 14px;
}

.plan_pop_cent div {
    display: inline-block;
}

.plan_pop_operate {
    width: 270px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.plan_input {
    height: 38px;
    border: 1px solid #dadada;
    outline: none;
}

.plan_new_btn {
    background: #fff;
    border: 1px solid #dadada;
    width: 138px;
    height: 40px;
    line-height: 40px;
    color: #e70012;
    text-align: center;
    float: right;
    cursor: pointer;
}

.plan_list {
    background: #f1f1f1;
    height: 240px;
    margin-top: 10px;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}

.plan_list li {
    float: left;
    width: 190px;
    height: 50px;
    margin-top: 19px;
    margin-left: 22px;
    line-height: 50px;
    text-align: center;
    outline: 1px solid #dadada;
    background: #fff;
    cursor: pointer;
}

.plan_list li a {
    color: #000000;
    font-size: 16px;
}

.plan_list li a:hover {
    color: #e70012;
    text-decoration: underline;
}

.pop_btn {
    width: 670px;
    height: 50px;
    margin: 0px auto;
    margin-bottom: 10px;
    text-align: center;
    background-color: #e6e6e6;
    line-height: 50px;
}

.plan_conf_btn a {
    color: #fff;
}


/*选择采购计划*/

.f_cgjh_hide {
    width: 1248px;
    max-height: 500px;
    border: 1px solid #dadada;
    background: #F1F1F1;
}

.xz_cigou {
    width: 1248px;
    background: #fff;
    text-align: left;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    text-indent: 10px;
    border-bottom: 1px solid #dadada;
}

.xz_cigou_ul {
    max-height: 400px;
    overflow: auto;
    width: 1268px;
    margin-right: -20px;
}

.xz_cigou_li {
    height: 58px;
    float: left;
    border-bottom: 1px solid #dadada;
}

.xz_num {
    width: 44px;
    border-right: 1px solid #dadada;
    float: left;
    height: 58px;
    background: #fff;
    font-family: Arial;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
}

.xz_cg {
    width: 848px;
    border-right: 1px solid #dadada;
    float: left;
    font-size: 14px;
    height: 58px;
    color: #787878;
    text-indent: 10px;
    line-height: 58px;
    background: #fff;
}

.xz_afr {
    width: 175px;
    border-right: 1px solid #dadada;
    float: left;
    height: 58px;
    color: #3F51B5;
    text-indent: 10px;
    line-height: 58px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.indent {
    width: 170px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indent_xg {
    width: 115px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-top: 10px;
}

.xz_cggjh {
    background: #fff;
    width: 178px;
    height: 58px;
    float: left;
    line-height: 58px;
    color: #3F51B5;
    text-align: center;
}

.xz_cigou_li a {
    color: #000000;
    font-size: 14px;
}

.jh_border {
    margin: 8px auto;
    width: 96px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    color: #3F51B5;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    cursor: pointer;
}

.xz_cigou_qx {
    width: 1248px;
    text-align: center;
    height: 50px;
}

#qux {
    width: 1248px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
}

.dila {
    floal: left;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.f_xzcgjh_s {
    width: 100%;
    height: 100%;
    background: url(../images_b/overbg.png) repeat;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}

.f_xzcgjh_comm {
    width: 988px;
    max-height: 518px;
    background: #fff;
    margin: 8% auto 0 auto;
}

.f_xzcgjh_top {
    width: 993px;
    height: 40px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    padding-left: 15px;
    font-size: 16px;
}

.f_xzcgjh_title {
    background: #f1f1f1;
    width: 968px;
    max-height: 420px;
    margin: 0 10px;
    overflow: hidden;
}

.f_xzcgjh_title_l {
    margin: 10px auto;
    width: 930px;
    max-height: 390px;
    border: 1px solid #dadada;
    overflow-y: auto;
    overflow-x: hidden;
}

.t_l {
    width: 930px;
    height: 37px;
    background: #f1f1f1;
    border-bottom: 1px solid #dadada;
}

.t_li_t {
    text-align: center;
    width: 221px;
    height: 37px;
    float: left;
    font-size: 14px;
    line-height: 37px;
    color: #000000;
}

.l_ {
    border-right: none;
}

.t_ul_li {
    width: 930px;
    height: 37px;
    border-bottom: 1px solid #dadada;
    float: left;
}

.t_li_ts {
    text-align: center;
    width: 202px;
    padding: 0 10px;
    height: 37px;
    border-right: 1px solid #DADADA;
    float: left;
    font-size: 14px;
    line-height: 37px;
    background: #fff;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t_li_s {
    text-align: center;
    width: 79px;
    height: 37px;
    float: left;
    font-size: 14px;
    line-height: 37px;
    color: #000000;
}

.l_ {
    width: 88px !important;
}

.t_li_ss {
    text-align: center;
    width: 78px;
    height: 37px;
    border-right: 1px solid #dadada;
    float: left;
    font-size: 14px;
    line-height: 37px;
    color: #000000;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r_ {
    color: red;
    width: 79px;
    border-right: none;
}

.f_xzcgjh_btm {
    width: 100%;
    height: 38px;
    text-align: left;
    text-indent: 10px;
    color: #787878;
    line-height: 38px;
    background: #fff;
    font-size: 14px;
}

.Div_two {
    margin: 0 auto;
    width: 280px;
}

.f_xzcgjh_btm div div {
    padding: 0 18px 0 10px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background: #f83e27;
    color: #fff;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    cursor: pointer;
}


/*传统模式*/

.qo_maintop {
    width: 1250px;
    height: 146px;
    background: #F1F1F1;
    border: 1px solid #dadada;
    position: relative;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
}

.qo_main {
    width: 1082px;
    margin: 20px;
    color: #787878;
    font-size: 12px;
    float: left;
    margin-right: 0px;
    /*font-family: Arial;*/
}

.qo_main_right {
    width: 148px;
    color: #000;
    height: 148px;
    font-size: 12px;
    float: left;
    margin-right: 0px;
    background-color: #fff;
    line-height: 20px;
    /*font-family: Arial;*/
}

.qo_main_right span {
    margin-top: 26px;
    border: 1px solid #dadada;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 36px;
    cursor: pointer;
}

.qo_mdiv div {
    float: left;
    margin-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
}

.qo_mdiv div span {
    display: inline-block;
    width: 64px;
}

.qo_mdiv input[type=text] {
    border: 1px solid #dadada;
    height: 23px;
    line-height: 23px;
    width: 163px;
    color: #000000;
    width: 200px;
}

#jixing {
    width: 200px;
    outline: none;
    height: 27px;
    border: 1px solid #dadada;
}

.qo_btnsearch {
    float: right !important;
    margin-right: 50px;
}

.qo_chk {
    width: 13px;
    height: 13px;
    vertical-align: -2px;
}

.qo_mdiv p,
.qo_mdiv p span {
    display: inline-block;
    zoom: 1;
}

.qo_chk {
    cursor: pointer;
}

.save_r .qo_mainsp {
    position: relative;
}

.qo_mainsp {
    width: 1250px;
}

.qo_mainsptitle,
.tq_title {
    border: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    background: #F1F1F1;
    font-size: 16px!important;
}

.qo_mainsptitle .qo_div {
    font-size: 17px;
}

.qo_mainsptitle .qo_div,
.qo_main_div .qo_div {
    display: inline-block;
    zoom: 1;
    float: left;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #dadada;
}

.qo_name,
.qo_cj {
    width: 300px;
    display: inline-block;
}

.qo_cj_1 {
    margin-top: 20px;
}

.mar_top {
    margin-top: 40px;
}

.qo_gg {
    width: 119px;
}

.qo_kc,
.qo_dw {
    width: 70px;
}

.qo_lsj {
    width: 80px;
}

.qo_sl {
    width: 120px;
}

.qo_cgj,
.qo_cz {
    width: 90px;
}

.qo_cgj {
    color: #e70012;
}

.qo_cgjs {
    color: #000 !important;
}

.qo_mainsptitle .qo_div:last-child,
.qo_main_div .qo_div:last-child {
    border-right: 0 !important;
}

.qo_buy {
    margin: 0 22px;
    cursor: pointer;
}

.qo_cj_2 {
    width: 100px;
    word-wrap: break-word;
}

.qo_main_div {
    border: 1px solid #dadada;
    color: #787878;
    border-top: 0;
    background-color: #fff;
}

.xg_vl50,
.qo_gg span,
.qo_lsj span,
.qo_cgj span,
.qo_cj span {
    display: inline-block;
    vertical-align: -25px;
}

.qo_cj_dw {
    vertical-align: -0px!important;
}

.qo_main_div .qo_div {
    height: 60px;
}

.qo_div a {
    color: #000;
}

.xg_mj_new {
    float: left;
    margin: 10px 0px 0px 5px;
}

.xg_div {
    padding-top: 16px;
    display: inline-block;
}

.xg_mj {
    color: #ffffff;
    background-color: #d80c18;
    padding: 0px 4px;
    height: 30px;
    line-height: 30px;
}

.save_num {
    margin-top: 0px !important;
    margin-left: 22px;
}

.qo_sl .save_num,
.qo_cz .qo_buy {
    margin-top: 18px;
}

.qo_gwc {
    width: 86px !important;
}

.order_shop {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    float: right;
}


/*采购计划*/

.Procurement_text {
    width: 100%;
    font-size: 16px;
}

.text_ind {
    text-indent: 10px;
}

.pr {
    height: 50px;
    line-height: 50px;
}

.Procu_lis {
    border: 1px solid #dadada;
}

.Procu_lis_ul {
    width: 1018px;
    height: auto;
    display: table;
    margin-right: -28px;
    padding-left: 18px;
    padding-bottom: 20px;
    min-height: 500px;
}

.Procu_lis_ul li {
    width: 180px;
    height: 260px;
    float: left;
    margin-right: 18px;
    margin-top: 20px;
    border: 1px solid #dadada;
    font-size: 14px;
    text-align: center;
}

.procu_title {
    padding: 10px;
    width: 160px
}

.over_eplis {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* for internet explorer */
    overflow: hidden;
}

.procu_img {
    position: relative;
    height: 160px;
    margin: 10px;
    background-color: #f8f8f8;
}

.back2 {
    width: 160px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: url(../images_b/back2_01.png) no-repeat;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.back3 {
    width: 160px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #e70012;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.procu_btn span {
    display: inline-block;
    width: 59px;
    height: 38px;
    line-height: 38px;
    float: left;
    border-right: 1px solid #dadada;
}

.e7_a {
    color: #000000;
}

input[type="button"] {
    outline: none;
    cursor: pointer;
}


/*编辑采购计划样式*/

.Procu_editor {
    width: 1020px;
    height: auto;
    display: table;
}

.p_editorTitle {
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-family: "思源黑体";
    font-size: 14px;
}

.p_editorTitle a {
    color: #000000;
    padding-right: 20px;
    border-right: 1px solid #dadada;
}

.eda_s {
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
}

.p_editor_text {
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #dadada;
    width: 1018px;
    height: auto;
    display: table;
}

.edi_text_title {
    font-size: 14px;
    padding: 10px;
}

.edi_text_title span {
    font-size: 12px;
    color: #000000;
}

.edi_uls_top {
    width: 1018px;
    border-bottom: 1px solid #DADADA;
    text-align: center;
    height: 38px;
    background: #f1f1f1;
    border-top: 1px solid #dadada;
}

.edi_uls_li {
    position: relative;
    width: 97px;
    height: 38px;
    float: left;
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
}

.edi_order_Allnochk {
    float: left;
    background: url(../images_b/pd_nochk.png) center no-repeat;
    background-size: 16px 16px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    width: 40px;
}

.edi_order_Allchk {
    float: left;
    background: url(../images_b/pd_chk.png) center no-repeat;
    background-size: 16px 16px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    width: 40px;
}

.bro_ri {
    border-right: 1px solid #dadada !important;
}

.edi_pro1 {
    width: 40px;
}

.edi_pro2 {
    width: 50px;
}

.edi_pro0 {
    width: 50px !important;
}

.edi_pro3 {
    width: 373px;
}

.edi_pro4 {
    width: 137.1px;
}

.edi_uls_ul {
    background-color: #fff;
    width: 1018px;
    display: table;
    height: auto;
}

.edi_uls_lis {
    width: 1018px;
    height: 119px;
    background: #fff;
    font-size: 14px;
    line-height: 119px;
    text-align: center;
    /*font-family: "思源黑体";*/
    color: #000000;
    border-bottom: 1px solid #dadada;
}

.edi_order_nochk {
    float: left;
    background: url(../images_b/pd_nochk.png) 12px no-repeat;
    background-size: 16px 16px;
    height: 119px;
    line-height: 119px;
    cursor: pointer;
    width: 90px;
}

.edi_order_chk {
    float: left;
    background: url(../images_b/pd_chk.png) 12px no-repeat;
    background-size: 16px 16px;
    height: 119px;
    line-height: 119px;
    cursor: pointer;
    width: 90px;
}

.e_uls_div {
    height: 119px;
    line-height: 119px;
    float: left;
    width: 137.1px;
}

.lin_height {
    line-height: 22px !important;
}

.lin_height2 {
    line-height: 22px !important;
}

.dis_inl_block {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.in_block {
    width: 100%;
    display: inline-block;
}

.edi_topimg {
    position: relative;
    top: -2px;
}

.edi_hide_ul {
    width: 138px;
    border: 1px solid #dadada;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    height: auto;
    display: table;
    color: #000000;
    position: absolute;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 1px #dadada;
    box-shadow: 0px 0px 5px 1px #dadada;
    display: none;
}

.edi_hide_ul li {
    width: 138px;
    border-bottom: 1px solid #dadada;
}

.edi_uls_li:hover ul {
    display: block;
}

.edi_hide_ul li:hover {
    background-color: #ebebeb;
}

.icon_x {
    width: 16px;
    height: 16px;
    background: url(../images_b/pice.png) no-repeat;
    display: block;
    float: right;
    cursor: pointer;
}

#jhcontent {
    margin-left: 4px;
    font-family: "思源黑体";
    font-size: 14px;
}

.pro_ul2 {
    height: 290px !important;
}

.pro_ul3 {
    height: 390px !important;
}


/*我的采购订单*/

.orders {
    width: 100%;
    height: auto;
    display: table;
}

.order_tab {
    height: 40px;
    color: #000000666;
    /*padding-left: 0px;*/
    /*font-family: "思源黑体";*/
    border-bottom: 1px solid #dadada;
    padding-left: 160px;
}

.mar_top_border {
    margin-top: 20px;
    border: 1px solid #dadada;
}

.order_tab li {
    text-align: center;
    width: 110px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    float: left;
    overflow: hidden;
    position: relative;
}

.order_tab a {
    color: #000000;
}

.po_div {
    text-align: center;
    height: 79px;
    font-size: 14px;
    color: #000000;
    margin-right: -10px;
}

.po_t {
    width: 22%;
    border-right: 1px solid #dadada;
    background-color: #fff;
    height: 118px;
    float: left;
    line-height: 118px;
}

.po_td1 {
    width: 33.32%;
    line-height: 28px;
}

.po_td2 {
    line-height: 30px;
}

.po_td2 span {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.po_td1 span {
    width: 100%;
    display: inline-block;
    text-align: left;
    text-indent: 20px;
}

.po_text {
    margin-top: 20px;
    color: #000000;
}

.po_td2 a {
    color: #000000;
}

.po_td2 a:hover {
    color: #e70012;
    text-decoration: underline;
}

.bor_ri_no {
    border-right: none !important;
}

.order_all {
    margin-right: -2px;
}

.col_e7 {
    color: #e70012;
    font-size: 20px;
}

.po_text3 {
    margin-top: 14px;
}

.order_no {
    margin-top: 20px;
    width: 100%;
    background-color: #eee;
    height: 220px;
    font-size: 16px;
    line-height: 240px;
}

.order_no_content {
    width: 316px;
    height: 81px;
    vertical-align: middle;
    margin: 0 auto;
}

.gwck {
    position: relative;
    top: 20px;
}


/*订单详情*/

.my_details {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.details_progress {
    width: 1190px;
    margin: 0 auto;
}

.prog_color {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    background-color: #f1f1f1;
    border-radius: 16px;
}

.prog_color_li {
    width: 238px;
    float: left;
    text-align: center;
}

.prog_text {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}


/**************************/

.pod_div {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 1250px;
}

.pod_left_ddxxs {
    float: left;
    width: 440px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.pod_left_wlxxs {
    float: right;
    height: 262px;
    width: 789px;
    border: 1px solid #dadada;
    font-size: 14px;
    background-color: #fff;
}

.pod_left_title {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #dadada;
    line-height: 39px;
    color: #000;
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.pod_left_ddxx {
    float: left;
    height: 222px;
    width: 440px;
    font-size: 14px;
    color: #000000;
}

.pod_left_ddxx .pd_c {
    width: 100%;
    height: 222px;
    overflow: auto;
}

.pod_right_title {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #dadada;
    line-height: 39px;
    color: #000000;
    text-align: center;
    font-size: 16px;
}

.pod_left_ddxx p {
    padding-left: 20px;
    font-family: "思源黑体", "Arial";
    padding-top: 20px;
}

.pod_right_wlxx_content p {
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    font-family: "思源黑体", "Arial";
}

.pod_right_wlxx_content {
    height: 222px;
    overflow: auto;
}

.pod_right_wlxx_content p span {
    margin-left: 80px;
}

.Detailed_order {
    width: 100%;
    height: auto;
    display: table;
    background-color: #fff;
    border: 1px solid #dadada;
}

.po_title {
    height: 39px;
    line-height: 38px;
    background: #F1F1F1;
    text-align: center;
    font-size: 16px!important;
    border: 1px solid #dadada;
    border-top: none;
    border-left: none;
    border-right: none;
}

.po_title div {
    float: left;
    line-height: 39px;
}

.pdo_div div {
    color: #787878;
    font-size: 14px;
    height: 78px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.pod_t1 {
    width: 286px;
}

.pod_t2 {
    width: 200px;
}

.pod_t3 {
    width: 142.2px;
}

.pod_t4,
.pod_t5,
.pod_t6,
.pod_t7,
.pod_t8,
.pod_t9 {
    width: 102.2px;
}

.po_div div {
    float: left;
    vertical-align: middle;
}

.pdo_div div:last-child {
    border-right: 0 !important;
}

.pod_cj,
.pod_t3_1 {
    width: 100%;
    word-wrap: break-word;
    display: inline-block;
    margin-top: 24px;
}

.pod_img {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    margin: 10px 10px 10px 20px;
}

.pod_p {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 180px;
    text-align: left;
}

.pod_p_span1 {
    display: inline-block;
    text-align: left;
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.so_foot {
    padding: 20px;
    text-align: right;
}

.so_foot {
    font-size: 14px;
    line-height: 30px;
}

.so_bl {
    display: inline-block;
    text-align: right;
    color: #787878;
}

.so_br {
    text-align: right;
    width: 140px;
    display: inline-block;
}

.so_br_price {
    font-size: 24px;
    color: #d80c18;
    display: inline-block;
    width: 140px;
}

.pods_t1 {
    width: 302px;
}

.pods_t2 {
    width: 302px;
}

.pods_t3,
.pods_t4,
.pods_t5,
.pods_t6,
.pods_t7 {
    width: 128px;
}

.marin_no {
    margin: 0px !important;
}


/*我的收藏*/

.mycollection_max {
    width: 1018px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coll_jrgwc {
    width: 140px;
    cursor: pointer;
}

.coll_qx {
    width: 60px;
    cursor: pointer;
}

.coll_cxt {
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    background-color: #f8f8f8;
}

.micro_size_color {
    font-family: "思源黑体";
    font-size: 14px;
    color: #000000;
}

.coll_mc,
.coll_jg,
.coll_kc,
.coll_sl,
.coll_cz {
    display: inline-block;
    float: left;
    text-align: center;
}

.coll_mc {
    width: 434px;
}

.coll_jg {
    width: 180px;
}

.coll_kc {
    width: 133px;
}

.coll_sl {
    width: 133px;
}

.coll_cz {
    width: 133px;
}

.coll_name {
    width: 436px;
    border-right: 1px solid #dadada;
    float: left;
    display: inline-block;
    text-align: center;
}

.coll_price {
    width: 180px;
    border-right: 1px solid #dadada;
    float: left;
    display: inline-block;
    text-align: center;
}

.coll_yhj {
    display: inline-block;
    width: 100%;
}

.coll_ps {
    margin-top: 20px;
}

.coll_kclen {
    width: 133px;
    border-right: 1px solid #dadada;
    float: left;
    display: inline-block;
    text-align: center;
}

.coll_sls {
    width: 134px;
    border-right: 1px solid #dadada;
}

.coll_sls .save_num {
    margin-top: 13px !important;
    margin-left: 28px;
}

.coll_kclen span {
    display: inline-block;
    margin-top: 26px;
}

.coll_czs {
    width: 128px;
    text-align: center;
    display: inline-block;
}

.coll_czs .stm_del {
    margin: 0 auto;
    padding: 15px 20px 2px 20px;
    cursor: pointer;
    color: #000000;
    display: inline-block !important;
}

.coll_czs .stm_save {
    margin: 0 auto;
    padding: 2px 20px 15px 20px;
    cursor: pointer;
    color: #000000;
    display: inline-block !important;
}

.coll_p {
    float: left;
    width: 320px;
    text-align: left !important;
    margin-left: 10px;
}

.coll_p span {
    display: inline-block;
}

.coll_p_top {
    margin-top: 18px;
    color: #333;
}


/*账户额度*/

.my_intergral {
    border: 1px solid #DADADA;
    background: #fbf9fc;
    height: 137px;
}

.my_intergral_main {
    margin: 30px 50px;
    font-size: 14px;
    float: left;
}

.intergral_top {
    border: 1px solid #E4E4E4;
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    color: #5e5e5e;
    font-size: 16px;
    margin-right: -2px;
}

.intergral_change {
    float: left;
    width: 20%;
    text-align: center;
}

.wz {
    width: 191px!important;
    padding: 7px!important;
    padding-bottom: 12px!important;
    padding-top: 0px!important;
    bottom: -50px;
}

.w3 {
    width: 40% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.intergalmax {
    border: 1px solid #dadada;
    border-top: 0;
    margin-right: -2px;
}

.intergalmax div {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
}

.common_gwc_num {
    width: 76px;
    position: absolute;
    bottom: 10px;
    left: 70px;
}

.common_gwc_num div {
    display: inline-block;
    zoom: 1;
    float: left;
}

.common_gwc_cut,
.common_gwc_add {
    width: 18px;
    height: 22px;
}

.top_p18 {
    text-indent: 0px;
    font-size: 18px;
}

.common_gwc_input {
    width: 34px;
    height: 22px;
}

.gwc_addcut1 {
    color: #333;
    background: #F0F0F0;
    border: 1px solid #EBEBEB;
    display: inline-block;
    width: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.pro_input {
    outline: 0px;
    width: 32px;
    text-align: center;
    border: 1px solid #EBEBEB;
    color: #5e5e5e;
    height: 18px;
    line-height: 20px;
}

.gwc_addcut1 {
    color: #333;
    background: #F0F0F0;
    border: 1px solid #EBEBEB;
    display: inline-block;
    width: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


/*
*砸金蛋
*2017-05-02
*CZQ
*/

.egg {
    position: absolute;
    top: 34%;
    left: 46%;
    background: url(../images/egg.png) no-repeat;
    background-size: 100% auto;
    width: 19%;
    height: 37%;
    cursor: pointer;
}

.egg_over {
    position: absolute;
    top: 32%;
    left: 36%;
    background: url(../images/egg_over.png) no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 26%;
    cursor: pointer;
}

.t {
    position: absolute;
    top: 30%;
    right: 29%;
    background: url("../images/cz.png") no-repeat;
    background-size: 100% auto;
    width: 9%;
    height: 21%;
    transition: all 1s;
}

.ssff {
    transform: rotate(30deg);
    transform-origin: 100% 100%;
    z-index: 999;
}

.ssff1 {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.t_btn {
    top: 25%;
    right: 41.5%;
    color: #df7903;
    font-size: 32px;
    font-weight: bold;
    width: 14%;
    height: 8%;
    border-radius: 12px;
    float: right;
    position: absolute;
    cursor: pointer;
}

.egg_html {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
}

.break_egg_div {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.break_egg_div img {
    width: 100%;
}

.break_egg_span {
    position: absolute;
    top: 54.5%;
    left: 50.1%;
    font-size: 39px;
    color: yellow;
}

.over_pop {
    display: none;
    width: 100%;
    height: 106%;
    background: url(../images/pop_bg.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.Winning_pop {
    width: 41%;
    height: 42%;
    margin: 15% auto;
    background: url(../images/Winning_no.png) left bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.Winning_yes_pop {
    width: 41%;
    height: 55%;
    margin: 15% auto;
    background: url(../images/Winning_yes.png) left bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.Winning_close {
    background: url(../images/Winning_close.png) right top no-repeat;
    width: 4%;
    height: 8%;
    background-size: 100% auto;
    float: right;
    margin-right: 17%;
    cursor: pointer;
}

.Winning_ev_btn {
    width: 23%;
    height: 13%;
    position: absolute;
    left: 25%;
    bottom: 7%;
    cursor: pointer;
}

.Winning_goShop_btn {
    width: 25%;
    height: 13%;
    position: absolute;
    left: 51%;
    bottom: 7%;
    cursor: pointer;
}


/*
*幸运大转盘
*2017-05-02
*CZQ
*/

.lucky_turntable {
    width: 100%;
    text-align: left;
    position: relative;
}

.lucky_turntable img {
    width: 100%;
    height: 100%;
}

.lucky_bg {
    width: 951px;
    height: 288px;
    position: absolute;
    background: url("../images/xydzp_bg1.png") no-repeat;
    background-size: 951px 288px;
    bottom: 475px;
    left: 110px;
}

.winning,
.lucky_rule {
    position: absolute;
    width: 38%;
    height: 13%;
    right: 16%;
}

.winning {
    bottom: 36%;
}

.lucky_rule {
    bottom: 11%;
}

.inner {
    position: absolute;
    width: 35%;
    height: 41%;
    left: 50.3%;
    bottom: 11%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url(../images/turnplate-pointer_2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.outer img {
    width: 100%;
    height: 100%;
}

.lucky_box {
    width: 22.7%;
    height: 43.2%;
    position: absolute;
    bottom: 15%;
    left: 17%;
}

.inner_html {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.chance_num {
    position: absolute;
    bottom: 25px;
    left: 196px;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

.chance_num_span {
    position: absolute;
    left: 29%;
    bottom: 14%;
    color: yellow;
    font-size: 34px;
}

.winning_title,
.rule_title {
    width: 5%;
    position: absolute;
    top: 5%;
    left: 0%;
    color: #ffffff;
    font-size: 16px;
}

.bd ul,
.bd ul li {
    float: left;
    width: 100%;
}

.winning_li_info,
.winning_li_info1 {
    width: 50%;
    color: #ffffff;
    font-size: 13px;
    float: left;
    margin-bottom: 8px;
    cursor: pointer;
    height: 100%;
}

#winning_div {
    width: 92%;
    height: 100%;
    position: absolute;
    top: 6%;
    right: 1%;
}

.lucky_indent {
    width: 92%;
    height: 100%;
    position: absolute;
    top: 1%;
    right: 1%;
    color: #fff;
    text-align: left;
    white-space: normal;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.lucky_indent::-webkit-scrollbar {
    background-color: transparent;
}

.lucky_indent::-webkit-scrollbar-track {
    background-color: transparent;
}

.lucky_indent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.Pop_inner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900;
}

.lucky_turntable_div {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.winning_li_info {
    text-align: left;
}

.winning_li_info1 {
    text-align: right;
}

.mg_l2 {
    width: 6%;
    height: 50%;
    display: inline-block;
}


/*
*刮奖卡
*2017-05-02
*CZQ
*/

.scratch_card {
    width: 100%;
    min-width: 1250px;
    height: 100%;
    text-align: left;
    position: relative;
}

.scratch_card_div {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.scratch_card_div img {
    width: 100%;
}

.gyg_zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 900;
}

.gyg_btn {
    background: url("../images/gyg_spanIco.png") no-repeat;
    background-size: 100% auto;
    width: 40%;
    height: 27.7%;
    position: absolute;
    left: 29%;
    bottom: 35%;
    z-index: 2;
    cursor: pointer;
}

.scratch_card_span {
    position: absolute;
    bottom: 42%;
    left: 27.5%;
    font-size: 1.5rem;
    width: 18.5%;
    color: #fff;
    font-weight: 500;
}

.ggl {
    position: absolute;
    width: 24.6%;
    height: 21.5%;
    margin: -13px auto;
    background-size: 100% 100%;
    left: 24.8%;
    bottom: 14%;
}

.canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 82px;
    text-align: center;
    z-index: 2;
}

.info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/scratch_0.png") no-repeat;
    background-size: 100% auto;
}

.info1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/scratch_1.png") no-repeat;
    background-size: 100% auto;
}

.scratch_btn {
    position: absolute;
    width: 27%;
    height: 20%;
    background: url("../images/once_more.png") no-repeat;
    background-size: 73% auto;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    z-index: 1;
    left: 45%;
    top: 58%;
    cursor: pointer;
}

.scratch_btn1 {
    position: absolute;
    width: 27%;
    height: 20%;
    background: url("../images/kk.png") no-repeat;
    background: url("../images/kk.png") no-repeat;
    background-size: 100% auto;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    z-index: 1;
    left: 45%;
    top: 58%;
    cursor: pointer;
}

#no {
    display: none;
}

.rule {
    position: absolute;
    right: 22.8%;
    bottom: 38.6%;
    width: 20.6%;
    height: 13%;
    color: #630102;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rule_explain {
    position: absolute;
    right: 22.8%;
    bottom: 22%;
    width: 20.6%;
    height: 13%;
    color: #630102;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rule_record {
    position: absolute;
    right: 22.8%;
    bottom: 5%;
    width: 20.6%;
    height: 13%;
    color: #630102;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rule_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(239, 188, 193, .1);
}

.rule_scroll::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(239, 188, 193, .1);
}

.rule_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c90506;
}

.scratch_rule_title {
    text-align: center;
    font-size: .6rem;
    width: 1%;
    position: absolute;
    right: 43.8%;
    bottom: 38.6%;
    color: #630102;
    overflow: hidden;
}

.rule_title_explain {
    bottom: 22%;
}

.rule_title_record {
    bottom: 5.5%;
}

.rule_cent {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
}


/*抽奖弹窗*/

#minBox {
    margin: 150px auto;
    width: 524px;
    height: 453px;
    position: relative;
}

.topB {
    background: url(../images/cj.png) no-repeat;
    width: 524px;
    height: 373px;
    position: relative;
    overflow: hidden;
}

.topB_no {
    background: url(../images/cj2.png) no-repeat;
    width: 524px;
    height: 373px;
    position: relative;
    overflow: hidden;
}

#onBt {
    background: url(../images/bt.png) no-repeat;
    margin: 30px auto 0px;
    width: 162px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.Bx1 {
    width: 300px;
    margin: 300px auto 0px;
    text-align: center;
    position: relative;
    bottom: 0px;
    color: #5d0200;
    font-size: 22px;
}

.Bx2 {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #5d0200;
    font-size: 22px;
}

.logoS_img {
    width: 100%;
}


/*商品层*/

.d_padding4_div_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    font-size: 18px;
}

.d_padding4_div {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    font-size: 15px;
}

.d_padding4_div_price {
    color: #FF2822;
    font-size: 20px;
    margin-top: 8px;
}

.kcdicvsd1 {
    float: left;
    width: 140px;
    text-indent: 20px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kcdicvsd2 {
    float: left;
    width: 270px;
    text-align: 20px;
    height: 49px;
    line-height: 49px;
}

.kcdicvsd3 {
    width: 104px;
    height: 32px;
    border: 1px solid #DBDBDB;
    margin-top: 7px;
}

.kcdicvsd4 {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}

.kcdicvsd5 {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}

.kcdicvsd6 {
    float: right;
    width: 120px;
    height: 49px;
    background: #0396FF;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
}


/*首页销售排行*/

.newxsph2 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.comm_right_rx {
    width: 1248px;
    height: 334px !important;
    overflow: hidden;
}

.comm_right_rx ul {
    width: auto;
    height: 334px;
    float: left;
}

.comm_right_rx ul li {
    width: 188px;
    padding: 10px;
    height: 314px;
    float: left;
}


/*热词搜索*/

.keyword {
    height: 16px;
    line-height: 16px;
    float: left;
    width: 780px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    font-family: "思源黑体";
}

.keyword a:hover {
    color: #0396FF;
}

.keyword a {
    color: #000000;
    height: 16px;
    line-height: 16px;
    margin-right: 7px;
    padding: 0px 3px 0 6px;
}


/*浏览器不兼容弹出遮罩层css*/

.noJrCss1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    background-image: url('../images_b/tbg.png');
    pointer-events: none;
}

.noJrCss2 {
    width: 800px;
    height: 420px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    background-image: url('../images_b/tbg1.png');
}

.noJrCss5 {
    width: 400px;
    margin: 0 auto;
    margin-top: 55px;
}

.noJrCss6 {
    float: left;
    width: 200px;
    text-align: center;
}

.noJrCssImg1 {
    width: 58px;
    height: 52px;
    margin-top: 50px;
}

.noJrCssImg2 {
    width: 60px;
    height: 60px;
}

.noJrCssImg3 {
    width: 60px;
    height: 60px;
}

.noJrCss3 {
    font-size: 22px;
    color: #F8D10A;
    display: inline-block;
    margin-top: 10px;
}

.noJrCss4 {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

.noJrCss7 {
    font-size: 14px;
    color: #ffffff;
}


/*第三版首页CSS*/

.index_3_top {
    position: absolute;
    margin-left: -7px;
    width: 80px;
    height: 65px !important;
    border: solid 1px #ECECEC;
    text-align: center;
    z-index: 999;
    border-radius: 5px;
    margin-top: -30px;
    background-color: #ffffff;
    line-height: 0 !important;
    display: none;
}

.index_3_top_div1 {
    color: #8E8E8E;
}

.index_3_top_div2 {
    text-align: center;
    text-indent: 7px;
}

.btn_return {
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn_fedd {
    margin: 30px auto 10px auto;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.indent_new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*询价弹出层*/

.inquiryCss0 {
    background-image: url('../images_b/tbg.png');
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.inquiryCss1 {
    width: 794px;
    height: 505px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 150px;
    border-radius: 10px;
}

.inquiryCss2 {
    width: 794px;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 16px;
}

.inquiryCss3 {
    width: 794px;
    height: 40px;
    background-color: #f8f8f8;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    line-height: 40px;
    text-indent: 145px;
    font-size: 14px;
}

.inquiryCss4 {
    width: 794px;
    height: 100px;
    background-color: #ffffff;
    border-bottom: solid 1px #e6e6e6;
}

.inquiryCss4_1 {
    width: 772px;
    margin: 0 auto;
    margin-top: 15px;
}

.inquiryCss4_1_1 {
    float: left;
    width: 97px;
    text-align: center;
}

.inquiryCss4_1_1 img {
    width: 80px;
    height: 80px;
}

.inquiryCss4_1_2 {
    float: left;
    width: 289px;
}

.inquiryCss4_1_2_1 {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.inquiryCss5 {
    width: 794px;
    height: 165px;
    background-color: #ffffff;
}

.inquiryCss5_1 {
    width: 772px;
    margin: 0 auto;
    margin-top: 35px;
}

.inquiryCss5_1_1 {
    float: left;
    width: 80px;
    margin-top: 5px;
    font-size: 14px;
}

.inquiryCss5_1_2 {
    float: left;
}

.inquiryCss5_1_2 textarea {
    width: 664px;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #dadada;
    border-radius: 5px;
    resize: none;
}

.inquiryCss6 {
    text-align: center;
    margin-top: 20px;
}

.inquiryCss6_buttom {
    width: 120px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border: none;
}

.spxsjSpanCss {
    width: 130px;
    float: left;
}

.spxsjSpanCss120 {
    width: 120px;
    float: left;
}


/*浏览器不兼容弹出遮罩层css*/

.noJrCss1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    background-image: url('../images_b/tbg.png');
    pointer-events: none;
}

.noJrCss2 {
    width: 800px;
    height: 420px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    background-image: url('../images_b/tbg1.png');
}

.noJrCss5 {
    width: 400px;
    margin: 0 auto;
    margin-top: 55px;
}

.noJrCss6 {
    float: left;
    width: 200px;
    text-align: center;
}

.noJrCssImg1 {
    width: 58px;
    height: 52px;
    margin-top: 50px;
}

.noJrCssImg2 {
    width: 60px;
    height: 60px;
}

.noJrCssImg3 {
    width: 60px;
    height: 60px;
}

.noJrCss3 {
    font-size: 22px;
    color: #F8D10A;
    display: inline-block;
    margin-top: 10px;
}

.noJrCss4 {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

.noJrCss7 {
    font-size: 14px;
    color: #ffffff;
}

.imgBlur {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.newForm_3-3 {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
}

.newForm_3-3-content {
  padding: 10px;
  display: flex;
  align-items: center;

}

.newForm_3-3-content_img {
  width: 120px;
  height: 120px;
  border-radius: 4px 4px 4px 4px;
}
