.top {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  background-color: #04040463;
  font-size: 0.875rem;
  color: #fff;
}
.top .left {
  margin-right: 11.25rem;
  margin-left: 5rem;
  display: flex;
  align-items: center;
}
.top .left img {
  width: 6.125rem;
  height: 4.3125rem;
  margin-right: 0.625rem;
}
.top .left .left1 {
  display: flex;
  flex-direction: column;
}
.top .left .left1 .left1-1 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.footer {
  width: 100%;
  background-color: #202020;
  padding-bottom: 2rem;
}
.footer .footer1 {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  font-size: 1.25rem;
  color: #fff;
}
.footer .footer1 .left {
  margin-right: 11.25rem;
  margin-left: 5rem;
  display: flex;
  align-items: center;
}
.footer .footer1 .left img {
  width: 6.125rem;
  height: 4.3125rem;
  margin-right: 0.625rem;
}
.footer .footer1 .left .left1 {
  display: flex;
  flex-direction: column;
}
.footer .footer1 .left .left1 .left1-1 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.footer .footer1 .right {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer1 .right .right1 {
  margin-right: 4.5rem;
  min-width: 15rem;
  text-align: center;
  margin-top: 1.5rem;
}
.footer .footer2 {
  display: none;
}
.footer .footer2 .left {
  margin-top: 2.125rem;
  margin-left: 22.5rem;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 25.625rem;
  margin-right: 1rem;
}
.footer .footer2 .left .left1 {
  margin-bottom: 1.625rem;
}
.footer .footer2 .left img {
  width: 1.125rem;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.footer .footer2 .right {
  display: flex;
}
.footer .footer2 .right .right1 {
  font-size: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-right: 4.5rem;
  min-width: 5rem;
  text-align: center;
}
.footer .footer2 .right .right1 .right1-1 {
  margin-bottom: 1.5625rem;
}
.footer .copyright {
  color: #AFAFAF;
  font-size: 0.875rem;
  margin-left: 20rem;
  margin-top: 1.5rem;
}
.footer .copyright div {
  margin-bottom: 1.5rem;
}
/*去除a标签下划线*/
a {
  text-decoration: none;
  color: #fff;
}
/*去除未被访问的a标签的下划线*/
a:link {
  text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
  text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
  text-decoration: none;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
  text-decoration: none;
}
.right2 {
  width: 7rem;
  margin-right: 5rem;
  display: block!important;
}
.mob-right {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #04040463;
  position: absolute;
  right: 0;
  top: 7.5rem;
  color: #fff;
  padding-top: 5rem;
}
.mob-right .right1 {
  margin-bottom: 5rem;
  text-align: center;
}
.mob-right .active::after {
  background: #fff;
  position: absolute;
  width: 30%;
  height: 0.125rem;
  bottom: -1rem;
  left: 35%;
  right: 0;
  content: " ";
}
.top .right {
  display: none;
}
.footer .footer-top .footer1 .left2 img {
  width: 3rem;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.footer .footer-top .footer1 .left2 {
  margin-top: 2.125rem;
  margin-left: 0;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 32rem;
  margin-right: 1rem;
}
.footer .footer-top .footer2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 10rem;
  flex-wrap: wrap;
}
.mob {
  display: none;
}
@media screen and (max-width: 450px) {
  .footer .footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer .footer-top .footer1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-top .footer1 .left img {
  width: 50rem;
  height: auto;
}
.footer .footer-top .footer1 .left2 {
  margin-top: 10rem;
  margin-left: 10rem;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100rem;
  margin-right: 0;
}
.footer .footer-top .footer1 .left2 img {
  width: 5rem;
  margin-right: 2rem;
  vertical-align: middle;
}
.footer .footer-top .footer1 .left2 .left2-1 {
  margin-bottom: 3rem;
  word-break: break-all;
}
.footer .footer-top .footer2 {
  width: 100rem;
  margin-right: 10rem;
  margin-left: 10rem;
  font-size: 16px;
  margin-top: 7.5rem;
  flex-direction: column;
}
.footer .footer-top .footer2 .footer2-1 .right1-1 {
  margin-bottom: 3rem;
}
.footer .footer-top .footer2 .footer2-1 {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
}
.footer .copyright {
  color: #AFAFAF;
  font-size: 16px;
  margin-left: 10rem;
  margin-top: 5rem;
  width: 100rem;
  line-height: 1.5;
}
.top .left img {
  width: 40rem;
  height: auto;
  margin-right: 0;
  margin-bottom: 2rem;
}
.right2 {
  width: 10rem;
}
.mob-right {
  width: 50%;
  top: 16.5rem;

}
.mob-right .right1 {
  font-size: 16px;
}
.footer .copyright div {
  display: flex;
  flex-direction: column;
}


}
