::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #a8a8a8;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  background: #a8a8a8;
}

::-webkit-scrollbar-thumb:active {
  background: #888;
}



body {
  background: #fff;
}
a:hover,a.active {
  color: #a0212b;
}

.wraper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.memberBarArea {
  width: 100%;
  background: #f5f5f5;
  height: 36px;
  position: fixed;
  z-index: 999;
}
.memberBarArea .memberBar {
  height: 36px;
  line-height: 36px;
}

.memberBarArea .memberBar .memberBarLogin {
  position: absolute;
  left: 0;
  top: 0;
}
.memberBarArea .memberBar a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 14px;
  position: relative;
  display: block;
  float: left;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0 !important;
  box-sizing: border-box;
}

.memberBarArea .memberBar a::before {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #dcdcdc;
}
.memberBarArea .memberBar .nickname{ float: left;}
.memberBarArea .memberBar .logout{ }
.memberBarArea .memberBar a:last-child::before,.memberBarArea .memberBar .logout::before{
  display: none;
}
.memberBarArea .memberBar .otherLoginItem::before,
.memberBarArea .memberBar .mallCart::before {
  border-right-color: #f5f5f5;
}
.memberBarArea .memberBar a:hover,
.memberBarArea .memberBar a:active {
  color: #fc3d1b;
}

.memberBarIcon {
  display: block;
  float: left;
  width: 16px !important;
  height: 16px !important;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 10px;
  background: url(/static/img/vbg01.png) no-repeat;
}
.wx_icon {
  background-position: -1298px -1700px;
}
.memberBarIcon_mobi {
  background-position: -1298px -1806px;
  margin-right: 1px;
}
.memberBarArea .memberBar a:hover .memberBarIcon_mobi,
.memberBarArea .memberBar a:active .memberBarIcon_mobi {
  background-position-x: -1317px;
}
.memberBarIcon_addBookMark {
  background-position: -1298px -1840px;
  width: 14px;
  height: 11px;
  margin-top: 13px;
  margin-right: 6px;
}
.memberBarArea .memberBar .memberBarLinkListContainer {
  position: absolute;
  top: 0;
  right: 0;
}
.memberBarArea .memberBar .memberBarLinkListContainer .memberBarLinkList {
  display: inline-block;
  text-align: right;
}
.memberBarArea .memberBar a:hover .memberBarIcon_addBookMark,
.memberBarArea .memberBar a:active .memberBarIcon_addBookMark {
  background-position-x: -1370px;
}
.memberBarIcon_mallCart {
  background-position: -1298px -1904px;
  width: 18px !important;
}
.mallCart_proNum {
  color: #fc3d1b;
}



.mobiWebPanel {
  border-radius: 4px;
  position: absolute;
  z-index: 9999;
  font-family: 微软雅黑;
  top: 36px;
  width: 120px;
  padding: 5px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0px;
  display: none;
}
.mobiWebPanel .arr,
.mallCartPanel .arr {
  position: absolute;
  top: -8px; /* 向上偏移，与浮窗顶部对齐 */
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff; /* 三角形颜色与浮窗背景一致 */
}
.mobiWebPanel img {
  width: 100%;
}

.mallCartPanel {
  border-radius: 4px;
  position: absolute;
  width: 290px;
  overflow: visible;
  display: none;
  font-family: 微软雅黑;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid\9;
  top: 36px;
}

.memberBarArrowLeft,
.memberBarArrowRight {
  float: right;
  padding: 13px 0;
  cursor: pointer;
  width: 6px;
  display: none;
}

.memberBarArrowLeftIcon,
.memberBarArrowRightIcon {
  border: 5px solid transparent;
  _border-color: #333;
  transition: border-color 0.3s;
}

.header {
  max-width: 1200px; margin: 0 auto;
  height: 120px;
  padding: 36px 0 0 0;
}

.header .logo, .header .logo2{ float: left;margin: 25px 10px 0 10px;z-index: 99;}
.header .logo {
  background: url(/static/img/logo.png?v=1) no-repeat; background-size: cover;
  width: 72px;height: 42px;
 
}
.header .logo2{
  background: url(/static/img/5c9f1d848d27f.png) no-repeat;background-size: cover;
  width: 280px;height:42px;
}
.header .searchBox {
  height: 36px; width: 400px;
  margin: 25px 14px;
  float: right;
  position: relative;
}
@media only screen and (max-width: 860px) {
   .header .logo {width: 65px;height: 36px;}
   .header .logo2 {width: 240px;height:36px;}
}
@media only screen and (max-width: 800px) {
   .header .searchBox{ width: 360px;}
}

@media only screen and (max-width: 750px) {
   .header .searchBox{ float: none; width: 100%;}
}


.header .searchBox .searchBoxInput {
  width: calc(100% - 80px);
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  border: 2px solid #a0212b;
  float: left;
  color: #666;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.header .searchBox .searchBoxInput .searchInput {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
}
.header .searchBox .searchBtn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #a0212b;
  border: none;
  cursor: pointer;
  float: left;
}


.webNav,
.mwebNav {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;background: #a0212b;
  overflow-y: hidden;
}

.webNav .nav{ float: right; 
   width: calc(100% - 350px);padding-left: 20px; padding:0;
}

.webNav a,
.mwebNav a {
  min-width: calc((100% - 60px)/6);
  padding: 0 10px;
  margin: 0 3px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  overflow-y: hidden;
}
.mwebNav a{ width: calc( (100% - 20px)/3); min-width: auto; display: inline-block;}
.webNav .title {
  float: left;
  padding: 0 6px 0 14px;
  letter-spacing: 5px; 
}

.nav a:hover,
.nav a:active,
.nav a.active{
  background-color: #cc0303; 
}

.mwebNav {
    position: fixed;
    bottom: 0;left: 0;
    z-index: 999;
  }




.guidePanel {
  width: 100%;
  background: #2d2d2d;
  position: relative;
}

.guidePanel .wraper {
  display: flex;
  padding: 30px 0;
}
.guide-item {
  text-align: center;
  color: #cecece;
  font-size: 15px;
  line-height: 24px;
  width: 50%;
  position: relative;
}
.guide-item::after {
  content: "";
  width: 1px;
  height: 168px;
  background: #434343;
  position: absolute;
  right: 0;
  top: -20px;
}
.guide-item:last-child::after {
  display: none;
}
.guide-item div {
  padding-top: 24px;
}
.guide-item div a {
  display: block;
  color: #cecece;
  text-decoration: none;
}

.linkPanel {
  background-color: #edeef2;
}
.linkList {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #a0212b;
  font-size: 14px;
}
.link-title {
  font-weight: bolder;
  font-size: 14px;
  padding-bottom: 16px;
  position: relative;
}
.link-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ce5a5e;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50%;
}
.link-title::before {
  content: "";
  width: 140px;
  height: 7px;
  background: #a0212b;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -70px;
  z-index: 99;
}

.link-content {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
  gap: 24px;
}
.link-item img {
  height: 72px;
}

.link-item span {
  display: block;
  font-weight: bolder;
  line-height: 32px;
}

.footPannel {
  background: #c8c5c4;
  color: #fff;
}
.footPannel a {
  text-decoration: none;
}
.footPannel .info {
  padding-top: 10px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  height: 40px;
}
.footPannel .info a {
  color: #fff;
  line-height: 18px;
  border-right: 1px solid #fff;
  padding: 0 6px;
}
.footPannel .info a:last-child {
  border: none;
}

.matrix {
  width: 100%;
  padding: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.matrix-title {
  font-weight: bolder;
  font-size: 20px;
  position: relative;
}
.matrix-content {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 24px;
}

.matrix-item img {
  height: 120px;
}
.matrix-item span {
  display: block;
  line-height: 32px;
  color: #fff;
}

.copyright {
  padding-bottom: 42px;
  text-align: center;
  line-height: 25px;
  text-align: center;
}
.copyright p {
  margin: 0;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

.ad {
  padding: 10px 0;
}
.ad img {
  max-width: 100%;
}
.home .province {
  min-height: 32px;
  padding:15px 10px;
}
.home .province a {
  display: inline-block;
  padding: 0 5px;
  color: #a0212b;
  text-decoration: none;
}

.mediaPannel {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 24px;
}
.mediaPannel .title {
  display: flex;
  background: #f5f5f5;
  height: 42px;
  line-height: 42px;
  box-shadow: 4px 4px 0 #e5e5e5;
  padding: 0 20px;
  position: relative;
}
.mediaPannel .title::after {
  content: "";
  width: 6px;
  height: 25px;
  background: #a0212b;
  position: absolute;
  top: 8px;
  left: 0;
}
.mediaPannel .title b {
  font-size: 20px;
  margin-right: 20px;
}
.mediaPannel .title a {
  margin-right: 10px;
}
.mediaPannel .title .more {
  position: absolute;
  top: 0;
  right: 20px;
  color: #a0212b;
}
.zhibojian .title{
  font-size: 20px; display: block; font-size: 16px; 
  font-weight: bold;
  margin: 0;
  background: #a0212b;
  color:#fff; width: 100%;
  box-shadow: none; text-align: center;
}
.zhibojian .title::after{
  background:transparent; width: 0; height:0;
}
.zhibojian div{
  padding:20px; background-color: #EBEBEB; color: #a0212b;
  min-height: 140px;
}
.mediaPannel .mediaList {
  width: 70%;
}
.mediaPannel .mediaList2 {
  width: 100%;
}
.mediaPannel .mediaList .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 14px;
}
.mediaPannel .mediaList2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 14px; 
}
.media-item {
  width: 140px;
  height: 160px;
  text-decoration: none;
}
.media-item .img {
  width: 140px;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
}
.media-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-item .name {
  text-align: center;
  font-size: 14px;
  color: #000;

  font-size: 12px;
  line-height: 32px;
}
.mediaPannel .mediaList .more {
  text-align: center;
}
.mediaPannel .tool {
  width: 30%;
  padding: 0 10px;
}
.mediaPannel .tool a {
  padding: 30px 0;
  margin-bottom: 10px;
  font-size: 25px;
}
.mediaPannel .tool a:hover {
  background: #736963;
}
.mediaPannel .tool .btnBig {
  background: #a0212b;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px; font-weight: bolder;

  text-decoration: none;
}
.mediaPannel .tool .btnBig:hover {
  color: #fff;
  text-decoration: none;
}

.mediaPannel .mediaList .list .media-item:nth-child(n + 6) {
  display: none;
}



@media (max-width: 1200px) {
  .wraper {
    width: 100%;
    padding: 0 10px;
  }
  .memberBarArea .memberBar .memberBarLogin{
    left:10px;
  }
  .media-item {
    width: 120px;
    height: 140px;
  }
  .media-item .img {
    width: 120px;
    height: 120px;
  }
  .mediaPannel .tool a {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .webNav {
    font-size: 14px;
  }
  .webNav a {
    min-width: 90px;
  }
  .media-item {
    width: 100px;
    height: 120px;
  }
  .media-item .img {
    width: 100px;
    height: 100px;
  }
  .mediaPannel .tool a {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media (max-width: 880px) {
  .webNav {
    font-size: 12px;
  }
  .webNav a {
    min-width: 70px;
  }
}
.licenseImg{max-width: 450px;}
@media (max-width: 760px) {
.licenseImg{max-width: 100%;}
  .memberBarArea,
  .webNav,
  .province {
    display: none;
  }
  .header {
    width: 100%;
 
   height: 50px; padding:  10px; position: fixed;top:0;  z-index: 99999; 
    background:rgba(255, 255, 255, 0.8);box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);backdrop-filter: blur(10px);
   }
  .guidePanel .wraper {
    padding: 20px 0;
  }
  .guide-item {
    font-size: 12px;
    list-style: 150%;
  }
  .mediaPannel .mediaList {
    width: 100%;
  }
  .mediaPannel .tool,
  .mediaPannel .title a {
    display: none;
  }
  .mediaPannel .title b {
    font-size: 16px;
    margin-right: 14px;
  }
  .mediaPannel .mediaList .list,.mediaPannel .mediaList2 .list {
    gap: 10px;
    justify-content: space-between;
  }

  .mediaPannel .mediaList2 .list .media-item:nth-child(n + 10) {
    display: none; /* 第10个及以后的直接子元素隐藏 */
  }
  .mediaPannel .mediaList .list .media-item:nth-child(n + 6) {
    display: block;
  }

  .footPannel .info {
    height: 80px;
    margin-bottom: 20px;
  }
  .footPannel .info .fl,
  .footPannel .info .fr {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  .footPannel .info a {
    font-size: 12px;
    line-height: 18px;
  }
  .matrix {
    padding: 0 0 50px 0;
  }
  .matrix-title {
    font-size: 16px;
  }
  .matrix-item img {
    height: 80px;
  }
  .link-content {
    gap: 20px;
  }
  .copyright {
    font-size: 10px;
    padding-bottom: 62px;
  }
  
}
.form{ width: 720px; display: block; margin:0 auto;padding:30px 0 100px 0; transform: translateX(-80px); }
.form .form-label{  position: relative; }
.form .form-label span{  position: absolute; top: 0; right: 0px; }
.form .input-text,.form .select,.form textarea{ background-color: #F7F7F7; }
.form .input-text:disabled,.form .select:disabled,.form textarea:disabled{ background-color: #F7F7F7 !important; }
#my .form .input-text,#my .form .select,#my .form textarea{ background-color: #fff; }

.login .form{ width: 420px;}
.form .btnPub{ width:100%; height: 42px;line-height: 42px;}
.pc{ display: block;}
.mob{ display: none;}
@media (max-width: 760px) {
  .pc{ display: none !important;}
  .mob{ display: block !important;}
  .home .header .pc{display: block !important;}
  .home .header .pc .logo{margin-left: 0;}
  .home .header .pc .searchBox{ margin:0; top:25px;}
  .home .header .mob,.my .header{ display: none !important;}

  .guidePanel,.linkPanel,.footPannel{ display: none ;}
  .home .guidePanel,.home .linkPanel,.home .footPannel{ display: block ;}
  
  
  .home .header{ height: 150px; position: static;}
  .header .back{ position: absolute; top:0; left:10px}
  .header .title{ width: 100%; text-align: center; line-height: 30px; font-size: 16px; color: #000;}
  .header .mob .searchBtn{ width: 40px; height: 36px;position: absolute; top:0;right:0;}
 
  .form{ width: 100%;padding:60px 20px 120px 20px;transform: translateX(0px);}
 .login .form{ width: 100%;}
  .form .row{ display: block;}
  .form .row.hide{ display: none;}
  .form .form-label{ width: auto;padding-bottom: 5px; }
.form .form-label span{  position: static; padding-left: 10px; }
  .form .formControls{  display: block; width: 100% !important; }

  .reg .header .searchBtn,.login .header .searchBtn,.edit .header .searchBtn{ display: none;}
  
}
.building,.nodata{ padding:200px 0; text-align: center; font-size: 20px; color: #666;}
.pc .nodata{padding-top:100px; font-size: 14px;}
.my-box{ display: flex;}
.my-box .left{ width: 200px; border:1px solid #c8c5c4; box-sizing: border-box;margin: 10px 0;padding-bottom: 40px;}
.my-box .left .h1{margin:0 12px 10px 12px;border-bottom: 1px solid #c8c5c4; font-size: 14px; text-align: center;}
.my-box .left a{ line-height: 40px; display: block; text-align: center;}
.my-box .left a.active{ background: #f8f8f8; border-left: 4px solid #a0212b; color:#a0212b;}
.my-box .right{ width: calc(100% - 280px); margin-left: 40px;}
.my-box .right .h1{ width: 100%; text-align: center; border-bottom: 1px solid #c8c5c4;
  line-height: 72px;
   font-size:20px; margin-bottom: 10px}

.avatar { width: 100px; height: 100px; border-radius: 100px; overflow: hidden;  }
.avatar img{ width: 100px; height: 100px;}
.avatar .tip{ position: absolute; bottom: 0;left: 0; width: 100px;
    text-align: center; background: rgba(0, 0, 0, 0.2); color: #fff; line-height: 30px; font-size: 12px;
    cursor: pointer;display: none; cursor: pointer;
  }
.avatar:hover .tip{ display: block;}
.avatar-box{ display: flex; flex-direction: row;flex-shrink: 0;
  font-size: 12px; line-height: 20px; margin-bottom: 10px;
  border-bottom: 1px solid #c8c5c4;padding:20px 60px;
}

.avatar-box .info{padding-left: 20px; font-size: 14px; line-height: 24px;padding-top: 16px;}


.captcha{ width: 120px; height: 30px; vertical-align: middle;  cursor: pointer;margin-left: 10px;}

 .loginregBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }

  .loginregForm {
    width: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 30px 30px 30px;
    border-radius: 8px;
  }
  .loginregForm .form{ max-width: 100%; transform: translateX(0); -webkit-transform: translateX(0);padding:0;}
  .loginregForm .icon-close {
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -5px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
  }

.mediaInfo-box{ display: flex; padding:20px 0;width: 960px;margin:0 auto}
.mediaInfo-title{ 
  border: 1px solid #e5e5e5; color: #A0212B;
  padding:0;margin: 20px auto;margin-bottom: 20px; width: 960px;
}
.mediaInfo-title span{ 
    display:inline-block;
    padding:8px 20px; font-size:20px; color:#A0212B; 
    font-size: 14px; 
    border-right:  1px solid #e5e5e5;
    border-top:3px solid #A0212B; 
}

.media-img{ width: 200px; height: 200px; overflow: hidden; margin-right: 40px; border:1px solid #e5e5e5;}
.media-img img{ width: 200px; height: 200px; object-fit:cover; overflow: hidden;}
.media-info{ width: calc(100% - 250px);}
.media-info .txt1{border-bottom: 1px solid #e5e5e5;padding-bottom: 10px; margin-bottom: 0;}
.media-info .txt2{border-bottom: 1px solid #e5e5e5;}
.media-info .price{font-size: 36px; font-weight: bolder; color:red;}

.media-tool{padding-top: 15px;}
.media-tool a{font-size: 14px; width: 150px; display: inline-block; text-align: center; padding:10px 20px;margin-right: 20px; border-radius: 4px; text-decoration: none;}
.media-tool .btn1{border:1px solid #A0212B; color:#A0212B; }
.media-tool .btn2{background: #A0212B; color:#fff; }
.media-tool .btn2:hover{ background: #921a20; color:#fff; }

.table{ 
  display: flex; width: 960px; flex-direction: row;  flex-wrap: wrap;
  margin:0 auto 60px auto; margin-top: 20px; border:1px solid #e5e5e5;  font-size: 14px;
  border-bottom: none;border-right: none;
}
.table .td,.table .td2{ width: 50%; border-bottom: 1px solid #e5e5e5; line-height: 24px;
  border-right: 1px solid #e5e5e5; display: flex;flex-direction: row;  }
.table .td2{ width: 100%;}
.table .td label,.table .td2 label{ width: 160px; background: #F8F8F8; border-right:1px solid #e5e5e5; 
  padding:15px 10px; display: inline-block;  text-align: right;
  flex-grow: 0; flex-shrink: 0; 
} 
.table .td div,.table .td2 div{padding:15px 10px;}
.table .td label,.table .td2 label{ width: 120px;}
    
@media (max-width: 960px) {

  .media-img{ width: 80px; height: 80px; object-fit: cover; position: absolute; top:70px;right:20px; margin-right: 0;}
  .media-img img{ width:80px; height: 80px; object-fit:cover; overflow: hidden;}
  .table,.mediaInfo-box,.mediaInfo-title{ display: block; width: 100%;}
  .table .td,.table .td2{ width: 100%;}
  .media-info{ width: 100%;}
  .mediaInfoBox{ padding-top:60px;padding-bottom: 30px;}
  .media-tool{text-align: right;}
  .media-tool a{ width: 140px;}
}


 .cart-ok{padding:30px;display: flex; font-size:14px ; color:#636363;}
 .cart-ok .title{padding-left: 10px; line-height: 1.6;}
  .cart-ok p{padding-top: 16px;}
  .cart-ok .btn-default{ background: none;border:none;margin-left: 20px;color:#636363;}
    .atu_popupDialog  .icon-success2{color:#43b528 ; font-size: 32px;}