        /*本文件为首页主题内容样式文件*/
    
    @media screen and (min-width:639px) {
        nav .menu_list {
            display: block;
        }
        /*轮播图样式*/
        #banner {
            width: 100%;
            height: 500px;
            position: relative;
            margin: 0 auto;
        }
        /* .webNav_Con.WebCenter {padding-top: 20px;} */
        .menu_list {
            background: /*rgba(223, 18, 20, 0.8)*/
            rgba(39, 39, 39, 0.7);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            display: block;
            position: absolute;
            width: 20%;
            min-width: 190px;
            z-index: 2;
            height: auto;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            top: 0px;
            left: 0%;
            margin-top: 10px;
        }
        .menu_list>li {
            height: 44px;
            line-height: 44px;
            -webkit-transition: background 0.3s;
            -moz-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s;
            cursor: pointer;
        }
        .menu_list>li a {
            font-size: 14px;
        }
        .menu_list>li:hover {
            background: var(--shadow);;
            display: block;
            height: 44px;
        }
        .menu_list>li:hover .more_items {
            display: block;
        }
        .menu_list a {
            font-size: 14px;
            color: #fff;
        }
        .tm_menu_list .more_items {
            height: 480px;
            width: 280%;
            padding: 20px;
            padding-top: 0;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .more_items::-webkit-scrollbar {
            width: 6px;
            border-radius: 100px;
            background-color: rgba(255, 81, 0, 0.9);
        }
        .more_items::-webkit-scrollbar-thumb {
            border-radius: 100px;
            background-color: rgba(255, 81, 0, 0.9);
            /*background-color: rgba(217,217,217,0.3); */
            /*border-radius: 6px; */
        }
        .more_items::-webkit-scrollbar-track {
            /*-webkit-box-shadow: inset 0 0 6px rgba(134,0,0,0.9); */
            /*border-radius: 6px; */
            background-color: #fff;
        }
        .tm_menu_list .more_items ul p {
            padding-bottom: 10px;
        }
        .tm_menu_list .more_items ul b a {
            font-size: 16px;
            line-height: 50px;
            border-bottom: 1px solid var(--shadow);
        }
        .tm_menu_list>li {
            padding-left: 5%;
            width: 95%;
            margin: 0px;
        }
        .tm_menu_list>li:hover {
            padding-left: 10%;
            width: 90%;
            margin: 0px;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }
        .tm_menu_list>li.last {
            color: #fafafa;
            font-size: 14px;
            text-align: left;
            padding-left: 0;
            line-height: 100%;
            width: 100%;
            height: 40px;
            line-height: 40px;
        }
        .tm_menu_list>li.last:hover>a {
            color: #fff;
            text-decoration: none;
        }
        .tm_menu_list>li.last h3 {
            font-weight: bold;
            margin: 12px;
        }
        .tm_menu_list>li.last a {
            color: inherit;
            width: 100%;
            height: 100%;
            display: block;
            /*background-color: #ff9000;*/
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
            margin: auto;
            line-height: 40px;
            text-indent: 5%;
        }
        .tm_menu_list .more_items ul {
            -moz-column-count: 2;
            /* Firefox */
            -webkit-column-count: 2;
            /* Safari ĺ Chrome */
            column-count: 2;
            -moz-column-gap: 2em;
            -webkit-column-gap: 2em;
            column-gap: 2em;
            width: 100%;
        }
        .tm_menu_list .more_items ul li {
            padding: 2.5%;
            -moz-page-break-inside: avoid;
            -webkit-column-break-inside: avoid;
            break-inside: avoid;
        }
        .nav {
            line-height: 40px;
        }
        .nav li i.icon-new {
            position: absolute;
            margin-top: -14px;
            margin-left: -6px;
        }
        .nav li i.icon-new:before {
            font-size: 24px;
            color: red;
        }
        .nav a {
            font-size: 16px;
            color: #000;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
        }
        /* .nav a:hover,
.nav a.selected {
  color: red ;
}*/
        .nav a img {
            position: absolute;
            top: -8px;
            right: -35px;
        }
        .nav .inquiry-btn {
            position: relative;
            cursor: pointer;
        }
        .nav .inquiry-btn img {
            position: absolute;
            top: -8px;
            right: -35px;
        }
        .nav.fr a {
            color: #858585;
        }
        .more_items {
            position: absolute;
            display: none;
            left: 100%;
            height: 450px;
            background: rgba(255, 255, 255, .9);
            top: 0;
            border: 1px solid var(--shadow);
            border-left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .more_items a {
            font-size: 12px;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
        }
        .more_items a:hover,
        .more_items a.hot {
            color: var(--font-main-color2);
        }
        .more_items ul {
            width: 755px;
            float: left;
        }
        .more_items ul li {
            padding-left: 20px;
            color: #666666;
            overflow: hidden;
            padding-top: 5px;
            float: left;
            height: auto;
            line-height: 24px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        .more_items ul b {
            display: block;
        }
        .more_items ul b a {
            display: block;
            color: #302c34;
            font-size: 13px;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
        }
        .more_items ul b i {
            color: #888;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
        }
        .more_items ul b:hover a,
        .more_items ul b:hover i {
            color: #c40000;
        }
        .more_items ul p {
            padding-bottom: 5px;
            text-align: left;
            line-height: 22px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }
        .more_items ul p a {
            display: inline-block;
            padding: 10px;
            color: #666;
            text-align: left;
            line-height: 1.5;
            padding-left: 0;
            padding-right: 20px;
        }
        .more_items ul p a:first-child {
            padding-left: 0;
            border-left: 0;
        }
        .apply_agent {
            width: 215px;
            position: absolute;
            bottom: 0px;
            right: 0;
            text-align: center;
        }
        .apply_agent img,
        .apply_agent span {
            display: inline-block;
            vertical-align: top;
            margin: 0 3px;
        }
        .apply_agent span {
            font-size: 14px;
            color: #ff9000;
            -webkit-border-radius: 20px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 20px;
            -moz-background-clip: padding;
            border-radius: 20px;
            background-clip: padding-box;
            border: 1px dashed #ff9000;
            padding: 3px 10px;
        }
        /*分类菜单*/
        .banner_WebCenter {
            position: absolute;
            left: 50%;
            margin-left: -600px !important;
        }
        /*轮播图*/
        #banner a.prev,
        #banner a.next {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            width: 71px;
            height: 71px;
            display: block;
            z-index: 999;
            opacity: 0.5;
            display: none;
        }
        #banner a.prev {
            left: 6%;
            background: url("../img/but.png") 0px 0px;
        }
        #banner a.prev:hover {
            left: 6%;
            background: url("../img/but.png") -71px 0px;
        }
        #banner a.next {
            right: 6%;
            background: url("../img/but.png") 0px -71px;
        }
        #banner a.next:hover {
            right: 6%;
            background: url("../img/but.png") -72px -71px;
        }
        #banner ul.images {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            position: relative;
        }
        #banner ul.images li {
            width: 100%;
            height: 100%;
            float: left;
            position: absolute;
            left: 0px;
            top: 0px;
            overflow: hidden;
        }
        #banner ul.images li img {
            display: block;
            width: 100%;
            height: 100%;
        }
        #banner ul.images li a {
            display: block;
            width: 100%;
            height: 100%;
        }
        #banner ul.circle {
            width: 124px;
            height: 30px;
            position: absolute;
            left: 50%;
            margin-left: -62px;
            border-radius: 15px;
            bottom: 5%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
        }
        #banner ul.circle li {
            float: left;
            width: 12px;
            height: 12px;
            margin: 7px 10px;
            background: #c9c9c9;
            cursor: pointer;
            border-radius: 10px;
        }
        #banner ul.circle li.hover {
            background: #fff;
        }
        /*主要栏目标题样式*/
        .ColumnTitle {
            width: 83.33333333%;
            height: 110px;
            margin: 20px auto;
            padding-top: 40px;
            background: #fafafa;
        }
        .ColumnTitle p {
            margin: 0px auto;
            display: block;
            text-align: center;
            font-weight: bold;
            font-family: "黑体";
        }
        .ColumnTitle p.TitleCHN {
            width: 30%;
            height: 50px;
            line-height: 50px;
            font-size: 2vw;
            color: #0c59db;
        }
        .ColumnTitle p.TitleEN {
            width: 100%;
            height: 50px;
            font-size: 16px;
            color: #676767;
            font-weight: normal;
            background-image: url("../img/title_line.png");
        }
        .ColumnTitle p.TitleEN span {
            background: #fafafa;
            display: block;
            width: 40%;
            height: 30px;
            line-height: 30px;
            margin: 10px auto;
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }
        .ColumnTitle p.TitleEN span a.more {
            font-size: 0.5vw;
            position: absolute;
            bottom: 10px;
            right: 5%;
        }
        /*商标分类栏样式*/
        #Classification {
            width: 100%;
            height: auto;
            position: relative;
        }
        .index-column {
            height: 280px;
            margin: 10px auto 0px;
            border-bottom: 1px solid #888;
            overflow: hidden;
        }
        .index-column:hover {
            height: 420px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .redarrow {
            background: url("../img/redarrow_down.png") no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
        }
        .redarrow_btn {
            background: url("../img/redarrow_down.png") no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .col-lis {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            padding-top: 20px;
            height: 68px;
            overflow: hidden;
        }
        .col-lis li {
            width: 10.5%;
            height: 34px;
            cursor: pointer;
            min-width: 113px;
        }
        .col-lis li span {
            font-size: 14px;
            color: #000;
            display: block;
            line-height: 34px;
            width: 100%;
            text-indent: 20px;
            background: url(../img/) 0 0 no-repeat;
            position: relative;
        }
        .col-lis li span:after {
            content: "";
            position: absolute;
            left: 3px;
            top: 10px;
            border-radius: 11px;
            width: 11px;
            height: 11px;
            border: solid 1px #000000;
        }
        .col-lis li:hover span:after {
            background: var(--font-main-color);
            border: solid 1px var(--font-main-color);
        }
        .col-lis li:nth-child(3) span,
        .col-lis li:nth-child(6) span,
        .col-lis li:nth-child(9) span,
        .col-lis li:nth-child(16) span,
        .col-lis li:nth-child(18) span,
        .col-lis li:nth-child(20) span,
        .col-lis li:nth-child(21) span,
        .col-lis li:nth-child(25) span,
        .col-lis li:nth-child(30) span,
        .col-lis li:nth-child(32) span,
        .col-lis li:nth-child(34) span,
        .col-lis li:nth-child(38) span,
        .col-lis li:nth-child(41) span,
        .col-lis li:nth-child(43) span {
            color: var(--font-main-color);
        }
        .col-lis li img {
            float: left;
            margin-right: 10px;
            display: none;
        }
        .col-lis li:hover span {
            color: var(--font-main-color);
        }
        .redarrow,
        .redarrow_btn {
            position: absolute;
            width: 28px;
            height: 28px;
            left: 50%;
            margin-left: -13px;
            bottom: -14px;
            cursor: pointer;
            display: block;
            background: url("../img/redarrow_down.png") no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
        }
        /*精品推荐样式*/
        #Brand_Detail {
            width: 100%;
        }
        #Brand_Detail .Brand_Con .con {
            width: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_left {
            width: 200px;
            height: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_left ul {
            width: 100%;
            height: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_left ul li {
            width: 80%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
            color: #000;
            border-radius: 5px;
            margin: 18px auto;
        }
        #Brand_Detail .Brand_Con .con .con_left ul li:hover {
            background: #fb443a;
            color: #fff;
            cursor: pointer;
        }
        #Brand_Detail .Brand_Con .con .con_left ul li.hover {
            background: #fb443a;
            color: #fff;
        }
        #Brand_Detail .Brand_Con .con .con_right {
            width: 1000px;
            height: 100%;
            overflow: hidden;
        }
        #Brand_Detail .Brand_Con .con .con_right ul {
            width: 100%;
            height: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li {
            float: left;
            width: 160px;
            height: 210px;
            margin: 0px 10px 25px 10px;
            border: 1px solid #ddd;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(6),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(7),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(8),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(9),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(10) {
            margin-bottom: 0px;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a img {
            margin-top: 5px;
            width: 100%;
            height: auto;
            display: block;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a span {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            text-align: center;
            font-size: 12px;
            color: #666;
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #eee;
        }
        /*商标知识样式*/
        #SBKnowledge {
            width: 100%;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji {
            width: 100%;
            height: auto;
            display: flex;
            overflow: hidden;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li {
            flex: 1;
            float: left;
            margin-right: 1%;
            overflow: hidden;
            border: 1px solid #ccc;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:last-child {
            margin-right: 0px;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li h1 {
            width: 100%;
            height: 100px;
            line-height: 100px;
            display: block;
            background-size: 100%;
            background-attachment: fixed;
            text-align: center;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(1) h1 {
            background: url("../img/sbzs1.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(2) h1 {
            background: url("../img/sbzs5.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(3) h1 {
            background: url("../img/sbzs6.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(4) h1 {
            background: url("../img/sbzs7.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(5) h1 {
            background: url("../img/sbzs8.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li h1 a {
            text-align: center;
            color: #000;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 1.5vw;
            font-weight: bold;
        }
        #SBKnowledge .SBKnowledge_con ul.erji {
            width: 100%;
            height: 250px;
            padding-top: 10px;
            background: #fff;
        }
        #SBKnowledge .SBKnowledge_con ul.erji li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            border: none;
            background: url("../img/arrow_list.png") no-repeat 10px center;
        }
        #SBKnowledge .SBKnowledge_con ul.erji li a {
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 0.6vw;
            text-indent: 25px;
        }
        #SBKnowledge .SBKnowledge_con ul.erji li a:hover {
            font-weight: bold;
            color: #fb443a;
        }
        /*限时特惠样式*/
        #FlashSales {
            width: 100%;
            height: auto;
            margin-bottom: 50px;
        }
        #FlashSales .FlashSales_Con {
            margin: 0 auto;
            overflow: hidden;
            height: auto;
        }
        #XSTHLB {
            width: 100%;
            height: 670px;
            overflow: hidden;
            position: relative;
            background: #fff;
        }
        #XSTHLB ul.sblist {
            width: 400%;
            height: 200px;
            position: absolute;
        }
        #XSTHLB ul.sblist li {
            width: 25%;
            height: 200px;
            float: left;
            margin: 0;
        }
        #XSTHLB ul.scroll {
            width: 200px;
            height: 30px;
            position: absolute;
            bottom: 10px;
            left: 50%;
            margin-left: -100px;
            border-radius: 15px;
        }
        #XSTHLB ul.scroll li {
            width: 15px;
            height: 15px;
            border-radius: 10px;
            float: left;
            margin: 7px 10px;
            background: #ddd;
            margin-left: 20px;
            cursor: pointer;
        }
        #XSTHLB ul.scroll li:hover {
            background: #666;
        }
        #XSTHLB ul.scroll li.hover {
            background: #666;
        }
        #FlashSales .FlashSales_Con .Fcon {
            width: 100%;
            height: 280px;
            background: #fff;
        }
        #FlashSales .Fcon ul {
            width: 100%;
            height: 100%;
            display: flex;
            margin-top: 30px;
        }
        #FlashSales .Fcon ul li {
            border: 1px solid #ddd;
            float: left;
            flex: 1;
            margin: 0px 10px;
            padding: 0px;
            overflow: hidden;
            position: relative;
            height: 100%;
        }
        #FlashSales .Fcon ul li a {
            display: block;
            padding: 0px;
            width: 100%;
            height: 100%;
        }
        #FlashSales .Fcon ul li a img {
            width: 70%;
            height: auto;
            display: block;
            margin-top: 3%;
        }
        #FlashSales .Fcon ul li img.hoticon {
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 10;
            width: 20%;
            height: auto;
            display: block;
        }
        #FlashSales .Fcon ul li a .Txt {
            width: 100%;
            height: 75px;
            color: #000;
            z-index: 10;
            position: absolute;
            left: 0px;
            bottom: 0px;
        }
        #FlashSales .Fcon ul li a .Txt p {
            width: 100%;
            height: 25px;
            display: block;
            font-size: 0.8vw;
            text-align: center;
        }
        #FlashSales .Fcon ul li a .Txt p span {
            color: #fb443a;
        }
		#FlashSales .hea-tl-txt span{
			/*color:#ff5100;*/
            color: var(--font-main-color2);
		}

        /*排行榜样式*/
        /*#PHB{
    width:100%;
    height:320px;
    margin-bottom:30px;
}
#PHB .PHB_Con{
    width:83.33333333%;
    margin:30px auto;
}
#PHB .PHB_Con .PHB_Con_Left{
    width:47.8333%;
    height:300px;
    overflow:hidden;
}*/
        .top {
            width: 100%;
            height: 40px;
        }
        #PHB .PHB_Con .PHB_Con_Left .top {
            border-bottom: 2px solid #666;
            padding: 0px;
        }
        h3 {
            width: 25%;
            /*143.75/575*/
            height: 30px;
            line-height: 30px;
            text-align: left;
            font-size: 1.375em;
            color: #333;
            font-weight: bold;
            float: left;
            display: block;
        }
        #PHB .PHB_Con .PHB_Con_Left .top ul {
            width: 75%;
        }
        #PHB .PHB_Con .PHB_Con_Left .top ul li {
            width: 33%;
            height: 30px;
            float: left;
            margin: 0px;
        }
        .top ul {
            width: 60%;
            height: 30px;
            line-height: 30px;
            font-size: 1vw;
            font-weight: normal;
            float: left;
        }
        .top ul li {
            width: 25%;
            height: 30px;
            float: left;
            margin-right: 3%;
            margin-bottom: 5px;
        }
        .top ul li a {
            color: #666;
            width: 100%;
            height: 30px;
            display: block;
            text-align: center;
            border-radius: 5px;
        }
        .PHB_Con_Left .top a.more {
            margin-top: 10px;
            display: block;
            width: 10.4529%;
            /*60/574*/
            height: 30px;
            float: right;
            font-size: 0.9vw;
        }
        .top a.more {
            font-size: 1vw;
        }
        .top a.more:hover {
            color: #df1214;
            text-decoration: underline;
        }
        #PHB .PHB_Con .PHB_Con_Left .top a.more:hover {
            color: #df1214;
            text-decoration: underline;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        #Leftcon-scroll {
            width: 100%;
            height: auto;
            position: relative;
            border-bottom: 2px solid #ff2929;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon ul {
            width: 100%;
            height: 1000px;
            padding: 0px;
            margin: 0px;
            position: absolute;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon ul li {
            width: 100%;
            height: 49px;
            border-bottom: 1px dotted #ddd;
            padding: 0px;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon ul li span {
            float: left;
            display: block;
            color: #333;
            padding: 0px;
            margin: 0px;
            font-size: 1vw;
            height: 49px;
            line-height: 49px;
            width: 25%;
            text-align: center;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon ul li span:first-child {
            width: 10%;
            text-align: center;
        }
        #PHB .PHB_Con .PHB_Con_Left .LeftCon ul li span:nth-child(2) {
            width: 15%;
            text-align: center;
        }
        /*最新成交样式*/
        #PHB {
            padding: 3% 0 0;
            background: #fff;
        }
        #PHB .PHB_Con .NDeal {
            width: 100%;
            /*370/1200*/
            height: 314px;
        }
        #PHB .PHB_Con .NDeal .NDealCon {
            width: 90%;
            margin: 0 auto;
            height: 280px;
            overflow: hidden;
            position: relative;
        }
        #PHB .PHB_Con .NDeal h3 {
            padding-bottom: 10px;
        }
        #PHB .PHB_Con .NDeal ul {
            width: 100%;
            height: auto;
            position: absolute;
            left: 0px;
            top: -3px;
        }
        #PHB .PHB_Con .NDeal ul li {
            width: 100%;
            height: 30px;
            margin-top: 12px;
            border-bottom: 1px dotted #ddd;
        }
        #PHB .PHB_Con .NDeal ul li span {
            display: block;
            height: 30px;
            color: #333;
        }
        #PHB .PHB_Con .NDeal ul li span.lei {
            width: 30%;
            text-align: center;
        }
        #PHB .PHB_Con .NDeal ul li span.name {
            width: 40%;
            text-align: left;
            text-align: center;
        }
        #PHB .PHB_Con .NDeal ul li span.zhuangtai {
            width: 30%;
            text-align: center;
        }
        /*新闻动态样式*/
        #NewsFeed {
            width: 100%;
            height: 400px;
            margin-top: 30px;
        }
        #NewsFeed .NewsFeed_Con {
            width: 83.33333333%;
            height: 100%;
            margin: 0 auto;
        }
        #NewsFeed .NewsFeed_Con .Divide {
            width: 47%;
            height: 100%;
            position: relative;
        }
        #NewsFeed .NewsFeed_Con .top {
            width: 100%;
            height: 30px;
            border-bottom: 2px solid #666;
            padding-bottom: 10px;
        }
        #NewsFeed .NewsFeed_Con .top h3 {
            width: 25%;
            /*143.75/575*/
            height: 30px;
            line-height: 30px;
            text-align: left;
            font-size: 1.375em;
            color: #333;
            font-weight: bold;
            float: left;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .top ul li a {
            background: #fafafa;
            color: #333;
        }
        #NewsFeed .NewsFeed_Con .Divide .top ul li:first-child a {
            background: #333;
            color: #fafafa;
        }
        #NewsFeed .NewsFeed_Con .Divide .top ul li a:hover {
            background: #ddd;
            color: #fff;
            cursor: pointer;
        }
        #NewsFeed .NewsFeed_Con .top a.more {
            font-size: 0.9vw;
            color: #333;
            float: right;
            margin-right: 5px;
            margin-top: 5px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsContent {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            bottom: -40px;
        }
        #NC1 {
            display: block;
        }
        #NC2 {
            display: none;
        }
        #NC3 {
            display: none;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon {
            width: 100%;
            height: 335px;
            margin-top: 10px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsImg {
            width: 25%;
            height: 335px;
            overflow: hidden;
        }
        #NewsFeed .NewsFeed_Con .Divide img.topimg {
            width: 100%;
            height: 100%;
            margin-top: 20px;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList {
            width: 70%;
            height: 160px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul {
            width: 100%;
            height: 160px;
            padding: 10px 0px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li {
            width: 98%;
            height: 40px;
            line-height: 40px;
            font-size: 0.75vw;
            color: #000;
            border-bottom: 1px dotted #ddd;
            margin-left: 1%;
            background: url("../img/arrow_list.png") no-repeat left center;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li a {
            width: 100%;
            height: 40px;
            display: block;
            float: left;
            color: #ddd;
            text-indent: 20px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li a span:hover {
            color: var(--font-main-color);
            font-weight: bold;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li span:first-child {
            width: 70%;
            display: block;
            height: 28px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #333;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li span:last-child {
            display: block;
            width: 28%;
            height: 28px;
            float: right;
            color: #333;
            overflow: hidden;
        }
        /*商标问答*/
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer {
            width: 47%;
            height: 260px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon {
            width: 100%;
            height: 230px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .left {
            width: 25%;
            height: 320px;
            margin-top: 20px;
            : ;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .left img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right {
            width: 65%;
            height: 100%;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul {
            width: 100%;
            height: 100%;
            padding: 10px 0px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li {
            width: 100%;
            height: 40px;
            cursor: pointer;
            overflow: hidden;
            font-size: 0.75vw;
            border-bottom: 1px dotted #ddd;
            background: url("../img/arrow_list.png") no-repeat left center;
            padding-left: 1%;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li:hover {
            height: 100px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            background: none;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li:hover a span.title {
            color: #fb443a;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a {
            width: 100%;
            height: 100%;
            display: block;
            text-indent: 10px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            color: #000;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span.title {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-indent: 20px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span.des {
            height: 80px;
            color: #666;
            line-height: 20px;
            font-size: 12px;
            text-indent: 20px;
        }
        /*注册方式*/
        .zhucefangshi {
            width: 83.33333333%;
            height: auto;
            margin: 30px auto;
        }
        .zhucefangshi h1 {
            width: 100%;
            height: 100px;
            line-height: 100px;
            font-size: 2vw;
            font-weight: bold;
            text-align: center;
            font-family: "微软雅黑";
            display: block;
            color: #fb443a;
        }
        .zhucefangshi ul {
            width: 100%;
            height: auto;
            display: flex;
        }
        .zhucefangshi ul li {
            flex: 1;
            box-shadow: 0px 0px 10px #ddd;
            float: left;
            margin: 0px 2%;
            padding-bottom: 30px;
        }
        .zhucefangshi ul li h3 {
            width: 100%;
            height: 50px;
            text-align: center;
            font-size: 1.5vw;
            display: block;
            line-height: 50px;
            background: #3fabff;
            color: #fff;
        }
        .zhucefangshi ul li p {
            line-height: 50px;
            text-align: center;
            color: #666;
            display: block;
            font-size: 0.5vw;
        }
        .zhucefangshi ul li p:nth-child(2) {
            color: #000;
        }
        .zhucefangshi ul li p:nth-child(4) {
            color: #3fabff;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            font-size: 1vw;
            font-weight: bold;
            padding: 10px 0px;
        }
        /*星级顾问样式*/
        #Team {
            width: 100%;
            display: none;
        }
        #Team .Team_Con {
            margin: 0px auto 50px;
        }
        #Team .Team_Con .AdviserList {
            height: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
        }
        #Team .Team_Con .AdviserList ul {
            width: 100%;
            height: auto;
            display: flex;
            background: #eee;
            padding: 20px 0px;
        }
        #Team .Team_Con .AdviserList ul li {
            flex: 1;
            margin: 0px 20px;
            position: relative;
            height: auto;
        }
        #Team .Team_Con .AdviserList ul li a {
            display: block;
            width: 100%;
            height: auto;
        }
        .AdviserList li {
            width: 23%;
        }
        .Adv-per {
            width: 100%;
        }
        /*商标注册流程样式*/
        #Reg_Process {
            width: 100%;
            background: #ff2929;
            padding: 10px 0px;
        }
        #Reg_Process .Reg_Process_Con {
            width: 83.33333333%;
            margin: 0 auto;
        }
        #Reg_Process .Reg_Process_Con>p {
            font-size: 1.5vw;
            color: #fff;
            text-align: center;
            width: 15%;
            height: 40px;
            line-height: 40px;
            border: 2px solid #fff;
            border-radius: 10px;
            margin: 10px auto;
            font-weight: bold;
        }
        #Reg_Process .Reg_Process_Con ul {
            width: 80%;
            height: 60px;
            margin: 0 auto;
            padding: 20px 0px;
            display: flex;
        }
        #Reg_Process .Reg_Process_Con ul li {
            flex: 1.5;
            border: 2px solid #fff;
            border-radius: 10px;
            padding-left: 2.5%;
            float: left;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(odd) a {
            height: 60px;
            width: 25%;
            display: block;
            float: left;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(odd) a img {
            margin-top: 15px;
            display: block;
            width: 100%;
            height: auto;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(odd) span {
            width: 70%;
            height: 80%;
            float: left;
            display: block;
            padding-top: 8%;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(odd) span p {
            width: 100%;
            height: 50%;
            font-size: 0.8vw;
            color: #fff;
            display: block;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(even) {
            border: none;
            flex: 1;
        }
        #Reg_Process .Reg_Process_Con ul li:nth-child(even) img {
            margin-top: 20%;
            width: 50%;
            height: auto;
        }
        #Introduce {
            width: 100%;
            height: 150px;
            background: #fafafa;
        }
        #Introduce ul {
            width: 83.33333333%;
            height: 100px;
            margin: 0 auto;
            padding-top: 50px;
        }
        #Introduce ul li {
            display: inline-block;
            width: 20%;
            /*240/1200*/
            float: left;
            height: 50px;
            margin: 0;
            padding: 0;
        }
        #Introduce ul li img,
        #Introduce ul li>div {
            display: inline-block;
            vertical-align: middle;
            float: left;
        }
        #Introduce ul li:firstchild {
            width: 20%;
            margin-left: 0;
        }
        #Introduce ul li .h2 {
            font-size: 1.3vw;
            color: #333;
            font-weight: normal;
        }
        #Introduce ul li>div {
            width: 76%;
            height: 45px;
        }
        #Introduce ul li img {
            margin-right: 10px;
            width: 15%;
            /*45/240*/
        }
        #Introduce p {
            font-size: 0.75vw;
            color: #333;
        }
        /*促销活动弹出*/
        #adv {
            position: fixed;
            top: 50px;
            right: 100px;
            ;
            display: none;
            z-index: 999;
        }
        #adv p {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
        }
        #adv p span.close {
            position: absolute;
            z-index: 5;
            top: 3px;
            right: 3px;
            font-size: 24px;
            background: #ff2929;
            color: #fff;
            padding: 0px 5px;
            cursor: pointer;
        }
        #adv p a {
            width: 100%;
            height: 100%;
            display: block;
        }
        #adv p a img {
            width: 100%;
            height: 100%;
            display: block;
        }
        /*底部活动弹出*/
        #huodong {
            position: fixed;
            width: 100%;
            left: 0px;
            bottom: 0px;
            z-index: 999;
            display: block;
        }
        #huodong p {
            position: relative;
            width: 100%;
            height: auto;
            display: block;
        }
        #huodong p span.close {
            position: absolute;
            z-index: 5;
            top: 70px;
            right: 5px;
            font-size: 24px;
            background: #ff2929;
            color: #fff;
            padding: 0px 5px;
            cursor: pointer;
        }
        #huodong p a {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }
        #huodong p a img {
            width: 100%;
            height: 100%;
            display: block;
        }
        /*屏幕中间活动弹出*/
        #huodong_con {
            width: 995px;
            height: 700px;
            z-index: 9999;
            position: fixed;
            left: 50%;
            top: 100px;
            margin-left: -497px;
            border-radius: 10px;
            display: none;
        }
        #huodong_con p.title {
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            color: #000;
            height: 100px;
            width: 100%;
            line-height: 100px;
            display: block;
            background: #fff;
            border-radius: 20px 20px 0px 0px;
            position: relative;
        }
        #huodong_con p.title>span {
            font-size: 26px;
            color: #000;
            position: absolute;
            right: 10px;
            top: 5px;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
        }
        #huodong_con p.djs50 {
            position: absolute;
            width: 35%;
            right: 0px;
            top: 70px;
            font-size: 20px;
            color: #000;
            font-weight: bold;
        }
        #huodong_con p.djs50 span {
            color: #ff2929;
        }
        #huodong_con .content {
            width: 100%;
            height: 600px;
            background: url("../img/double11background.png");
            border-radius: 0px 0px 20px 20px;
        }
        #huodong_con ul.yhq {
            width: 345px;
            height: 610px;
            padding: 25px 50px 0px 40px;
        }
        #huodong_con ul.yhq li {
            width: 367px;
            height: 175px;
            background: #ffad00;
            border-radius: 20px;
            margin-bottom: 10px;
        }
        #huodong_con ul.yhq li img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con .rightcon {
            width: 430px;
            height: 510px;
            margin-top: 25px;
            margin-left: 50px;
            padding-top: 20px;
        }
        #huodong_con .rightcon form {
            width: 100%;
            height: auto;
            display: block;
        }
        #huodong_con .rightcon form p {
            width: 100%;
            height: 50px;
            display: block;
            margin-bottom: 20px;
        }
        #huodong_con .rightcon form p span {
            display: block;
            float: left;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            color: #fff;
            margin: 10px 20px 0px;
        }
        #huodong_con .rightcon form p input {
            width: 320px;
            height: 50px;
            display: block;
            border-radius: 5px;
            margin-top: 10px;
            float: left;
            line-height: 50px;
            text-indent: 20px;
        }
        #huodong_con .rightcon form p input.yzm {
            width: 200px;
        }
        #huodong_con form a.U {
            display: block;
            height: 40px;
            width: 80px;
            float: left;
            margin: 10px 20px 0px 20px;
        }
        #huodong_con form a.U img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con form input.lingqu {
            width: 170px;
            height: 45px;
            background: #ffe401;
            color: #000;
            text-align: center;
            border-radius: 5px;
            line-height: 45px;
            border: none;
            font-size: 18px;
            margin: 30px auto;
            display: block;
        }
        #huodong_con p.guize_list {
            color: #fff;
            height: 30px;
            line-height: 30px;
            color: #fff;
            text-indent: 10px;
            font-size: 20px;
        }
        #huodong_con p.guize {
            margin: 40px 0px 20px;
            font-size: 24px;
            color: #fff;
            text-indent: 10px;
        }
        /*楼层样式*/
        #floor {
            width: 50px;
            position: fixed;
            left: 50px;
            top: 200px;
            z-index: 999;
            background: #fff;
        }
        #floor ul {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        #floor ul li {
            width: 100%;
            height: 50px;
            border-bottom: 1px dotted #ddd;
            color: #666;
        }
        #floor ul li:last-child {
            border: none;
        }
        #floor ul li a {
            width: 30px;
            height: 40px;
            display: block;
            font-size: 12px;
            line-height: 20px;
            padding: 5px 10px;
        }
        #floor ul li a:hover {
            background: var(--font-main-color);
            color: #fff;
        }
        /*媒体查询后括号，勿删！！！*/
    }
    /*手机版样式*/
    
    @media screen and (max-width:460px) {
        .hea-tl-pri a {
            font-size: 12px;
        }
        .hea-tl-btn,
        .hea-tl-see {
            padding: 0;
            margin: 0;
        }
        /*轮播图样式*/
        #banner {
            width: 100%;
            height: 170px;
            overflow: hidden;
            position: relative;
        }
        #banner a.prev,
        #banner a.next {
            display: none;
        }
        #banner ul.images {
            width: 100%;
            position: relative;
        }
        #banner ul.images li {
            width: 100%;
            float: left;
            position: absolute;
            left: 0px;
            top: 0px;
        }
        #banner ul.circle {
            width: 100px;
            height: 20px;
            margin: 0 auto;
            position: absolute;
            left: 50%;
            margin-left: -50px;
            border-radius: 15px;
            bottom: 5px;
            overflow: hidden;
            z-index: 9999;
        }
        #banner ul.circle li {
            float: left;
            width: 10px;
            height: 10px;
            margin: 5px 0px;
            background: #ff2929;
            cursor: pointer;
            border-radius: 10px;
            margin-left: 16px;
        }
        #banner ul.circle li.hover {
            background: #fff;
        }
        .menu_list {
            display: none;
        }
        /*主要栏目标题样式*/
        .ColumnTitle {
            width: 100%;
            height: 50px;
        }
        .ColumnTitle p {
            margin: 0px auto;
            display: block;
            text-align: center;
            font-weight: bold;
            font-family: "黑体";
        }
        .ColumnTitle p.TitleCHN {
            width: 30%;
            height: 25px;
            font-size: 16px;
            color: #ff2929;
        }
        .ColumnTitle p.TitleEN {
            width: 100%;
            height: 15px;
            font-size: 10px;
            color: #666;
            background: #f8f8f8;
        }
        .ColumnTitle p.TitleEN span {
            display: block;
            width: 80%;
            height: 20px;
            margin: 0 auto;
            position: relative;
            border-bottom: 1px solid #ddd;
            color: #666;
        }
        .ColumnTitle p.TitleEN span a {
            font-size: 10px;
        }
        .ColumnTitle p.TitleEN span a.more {
            font-size: 10px;
            position: absolute;
            bottom: 2px;
            right: 0px;
            color: #666;
        }
        /*商标分类栏样式*/
        #Classification {
            width: 100%;
            height: auto;
            position: relative;
            margin-bottom: 10px;
        }
        .col-lis {
            width: 100%;
            margin-top: 10px;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .col-lis li {
            flex: 1;
            width: 12.5%;
            height: 30px;
        }
        .col-lis li:nth-child(3) span,
        .col-lis li:nth-child(6) span,
        .col-lis li:nth-child(9) span,
        .col-lis li:nth-child(16) span,
        .col-lis li:nth-child(18) span,
        .col-lis li:nth-child(20) span,
        .col-lis li:nth-child(21) span,
        .col-lis li:nth-child(25) span,
        .col-lis li:nth-child(30) span,
        .col-lis li:nth-child(32) span,
        .col-lis li:nth-child(34) span,
        .col-lis li:nth-child(38) span,
        .col-lis li:nth-child(41) span,
        .col-lis li:nth-child(43) span {
            color: #fb443a;
        }
        .col-lis li:nth-child(8n) {
            margin-right: 0px;
            float: right;
        }
        .col-lis li span {
            font-size: 14px;
            color: #000;
            display: block;
            float: left;
        }
        .col-lis li img {
            float: left;
            margin-right: 1px;
        }
        .col-lisedarrow {
            display: none;
        }
        /*精品推荐样式*/
        #Brand_Detail {
            width: 90%;
            height: 550px;
            margin: 0 auto;
            overflow: hidden;
            padding-bottom: 20px;
        }
        #Brand_Detail .Brand_Con {
            width: 100%;
            height: 100%;
            margin: 20px auto;
        }
        #Brand_Detail .Brand_Con .con {
            width: 100%;
            height: 450px;
            margin-top: 20px;
        }
        #Brand_Detail .Brand_Con .con .con_left {
            width: 33%;
            height: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_left ul {
            width: 100%;
            height: 100%;
        }
        #Brand_Detail .Brand_Con .con .con_left ul li {
            width: 100%;
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            text-align: center;
            font-size: 14px;
            color: #000;
            cursor: pointer;
        }
        #Brand_Detail .Brand_Con .con .con_left ul li:nth-child(1) {
            margin-top: 30px;
        }
        #Brand_Detail .Brand_Con .con .con_right {
            width: 65%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }
        #Brand_Detail .Brand_Con .con .con_right ul {
            width: 500%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li {
            float: left;
            width: 20%;
            height: 200px;
            margin-bottom: 35px;
            background: #fff;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(6),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(7),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(8),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(9),
        #Brand_Detail .Brand_Con .con .con_right ul li:nth-child(10) {
            margin-bottom: 0px;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a img {
            margin-top: 5px;
            width: 70%;
            height: auto;
            display: block;
        }
        #Brand_Detail .Brand_Con .con .con_right ul li a span {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            text-align: center;
            font-size: 12px;
            color: #0c59db;
            position: absolute;
            bottom: 5px;
            left: 0px;
            background: #ddd;
        }
        /*商标知识样式*/
        #SBKnowledge {
            width: 100%;
        }
        #SBKnowledge .SBKnowledge_con {
            width: 90%;
            margin: 0 auto;
            height: 330px;
            position: relative;
            overflow: hidden;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji {
            width: 500%;
            height: 290px;
            position: absolute;
            left: 0px;
            top: 50px;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li {
            float: left;
            width: 20%;
            overflow: hidden;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:last-child {
            margin-right: 0px;
            border: none;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li h1 {
            font-size: 16px;
            width: 80%;
            height: 60px;
            line-height: 60px;
            display: block;
            margin: 10px auto;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(1) h1 {
            background: url("../img/sbzs1.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(2) h1 {
            background: url("../img/sbzs5.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(3) h1 {
            background: url("../img/sbzs6.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(4) h1 {
            background: url("../img/sbzs7.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li:nth-child(5) h1 {
            background: url("../img/sbzs8.jpg") no-repeat;
        }
        #SBKnowledge .SBKnowledge_con ul.yiji li h1 a {
            width: 100%;
            height: 100%;
            text-align: center;
            color: #000;
            display: block;
        }
        #SBKnowledge .SBKnowledge_con ul.erji {
            width: 80%;
            height: 160px;
            margin: 0 auto;
        }
        #SBKnowledge .SBKnowledge_con ul.erji li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            border: none;
            background: url("../img/arrow_list.png") no-repeat 5px center;
        }
        #SBKnowledge .SBKnowledge_con ul.erji li a {
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            text-indent: 20px;
        }
        #SBKnowledge .SBKnowledge_con ul.erji_img {
            display: none;
        }
        /*限时特惠样式*/
        #FlashSales {
            width: 100%;
        }
        #FlashSales .FlashSales_Con {
            width: 90%;
            overflow: hidden;
            height: 450px;
            margin: 0 auto;
        }
        #XSTHLB {
            width: 100%;
            height: 450px;
            overflow: hidden;
            position: relative;
            margin-top: 10px;
        }
        #XSTHLB ul.sblist {
            width: 400%;
            height: 100%;
            position: absolute;
        }
        #XSTHLB ul.sblist li {
            width: 25%;
            height: 100%;
            float: left;
        }
        #FlashSales .FlashSales_Con .Fcon {
            width: 100%;
            height: 320px;
        }
        #FlashSales .Fcon ul {
            width: 100%;
            height: 150px;
        }
        #FlashSales .Fcon ul li {
            border: 1px solid #ddd;
            float: left;
            margin: 5px 1px 5px 0px;
            padding: 0px;
            overflow: hidden;
            width: 45%;
            height: 100%;
            position: relative;
        }
        #FlashSales .Fcon ul li:first-child {
            float: left;
        }
        #FlashSales .Fcon ul li:nth-child(2) {
            float: right;
        }
        #FlashSales .Fcon ul li:nth-child(n+3) {
            display: none;
        }
        #FlashSales .Fcon ul li a {
            display: block;
            padding: 0px;
            width: 100%;
            height: 100%;
        }
        #FlashSales .Fcon ul li a img {
            width: 100%;
            height: 100%;
        }
        #FlashSales .Fcon ul li img.hoticon {
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 10;
            width: 20%;
            height: auto;
            display: block;
        }
        #FlashSales .Fcon ul li a .Txt {
            display: none;
        }
        #XSTHLB ul.scroll {
            width: 100px;
            height: 20px;
            position: absolute;
            bottom: 100px;
            left: 50%;
            margin-left: -50px;
            border-radius: 15px;
            z-index: 70;
        }
        #XSTHLB ul.scroll li {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            float: left;
            margin: 5px;
            background: #ddd;
            margin-left: 10px;
            cursor: pointer;
        }
        #XSTHLB ul.scroll li.hover {
            background: #666;
        }
        /*新闻动态样式*/
        #NewsFeed {
            width: 100%;
            height: auto;
        }
        #NewsFeed .NewsFeed_Con {
            width: 90%;
            height: auto;
            margin: 0 auto;
        }
        #NewsFeed .NewsFeed_Con .Divide {
            width: 100%;
            height: 280px;
            position: relative;
        }
        #NewsFeed .NewsFeed_Con .Divide .top {
            width: 100%;
            height: 30px;
        }
        #NewsFeed .NewsFeed_Con .Divide .top h3 {
            width: 50%;
            /*143.75/575*/
            height: 30px;
            line-height: 30px;
            text-align: left;
            font-size: 1.375em;
            color: #0c59db;
            /*color: #df1214;*/
            font-weight: bold;
            float: left;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .Divide .top ul {
            display: none;
        }
        #NewsFeed .NewsFeed_Con .Divide .top a.more {
            font-size: 12px;
            margin-top: 10px;
            margin-left: 40px;
            display: block;
            float: right;
            color: #333;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsContent {
            width: 100%;
            height: 250px;
            position: absolute;
            left: 0px;
            top: 20px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsContent:nth-child(3) {
            display: block;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon {
            width: 100%;
            height: 120px;
            margin-top: 10px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsImg {
            display: none;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsImg a img {
            display: none;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList {
            width: 100%;
            height: 160px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul {
            width: 100%;
            height: 110px;
            padding: 10px 0px;
            margin-left: 1%;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li {
            width: 100%;
            height: 28px;
            margin-left: 5px;
            font-size: 12px;
            color: #ddd;
            background: url("../img/arrow_list.png") no-repeat 5px center;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li a {
            width: 100%;
            height: 28px;
            line-height: 28px;
            display: block;
            float: left;
            text-indent: 20px;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li span:first-child {
            width: 60%;
            display: block;
            height: 28px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #333;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li span:last-child {
            display: block;
            width: 35%;
            height: 28px;
            float: right;
            color: #333;
        }
        /*商标问答*/
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer {
            width: 100%;
            height: 450px;
            padding-bottom: 10px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .top h3 {
            width: 50%;
            /*143.75/575*/
            height: 30px;
            line-height: 30px;
            text-align: left;
            font-size: 22px;
            color: var(--font-main-color);
            color: #0c59db;
            /*color: #fb443a;*/
            font-weight: bold;
            float: left;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .top a.more {
            font-size: 12px;
            margin-top: 10px;
            margin-left: 40px;
            display: block;
            float: right;
            color: #333;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon {
            width: 100%;
            height: auto;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .left {
            display: none;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right {
            width: 100%;
            height: 100%;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul {
            width: 100%;
            height: 100%;
            margin-top: 20px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li {
            width: 100%;
            height: 28px;
            cursor: pointer;
            overflow: hidden;
            font-size: 0.75vw;
            padding-left: 2%;
            border-bottom: 1px dotted #ddd;
            background: url("../img/arrow_list.png") no-repeat 5px center;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li:hover a span.title {
            color: #fb443a;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a {
            width: 100%;
            height: 28px;
            line-height: 28px;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span {
            width: 100%;
            height: 28px;
            line-height: 28px;
            display: block;
            color: #000;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span.title {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-indent: 20px;
            font-size: 12px;
        }
        #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon .right ul li a span.des {
            display: none;
        }
        /*注册方式*/
        .zhucefangshi {
            width: 100%;
            height: 335px;
            margin: 20px auto;
            padding-bottom: 20px;
            overflow: hidden;
            position: relative;
        }
        .zhucefangshi h1 {
            font-size: 22px;
            text-align: center;
            line-height: 50px;
            font-weight: bold;
            height: 50px;
        }
        .zhucefangshi ul {
            width: 500%;
            height: auto;
            position: absolute;
            left: 0px;
            top: 50px;
        }
        .zhucefangshi ul li {
            width: 20%;
            float: left;
            padding-bottom: 20px;
        }
        .zhucefangshi ul li h3 {
            width: 80%;
            height: 40px;
            text-align: center;
            font-size: 16px;
            display: block;
            line-height: 40px;
            background: #3fabff;
            color: #fff;
            margin: 0 auto;
        }
        .zhucefangshi ul li p {
            line-height: 40px;
            text-align: center;
            color: #666;
            display: block;
            font-size: 14px;
        }
        .zhucefangshi ul li p:nth-child(2) {
            color: #000;
        }
        .zhucefangshi ul li p:nth-child(4) {
            color: #3fabff;
            border-top: 1px dotted #ddd;
            border-bottom: 1px dotted #ddd;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 0px;
            width: 80%;
            margin: 0 auto;
        }
        #PHB,
        #Team,
        #Reg_Process,
        #Introduce,
        #floor {
            display: none;
        }
        /*促销活动弹出*/
        #adv {
            width: 80%;
            height: 80%;
            position: fixed;
            top: 50px;
            left: 10%;
            display: none;
            z-index: 999;
        }
        #adv p {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
        }
        #adv p span.close {
            position: absolute;
            float: left;
            z-index: 5;
            top: 3px;
            right: 3px;
            font-size: 24px;
            background: #ff2929;
            color: #fff;
            padding: 0px 5px;
            cursor: pointer;
        }
        #adv p a {
            width: 100%;
            height: 100%;
            display: block;
        }
        #adv p a img {
            width: 100%;
            height: 100%;
            display: block;
        }
        /*底部活动弹出*/
        #huodong {
            position: fixed;
            width: 120%;
            left: -15%;
            bottom: 0px;
            z-index: 999;
            display: block;
        }
        #huodong p {
            position: relative;
            width: 100%;
            height: 80px;
            display: block;
        }
        #huodong p span.close {
            position: absolute;
            z-index: 5;
            top: 40px;
            right: 30px;
            font-size: 14px;
            background: #ff2929;
            color: #fff;
            padding: 0px 5px;
            cursor: pointer;
        }
        #huodong p a {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }
        #huodong p a img {
            width: 100%;
            height: 100%;
            display: block;
        }
        /*屏幕中间活动弹出*/
        #huodong_con {
            width: 100%;
            height: auto;
            z-index: 9999;
            position: fixed;
            left: 0px;
            top: 50px;
            border-radius: 10px;
            display: none;
        }
        #huodong_con p.title {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            color: #000;
            height: 100px;
            line-height: 70px;
            width: 100%;
            display: block;
            background: #fff;
            border-radius: 20px 20px 0px 0px;
            position: relative;
        }
        #huodong_con p.title>span {
            font-size: 26px;
            color: #000;
            position: absolute;
            right: 10px;
            top: 5px;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
        }
        #huodong_con p.djs50 {
            position: absolute;
            width: 100%;
            left: 0px;
            top: 70px;
            font-size: 20px;
            color: #000;
            font-weight: bold;
            text-align: center;
        }
        #huodong_con p.djs50 span {
            color: #ff2929;
        }
        #huodong_con .content {
            width: 100%;
            height: auto;
            background: url("../img/double11background.png");
            border-radius: 20px;
            padding-bottom: 20px;
        }
        #huodong_con ul.yhq {
            width: 30%;
            height: auto;
            padding: 25px 10px;
        }
        #huodong_con ul.yhq li {
            width: 100%;
            height: auto;
            border-radius: 20px;
            margin-bottom: 10px;
        }
        #huodong_con ul.yhq li img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con .rightcon {
            width: 60%;
            height: auto;
            margin-top: 10px;
            padding-top: 20px;
            overflow: hidden;
        }
        #huodong_con .rightcon form {
            width: 100%;
            height: auto;
            display: block;
        }
        #huodong_con .rightcon form p {
            width: 100%;
            height: 30px;
            display: block;
            margin-bottom: 10px;
        }
        #huodong_con .rightcon form p span {
            display: block;
            float: left;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            margin: 0px 5px;
        }
        #huodong_con .rightcon form p input {
            width: 70%;
            height: 30px;
            display: block;
            border-radius: 5px;
            float: left;
            line-height: 30px;
            text-indent: 5px;
            margin-top: 5px;
        }
        #huodong_con .rightcon form p input.yzm {
            width: 30%;
        }
        #huodong_con form a.U {
            display: block;
            height: 30px;
            width: 30%;
            float: left;
            margin: 5px 10px;
        }
        #huodong_con form a.U img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con form input.lingqu {
            width: 50%;
            height: 30px;
            background: #ffe401;
            color: #000;
            text-align: center;
            border-radius: 5px;
            line-height: 30px;
            border: none;
            font-size: 12px;
            margin: 20px auto;
            display: block;
        }
        #huodong_con p.guize_list {
            color: #fff;
            height: 20px;
            line-height: 20px;
            color: #fff;
            text-indent: 10px;
            font-size: 12px;
        }
        #huodong_con p.guize {
            margin: 10px 0px;
            font-size: 16px;
            color: #fff;
            text-indent: 10px;
        }
        /*媒体查询后括号，勿删！！！*/
    }
    /*手机版样式*/
    
    @media screen and (min-width:1000px) and (max-width:1440px) {
        /*底部活动弹出*/
        #huodong {
            position: fixed;
            width: 100%;
            left: 0px;
            bottom: 0px;
            z-index: 999;
            display: block;
        }
        #huodong p {
            position: relative;
            width: 100%;
            height: auto;
            display: block;
        }
        #huodong p span.close {
            position: absolute;
            z-index: 5;
            top: 70px;
            right: 5px;
            font-size: 24px;
            background: #ff2929;
            color: #fff;
            padding: 0px 5px;
            cursor: pointer;
        }
        #huodong p a {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }
        #huodong p a img {
            width: 100%;
            height: 100%;
            display: block;
        }
        /*屏幕中间活动弹出*/
        #huodong_con {
            width: 568px;
            height: 400px;
            z-index: 9999;
            position: fixed;
            left: 50%;
            top: 50px;
            margin-left: -284px;
            border-radius: 10px;
            display: none;
            overflow: hidden;
        }
        #huodong_con p.title {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            color: #000;
            height: 80px;
            width: 100%;
            line-height: 50px;
            display: block;
            background: #fff;
            border-radius: 10px 10px 0px 0px;
            position: relative;
        }
        #huodong_con p.title>span {
            font-size: 20px;
            color: #000;
            position: absolute;
            right: 10px;
            top: 5px;
            display: block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            cursor: pointer;
        }
        #huodong_con p.djs50 {
            position: absolute;
            width: 60%;
            left: 50px;
            top: 50px;
            font-size: 16px;
            color: #000;
            font-weight: bold;
        }
        #huodong_con p.djs50 span {
            color: #ff2929;
        }
        #huodong_con .content {
            width: 100%;
            height: 400px;
            background: url("../img/double11background.png");
            border-radius: 0px 0px 20px 20px;
        }
        #huodong_con ul.yhq {
            width: 30%;
            height: 400px;
            padding: 15px 10px 0px 30px;
        }
        #huodong_con ul.yhq li {
            width: 100%;
            height: auto;
            background: #ffad00;
            border-radius: 20px;
            margin-bottom: 10px;
        }
        #huodong_con ul.yhq li img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con .rightcon {
            width: 50%;
            height: auto;
            margin-top: 5px;
            padding: 0px;
        }
        #huodong_con .rightcon form {
            width: 100%;
            height: auto;
            display: block;
            margin: 0px;
            padding: 0px;
        }
        #huodong_con .rightcon form p {
            width: 100%;
            height: 30px;
            display: block;
            margin-bottom: 10px;
        }
        #huodong_con .rightcon form p span {
            display: block;
            float: left;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            margin: 0px 10px;
        }
        #huodong_con .rightcon form p input {
            width: 70%;
            height: 30px;
            display: block;
            border-radius: 5px;
            float: left;
            line-height: 30px;
            text-indent: 10px;
        }
        #huodong_con .rightcon form p input.yzm {
            width: 40%;
        }
        #huodong_con form a.U {
            display: block;
            height: 30px;
            width: 25%;
            float: left;
            margin: 10px 0px 0px 10px;
        }
        #huodong_con form a.U img {
            width: 100%;
            height: 100%;
            display: block;
        }
        #huodong_con form input.lingqu {
            width: 50%;
            height: 30px;
            background: #ffe401;
            color: #000;
            text-align: center;
            border-radius: 5px;
            line-height: 30px;
            border: none;
            font-size: 16px;
            margin: 20px auto;
            margin-bottom: 5px;
            display: block;
        }
        #huodong_con p.guize_list {
            color: #fff;
            height: 20px;
            line-height: 20px;
            color: #fff;
            text-indent: 10px;
            font-size: 10px;
        }
        #huodong_con p.guize {
            margin-bottom: 5px;
            font-size: 14px;
            color: #fff;
            text-indent: 10px;
            margin-top: 0px;
        }
        #floor {
            display: none;
        }
        goods {}
        /*媒体查询后括号，勿删！！！*/
    }
    
    @media screen and (max-width:1200px) and (min-width:960px) {
        /*媒体查询开始*/
        .banner_WebCenter {
            margin-left: -480px !important;
        }
        /*媒体查询结束*/
    }
    
    @media screen and (max-width:960px) and (min-width:639px) {
        /*媒体查询开始*/
        .banner_WebCenter {
            margin-left: -318px !important;
        }
        ..menu_list>li a {
            font-size: 12px;
        }
        /*媒体查询结束*/
    }
    
    @media screen and (max-width:639px) {
        /*媒体查询开始*/
        .WebCenter {
            width: 90%;
            margin: 0 auto;
            min-width: 300px;
        }
        /*媒体查询结束*/
    }
    
    @media (max-width:460px) {
        #NewsFeed .NewsFeed_Con .top h3 {
            width: 55%;
            height: 30px;
            line-height: 30px;
            text-align: left;
            font-size: 1.375em;
            color: #333;
            font-weight: bold;
            float: left;
            display: block;
        }
        #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList ul li span:first-child {
            width: 65%;
            display: block;
            height: 28px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #333;
        }
        .NewsCon .NewsList ul li span:last-child {
            display: block;
            width: 34%;
            height: 28px;
            float: right;
            color: #333;
            overflow: hidden;
        }
        #NewsFeed {
            width: 100%;
            height: 671px;
            margin-top: 30px;
        }
        #NewsFeed .NewsFeed_Con {
            width: 95%;
            height: 100%;
            margin: 0 auto;
        }
        #NewsFeed .NewsFeed_Con .Divide {
            width: 100%;
            height: 277px;
            position: relative;
        }
        .NewsContent {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            bottom: -40px;
            #NewsFeed .NewsFeed_Con .Divide .NewsCon {
                width: 100%;
                height: 335px;
                margin-top: 10px;
            }
            #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsImg {
                /* width: 25%; */
                height: 335px;
                overflow: hidden;
                display: none;
            }
            #NewsFeed .NewsFeed_Con .Divide .NewsCon .NewsList {
                width: 100%;
                height: auto;
            }
            #NewsFeed .NewsFeed_Con .QuestionAndAnswer .top a.more {
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                margin-top: 5px;
                margin-left: 40px;
                display: block;
                float: right;
                color: #333;
            }
            #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon {
                width: 100%;
                height: 310px;
            }
            #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon h3 {
                width: 100%;
                /* height: 30px; */
                line-height: 30px;
                text-align: left;
                font-size: 14px;
                font-weight: bold;
                display: block;
                margin-top: 20px;
            }
            #NewsFeed .NewsFeed_Con .QuestionAndAnswer .QAcon p {
                text-indent: 30px;
                color: #666;
                line-height: 30px;
                font-size: 12px;
                display: block;
                height: 140px;
            }
        }