body{padding:0;margin:0;font-family: "微软雅黑";background: #ededed;}
ul,li,p,h3,ol,h4,dl,dd,dt{padding:0;margin:0;list-style:none;}
img{padding:0;margin:0;border:0;}
a{text-decoration: none;color:#393939;}
a:hover{color:#b5080e;}
img{border:0;}
.ov-f{overflow: hidden;}
.margin-auto{width:1180px;margin:0 auto;}
.mt2{margin-top:0px;padding:0 8px;}
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}
.clear{clear: both;}
.pr25{padding-right:25px;}




.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;
   width: 120px;  
   object-fit: contain; 
}

 

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

.footPannel {
    font-size:14px;
  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 {
  width: 100%;
  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;
}
@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 only screen and (max-width: 450px) {
.matrix-content {
  gap: 10px;
}
.matrix-item img {
  height: 85px;
}
}

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