html {
    background: #F8F6F6;
}

body {
    position: relative;
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    background: transparent !important;
    font-size: 14px;
}

header .header-ads {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    height: 39.06px;
    background: var(--p-color);
    max-width: 100%;
    z-index: 100;
    transform: translateX(0);
}

section[role="leftMenu"]>ul li {
    height: 39.06px;
    line-height: 39.06px;
}

article[role="document"] section[role="content"] {
    max-width: 1201px;
    padding-top: 0;
    background-color: #f8f6f6;
}

article[role="document"] section[role="control"] {
    padding: 0;
    max-width: 100%;
    margin: 0 auto 20.02px;
}

article[role="document"] section[role="control"]>label, article[role="document"] section[role="control"]>form
    {
    display: block;
    max-width: 1201px;
    margin: 0 auto;
    background: #F3FBFF;
    border: 0;
}

article[role="document"] section[role="control"]>form {
    padding: 0.7em 0;
}

article[role="document"] section[role="control"]>label {
    background: #fff;
    margin: 15px auto 10px;
    height: 50px;
    line-height: 50px;
}

article[role="document"] section[role="control"]>label img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ui-title-operate {
    height: 50px;
    width: 50px;
    display: none;
}

aside[role="toolBar"] {
    display: none !important;
}

i {
    font-style: normal;
}

table.dbgrid {
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
}

.dbgrid tr {
    height: 50px;
    line-height: 1.8em;
}

.dbgrid tr span.text_mark {
    color: red;
    border: 1px solid;
    padding: 0 0.2em;
    margin: 0 0.3em;
    line-height: 1.1em;
}

.dbgrid th {
    border: 0;
    background: var(--p-color);
    color: #fff;
    padding: 0.5em 0;
    position: sticky !important;
    top: 0 !important;
    text-align: center;
    padding-left: .7em;
}

.dbgrid td {
    border: 0;
}

.dbgrid th:first-child, .dbgrid td:first-child {
    padding-left: 15px;
}

.dbgrid td[role="ImgUrl_"] {
    padding: 0 0.5em;
}

.dbgrid td[role="ImgUrl_"]>img {
    margin: 0.5em 0;
    height: 8em;
}

.dbgrid td[role="ImgUrl_"] a>img {
    margin: 0.5em 0;
    max-width: 60.06px;
    max-height: 60.06px;
}

.dbgrid td[role="Num_"]>input {
    padding: 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    width: 3em !important;
    margin: 0 0.5em;
}

.dbgrid td[role="Num_"]>botton {
    font-size: 1.2em;
    font-weight: bold;
}

article[role="document"] {
    padding-left: 0 !important;
    padding-top: 39.06px;
    padding-right: 0 !important;
    /*background: #fff;*/
    /*max-width: 1201px;*/
    /*margin: 0 auto;*/
}

.info-newStyle {
    padding: 0 !important;
    /* background: #fff; */
    max-width: 1201px;
    margin: 0 auto;
}

.mall_block {
    background: #fff;
    margin-bottom: 15px;
}

section[role="advertisement"] {
    display: none;
}

nav[role="mainMenu"] {
    max-width: 1201px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important;
    background: transparent;
    height: 39.06px;
    line-height: 39.06px;
}

nav[role="mainMenu"] section[role="rightMenu"], nav[role="mainMenu"] section[role="leftMenu"]
    {
    width: auto;
}

.navigation nav {
    border: 0;
}

header .navigation .menu:last-child a:hover {
    color: #ffffff;
}

nav[role="mainMenu"] section[role="rightMenu"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.7em;
}

section[role="rightMenu"]>ul li {
    padding: 0;
}

section[role="leftMenu"]>ul li a {
    color: #fff;
}

section[role="leftMenu"]>ul li span {
    color: #fff;
}

section[role="leftMenu"]>ul li a:visited {
    color: #fff;
}

section[role="rightMenu"]>ul li:last-child a {
    border: 0;
    padding-right: 0;
}

header .navigation .menu:last-child a {
    padding: 0 1em;
    border-right: 1px solid #fff !important;
    height: 1em;
    line-height: 1em;
    float: right;
    color: #fff;
}

header .navigation .menu:last-child a i {
    color: #4EC1F5;
}

header .navigation .menu:last-child a:last-child {
    margin-right: 0.7em;
    border-right: 0 !important;
}

header .navigation .menu:last-child a:hover {
    color: #fff;
}

header .navigation {
    min-width: 820px;
    max-width: 1201px;
    background: transparent;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu a {
    padding: 0.5em 0.35em;
    color: #101010;
}

.marque>.shopping-buy-parent {
    height: 39px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.buy-shopping {
    display: inline-block;
    background: #f7f7f7;
    width: 131px;
    text-align: center;
    border-radius: 4px;
    height: 39px;
    line-height: 39px;
    -webkit-border-radius: 4px;
    border: 1px solid;
    color: #999 !important;
    margin: 0 1.5em;
}

.buy-shopping>img {
    margin-top: -5px;
    margin-right: 0.5em;
    vertical-align: middle;
}

header .navigation .menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-title {
    font-size: 20.02px;
    top: 0;
    left: 400px;
    color: #333;
    padding: 11.62px 0;
}

.shopping-title>span {
    font-weight: bold;
}

.proSearch_block, .shopSearchBox {
    max-width: 1201px;
    width: 100%;
    height: 112px;
    line-height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    background: #fff;
}

.shopSearchBox form, .shopSearchBox .search_block, .proSearch_block .search_block
    {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.proSearch_block .hot_search, .shopSearchBox .hot_search {
    width: 100%;
    line-height: 84px;
}

.proSearch_block .hot_search>span, .shopSearchBox .hot_search>span {
    padding-right: 1em;
    color: #999;
    font-size: 14px;
}

.proSearch_block .hot_search>span>a, .shopSearchBox .hot_search>span>a {
    color: #999;
}

.shopSearchBox .block104, .proSearch_block .block104 {
    margin: 0;
    width: 390px;
    height: 40px;
}

.shopSearchBox .block104 span>input, .proSearch_block .block104 input {
    height: 40px;
    border: 2.24px solid var(--p-color);
    font-size: 14px;
    outline: none;
    border-radius: 28px;
    padding-left: 21px;
}

.shopSearchBox .block104 span>button, .proSearch_block .block104 button
    {
    width: 80px;
    height: 40px;
    background: var(--p-color);
    background: var(--p-color);
    font-size: 14px;
    border-radius: 0 28px 28px 0;
}

.hot_search span {
    cursor: pointer;
    display: inline-block;
    line-height: 14px;
    position: relative;
}

.hot_search span:hover {
    color: red;
}

.proSearch_logo>span {
    font-size: 1.5em;
    font-weight: bold;
    color: #2884cc;
    cursor: pointer;
    max-width: 280px;
    max-height: 112px;
    overflow: hidden;
    position: relative;
}

.proSearch_shoppingCart, .proSearch_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.proSearch_shoppingCart>img, .proSearch_logo>img {
    max-height: 80px;
    width: auto;
}

.proSearch_shoppingCart {
    min-width: 138px;
    height: 38px;
    background: rgba(249, 130, 71, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.proSearch_shoppingCart>img {
    width: 25px;
    margin-right: 5px;
}

.proSearch_shoppingCart>span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.classification_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    height: 60.2px;
}

.classification_content {
    width: 100%;
    min-width: 820px;
    background: #fff;
    padding: 0 10px;
}

.classification_content>div {
    width: 100%;
    min-height: 60.06px;
    line-height: 60.06px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.classification_content span {
    padding: 0 0.7em;
    text-align: center;
    cursor: pointer;
    /* width: 80.4px; 15*/
}

.tran_mo .classification_content span {
    width: 25%;
}

/* .classification_content span:nth-child(n+15){
	display: none;
} */
.classification_content span:hover {
    color: var(--p-color);
}

.classification_content span.active {
    color: var(--p-color);
    position: relative;
}

.classification_content span.active:after {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    display: inline-block;
    height: 1.96px;
    width: 70%;
    content: "";
    background: var(--p-color);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.userInfo_block {
    width: 100%;
    height: auto;
    padding: 1em 1.5em;
    background: #fff;
    height: 77.98px;
    line-height: 77.98px;
    padding: 0 29.96px;
    margin-bottom: 9.94px;
    margin-top: 1.96px;
}

.userInfo_block span {
    display: inline-block;
    margin-right: 28px;
}

.userInfo_block span:last-child {
    margin-right: 0;
    float: right;
}

.block_Img_Div {
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.block_Img_Div div[role="image"]>img {
    width: 4em;
    height: auto;
    margin-right: 0.7em;
}

.userInfo_block .block_Img_Div div[role="image"]>img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.block_Img_Div .blockRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.blockRight span {
    margin-right: 28px;
}

.receiving_address>span {
    color: #666;
    display: block;
    font-size: 1.1em;
}

.receiving_address .block_Img_Div {
    margin-left: 2.3em;
}

.function_list {
    width: 100%;
    padding: 1em 1.5em;
    background: #fff;
}

.function_list>label {
    font-size: 1.05em;
    font-weight: bold;
}

.function_list>div {
    width: 100%;
    padding: 0.7em 1em 0;
    background: #fff;
    margin-bottom: 1em;
}

.function_list>div>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em 0 0;
}

.function_list>div>div .block_Img_Div {
    width: 30%;
    border-right: 1px #666 dashed;
    cursor: pointer;
    margin-right: 3.3%;
    margin-bottom: 1.5em;
}

.function_list>div>div .block_Img_Div .blockRight span {
    color: #666;
}

.function_list>div>div .block_Img_Div .blockRight span img {
    margin-right: 0.5em;
}

.function_list>div>div .block_Img_Div .blockRight span:first-child {
    color: #000;
}

.function_list>div>div .block_Img_Div:nth-child(3n) {
    border: 0;
}

section[role="content"] section[role="sheetCard"] {
    background: #f8f8f8;
}

section[role="content"] section[role="sheetCard"] label {
    border-bottom: 1px solid #e6e6e6;
}

.selectSup .block301 {
    background: #fff;
    margin-bottom: 1em;
    border: 0;
    vertical-align: top;
}

.selectSup .block301 img[role='icon'] {
    border: 1px solid #e6e6e6;
}

footer[role="footer"] {
    height: 3.5em;
    position: fixed;
    max-width: 1201px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-top: 1px solid #f5f5f5;
}

.footer section[role="footerTools"], .footer section[role="footerButtons"]
    {
    height: inherit !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: flex-end !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.footer section[role="footerTools"]>a, .footer section[role="footerButtons"] a
    {
    background: transparent;
    color: #333;
    height: 3.5em;
    line-height: 3.5em;
}

form.search div {
    clear: both;
    display: inline-block;
}

form.search:after {
    content: "";
    display: block;
    clear: both;
}

section[role="footerButtons"] a.pay_delivery {
    height: 3.5em;
    line-height: 3.5em;
    background: #FF4200;
    color: #fff;
    width: 6em;
    text-align: center;
    font-weight: bold;
}

section[role="footerButtons"] a.online_payment {
    height: 3.5em;
    line-height: 3.5em;
    background: #dedede;
    color: #fff;
    width: 6em;
    text-align: center;
    font-weight: bold;
}

section[role="footerButtons"] a.order_cancel {
    height: 3.5em;
    line-height: 3.5em;
    background: #73C1EC;
    color: #fff;
    width: 6em;
    text-align: center;
    font-weight: bold;
    display: block;
}

section[role="footerButtons"] a i {
    margin-left: 0.5em;
    color: #FF4200;
    font-weight: bold;
}

.block401 .info button {
    background: url(../images/shoppingImages/addShopping.png) no-repeat
        scroll center center;
    background-size: 26.6px;
}

.contact_block {
    width: 100%;
    height: auto;
    padding: 1em;
    background: #fff;
    margin: 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
}

.contact_block>section {
    text-align: left;
    padding-top: 4.2em;
}

.contact_block>section li img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.contact_block>section li strong {
    color: #379AD0;
}

.contact_block>div {
    width: 60%;
}

.contact_block>div input {
    width: 50%;
    height: 2em;
    line-height: 2em;
    margin-bottom: 0.5em;
}

.order_info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    height: 50.96px;
    line-height: 50.96px;
    padding: 0 29.96px;
}

.order_info img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.order_info a {
    color: #999999;
}

.logistics_info {
    justify-content: initial;
    margin-top: 1.96px;
}

.logistics_info a {
    color: #2884cc !important;
}

.swiper_block {
    background: #f8f6f6;
    height: 400px;
}

.index_center_box {
    width: 100%;
    height: 400px;
    max-width: 1201px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.index_center_box .block601 {
    width: auto;
    height: 400px;
    overflow: hidden;
    flex: 1;
}

.index_center_box .swiper-slide img {
    height: 400px;
}

.class_block {
    width: 250px;
    height: 400px;
    background: #fff;
    z-index: 33;
    position: relative;
}

.class_block>span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--p-color);
    color: #fff;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.class_block>.block117 {
    width: 100%;
    height: 353px;
    overflow-y: auto;
}

/*滚动条样式*/
.class_block>.block117::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.class_block>.block117::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.class_block>.block117::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.class_block>.block117>span {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    float: left;
    color: #379AD0;
    border-top: 1px solid;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    cursor: pointer;
}

.class_block>.block117>span:hover {
    background: #f5f5f5;
}

.class_block>.block117>span:nth-child(2n) {
    border-left: 1px solid;
}

.class_block>.block117>span img {
    width: 28px !important;
    height: 28px;
    margin: 0 11px;
}

.classItem_block {
    display: none;
    position: absolute;
    top: 51px;
    right: -170px;
    width: 300px;
    height: 350px;
    background: #f5f5f5;
    padding: 15px;
}

.classItem_block>label {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.classItem_block>.block117>span {
    float: left;
    color: #666;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
    display: inline-block;
    width: 33.33%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classItem_block>.block117>span:last-child, .classItem_block>.block117>span:nth-child(3n)
    {
    border: 0;
}

.classItem_block>.block117>span:hover {
    color: #379AD0;
}

.news_block {
    width: 250px;
    height: 400px;
    background: #fff;
    z-index: 33;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
}

.news_block .news_more {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.news_block .news_more>span, .news_block .news_more>a {
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.news_block .news_more>a>img {
    margin-left: 5px;
    margin-top: -2px;
}

.news_list_block {
    width: 100%;
    height: 228.2px;
    padding-bottom: 5px;
    overflow: hidden;
}

.news_list_block .news_item>a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #666;
    cursor: pointer;
}

.credit_block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.credit_block>div {
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.credit_block>div>a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.credit_block>div:first-child {
    background: url("../images/shoppingImages/line.png") no-repeat right
        center scroll;
    background-size: 1px 70px;
}

.credit_block>div img {
    width: 60.06px;
    height: 60.06px;
    margin: 3px;
    height: 60.06px;
}

.credit_block>div span {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
}

.credit_block>div span i {
    position: absolute;
    top: 9.8px;
    right: 25.2px;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: var(--p-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    right: 25.2px;
}

.credit_block>div#creditBox span i {
    background: #E39905;
}

.serviceBox {
    width: 224px;
    height: auto;
    display: inline-block;
}

.serviceBox>div>span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--p-color);
    line-height: initial !important;
}

.serviceBox>div>span:first-child {
    color: #666;
}

.serviceBox>div {
    background-size: 1px 37px;
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
}

.serviceBox>img {
    vertical-align: initial;
}

.serviceBox>img[role='index_qq'] {
    display: inline-block;
    width: 32.2px;
    vertical-align: sub;
    cursor: pointer;
}

.supPartList {
    background: transparent;
}

.block401 {
    border: 0;
    background: #fff;
    height: 22em;
    width: 223.3px;
}

.block401 .up_con {
    height: 23em;
}

.block401:hover {
    border: 1px solid #578DA4;
    -webkit-box-shadow: 0px 2px 10px 1px #578DA4;
    -moz-box-shadow: 0px 2px 10px 1px #578DA4;
    box-shadow: 0px 2px 10px 1px #578DA4;
}

.block401:hover img[role="product"] {
    opacity: 1;
    transform: scale(1.5);
}

.block401 .up_con>a {
    border: 3px solid #578DA4;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}

.block401 span[role='sales-model'] {
    top: 187.32px;
}

.commodityItemBox .item-boxTitle {
    height: 60.06px;
    line-height: 60.06px;
    width: 100%;
    background: #FFF;
    margin-top: 32.06px;
    padding: 0 40.6px;
    font-size: 18.06px;
    color: var(--p-color);
}

.commodityItemBox .item-boxTitle>span {
    display: inline-block;
    height: 60.06px;
    width: 100%;
    border: 0;
    padding-left: 0;
    overflow: hidden;
    font-weight: initial;
    font-size: 18.06px;
}

.commodityItemBox .item-boxTitle>span a {
    color: var(--p-color);
}

.commodityItemBox .item-boxTitle>span img.title_ads {
    box-shadow: 0px 0px 6px 4px rgba(35, 35, 35, 0.35);
    -webkit-box-shadow: 0px 0px 6px 4px rgba(35, 35, 35, 0.35);
    -moz-box-shadow: 0px 0px 6px 4px rgba(35, 35, 35, 0.35);
    -ms-box-shadow: 0px 0px 6px 4px rgba(35, 35, 35, 0.35);
    height: 60.06px;
    max-width: 972px;
}

.commodityItemBox .item-boxTitle>a {
    color: #000;
    display: inline-block;
    height: 60.06px;
    line-height: 60.06px;
    font-size: 16.94px;
    right: 40.6px;
}

.commodityItemBox .item-boxTitle>a i {
    background: url("../images/shoppingImages/more_right.png") no-repeat
        center scroll;
}

.item-boxTitle i {
    color: #999;
    font-size: 15.4px;
}

.brand_area_block {
    width: 100%;
    height: 40.04px;
    background: #fff;
    padding-right: 10px;
}

.brand_area {
    width: 100%;
    height: 40.04px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.brand_area .brandMore {
    background-color: transparent;
    color: #000;
    width: 105px;
    height: auto;
}

.brand_area .brandMore>a {
    color: #000;
    display: inline-block;
    height: 60.06px;
    line-height: 60.06px;
    font-size: 16.94px;
}

.brand_area .brandMore>a i {
    background: url(../images/shoppingImages/more_right.png) no-repeat
        center scroll;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.4em;
    margin-top: 0.1em;
}

.navBox {
    padding-left: 158px;
}

.navBox a {
    margin: 0 10px 0 0;
    line-height: 38px;
}

.brand_area_more img {
    margin-bottom: 10px;
}

.brand_area>span {
    color: #ffffff;
    font-size: 18.06px;
    width: 222.04px;
    height: 40.04px;
    line-height: 40.04px;
    background: var(--p-color);
    text-align: center;
}

.brand_area>div {
    width: calc(100% - 350.84px);
    overflow: hidden;
    height: 40.04px;
    line-height: 40.04px;
}

.brand_area>div>a {
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    width: 123.2px;
    text-align: center;
    position: relative;
}

.brand_area>div>a:after {
    content: "";
    display: block;
    border-left: 1.96px solid #DFDFDF;
    position: absolute;
    top: 5.6px;
    right: -14px;
    height: 28px;
}

.brand_area>div>a.active img {
    border: 2px solid #379AD0;
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

.brand_area>div>a.active span {
    border: 2px solid #379AD0;
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    padding: 1px;
}

.navBox>a.active span {
    border: 2px solid #379AD0;
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    padding: 1px;
}

.brand_area>div>span:last-child {
    float: right;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.brand_area>div>span:last-child>img {
    margin-left: 5px;
}

.brand_area>span>img {
    width: 32px;
    height: 32px;
}

.brand_area>span>img:nth-child(2) {
    height: 32px;
    width: 1px;
}

.journalism_block {
    width: 100%;
    height: auto;
    zoom: 1;
}

.journalism_block:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.journalism_block .block_Img_Div {
    width: 32%;
    height: 250px;
    margin: 10px 0.6666%;
    float: left;
    background: #f5f5f5;
    display: block;
    padding: 0;
    cursor: pointer;
}

.journalism_block .block_Img_Div div[role="image"]>img {
    width: 100%;
    height: 210px;
    margin: 0;
}

.journalism_block .block_Img_Div .blockRight {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.page_block {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.page_block>span {
    margin: 0 5px;
}

.page_block>span.page_btn {
    cursor: pointer;
    color: #2884cc;
}

.page_block select {
    width: 3.5em;
}

.news_detail {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
}

.news_detail>label {
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.news_detail>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.news_detail>div {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.news_detail>div img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}

form.search ul li label {
    max-width: 8em;
}

form.search ul li label>img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.block401 div[role='title'] img[role="delete"] {
    position: absolute;
    bottom: 7.2em;
    right: 3px;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    background: #f5f5f5;
    display: none;
}

.modity_address {
    width: 100%;
    height: auto;
    background: #fff;
}

.modity_address>form {
    width: 500px;
    height: auto;
    background: #f5f5f5;
    margin: 70px auto;
    padding: 15px;
}

.submit_btn {
    display: block;
    width: 250px;
    height: 3em;
    line-height: 3em;
    text-align: center;
    background: linear-gradient(0deg, rgba(112, 171, 39, 1) 0%,
        rgba(140, 231, 69, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%,
        rgba(140, 231, 69, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%,
        rgba(140, 231, 69, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%,
        rgba(140, 231, 69, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%,
        rgba(140, 231, 69, 1) 100%);
    color: #fff !important;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin: 2em auto 0;
    font-size: 1em;
    outline: none;
}

.modity_address ul.info li img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    float: none !important;
    margin-top: -3px;
}

section.modity_address ul.info li label {
    margin: 0;
    width: 6em;
    text-align: right;
}

section.modity_address ul.info li input, section.modity_address ul.info li select
    {
    width: 18.5em !important;
}

.checkAllLabel {
    display: none;
}

.checkAllLabel_item {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.7em;
}

section[role="footerButtons"] .checkAllLabel_item a {
    margin: 0;
    background: transparent;
    color: #000;
    height: 70.98px;
    line-height: 70.98px;
}

.no-content {
    padding-top: 10%;
    text-align: center;
}

.no-content>img {
    display: block;
    width: 12em;
    height: auto;
    margin: 0 auto 0.7em;
}

.swiper-pagination {
    position: absolute;
    z-index: 333;
    padding: 0 15px;
}

.swiper-pagination>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}

.swiper-pagination>span.swiper-active-switch {
    background: #45B9F7;
}

.hint-message {
    color: #999999;
    font-size: 14.98px;
    margin-top: 19.6px;
    display: block;
}

.confirm-info {
    position: relative;
}

.confirm-info .confirm {
    height: 3.5em;
    line-height: 3.5em;
    background: #FF4200;
    color: #fff;
    width: 6em;
    text-align: center;
    font-weight: bold;
}

.content_item {
    padding: 15px;
    display: flex;
    display: -webkit-flex;
}

.content_item>img {
    width: 80px;
    height: auto;
    margin-right: 15px;
}

.content_item .content_right {
    flex: 1;
}

.content_item .content_right h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.content_item .content_right p {
    line-height: 1.5em;
    margin: 0;
}

footer[role="footer"] {
    position: relative;
    max-width: initial;
    height: 120.96px;
    background: #535353;
    text-align: center;
    background: #535353;
}

footer[role="footer"] a {
    background-color: transparent !important;
}

footer[role="footer"] section[role="footerButtons"] {
    line-height: 28px;
    text-align: left;
    color: #fff;
}

.block403 .introduce>span:first-child {
    display: inline-block;
    vertical-align: top;
    line-height: 20.3px;
}

.block403 .introduce>span:last-child {
    display: inline-block;
    width: 80%;
    line-height: 20.3px;
    vertical-align: top;
}

.order-integral {
    margin-top: 14px;
    padding: 14px;
    background-color: #fff;
}

.order-integral.freight span {
    display: block;
}

/** 条件选择器**/
.BlockSelector {
    border-top: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 10px;
}

.BlockSelector .selectorLine {
    height: 42px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #dedede;
    margin: -1px -1px 0 0;
}

.BlockSelector .sl-key {
    width: 140px;
    background: #e8e8e8;
    text-align: right;
}

.BlockSelector .sl-key strong {
    height: 42px;
    line-height: 42px;
    padding-right: 14px;
}

.BlockSelector .sl-value {
    width: 100%;
}

.BlockSelector .sl-value ul:after {
    content: "";
    display: block;
    clear: both;
}

.BlockSelector .sl-value li {
    float: left;
    min-width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.BlockSelector .sl-value li:hover a {
    color: red;
}

.BlockSelector .sl-ext {
    width: 112px;
    text-align: center;
}

.BlockSelector .sl-ext a {
    display: block;
    height: 42px;
    line-height: 42px;
}

.BlockSelector .extend {
    overflow: initial !important;
    height: auto !important;
}

.BlockSelector .extend .sl-value {
    overflow: hidden !important;
    max-height: 126px !important;
    overflow-y: auto !important;
    height: auto !important;
}

.BlockSelector .brandSelect .sl-value li {
    border: 1px solid #eee;
    margin: -1px -1px 0 0;
}

.BlockSelector .brandSelect .sl-value li:hover {
    border: 1px solid red;
    color: red;
    z-index: 1;
}

.BlockSelector .brandSelect .sl-value li:hover a {
    color: red;
}

.BlockSelector .brandSelect {
    height: 70px;
}

.BlockSelector .brandSelect .sl-value {
    padding: 14px;
    height: 56px;
    overflow: hidden;
}

.BlockSelector .sl-value .select a {
    color: red;
}

.BlockSelector .sl-value .select:after {
    content: "";
    color: red;
    position: absolute;
    width: 100%;
    height: 90%;
    border: 1px solid red;
    display: block;
    top: 0;
    z-index: 1;
}

.BlockSelector .brandSelect .sl-value .select:after {
    height: 100% !important;
    top: -1px !important;
    left: -1px;
    z-index: 1;
}

.selectorLine.condition li>span {
    border: 1px solid #dedede;
    padding: 2.8px 28px 2.8px 14px;
    margin-left: 14px;
    position: relative;
}

.selectorLine.condition .sl-key {
    background-color: #fff;
}

.selectorLine.condition .sl-key strong {
    padding: 0;
}

.selectorLine.condition li>span:after {
    content: "×";
    display: block;
    position: absolute;
    top: 0;
    right: 4.2px;
    font-size: 25.2px;
    height: 23.8px;
    line-height: 23.8px;
    color: #dedede;
}

.selectorLine.condition li>span:hover {
    border: 1px solid red;
    color: red;
}

.selectorLine.condition li>span:hover:after {
    color: red !important;
}

/* 商铺装修样式 */
.build_block {
    text-align: center;
}

.span_block {
    padding-top: 42px;
}

.span_block span {
    display: block;
    color: #333333;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 14px;
}

.span_block a {
    color: #0DD199;
    font-size: 11pt;
    font-weight: bold;
}

/* UIHeader组件样式 */
header>nav {
    max-width: 1201px;
    width: 100%;
    height: 39.06px;
    margin: 0 auto;
    line-height: 39.06px;
}

header>nav>.left-panel {
    float: left;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
}

header>nav>.right-panel {
    float: right;
    height: 100%;
    overflow: hidden;
}

header>nav>.left-panel>.arrow {
    padding: 0 7px;
}

header>nav>.right-panel>a, header>nav>.left-panel>a {
    color: #fff;
}

header>nav>.left-panel>a:first-of-type {
    padding-right: 7px;
    display: inline-block;
}

header>nav>.right-panel>a {
    padding: 0 14px;
}

header>nav>.left-panel>a:first-of-type>img {
    width: 15.96px;
    margin-top: -2.8px;
    vertical-align: middle;
}

header>nav>.left-panel + a {
    color: #fff;
}

.copy-btn {
    font-size: 12.88px;
    padding: 3.36px 4.9px;
    background-color: #FFEEDB!important;
    color: #E6B06C!important;
    line-height: 12.88px;
    border-radius: 7.84px;
    transform: scale(.8);
    margin-left: 3.22px;
    border: none;
    min-width: 0;
}

.copy-btn:hover {
    background: rgba(84, 133, 252, 0.6);
}