<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    border: 0;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}


sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
html {
    line-height: 1;
    font-family: "Montserrat", "Noto Sans SC", chinese;
}

ol,ul {
    list-style: none
}

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

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #000;
    cursor: pointer
}

a:active,a:focus {
    outline: none
}

a:active,a:focus,a:visited {
    /*color: #000*/
}

a:hover {
    text-decoration: none;
    color: #d50606bf;
}
input{
    outline: none;
}
.relative{
    position: relative;
}
.footerHeight{
    height: 100px;
    display: block;
}
.defaultBtn{
    width:200px;
    background: #5FB7F7;
    color:#fff;
    height:50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.defaultBtn:hover {
    background: #5FB7F7;
    color: #fff;
}
.whiteBtn{
    width:198px;
    border: 1px solid #5FB7F7;
    color:#5FB7F7;
    height:48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.whiteBtn:hover {
    background: #5FB7F7;
    color: #fff;
}
.blueBtn{
    background: #0085DD;
    color: #fff;
    font-size:14px;
    padding:10px 20px;
    border-radius: 10px;
    outline: 0;
    border:0;
    cursor: pointer;
}
.blueBtn:hover {
    background: #0476c1;
    color: #fff;
}
.blueBtn:visited {
    color: #fff;
}
h2 {
    padding-bottom: 20px;
    font-size: 18px;
    letter-spacing: .3px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
body {
    min-width: 990px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:1155px) {
    body #main {
        padding-left: 285px
    }
}


.text_left{
    text-align: left!important;
}
.text_right{
    text-align: right!important;
}
.clear{
    clear: both;
}
.no-display {
    display: none!important;
}


.ml_0{
    margin-left:0!important;
}
.pageContainer {
    padding-bottom: 32px;
}

.a-radio{
    display: none;
}
.b-radio{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:2px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.b-radio:before{
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: rgb(143, 188, 238);
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 2px;
    display: none;
}
.a-radio:checked~.b-radio:before{
    display: block;
}

.noMore{
    margin-top: 60px;
    text-align:center;
}


/*------------------------------------------------------new-----------------------------------------------------------------*/
.inlineblock{
    display:inline-block;
    *zoom:1;
    *display: inline;
    _zoom:1;
    _display:inline;
}
.inlineblock_middle,.inlineblock_top,.inlineblock_bottom{
    display:inline-block;
    *zoom:1;
    *display: inline;
    _zoom:1;
    _display:inline;
    vertical-align: middle;
}
.inlineblock_top{
    vertical-align: top;
}
.inlineblock_bottom{
    vertical-align: bottom;
}

.textline_one{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.textline_two{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.pageDir{
    padding:20px 0;
    font-size:14px;
}

.pageLayout{
    text-align: center;
    padding: 20px;
}
.pageLayout a,
.pageLayout span {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 5px;
    background: #fff;
    font-size: 13px;
}

.pageLayout a.first,
.pageLayout a.prev,
.pageLayout a.next,
.pageLayout a.end {
    margin: 0;
}

.pageLayout a:hover {
    background: #d50606bf;
    color: #FFF;
}

.pageLayout span.current {
    background: #d50606bf;
    color: #FFF;
    font-weight: 700;
}


.footerLayout{
    text-align: center;
    padding:40px 0 25px;
    background: #F7F7F7;
    color:#949494;
}
.footerLayout .footerLayoutWrapper{
    max-width: 1200px;
    margin:0 auto;
}
.footerLayout .footerLayoutLogo{
    width: 140px;
    display: block;
    margin:20px auto 30px;
}
.footerLayout .footerLayoutLogo img{
    width: 140px;
}
.footerLayout .footerLayoutText{
    font-size: 13px;
    margin-bottom:10px;
}

.popup{
    border: 1px solid #ddd;
    padding: 20px 30px 30px;
    overflow: hidden;
    position: fixed;
    background-color: #fff;
    zoom: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    right: 0;
    height: 300px;
    margin: auto;
    z-index:999;
    transition: 1s;
}
.popup .popupWrapper{

}
.popup .popupHeader {
    margin-bottom: 40px;
}
.popup .popupHeader .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 24px 24px 10px 10px;
    z-index: 1;
}
.popup .popupHeader .close span {
    line-height: 1;
    font-size: 24px;
    color: #979797;
}
.popup .popupContent{
    height: 260px;
    overflow-y: scroll;
}
.popup .popupContent::-webkit-scrollbar {
    display: none;
}
.popup .popupContent img{
    max-width:100%;
}
.popup .popupContent .content {
    overflow: hidden;
}
.popup .popupContent .popupComposition {
    min-width: 160px;
}
.popupBg{
    position: fixed;
    background-color: #fff;
    zoom: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100%;
    margin: auto;
    z-index:99;
    opacity: 0.4;
    transition: 1s;
}


.popup.replyPopup{

}
.popup.replyPopup .replyPopupTextareaLabel{
    margin-bottom:20px;
    font-size: 14px;
}
.popup.replyPopup .replyPopupTextareaObject{
    font-size: 14px;
    width: 99%;
    border: 0;
    outline: none;
    min-height: 300px;
}




.topNavBar{
    background: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #eee;
    color: #585858;
    z-index: 9999;
    position: relative;
}
.topNavBar .topNavBarWrapper{
    max-width: 1200px;
    margin: 0 auto;
    height:60px;
    line-height: 60px;
    font-size: 14px;
}
.topNavBar a{
    color: #fff;
}
.topNavBar .topNavBarLeft{
    width: 40%;
    height: 60px;
    font-size: 0;
    text-align: left;
}
.topNavBar .topNavBarLeft img{
    width: 50%;
}
.topNavBar .topNavBarLeft span{
    width: 48%;
    font-size: 14px;
    color: #585858;
    margin-left: 2%;
}
.topNavBar .topNavBarRight{
    width: 60%;
    float: right;
    text-align: right;
}

.topNavBar .topNavBarRightItem{
    padding:0 30px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}
.topNavBar .topNavBarRightItem .topNavBarRightItemHot{
    background: #ee4f4f;
    color:#fff;
    font-size: 12px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}



.topNavBar .topNavBarRightUser .topMinBarNavMemberBtn{
    background:#f6f6f6;
    color:#585858;
    border:1px solid #eee;
    border-radius: 5px;
    width:100px;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:0 6px;
}

.topNavBar .topNavBarRightItem ul{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 92%;
    margin: 0 auto;
    display: none;
    background: #222;
    line-height: 1;
    padding: 20px 4%;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,.08);
    z-index: 9999;
}

.topNavBar .topNavBarRightItem ul li{
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.topNavBar .topNavBarRightItem ul li:hover{
    background: #eee;
}
.topNavBar .topNavBarRightItem ul li:hover a{
    color: #585858;
}
.topNavBar .topNavBarRightItem ul li a{
    color: #fff;
}





.gradient{
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
}
.topDescBar{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #585858;
    z-index: 9999;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    background:#f8f8f8;
}
.topDescBar .topDescBarWrapper{
    max-width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    margin: 0 auto;
}
.topDescBar .topDescBarLeft{
    width: 40%;
    height: 40px;
    font-size: 14px;
    text-align: left;
}
.topDescBar .topDescBarRight{
    width: 60%;
    float: right;
    text-align: right;
    font-size: 14px;
}



.whiteTopNavBar{
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #585858;
    z-index: 9999;
    margin: 0 auto;
    background:#fff;
    margin-top:20px;
}
.whiteTopNavBar .topNavBarWrapper{
    max-width: 1200px;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    margin: 0 auto;
}
.whiteTopNavBar a{
    color: #585858;
}
.whiteTopNavBar .topNavBarLeft{
    width: 30%;
    height: 70px;
    font-size: 0;
    text-align: left;
}
.whiteTopNavBar .topNavBarLeft img{
    width: 39%;
    margin-top: 6px;
}
.whiteTopNavBar .topNavBarLeft span{
    width: 48%;
    font-size: 14px;
    color: #585858;
    margin-left: 2%;
}
.whiteTopNavBar .topNavBarRight{
    width: 70%;
    text-align: right;
    font-size: 14px;
}

.whiteTopNavBar .topNavBarRightItem{
    padding:0 30px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}
.whiteTopNavBar .topNavBarRightUser{
    padding: 0;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn{
    color:#585858;
    border-radius: 5px;
    width:100px;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:0 6px;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.login{
    background: #d50606bf;
    color:#fff;
    padding: 10px 20px;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.islogin{
    border:1px solid #d50606bf;
    color:#d50606bf;
    width: 92%;
    display: block;
    padding:10px 4%;
    margin-left: 0;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.register .kefuBox{
    top: 50px;
    right: 0px;
    margin: 0;
    left: 0;
    width: 130px;
    height: 130px;
    z-index: 9999;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.register .kefuBox .kefuBoxArrow{
    border-left-color:transparent;
    border-bottom-color:#fff;
    left:0;
    right:0;
    margin:0 auto;
    top:-20px;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.register .kefuBox img{
    width: 130px;
    height: 130px;
}
.whiteTopNavBar .topNavBarRightUser .topMinBarNavMemberBtn.register:hover .kefuBox{
    display: block;
}
.whiteTopNavBar .topNavBarRightItem ul{
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    width: 92%;
    margin: 0 auto;
    display: none;
    background: #d50606bf;
    line-height: 1;
    padding: 20px 4%;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,.08);
    z-index: 9999;
    border: 1px solid #d50606bf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.whiteTopNavBar .topNavBarRightItem ul li{
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.whiteTopNavBar .topNavBarRightItem ul li:hover{
    background: #650420;
}
.whiteTopNavBar .topNavBarRightItem ul li:hover a{
    color: #fff;
}
.whiteTopNavBar .topNavBarRightItem ul li a{
    color: #fff;
}

.whiteTopNavBar .topNavBarRightItem .topNavBarRightItemHot{
    width: 20px;
    position: absolute;
    display: block;
    right: -9px;
    top:0px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 95px;
    width: 100%;
}


.logoSection{
    width: 300px;
    margin:90px auto 60px;
}
.logoSection .logoSectionImg{
    width: 300px;
}


.kefuBox{
    background: #fff;
    position: absolute;
    width: 160px;
    height: 160px;
    text-align: center;
    border: 1px solid #eee;
    display: none;
    margin: auto 0;
    top: 0;
    bottom: 0;
}
.kefuBox .kefuBoxWrapper{
    position: relative;
}
.kefuBox .kefuBoxArrow{
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color:#fff;
    position: absolute;
    top:0;
    bottom: 0;
    margin:auto 0;
}


.indexTips{
    width: 50%;
    margin: 50px auto 0;
    font-size: 13px;
    display: block;
    color: #ee4f4f;
}

.indexSection{
    position: relative;
    background-color: #fff;
    padding: 60px 10px;
}
.indexSection .indexSectionInner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
}
.indexSection .indexSectionHead{
    margin-bottom: 60px;
    text-align: center;
}
.indexSection .indexSectionHeadTitle{
    font-size: 32px;
    line-height: 46px;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.indexSection .indexSectionHeadTitle.leftTitle{
    text-align: left;
}
.indexSection .indexSectionHeadTitleSub{
    font-size: 22px;
}
.indexSection .indexSectionBody{
    padding: 24px 0 0;
    max-height: 560px;
    overflow: hidden;
}


.indexFilterSection{
    margin:80px auto 20px;
    padding:20px 0 0;
    border-bottom:1px solid #eee;
}
.indexFilterSection .indexFilterSectionGroup{
    border-top:1px solid #eee;
    padding:20px 0;
    font-size: 0;
}
.indexFilterSection .indexFilterSectionGroupLabel{
    border:1px solid #eee;
    width: 7%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size:13px;
    padding: 0;
}
.indexFilterSection .indexFilterSectionGroupOptions{
    margin-left:2%;
    width: 90%;
    font-size:14px;
    padding: 0;
    overflow: hidden;
}
.indexFilterSection .indexFilterSectionGroupOptionsItem{
    padding: 6px 10px;
    cursor: pointer;
}
.indexFilterSection .indexFilterSectionGroupOptionsItem.selected{
    font-weight: 500;
    color:#d50606bf;
}
.indexFilterSection .indexFilterSectionGroupMore,.indexFilterSection .indexFilterSectionGroupCloseMore{
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    color: #585858;
    cursor: pointer;
    display: none;
}
.indexLeftSection{
    top: 10px;
    width: 220px;
    position: absolute;
}
.indexLeftSection.scrollStatus{
    top: 20px;
    position: fixed;
    width: 220px;
}

.indexCateSection{
    font-size:0;
    text-align: center;
    box-shadow: -1px 2px 40px 0 rgb(0 0 0 / 10%);
}
.indexCateSection .indexCateSectionItem{
    /*width: 27.2%;*/
    width: 80%;
    padding: 10%;
    font-size: 0;
    cursor: pointer;
}

.indexCateSection .indexCateSectionItem .indexCateSectionItemLeft{
    font-size: 15px;
    font-weight: 600;
    width: 80%;
    text-align: left;
}
.indexCateSection .indexCateSectionItem .indexCateSectionItemRight{
    width: 20%;
    font-size: 16px;
    text-align: right;
    color: #e1b877;
}

.indexCateSection .indexCateSectionItem.active{
    background: #d50606bf;
    color:#fff;
}
.indexCateSection .indexCateSectionItem.active .indexCateSectionItemRight{
    color:#fff;
}
.indexQunSection{
    box-shadow: -1px 2px 40px 0 rgb(0 0 0 / 10%);
    margin-top:30px;
    width: 100%;
}
.indexQunSection .indexQunSectionCode{
    width: 90%;
    margin: 0 auto;
    display: block;
}
.indexQunSection .indexQunSectionText{
    padding:2px 10px 15px ;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
}

.indexBrandSection{
    width: 78%;
    margin-left: 22%;
}
.indexBrandSection .indexBrandSectionWrapper{
    margin-top:60px;
}
.indexBrandSection .indexBrandSectionItem{
    width: 30%;
    margin:1%;
    border:1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.indexBrandSection .indexBrandSectionItem:hover{
    box-shadow: -1px 2px 40px 0 rgb(0 0 0 / 10%);
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemThumb{
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemThumb img{
    width: 80%;
    margin: 20px auto;
    display: block;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemBottom{
    padding:20px;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemName{
    font-size: 0;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemName .indexBrandSectionItemCnname{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#222222;
    width: 60%;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemName .indexBrandSectionItemNum{
    font-size: 12px;
    width: 40%;
    text-align: right;
    color:#666;
}
.indexBrandSection .indexBrandSectionItem .indexBrandSectionItemEnname{
    font-size: 13px;
    display: table;
    padding: 2px 10px;
    box-shadow: 0px 0px 0px 1px #dedede;
    border-radius: 15px;
    color:#222;
    margin-top:10px;
}

.fixedBar{
    position: fixed;
    bottom:150px;
    right:200px;
    width: 60px;
}
.fixedBar .fixedBarItem{
    color:#fff;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    background: rgba(0,0,0,0.4);
    position: relative;
}
.fixedBar .fixedBarItem:hover{
    background: rgba(0,0,0,0.6);
}
.fixedBar .fixedBarItem.br{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.fixedBar .fixedBarItem i{
    color:#fff;
    font-size:26px;
    margin-top: 16px;
}
.fixedBar .fixedBarItem .fixedBarItemCartNum{
    color:#fff;
    padding:6px 10px;
    display: block;
    text-align: center;
    position: absolute;
    top:-6px;
    left:-10px;
    border-radius: 50%;
    font-size:12px;
    background: #ee4f4f;
}


.fixedBar .fixedBarBox{
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 160px;
    height: 40px;
    text-align: center;
    display: none;
    top: 0;
    bottom: 0;
    line-height: 40px;
    left: -180px;
}
.fixedBar .fixedBarBox .fixedBarBoxWrapper{
    position: relative;
}
.fixedBar .fixedBarBox .fixedBarBoxArrow{
    width:0;
    height:0;
    border:6px solid transparent;
    border-left-color:rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    bottom: 0;
    margin:auto 0;
    right:-12px;
}
.fixedBar .fixedBarBox .fixedBarBoxWrapper img{
    margin-top: 10px;
    width: 140px;
    height: 140px;
}
.fixedBar .fixedBarItem.firstItem .fixedBarBox{
    margin: 0;
    top:10px;
}
.fixedBar .fixedBarItem.lastItem .fixedBarBox{
    margin: 0;
    top: -40px;
    height: 160px;
}
.fixedBar .fixedBarItem.firstItem:hover .fixedBarBox,.fixedBar .fixedBarItem.lastItem:hover .fixedBarBox{
    display: block;
}




.loginPageTop{
    padding-top:40px;
}
.loginPageTop .loginPageTopImg{
    width: 120px;
}
.loginPageTop .loginPageTopText{
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}
.loginPageWrap{
    margin-top:150px;
}

.loginPageWrap .loginLeftLabel{
    width: 697px;
    margin-right: 90px;
    font-size:56px;
    font-weight: 600;
    color:#fff;
}
.loginPageWrap .loginLeftLabel .loginLeftLabelTop{
    margin-left:50px;
}
.loginPageWrap .loginLeftLabel .loginLeftLabelBottom{
    margin-left:120px;
    margin-top:20px;
}
.loginPageWrap .loginContent{
    background-color: #fff;
    height: 320px;
    width: 320px;
    padding: 30px 40px;
}
.loginPageWrap .loginBottom{
    font-size: 13px;
    color:#585858;
}

.loginPageWrap .loginBottom .kefuBox img{
    width: 140px;
    height: 140px;
    margin-top:10px;
}
.loginPageWrap .loginBottomL{
    width:49%;
    position: relative;
}
.loginPageWrap .loginBottomR{
    width:49%;
    text-align: right;
    position: relative;
}

.loginPageWrap .loginBottomR .kefuBox{
    right: -222px;
}
.loginPageWrap .loginBottomL .kefuBox{
    left: -222px;
}
.loginPageWrap .loginBottomL .kefuBox .kefuBoxArrow{
    right: -20px;
}
.loginPageWrap .loginBottomR .kefuBox .kefuBoxArrow{
    left: -20px;
    border-left-color:transparent;
    border-right-color:#fff;
}
.loginPageWrap .loginBottomR:hover .kefuBox{
    display: block;
}
.loginPageWrap .loginBottomL:hover .kefuBox{
    display: block;
}
.loginPageWrap .loginBottom.lightText{
    color:#5FB7F7;
}
.loginPageWrap .loginLabel{
    font-size:18px;
    text-align: center;
}

.feedbackTips{
    width: 50%;
    border:1px solid #eee;
    padding:20px;
    font-size: 14px;
    line-height: 1.4;
    margin:60px auto 0;
}
.feedbackForm{
    width: 50%;
    border:1px solid #eee;
    padding:20px;
    font-size: 14px;
    line-height: 1.4;
    margin:20px auto 0;
}
.feedbackForm .feedbackFormLabel{
    font-weight: 600;
}
/*å…¨å±€è¡¨å•*/
.formContainer{
    margin: 0 auto;
    max-width: 420px;
    padding-top: 40px;
    position: relative;
}
.formContainer.registerForm{
    padding-top: 50px;
}
.formContainer.loginForm{
    padding-top: 20px;
}
.formContainer .formControl{
    padding-bottom: 20px;
    position: relative;
}
.formContainer .formLabel{
    width: 20%;
    font-size:14px;
}
.formContainer .formInput{
    font-size: 14px;
    height: 45px;
    width: 78%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #333;
    vertical-align: middle;
    padding: 13px 10px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.formContainer .formSelect{
    font-size: 14px;
    height: 45px;
    width: 80%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #333;
    vertical-align: middle;
    padding: 13px 10px 12px;
    box-sizing: border-box;

    border-radius: 0;
}
.formContainer .formSelect.twoSelect{
    width: 32%;
    margin-right: 2%;
}
.formContainer .formUploadPic{
    font-size: 14px;
    width: 80%;
}
.formContainer .formRadioItem{
    font-size: 14px;
    margin-right: 10px;
}
.formContainer .formControl.noLabel .formInput{
    width: 100%;
}
.formContainer .formInput:hover {
    border-color: #b3b3b3;
    outline: 0;
}
.formContainer .formInput:focus{
    border-color:#d50606bf;
    outline:0
}

.formContainer .formControl.authCodeControl .formInput{
    width: 60%;
}
.formContainer .formControl.authCodeControl .formCodeImg{
    width: 19%;
    height: 45px;
}
.formContainer .formControl.authCodeControl.noLabel .formInput{
    width: 79%;
}


.formContainer .formControl.mobileCodeControl .formInput{
    width: 50%;
}
.formContainer .formControl.mobileCodeControl .formSmscodeBtn{
    width: 29%;
    height: 45px;
    background:#d50606bf;
    text-align: center;
    font-size:13px;
    line-height: 45px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}
.formContainer .formControl.mobileCodeControl.noLabel .formInput{
    width: 69%;
}

.formContainer .formTextarea{
    width: 90%;
    height: 200px;
    border:1px solid #eee;
    padding:5%;
}

.formContainer .formBtn{
    width: 100%;
    height: 45px;
    border: none;
    margin-bottom: 20px;
    margin-top:20px;
    font-size: 14px;
    background-color: #d50606bf;
    cursor: pointer;
    color: #fff;
    outline: 0;
    border-radius: 10px;
}
.formContainer .formBtn:hover{
    background-color:#690522
}
.formContainer .formBtn.disabled,.formContainer .formBtn.disabled:hover{
    background-color:#d0d0d0;
    color:#fff
}


.pageBanner{
    width:100%;
    height: 380px;
    text-align: center;

}
.pageBanner.tech_achievements{
    background: url('/upload/images/resource/banner/tech_achievements_banner.png') no-repeat center center;
    background-size:100% 100%;
}
.pageBanner.tech_talent{
    background: url('/upload/images/resource/banner/tech_talent_banner.png') no-repeat center center;
    background-size:100% 100%;
}
.pageBanner.tech_train{
    background: url('/upload/images/resource/banner/tech_talent_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.tech_talentdetail{
    background: url('/upload/images/resource/banner/tech_talentdetail_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.tech_school{
    background: url('/upload/images/resource/banner/tech_school_banner.png') no-repeat center center;
    background-size:100% 100%;
}
.pageBanner.tech_schooldetail{
    background: url('/upload/images/resource/banner/tech_school_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.research_article{
    background: url('/upload/images/resource/banner/research_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.project_project{
    background: url('/upload/images/resource/banner/project_banner.png') no-repeat center center;
    background-size:100% 100%;
}
.pageBanner.city_citydetail{
    background: url('/upload/images/resource/banner/city_citydetail_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.media_article{
    background: url('/upload/images/resource/banner/media_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.appmarket_app{
    background: url('/upload/images/resource/banner/appmarket_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 250px;
}
.pageBanner.member_banner{
    background: url('/upload/images/resource/banner/member_banner.png') no-repeat center center;
    background-size:100% 100%;
    height: 320px;
}

.pageBanner .pageBannerSlogan{
    font-size: 26px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}
.pageBanner .pageBannerSearch{
    border:1px solid #fff;
    width:600px;
    height: 50px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    font-size: 0;
}
.pageBanner .pageBannerSearch .pageBannerSearchInput{
    background: rgba(255,255,255,0.1);
    width: 480px;
    height: 50px;
    border: 0;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.pageBanner .pageBannerSearch .pageBannerSearchBtn{
    width: 100px;
    border: 0;
    height: 50px;
    font-size: 14px;
    color:#5FB7F7;
}

.sectionWrapper{
    margin: 0 auto;
    max-width: 1200px;
}


.pageTab{
    background: #fff;
    height: 70px;
    line-height: 70px;
    box-shadow:0px 2px 4px 0px rgba(3,27,78,0.06);
    text-align: center;
    position: relative;
    z-index: 99;
}

.pageTab .pageTabItem{
    font-size:0;
}
.pageTab.threeCol .pageTabItem{
    width:22%;
    font-size:14px;
    border-bottom:2px solid #fff;
    height: 64px;
    line-height: 64px;
}
.pageTab .pageTabItem.selected{
    color:#5FB7F7;
    border-bottom:2px solid #5FB7F7;
}


.filterSection{
    background: #fff;
    padding: 20px 0;
}
.filterSection .filterSectionItem{
    font-size:0;
    padding: 16px 0;
}
.filterSection .filterSectionItemLabel{
    color: #999;
    font-size: 14px;
    margin-right: 2%;
    width: 8%;
    vertical-align: top;
    text-align: right;
    margin-top: 5px;
}
.filterSection .filterSectionItemBody{
    font-size: 14px;
    max-width: 90%;
    line-height: 1.6;
}
.filterSection .filterSectionItemBody .filterSectionItemBodyItem{
    font-size:14px;
    color:#222;
    margin-right: 10px;
    cursor: pointer;
}
.filterSection .filterSectionItemBody .filterSectionItemBodyItem.selected{
    font-size:14px;
    color:#5FB7F7;
    font-weight: 600;
}



.goodsDetailTop{
    font-size:0;
    padding:30px;
}
.goodsDetailTop .goodsDetailTopLeft{
    width: 400px;
    margin-right: 50px;
}
.goodsDetailTop .goodsDetailTopLeft .ad-image-wrapper{
    background: #F7F7F7;
}
.goodsDetailTop .goodsDetailTopLeftThumb{
    height:90px;
}
.goodsDetailTop .goodsDetailTopLeftOneThumb{
    width: 400px;
    height:400px;
}
.goodsDetailTop .goodsDetailTopRight{
    font-size: 14px;
    width: 690px;
}
.goodsDetailTop .goodsDetailTopTitle{
    font-size:26px;
    margin-bottom: 12px;
    font-weight: 500;
}
.goodsDetailTop .goodsDetailTopSubTitle{
    font-size:15px;
    color:#686868;
}
.goodsDetailTop .goodsDetailTopPrice{
    background: #F8F8F8;
    border:1px solid #eee;
    padding: 10px 20px;
    margin-top:20px;
}
.goodsDetailTop .goodsDetailTopPrice .goodsDetailTopPriceItem{
    font-size:14px;
    margin:15px 0;
}
.goodsDetailTop .goodsDetailTopPrice .goodsDetailTopPriceItemLabel{
    width:40px;
    font-weight: 500;
}
.goodsDetailTop .goodsDetailTopPrice .goodsDetailTopPriceItemValue{
    margin-left:10px;
    color:#585858;
}
.goodsDetailTop .goodsDetailTopPrice .goodsDetailTopPriceItemValue span{
    color:#f60;
    font-size: 22px;
    font-weight: 600;
}
.goodsDetailTop .goodsDetailTopNumBox{
    color:#585858;
    margin-top: 30px;
}
.goodsDetailTop .goodsDetailTopNumBox .goodsDetailTopNumBoxLabel{
    padding-left:21px;
    width:40px;
    font-weight: 500;
}
.goodsDetailTop .goodsDetailTopNumBox .goodsDetailTopNumBoxWrapper{
    margin-left:10px;
    font-size: 0;
}
.goodsDetailTop .goodsDetailTopNumBox .goodsDetailTopNumBoxWrapper .goodsDetailTopNumBoxLeft,.goodsDetailTop .goodsDetailTopNumBox .goodsDetailTopNumBoxWrapper .goodsDetailTopNumBoxRight{
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size:16px;
    text-align: center;
    border:1px solid #eee;
    cursor: pointer;
}
.goodsDetailTop .goodsDetailTopNumBox .goodsDetailTopNumBoxWrapper .goodsDetailTopNumBoxMiddle{
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    font-size:16px;
    text-align: center;

}
.goodsDetailTop .goodsDetailTopModel{
    margin-top: 30px;
}
.goodsDetailTop .goodsDetailTopModel .goodsDetailTopModelLabel{
    padding-left:21px;
    width:40px;
    font-weight: 500;
}
.goodsDetailTop .goodsDetailTopModel .goodsDetailTopModelWrapper{
    margin-left:10px;
}
.goodsDetailTop .goodsDetailTopModel .goodsDetailTopModelItem{
    border:1px solid #eee;
    padding:10px 16px;
    border-radius: 4px;
    margin-right:10px;
    font-size:14px;
    cursor: pointer;
}
.goodsDetailTop .goodsDetailTopModel .goodsDetailTopModelItem.selected{
    border:1px solid #5FB7F7;
    color:#5FB7F7;
}


.goodsDetailTop .goodsDetailRecommendGoods{
    background: #F8F8F8;
    border:1px solid #eee;
    padding: 10px 20px;
    margin-top:20px;
}
.goodsDetailTop .goodsDetailRecommendGoods .goodsDetailRecommendGoodsLeft{
    width: 80%;
}
.goodsDetailTop .goodsDetailRecommendGoods .goodsDetailRecommendGoodsLeftItem{

}
.goodsDetailTop .goodsDetailRecommendGoods .goodsDetailRecommendGoodsLeftItem .light{
    font-weight: 600;
    color:#ee4f4f;
}
.goodsDetailTop .goodsDetailRecommendGoods .goodsDetailRecommendGoodsRight{
    width: 18%;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    font-size: 13px;
}


.goodsDetailTop .goodsDetailTopGroup{
    margin-top: 30px;
    border: 1px solid #5FB7F7;
}
.goodsDetailTop .goodsDetailTopGroup .goodsDetailTopGroupType{
    text-align: center;
    color: #fff;
    background: #d50606bf;
    width: 40px;
    height: 40px;
    padding: 10px 26px;
    line-height: 20px;
    font-weight: 500;
}
.goodsDetailTop .goodsDetailTopGroup .goodsDetailTopGroupRight{
    margin-left:10px;
}
.goodsDetailTop .goodsDetailTopGroup .goodsDetailTopGroupRightItem{
    padding:6px 0;
    font-size:14px;
    color:#282828;
}


.goodsDetailTop .goodsDetailTopBtn{
    margin-top: 60px;
}
.goodsDetailTop .goodsDetailTopBtnItem{
    border-radius: 4px;
}
.goodsDetailTop .goodsDetailTopBtnItem i{
    margin-right:10px;
}
.goodsDetailContent{
    margin-top:30px;
}
.goodsDetailContent .goodsDetailContentNav{
    background: #F8F8F8;
    border:1px solid #EEE;
    height: 40px;
}
.goodsDetailContent .goodsDetailContentNavItem{
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-top:2px solid #5FB7F7;
    width: 100px;
    text-align: center;
    border-right: 1px solid #eee;
    margin-top:-1px;
    font-size:14px;
}
.goodsDetailContent .goodsDetailContentWrapper{
    padding:20px;
}





.brandDetailTopInfo{
    padding: 20px;
    border: 1px solid #eee;
    margin-top:20px;
    font-size: 0;
}
.brandDetailTopInfo .brandDetailTopInfoThumb{
    width: 16%;
}
.brandDetailTopInfo .brandDetailTopInfoThumb img{
    width: 100%;
}
.brandDetailTopInfo .brandDetailTopInfoRight{
    width: 76%;
    margin-left:5%;
    font-size: 14px;
}
.brandDetailTopInfo .brandDetailTopInfoRight .brandDetailTopInfoRightName{

}
.brandDetailTopInfo .brandDetailTopInfoRight .brandDetailTopInfoRightCnName{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222222;
}
.brandDetailTopInfo .brandDetailTopInfoRight .brandDetailTopInfoRightEnName{
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #dedede;
    border-radius: 15px;
    color: #222;
    margin-left: 10px;
}
.brandDetailTopInfo .brandDetailTopInfoRight .brandDetailTopInfoRightDesc{
    margin-top:15px;
    line-height: 1.5;
}
.brandDetailTopInfoRightDesc p{
    margin-top: 24px;
    overflow-x: visible;
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 30px;
 
}


.cigarListTop{
    margin-top:30px;
}
.cigarListTop .cigarListTopLabel{
    font-size:15px;
    font-weight: 600;
    padding:30px 0 30px;
}
.cigarListTop .cigarListTopLabel .cigarListTopSearch{
    float: right;
    font-size:0;
    margin-top: -10px;
}
.cigarListTop .cigarListTopLabel .cigarListTopSearch .cigarListTopSearchInput{
    border: 1px solid #eee;
    padding: 6px 10px;
    width: 260px;
    height: 20px;
    font-size: 14px;
}
.cigarListTop .cigarListTopLabel .cigarListTopSearch .cigarListTopSearchBtn{
    background: #d50606bf;
    color: #fff;
    height: 34px;
    width: 60px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.cigarListTop .cigarListTopLabel .cigarListTopSearch .cigarListTopSearchBtn i{
    margin-top:9px;
}
.cigarListWrapper{
    font-size:0;
}

.cigarListWrapper .cigarListWrapperItem{
    width: 22.8%;
    margin:1%;
    border:1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.cigarListWrapper .cigarListWrapperItem:hover{
    box-shadow: -1px 2px 40px 0 rgb(0 0 0 / 10%);
}
.cigarListWrapper .cigarListWrapperItem:last-child{

}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemThumb{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemThumb img{
    max-width: 100%;
    height: auto;
    object-fit:cover
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemBottom{
    font-size: 14px;
    padding:20px;
}

.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemCnname{
    color:#222;
    font-weight: 600;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemEnname{
    color:#888;
    font-size: 12px;
    margin-top:8px;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemSell{
    font-size: 0px;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemPrice{
    font-size: 16px;
    margin-top:16px;
    color:#d50606bf;
    font-weight: 600;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemSellnum{
    position: absolute;
    top:20px;
    right:20px;
    background: rgba(0,0,0,0.4);
    color:#fff;
    padding:6px 10px;
    font-size: 12px;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemSalenum{
    position: absolute;
    background: #d50606bf;
    color: #fff;
    left: -40px;
    top: 26px;
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    transform: rotate(315deg);
    font-size: 12px;
}
.cigarListWrapper .cigarListWrapperItem .cigarListWrapperItemBtn{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    color:#fff;
    background: #c55d5f;
    margin-top:20px;
}




.cigarDetailTopInfo{
    margin-top:50px;
    font-size: 0;
}
.cigarDetailTopInfo .cigarDetailTopInfoThumb{
    width: 26%;
    border:1px solid #ddd;
}
.cigarDetailTopInfo .cigarDetailTopInfoThumb img{
    width: 100%;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight{
    width: 66%;
    margin-left:5%;
    font-size: 14px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightName{
    font-size: 0;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightNameLeft{
    width: 85%;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightNameRight{
    width: 10%;
    margin-left:5%;
    text-align: right;
    font-size: 14px;
    color:#585858;
    cursor: pointer;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightNameRight.hl{
    color:#d50606bf;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightNameRight .cigarDetailTopInfoRightNameRightIcon{

}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightNameRight .cigarDetailTopInfoRightNameRightText{
    margin-left:10px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightCnName{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222222;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightBrandName{
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #dedede;
    border-radius: 15px;
    color: #222;
    margin-left: 10px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightEnName{
    font-size: 14px;
    color: #888;
    margin-top: 12px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightPrice{
    font-size: 22px;
    margin-top:20px;
    color:#d50606bf;
    font-weight: 600;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightParam{
    margin-top:40px;
    border:1px solid #ddd;
    display: table;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightParam .cigarDetailTopInfoRightParamItem{
    width: 170px;
    text-align: center;
    border-right: 1px solid #ddd;
    padding:20px 0;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightParam .cigarDetailTopInfoRightParamItem:last-child{
    border-right:0;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightParam .cigarDetailTopInfoRightParamItemNum{
    color:#222;
    font-size: 16px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightParam .cigarDetailTopInfoRightParamItemLabel{
    color:#999;
    font-size: 13px;
    margin-top:10px;
}
.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightDesc{
    margin-top:30px;
    line-height: 1.5rem;
}

.cigarDetailTopInfoRightDesc p {
    line-height: 25px;
    margin: 1rem 0;
    font-size: 15px;
    color: #333333;
    text-align: justify;
    padding: 0 1.5rem;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.cigarDetailTopInfo .cigarDetailTopInfoRight .cigarDetailTopInfoRightShop{
    margin-top:20px;
    color:#222;
}


/*track list*/

.trackList{
    margin-top:50px;
}
.trackList .trackListHead{
    font-weight: 600;
    font-size: 15px;
}
.trackListHead .trackListHeadLeft{
    width: 30%;
    font-weight: 600;
    font-size: 15px;
}
.trackListHead .trackListHeadRight{
    width: 70%;
    font-size: 13px;
    text-align: right;
    font-weight: normal;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemCheck{
    margin-left:16px;
    border:1px solid #ddd;
    padding:8px 10px;
    border-radius: 6px;
    color:#787878;
    cursor: pointer;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemCheck .trackListHeadRightItemCheckIcon{
    padding-right: 5px;
    color:#999;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemCheck.checked{
    border:1px solid #d50606bf;
    color:#d50606bf;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemCheck.checked .trackListHeadRightItemCheckIcon{
    color:#d50606bf;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemSort{
    margin-left:16px;
    border:1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemSort .trackListHeadRightItemSortItem{
    padding:8px 16px;
    cursor: pointer;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemSort .trackListHeadRightItemSortItem.selected{
    background: #d50606bf;
    color: #fff;
}
.trackListHead .trackListHeadRight .trackListHeadRightItemSort .trackListHeadRightItemSortItem .trackListHeadRightItemSortItemIcon{
    padding-left: 5px;
}
.trackList .trackListWrapper{
    margin-top:30px;
}
.trackList .trackListWrapperLabel{
    padding:20px 0;
    background: #a1b877;
    font-size:0;
}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem{
    width:14.2%;
    text-align: center;
    font-size:14px;
}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(1){
    width:25%;

}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(2){
    width:12%;

}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(3){
    width:20%;

}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(4){
    width:20%;

}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(5){
    width:10%;

}
.trackList .trackListWrapperLabel .trackListWrapperLabelItem:nth-child(6){
    width:12.5%;

}

.text-left{
    text-align: left!important;
}
.text-red{
    color:#d50606bf;
}
.text-del{
    text-decoration: line-through;
}
.trackList .trackListWrapperItem{
    padding:20px 10px;
    border-bottom: 1px dashed #eee;
    font-size:0;
}
.trackList .trackListWrapperItem.issale{
    background: #f3e4e4;
}
.trackList .trackListWrapperItem:last-child{
    border-bottom:0;
}

.trackList .trackListWrapperItem .trackListWrapperItemField{
    width:14.2%;
    text-align: center;
    font-size:13px;
    line-height: 1.4;
}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(1){
    width:25%;
}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(2){
    width:12%;

}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(3){
    width:20%;

}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(4){
    width:20%;

}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(5){
    width:10%;

}
.trackList .trackListWrapperItem .trackListWrapperItemField:nth-child(6){
    width: 11.5%;
    margin-left: 1%;
}


.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldThumb{
    width: 28%;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldThumb img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldName{
    width: 65%;
    margin-left: 7%;
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldDefault{
    font-size: 14px;
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldMin{
    margin-top:10px;
    color:#999;
    font-size: 12px;
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldMin.top{
    margin-top:0px;
    margin-bottom:10px;
    color:#999;
    font-size: 12px;
}


.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldError{
    border:1px solid #ddd;
    font-size:12px;
    border-radius: 6px;
    text-align: center;
    color:#787878;
    width: 66px;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
}
.trackList .trackListWrapperItem .trackListWrapperItemField .trackListWrapperItemFieldBtn{
    background: #d50606bf;
    color: #222;
    max-width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 12px;
}


.articleListTop{
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
    font-size: 14px;
}
.articleListTop .articleListTopLabel{
    font-weight: 15px;
    margin-top: 30px;
    padding-left: 10px;
    font-size: 22px;
    border-left: 5px solid #ee4f4f;
}


.articleListTop .articleListTopText{
    margin-top:20px;
    color:#585858;
    line-height: 1.6;
}
.articleListTop .articleListTopTime{
    margin-top:20px;
    color:#585858;
}
.articleListTop .articleListTopTime span{
    color:#ee4f4f;
    font-weight: 600;
}
.articleListLabel{
    font-weight: 15px;
    margin-top:50px;
    padding-left:10px;
    border-left: 5px solid #ee4f4f;
}
.articleListWrapper{
    margin-top:30px;
}

.articleListWrapper .articleListWrapperItem{
    border-bottom:1px dashed #eee;
    overflow: hidden;
    padding: 20px 0;
    font-size:0;
}

.articleListWrapper .articleListWrapperItem .articleListWrapperItemTitle{
    width: 50%;
    font-weight: bold;
    font-size: 15px;
}
.articleListWrapper .articleListWrapperItem .articleListWrapperItemTime{
    width: 50%;
    font-size: 13px;
    color:#585858;
    text-align: right;
}
.articleListWrapper .articleListWrapperItem .articleListWrapperItemGo{
    width: 20%;
    text-align: center;
    font-size: 13px;
    color:#ee4f4f;
    text-align: right;

}

.nowPageNav{
    padding:60px 0 20px;
    font-size: 14px;
    line-height: 1.3;
}
.nowPageNav a{
    color:#585858;
}

.articleDetailWrapper{
    padding: 50px 30px;
    border: 1px solid #eee;
    margin-top: 20px;
}
.articleDetailWrapper .articleDetailWrapperTitle{
    text-align: center;
}
.articleDetailWrapper .articleDetailWrapperTime{
    font-size: 14px;
    margin-top:20px;
    color:#787878;
    text-align: center;
}
.articleDetailWrapper .articleDetailWrapperBody{
    margin:50px auto;
    width: 80%;
    line-height: 1.6;
}
.articleDetailWrapper .articleDetailWrapperBody ul li{
    margin-top:30px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrand{
    font-size: 16px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItem{
    font-size: 14px;
    padding:10px 0;
    line-height: 1.6;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemText{

}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemName{
    color:#585858;
    margin-right:20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemModule{
    margin-right:20px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemOldprice{
    color:#787878;
    text-decoration: line-through;
    margin-right:20px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemNowprice{
    color:#ee4f4f;
    margin-right:20px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemSale{
    color:#ee4f4f;
    margin-right:20px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard{
    border:1px solid #eee;
    width: 70%;
    padding:3%;
    border-radius: 10px;
    margin:20px auto;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardName{
    font-size: 15px;
    font-weight: 600;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottom{
    margin-top:10px;
    font-size: 0;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomThumb{
    width: 25%;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomThumb img{
    width: 100%;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomRight{
    width:70%;
    margin-left: 5%;
    font-size: 13px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomRightField{
    margin-top:5px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomRightBtn{
    margin-top:20px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomRightBtnItem{
    background: #ee4f4f;
    border:1px solid #ee4f4f;
    width: 200px;
    text-align: center;
    color:#fff;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-right: 10px;
}
.articleDetailWrapper .articleDetailWrapperBody .articleDetailWrapperBodyBrandItemCard .articleDetailWrapperBodyBrandItemCardBottomRightBtnItem:nth-child(2){
    border:1px solid #ee4f4f;
    background: #fff;
    color:#ee4f4f;
}


.navSection{
    width: 90%;
    margin: 60px auto;
    border:1px solid #eee;
    padding:5%;
}
.navSection.adopen{
    width:73%;
    margin-left:0;
    padding:3%;
}
.navSection .navSectionCateGroup{
    margin-bottom:50px;
    font-size: 0;
    line-height: 40px;
}
.navSection .navSectionCateGroup .navSectionCateGroupLabel{
    font-weight: 600;
    color:#d50606bf;
    font-size: 15px;
}
.navSection .navSectionCateGroup .navSectionCateGroupNavlist{
    margin-left:30px;
    max-width: 80%;
}
.navSection .navSectionCateGroup .navSectionCateGroupNavitem{
    font-size: 15px;
    margin-left:30px;
}




.noDataWrapper{
    text-align: center;
}
.noDataWrapper .noDataTipsImg{

}
.noDataWrapper .noDataTipsText{
    color:#888;
    margin-top:12px;
    font-size: 14px;
}


.loading-dialog{
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    margin: auto;
    background: rgba(0,0,0,0.6);
    color:#fff;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 20px;
    z-index: 9999;
}
.loading-dialog .loading-dialog-wrapper{
    text-align: center;
}
.loading-dialog .loading-dialog-wrapper img{
    width: 100px;
    height: 100px;
    margin:28px auto 0;
    display: block;
}
.loading-dialog .loading-dialog-wrapper .loading-dialog-wrapper-text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 20px;
}





.memberSection{
    margin:20px auto;
    font-size:0;
}
.memberSection .memberSectionLeft{
    background: #fff;
    width: 20%;
    margin-right: 2%;
}
.memberSection .memberSectionLeft .memberSectionLeftHead{
    background: #5FB7F7;
    color:#fff;
    font-size: 20px;
    padding:20px;
}
.memberSection .memberSectionLeft .memberSectionLeftWrapper{
    padding:15px 20px;
}
.memberSection .memberSectionLeft .memberSectionLeftItem{
    display: block;
    padding:15px 0;
    font-size: 0;
    color:#585858;
}
.memberSection .memberSectionLeft .memberSectionLeftItem.selected{
    color:#5FB7F7;
}
.memberSection .memberSectionLeft .memberSectionLeftItemIcon{
    width:15%;
    font-size: 14px;
}
.memberSection .memberSectionLeft .memberSectionLeftItemTitle{
    width:75%;
    font-size: 14px;
}
.memberSection .memberSectionLeft .memberSectionLeftItemArrow{
    width:10%;
    font-size: 14px;
}


.memberSection .memberSectionRight{
    background: #fff;
    width: 68%;
}
.memberSection .memberSectionRight .memberSectionRightLabel{
    border-left:4px solid #5FB7F7;
    padding:0 10px;
    font-size:14px;
    margin:20px;
}
.memberSection .memberSectionRight .memberSectionRightWrapper{
    padding:0 20px 15px;
}

.memberSection .memberSectionRight .memberSectionRightHead{
    background: #f7f7f7;
    font-size: 0;
    height: 36px;
    line-height: 36px;
}
.memberSection .memberSectionRight .memberSectionRightHead .memberSectionRightHeadItem{
    font-size: 13px;
    width: 33%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightHead.twoCol .memberSectionRightHeadItem{
    font-size: 13px;
    width: 50%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightHead.fourCol .memberSectionRightHeadItem{
    font-size: 13px;
    width: 25%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightDataWrapper{
    padding: 20px 0;
}
.memberSection .memberSectionRight .memberSectionRightData{
    font-size: 0;
    padding: 16px 0;
}
.memberSection .memberSectionRight .memberSectionRightData .memberSectionRightDataItem{
    font-size:13px;
    width: 31%;
    padding: 0 1%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightData.twoCol .memberSectionRightDataItem{
    font-size:13px;
    width: 46%;
    padding: 0 2%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightData.fourCol .memberSectionRightDataItem{
    font-size:13px;
    width: 21%;
    padding: 0 2%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightData .memberSectionRightDataItemBtn{
    border:1px solid #5FB7F7;
    color:#5FB7F7;
    padding:6px 16px;
    font-size: 12px;
    margin:0 2px;
    border-radius: 6px;
}

.memberSection .memberSectionRight .memberSectionRightFavNav{
    background: #f7f7f7;
    font-size: 0;
    height: 36px;
    line-height: 36px;
}
.memberSection .memberSectionRight .memberSectionRightFavNav .memberSectionRightFavNavItem{
    font-size: 13px;
    width: 14%;
    text-align: center;
}
.memberSection .memberSectionRight .memberSectionRightFavNav .memberSectionRightFavNavItem.selected{
    color:#5FB7F7;
}


.memberSection .memberSectionRight .memberSectionRightTalent{
    font-size:0;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem{
    border:1px solid #eee;
    padding: 2%;
    width:44.7%;
    margin-right:2%;
    font-size:14px;
    margin-bottom: 2%;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem:nth-child(2n){
    margin-right:0;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemThumb{
    width:100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemThumb img{
    width:100px;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemRight{
    margin-left:20px;
    max-width: 220px;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemName{
    font-size:16px;
    margin-bottom: 10px;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemRightInfo{
    font-size:13px;
    color:#787878;
}
.memberSection .memberSectionRight .memberSectionRightTalentItem .memberSectionRightTalentItemRightInfoItem{
    padding-bottom: 10px;
}

.memberSection .memberSectionRight .memberSectionRightArticle{

}
.memberSection .memberSectionRight .memberSectionRightArticleItem{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
}
.memberSection .memberSectionRight .memberSectionRightArticleItem:first-child{
    padding-top:0;
}
.memberSection .memberSectionRight .memberSectionRightArticleItem:last-child{
    border-bottom:0;
}
.memberSection .memberSectionRight .memberSectionRightArticleItem .memberSectionRightArticleItemTitle{
    font-size: 16px;
    font-weight: 500;
}
.memberSection .memberSectionRight .memberSectionRightArticleItem .memberSectionRightArticleItemIntro{
    margin-top:10px;
    font-size:14px;
    color:#787878;
}
.memberSection .memberSectionRight .memberSectionRightArticleItem .memberSectionRightArticleItemTime{
    margin-top:10px;
    font-size:14px;
    color:#787878;
}

.memberSection .memberSectionRight .memberSectionRightForm{
    padding-bottom: 24px;
}

.memberSection .memberSectionRight .memberSectionRightMyInfo{
    padding:10px 20px 20px;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoItem{
    padding: 10px 0;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoItemLabel{
    width:10%;
    margin-right: 2%;
    font-size: 14px;
    color:#585858;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoItemData{
    width:88%;
    font-size: 14px;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatar{
    font-size: 0;
    padding:10px 0;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatarLabel{
    font-size: 14px;
    width:10%;
    margin-right: 2%;
    font-size: 14px;
    color:#585858;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatarShow{
    width:70px;
    height:70px;
    border-radius: 50%;
    overflow: hidden;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatarShow img{
    width:70px;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatarData{
    font-size: 14px;
    width: 50%;
    margin-left: 6%;
    font-size: 14px;
    color: #585858;
}


.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatar .avatarFile {
    position: relative;
    background: #5FB7F7;
    border: 1px solid #5FB7F7;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    cursor: pointer;
}
.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatar .avatarFile input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}


.memberSection .memberSectionRight .memberSectionRightMyInfo .memberSectionRightMyInfoAvatar .submitAvatar{
    position: relative;
    background: #5FB7F7;
    border: 1px solid #5FB7F7;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    cursor: pointer;
    margin-left:20px;
    display: none;
}


.serviceproviderAddProjectForm{
    max-width: 90%;
}


.indexSearchBar{
    width: 700px;
    background: #fff;
    border-radius: 50px;
    margin: 0 auto;
    z-index: 9999;
    height: 60px;
    font-size: 0;
    overflow: hidden;
    box-shadow:0px 1px 12px 0 rgb(0 0 0 / 10%);
    margin-top:40px;
}
.indexSearchBar .indexSearchBarInput{
    height: 60px;
    border-radius: 50px;
    border: 0;
    padding-left: 5%;
    padding-top: 0;
    padding-bottom: 0;
    width: 75%;
    font-size: 15px;
    padding-right: 0;
}
.indexSearchBar .indexSearchBarBtn{
    background: #d50606bf;
    width: 20%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    height: 60px;
    cursor: pointer;
}
.indexSearchBar .indexSearchBarBtn i{
    margin-top:16px;
}




.priceDetail{
    margin-top:30px;
}
.priceDetail .priceDetailLabel{
    font-size:14px;
    padding-bottom:30px;
}
.priceDetail .priceDetailWrapper{
    padding:20px 60px 30px;
    border:1px solid #eee;
}
.priceDetail .priceDetailWrapper .priceDetailWrapperTitle{
    margin: 10px auto;
    font-size:22px;
    text-align: center;
}

.priceDetail .priceDetailWrapper .priceDetailWrapperContent{
    margin: 60px auto;
    font-size:14px;
}
.priceDetail .priceDetailWrapper .priceDetailWrapperContent p{
    margin: 15px 0;
}

.priceDetailTop{

}
.priceDetailTop .orderDetailGoodsTopLabel{
    font-size:15px;
    font-weight: 600;
    padding: 20px 0 20px;
}

.pricetrackDetailLeft{
    width: 40%;
    font-size: 14px;
}
.pricetrackDetailLeft .pricetrackDetailLeftPic{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricetrackDetailLeft .pricetrackDetailLeftPic img{
    max-width: 100%; /* å›¾ç‰‡æœ€å¤§å®½åº¦ä¸º100% */
    max-height: 100%; /* å›¾ç‰‡æœ€å¤§é«˜åº¦ä¸º100% */
    width: auto; /* å®½åº¦è‡ªé€‚åº” */
    height: auto; /* é«˜åº¦è‡ªé€‚åº” */
}
.pricetrackDetailLeft .pricetrackDetailLeftThumb{
    margin-top:20px;
    font-size: 0;
}
.pricetrackDetailLeft .pricetrackDetailLeftThumb .pricetrackDetailLeftThumbItem{
    width: 22%;
    margin:1.2%;
    height: 100px;
    border:1px solid #ddd;
    overflow: hidden;
    text-align: center;
    line-height: 100px;

}
.pricetrackDetailLeft .pricetrackDetailLeftThumb .pricetrackDetailLeftThumbItem .pricetrackDetailLeftThumbItemFlex{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricetrackDetailLeft .pricetrackDetailLeftThumb .pricetrackDetailLeftThumbItem .pricetrackDetailLeftThumbItemFlex img{
    max-width: 100%; /* å›¾ç‰‡æœ€å¤§å®½åº¦ä¸º100% */
    max-height: 100%; /* å›¾ç‰‡æœ€å¤§é«˜åº¦ä¸º100% */
    width: auto; /* å®½åº¦è‡ªé€‚åº” */
    height: auto; /* é«˜åº¦è‡ªé€‚åº” */
}
.pricetrackDetailRight{

}
.pricetrackDetailRight{
    margin-left:5%;
    width: 55%;
    font-size: 14px;

}
.pricetrackDetailRight .pricetrackDetailRightWrapper{
    border:1px solid #ddd;
    width: 90%;
    padding: 5%;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightName{
    border-bottom: 1px solid #ddd;
    font-size: 0;
    padding-bottom:30px;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightNameLeft{
    width: 65%;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightNameRight{
    width: 30%;
    margin-left:5%;
    background: #d50606bf;
    color:#fff;
    font-size: 14px;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightNameRight.gray{
    background: #666;
    color:#fff;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightNameCn{
    color:#363636;
    font-size: 18px;
    font-weight: 500;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightNameEn{
    color:#999;
    font-size: 14px;
    font-weight: 500;
    padding-top:10px;
    padding-bottom: 0;
}

.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItem{
    font-size: 0;
    padding-bottom:20px;
    border-bottom: 1px dashed #ddd;
    padding-top:20px;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItemLabel{
    width: 22%;
    font-size: 15px;
    font-weight: 500;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItemValue{
    width: 73%;
    margin-left: 5%;
    font-size: 15px;
    text-align: right;
    color: #363636;
    line-height: 1.3;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItem .pricetrackDetailRightBrandName{
    font-weight: normal;
    font-size: 14px;
    color:#363636;
}


.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItem .pricetrackDetailRightCnyPrice{
    color:#777;
    padding-left:10px;
}

.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItem .pricetrackDetailRightDel{
    text-decoration: line-through;
}
.pricetrackDetailRight .pricetrackDetailRightWrapper .pricetrackDetailRightItem .pricetrackDetailRightLight{
    color:#d50606bf;
    font-weight: 500;
}

.verificationDetail{
    margin-top:30px;
}
.verificationDetail .verificationDetailLabel{
    font-size:14px;
    padding-bottom:30px;
}
.verificationDetail .verificationDetailWrapper{
    padding:20px 60px 30px;
    border:1px solid #eee;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperTitle{
    margin: 10px auto;
    font-size:22px;
    text-align: center;
}

.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent{
    margin: 60px auto;
    font-size:14px;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent p{
    margin: 15px 0;
}

.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .mpQr{
    text-align: center;
    margin:30px auto;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .mpQrImg{
    width: 200px;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .mpQrText{
    margin-top: 20px;
}

.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .codeSetion{
    font-size: 0;
    width: 530px;
    margin: 60px auto 0;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .codeSetion .codeSetionInput{
    width: 400px;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}
.verificationDetail .verificationDetailWrapper .verificationDetailWrapperContent .codeSetion .codeSetionBtn{
    width: 100px;
    height: 62px;
    line-height: 62px;
    background: #d50606bf;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


.redtext{
    color:#ee4f4f;
}



.jumpLayout{
    padding:9%;
    text-align: center;
}
.jumpLayout img{
    width:250px;
    margin-bottom: 20px;
}
.jumpLayout .topTitle{
    font-size:22px;
    margin-bottom: 20px;
}
.jumpLayout .subTitle{
    font-size:13px;
    color:#787878;
    margin-bottom:20px;
}
.jumpLayout .toPage{
    background: #d50606bf;
    color:#fff;
    width:160px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size:14px;
    display: block;
    margin:0 auto;
}

.font0{
    font-size: 0!important;
}




.mallgoodsDetailLeft{
    width: 28%;
    font-size: 14px;
    position: relative;
}

.mallgoodsDetailRight{
    margin-left:4%;
    width: 65%;
    font-size: 14px;

}
.mallgoodsDetailRight .mallgoodsDetailRightWrapper{
    width: 100%;
}
.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightName{
    padding-bottom:20px;
    line-height: 1.5;
    height: 100px;
}
.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightName h1{
    color:#363636;
    font-size: 18px;
    font-weight: 500;
}

.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightName h3{
    color:#999;
    font-size: 14px;
    font-weight: 500;
    padding-top:10px;
}

.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightPrice{
    color:#d50606bf;
    font-weight: 500;
    font-size: 32px;
}
.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightPrice span{
    font-size: 14px;
}
.mallgoodsDetailRight .mallgoodsDetailRightWrapper .mallgoodsDetailRightBuy{
    background:#d50606bf;
    color:#fff;
    width: 200px;
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: block;
}


.mallgoodsDetailWrapper{
    font-size: 0;
    margin-top:50px;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft{
    width: 22%;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftLabel{
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #d50606bf;
    padding-left:20px;
    margin:30px 0;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBody{
    border:1px solid #ddd;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperRight{
    width: 72%;
    margin-left:6%
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperRight .mallgoodsDetailWrapperRightLabel{
    font-size: 16px;
    font-weight: 600;
    margin:30px 0;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperRight .mallgoodsDetailWrapperRightBody{

}


.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem{
    width: 96%;
    border-radius: 10px;
    overflow: hidden;
    margin:10px auto;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem:hover{

}

.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemThumb{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemThumb img{
    max-width: 100%;
    height: auto;
    object-fit:cover
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemBottom{
    font-size: 14px;
    padding:20px;
}

.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemName{
    color:#222;
    font-weight: 600;
    line-height: 1.5;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemIntro{
    color:#666;
    line-height: 1.4;
    font-size: 13px;
    padding:10px 0 0;
}
.mallgoodsDetailWrapper .mallgoodsDetailWrapperLeft .mallgoodsDetailWrapperLeftBodyItem .mallgoodsDetailWrapperLeftBodyItemPrice{
    font-size: 16px;
    margin-top:16px;
    color:#d50606bf;
    font-weight: 600;
}

.adSection{

}
.adSection img{
    width: 100%;
}
.adSection.index_left_bar{
    box-shadow: -1px 2px 40px 0 rgb(0 0 0 / 10%);
    margin-top:10px;
    width: 100%;
}
.adSection.ad_nav_index_right_bar{
    margin-top:60px;
    width: 19%;
    margin-left: 1%;
}
.adSection.ad_nav_index_right_bar a{
    border:1px solid #eee;
    display: block;
    margin-bottom:10px;
}









.articleDetailWrapperBody p{
     margin-top: 24px;
    overflow-x: visible;
}

.articleDetailWrapperBody img {
    display: block;
    max-width: 85%;
    max-height: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}



.articleDetailWrapperBody {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height:32px;
}
.articleDetailWrapperBody h2,h3,h4{
    font-size: 16px;
  
}
.articleDetailWrapperBody h1,.articleDetailWrapperBody h2,.articleDetailWrapperBody h3,.articleDetailWrapperBody h4,.articleDetailWrapperBody h5,.articleDetailWrapperBody h6{
	border-left: 3px solid #3297fc;
    padding-left: 5px;
    font-weight: bold;
	margin-bottom: 20px;
    margin-top: 20px;
	color: #333;
}

.articleDetailWrapperBody table{width:100%;border:1px solid #ccc;border-collapse:collapse;margin-bottom:8px;}
.articleDetailWrapperBody td{border:2px solid #ccc;line-height:20px;text-align:center;text-indent:0.5em; font-size: 14px;}
/*tr{background-color:#ff5555;color:#fff;}*/
.articleDetailWrapperBody th{border:2px solid #ccc;background-color:#c2257f;color:#fff;font-weight:750;}







/* å…¨å±€å¯¼èˆªèƒŒæ™¯å®¹å™¨ */
        .navbar-container {
            position: relative;
            width: 100%;
            background-color: #fff; /* èƒŒæ™¯ç™½è‰² */
			border-bottom: 2px solid grey; 
        }
        .navbar-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff; /* ç¡®ä¿é¡¶éƒ¨ä¸¤ç«¯é“ºæ»¡ */
            z-index: -1; /* èƒŒæ™¯åœ¨å†…å®¹åŽé¢ */
        }
        /* å¯¼èˆªå†…å®¹éƒ¨åˆ† */
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1120px;
            margin: 0 auto;
            padding: 10px 20px;
            height: 70px; /* å¯¼èˆªé«˜åº¦ */
        }
        .logo img {
            height: 50px;
        }
        .search-and-menu {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .search-box {
            position: relative;
        }
        .search-box input {
            padding: 8px 12px;
            width: 200px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .search-box button {
            position: absolute;
            right: 5px;
            top: 5px;
            background: none;
            border: none;
            cursor: pointer;
            color: #ff7c00;
            font-size: 16px;
        }
        .menu a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            margin: 0 10px;
        }
        .menu a:hover {
            color: #ff7c00;
        }</pre></body></html>