/* reset.css开始 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

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

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

object, embed {
    vertical-align: top;
}

hr, legend {
    display: none;
}

img, abbr, acronym, fieldset {
    border: 0;
}

ul li {
    list-style-type: none;
}

a, label {
    cursor: pointer;
}

img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input, textarea, select {
    outline: none;
    border: 1px solid #bfbfbf;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 400px #FFFFFF inset;
}

th {
    font-weight: 400;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

textarea {
    border: 1px solid #ccc;
    resize: none;
    outline: none;
    overflow: hidden;
    padding: 5px;
}

select {
    outline: none;
}

body {
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
    font-size: 14px;
    background: #f2f2f2;
    color: #4d4d4d;
    line-height: 1.4;
    word-break: break-all;
}

a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link, a:visited, a:hover, a:active {
    color: #4d4d4d;
    text-decoration: none;
}

.clear_both:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.chunk_relative {
    position: relative;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.inner {
    min-width: 1170px;
}

.inner_center {
    min-width: 1170px;
    margin: 0 auto;
}

.mb14 {
    margin-bottom: 14px;
}
.mt14 {
    margin-top: 14px;
}

.false_hints {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
}

.false_hints p {
    background: url(../img/bg-opacity_b.png) repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.justify_chunk {
  text-align: justify;
}
.justify_chunk:after {
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 0;
}
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.txt_center {
    text-align: center;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
/* 滚动条开始 */
/*chrome浏览器下滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*IE下滚动条样式*/
* {
    scrollbar-base-color: #A4ACB0;
    scrollbar-arrow-color: #A4ACB0;
    scrollbar-shadow-color: #A4ACB0;
    /*scrollbar-3dlight-color: transparent;*/
    /*scrollbar-highlight-color: transparent;*/
    /*scrollbar-track-color: transparent;*/
}

*:hover {
    scrollbar-base-color: #BBC4C9;
    scrollbar-arrow-color: #BBC4C9;
    scrollbar-shadow-color: #BBC4C9;
}

/* 滚动条结束 */
.com-opacity {
    -moz-transition: opacity .6s; /* Firefox 4 */
    -webkit-transition: opacity .6s; /* Safari and Chrome */
    -o-transition: opacity .6s; /* Opera */
    -ms-transition: opacity .6s; /* Opera */
    transition: opacity .6s;
}

.com-opacity:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.com-hover-color:hover {
    color: #ff7500 !important;
}

.com-theme-color {
    color: #ff461f !important;;
}

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

.com-btn {
    background-color: #ff7500;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.com-no-num {
    height: 320px;
    background: url(../img/no-num.png) no-repeat center 70px #fff;
}

.com-no-num p {
    text-align: center;
    padding-top: 240px;
}

.com-none {
    display: none !important;
}

.com-block {
    display: inline-block !important;
}

/* reset.css结束 */

/* 公共头部开始*/
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e7e7eb;
    background: #fff;
    padding: 0 14px 0 0;
    z-index: 90;
}

#header h1 {
    font-size: 20px;
	padding-left: 14px;
}

#header .header_info li {
    float: left;
    margin-left: 26px;
}

#header .header_info li a {
    display: block;
    position: relative;
}

#header .header_info li a i {
    padding: 1px 5px;
    background: url(../img/bg-icon.png) -103px 8px no-repeat;
    margin-left: 5px;
}

#header .header_info li a span {
    position: absolute;
    top: 10px;
    right: -10px;
    display: block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background: #ff461f;
    border-radius: 40px;
    text-indent: 0;
    font-size: 12px;
}

#header .bulletin, #header .notice,#header .top_qr {
    text-indent: -99999px;
    width: 16px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#header .top_qr {
	width: 19px;
	background: url(../img/bg-icon.png) -134px -293px no-repeat;
}
#header .top_qr:hover {
	width: 19px;
	background: url(../img/bg-icon.png) -173px -293px no-repeat;
}
#header .bulletin {
    background: url(../img/bg-icon.png) 0 20px no-repeat;
}

#header .bulletin:hover,#header .bulletin.active {
    background: url(../img/bg-icon.png) -22px 20px no-repeat;
}

#header .notice {
    background: url(../img/bg-icon.png) -49px 20px no-repeat;
}

#header .notice:hover {
    background: url(../img/bg-icon.png) -76px 20px no-repeat;
}

#header .hover_show {
    position: absolute;
    top: 56px;
    left: -24px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -webkit-box-shadow: 0 0 55px -14px #92b2d9;
    -moz-box-shadow: 0 0 55px -14px #92b2d9;
    box-shadow: 0 0 55px -14px #92b2d9;
    display: none;
}
#header .hover_show.left120 {
    left: -120px;
}
#header .header_info li:hover .hover_show {
    display: block;
}

#header .hover_show i {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    height: 10px;
    width: 10px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .hover_show a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 58px;
    padding: 0 23px;
    z-index: 11;
}

#header .hover_show a:hover {
    background: #f2f2f2;
}

#header .login_user a {
    min-width: 85px;
}

#header .login_user .hover_show {
    left: -29px;
}

#header .login_user .hover_show a {
    width: 78px;
}

#header .header_info li .hover_show a span {
    position: static;
    top: auto;
    right: auto;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1;
    background: #ff461f;
    border-radius: 0;
    padding: 1px 8px;
    margin-right: 3px;
}

#header .header_info li .hover_show a span.icon_login_user_01 {
    background: url(../img/bg-icon.png) -123px 2px no-repeat;
}

#header .header_info li .hover_show a span.icon_login_user_02 {
    background: url(../img/bg-icon.png) -148px 1px no-repeat;
}

#header .header_info li .hover_show a span.icon_login_user_03 {
    background: url(../img/bg-icon.png) -174px 1px no-repeat;
}

/* 公共头部结束*/

/* 公共侧栏开始*/
#aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 89;
    width: 120px;
    background: #fff;
}

#aside ul {
    padding: 90px 8px 0 8px;
}

#aside ul li {
    margin-bottom: 15px;
}

#aside ul li a {
    display: block;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
}

#aside ul li.active a, #aside ul li a:hover {
    background: url(../img/bg-aside.jpg) repeat-y;
    -webkit-box-shadow: 0 0 55px -14px #92b2d9;
    -moz-box-shadow: 0 0 55px -14px #92b2d9;
    box-shadow: 0 0 55px -14px #92b2d9;
    color: #fff;
}

#aside ul li a i {
    padding: 1px 9px;
    margin-right: 10px;
}

#aside ul li a.icon_01 i {
    background: url(../img/bg-icon.png) -198px 3px no-repeat;
}

#aside ul li.active a.icon_01 i, #aside ul li a.icon_01:hover i {
    background: url(../img/bg-icon.png) -226px 3px no-repeat;
}

#aside ul li a.icon_02 i {
    background: url(../img/bg-icon.png) -253px 3px no-repeat;
}

#aside ul li.active a.icon_02 i, #aside ul li a.icon_02:hover i {
    background: url(../img/bg-icon.png) -282px 3px no-repeat;
}

#aside ul li a.icon_03 i {
    background: url(../img/bg-icon.png) -308px 3px no-repeat;
}

#aside ul li.active a.icon_03 i, #aside ul li a.icon_03:hover i {
    background: url(../img/bg-icon.png) -333px 3px no-repeat;
}

#aside ul li a.icon_04 i {
    background: url(../img/bg-icon.png) -359px 3px no-repeat;
}

#aside ul li.active a.icon_04 i, #aside ul li a.icon_04:hover i {
    background: url(../img/bg-icon.png) 1px -43px no-repeat;
}

#aside ul li a.icon_05 i {
    background: url(../img/bg-icon.png) -25px -44px no-repeat;
}

#aside ul li.active a.icon_05 i, #aside ul li a.icon_05:hover i {
    background: url(../img/bg-icon.png) -51px -44px no-repeat;
}

#aside ul li a.icon_06 i {
    background: url(../img/bg-icon.png) -77px -43px no-repeat;
}

#aside ul li.active a.icon_06 i, #aside ul li a.icon_06:hover i {
    background: url(../img/bg-icon.png) -104px -44px no-repeat;
}
#aside ul li a.icon_07 i {
    background: url(../img/bg-icon.png) 0px -312px no-repeat;
}
#aside ul li.active a.icon_07, #aside ul li a.icon_07:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #4d4d4d;
}


#aside ul li a.icon_08 i {
    background: url(../img/left-bar/jinhuo.png) no-repeat;
}

#aside ul li.active a.icon_08 i, #aside ul li a.icon_08:hover i {
    background: url(../img/left-bar/jinhuo_act.png) no-repeat;
}
#aside ul li a.icon_09 i {
    background: url(../img/left-bar/shouhou.png) no-repeat;
}

#aside ul li.active a.icon_09 i, #aside ul li a.icon_09:hover i {
    background: url(../img/left-bar/shouhuo_act.png) no-repeat;
}



/* 公共侧栏结束*/
.fixed_app_wx {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 100;
}

.fixed_app_wx li {
    padding-bottom: 6px;
    padding-left: 12px;
}

.fixed_app_wx li a {
    display: block;
    background: #2f99fb;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.fixed_app_wx li a:hover {
    background: #68b5fc;
}

.fixed_app_wx li .show_qr {
    position: absolute;
    top: -36px;
    left: 0;
    width: 138px;
    height: 138px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -webkit-box-shadow: 0 0 55px -14px #92b2d9;
    -moz-box-shadow: 0 0 55px -14px #92b2d9;
    box-shadow: 0 0 55px -14px #92b2d9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fixed_app_wx li:hover .show_qr {
    left: -140px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fixed_app_wx li .show_qr i {
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -7px;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    height: 10px;
    width: 10px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main {
    margin: 74px 0 0 134px;
    overflow: hidden;
    padding-right: 14px;
	min-width: 986px;
}

.pop_notice_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/bg-hold_black.png) repeat;
    z-index: 101;
    cursor: default;
    display: none;
}

.hold_notice {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 400px;
    background: #fff;
    z-index: 102;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hold_notice .tabs_btn {
    height: 60px;
    border-bottom: 1px solid #e7e7eb;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.hold_notice .tabs_btn li {
    float: left;
    width: 200px;
}

.hold_notice .tabs_btn li a {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
}

.hold_notice .tabs_btn li #current {
    color: #ff9900;
    border-bottom: 2px solid #ff9900;
}

.hold_notice_details {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
	width: 100%;
}

.hold_notice_details div {
    display: none;
    height: 95%;
	position: relative;
}
.hold_notice_details ul {
    height: 100%;
    overflow-y: scroll;
}
.hold_notice_details li {
    border-bottom: 1px solid #e7e7eb;
}

.hold_notice_details a {
    display: block;
    padding: 0 24px;
    color: #999;
    font-size: 12px;
    padding-bottom: 15px;
}
.hold_notice_details a.target_all_info {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #2f99fb;
}
.hold_notice_details .info_none {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.hold_notice_details a:hover {
    background: #f2f2f2;
}

.hold_notice_details a h3 {
    font-size: 14px;
    color: #666;
    padding: 17px 94px 17px 0;
    width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hold_notice_details a h3 span {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 12px;
    color: #999;
}

.hold_notice_details li.unread a h3 {
    font-weight: bold;
}

.hold_notice_details a h3 span {
    font-weight: normal;
}

.hold_notice_details a p {
    line-height: 1.6;
    word-break: break-all;
    max-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 公共右边内容开始*/
.user-address {
    line-height: 48px;
    margin-bottom: 20px;
    padding-left: 230px;
    color: #8d9298;
    background: #f7f8fa;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

/* 公共右边内容结束*/

/* 公共分页开始 */
.hold_index_page {
    text-align: center;
    padding: 24px 0 90px 0;
}

.index-page {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 10px;
}

.index-page .index-target {
    width: 25px;
    height: 14px;
    line-height: 14px;
    padding: 3px 5px;
    border-radius: 2px;
    vertical-align: middle;
}

.index-page .target {
    margin-right: 30px;
    color: #808080;
}

.index-page .page-main {
    float: right;
    margin-top: -10px;
}

.index-page .page-main li {
    /*display: none;*/
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
}

.index-page .page-main .block {
    display: block;
}

.index-page .page-main a {
    display: block;
    height: 100%;
    width: 37px;
    color: #c0c0c0;
    background: #fff;
    padding: 0;
}

.index-page .page-main a:hover,
.index-page .page-main .active {
    background-color: #ff7500;
    color: #fff;
}

.index-page .page-main .unable-page {
    cursor: not-allowed;
    background-color: #dedede;
}

.index-page .page-main .unable-page:hover {
    background-color: #dedede;
}

.index-page .page-main .prev,
.index-page .page-main .next {
    display: block;
    height: 9px;
    width: auto;
    padding: 13px 14px 15px 15px;
    background: #fff;
}

.index-page .page-main .prev-i,
.index-page .page-main .next-i {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #c0c0c0;
    border-bottom: 6px solid transparent;
}

.index-page .page-main .next-i {
    border-top: 6px solid transparent;
    border-right: none;
    border-left: 8px solid #c0c0c0;
    border-bottom: 6px solid transparent;
}

/* 公共分页结束 */

/*公共提示弹出框开始*/
.pop-box .pop-bg, .pop-box_a .pop-bg, .pop-custom .pop-bg {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.pop-box .pop-main, .pop-custom .pop-main {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 380px;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 30px;
}

.pop-box .pop_icon {
    text-align: center;
    padding: 30px 0 20px 0;
}

.pop-box .close, .pop-box_a .close, .pop-custom .close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat 0 -1450px;
}

.pop-box .pop-h2, .pop-box_a .pop-h2 {
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    padding: 0px 20px;
}

.pop-box .tip-main, .pop-box_a .tip-main_a {
    min-height: 40px;
    margin-top: 5px;
    padding: 0 20px;
    color: #333;
    text-align: center;
    word-break: break-all;
}

.pop-box .tip-main img, .pop-box_a .tip-main_a img {
    float: left;
    margin: 0 5px 0 26px;
}

.pop-box .tip-main .tip-mian-con, .pop-box_a .tip-main_a .tip-mian-con {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    line-height: 1;
}

.pop-box .make-box, .pop-box_a .make-box {
    text-align: center;
}

.pop-box .sure,
.pop-box .cancel {
    display: inline-block;
    width: 90px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #ff9900;
    color: #fff;
}

.pop-box .cancel {
    display: none;
    width: 82px;
    margin-left: 20px;
    color: #808080;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #808080;
    box-shadow: none;
}

.pop-box .know {
    display: inline-block;
    width: 82px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #808080;
    color: #808080;
    background-color: #fff;
    box-shadow: none;
}

.pop-box .cancel.ml0 {
    margin-left: 0;
}

/*公共提示弹出框结束*/

/*公共右边栏开始*/
.sidebar-box {
    position: fixed;
    right: 17px;
    bottom: 10px;
    width: 40px;
    z-index: 1000;
    background-color: #58a5dd;
    border-radius: 3px;
    overflow: hidden;
}

.sidebar-box li {
    height: 40px;
}

.sidebar-box a {
    display: block;
    height: 40px;
}

.sidebar-box .sp {
    background: #58a5dd url(../img/icon.png) no-repeat 9px -1510px;
}

.sidebar-box .co {
    background: #58a5dd url(../img/icon.png) no-repeat 11px -1566px;
}

.sidebar-box .kf {
    background: #58a5dd url(../img/icon.png) no-repeat 11px -1627px;
}

.sidebar-box .go-top {
    background: #58a5dd url(../img/icon.png) no-repeat 11px -1682px;
}

.sidebar-box .go-top1 {
    background: #58a5dd url(../img/icon.png) no-repeat 11px -1682px;
}

.sidebar-box span {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    padding: 6px 8px 0;
    width: 24px;
    height: 36px;
    color: #4d4d4d;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    background-color: #f2f2f2;
    -moz-transition: opacity .3s; /* Firefox 4 */
    -webkit-transition: opacity .3s; /* Safari and Chrome */
    -o-transition: opacity .3s; /* Opera */
    -ms-transition: opacity .3s; /* Opera */
    transition: opacity .3s;
    word-break: break-all;
}

.sidebar-box a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*公共右边栏结束*/

/*二级公共头部开始*/
.com-header {
    line-height: 50px;
    background-color: #e3eff5;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.com-header li {
    float: left;
    margin: 0 10px;
}

.com-header a {
    display: block;
    color: #4d4d4d;
    position: relative;
}

.com-header .active,
.com-header a:hover {
    color: #ff9900;
}

.com-header a i.bottom_line {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-top: 2px solid #ff9900;
    width: 36px;
    margin-left: -18px;
    display: none;
}

.com-header .active i.bottom_line, .com-header a:hover i.bottom_line {
    display: block;
}

/*二级公共头部结束*/

/*公共搜索开始*/
.com-search {
    position: relative;
    width: 480px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 34px;
}

.com-search input {
    width: 438px;
    height: 30px;
    padding: 0 0 0 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    vertical-align: top;
}

.com-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(../img/bg-icon.png) -308px -99px no-repeat #ff9900;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*公共搜索结束*/

/*公共加载框开始*/
.pop-run {

}

.pop-run .run-bg {
    position: fixed;
    z-index: 1011;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.pop-run .run-main {
    position: fixed;
    z-index: 1012;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 250px;
    height: 40px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
}

.run-main img {
    width: 30px;
}

.run-main span {
    width: 200px;
    height: 50px;
    word-break: break-all;
    vertical-align: middle;
    line-height: 40px;
}

/*公共加载框结束*/

/*锁定库存开始*/
.inventory-lock {

}

.inventory-lock .lock-bg {
    position: fixed;
    z-index: 600;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.inventory-lock .lock-main {
    position: fixed;
    z-index: 601;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 496px;
    height: 300px;
    border-radius: 4px;
}

.inventory-lock .close {
    float: right;
    margin: 6px 6px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat 0 -1450px;
}

.inventory-lock .pop-h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.inventory-lock .lock-items-box {
    width: 400px;
    margin: 20px auto;
}

.inventory-lock .lock-item {
    float: left;
    width: 50%;
}

.inventory-lock .lock-item1,
.inventory-lock .lock-item2 {
    margin: 0 auto 5px;
    width: 400px;
}

.inventory-lock .lock-item dt,
.inventory-lock .lock-item dd,
.inventory-lock .lock-item1 dt,
.inventory-lock .lock-item1 dd,
.inventory-lock .lock-item2 dt,
.inventory-lock .lock-item2 dd {
    float: left;
    margin-bottom: 10px;
}

.inventory-lock .lock-item1 dt {
    margin-right: 15px;
}

.inventory-lock .lock-item2 dt {
    margin: 6px 15px 0 0;
}

.inventory-lock .lock-item dd {
    width: 98px;
}

.inventory-lock .choose-item {
    margin-right: 10px;
}

.inventory-lock .lock-num {
    width: 180px;
    height: 30px;
    border-radius: 4px;
    padding: 2px 2px 2px 10px;
}

.inventory-lock .make-box {
    text-align: center;
}

.inventory-lock .sure,
.inventory-lock .cancel {
    display: inline-block;
    width: 84px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #ff7700;
    color: #fff;
    box-shadow: 2px 4px 8px #ffc592;
}

.inventory-lock .cancel {
    margin-left: 20px;
    color: #808080;
    background-color: #fff;
    border: 1px solid #808080;
    box-shadow: none;
}

.inventory-lock .deduct-money {
    color: #fb8779;
    margin-left: 4px;
}

.inventory-lock .rule-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 0 10px;
}

.inventory-lock .rule-box:hover .rule-main {
    display: block;
}

.inventory-lock .rule-logo {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/icon2.png) no-repeat 0 -767px;
}

.inventory-lock .rule-main {
    display: none;
    position: absolute;
    z-index: 10001;
    left: -210px;
    top: 36px;
    width: 428px;
    height: 107px;
    background: #fff;
    box-shadow: 0 0 12px #d2d2d2;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.inventory-lock .rule-main:after {
    content: '';
    position: absolute;
    left: 210px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
}

.inventory-lock .rule-main i {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fa6f5c;
}

.inventory-lock .rule-main strong {
    color: #fa6f5c;
}

/*锁定库存结束*/

/*商品弹出详细框开始*/
.pop-goods {

}

.pop-goods .goods-bg {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.pop-goods .goods-main {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -285px 0 0 -395px;
    width: 789px;
    height: 570px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px #999;
    -moz-box-shadow: 5px 5px 10px #999;
    box-shadow: 5px 5px 10px #999;
}

.pop-goods .close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat 0 -1450px;
}

.pop-goods .pop-h2 {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.pop-goods .arrow-left,
.pop-goods .arrow-right {
    position: absolute;
    z-index: 10;
    top: 260px;
    left: -20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url(../img/icon.png) no-repeat 0 -3156px;
}

.pop-goods .arrow-right {
    left: 768px;
    background-position: 0 -3286px;
}

.pop-goods .swiper-slide {
    width: 569px;
}

.pop-goods .img-box {
    position: relative;
    float: left;
    width: 240px;
    height: 240px;
    border: 1px solid #dae6e6;
    overflow: hidden;
}

.pop-goods .img-box img {
    width: 100%;
}

.pop-goods .goods-params {
    float: right;
    width: 373px;
}

.pop-goods .goods-params dl {
    float: left;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 2;
    color: #666;
}

.pop-goods .goods-params dt,
.pop-goods .goods-params dd {
    float: left;
}

.pop-goods .left-item {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-item {
    width: 200px;
}

.pop-goods .goods-make {
    float: left;
    margin-top: 7px;
    padding-left: 32px;
}

.pop-goods .goods-make li {
    float: left;
    margin-right: 7px;
}

.pop-goods .goods-make a {
    display: block;
    padding: 2px 6px;
    color: #bebebe;
    border: 1px solid #bebebe;
    text-align: center;
    border-radius: 3px;
}

.pop-goods .goods-make a:hover {
    background-color: #ff7700;
    color: #fff;
    border: 1px solid #ff7700;
}

.pop-goods .goods-make .pad {
    padding: 2px 10px;
}

.pop-goods .goods-explain {
    width: 645px;
    margin: 20px auto 0;
    height: 160px;
    overflow-y: auto;
    border: 1px solid #dae6e6;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 2;
}

.pop-goods .goods-explain h3 {
    font-size: 12px;
    font-weight: 400;
}

.pop-goods .swiper-container {
    width: 100%;
    height: 475px;
}

.pop-goods .goods-content {
    width: 645px;
    margin: 0 auto;
}

.pop-goods .big-img {
    display: block;
    max-width: 475px;
    max-height: 475px;
    margin: 0 auto;
}

.pop-goods .down-img {
    position: relative;
}

.pop-goods .goods-make .down-img a {
    background-color: #b3b3b3;
    color: #fff;
}

.pop-goods .recharge-tips {
    display: none;
    position: absolute;
    left: -40px;
    top: 35px;
    width: 150px;
    line-height: 27px;
    border: 1px solid #ff7700;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
}

.pop-goods .recharge-tips:after {
    content: '';
    position: absolute;
    left: 70px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ff7700;
}

.pop-goods .down-img a:hover {
    border: 1px solid #b3b3b3;
}

.pop-goods .down-img:hover .recharge-tips {
    display: block;
}

.no-collection,
.has-collection {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background: #ccc url(../img/img-star.png) no-repeat 6px 6px;
}

.has-collection {
    background: #ccc url(../img/img-star.png) no-repeat 6px -14px;
}

.pop-goods .goods-explain-tab {
    height: 33px;
    border-bottom: 1px solid #dae6e6;
}

.pop-goods .goods-explain-tab a {
    float: left;
    width: 83px;
    line-height: 33px;
    color: #808080;
    text-align: center;
    border-right: 1px solid #dae6e6;
    border-bottom: 1px solid #dae6e6;
}

.pop-goods .goods-explain-tab .active {
    border-bottom: 1px solid #fff;
    color: #ff6a00;
}

.pop-goods .goods-explain-main {
    padding: 15px;
    height: 95px;
    overflow-y: auto;
}

.pop-goods .intercept-time {
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
}

/*商品弹出详细框结束*/
.swiper-container {
    cursor: text !important;
}

/*弹窗必选协议*/
.pop-main_a {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 380px;
    background-color: #fff;
}

.mandatory_agreement {
    display: none;
}

.mandatory_agreement .pop-main_a {
    width: 495px;
    height: 455px;
	border-radius: 5px;
	color: #808080;
}

.mandatory_agreement .tip-main_a {
    min-height: inherit;
	font-size: 16px;
	margin: 30px 0;
	color: #808080;
}

.mandatory_agreement .tip-main_a img {
    margin-left: 10px;
}

.mandatory_agreement .tip-main_a .tip-mian-con {
    width: 86%;
}

.mandatory_agreement .mandatory_tip {
    padding: 0 40px 40px 40px;
    font-size: 12px;
    text-indent: 24px;
    line-height: 1.6;
}

.mandatory_agreement .check_agreement {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.mandatory_agreement .check_agreement input {
    vertical-align: middle;
    margin-right: 8px;
}

.mandatory_agreement .check_agreement p {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ff461f;
    display: none;
}

.mandatory_agreement .check_agreement a:link, .mandatory_agreement .check_agreement a:visited, .mandatory_agreement .check_agreement a:active {
    color: #2c8fd3;
}

.mandatory_agreement .check_agreement a:hover {
    color: #ff7700;
}

.agreement_turn {
    display: inline-block;
    width: 90px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
}
.agreement_turn:link,.agreement_turn:visited,.agreement_turn:hover,.agreement_turn:active {
    color: #fff;
}

.agreement_sure {
    background-color: #ff7700;
}

.agreement_no {
  background: #b3b3b3;
}

.agreement_cancel {
    display: inline-block;
    width: 88px;
    margin-left: 20px;
    color: #808080;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

.mand_a_pop {
    display: none;
}

.mand_a_pop .pop-main_a {
    width: 735px;
    height: 480px;
	border-radius: 5px;
}
.mand_a_pop .pop-main_a .pop-h2 {
	margin-top: 20px;
	font-size: 18px;
}
.mand_a_pop .bar-wrap {
    position: relative;
    width: 660px;
    height: 290px;
    margin: 10px 25px;
    padding: 10px;
    overflow-y: auto;
}

.mand_a_pop .bar-wrap h3 {
    line-height: 2.6;
}

.mand_a_pop .bar-wrap p {
    line-height: 1.8;
    text-indent: 24px;
}

.mand_a_pop .agree {
    display: block;
    width: 300px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    line-height: 2.1;
    text-align: center;
    background-color: #f05b19;
    border-radius: 5px;
    margin: 30px auto 0;
}

.mand_a_pop .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.category_classify {
    background: #fff;
    /* margin-top:20px; */
    padding-left: 20px;
}

.category_classify li {
    float: left;
    height: 36px;
    line-height: 36px;
    /*width: 57px;*/
    text-align: center;
    margin-right: 25px;
}

.category_classify li a {
    display: block;
    position: relative;
    min-width: 56px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
}

/* .category_classify li a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    border-top: 2px solid #ff9900;
    width: 36px;
	margin-left: -18px;
    display: none;
} */

.category_classify li a:hover, .category_classify li a.active {
    color: #FE9900;
}

/* .category_classify li a:hover i, .category_classify li a.active i {
    display: block;
} */
.category_classify li.float_right {
  float: right;
  margin-right: 0;
  padding-top: 9px;
  height: auto;
  line-height: inherit;
}
.category_classify li.float_right a {
  min-width: auto;
}
.category_classify li.float_right input {
  width: 193px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border-top: 1px solid #d2d6df;
  border-bottom: 1px solid #d2d6df;
  border-left: 1px solid #d2d6df;
  border-right: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.category_classify li.float_right a {
  display: block;
  font-size: 12px;
}
.category_classify li.float_right .click_search {
  width: 60px;
  height: 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: url(../img/bg-icon.png) -308px -99px no-repeat #ff9900;
}
.goods_list_search {
	width: 100%;
	height: 40px;
	margin: 35px 0 17px 0;
	display: flex;
	justify-content: flex-end;
}
.goods_list_search input {
  width: 600px;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  border-top: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  border-left: 1px solid #FF9900;
  border-right: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 12px;
}
.goods_list_search a {
  display: block;
  font-size: 12px;
}
.goods_list_search .click_search {
  width: 32px;
  height: 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: url(../img/bg-icon.png) -308px -95px no-repeat #ff9900;
}
.bubble_hold .bubble_hints {
    position: absolute;
    top: 23px;
    left: -113px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 0 30px 0 #b7b7b7;
    -moz-box-shadow: 0 0 30px 0 #b7b7b7;
    box-shadow: 0 0 30px 0 #b7b7b7;
    background: #fff;
    display: none;
}

.bubble_hold:hover .bubble_hints {
    display: block;
}

.bubble_hold .bubble_hints i {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    height: 10px;
    width: 10px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*共通地址弹出*/
.pop_modify_address .pop-main {
  width: 580px;
  padding: 0 40px 38px 40px;
}
.pop_modify_address .pop-h2 {
  text-align: center;
  color: #808080;
  font-size: 16px;
  padding: 29px 0 35px 0;
}
.pop_modify_address .mr27 {
  margin-right: 27px;
}
.pop_modify_address dl {
  padding-bottom: 19px;
}
.pop_modify_address dl.pb0 {
  padding-bottom: 0;
}
.pop_modify_address dt,.pop_modify_address dd {
  height: 36px;
  line-height: 36px;
}
.pop_modify_address dt {
  padding-right: 16px;
  width: 60px;
  font-size: 12px;
  text-align: right;
}
.pop_modify_address dt span {
  color: #ff461f;
  font-size: 14px;
  margin-right: 5px;
}
.pop_modify_address input {
  width: 188px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d2d6df;
  border-radius: 5px;
  padding-left: 10px;
}
.pop_modify_address dd {
  position: relative;
}
.pop_modify_address dd select {
  width: 160px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d2d6df;
  border-radius: 5px;
  margin-right: 5px;
}
.pop_modify_address dd.last {
  width: 505px;
  margin-right: -20px;
  height: auto;
  padding-bottom: 16px;
  position: relative;
}
.pop_modify_address .modify_address_idCard dl {
  display: flex;
  color: #B3B3B3;
  font-size: 12px;
  align-items: center;
  width: 100%;
}
.pop_modify_address .modify_address_idCard dl .idCard-row,.modify_address_idCard dl .idCard-row {
  width: 108px;
  margin-right: 16px;
  text-align: center;
  position: relative;
  color: #B3B3B3;
}
.pop_modify_address .modify_address_idCard dl .idCard-row input, .pop_modify_address .modify_address_idCard dl .idCard-row #filePickerA, .pop_modify_address .modify_address_idCard dl .idCard-row #filePickerB{
  width: 108px;
  height: 72px;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modify_address_idCard dl .idCard-row input, .modify_address_idCard dl .idCard-row #filePickerA, .modify_address_idCard dl .idCard-row #filePickerB,.modify_address_idCard dl .idCard-row #filePickerC,.modify_address_idCard dl .idCard-row #filePickerD{
  width: 108px;
  height: 72px;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.idCard-delet {
  color: #FF461F;
  display: none;
  cursor: pointer;
  width: 108px;
  text-align: center;
    margin-right: 16px;
}
#filePickerA div, #filePickerB div, #filePickerC div,#filePickerD div{
  width: 108px;
  height: 72px;
}
.pop_modify_address .modify_address_idCard dl .idCard-row img {
  width: 108px;
  height: 72px;
}
.modify_address_idCard dl .idCard-row img {
  width: 108px;
  height: 72px;
}
.pop_modify_address dd.last textarea {
  width: 486px;
  height: 66px;
  margin-top: 16px;
  border-radius: 5px;
  border: 1px solid #d2d6df;
}
.pop_modify_address dd .error {
  position: absolute;
  bottom: -27px;
}
.pop_modify_address dd.last p {
  line-height: 1;
  position: absolute;
  bottom: 10px;
}
.pop_modify_address .pop_set_default {
  padding-left: 77px;
  width: 500px;
  font-size: 12px;
}
.pop_modify_address .pop_set_default input {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 12px;
}
.pop_modify_address .make-box {
  padding: 20px 0 0 77px;
}
.pop_modify_address .make-box a {
  display: block;
  width: 88px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 12px;
}
.pop_modify_address .make-box a.sure {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
}
/*商品类别筛选*/
.screen_list {
  background: #fff;
  padding: 0 20px;
}
.screen_list dl {
  border-bottom: 1px dashed #d2dce2;
}
.screen_list dl.last {
  border-bottom: none;
}
.screen_list dl dt,.screen_list dl dd,.sort_goods dl dt,.sort_goods dl dd {
  font-size: 12px;
  float: left;
  height: 44px;
  line-height: 44px;
}
.screen_list dl dd.height_auto {
  height: auto;
}
.screen_list dl.pt5 dt,.screen_list dl.pt5 dd {
  padding-top: 5px;
  height: 39px;
  line-height: 37px;
}
.screen_list dl dd a:link,.screen_list dl dd a:visited,.screen_list dl dd a:active {
  color: #666;
}
.screen_list dl dd a.active {
  color: #ff9900;
}
.screen_list dl dd a:hover,.sort_goods dl dd a:hover {
  color: #ff9900;
}
.screen_list dl dt,.sort_goods dl dt {
  color: #999;
  margin-right: 22px;
}
.screen_list dl dt.mr7 {
  margin-right: 7px;
}
.screen_list dl dd .all_brand {
  width: 840px;
  height: 44px;
  overflow: hidden;
}
.screen_list dl dd.show_more {
  position: absolute;
  right: 10px;
  top: 0;
}
.screen_list dl dd.show_more a:link,.screen_list dl dd.show_more a:visited,.screen_list dl dd.show_more a:active {
  color: #999;
}
.screen_list dl dd.show_more a:hover {
  color: #ff9900;
}
.screen_list dl dd.show_more i {
  padding: 1px 5px;
  background: url(../img/bg-icon.png) -25px -82px no-repeat;
  margin-left: 5px;
}
.screen_list dl dd.show_more .arrow_top i {
  background: url(../img/bg-icon.png) -46px -82px no-repeat;
}
.screen_list dl dd li,.sort_goods dl dd li {
  margin-right: 35px;
  float: left;
}
.screen_list dl dd li.mr10 {
  margin-right: 10px;
}
.screen_list dl dd li.pd1 {
  padding: 1px;
}
.sort_goods dl dd li.mr24 {
  margin-right: 24px;
}
.screen_list dl dd li .float_input,.sort_goods dl dd li .float_input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 135px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  padding-left: 10px;
  background: #fff;
  overflow: hidden;
}
.screen_list dl dd li .float_input:hover,.sort_goods dl dd li .float_input:hover {
  width: 198px;
  border: 1px solid #d2d6df;
  -webkit-box-shadow: 0 0 10px 0 #b7cde9;
  -moz-box-shadow: 0 0 10px 0 #b7cde9;
  box-shadow: 0 0 10px 0 #b7cde9;
}
.screen_list dl dd li .float_input a,.sort_goods dl dd li .float_input a {
  background: #ff9900;
  padding: 4px 6px;
  border-radius: 5px;
  margin-left: 10px;
}
.screen_list dl dd li .float_input a:link,.screen_list dl dd li .float_input a:visited,.screen_list dl dd li .float_input a:hover,.screen_list dl dd li .float_input a:active,.sort_goods dl dd li .float_input a:link,.sort_goods dl dd li .float_input a:visited,.sort_goods dl dd li .float_input a:hover,.sort_goods dl dd li .float_input a:active {
  color: #fff;
}
.width132 {
  width: 132px;
  height: 1px;
}
.screen_list dl dd .screen_category li {
  width: 96px;
  margin-right: 17px;
  text-align: center;
}
.screen_list dl dd .screen_category li a {
  border: 1px solid #fff;
  display: block;
  position: relative;
}
.screen_list dl dd .screen_category li:hover a {
  border: 1px solid #d2d6df;
  border-bottom: 1px solid #fff;
  z-index: 12;
  background: #fff;
}
.screen_list dl dd .screen_category ul {
  position: absolute;
  top: 38px;
  left: 0;
  background: #fff;
  border: 1px solid #d2d6df;
  z-index: 10;
  width: 335px;
  margin-right: -20px;
  padding: 5px 0 5px 13px;
  display: none;
}
.screen_list dl dd .screen_category li.chunk_relative:hover ul {
  display: block;
}
.screen_list dl dd .screen_category ul li {
  float: left;
  margin-right: 16px;
  line-height: 29px;
  width: 95px;
  text-align: left;
}
.screen_list dl dd .screen_category ul li a,.screen_list dl dd .screen_category li:hover ul li a {
  border: none;
}
.screen_list dl dd input,.sort_goods dl dd input {
  width: 44px;
  height: 22px;
  border: 1px solid #d2d6df;
  border-radius: 5px;
  padding-left: 10px;
}
.screen_list dl dd li i {
  padding: 1px 5px;
  background: url(../img/bg-icon.png) -25px -82px no-repeat;
  margin-left: 8px;
}
.more_brand_details {
  margin-left: 0;
  width: 856px;
  height: 150px;
  padding: 10px 0;
  font-size: 12px;
  overflow: hidden;
  background: #fff;
  display: none;
}
.screen_list dl dd .more_brand_details .brand_target li {
  margin-right: 0;
}
.more_brand_details .brand_target li a {
  display: block;
  padding: 0 8px;
  height: 23px;
  line-height: 23px;
}
.screen_list dl dd .brand_target li a.active:link,.screen_list dl dd .brand_target li a.active:visited,.screen_list dl dd .brand_target li a.active:active {
  color: #fff;
}
.brand_target li a.active {
  background: #ff9900;
  color: #fff;
  position: relative;
}
.brand_target li a.active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  height: 0;
  width: 0;
  margin: auto;
  border-top: 7px solid #ff9900;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: none;
}
.brand_detail_list {
  width: 716px;
  height: 110px;
  overflow-y: scroll;
  margin-top: 10px;
}
.screen_list dl dd .brand_detail_list li {
  width: 70px;
  margin: 0 15px 13px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.screen_list dl dd .brand_detail_list li a.active {
  color: #ff9900;
}
/*商品列表样式*/
.goods_list_details ul {
  margin-right: -24px;
}
.goods_list_details li {
  float: left;
  font-size: 12px;
  /* margin: 0 20px 16px 0; */
  position: relative;
  width: 234px;
  height: 334px;
}
.goods_list_details li a {
  display: block;
  padding: 12px;
  background: #fff;
  width: 210px;
  position: relative;
  border: 1px solid #E6E6E6;
}
.goods_list_details li a:hover {
  /* -webkit-box-shadow: 0 0 30px 0 #b7b7b7;
  -moz-box-shadow: 0 0 30px 0 #b7b7b7;
  box-shadow: 0 0 30px 0 #b7b7b7; */
  border: 1px solid #FE9900;
  z-index: 2;
}
.goods_list_details li a .goods_pic {
  border: 1px solid #fbfbfb;
  width: 208px;
  height: 208px;
  overflow: hidden;
}
.goods_list_details li a .goods_pic img {
  width: 100%;
}
.goods_list_details li a .goods_pic img.imgbox-icon {
    width: 92px;
}
.goods_list_details li a .goods_pic dl {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-hold_black.png) repeat;
  padding: 7px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.goods_list_details li a .goods_pic dl dt,.goods_list_details li a .goods_pic dl dd {
  float: left;
  color: #fff;   
}
.goods_list_details li a dt,.goods_list_details li a dd {
  float: left;
  color: #999;
  line-height: 1;
}
.goods_list_details li a h2 {
  font-size: 12px;
  color: #666;
  height: 16px;
  overflow: hidden;
}
.goods_list_details li a:hover h2 {
  height: auto;
  overflow: inherit;
}
.mt10 {
  margin-top: 10px;
}
.goods_list_details .goods_label {
  margin-right: 0;
}
.goods_list_details .goods_label li {
  border: 1px solid #ff4d00;
  border-radius: 3px;
  line-height: 14px;
  text-align: center;
  padding: 2px 0;
  margin: 0 4px 0 0;
  background: #ff4d00;
  color: #fff;
  width: auto;
  height: auto;
}
.goods_list_details .goods_label li.empty {
  background: none;
  color: #ff4d00;
}
.goods_list_details .corner_special_offer,.goods_list_details .corner_pre_sale {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #2f99fb;
  color: #fff;
}
.goods_list_details .corner_pre_sale {
  background: #a964f3;
}
.goods_list_details .corner_replenishment {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  background: url(../img/bg-icon.png) 0 -129px no-repeat;
}
/*注册、忘记密码头部*/
.simple_header {
  border-bottom: 1px solid #dedede;
  padding: 17px 0 13px 0;
  -webkit-box-shadow: 0 0 15px 0 #dedede;
  -moz-box-shadow: 0 0 15px 0 #dedede;
  box-shadow: 0 0 15px 0 #dedede;
  background: #fff;
}
.simple_header_inner {
  width: 980px;
  margin: 0 auto;
}
.simple_header_inner .sub_title {
  height: 44px;
  line-height: 44px;
  color: #ff9900;
  font-size: 18px;
}
.simple_header_inner a {
  display: block;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.simple_header_inner span {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1;
  padding: 13px 0 0 16px;
}
.simple_header_inner .target_login {
  height: 44px;
  line-height: 44px;
}
.simple_header_inner .target_login a {
  display: inline;
  border: none;
  padding: 0;
  color: #ff9900;
}
.simple_footer {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  color: #a6a6a6;
  font-size: 14px;
  padding: 38px 0 90px 0;
}
.simple_footer a {
  color: #a6a6a6;
}
/* 去掉谷歌自动补全input的黄色 */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.page_top {
  position: fixed;
  bottom: 160px;
  right: 10px;
  display: block;
  width: 30px;
  height: 28px;
  background: url(../img/bg-icon.png)  -212px -314px no-repeat;
  z-index: 10;
}

.screen_list_dd{
	height: auto !important;
	width: 910px;
}

/*表格渲染没有数据*/
.have-no-num {
  font-size: 16px;
  text-align: center;
}

/*flex布局*/
.flex {
  display: flex;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex.align_center {
  align-items: center;
}
.flex.space_between {
  justify-content: space-between;
}
.flex.wrap {
    flex-wrap: wrap;
}
/*图片弹框*/
.pop-box_img .pop-bg{
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
.pop-box_img .pop-main{
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 900px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.pop-box_img .pop-main img {
  width: 100%;
}
.pop-box_img .close{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  background: url(../img/icon.png) no-repeat 0 -1450px;
}

.header_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_new a{
  width: 179px;
  height: 44px;
}
.header_new ul {
    display: flex;
    flex-direction: row;
    color: #4D4D4D;
    font-size: 18px;
}
.header_new ul li {
    margin-left: 50px;
}
.header_new ul li a{
    border-right: unset;
    width: unset;
    height: unset;
}
.header_new_active {
    color: #FE9900 !important;
}
.header_new ul li a:visited {
    color: #4D4D4D;
}

.login_footer {
    background:#242220;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 245px;
    padding-top: 62px;
    box-sizing: border-box;
}
.login_footer_main {
    width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}
.login_footer_main_left {
    line-height: 20px;
}
.login_footer_font1 {
    font-size: 14px;
    opacity: 1;
}
.login_footer_font2 {
    font-size: 12px;
    opacity: 0.4;
}
.nyso-img {
    width: 235px;
    height: 53px;
    margin-top: 23px;
}
.borderBottom {
    border-bottom: 1px solid #FE9900;
    background: #fff;
}
.all_classify {
    width: 144px;
    height: 36px;
    line-height: 36px;
    background: #FE9900;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.all_classify_row {
    width: 144px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,.7);
    display: none;
}
.all_classify_row.showList {
    display: block;
}
.all_classify_row .all_classify_col {
    width: 100%;
    height: 44.5px;
    display: flex;
    align-items: center;
    
}
.all_classify_row .all_classify_col:hover {
    background: rgba(255,255,255,.2);
}
.all_classify_row .all_classify_col img {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 14px;
}
.outContain {
    width: 1170px;
    margin: 0 auto;
}


/*flex*/
.flex {
    display: flex;
}
.flex.column {
    flex-direction: column;
}
.flex.between {
    justify-content: space-between;
}
.flex.alignEnd {
    align-items: flex-end;
}