a:hover{text-decoration: none}
.dropdown{z-index:9999}
.dropdown .dropdown-menu{top:35px;border:0;padding:0;overflow:hidden}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;width:1200px;
    }
}
body {
    background-color: #F2F3F5;
    color: #212537;
   font-family: "Hiragino Sans GB", 'Microsoft Yahei', "寰蒋闆呴粦", STXihei, "鍗庢枃缁嗛粦", Georgia, "Times New Roman", Arial, sans-serif, serif

}
.top-bar-box {
    height: 36px;
    background-color: #333;
    color: #c9c9c9;
    line-height: 36px;
    font-size: 12px;
    width: 100%;
}
.top-bar-box a {
    color: #c9c9c9;
    transition: color 200ms;
    height: 45px;
}
.top-bar-box a:hover {
     color: #FFFFFF;
 }
.top-bar-box .user-box:before {
    content: '';
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
    background: url(../images/icon_top_home.png) no-repeat 0 0;
    margin-right: 6px;
}
.top-bar-box .navbar .nav-link:hover {
    color: #FFFFFF !important;
}
.top-bar-box .navbar .nav-item:after {
    content: '';
    border-left: 1px solid #515151;
    height: 12px;
    position: absolute;
    right: 0;
    top: 12px;
}

.top-bar-box .navbar .nav-item .dropdown-menu {
    border-radius: 10px;
}
.top-bar-box .navbar .nav-item .dropdown-menu a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #717175 !important;
    font-size: 14px;
}



.top-bar-box .navbar li.dropdown:hover .dropdown-menu{display:block}

.menu-bar-box {
    position: absolute;
    top: 36px;
    z-index: 61;
    width: 100%;
    height: 70px;
}

.index-search i {
    background: url(../images/index-search-icon.png) no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.menu-bar-box {
    background: linear-gradient(to bottom, rgba(5,6,9,0.6) 0, rgba(5,6,9,0) 100%);
}
.menu-bar a {
    color: rgba(255,255,255,0.7) !important;
}

.menu-bar a:hover {
    color: #FFFFFF !important;
}

#carousel, #carousel img {
    /*height: 550px;*/
    min-height:350px;
}
#carousel:before {
    content: " ";
    background: linear-gradient(90deg, #1e2026 0, rgba(30,32,38,0) 25%, rgba(30,32,38,0) 75%, #1e2026);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.indicators-container {
    display: flex;
    position: absolute;
    bottom: 10px;
    width: 70%;
    left: 15%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:15;
}

.carousel-indicators {
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: unset;
    margin: 0;
    list-style: none;
    background-color: rgba(0,0,0,0.3);
    padding: 12px 15px;
    border-radius: 13px;
}
.overflow-hidden {
    overflow: hidden !important;
}
#carousel .carousel-inner .carousel-item {
    height: 500px;
    background-repeat:no-repeat;
    background-position-x: center;
    /*background-attachment: fixed;*/
    background-size: cover;

}
.index-announcement {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px) brightness(.5);
    border-radius: 10px;
    color: rgba(255,255,255,0.7) !important;
}

.index-announcement:hover {
    background: rgba(255,255,255,0.1);
}
.brands-wrap {
    position: relative;
}
.brands-wrap:before {
    content: "";
    position: absolute;
    background-image: url(../images/index_bg.jpg);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.brand-card .active:after {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(135deg);
    bottom: -16px;
    z-index: -1;
}

.brand-card .active:before {
    content: '';
    height: 3px;
    background-color: #ebb400;
    width: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out ;
}

.brand-card .active img {
    transform: scale(1.2);
}

.brand-card a:hover {
    color: #ebb400 !important;
}

#item-container .product {
    border-radius: 10px;
    width:1200px;
}
#item-container .product:hover {
    box-shadow: 0 0 35px 0  #cccccc;
    margin-left: -10px;
    transition: all .3s ease-in-out;
}
footer {
    background: #292929;
    color: rgb(128, 128, 128);

}
.policies .img {
    width: 52px;
    height: 60px;
    background: url("../images/policy.png");
}
.policies .policy-item:nth-child(1) .img {
    background-position: 0 0;
}
.policies .policy-item:nth-child(2) .img {
    background-position: -52px -60px;
}
.policies .policy-item:nth-child(3) .img {
    background-position: -52px 0;
}
.policies .policy-item:nth-child(4) .img {
    background-position: 0 -60px;
}

.policies .text h4 {
    font-size: 16px;
    font-weight:700;
}
.policies .text h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight:700;
}
.policies .text>div {
    font-size: 12px;
}

footer .more-link a {
    text-decoration: none;
    font-size: 12px;
    color: rgb(128, 128, 128);;
}

footer .more-link a:hover {
    color: #ebb400;
}


@font-face {
    font-family: "r-icon";
    src: url('./font/iconfont.eot?t=1616241398162');
    /* IE9 */
    src: url('./font/iconfont.eot?t=1616241398162#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAV4AAsAAAAADCAAAAUpAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEWgqIPIcHATYCJANECyQABCAFhFUHgXQbfwoRlaS9kH2RYJ52JHMwCV3iqcEiPWuCgHKrqiWiwNqpGOx0B1ZcyZkYnIkBJ2q/bE7z/7sHFirLhE+7+KSZcpZt+WQlaQABPV6CerwJEACHsAlj6CsC4Gq/X/5iiIe6iKdKa3dPdI/5i5qXwHQIzT0k0isNCYXSKTWisLYcWAFt9VW+fBsCCFmbLREHHnykwUfDLhKAmD5l0hj8TiF6IV7g57sTd2rEOTj48lT5GnC2/XnxE9sLHySOgr2rOvGg8ez77eLvLlJ5kTNc5eSXKwf8+0ABWwIaxGmTlSegqs4tUYRpu6YB2fU+Evnt4m+P/059d1FRgJO09Dv0FzJDXrkm65N/4EkUGgcXD5+AkIiYhJQSZRAuzI4h3gqs8gdVZCYEfLuUkBSXgVDA5SA0cAUIB7gShAtsgvCAOQgfeCyIAHgciBB4PDIRwXcQMVCASIASRApUIErAizCJMgAVfcf6wEYgJIiLYOIEm1Yh0Uip0gIheF8Vax0rzfqUg0B7nrrS00ppLy4rz3W9NAg8PnP9svfeM52O7fXq3e7wUEVD5LzhuMnKLkopgT9jdCLiefKmjZ97b91rOwe92NtARWJaQj0jldGYWBgrSiqclFXtMDu/tsiKRtWaSJhl0winiRgV6bA+xqmPG5voyJl3Xfdw7MX1a7at9US3m9HpzK3aUEZW2ccOpVe3fVONXXZs93D5aG/mWKVjhunCMdf1aSiPyx/axj92WVofPH5CX1aaVrXZeFObtGiwsX1Zm4XD6qMqlJFj11Vb3Kd//13fx5nmSm/6f1a1mW1ZbI3l3MGEvHiSZpN+GZaitfEIY0bsXB1zyCGOK4Ojq8cMynPL5qaVt9gBOWS3Fs1VPPv/xx89+tFHX62SZYMGPSqY6ffjR+c8esKJnvGjXNopz7rVsIXZfPN92xRNi72gmFpQm1Opo20sPNn0dhm66sjJk9ecmkSm2OJtpDz9hpePW6cxcs35l85d1b788iu033tvnfvuv2bfRn3AQbtkmW1e1WA3sF0t33XXoX7j/92G7PPQCqMlqmkWlX3BWaWZwil3nCksJnKmWTWwcdw6N7wsT7/GeHaqtb1ff3nVsIGP/vKLR/GeCWeeGveoMZxzwKMF6ffoM8/SamrGeXc4+zyZP5XvK/mtPpEDRUe11RY2CIUyp748bya7FktzSWKusAZtkege+d8pc2iRPA/Rsl39lHzqMPkd/g3++3BUac9/DiMNwMfL1b+ksehobtvlI2GzclAoG9foTGNFFZ2snpyCACps3GpEwpGxBw6R2n58elsxcHM7CNyO4oPEYw1QuKzv0r5NwSFia9PlYjdAyBbsc39Ef6aiEDoANmeFA4KYm0GSci8oYp52aR/AD+y59wv7Tv3Bsa//J554qHb8yFgI1lAu0FVklWiQYw7ioW/YjLrgQNFtX8i+QxMkYdzreUWLfOo1fmpSEQWKycDLWd6HWhM4ph4rCVsRt40iNfVBYUVmdeyRsRCsQbmAriKr9Gg5xkH69TdsRl3w5Lym/xeyzyRyOEiE4kXXq203LHjr8X5qUsLLFcjpTAa8PEw5atJJwE2f1mMlofaEdrcVkY3UVju8rTD/9z4gxJyqJIVUVE03TMt2XM+vUj97F6PHXaeL5YCRuEa258uMKPtc2JrMSfvmgCwelkU1zAXXB4oY5x5PpEeDASl1EnXXNNsj78TRXXZVVjDTnO1rzdz3TU/dz4sHTqsWJyYbaFRy1hrGXdPK6R0NDHTnZbUCAAA=') format('woff2'),
    url('./font/iconfont.woff?t=1616241398162') format('woff'),
    url('./font/iconfont.ttf?t=1616241398162') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('./font/iconfont.svg?t=1616241398162#r-icon') format('svg');
    /* iOS 4.1- */
}

.r-icon {
    display: inline-block;
    font: normal normal normal 14px/1 zicon;
    font-size: inherit;
    text-rendering: auto;
    font-family: "r-icon" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.r-icon-pause:before {
    content: "\e678";
}

.r-icon-play:before {
    content: "\e67a";
}

.r-icon-reorder:before {
    content: "\e67b";
}

.r-icon-retweet:before {
    content: "\e67c";
}

.r-icon-random:before {
    content: "\e67d";
}

.r-icon-retweet-one:before {
    content: "\e67e";
}

.r-icon-backward:before {
    content: "\e67f";
}

.r-icon-forward:before {
    content: "\e680";
}

.r-icon-volume-off:before {
    content: "\e681";
}

.r-icon-volume-down:before {
    content: "\e682";
}

.r-icon-volume-up:before {
    content: "\e683";
}

.r-icon-ic_arrow_back_px:before {
    content: "\e700";
}

.r-icon-ic_arrow_forward_px:before {
    content: "\e701";
}

.r-icon-chevron-left:before {
    content: "\e702";
}

.r-icon-chevron-right:before {
    content: "\e703";
}

.r-icon-reorder-list:before {
    content: "\e796";
}

.rplayer ::-webkit-scrollbar {
    width: 3px !important
}

.rplayer ::-webkit-scrollbar-track {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important
}

.rplayer ::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important
}

.rplayer ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, .4) !important
}

.rplayer .rplayer-content {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ededed;
    background: #fff;
}

.rplayer .ss-btn {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 35px;
    height: 120px;
    background: #666666;
    cursor: pointer;
    transition: all .5s;
    border-radius: 0 10px 10px 0;
}

.rplayer .ss-btn:hover {
    background-color: rgba(0,0,0,0.7);
}

.rplayer .ss-btn i {
    margin-top: 1px;
    padding: 0 4px;
    color: #fff;
    font-size: 25px;
    line-height: 120px
}




.rplayer .rplayer-list-btn {
    float: right;
    color: #6e6e6e;
    font-size: 20px;
    line-height: 19px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 5px;
}

.rplayer .rplayer-list {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
    background: #fff;
    transition: all .5s ease;
}

.rplayer .rplayer-list li {
    overflow: hidden;
    padding: 3px 20px;
    color: #878787;
    list-style-position: inside;
    list-style-type: decimal;
    text-overflow: ellipsis;
    font-size: 11px;
    line-height: 1.5;
    cursor: pointer
}

.rplayer .rplayer-list li:hover {
    color: #716e6e;
    font-weight: 700
}

.rplayer .rplayer-list li.playing {
    padding-left: 17px;
    border-left: 3px solid #3da0ff;
    color: #716e6e;
    font-weight: 700
}

.rplayer .display-none {
    display: none
}

.rplayer {
    z-index: 1024;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    transition: transform .5s ease;
    transform: translateX(0px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rplayer-fixed {
    position: fixed;
    bottom: 25px;
    left: 0;
    z-index:80;
}
.rplayer-fixed .rplayer {
    position: relative;
    width: 300px;
}

.rplayer span {
    cursor: default !important
}

.rplayer .rplayer-pic {
    width: 100%;
    height: auto;
    position: relative;
}
.rplayer .rplayer-pic:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #ff00008f, transparent)
}

.rplayer .rplayer-pic img {
    /*border-radius: 50%;*/
    width: 100%;
    height: 100%
}

.rplayer .rplayer-info {
    padding: 10px;
}

.rplayer .rplayer-info .rplayer-music {
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

.rplayer .rplayer-info .rplayer-music .rplayer-music-text {
    width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: default;
    height: 20px;
}

.rplayer .rplayer-info .rplayer-music .rplayer-title {
    font-size: 14px
}

.rplayer .rplayer-info .rplayer-music .rplayer-author {
    color: #666;
    font-size: 12px
}

.rplayer .rplayer-info .rplayer-controller {
    position: relative
}

.rplayer .rplayer-info .rplayer-controller .rplayer-bar-wrap .rplayer-bar {
    position: relative;
    width: 100%;
    height: 2px;
    background: #cdcdcd;
    cursor: pointer !important
}

.rplayer .rplayer-info .rplayer-controller .rplayer-bar-wrap .rplayer-bar .rplayer-loaded {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #aaa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rplayer .rplayer-info .rplayer-controller .rplayer-bar-wrap .rplayer-bar .rplayer-played,
.rplayer .rplayer-volume-played {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #3da0ff;
}

.rplayer .rplayer-info .rplayer-controller .rplayer-bar-wrap .rplayer-bar .rplayer-played .rplayer-thumb,
.rplayer .rplayer-volume-thumb {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: -4px;
    margin-right: -10px;
    width: 8px;
    height: 8px;
    border: 1px solid #3da0ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    box-sizing: content-box;
    cursor: pointer !important
}

.rplayer .rplayer-info .rplayer-controller .rplayer-bar-wrap .rplayer-bar .rplayer-played .rplayer-thumb:hover,
.rplayer .rplayer-volume-thumb:hover {
    background: #3da0ff
}

.rplayer .rplayer-info .rplayer-controller .rplayer-time {
    margin-top: 12px;
    color: #999;
    font-size: 12px;
}

.rplayer .rplayer-info .rplayer-controller .rplayer-time .r-icon {
    margin-left: 10px;
    width: 18px;
    font-size: 18px;
}

.rplayer .rplayer-info .rplayer-controller .rplayer-volume-wrap {
    display: inline-block;
    cursor: pointer !important
}

.rplayer .rplayer-info .rplayer-controller .rplayer-volume-wrap:hover .rplayer-volume-bar-wrap {
    display: block
}

.rplayer .rplayer-info .rplayer-controller .rplayer-volume-wrap .rplayer-volume-bar-wrap {
    position: absolute;
    right: -5px;
    bottom: 17px;
    z-index: 99;
    display: none;
    width: 25px;
    height: 40px
}

.rplayer .rplayer-info .rplayer-controller .rplayer-volume-wrap .rplayer-volume-bar-wrap .rplayer-volume-bar {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 35px;
    background: #aaa
}

.rplayer .rplayer-info .rplayer-controller .rplayer-volume-wrap .rplayer-volume-bar-wrap .rplayer-volume-bar .rplayer-volume {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    background: #3da0ff
}

.rplayer .rplayer-menu-bars {
    display: inline-block;
    margin-left: 6px;
}

.rplayer .rplayer-menu-volume {
    float: right;
    display: inline-block
}

.rplayer .rplayer-menu-bars i,
.rplayer .rplayer-menu-volume i {
    cursor: pointer;
    color: #666;
}

.rplayer .rplayer-list-btn:hover,
.rplayer .rplayer-menu-bars i:hover,
.rplayer .rplayer-menu-volume i:hover {
    color: #000
}

.rplayer .rplayer-volume-bar {
    position: relative;
    width: 100%;
    height: 2px;
    background: #cdcdcd;
    cursor: pointer !important
}

.rplayer .rplayer-volume-bar {
    position: relative;
    display: inline-block;
    margin-top: -3px;
    margin-left: 4px;
    width: 40px;
    height: 2px;
    background: #cdcdcd;
    vertical-align: middle;
    cursor: pointer !important;
}

.rplayer-fixed .rplayer {
    transform: translateX(-300px);
}

.rplayer-fixed .rplayer-list-btn {
    right: 10px;
}

.rplayer-fixed .rplayer .rplayer-content {
    display: flex;
    flex-direction: column;
    border: none;
    width: 300px;
    overflow: hidden;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
}

.rplayer-fixed .rplayer .rplayer-list {
    margin-top: 15px;
    border: none;
    width: 300px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.rplayer-list-btn {
    color: rgba(255,255,255,0.7) !important;
}
.rplayer-list-btn:hover {
    color: rgba(255,255,255,0.9) !important;
}
.b-tools div {
    margin-top: 10px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position:relative;
}
.b-tools div:hover {
    box-shadow: 0 0 35px 0  #cccccc;
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}
/*.b-tools div:hover:after {*/
/*    content: "";*/
/*    background: linear-gradient(180deg, #ff00008f, transparent);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/
.tab-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.tab-header .bg-mask {
    background-image: url(../images/bg_1.jpg);
    background-size: cover;
    position: relative;
    background-position-x: right;
    /*background-attachment: fixed;*/
}

.tab-header .bg-mask:after {
    content: "";
    background-image: url(../images/bg_mask.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;

}
#cs_box {width:110px; height:220px; color:#FFF; position:fixed; right:10px; top:270px; border-radius:10px; z-index:1000}
#cs_box img{max-width:110px;}

.goods_list.primary .goods_wrap:hover,.section.hot .goods_wrap:hover,.section.new .goods_wrap:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);-moz-box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);-moz-transform:translate3d(0,-2px,0)}{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.hide,legend,td,th{padding:0}legend{border:0}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}a,body,button,div,h1,h2,h3,h4,h5,h6,img,input,li,ol,span,table,td,tr,ul{padding:0;margin:0}
.product button {
    min-width:160px;
}

.product .content {
    background: #f6f6f6;
}
.product .btns {
    width: 260px;
}

.product .btns a {
    cursor:pointer;
}




.listwrap{
  display:none;
}
.active2{
  display:block;
}

.gonggao {


	width:100%;
	text-align:center;
	z-index:100;
	color: #ffc688;
	font-size: 26px;
	margin-top:30px;
}


#nr {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: masked-animation 2s infinite linear;
}
 @keyframes masked-animation {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: -100%, 0;
}
}

.cf-buy{width: 1200px;height: 90px;}
.cf-buy a{text-decoration:none;}
.cf-buy a:hover{text-decoration: none}

.flex{display: flex;align-items:center}
.leftside{width:920px;justify-content:space-between; }
.leftside .pic{width:300px;height:250px;overflow:hidden}
.leftside .pic img{width:300px;height:250px;}
.leftside .text{width:calc(100% - 330px);}
.leftside .text .s1{color: #000000;text-align:center;font-size:28px;font-weight: 600;margin-bottom:15px;}
.leftside .text .s2{color: #4d4d4d;text-align:left;font-size:20px;font-weight: bold;margin-bottom:2px;}
.leftside .text .s3{background:#fff;color: #808080;padding:5px 10px;margin-top:10px;font-size:19px;font-weight: 600;position:relative;display:inline-block}
.leftside .text .s3 span{color:red;}
.leftside .text .tj{width: 40px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-left: 1px solid #ccc;
    padding-left: 10px;display:none}

.rline{height:180px;border-left:2px dashed #000040;}

#item-container .product{display: flex;justify-content:space-between;align-items: center;background: #f6f6f6;position:relative}
#item-container .product .position-absolute{top:0;}



.goods_wrap {

	margin-bottom: 20px;

}
.fuzhu-info1 {
    padding: 15px 0 15px 15px;
    position: relative;
}
.fuzhu-info {
    font-size: 22px;
    color: #4d4d4d;
    line-height: 1.8em;
    font-weight: bold;
    padding: 15px;
}
.fuzhu-info1 {

	padding: 15px 0 15px 15px;

	position: relative;

}

.fuzhu-info {

	font-size: 22px;

	color: #4d4d4d;

	line-height: 1.8em;

	font-weight: bold;

	padding: 15px;

}

.fuzhu-info h3 {

	color: #FF00FF;

	font-weight: bold;

	text-indent: 5px；

font-size: 25px;

}

.fuzhu-info p {

	color: #4d4d4d;

	font-weight: bold;

}

.fuzhu-info strong {

	color: #e80000;

	font-weight: bold;

}

.goods_wrap {

	margin-bottom: 20px;

}

.mark {

	position: absolute;

	left: 15px;
	padding:0;
	top: 15px;
	background-color:inherit;

}