/*全局样式*/
@font-face{
	font-family:'heiti';
	/*src:url("font/simhei.ttf") format("truetype");*/
	font-weight:normal;
	font-style:normal;
}
*:focus{outline:none;}
html{overflow-x:hidden;}
body{color:#333; background: #f2f3f8;}
a{color:#333; }
.wrapper{width:1300px;}
.wrap-white{background:#f2f3f8;}
.clear{ clear: both;}
/*头部样式*/


.empty{
    display: block;
    background: url(img/empty.png) no-repeat center;
    width: 100%;
    height: 300px;
}
.sj_logo{ display:none;}
#header{ position: relative; width: 100%;}
#header .logo{ position: absolute; top: 0; left: 0; width: 100%; z-index: 200;}
#header .logo .logo-wrap{ width: 1300px; margin: 0 auto;position: relative;}
#header .logo .logo-wrap img{ width:200px; height: 94px; position: absolute; top: 0; left: 0;}
#header .header-blue{ height: 50px; background: #3072cb; line-height: 49px;}
#header .header-blue .wrapper{ display: flex; justify-content: space-between;}
#header .header-blue .nav{ margin-left: 210px; background:none;}
#header .header-blue .nav ul{ display: flex;}
#header .header-blue .nav ul li{ position: relative; padding:0 10px;}
#header .header-blue .nav ul li a{color: #fff; font-size: 17px; white-space:nowrap;
    font-family: 'heiti';}
#header .header-blue .nav ul li:after{ position: absolute; content: ''; width: 2px; height: 17px; background:rgba(255,255,255,0.1); top: 18px; right: 0;}
#header .header-blue .nav ul li:last-child:after{display: none;}
#header .header-blue .nav ul li:nth-child(1):hover{ background:#e72410;}
#header .header-blue .nav ul li:nth-child(2):hover{ background:#51a8dd;}
#header .header-blue .nav ul li:nth-child(3):hover{ background:#c8a87b;}
#header .header-blue .nav ul li:nth-child(4):hover{ background:#6699a1;}
#header .header-blue .nav ul li:nth-child(5):hover{ background:#938390;}
#header .header-blue .nav ul li:nth-child(6):hover{ background:#ccaa75;}
#header .header-blue .nav ul li:nth-child(7):hover{ background:#4580bb;}
#header .header-blue .nav ul li:nth-child(8):hover{ background:#c47151;}
#header .header-blue .nav ul li:nth-child(9):hover{ background:#5f7ea6;}
#header .header-blue .nav ul li:nth-child(10):hover{ background:#765f9c;}
#header .header-blue .nav-right{ display: flex; justify-content: space-between; width: 110px;}
#header .header-blue .nav-right .search{ width: 60px;  border-right:1px #407dcf solid; cursor: pointer; position: relative;}
#header .header-blue .nav-right .search .ss-a{ position: absolute; top: 0; left: 0;}
#header .header-blue .nav-right .search .ss-open{background: url(../img/search-icon.png) no-repeat center; display: block; width: 68px; height: 46px;}
#header .header-blue .nav-right .search .ss-close{background: url(../img/search-gb.png) no-repeat center; display: block; width: 68px; height: 46px; display: none;}

#header .header-blue .nav-right .login{width: 80px; text-align: right;}
#header .header-blue .nav-right .login a{font-size: 15px; color: #fff;}
#search{display: none; top: 46px; left: 0; width: 100%; background: #fff; padding: 60px 0; z-index: 1199;}
#search .search-cont{ margin-left: 200px; display: flex; width: 990px;border-bottom: 1px #e5e5e5 solid;}
#search .search-cont input{ width: 950px; border: none;  font-size: 24px; }
#search .search-cont button{ background: url(../img/ss-img.jpg) no-repeat  center; width: 50px; height: 50px; border: none;}
#search .search-cont button:hover{background: url(../img/ss-img1.jpg) no-repeat  center;}
#header .header-white{ width: 100%; background: #fff; height: 66px;}
#header .header-white .s-nav{ margin-left: 210px; padding-right: 106px;margin-top: 2px; position:relative;}
#header .header-white .s-nav ul{ display: flex; gap:0 12px; flex-wrap: wrap;}
#header .header-white .s-nav ul li{ position: relative; padding-left: 3px; line-height: 28px;}
#header .header-white .s-nav ul li a{ font-size: 16px; font-weight:bold; color:#666;}
#header .header-white .s-nav ul li a:hover{ color:#e72410;}
/*#header .header-white .s-nav ul li:before{position: absolute; content: ''; width: 3px; height: 3px; background: #f3564e; top: 12px; left: 0; border-radius: 10px;}*/
#header .header-white .s-nav .s-nav-xz{ position:absolute; top:32px; right:174px;}
#header .header-white .s-nav .s-nav-xz span{ font-size:16px; padding:0 13px;}
#header .header-white .s-nav .s-nav-xz span a{color:#e72410; }
#header .header-white .s-nav .sj-nlc{ position:absolute; top:0px; right:0px;}
#header .header-white .s-nav .sj-nlc a{ color:#666;}
.sj-ewm{position: absolute; top: 19px; right: -10px; width: 100px; z-index: 9999;display:none;}
#header .header-white .s-nav .sj-nlc:hover .sj-ewm{ display:block;}
/*首页样式*/

.wrap-main{ margin-top: 15px;}
.wrap-main .wrapper{ display: flex; justify-content: space-between;}
.wrap-main .wrapper .left{ width: 82px;}
.wrap-main .wrapper .left h3{ height: 40px; width: 82px; background: #e72410; border-radius:5px; text-align: center; line-height: 39px; color: #fff; font-family: heiti;font-size: 16px;margin-bottom: 5px;}
.wrap-main .wrapper .left ul li{ height: 36px; line-height: 36px; text-align: center; margin-bottom: 5px; }
.wrap-main .wrapper .left ul li a{display:block;font-family: heiti;  font-size: 16px;}
.wrap-main .wrapper .left ul li:hover{ background: #f3564e; border-radius:5px;}
.wrap-main .wrapper .left ul li:hover a{ color: #fff;}
.wrap-main .wrapper .center{ width: 850px; margin: 0 15px 0 18px;}
.wrap-main .center .c-top{ background: #fff; padding:5px 10px 10px 10px;}
.wrap-main .center .c-top .main-title{ display: flex; justify-content: space-between;}
.wrap-main .center .c-top .main-title .title-left{ width: 50%; display: flex; align-items: center;}
.wrap-main .center .c-top .main-title .title-left h2{ font-size: 18px; font-weight: bold; color: #333;}
.wrap-main .center .c-top .main-title .title-left span{ margin-left: 16px; font-size: 14px; color: #666;}
.wrap-main .center .c-top .main-title .title-left span i{padding-right: 10px;}
.wrap-main .center .c-top .main-title .title-right{ width: 50%; display: flex; align-items: center; justify-content: end;}
.wrap-main .center .c-top .main-title .title-right span{ font-size: 14px; color: #888; padding-right: 15px;}
.wrap-main .center .c-top .main-title .title-right .title-list{ margin-left: 10px;}
.wrap-main .center .c-top .main-title .title-right .title-list ul{ display: flex;}
.wrap-main .center .c-top .main-title .title-right .title-list ul li{ width: 68px; height: 31px; line-height: 30px; color: #333; font-size: 14px; text-align: center; border-radius: 5px 5px 0 0; cursor: pointer;}
.wrap-main .center .c-top .main-title .title-right .title-list ul li.cur{ background: #c3dbff; color: #111; }
.wrap-main .center .main-cont{height: 335px; width: 100%; border: 4px #c3dbff solid; overflow: hidden;}
.wrap-main .center .main-cont .main-item{ /*display: none;*/ height: 0; overflow: hidden; }
.wrap-main .center .main-cont .main-item .item-flex{display: flex; justify-content: space-between; padding: 10px;}
.wrap-main .center .main-cont .main-item .item-flex .l-banner{ width: 520px; height: 307px; position:relative;}
.wrap-main .center .main-cont .main-item .item-flex .l-banner .l-banner-btn{ position:absolute; top:10px; right:10px; background:rgba(228,69,68,0.8); border-radius:50px; width:120px; height:30px; overflow:hidden;  font-size:14px; text-align:center; line-height:30px; z-index:566;}
.wrap-main .center .main-cont .main-item .item-flex .l-banner .l-banner-btn a{color:#fff;display: flex; align-items: center; justify-content: center;}
.wrap-main .center .main-cont .main-item .item-flex .l-banner .l-banner-btn a span{ font-size:10px;}

.slideBox{ width: 520px; height: 307px;overflow:hidden; position:relative;}
.slideBox .hd{ height:18px; overflow:hidden; position:absolute; right:5px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:3px;  width:18px; height:18px; line-height:18px; text-align:center; background:rgb(0,0,0,0.5); cursor:pointer; color:#fff; font-size: 13px;}
.slideBox .hd ul li.on{ background:#f3564e; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 520px; height: 307px; display:block;  }	
.wrap-main .center .main-cont .main-item .l-jieshao{ margin-left: 20px; flex: 1; font-size: 14px; line-height: 26px; color: #333; text-indent: 28px;}
.wrap-main .center .c-bottom{ display: flex; justify-content: space-between;}
.left-nav{ background: #fff; width: 150px; height: 816px; overflow-y: auto;
    overflow-x: hidden;}
.left-nav::-webkit-scrollbar { width: 5px; /* 滚动条的宽度 */}
.left-nav::-webkit-scrollbar-thumb {background-color: #b5b5b5;border-radius: 10px; }
.left-nav ul li{ padding-left: 20px; font-weight: bold; margin-top:10px; }
.left-nav ul li a{font-size: 16px; color: #333;font-family: heiti; width: 118px; display: inline-block; line-height:24px; }
.left-nav-big ul li a{font-size: 17px; color: #333;font-family: heiti; width: 130px; display: inline-block; line-height:24px;
/*padding-left:10px; */
    
}




.wrap-main .center .c-bottom .left-nav ul li a:hover{ color: #e72410;}
.wrap-main .center .c-bottom .right-nrlb{ background: #fff; width: 695px;}
.wrap-main .center .c-bottom .right-nrlb .cqbz{ height: 40px; line-height: 40px; display: flex; justify-content: space-between; background: #fff; padding: 0 10px; align-items: center;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left{ display: flex; align-items: center;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left em a{ font-size: 16px; color: #333;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span{ margin-left: 22px; width: 204px; height: 27px; border: 1px #d2d2d2 solid;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span .search-cont{ display: flex; justify-content: space-between;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span .search-cont input{ width: 174px; height: 25px; line-height: 25px; border: none;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span .search-cont button{ background: url(../img/znss-icon.png) no-repeat center; width: 25px; height: 25px; border: none;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-right{ display: flex;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-right a{ display: block; width: 72px; height: 26px; border: 1px #6a6a69 solid;  text-align: center; line-height: 26px; color: #333; margin-left: 10px;background: linear-gradient(to bottom, #fbfbfb, #e0e0e0);}
.wrap-main .center .c-bottom .right-nrlb .fabt{ background: #f2f3f8; height: 40px; line-height: 40px; padding: 0 10px; display: flex;}
.wrap-main .center .c-bottom .right-nrlb .fabt span{display:block; font-size: 16px; color: #333; text-align: center;}
.wrap-main .center .c-bottom .right-nrlb .fabt span:nth-child(1){ width: 440px; margin-right: 0px;text-align: left;}
.wrap-main .center .c-bottom .right-nrlb .fabt span:nth-child(2){ width: 70px; }
.wrap-main .center .c-bottom .right-nrlb .fabt span:nth-child(3){ width: 50px; }
/*.wrap-main .center .c-bottom .right-nrlb .fabt span:nth-child(4){ width: 50px; }*/
.wrap-main .center .c-bottom .right-nrlb .fabt span:nth-child(4){ width: 114px; }
.wrap-main .center .c-bottom .right-nrlb .fabt-list{ padding: 0 10px; height: 726px; overflow-y: auto;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list::-webkit-scrollbar { width: 5px; /* 滚动条的宽度 */}
.wrap-main .center .c-bottom .right-nrlb .fabt-list::-webkit-scrollbar-thumb {background-color: #b5b5b5;border-radius: 10px; }
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li{ display: flex; height: 36px; line-height: 36px; border-bottom: 1px #e5e5e5 solid; clear: both;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span{ float: left; background: #fff;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(1){ width: 450px; margin-right: 0px;text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: -10px;display: flex; align-items: center;gap:0 2px;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span a{ font-size: 16px; color: #333;overflow: hidden;
    text-overflow: ellipsis; 
    /*max-width:90%; */
    
}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span a em{ color: #e44544; font-weight: bold;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(2){ width: 70px;overflow: hidden; text-align: center; font-size: 12px; color: #666; }
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(3){ width: 50px;overflow: hidden;text-align: center; font-size: 12px; color: #666;  }
/*.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(4){ width: 50px;overflow: hidden; text-align: center; font-size: 12px; color: #666; }*/
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(4){ width: 114px;overflow: hidden; text-align: center; font-size: 12px; color: #666; }
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span a:hover{ color: #e44544;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span i.yp{ background: url(../img/s-pic3.png) no-repeat; width: 18px; height: 18px; display: inline-block;background-size: 115%; border:1px #e5e5e5 solid;background-position: center;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span i.ds{ background: url(../img/s-pic2.png) no-repeat; width: 18px; height: 18px; display: inline-block;background-size: 115%;border:1px #e5e5e5 solid;background-position: center;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span i.tp{ background: url(../img/s-pic1.png) no-repeat; width: 18px; height: 18px; display: inline-block;background-size: 115%;border:1px #e5e5e5 solid;background-position: center;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span i.tp1{ background: url(../img/s-pic4.png) no-repeat; width: 18px; height: 18px; display: inline-block;background-size: 115%;border:1px #e5e5e5 solid;background-position: center;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span i.tp2{ background: url(../img/s-pic5.png) no-repeat; width: 18px; height: 18px; display: inline-block;background-size: 115%;border:1px #e5e5e5 solid;background-position: center;}

.wrap-main .wrapper .right{ width: 334px;}
.wrap-main .wrapper .right .r-mmsj{ background: url(../img/mmsj-img2.jpg) no-repeat; width: 334px; height: 320px; position:relative; padding-top:140px;}
.wrap-main .wrapper .right .r-mmsj .mmsj-top{ padding-top: 10px; margin: 0 20px; display: flex; justify-content: space-between;}
.wrap-main .wrapper .right .r-mmsj .mmsj-top em{ color: #fff; font-size: 18px; font-weight: bold;}
.wrap-main .wrapper .right .r-mmsj .mmsj-btn{ background: #fff; width: 44px; height: 20px; text-align: center; margin: 0px 0 0 161px; position:relative;z-index:10; }
.wrap-main .wrapper .right .r-mmsj .mmsj-btn a{display: block; font-size: 14px; position: relative;padding-left: 10px;color: #ff1d11;}
.wrap-main .wrapper .right .r-mmsj .mmsj-btn a:before{ position: absolute; content: ''; width: 5px; height: 5px; background: #ff1d11; top: 7px; left: 4px; border-radius: 10px; }
.wrap-main .wrapper .right .r-mmsj .mmsj-list{ position:absolute;left:0; top:0; width:100%; height:100%;}
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li{ width:100px; height:100px; background:#fff; border:3px #cda354 solid; border-radius: 100%;position:relative;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li:after{content:''; width:52px; height:52px;border:3px #cda354 solid; position:absolute; top:18px; left:18px;}*/

/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li a{display:block; text-align:center; color: #333; font-size: 12px; width:50px; line-height:16px; padding-top:22px; margin:0 auto; position:relative; z-index:6;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li a:hover{ color:#ff1d11;}*/


.wrap-main .wrapper .right .r-mmsj .mmsj-list li{ width:75px; height:68px; position:relative; background: url(../img/tu-yzbg.png?01) no-repeat;  background-size:cover;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li a{display:block; text-align:center; color: #fff; font-size: 14px; width:68px; line-height:18px; padding-top:8px; margin:0 auto; position:relative; z-index:6;}

.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(1){position:absolute; top:10px; left:10px;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(2){position:absolute; top:10px; right:10px;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(3){position:absolute; bottom:10px; left:10px;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(4){position:absolute; bottom:10px; right:10px;}




/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(1){ margin-left: 10px;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(2n){ margin-left: 10px;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(4n){ margin-left: 114px;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li a{display: flex; align-items: center;}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li i{ display: block; width: 180px;text-shadow: 0 0 2px rgba(0,0,0.2);}*/
/*.wrap-main .wrapper .right .r-mmsj .mmsj-list li a em{ display: block; background: url(../img/jt.png) no-repeat center; width: 6px; height: 11px; margin-left: 5px;}*/




.wrap-main .wrapper .right .r-nlc{background: url(../img/nlc-img.jpg) no-repeat; width: 334px; height: 417px; margin-top: 15px;}
.wrap-main .wrapper .right .r-nlc .nlc-top{ padding-top: 15px; text-align: center;}
.wrap-main .wrapper .right .r-nlc .nlc-top em{ font-size: 18px; color:#ff1d11; font-weight: bold;}
.wrap-main .wrapper .right .r-nlc .nlc-top em:first-child{ margin-right: 26px;}
.wrap-main .wrapper .right .r-nlc .nlc-btn{ background: #ff1d11; width: 44px; height: 20px; text-align: center; margin: 158px 0 0 145px; }
.wrap-main .wrapper .right .r-nlc .nlc-btn a{display: block; font-size: 14px; position: relative;padding-left: 10px;color: #fff;}
.wrap-main .wrapper .right .r-nlc .nlc-btn a:before{ position: absolute; content: ''; width: 5px; height: 5px; background: #fff; top: 7px; left: 4px; border-radius: 10px; }
.wrap-main .wrapper .right .r-nlc .nlc-list{ 
    display: flex;
    margin-top: 45px;
    justify-content: center;
    
}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li{ height: 28px; line-height: 28px;}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li a{ color: #ff1d11; font-weight: bold; font-size: 18px; display: flex; align-items: center;}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li:nth-child(n+3) a{color: #fff;}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li a i{ 
    width: 237px; 
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li a em{ display: block; background: url(../img/jt1.png) no-repeat center; width: 6px; height: 11px; margin-left: 5px;}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li:nth-child(n+3) a em{ display: block; background: url(../img/jt.png) no-repeat center; width: 6px; height: 11px; margin-left: 5px;}
.wrap-main .wrapper .right .r-nlc .nlc-list ul li:hover a{}
.wrap-main .wrapper .right .r-add{ margin-top: 15px; background: #fff; height: 380px;}
.wrap-main .wrapper .right .r-add .add-img{ width: 334px; height: 280px; overflow:hidden;}
.wrap-main .wrapper .right .r-add span{ text-align: center; padding: 0 20px; display:block; margin-top: 20px; font-size: 14px; color: #333;}
.wrap-main .wrapper .right .r-add .add-btn{ width: 98px; height: 34px; line-height:34px;border-radius: 50px; background: #ff5722; margin: 10px auto 0 auto; text-align: center;}
.wrap-main .wrapper .right .r-add .add-btn a{ display: block; color: #fff;}
#footer{ margin-top: 15px;
    display: flex
;
    justify-content: center;}
#footer .wrapper{ background: #fff; padding: 30px 0;}
#footer .wrapper .foot-nav{ text-align: center; font-size: 12px; color: #333; line-height: 30px;}
#footer .wrapper .foot-nav a{ padding: 0 10px;font-size: 14px; position: relative;}
#footer .wrapper .foot-nav a:after{ content: ''; display: block; position: absolute; top: 5px; right: 0; width: 1px; height: 12px; background: #333;}
#footer .wrapper .foot-nav a:last-child:after{ display: none;}
#footer .wrapper .foot-copyright{margin-top: 10px;}
#footer .wrapper .foot-copyright p{font-size: 12px;color: #666666; line-height: 23px; text-align: center;}
#footer .wrapper .foot-img{width: 1010px;margin: 0 auto;margin-top: 26px; display: flex; justify-content: space-between; }
#footer .wrapper .foot-img a{ display:block;width: 122px;height: 52px;}
#footer .wrapper .foot-img a img{ width: 122px; height: 52px;object-fit: inherit;}


.xmdsc-bottom{ background: #fff; height: 816px;overflow-y: auto; padding:10px;}
.xmdsc-bottom::-webkit-scrollbar { width: 5px; /* 滚动条的宽度 */}
.xmdsc-bottom::-webkit-scrollbar-thumb {background-color: #b5b5b5;border-radius: 10px; }
.xmdsc-bottom ul li{ margin-bottom: 20px;}
.xmdsc-bottom ul li a{ display: flex; justify-content: space-between;}
.xmdsc-bottom ul li a .xmdsc-img{ width: 206px; height: 150px; overflow: hidden;}
.xmdsc-bottom ul li a .xmdsc-img img{ width: 100%; height: 100%;}
.xmdsc-bottom ul li a section{ flex: 1; margin-left: 20px; position: relative;}
.xmdsc-bottom ul li a section h3{ font-size:18px; color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; line-height:28px;}
.xmdsc-bottom ul li a section p{ 
    font-size: 15px; 
    color: #888; 
    overflow: hidden; 
    /*text-overflow: ellipsis; */
    /*white-space: nowrap; */
    margin:8px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; line-height: 24px;
    
    
}
.xmdsc-bottom ul li a section .xmdsc-time{ position: absolute; bottom: -4px; left: 0; width: 100%;}
.xmdsc-bottom ul li a section .xmdsc-time span{ font-size: 12px; color: #999; padding-right: 20px;}
.xmdsc-bottom ul li a:hover section h3{ color: #e72410;}

.zmdjt-bottom{background: #fff; height: 816px;overflow-y: auto; padding:10px;}
.zmdjt-bottom::-webkit-scrollbar { width: 5px; /* 滚动条的宽度 */}
.zmdjt-bottom::-webkit-scrollbar-thumb {background-color: #b5b5b5;border-radius: 10px; }
.zmdjt-bottom .zmdjt-video ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.zmdjt-bottom .zmdjt-video ul li{ width: 270px;  overflow: hidden; cursor: pointer; background: #f2f3f8; padding: 10px; margin-bottom: 15px;}
.zmdjt-bottom .zmdjt-video ul li .zmdjt-video-img{width: 250px; height: 160px; position: relative;overflow: hidden; }
.zmdjt-bottom .zmdjt-video ul li img.tp{width: 250px; height: 160px; transition: 0.5s all;transform:scale(1.0); }
.zmdjt-bottom .zmdjt-video ul li span{ position: absolute; width: 44px; height: 44px; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99;}
.zmdjt-bottom .zmdjt-video ul li section p{ font-size: 14px; line-height: 24px; padding: 10px 0 0 0;}
.zmdjt-bottom .zmdjt-video ul li:hover img.tp{transform:scale(1.1);transition: 0.5s all; }


#video-play{left:50%; top:50%; transform:translate(-50%,-50%); display:none; width:960px; height:540px;}
#video-play i{position:absolute; right:-40px; top:-40px; width:30px; height:30px; background:url(../img/close.png) no-repeat center; cursor:pointer;}
#video-play video{display:block; width:960px; height:540px;}
#video-play video:focus{outline:none;}
.dhsy-bottom{background: #fff; height: 816px;overflow-y: auto; padding:10px;}
.dhsy-bottom::-webkit-scrollbar { width: 5px; /* 滚动条的宽度 */}
.dhsy-bottom::-webkit-scrollbar-thumb {background-color: #b5b5b5;border-radius: 10px; }
.dhsy-bottom ul{ display:flex; justify-content: space-between; gap:0 15px; flex-wrap: wrap;}
.dhsy-bottom ul li{ width: 48%;display: flex; justify-content: space-between; margin-bottom: 30px; height:175px;}
.dhsy-bottom ul li .dhsy-img{ width: 120px; height: auto; }
.dhsy-bottom ul li .dhsy-img img{ width: 100%;}
.dhsy-bottom ul li .dhsy-cont{ flex: 1; padding-left: 20px; position: relative;}
.dhsy-bottom ul li .dhsy-cont p{ font-size: 15px; line-height: 26px; color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; }
.dhsy-bottom ul li .dhsy-cont .dhsy-more{ position: absolute; bottom: 10px; right: 10px; }
.dhsy-bottom ul li .dhsy-cont .dhsy-more a{ font-size: 16px; color: #e72410; display: flex; align-items: center;gap:0 10px;transition: 0.5s all;}
.dhsy-bottom ul li .dhsy-cont .dhsy-more a em{ background: url(../img/ghsy-jt.png) no-repeat 0 0; display: block; width: 7px; height: 10px; }
.dhsy-bottom ul li .dhsy-cont .dhsy-more:hover a{ font-weight:bold;}


.cqbz{ height: 40px; line-height: 40px; display: flex; justify-content: space-between; background: #fff; padding: 0 10px; align-items: center; margin-bottom: 10px;}
.cqbz .cavz-left{ display: flex; align-items: center;}
.cqbz .cavz-left em a{ font-size: 16px; color: #333;}
.cqbz .cavz-left span{ margin-left: 45px; width: 214px; height: 27px; border: 1px #d2d2d2 solid;}
.cqbz .cavz-left span .search-cont{ display: flex; justify-content: space-between;}
.cqbz .cavz-left span .search-cont input{ width: 179px; height: 25px; line-height: 25px; border: none;}
.cqbz .cavz-left span .search-cont button{ background: url(../img/znss-icon.png) no-repeat center; width: 25px; height: 25px; border: none;}
.cqbz .cavz-right{ display: flex;}
.cqbz .cavz-right a{ display: block; width: 72px; height: 26px; border: 1px #6a6a69 solid;  text-align: center; line-height: 26px; color: #333; margin-left: 10px;background: linear-gradient(to bottom, #fbfbfb, #e0e0e0);}



/*时尚天窗样式*/

#sstc-header{ width: 100%; background: #fff; min-width: 1500px;}
#sstc-header .sstc-logo{
   
    display: flex;
    width: 1500px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
}
#sstc-header .sstc-nav .wrapper{ width:1500px;}
.sstc-wrap{background:#fff; padding-bottom:20px;} 
.sstc-wrap .wrapper{ width:1500px;}
#sstc-header .sstc-nav .wrapper ul{ display:flex;}
.last_xjtxt{ font-size:13px; line-height:21px; padding-top:10px; padding-bottom:10px;border: 1px #fc9f95 solid; 
 border-radius: 6px; padding:10px;  margin-top:10px; margin-bottom:10px;flex:1; }
 .last_xjtxt span.ft1{background:#e72410; color:#fff;font-size:14px;border-radius: 2px; padding-left:8px}
.bkrm{ font-size:22px; line-height:25px; color:#e72410; width:80px;border-left: 1px #fc9f95 solid; height:50px; 
padding-left:13px; letter-spacing: 2px;}
.sstc-logo-tj{min-width: 128px; padding-right:13px;}
 #sstc-header .sstc-logo span.bt1{font-size: 28px;color: #e72410;font-weight: bold; height:auto; line-height:inherit; display:block;}
.sstc-logo-tj b{font-size: 12px;color: #e72410;font-weight: normal; letter-spacing:-0.6px;}
.sstc-logo-tj b.ss-b{ font-size:15px;}
#sstc-header .sstc-logo .sstc-ul li{padding: 6px;margin-top: 5px;border: 1px #fc9f95 solid; }
#sstc-header .sstc-logo .sstc-ul li a{ color:#e72410;}
#sstc-header .sstc-logo .sstc-ul li:nth-child(1){ margin-top:0px;}
#sstc-header .sstc-logo .sstc-ul{ width:160px;margin: 10px 0;}
.last_xjtxt{ margin-right:10px;}
.ssjpzm-one .right{border: 1px #fc9f95 solid;}
.ssjpzm-one:first-child .right{border: 1px #fc9f95 solid;}






.sstc-one .left{ background:#f5f5f5;}
.sstc-one .left .txt p{ color: #333;}
.sstc-one .left h3{color: #333;font-size: 16px; line-height: 30px; font-weight: bold; margin-bottom:10px;}
.sstc-one .right .item{ width:416px;}
.sstc-one .right .item:first-child{ width:416px;}
.sstc-one:first-child .right .item{ width:416px;}
#sstc-header .sstc-nav ul li{ width:416px; height:46px; line-height:20px; text-align:center;font-size:15px; display: flex;
    justify-content: center;align-items: center;}
#sstc-header .sstc-nav ul li a{ color:#e72410;}
#sstc-header .sstc-nav ul li:nth-child(1){ width:252px; border-right:0; font-weight:bold; font-size:20px; }
.sstc-one .right .item ul li{ height:285px;}
.sstc-one .right .item ul{min-height: 570px;}
.sstc-one .right .item ul li .sstc-img{width: 92%;margin: 0 auto;margin-top: 12px;}
.sstc-one .left .txt{ min-height:360px;}
.sstc-one .left .txt p{ min-height:360px;}
.sstc-one .right .item:nth-child(1){ width:415px;}
.sstc-one .right .item:nth-child(2){ width:416px;}
.sstc-one .right .item:nth-child(3){ width:417px;}
.sstc-one .left{ margin-top:0;}
.sstc-one:nth-child(1) .left{ margin-top:10px;}
.sstc-one .right .item ul{border-left: 1px #fc9f95 solid;}
.sstc-one .right .item .more{}
.sstc-one .right .item:last-child{border-right: 1px #fc9f95 solid;}
.sstc-one .right .item ul li:nth-child(3) {border-bottom:none;}
.sstc-one .right .item .more{border: 1px #fc9f95 solid;border-right: none;}
.sstc-one .right .item{border-top: 1px #fc9f95 solid;}
#sstc-header .sstc-nav ul li{border-right: 1px #fc9f95 solid;}
#sstc-header .sstc-nav ul li:nth-child(2){border-left: 1px #fc9f95 solid;}
#sstc-header .sstc-nav{border: 1px #fc9f95 solid;}


.sstc-one .right .item ul li .sstc-img{ height:180px;}
.sstc-one .right .item ul li:nth-child(4){border-bottom:none;}
.sstc-one .right .item .more:hover a{ height:28px; line-height:28px;}




/*#sstc-header .sstc-logo span{*/
/*    height: 70px;*/
/*    line-height: 70px;*/
/*    width: 380px; */
/*    font-size: 30px;*/
/*    color: #e72410;*/
/*    font-weight: bold;*/
    
/*}*/
/*#sstc-header .sstc-logo .sstc-ul{*/
/*    display: flex;*/
/*    align-items: center;*/
    
/*}*/

/*#sstc-header .sstc-logo .sstc-ul li{*/
/*    display: inline-block; */
/*    margin: 0px 10px;*/
/*}*/
/*#sstc-header .sstc-logo .sstc-ul li a{*/
    
/*    color: #3072cb;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*}*/
/*#sstc-header .sstc-nav{background: #fff; border: 1px #dcdcdc solid; border-left: 0;border-right: 0;height: 48px; line-height: 48px;}*/
/*#sstc-header .sstc-nav .wrapper,.sstc-wrap .wrapper{*/
/*    width: 1500px;*/
/*}*/

/*#sstc-header .sstc-nav ul{ display: flex;}*/

/*#sstc-header .sstc-nav ul li{ border-right: 1px #dcdcdc solid; width: 416px; text-align: center;height: 46px; line-height: 46px;  }*/
/*#sstc-header .sstc-nav ul li a{ display: block;color: #e72410;font-size: 16px;}*/
/*#sstc-header .sstc-nav ul li:first-child{ background: #f7f7f7; color: #333; width: 242px; text-align: center; font-size: 20px; font-weight: bold; border-right: 0;}*/
/*#sstc-header .sstc-nav ul li:nth-child(2){ margin-left: 10px;border-left: 1px #dcdcdc solid;}*/

.sstc-one{ display: flex;gap:0 10px; margin-top: 10px;}
.sstc-one:first-child{ display: flex;gap:0 10px; margin-top: 0;}
.sstc-one .left{ width: 242px; padding: 20px; margin-top: 0px; padding-right: 4px;}
/*.sstc-one .left h3{ }*/
.sstc-one .left .txt{
    font-size: 13px;
    color: #fff;
    /*height: 340px;*/
    width: 100%;
    padding-right: 8px;
    overflow:hidden;
    
}

.sstc-one .left .txt p{ 
    line-height: 26px; 
    /*height: 306px;  */
    margin-bottom: 16px; 
    display: block; 
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    text-indent: 26px;
    
}
.sstc-one .left .txt .more{
    cursor: default;
    font-size: 16px;
    font-weight: bold; 
    text-align: right;
    display: block;
    width: 100%;
}

/*.sstc-one .left p::-webkit-scrollbar {*/
/*    width: 4px;  */
/*}*/

/*.sstc-one .left p::-webkit-scrollbar-thumb {*/
/*    background-color: #ddd;  */
/*    border-radius: 2px;  */
/*}*/

/*.sstc-one .left p::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #555;  */
/*}*/

/*.sstc-one .left p::-webkit-scrollbar-track {*/
/*    background-color: transparent; */
/*}*/

.sstc-one .one-left{ background: url(../img/sstc-left-img1.jpg) no-repeat 0 0; height:410px;}
.sstc-one .right{ flex: 1;  display: flex; }
/*.sstc-one .right .item{ width: 312px;}*/
/*.sstc-one .right .item:first-child{ width: 311px;}*/
.sstc-one .right .item{border-top: 1px #fc9f95 solid;}
.sstc-one:first-child .right .item{border-top: 0;}
.sstc-one .right .item:last-child{border-right: 1px #fc9f95 solid;}
.sstc-one .right .item ul{ display: flex; flex-wrap: wrap;min-height: 390px;
    border-left:1px ##fc9f95 solid;}
.sstc-one .right .item ul li{
    width: 50%;
    border-right: 1px #fc9f95 solid;
    background: #fff;
    /*height: 195px;*/
    overflow: hidden;
}
.sstc-one .right .item ul li:nth-child(2n){ border: none;}
.sstc-one .right .item ul li:nth-child(1){ border-bottom: 1px #fc9f95 solid;}
.sstc-one .right .item ul li:nth-child(2){ border-bottom: 1px #fc9f95 solid;}
/*.sstc-one .right .item ul li:nth-child(3){ border-bottom: 1px #fc9f95 solid;}*/
/*.sstc-one .right .item ul li:nth-child(4){ border-bottom: 1px #fc9f95 solid;}*/
.sstc-one .right .item ul li .sstc-img{ 
    /*width: 100%; */
    /*height: 115px; */
    overflow: hidden; text-align: center;}
.sstc-one .right .item ul li .sstc-img img{ max-width: 100%; height: 100%;transform: scale(1.0); transition: 0.5s all;}
.sstc-one .right .item ul li p{ font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 20px;
    height: 40px; padding: 0 10px; margin-top:10px;}
.sstc-one .right .item ul li .sstc-price{ font-size: 14px; color:#e72410;  font-weight:bold; margin: 10px 0; text-align: center;}
.sstc-one .right .item .more{ border: 1px #fc9f95 solid; height: 30px; line-height: 30px; text-align: center; background: #fff; border-right: 0;}
.sstc-one .right .item .more a{ display: block;}
.sstc-one .right .item .more:hover a{ background: #e72410; color: #fff;}
.sstc-one .two-left{ height:420px; }
.sstc-one .three-left{ height:420px;margin-top: 0;}
.sstc-one .four-left{  height:420px;margin-top: 0;}
.sstc-one .five-left{ height:420px;margin-top: 0;}
.sstc-one .six-left{  height:420px; margin-top: 0;}
.sstc-one .seven-left{ height:420px; margin-top: 0;}

.sstc-one .right .item ul li:hover .sstc-img img{ transform: scale(1.1); transition: 0.5s all;}
.sstc-one .right .item ul li:hover p{ color: #e72410;}
.sstc-more{ width: 1500px; height: 48px; background: #fff; border: 1px #dcdcdc solid; margin-top: 10px; text-align: center; line-height: 48px;}
.sstc-more a{ font-size: 16px; color: #e72410; font-weight: bold;}
.sstc-more a:hover{ text-decoration: underline;}


#sstc-header .ssjpzm-nav{background: #fff; border: 1px #dcdcdc solid; border-left: 0;border-right: 0;height: 48px; line-height: 48px;}
#sstc-header .ssjpzm-nav ul{ display: flex;}

#sstc-header .ssjpzm-nav ul li:first-child{ background: #e72410; color: #fff; width: 260px; text-align: center; font-size: 20px; font-weight: bold; border-right: 0;}
#sstc-header .ssjpzm-nav ul li{ border-right: 1px #dcdcdc solid; width: 1028px; text-align: center;height: 46px; line-height: 46px;  }
#sstc-header .ssjpzm-nav ul li a{ display: block;color: #e72410;font-size: 16px;}
#sstc-header .ssjpzm-nav ul li:nth-child(2){ margin-left: 10px;border-left: 1px #dcdcdc solid;}

.ssjpzm-one{ display: flex;gap:0 10px;}
.ssjpzm-one .left{ width: 260px;height: 215px; margin-top: 10px; padding: 20px;}
.ssjpzm-one .left h3{ font-size: 16px; color: #fff; line-height: 30px; font-weight: bold;}
.ssjpzm-one .left p{ font-size: 15px; color: #fff; line-height: 30px; }
.ssjpzm-one .right{width: 1028px; border: 1px #dcdcdc solid; margin-top: 10px;}
.ssjpzm-one:first-child .right{width: 1028px; border: 1px #dcdcdc solid; border-top: 0; margin-top: 0;}
.ssjpzm-one .right{ display: flex;}
.ssjpzm-one .right ul{ display: flex;}
.ssjpzm-one .right ul li{ width: 142px; background: #fff; border-right:1px #fc9f95 solid ;}
.ssjpzm-one .right ul li .sstc-img{ width: 100%; height: 135px; text-align: center; overflow: hidden;}
.ssjpzm-one .right ul li .sstc-img img{ max-width: 100%; height: 100%;transform: scale(1.0); transition: 0.5s all;}
.ssjpzm-one .right ul li p{ font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 20px; padding: 10px 10px 0 10px;}
.ssjpzm-one .right ul li .sstc-price{ font-size: 14px; color:#e72410;  font-weight:bold; margin: 10px 0; text-align: center;}
.ssjpzm-one .right ul li:hover p{color:#e72410; }
.ssjpzm-one .right ul li:hover .sstc-img img{ transform: scale(1.1); transition: 0.5s all;}
.ssjpzm-one .right .more{ width: 32px; text-align: center; background: #fff;  }
.ssjpzm-one .right .more a{ display: block;display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.ssjpzm-one .right .more a:hover{ color: #e72410; font-weight: bold;}

#sstc-header .lysc-nav ul li:nth-child(2){flex:1; width:auto; border-right:0;color:#e72410; font-size:16px;}
#sstc-header .sstc-logo-xq{ height:70px; line-height:70px;}
.ssjpzm-wrap{ background:#fff; padding-bottom:20px;}
.lysc-wrap .wrapper{ display:flex; justify-content:space-between; width:1500px;}
.lysc-wrap .wrapper .lysc-left{ width:242px; background:#f5f5f5; margin-right:10px; margin-top:10px;}
.lysc-wrap .wrapper .lysc-left ul li{ height:50px; line-height:50px; border-bottom:1px #fc9f95 solid;}
.lysc-wrap .wrapper .lysc-left ul li a{display:block;font-size:17px; color:#333; padding-left:30px; font-weight:bold;}
.lysc-wrap .wrapper .lysc-left ul li.cur a{color:#fff; background:#e72410;}
.lysc-wrap .wrapper .lysc-left ul li a:hover{ color:#e72410;}
.lysc-wrap .wrapper .lysc-left ul li.cur a:hover{ color:#fff;}
.lysc-wrap .wrapper .lysc-right{ flex:1;}
.lysc-wrap .wrapper .lysc-right ul{ display:flex; flex-wrap:wrap;}
.lysc-wrap .wrapper .lysc-right ul li{border: 1px #fc9f95 solid;border-top: 0; border-right: 0;width:16.6%;}
.lysc-wrap .wrapper .lysc-right ul li:nth-child(6n){border-right: 1px #fc9f95 solid;}
.lysc-wrap .wrapper .lysc-right ul li .sstc-img{ width:92%; margin:10px auto; height:180px; overflow:hidden;}
.lysc-wrap .wrapper .lysc-right ul li .sstc-img img{ width:100%; height:100%; transform:scale(1.0); transition:0.5s all;}
.lysc-wrap .wrapper .lysc-right ul li:hover .sstc-img img{transform:scale(1.1); transition:0.5s all;}
.lysc-wrap .wrapper .lysc-right ul li p{font-size: 14px; color: #333;overflow: hidden; text-overflow: ellipsis ;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;line-height: 20px; height: 40px; padding: 0 10px;}
.lysc-wrap .wrapper .lysc-right ul li .sstc-price{font-size: 14px; color: #e72410; font-weight: bold; margin: 10px 0;text-align: center;}
.lysc-wrap .wrapper .lysc-right ul li:hover p{color:#e72410;}

.lysc-wrap .wrapper .qqssjp-left ul li{ height:auto; line-height:26px;}
.lysc-wrap .wrapper .qqssjp-left ul li a{ padding:15px;}


/*产品列表样式*/


.footerbg{ background: #fff;}
.all-cplist{ min-width: 1300px; background: #fff; padding-bottom: 30px;}
.all-cplist .shop-mbxdh{ height: 50px; line-height: 50px; color: #666;}
.all-cplist .shop-mbxdh a{ color: #666;}
.all-cplist .shop-mbxdh a:hover{ color: #e72410;}
.all-cplist .cplist ul{ display: flex; flex-wrap: wrap; border: 1px #dcdcdc solid; border-right: none;border-bottom: none;width: 1297px; }
.all-cplist .cplist ul li{ border-right: 1px #dcdcdc solid;border-bottom: 1px #dcdcdc solid; width: 162px; text-align: center; background: #fff;}
.all-cplist .cplist ul li .sstc-img{ width: 100%; height: 115px; overflow: hidden; text-align: center; margin-top:15px;}
.all-cplist .cplist ul li .sstc-img img{ max-width: 100%; height: 100%;transform: scale(1.0); transition: 0.5s all;}
.all-cplist .cplist ul li p{ font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 20px;
    height: 40px; padding: 0 10px; margin-top:10px;}
.all-cplist .cplist ul li .sstc-price{ font-size: 14px; color:#e72410;  font-weight:bold; margin: 10px 0; text-align: center;}
.all-cplist .cplist ul li:hover .sstc-img img{ transform: scale(1.1); transition: 0.5s all;}
.all-cplist .cplist ul li:hover p{ color: #e72410;}

.weo-page{margin: 0;}


/*.weo-page a{min-width:32px; height:32px; line-height:32px; margin-left:10px; padding:0; border-color:#ccc; font-size:14px; color:#666;display: flex; align-items: center; border-radius: 5px; justify-content: center;}*/
/*.weo-page a:hover{border-color:#e72410; color:#e72410;}*/
/*.weo-page a.count{border-color:#e72410; color:#666;}*/
/*.weo-page a.weo-page-on{background:#e72410; border-color:#e72410; color:#fff;}*/

/*翻页样式*/
#pageinfos { text-align: center;margin-bottom: 10px; margin-top: 26px;}
#pageinfos .digg {padding-top: 0px;}
#pageinfos .digg li{
    display:inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 14px;
    color: #767676;
}
#pageinfos .digg .page-item a{
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    overflow: inherit;
    border-radius: 4px;
    min-width: 32px;
    background: none;
}
#pageinfos .digg .page-item a:hover {color: #e72410; }
#pageinfos .digg .page-item a:active {background-color: #e72410;color:#fff;}
#pageinfos .digg li.active {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-color: #e72410;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e72410;
    padding: 0;
}


/*产品详情样式*/

.goods-content{ display: flex; justify-content: space-between;}
.goods-content .goods-c-left{ width: 450px;}
#showbox { background:#fff;}
#showbox span { background:url(../img/whitebg.png) repeat;}
#showsum { left:20px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage { width:450px; position:relative;}
.showpage a { display:block; width:20px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}
.goods-content .goods-c-jianjie{ flex: 1; margin-left: 30px;}
.goods-content .goods-c-jianjie .login{
    
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 52px;
    padding-right: 16px;
}
.goods-content .goods-c-jianjie .login span{
    color: #11192d;
}
.goods-content .goods-c-jianjie .login a{ 
    background: #e72410;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    padding: 16px 30px;  
}
.goods-content .goods-c-jianjie h2{ font-size: 20px; font-weight: bold; color: #333; margin-top: 10px;}
.goods-content .goods-c-jianjie .goods-ftitle{ font-size: 14px; color: #666; line-height: 20px; margin-top: 10px;}
.goods-content .goods-c-jianjie .goods-price{ font-size: 16px;color: #e72410; font-weight: bold;margin-top: 30px;}
.goods-content .goods-c-jianjie .goods-price em{ font-size: 26px;color: #e72410;}
.goods-content .goods-c-jianjie .goods_guige{ display: flex; margin-top: 20px; border-top:1px #dcdcdc solid; padding-top: 20px;}
.goods-content .goods-c-jianjie .goods_guige .goods_h3{font-size: 15px;color: #666; margin-right: 20px;} 
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl{ flex: 1;}
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul{ display: flex; flex-wrap: wrap;}
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul li{
    cursor: pointer;height: 30px;line-height: 30px; border-radius: 5px; border: 1px #dcdcdc solid; overflow: hidden; margin-right: 10px;padding: 0 10px 0 0; margin-bottom: 10px; }
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul .active{border: 1px #e72410 solid;}
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul li a{ display: flex;align-items: center;font-size: 14px;color: #333; height: 28px;}
.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul li img{ width: 24px; height: 24px; margin: 0 10px 0 2px;}
/*.goods-content .goods-c-jianjie .goods_guige .goods_guige_fl ul li:hover{ border: 1px #e72410 solid;}*/
.goods-content .goods-c-jianjie .goods_quantity{ display: flex; align-items: center; margin-top: 20px;}
.goods-content .goods-c-jianjie .goods_quantity .goods_h3{font-size: 15px;color: #666; margin-right: 20px;} 
.goods-content .goods-c-jianjie .goods_quantity .goods_zj{display: flex; align-items: center;}
.goods-content .goods-c-jianjie .goods_quantity .goods_zj i{ display: inline-block; width: 32px; height: 32px; background: #e5e5e5; text-align: center; line-height: 30px;border-radius:5px; font-size: 18px; cursor: pointer;} 
.goods-content .goods-c-jianjie .goods_quantity .goods_zj input.zj_number{ width: 52px; height: 32px; text-align: center; line-height: 32px; border: 1px #aaaaaa solid; border-radius:5px; margin: 0 5px;}
.goods-content .goods-c-jianjie .goods_btn{ margin-top: 50px; display: flex; gap:0 20px;}
.goods-content .goods-c-jianjie .goods_btn .goods_jrgwc{ width: 135px; height: 35px; text-align: center; line-height: 35px; background: #ff2832; border-radius: 5px; overflow: hidden;}
.goods-content .goods-c-jianjie .goods_btn .goods_jrgwc a{display: flex; justify-content: center; gap:0 10px; align-items: center; color: #fff; font-size: 15px;cursor: default;}
.goods-content .goods-c-jianjie .goods_btn .goods_jrgwc a img{ width:21px; height: 19px;}
.goods-content .goods-c-jianjie .goods_btn .goods_jrgwc:hover{ background: #e72410;}
.goods-content .goods-c-jianjie .goods_btn .goods_ljgm{width: 120px; height: 35px; text-align: center; line-height: 33px;border: 1px #e72410 solid; border-radius: 5px; overflow: hidden;cursor: default;}
.goods-content .goods-c-jianjie .goods_btn .goods_ljgm a{ color: #e72410; display: block;}
.goods-content .goods-c-jianjie .goods_btn .goods_ljgm:hover{ background: #ffd7d7;}

.goods-tabs{ margin-top: 50px; display: flex;}
.goods-tabs .goods-tuijian{ width: 210px; }
.goods-tabs .goods-tuijian h4{ font-size: 15px; color: #666; padding: 10px; background: #eee;}
.goods-tabs .goods-tuijian ul{ padding: 10px;border: 1px #e7e4e4 solid;}
.goods-tabs .goods-tuijian ul li{ border-bottom: 1px #e7e4e4 dashed; padding-bottom: 10px; margin-bottom: 10px;}
.goods-tabs .goods-tuijian ul li:last-child{ border-bottom: none;}
.goods-tabs .goods-tuijian ul li  .sstc-img{ width: 100%; height: 115px; overflow: hidden; text-align: center;}
.goods-tabs .goods-tuijian ul li  .sstc-img img{ max-width: 100%; height: 100%;transform: scale(1.0); transition: 0.5s all;}
.goods-tabs .goods-tuijian ul li  p{ font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 20px; padding: 0 10px;}
.goods-tabs .goods-tuijian ul li  .sstc-price{ font-size: 14px; color:#e72410;  font-weight:bold; margin: 10px 0 0 0; text-align: center;}
.goods-tabs .goods-tuijian ul li :hover .sstc-img img{ transform: scale(1.1); transition: 0.5s all;}
.goods-tabs .goods-tuijian ul li :hover p{ color: #e72410;}
.goods-tabs .goods-item{flex: 1; margin-left: 20px;}
.goods-tabs .goods-item .goods-cpxq-name{ border-bottom: 1px #e4e4e4 solid; font-size: 18px; font-weight: bold; line-height: 36px;}
.goods-tabs .goods-item .goods-item-table{ margin-top: 20px;}
.goods-tabs .goods-item .goods-item-table ul{ display: flex; flex-wrap: wrap;gap:0 5px;}
.goods-tabs .goods-item .goods-item-table ul li{ width: 49%; background: #eee; margin-bottom: 5px; padding:10px;  display: flex;}
.goods-tabs .goods-item .goods-item-table ul li em{ font-weight: bold; font-size: 14px; color: #666; display: block; width: 80px;text-align: justify; text-justify: inter-word;}
.goods-tabs .goods-item .goods-item-table ul li span{ color: #333; font-weight: normal; margin-left: 20px;}
.goods-tabs .goods-item .goods-xqzs{ margin-top: 20px;text-align: center;}

#chart-header{background: #fff; padding: 20px 0;}
#chart-header .wrapper{ width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
#chart-header .logo{display: flex;align-items: end;}
#chart-header .logo img{ width: 145px; height: 41px; }
#chart-header .logo em{ font-size: 24px; padding-left: 10px;color: #e72410;}
#chart-header .chart-search{width: 330px;}
#chart-header .chart-search .search-cont{ display: flex; justify-content: space-between;border: 2px #e72410 solid;}
#chart-header .chart-search .search-cont input{ width: 260px; height: 30px; border:none}
#chart-header .chart-search .search-cont button.weo-btn{ width: 70px; color: #fff; background: #e72410; height: 30px; line-height: 30px; border: none; border-radius: 0;}

.chart-list{ background:#fff;}
.chart-list .wrapper{ width: 1000px; margin: 0 auto; }
.chart-list .wrapper .jiayou{
    width: 100%;
}
.chart-list .wrapper .jiayou .cartEmpty{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chart-list .wrapper .jiayou .cartEmpty .emptyimg{
    display: flex;
    justify-content: center;
}
.chart-list .wrapper .jiayou .cartEmpty .emptyimg img{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px;
}
.chart-list .wrapper .jiayou .cartEmpty .emptyText{
    color: #50607a;
    font-size: 12px;
    line-height: 36px;
}
.chart-list .wrapper .jiayou .cartEmpty .emptyBtn{
    background: #e72410;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    margin-top: 12px;
    text-align: center;
    width: 180px;
    display: block;
}
.chart-list .chart-goods-all{ font-size: 16px; font-weight: bold; color: #e72410; padding-top: 20px;}
.chart-list .chart-goods-all em{ padding-left: 5px;}
.chart-list .chart-thead{ background: #f2f3f8; height: 50px; line-height: 50px; display: flex; align-items: center; margin: 10px 0;font-size: 14px; color: #333;}
.chart-list .chart-thead .t-checkbox{display: flex; align-items: center; width: 120px; padding-left: 12px;height: 50px; line-height: 50px; }
.chart-list .chart-thead .t-checkbox input.all-checkbox{ margin-right: 5px;}
.chart-list .chart-thead .t-goods{ width: 400px;}
.chart-list .chart-thead .t-props{ width: 150px;}
.chart-list .chart-thead .t-price{ width: 110px; text-align: center;}
.chart-list .chart-thead .t-quantity{ width: 110px; text-align: center;}
.chart-list .chart-thead .t-action{ width: 110px; text-align: center;}
.chart-list .cart-tbody ul li{ border-bottom: 1px #cecece solid; padding-bottom: 20px; margin-bottom: 20px; display: flex;align-items: center;}
.chart-list .cart-tbody ul li .p-checkbox{width: 40px; padding-left: 12px;}
.chart-list .cart-tbody ul li .p-goods{width: 480px;}
.chart-list .cart-tbody ul li .p-goods a{ display: flex;align-items: center;}
.chart-list .cart-tbody ul li .p-goods .p-img{ width: 80px; height: 80px; overflow: hidden;}
.chart-list .cart-tbody ul li .p-goods .p-img img{ width: 100%; height: 100%;}
.chart-list .cart-tbody ul li .p-goods .p-msg{ flex: 1; padding: 0 50px 0 10px; font-size: 14px; color: #333; line-height: 24px;}
.chart-list .cart-tbody ul li .p-goods a:hover .p-msg{ color: #e72410;}

.chart-list .cart-tbody ul li .p-props{ width: 150px;font-size: 14px; color: #666;}
.chart-list .cart-tbody ul li .p-price{ width: 110px;font-size: 14px; color: #333; text-align: center;}
.chart-list .cart-tbody ul li .p-quantity{ width: 110px;}
.chart-list .cart-tbody ul li .p-quantity .goods_zj{display: flex; align-items: center;}
.chart-list .cart-tbody ul li .p-quantity .goods_zj i{ display: inline-block; width: 32px; height: 32px; background: #e5e5e5; text-align: center; line-height: 30px;border-radius:5px; font-size: 18px; cursor: pointer;} 
.chart-list .cart-tbody ul li .p-quantity .goods_zj input.zj_number{ width: 32px; height: 32px; text-align: center; line-height: 32px; border: 1px #aaaaaa solid; border-radius:5px; margin: 0 5px;}
.chart-list .cart-tbody ul li .p-ops{ width: 110px;font-size: 14px;  text-align: center;}
.chart-list .cart-tbody ul li .p-ops a{color: #666;}
.chart-list .cart-tbody ul li .p-ops a:hover{color: #e72410;}
.chart-list .cart-tbody ul li:last-child{ margin-bottom: 0;}
.cart-floatbar{background: #fff; padding: 20px 0;}
.cart-floatbar .wrapper{ width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; }
.cart-floatbar .left{width: 400px; display: flex; height: 50px; line-height: 50px;}
.cart-floatbar .left .select-all{ display: flex;  align-items:center;}
.cart-floatbar .left .select-all input.all-checkbox{ margin-right: 5px;}
.cart-floatbar .left .cart-operation a{
    /*padding-left: 20px; */
    color: #666;
    cursor: default;
    
}
.cart-floatbar .left .cart-operation a:hover{ color: #e72410;}
.cart-floatbar .right{display: flex; justify-content: end; height: 50px; line-height: 50px;}
.cart-floatbar .right .price-sum{ display: flex;}
.cart-floatbar .right .price-sum .amount-sum{font-size: 14px;color: #999;}
.cart-floatbar .right .price-sum .amount-sum em{ font-weight: bold; color: #e72410; padding: 0 3px;}
.cart-floatbar .right .price-sum .price-show{ padding-left: 10px;font-size: 14px;color: #999;}
.cart-floatbar .right .price-sum .price-show span{font-weight: bold; color: #e72410; font-size: 22px;}
.cart-floatbar .right .btn-area{margin-left: 10px;}
.cart-floatbar .right .btn-area .price-qjs{ width: 120px; height: 50px;background: #ff2832; color: #fff; font-size: 20px;font-weight: bold; border: none; cursor: pointer;display:block;
    text-align: center;}
.cart-floatbar .right .btn-area:hover .price-qjs{ background: #e72410;}

.tck-popup-box{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.tck-popup-box .tck-dialog{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 440px; height: 260px; background: #fff; border-radius: 10px;}
.tck-popup-box .tck-dialog .tck-rel{ position: relative; width: 100%; height: 100%; }
.tck-popup-box .tck-dialog .tck-rel .close{ position: absolute; right: 10px; top: 10px; cursor: pointer;}
.tck-popup-box .tck-dialog .tck-popup-body{ text-align: center;padding-top: 40px;}
.tck-popup-box .tck-dialog .tck-popup-body p.common-tips-tit{ font-size: 20px; color: #333; font-weight:bold; margin: 20px 0 10px 0; }
.tck-popup-box .tck-dialog .tck-popup-body .tck-popup-btn{ margin-top: 30px;}
.tck-popup-box .tck-dialog .tck-popup-body .tck-popup-btn .comon-tips-btn{ width: 110px; height: 40px; border: none; background: #e72410; color: #fff; font-size: 16px; cursor: pointer;border-radius: 10px;}

.qrdd-wrap{ background: #fff;}
.qrdd-wrap .wrapper{ width: 1000px;}
.qrdd-wrap .qrdd-sh-addr{padding-top: 20px;}
.qrdd-wrap .qrdd-sh-addr .qrdd-shtitle{ display: flex; justify-content: space-between; align-items:center;}
.qrdd-wrap .qrdd-sh-addr .qrdd-shtitle span{font-size: 16px; color: #333; font-weight: bold;}
.qrdd-wrap .qrdd-sh-addr .qrdd-shtitle em{font-size: 14px; color: #666; cursor: pointer;}
.qrdd-wrap .qrdd-sh-addr .qrdd-shtitle em:hover{ color: #333;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list{ margin-top: 20px;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul{ display: flex; gap:20px; flex-wrap: wrap;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li{cursor:default;height:110px; border: 1px #cecece solid; padding: 20px; width: 32%; border-radius: 10px; position: relative;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list .add{     text-align: center;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    border: 1px solid #ddd;
    color: #e72410;
    font-weight: bold;
    cursor: default;
}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li .xx-dizhi{ font-size: 14px; color: #666;font-weight: bold;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li .inf-name-p{ font-size: 14px; color: #666; margin-top: 10px; }
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li span{display: none; position: absolute; right: 0; bottom: 0; background: #eee; padding: 5px 10px; color: #333; font-size: 12px; border-radius: 10px 0 10px 0; cursor: pointer;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li.cur{border: 1px #e72410 solid;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li.cur .xx-dizhi{color: #333;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li.cur .inf-name-p{color: #333;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li:hover{border: 1px #e72410 solid;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li:hover span{ display: block;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li:hover span:hover{ color: #e72410;}
.qrdd-wrap .qrdd-goods-inf{margin-top: 20px;border-top:1px #e4e4e4 solid; padding-top: 20px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-shtitle{ display: flex; justify-content: space-between; align-items:center; }
.qrdd-wrap .qrdd-goods-inf .qrdd-shtitle span{font-size: 16px; color: #333; font-weight: bold;}
.qrdd-wrap .qrdd-goods-inf .qrdd-shtitle a{font-size: 14px; color: #e72410;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lm{ background: #f2f3f8; margin-top: 20px; height: 50px; line-height: 50px; border: 1px #e4e4e4 solid; display: flex;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lm span{ display: block;width: 150px; text-align: center;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lm span.qrdd-goods-xx{ padding-left: 50px; width: 550px; text-align: left;}		 
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb{border: 1px #e4e4e4 solid;  border-top: 0;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li{ display: flex; border-bottom: 1px #e4e4e4 solid; padding-bottom: 20px; margin-bottom: 10px; align-items: center;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li:last-child{ border-bottom:0 ; margin-bottom: 0; }
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sp{ width: 550px; padding: 10px 0 0 10px; display: flex;align-items: center;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sp .sp-img{ width: 100px; height: 100px; overflow: hidden;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sp .sp-img img{ width: 100%; height: 100%;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sp .sp-name{ flex: 1; padding: 0 80px 0 10px;font-size: 14px; line-height: 24px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sjdj{ width: 150px; text-align: center;font-size: 14px; color: #333;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sjsl{ width: 150px; text-align: center;font-size: 14px; color: #333;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb ul li .qrdd-goods-sjxj{ width: 150px; text-align: center;font-size: 14px; color: #333;}
.qrdd-wrap .qrdd-goods-inf #order-payway{
    margin-top: 15px;
}
.qrdd-wrap .qrdd-goods-inf #order-payway label{
    display: flex;
    margin-bottom: 10px;
}
.qrdd-wrap .qrdd-goods-inf #order-payway label img{
    width: 30px;
    margin-left: 20px;
}



.qrdd-wrap .qrdd-spzj-lb{ padding: 20px 0; text-align: right;}
.qrdd-wrap .qrdd-spzj-lb ul li{padding-bottom: 10px; color: #666;}
.qrdd-wrap .qrdd-spzj-lb em{ display: inline-block; width: 160px; text-align: right;color: #333;}
.qrdd-wrap .qrdd-spzj-zf{ border-top:2px #e4e4e4 solid; padding: 20px 0; text-align: right;}
.qrdd-wrap .qrdd-spzj-zf p{color: #666;}
.qrdd-wrap .qrdd-spzj-zf p em{display: inline-block; width: 160px; text-align: right;color: #e72410; font-size: 22px; font-weight:bold;}
.qrdd-wrap .qrdd-spzj-zf  .rdd-spzj-zfbtn{width: 120px; height: 40px; line-height: 40px; border: none; background: #e72410; color: #fff; font-size: 16px; cursor: pointer;border-radius: 5px; margin-top: 20px;
    display: inline-block;
    text-align: center;
}

.popup-bjdz{display:none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}	
.popup-bjdz .bjdz-dialog{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 660px; height: 400px; background: #fff; border-radius: 10px; overflow: hidden;}
.popup-bjdz .bjdz-dialog .bjdz-rel-title{ background: #eee; height: 40px; line-height: 40px; display: flex; padding: 0 15px; justify-content: space-between; align-items: center;}
.popup-bjdz .bjdz-dialog .bjdz-rel-title h3{ font-size: 15px; color: #666;}
.popup-bjdz .bjdz-dialog .bjdz-rel-title .close{ width: 16px; height: 16px; cursor: pointer;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body{ padding: 30px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li{ display: flex; margin-bottom: 20px; height: 32px; line-height: 30px; align-items: center;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li label{ width: 100px; font-size: 14px; color: #333;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li label em{ color: #e72410;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li .bjdz-input-inline{height: 32px; line-height: 30px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li .bjdz-input-inline select{height: 32px; line-height: 30px; width: 110px; border: 1px #cecece solid;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li input.username-input{ width: 340px;height: 32px; line-height: 30px; border: 1px #cecece solid; padding: 0 10px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li button.btn-inf{width: 160px; height: 40px; line-height: 40px; border: none; background: #e72410; color: #fff; font-size: 16px; cursor: pointer;border-radius: 5px; margin-top: 20px; margin-left: 100px;}
.syt-wrap{ background: #fff;}
.syt-wrap .wrapper{ width: 1000px; padding: 30px 0 50px 0;}
.syt-wrap .syt-inf{ text-align: center;}
.syt-wrap .syt-inf .syt-inf-dui{ display: flex; justify-content: center; gap:0 10px; align-items: center; font-size: 20px; color: #333;}	 
.syt-wrap .syt-inf p{ display: block; margin: 10px 0 20px 0; font-size: 14px; color: #666;}	
.syt-wrap .syt-inf .syt-inf-je{font-size: 24px; color: #e72410; font-weight: bold;}	
.syt-wrap .syt-inf .syt-inf-je em{font-size: 14px; color: #666;font-weight:normal;}	
.syt-wrap .syt-wxzf{background: #fff; width: 100%; padding:20px 40px; box-shadow: 0 0px 30px rgba(0,0,0,0.15); margin-top: 50px; border-radius: 20px;}
.syt-wrap .syt-wxzf p{font-size: 20px; color: #333; }	
.syt-wrap .syt-wxzf	.syt-wxzf-payment{ margin-top: 30px; display: flex; justify-content:center;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left{ width: 300px;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-img{ border: 1px #e4e4e4 solid; width: 300px; height: 300px; padding: 20px; overflow: hidden;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-img img{width: 260px; height: 260px;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-wzjs{ background: #e72410; margin-top: 10px; display: flex; justify-content: center; align-items: center; padding: 15px 0;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-wzjs span{ margin-right: 20px;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-wzjs em{display: block; font-size: 16px;color: #fff;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .left .payment-wzjs em i{ display: block;}
.syt-wrap .syt-wxzf	.syt-wxzf-payment .right{ width: 328px; margin-left: 100px;}
			
.payment-wrap{ background: #fff;}
.payment-wrap .wrapper{ width: 1000px; padding: 150px 0 150px 0;}
.payment-wrap .payment-inf{ text-align: center;}
.payment-wrap .payment-inf span{font-size: 22px;color: #333; margin-top: 10px; display: block; font-weight:bold;}	
.payment-wrap .payment-inf .syt-inf-je{font-size: 14px;color: #666;margin-top: 10px; }	
.payment-wrap .payment-btn{ display: flex; justify-content: center; gap:0 40px; margin-top: 40px;}	
.payment-wrap .payment-btn a.p1-b{display: block; width: 110px;height: 36px;line-height: 36px; background: #eee; text-align: center; border-radius: 5px;}	
.payment-wrap .payment-btn a.p2-b{display: block; width: 110px;height: 36px;line-height: 36px; background: #eee; text-align: center; border-radius: 5px;}		
.payment-wrap .payment-btn a.p1-b:hover{ background: #e72410; color: #fff;}	
.payment-wrap .payment-btn a.p2-b:hover{ background: #e72410; color: #fff;}	
.orderxq-wrap{ background: #fff;}		
.orderxq-wrap .wrapper{ width: 1000px; padding: 10px 0 50px 0;}
.orderxq-wrap .orderxq-top{border-top: 3px #e72410 solid; padding-top: 30px;  display: flex; justify-content: space-between; align-items: center;}	 
.orderxq-wrap .orderxq-top .left{flex: 1;}
.orderxq-wrap .orderxq-top .left h2{font-size: 24px; font-weight: bold;}
.orderxq-wrap .orderxq-top .left .orderxq-shrxx{ margin-top: 20px;}	
.orderxq-wrap .orderxq-top .left .orderxq-shrxx p{ background: url(../img/order-icon.png) no-repeat 0 center; padding-left: 20px; font-size: 15px; color: #333;}	
.orderxq-wrap .orderxq-top .left .orderxq-shrxx span{font-size: 15px; color: #666; display: block; padding-left: 20px; margin-top: 5px;}	
.orderxq-wrap .orderxq-top .orderxq-top-btn{ display: flex;gap:0 20px;}
.orderxq-wrap .orderxq-top .orderxq-top-btn a.order-b1{display: block; width: 110px;height: 36px;line-height: 34px;border: 1px #e72410 solid ; color:#e72410;text-align: center; border-radius: 5px;}	
.orderxq-wrap .orderxq-top .orderxq-top-btn a.order-b2{display: block; width: 110px;height: 36px;line-height: 36px;background: #e72410; color:#fff;text-align: center; border-radius: 5px;}	
.orderxq-wrap .orderxq-goods{ border-top: 1px #e4e4e4 solid; margin-top: 30px; padding-top: 20px;}		
.orderxq-wrap .orderxq-goods ul li{ border-bottom:1px #e4e4e4 solid ; margin-bottom: 20px; padding-bottom: 20px; display: flex; justify-content: space-between;}	
.orderxq-wrap .orderxq-goods ul li .order-sp{ flex: 1;display: flex; margin-right: 80px;}	
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-img{width: 100px; height: 100px; overflow: hidden; }
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-img img{width: 100px; height: 100px;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name{ flex: 1; margin-left: 20px; }
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name p a{ font-size: 14px;color: #333;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name p a:hover{ font-size: 14px;color: #e72410;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name .order-sp-btn{ display: flex; margin-top: 20px;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name .order-sp-btn a{display: inline-block; margin-right: 10px;display: block; width: 100px;height: 36px;line-height: 34px;border: 1px #e4e4e4 solid ; color:#333;text-align: center; border-radius: 5px;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name .order-sp-btn a:hover{border: 1px #e72410 solid ; color:#e72410;}
.orderxq-wrap .orderxq-goods ul li .order-jg{width: 100px; text-align: right; font-size: 18px;  color: #333;}
.orderxq-wrap .orderxq-goods ul li .order-jg span{font-size: 14px; color: #999; display: block;}
.orderxq-fkxq{ margin-top: 30px;}
.orderxq-fkxq h3{ background: #eee; height: 40px; line-height: 40px; font-size: 16px; font-weight:bold; color: #333; padding-left: 20px;}
.orderxq-fkxq ul{ padding: 20px;}
.orderxq-fkxq ul li{ height: 30px; line-height: 30px;display: flex; justify-content: space-between; font-size: 14px;}
.orderxq-fkxq ul li span{ color: #666;}
.orderxq-fkxq ul li em.dz{font-size: 20px; color: #e72410; font-weight:bold;}

#wxpayewm{left:50%; top:50%; transform:translate(-50%,-50%); display:none; width:540px; height:540px;}
#wxpayewm i{position:absolute; right:-40px; top:-40px; width:30px; height:30px; background:url(../img/common-tips-close.png) no-repeat center; cursor:pointer;}
#wxpayewm img{display:block; width:540px; height:540px;} 

/*右侧按钮*/

.right-pf-nav {
    position: fixed;
    top: 50%;
    margin-top: -240px;
    right: 20px;
    z-index: 9997;
}

.right-pf-nav li {
    width: 56px;
    height: 56px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: 5px;
}

.right-pf-nav li a {
    display: block;
    width: 56px;
    height: 56px;
    color: #666;
}

.right-pf-nav li:nth-child(1) a em {
    display: block;
    background: url(img/right-icon1-h.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(2) a em {
    display: block;
    background: url(img/right-icon2-h.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(3) a em {
    display: block;
    background: url(img/right-icon4.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(4) a em {
    display: block;
    background: url(img/fhdb-icon.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:hover {
    color: #fff;
    background: #0771ab;
}

.right-pf-nav li:hover a {
    color: #fff;
}

.right-pf-nav li:nth-child(1):hover em {
    display: block;
    background: url(img/right-icon1.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(2):hover em {
    display: block;
    background: url(img/right-icon2.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(3):hover em {
    display: block;
    background: url(img/right-icon4-h.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li:nth-child(4):hover em {
    display: block;
    background: url(img/fhdb-icon-h.png) no-repeat 0 bottom;
    width: 26px;
    height: 30px;
    margin: 0 auto;
}

.right-pf-nav li .right-kefu {
    position: absolute;
    height: 56px;
    top: 0;
    right: 56px;
    font-size: 20px;
    color: #fff;
    background: #0771ab;
    text-align: center;
    width: 0;
    line-height: 56px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s all;
}

.right-pf-nav li .right-kefu span {
    display: inline-block;
    background: url(img/right-tel.png) no-repeat 0 center;
    width: 21px;
    height: 56px;
    margin: 0 10px 0 0;
}

.right-pf-nav li:hover .right-kefu {
    width: 200px;
    transition: 0.3s all;
    border-right: 2px #fff solid;
}


/*我的订单页面样式*/

.mine_dt{ background: #fff; padding: 20px 22px;width: 1074px;}
.mine_dt .tab_s{border-bottom: 1px solid #ededed;}
.mine_dt .tab_s a{display: block; color: #333333; padding: 0 20px; height: 42px;line-height: 42px; border-top-left-radius: 10px; border-top-right-radius: 10px;cursor: pointer; font-size: 15px;margin-right: 10px;}
.mine_dt .tab_s a.current{color: #ffffff;background: #089bf1;}
.clearfix:after{visibility: hidden;clear: both;display: block;content: ""; height: 0;}
.fl{ float: left;}

.wode-order{ margin-top: 10px;}
.wode-order .wode-order-title{ display: flex;}
.wode-order .wode-order-title span{ display: block; height: 50px; line-height: 50px; text-align: center; font-size: 15px; color: #888;}
.wode-order .wode-order-title .order-ddxx{ width: 600px; text-align: left;}
.wode-order .wode-order-title .order-spje{ width: 143px;}
.wode-order .wode-order-title .order-sfk{ width: 143px;}
.wode-order .wode-order-title .order-ddcz{ width: 143px;}
.wode-order .wode-order-list{
    height: 680px;
    overflow-y: scroll;
}
.wode-order .wode-order-list::-webkit-scrollbar {
  width: 4px; /* 设置滚动条的宽度 */
}
 
.wode-order .wode-order-list::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}
 
.wode-order .wode-order-list::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置滚动条滑块在悬停时的颜色 */
}
 
 


.wode-order .wode-order-list ul li{ margin-bottom: 20px;}
.wode-order .wode-order-list ul li .top{ background: #eee; height: 40px; line-height: 40px; display: flex; justify-content: space-between; padding: 0 15px; border-radius: 10px;}
.wode-order .wode-order-list ul li .top .jy-left{ flex: 1; }
.wode-order .wode-order-list ul li .top .jy-left em{ padding-right: 20px;}
.wode-order .wode-order-list ul li .top .jy-left a{color: #e72410;}
.wode-order .wode-order-list ul li .top .jy-right{color: #e72410;}

 
.wode-order .wode-order-list ul li .bottom .order-item{margin-top: 20px; display: flex;}
.wode-order .wode-order-list ul li .bottom .order-item .order-item-left{width: 742px;border-right: 1px #e5e5e5 solid; }
.wode-order .wode-order-list ul li .bottom .order-item .order-item-left .order-item-left-li{display: flex;align-items: center;border-bottom: 1px #e5e5e5 solid;margin-bottom: 10px; padding-bottom: 10px;}
.wode-order .wode-order-list ul li .bottom .order-item .order-item-left .order-item-left-li:last-child{border: none;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container{ width: 613px; display: flex; align-items: center;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container .sp-img{ width: 100px; height: 100px; overflow: hidden;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container .sp-img img{ width: 100%; height: 100%;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container .sp-name{ margin: 0 20px 0 10px; line-height: 26px; flex: 1;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container .sp-name h5{ font-size: 14px; line-height: 20px;}
.wode-order .wode-order-list ul li .bottom .order-item .order-container .sp-name .gg{ font-size: 12px; color: #666;}
.wode-order .wode-order-list ul li .bottom .order-item .order-inf-price{ width: 130px;  text-align: center;font-size:14px; }
.wode-order .wode-order-list ul li .bottom .order-item .order-inf-price span{ display: block; font-size: 14px; color: #999; margin-top: 5px; }
.wode-order .wode-order-list ul li .bottom .order-item .order-payment-price{ width: 143px;  text-align: center;border-right: 1px #e5e5e5 solid;display: flex;align-items: center;justify-content: center}
.wode-order .wode-order-list ul li .bottom .order-item .order-payment-price em{ font-weight: bold;}
.wode-order .wode-order-list ul li .bottom .order-item .order-payment-price span{ display: block;font-size: 14px; color: #999; margin-top: 5px; }
.wode-order .wode-order-list ul li .bottom .order-item .order-operations{ width: 143px;  text-align: center; display: flex;
flex-direction: column;justify-content: center;}
.wode-order .wode-order-list ul li .bottom .order-item .order-operations span{ display: block; width: 100px;  height: 30px; line-height: 28px; text-align: center; margin: 0 auto; margin-bottom: 10px; overflow: hidden;}
.wode-order .wode-order-list ul li .bottom .order-item .order-operations span a{display: block; color: #666;font-size: 14px;border: 1px #e5e5e5 solid;border-radius: 8px; }
.wode-order .wode-order-list ul li .bottom .order-item .order-operations span.or-redbg a{ background: #e72410; color: #fff;border: none;}
.wode-order .wode-order-list ul li .bottom .order-item .order-operations span.or-redbg:hover a{ background: #ef3320; color: #fff;border: none;}
.wode-order .wode-order-list ul li .bottom .order-item .order-operations span:hover a{ border: 1px #e72410 solid;color: #e72410;}



.tab_s span{ float: right;cursor:pointer; width: 90px; height: 35px;line-height: 33px; border: 1px #e5e5e5 solid; text-align: center; border-radius: 5px; color: #666; }
.tab_s span:hover{border: 1px #e72410 solid;color: #e72410;  }

.wode-address{ margin-top: 20px; width: 100%;}
.wode-address table{ border-collapse: collapse; width: 100%;}
.wode-address table th{border: 1px #e5e5e5 solid; height: 50px; background: #f2f6f9;  }
.wode-address table td{border: 1px #e5e5e5 solid; color: #666; padding:10px 0;}
.wode-address table td:first-child{ text-align: center; width: 10%;}
.wode-address table td:nth-child(2){ text-align: center; width: 15%;}
.wode-address table td:nth-child(3){ width: 20%; padding-left: 1%;}
.wode-address table td:nth-child(4){ width: 38%;padding-left: 1%; line-height: 20px;}
.wode-address table td:nth-child(5){ text-align: center; width: 15%;}
.wode-address table td span{ padding: 2px 10px; cursor: pointer;background: #f2f3f8;}
.wode-address table td span:hover{ color: #e72410; background: #fee9e7;}
.mine_ftz .input2 input.form-sellb{ width:432px;height: 35px;  line-height: 35px; border: 1px solid #d2d2d2;}













#page{ display:none;}
#sj-login-logo{ display:none;}
.sj-dh{ display:none;}
.sj-zkgd,.sj-sqgd{ display:none;}
.sstc-ml{ display:none;}
.sj-shop-img{display:none;}
.right-pf-nav li.goods_jrgwc{ display:none;}
.right-pf-nav li.goods_ljgm{ display:none;}
.sj-qrdd-goods-lb{ display:none;}
.sj-cart-tbody{display:none;}
.mine_fens .tit p.sj-fl{ display:none;}
.mine_fwl a p.sj-fl-l{ display:none;}
.sj-wode-order-list{ display:none;}


@media (max-width:750px){
	
html{ font-size: 100% !important;}
body{font-size:16px;font-size:14px ;}
#header{ display:none;}
#page{ display:block; position:fixed; z-index:9979; top:0;}
.pf{position:fixed}
.pr{position:relative}
.pa{position:absolute}
.hidden{overflow:hidden}
.wrapper{ width:100%; padding:0;}
#sj-header{height:3.75rem; background:#fff; z-index:999; box-shadow:0 0 10px 0 #ccc;}
#sj-logo{left:0.75rem; top:0.75rem; height:2.5rem; overflow:hidden;}
#sj-logo img{width:auto;height:2.5rem;}
#nav-btn{right:1rem; top:1.1rem; width:1.875rem; height:1.375rem; background:url(../img/nav-btn.png) no-repeat center; background-size:80%; cursor:pointer;}
#nav-btn.close{width:1.75rem; height:1.75rem; background-image:url(../img/close1.png); background-size:80%;}
.login{ right:70px; top:1.2rem;}
.login a{ font-size:16px;}
#sj-nav{left:0; right:0; top:3.75rem; margin-left:auto; margin-right:auto; padding:0 1rem; background:#fff; border-top:0.0625rem solid #e1e1e1; box-sizing:border-box; z-index:1000; overflow-y:auto; display:none;}
#sj-nav ul{display:flex; flex-wrap:wrap; margin-top:15px;border-bottom: 1px #e5e5e5 solid; padding-bottom: 15px; }
#sj-nav ul li{ line-height:30px; }
#sj-nav ul li a{ padding:0 20px 0 0; font-size:15px;}
#sj-nav ul li a:hover{color:#3075dc;}
#sj-search{ width:100%; margin-top:20px;}
#sj-search .search-cont{ display:flex;}
#sj-search input{width:88%; height:44px; line-height:44px; padding:0 16px; border-radius:0; font-size:15px; color:#464646; border: 1px #e5e5e5 solid;}
#sj-search input::-moz-placeholder{color:#999;}
#sj-search input::-webkit-input-placeholder{color:#999;}
#sj-search input::-ms-input-placeholder{color:#999;}
#sj-search button{width:44px; height:44px; background:url(../img/search-icon.png) no-repeat center #e72410; background-size:20px 20px; border:none; border-radius:0;}
.sj-dh{ display:block;margin:60px 0 0 0; background:#fff; padding:10px 10px 10px 10px;  position:relative;}
.sj-dh ul{display:flex; flex-wrap:wrap;gap:10px 3px;height:18px; overflow:hidden;align-items: center;
display: flex;
justify-content: center;
box-sizing: border-box;}
.sj-dh ul li{ height:20px; line-height:20px; width:32%;font-size:14px; text-align: center;}
.sj-dh .sj-topzkgd{display: block; position: absolute; right: 8px; bottom: 12px; font-size: 12px;color: #e72410; background: #fff;}
.sj-dh .sj-topsqgd {display: none; position: absolute; right: 8px; bottom: 12px; font-size: 12px;color: #e72410; background: #fff;}



.sj-dh ul li{ display:none;}

.sj-dh ul li:nth-child(2){ display:block;}
.sj-dh ul li:nth-child(27){ display:block;}
.sj-dh ul li:nth-child(28){ display:block;}

.sj-dh .sj-topzkgd{ display:none;}
.sj-dh .sj-topsqgd{ display:none;}


.wrap-main{ margin-top:20px;}
.wrap-main .wrapper{ display:block;}
.wrap-main .wrapper .left{ display:none;}
.wrap-main .wrapper .center{ width:100%; margin:0;}
.wrap-main .center .c-top{ padding:10px;}
.wrap-main .center .main-cont{ height:auto;}
.wrap-main .center .c-top .main-title .title-left span{ display:none;}
.wrap-main .center .main-cont .main-item .item-flex .l-banner{ width:100%; height:210px;}
.slideBox{ width:100%; height:200px;}
.slideBox .bd img{ width:100%; height:200px;}
.wrap-main .center .main-cont .main-item .item-flex{ display:block;}
.wrap-main .center .main-cont .main-item .l-jieshao{ margin-left:0;}
.wrap-main .center .c-bottom .right-nrlb .cqbz{ display:none;}
.wrap-main .center .c-bottom{ display:block; }
.left-nav{ width:100%; height:150px; overflow:hidden; position:relative; display:none;}
.left-nav ul{display:flex;  flex-wrap: wrap; }
.left-nav ul li{ padding-left:0;}
.left-nav-big ul li a{ font-size:16px; width:auto; padding:0 10px;}
.sj-zkgd{ display:block; position:absolute; right:15px; bottom:16px; font-size:16px; color:#666;font-family: heiti; background:#fff;}
.sj-sqgd{ display:none;position:absolute; right:15px; bottom:16px; font-size:16px; color:#666;font-family: heiti;background:#fff;}

.cqbz{ display:none;}
.wrap-main .center .c-bottom .right-nrlb{ width:100%;}
.wrap-main .center .c-bottom .right-nrlb .fabt{ display:none;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span{margin-left: 10px;width: 130px}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-right a{ width:50px;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li{ flex-wrap:wrap; height:auto; line-height:30px; padding-bottom:5px;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(2),.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(3),.wrap-main .center .c-bottom .right-nrlb .fabt-list ul li span:nth-child(4){ text-align:left; width:auto; padding-right:10px; height:20px; line-height:20px;}
.wrap-main .wrapper .right{ width:100%; margin-top:20px; display:none;}
.wrap-main .wrapper .right .r-mmsj{ width:100%;background-size: cover;}
.wrap-main .wrapper .right .r-nlc{ width:100%;background-size: cover;}
.wrap-main .wrapper .right .r-add .add-img{ width:100%;}
.wrap-main .center .c-bottom .right-nrlb .cqbz .cavz-left span .search-cont input{ width:96px;}
.wrap-main .wrapper .right .r-add .add-img img{ width:100%;}
.page_s{ margin-bottom:20px !important;text-align: center;}
#footer .wrapper .foot-nav{ padding:0 15px;}
#footer .wrapper .foot-copyright{ padding:0 15px;}
#footer .wrapper .foot-img{ width:96%;flex-wrap: wrap; padding:0 10px;}
#footer .wrapper .foot-img a{ width:32%; margin-top:10px; height:46px;}
#footer .wrapper .foot-img a img{ width:100%; height:100%;}
.cqbz .cavz-left span{margin-left: 10px;width: 130px}
.cqbz .cavz-right a{ width:50px;}
.xmdsc-bottom{max-height: 816px;height:auto;}
.xmdsc-bottom ul li a .xmdsc-img{ width:120px;height:90px;}
.xmdsc-bottom ul li a section p{ display:none;}
.xmdsc-bottom ul li a section h3{ font-size:17px; line-height:26px;}
.xmdsc-bottom ul li a section .xmdsc-time span{ padding-right:10px;}
.left-nav ul li a{ width:auto; padding:0 10px;}
.zmdjt-bottom .zmdjt-video ul{ display:block;}
.zmdjt-bottom .zmdjt-video ul li{ width:100%; padding:0; background:none;}
.zmdjt-bottom .zmdjt-video ul li .zmdjt-video-img{ width:100%; height:200px;}
.zmdjt-bottom .zmdjt-video ul li img.tp{ width:100%; height:100%;}
.zmdjt-bottom{max-height: 816px;height:auto;} 
.dhsy-bottom ul{ display:block;}
.dhsy-bottom ul li{ width:100%;}
.dhsy-bottom{max-height: 816px;height:auto;} 
.details{ width:100%; padding:0 20px; padding-top:60px;}
.w{width:100% !important;}
.main .right{ margin-left:0;}
.wrap-main .wrapper .right .r-add .add-btn a{ font-size:14px;}
.tuijian{ padding:20px;width:100%;}
.comment-area{ padding:0 20px !important; position:relative;z-index:6;}
.bg{min-width:100%;}
.sigin .imgs{ display:none;}
.sigin{ margin:30px 15px; padding:20px;width: 81% !important; margin-top:30px!important;}
.sigin .form{ width:100% !important;float: initial;}
.sigin .tab{ margin-top:0 !important;}
.sigin .form_s{ width:100% !important;}
.sigin .input input{ width:255px !important;}
.sj-zddl{ font-size:14px;}
.sigin .input .sj-yzm{ width:129px!important;}
.sigin .form_s .yzm #phone1{ width:166px !important;}
.details_content p img{ width:100% !important; height:auto!important;}
.cqbz .cavz-left span .search-cont input{ width:96px;}


#video-play{ width:90%; height:50%;}
#video-play video{ width:100%; height:230px;}
#video-play i{ right:0;}
.login-logo{ display:none;}
#sj-login-logo{ display:block;text-align:center; margin-top:20px;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(n+3){ margin-left:0;}
.wrap-main .wrapper .right .r-mmsj .mmsj-list li:nth-child(n+3) a{ justify-content:end;}
.sigin{ height:auto!important;}
.wrap-main .center .c-bottom .right-nrlb .fabt-list{ height:auto;}
.tuijian ul li a{ width:74%;}
.last_xjtxt{ display:none; }
#sstc-header{ display:none;}
#sj-logo.sj-shop-bt{ display:flex;align-items: center;top: 0.3125rem; height: 2.95rem;}
.sj-shop-bt .sstc-logo-tj .bt1{ font-size:22px; font-weight:bold;color: #e72410;}
.sstc-logo-tj b{ font-size:10px;letter-spacing: -0.8px; display:block;}
.sstc-logo-tj b.ss-b{ font-size:12px;letter-spacing: 0; display:block;}
.sstc-logo-tj b.ss-b1{ font-size:11px;letter-spacing:-0.5px; display:block;}
.sstc-logo-tj b.ss-b2{ font-size:11px;letter-spacing:-0.8px; display:block;}

.sstc-logo-tj{min-width: 110px;}
.bkrm{font-size: 16px;  line-height: 20px;height: 42px;}
.sstc-wrap .wrapper{ width:100%;}
#sj-nav.sj-shop-nav ul{ display:block; border-bottom:0;}
#sj-nav.sj-shop-nav ul li{ line-height: 3rem; border-bottom: 0.0625rem dashed #e1e1e1; font-size: 15px;}

.sstc-wrap{margin-top:60px;}
.sstc-one:first-child{ display:block; padding-top:5px;}
.sstc-one{ display:block;}
.sstc-one .left{ width:100%; padding:0 15px 15px 15px; background:#fff;}
.sstc-one .left .txt{ display:none;}
.sstc-one .left h3{ margin-bottom:0;}
.sstc-one .right{ display:block; padding:0 15px;}
.sstc-one .right .item:nth-child(1){ width:100%;}
.sstc-one .right .item:nth-child(2){ width:100%;}
.sstc-one .right .item:nth-child(3){ width:100%;}
.sstc-one .right .item:last-child{ border:0;}
.sstc-one .right .item ul{ border:0; gap:0 13px;}
.sstc-one .right .item ul li{ border:0; width:48%; background:#f5f5f5;  height:auto; margin-bottom:13px;}
.sstc-one .right .item ul li:nth-child(2){ border:0;}
.sstc-one .right .item ul li:nth-child(1){ border:0;}
.sstc-one .right .item{ border:0;}
.sstc-one .right .item ul li .sstc-img{ width:100%; margin-top:0;}
.sstc-one .right .item ul li .sstc-price{ text-align:left; padding:0 10px;}
.sstc-one .right .item .more{ display:none;}
.sstc-more{ width:92%; margin:0 15px;}
.sstc-more a{ font-size:14px;}
.all-cplist{ width:100%; margin-top:60px;min-width: 100%;}
.all-cplist .shop-mbxdh{font-size:14px; padding:15px; height:auto; line-height:22px;}
.all-cplist .cplist{ padding:0 15px;}
.all-cplist .cplist ul{ width:100%; border:0;gap:0 13px;}
.all-cplist .cplist ul li{ border:0; width:48%; background:#f5f5f5; margin-bottom:13px;}
.all-cplist .cplist ul li .sstc-img{ height:150px; margin-top:0;}
.all-cplist .cplist ul li .sstc-img img{width:100%;}
.lysc-wrap .wrapper .lysc-left{ display:none;}
.lysc-wrap .wrapper .lysc-right{width: 100%; margin-top: 20px}
.lysc-wrap .wrapper .lysc-right ul{gap: 0 13px; padding: 0 15px}
.lysc-wrap .wrapper .lysc-right ul li{ border:0;background: #f5f5f5; margin-bottom: 13px; width:48%;}
.lysc-wrap .wrapper .lysc-right ul li .sstc-img{ width:100%; height:150px; margin:0 0 10px 0;}
.lysc-wrap .wrapper .lysc-right ul li .sstc-price{ text-align:left; padding:0 10px;}
.ssjpzm-wrap{ margin-top:60px;}
.lysc-wrap .wrapper{ width:100%;}
.lysc-wrap .wrapper .lysc-right ul li:nth-child(6n){ border:0;}
.goods-content{ display:block;}
.goods-content .goods-c-left{ width:100%;}
.showpage{ width:100%;} 
.goods-c-left{ display:none;}
.sj-shop-mbxdh{display:none;}
.sj-shop-img{display:block; width:100%;}
.sj-shop-img .swiper-container{ position:relative; width:100%;}


.goods-content .goods-c-jianjie{ width:100%; margin-left:0; padding:0 15px;}
.goods-tabs{ display:block;}
.goods-tabs .goods-tuijian{ display:none;}
.goods-tabs .goods-item{ width:100%; margin-left:0; padding:0 15px;}

.right-pf-nav{position: fixed; top: auto; margin-top: 0; right: 0; z-index: 9997; bottom: 0; left: 0; width: 100%;  background: #fff;}
.right-pf-nav ul{ display:flex;justify-content: space-between; align-items: center; padding:0 10px;}
.right-pf-nav li{ margin:5px 0;box-shadow:none ; width:44px;}
.right-pf-nav li a{ font-size:14px;}
.right-pf-nav li.back-top{ display:none !important;}
.goods_btn{ display:none !important;}
.right-pf-nav li.goods_jrgwc{ display:block; width:90px;height:45px; line-height:45px; background:#ff2832; text-align:center;margin-left: 10px}
.right-pf-nav li.goods_ljgm{ display:block; width:90px;height:45px; line-height:45px; border:1px #ff2832 solid;text-align:center;}
.right-pf-nav li.goods_jrgwc a{ color:#fff; width:100%;}
.right-pf-nav li.goods_ljgm a{ color:#ff2832;width:100%;}
.goods-content .goods-c-jianjie .goods-price{ margin-top:20px;}
#chart-header{ padding:15px;}
.qrdd-wrap .wrapper{ width:100%;}
.qrdd-wrap .qrdd-sh-addr{ padding:20px 15px 0 15px;border-top: 1px #e4e4e4 solid;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul{ display:block;}
.qrdd-wrap .qrdd-sh-addr .qrdd-addr-list ul li{ width:100%; height:auto;}
#chart-header .logo em{ font-size:18px;}
.qrdd-wrap .qrdd-goods-inf{ padding:20px 15px 0 15px;}
#chart-header .logo img{width: 120px;  height: 34px}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lm{ display:none;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .qrdd-goods-lb{display:none; }
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb{ display:block;margin-top: 20px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li{display: flex; justify-content: space-between; margin-bottom:20px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .qrdd-goods-sp{ display:flex;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .qrdd-goods-sp .sp-img{ width:110px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .qrdd-goods-sp .sp-name{ padding-left:10px;display: flex; flex-direction: column; justify-content: space-between;flex: 1;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .qrdd-goods-sp .sp-name .sp-name-sjjg{ font-size:14px; line-height:30px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .qrdd-goods-sp .sp-name .qrdd-goods-sjdj{ font-size:14px; }
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .sj-jjjg{ text-align:right;display: flex; flex-direction: column; justify-content: space-between; font-size:14px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .sj-jjjg .qrdd-goods-sjsl{ color:#999;padding-top: 5px;}
.qrdd-wrap .qrdd-goods-inf .qrdd-goods-item .sj-qrdd-goods-lb ul li .sj-jjjg .qrdd-goods-sjxj{ color:#333;font-weight:bold;}
.qrdd-wrap .qrdd-goods-inf #order-payway label img{ width:22px;}
.qrdd-wrap .qrdd-spzj-lb{ padding:20px 15px;}
.qrdd-wrap .qrdd-spzj-lb ul li{font-size: 16px;}
.qrdd-wrap .qrdd-spzj-lb em{ min-width:60px; width:auto;}
.qrdd-wrap .qrdd-spzj-zf{ padding:20px 15px;}
.qrdd-wrap .qrdd-spzj-zf p{font-size: 16px;}
.qrdd-wrap .qrdd-spzj-zf p em{ min-width:60px; width:auto;}
#chart-header .wrapper{ width:100%; display:block;}
.popup-bjdz .bjdz-dialog{ width:94%; height:auto;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body{ padding:20px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li label{width:75px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li .bjdz-input-inline{ width:auto;flex: 1;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li .bjdz-input-inline select{ width:31%; font-size:14px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li input.username-input{ width:auto;flex: 1;font-size:14px;}
.popup-bjdz .bjdz-dialog .bjdz-popup-body ul li button.btn-inf{ width:100%; margin-left:0;}
.qrdd-wrap .qrdd-spzj-zf .rdd-spzj-zfbtn{ font-size:14px;}
.orderxq-wrap .wrapper{ width:100%;}
.orderxq-wrap .orderxq-top{ padding:20px 15px 0 15px; display:block;}
.orderxq-wrap .orderxq-top .orderxq-top-btn{display: flex; gap: 0 20px; position: fixed; bottom: 0; width: 100%; background: #fff; height: 60px; z-index: 9998;  align-items: center; left: 0; right: 0; justify-content: flex-end;  padding: 0 15px;}
.orderxq-wrap .orderxq-top .orderxq-top-btn a.order-b1{ font-size:15px;}
.orderxq-wrap .orderxq-goods{ padding:20px 15px 0 15px;}
.orderxq-wrap .orderxq-goods ul li .order-sp{margin-right: 15px}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-img{ width:90px; height:90px;}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name{margin-left: 10px}
.orderxq-wrap .orderxq-goods ul li .order-sp .order-sp-name .order-sp-btn a{width: 75px;font-size: 12px;}
.orderxq-wrap .orderxq-goods ul li .order-jg{ width:50px; font-size:14px;}
.orderxq-wrap .orderxq-top .left h2{ font-size:20px;}
#chart-header .chart-search{ width:100%; margin-top:20px;}
.chart-list{ padding:0 15px;}
.chart-list .wrapper{ width:100%;}

.chart-list .chart-thead .t-goods{display:none;}
.chart-list .chart-thead .t-props{display:none;}
.chart-list .chart-thead .t-price{display:none;}
.chart-list .chart-thead .t-quantity{display:none;}
.chart-list .chart-thead .t-action{display:none;}
.chart-list .wrapper .jiayou{ position:relative;}
.chart-list .chart-thead{background:none;position: absolute; right: 0; top: -63px}
.chart-list .chart-thead .t-checkbox{ width:60px;}
.cart-tbody{ display:none;}
.chart-list .sj-cart-tbody{ display:block; margin-top:20px;}
.chart-list .sj-cart-tbody ul li{ display:flex; justify-content:space-between; margin-bottom:20px;}
.chart-list .sj-cart-tbody ul li .p-checkbox{ width:15px;}
.chart-list .sj-cart-tbody ul li .p-goods{ flex:1; margin-left:15px; display:flex; justify-content:space-between;}
.chart-list .sj-cart-tbody ul li .p-goods .p-img{ width:100px; height:80px;}
.chart-list .sj-cart-tbody ul li .p-goods .p-img img{ width:100%; height:100%;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r{ flex:1; padding-left:15px;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .p-msg{ font-size:14px;margin-bottom: 5px;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .p-props{ font-size:12px; color:#999;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .sj-jgsl-yh{ display:flex; align-items:center; justify-content:space-between;margin-top: 10px;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .sj-jgsl-yh .p-price{ font-size:14px;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .sj-jgsl-yh .p-quantity input{ width:28px; text-align:center; height:25px;}
.chart-list .sj-cart-tbody ul li .p-goods .sj-gwclb-r .sj-jgsl-yh .p-quantity i{ background:#eee; padding:0px 10px; border-radius:5px;}

.cart-floatbar .right{height: 60px;  line-height: 60px;  position: fixed; bottom: 0;left: 0; right: 0;  background: #fff;  z-index: 9998;justify-content: space-between;}
.cart-floatbar .right .btn-area .price-qjs{ height:60px;}
.cart-floatbar .right .price-sum{flex-direction: column; padding-left:15px;justify-content: center;}
.cart-floatbar .right .price-sum .amount-sum{ line-height:22px;}
.cart-floatbar .right .price-sum .price-show{line-height:22px;padding-left:0;}
.cart-floatbar .right .price-sum .price-show span{ font-size:18px;}
.cart-floatbar .left .cart-operation a{ font-size:14px;}
.mine_content{ margin-top:60px; padding:15px;background: #fff;}
.mine_content .mine_dt{ position:initial;padding: 20px 0; width: 100%;}
.mine_nav{ width:100%; float:none;}
.mine_nav dl{ display:flex; flex-wrap:wrap;}
.mine_nav dd{ height:36px; border:0;}
.mine_nav dd a{ height:36px; line-height:34px; padding:0 10px;}
.mine_nav dd a .icon{display:none}
.mine_nav dd a .rt, .mine_nav dd a em{display:none}
.mine_lk{ display:none;}
.mine_fens .mores{ display:none;}
.mine_fens .tit{ border:0;padding: 0 10px;}
.mine_fens{ display:none;}
.mine_fens .tit img{ display:none;}
.mine_fens .mine_fwl{ display:flex; justify-content:space-between;}
.mine_fwl a{ border:0;padding: 0 10px;font-size: 14px;}
.mine_fwl a img{ display:none;}
.mine_fens .tit p.f1{ display:none;}
.mine_fens .tit p.fl{ display:none;}
.mine_fwl a p.fl-l{ display:none;}
.mine_fens .tit p.sj-fl{ display:block;}
.mine_fwl a p.sj-fl-l{ display:block;}
.mine_content .mine_dt .tab_s a{ padding:0 10px;}
.mine_content .tzdt dd{display: flex; flex-direction:column;}
.mine_content .tzdt dd a{height:auto; line-height:24px; padding:10px 0 0 0;}
.mine_content .tzdt dd em.fr{ height:30px; line-height:30px;}
.tab_s span{ font-size:14px;}
.wode-address{overflow-x: scroll;}
.wode-address table th{ font-size:14px;}
.wode-address table td{ font-size:14px;}
.wode-address table{ width:max-content;}
.wode-address table td:first-child{ width:20%;}
.wode-address table td:nth-child(2){ width:20%;}
.wode-address table td:nth-child(3){ width:20%;}
.wode-address table td:nth-child(4){ width:20%;}
.wode-address table td span{ display:block; margin-top:10px;}
.wode-address table td span:nth-child(1){ margin-top:0;}
.wode-order .wode-order-title{ display:none;}
.wode-order-list{ display:none;}
.sj-wode-order-list{ display:block;}
.sj-wode-order-list ul li{ margin-bottom:20px;border-bottom: 1px #eee solid; padding-bottom: 20px;}
.sj-wode-order-list ul li .top{background: #eee; height: 40px; line-height: 40px; display: flex;  justify-content: space-between;padding: 0 15px; border-radius: 10px;}
.sj-wode-order-list ul li .top .jy-left{ flex:1; font-size:14px; color:#666;}
.sj-wode-order-list ul li .top .jy-right{color: #e72410;font-size:14px;}

.sj-wode-order-list ul li .bottom .order-item{margin-top: 20px; display: flex; flex-wrap:wrap;align-items: center;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left{ flex:1; overflow-x: scroll;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left a{display: flex; }


.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-container{ display:flex;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-container .sp-img{ width:90px; height:75px;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-container .sp-img img{ width:100%; height:100%;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-container .sp-name{ flex:1; padding-left:10px;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-container .sp-name h5{ font-size:14px;}

.sj-wode-order-list ul li .bottom .order-item .order-payment-price{ width:100px;display: flex;
    flex-direction: column; text-align: right; font-size:14px;}
.sj-wode-order-list ul li .bottom .order-item .order-payment-price em{ font-weight:bold;display:bold;color:#333}    
.sj-wode-order-list ul li .bottom .order-item .order-payment-price span{ display:bold;color:#999; }     
.sj-wode-order-list ul li .bottom .order-item .order-operations{ width:100%;display: flex;justify-content: flex-end; margin-top: 10px;}
.sj-wode-order-list ul li .bottom .order-item .order-operations span{display: block; width: 100px; height: 30px;line-height: 28px;text-align: center; overflow: hidden;}
.sj-wode-order-list ul li .bottom .order-item .order-operations span a{display: block; color: #666; font-size: 14px;  border: 1px #e5e5e5 solid; border-radius: 8px}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-item-left-li .sp-name{ }


.da_bt3 dl dt{position: initial !important;  }
.da_bt3 dl dd{position: initial !important; height:auto !important; padding-left:15px !important;}
.da_bt3 dl span{position: initial !important;padding-left: 82px; width:100%;}
.da_bt3 dl{ display:flex; justify-content:space-between;flex-wrap: wrap; height:auto !important;padding-bottom: 10px}
.da_bt3 dl dd h4{ margin-top:0 !important;}
.da_bt3 dl dd h4 a{ padding:0 !important;}
.da_bt3 dl dd h6{ width:100% !important;}
.da_bt3 dl dd{ width:80% !important;}
.da_bt3 dl dd h6{ width:100% !important; white-space: wrap !important;}
.mine_content .grzx-wdsc dd{flex-direction: row;align-items: center; padding:10px 0;}
.mine_content .grzx-wdsc dd a{ padding:0 10px;}
.mine_ftz .input1 input{ font-size:15px; width:100%;}
.mine_ftz .input2 input.form-sellb{ width:100%;font-size:15px;}
.mine_ftz .input3{ font-size:15px;}
.mine_ftz .input3 .layui-unselect{ width:60px;}

.mine_content .grzx-sj-hsz dd{flex-direction: row;  flex-wrap: wrap;justify-content: space-between;}
.mine_content .grzx-sj-hsz dd em.fr{ width:100%;}
.mine_content .grzx-sj-hsz dd a.del{ padding:0 10px;}
.mine_content .grzx-sj-hsz dd a.fl{ width:80%;}
.mine_guanzhu dd{padding: 10px 0; display:flex; justify-content:space-between;}
.mine_guanzhu dd .fl{ flex: 1;}
.mine_guanzhu dd .names{ width:70%;}
.mine_guanzhu dd span{overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis; width:180px;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-column-list{ margin-right:10px;}
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-column-list .order-container{ display:block; }
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-column-list .sp-name{ padding-left:0; text-align:center; }
.sj-wode-order-list ul li .bottom .order-item .order-item-left .order-column-list .sp-name h5{overflow:hidden;text-overflow:ellipsis; white-space:nowrap; width:90px;}
.bg_daee{ margin-top:80px;}
.xjnr1{ margin:30px 0 0 0 !important;}
.xjnr1_right{ float:none !important;}
.xjnr1_right2{ float:none !important; margin-left:30px;}
.sj-wode-order-list ul li .bottom .order-item .order-inf-price{ display:none;}
.sj-wode-order-list ul li .bottom .order-item .order-container{ flex:1; }
.sj-wode-order-list ul li .bottom .order-item .order-container a{display:flex;}
.sj-wode-order-list ul li .bottom .order-item .order-container .sp-img{ width:90px;}
.sj-wode-order-list ul li .bottom .order-item .order-container .sp-name{width: 90px;text-align: center;  padding-top: 5px;  overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.sj_logo{ display:block; padding-left:10px; padding-top:10px;}
.sj_logo img{  width:30%;}
.sj-dh{ margin-top:0px;}
.wrap-main {
    margin-top: 10px;
}


}




#order-wechat-dialog{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:780px; padding:40px; background:#fff; border-radius:6px; overflow:hidden;}
#order-wechat-dialog h2{display:flex; justify-content:space-between;}
#order-wechat-dialog h2 span{height:18px; line-height:18px; font-size:16px; overflow:hidden;}
#order-wechat-dialog h2 em{height:22px; line-height:22px; margin-left:32px; font-size:16px; overflow:hidden;}
#order-wechat-dialog h2 em b{margin:0 4px; font-family:'Arial'; font-size:20px; color:#db261f;}
#order-wechat-dialog .item{display:flex; justify-content:space-between; align-items:flex-end; margin-top:30px;}
#order-wechat-dialog .item .qrcode h3{height:20px; line-height:20px; font-size:18px; text-align:center; overflow:hidden;}
#order-wechat-dialog .item .qrcode img{display:block; width:300px; height:300px; margin:20px auto 0 auto; border:1px solid #d1d1d1;}
#order-wechat-dialog .item .qrcode h4{display:flex; justify-content:center; align-items:center; height:72px; margin-top:20px; background:#ff7674; overflow:hidden;}
#order-wechat-dialog .item .qrcode h4 i{width:44px; height:44px; background:url(img/scan.png) no-repeat center;}
#order-wechat-dialog .item .qrcode h4 p{height:44px; line-height:22px; margin-left:16px; font-size:15px; color:#fff; overflow:hidden;}
#order-wechat-dialog .item .phone{flex:1;}
#order-wechat-dialog .item .phone img{display:block; width:324px; height:418px; margin:0 auto;}
#order-wechat-dialog .payway{margin-top:31px; padding-top:30px; border-top:1px solid #d1d1d1;}
#order-wechat-dialog .payway h3{height:18px; line-height:18px; font-size:16px; font-weight:bold; overflow:hidden;}
#order-wechat-dialog .payway h4{display:flex; height:82px; margin-top:20px; overflow:hidden;}
#order-wechat-dialog .payway h4 a{width:222px; height:82px; line-height:80px; margin-left:16px; background:#fafafa; border:1px solid #d1d1d1; font-size:16px; text-align:center; color:#464646; overflow:hidden;}
#order-wechat-dialog .payway h4 a:first-child{margin-left:0;}
#order-wechat-dialog .payway h4 a span{display:inline-block; background-repeat:no-repeat; background-position:left center;}
#order-wechat-dialog .payway h4 a span.public{padding-left:64px; background-image:url(img/public.png);}
#order-wechat-dialog .payway h4 a span.alipay{padding-left:60px; background-image:url(img/alipay.png);}
#order-wechat-dialog .payway h4 a:hover{border-color:#db261f;}
























