/* com_main_max_menu */
/* web端 */
@media only screen and (min-width: 1024px) {
  .com_main_max_menu {
    position: fixed;
    top: 0rem;
    width: 100%;
    height: 100vh;
    background-color: rgba(228, 2, 21, 0.96);
    z-index: 1000;
  }
  .com_main_max_menu .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
    margin-left: 5.625rem;
  }
  .com_main_max_menu .logo img:nth-child(2) {
    width: 7.5rem;
    height: 7.5rem;
    cursor: pointer;
  }
  .com_main_max_menu .menus {
    padding: 0 25%;
    margin-top: 10.125rem;
    display: flex;
    justify-content: space-between;
    color: white;
  }
  .com_main_max_menu .menus .subwarp {
    position: relative;
    margin-bottom: 2.75rem;
    cursor: pointer;
  }
  .com_main_max_menu .menus .subwarp .category-desc-toggle {
    display: none;
  }
  .com_main_max_menu .menus .subwarp:hover .sub {
    animation: show 0.3s forwards;
  }
  .com_main_max_menu .menus .subwarp .sub {
    position: absolute;
    top: 0;
    left: 100px;
    width: 9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    margin-top: 30px;
  }
  .com_main_max_menu .menus .subwarp .sub a {
    display: block;
    color: white;
    font-size: 1em;
    margin-bottom: 0.625rem;
  }
  .com_main_max_menu .menus .subwarp .sub .line {
    margin-left: -70px;
    margin-bottom: -0.4rem;
  }
  .com_main_max_menu .menus .subwarp .sub .line .in {
    border-top: 2px solid white;
    width: 3.125rem;
    margin-left: -125px;
  }
  .com_main_max_menu .menus .subwarp div:nth-child(1) {
    color: white;
    font-size: 1.625rem;
    cursor: pointer;
  }
  .com_main_max_menu .menus .one > a {
    display: block;
    color: white;
    font-size: 1.625rem;
    margin-bottom: 2.75rem;
  }
  .com_main_max_menu .menus .one > a:nth-child(1) {
    font-weight: bolder;
  }
  .com_main_max_menu .menus .two > div:nth-child(1) {
    cursor: pointer;
    font-size: 1.25rem;
    margin-bottom: 1.1875rem;
  }
  .com_main_max_menu .menus .two > div:nth-child(2) {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 3.5rem;
    display: flex;
    align-items: center;
  }
  .com_main_max_menu .menus .two > div:nth-child(2) img {
    margin-left: 0.625rem;
  }
  .com_main_max_menu .menus .two > div:nth-child(3) {
    cursor: pointer;
    font-size: 1.25rem;
    margin-bottom: 3.5rem;
  }
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass {
    margin-left: -33px;
    display: flex;
    justify-content: space-between;
  }
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .douyin,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weibo,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weixin {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .douyin .a,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weibo .a,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weixin .a {
    width: 26px;
    height: 26px;
    object-fit: contain;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .douyin .b,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weibo .b,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weixin .b {
    width: 98px;
    height: 103.66px;
    object-fit: contain;
    cursor: pointer;
    margin-top: 30px;
    opacity: 0;
  }
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weibo:hover .b,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .weixin:hover .b,
  .com_main_max_menu .menus .two > div:nth-child(4) .aaass .douyin:hover .b {
    animation: show 0.3s forwards;
  }
}
.rotate45 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category-desc-toggle {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .com_main_max_menu {
    position: fixed;
    top: 0rem;
    width: 100%;
    height: 100vh;
    background-color: rgba(228, 2, 21, 0.96);
    z-index: 1000;
    padding: 0 1.75rem;
  }
  .com_main_max_menu .logo {
    padding: 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .com_main_max_menu .logo img:nth-child(1) {
    cursor: pointer;
    width: 17.94rem;
    height: 5.2394rem;
  }
  .com_main_max_menu .logo img:nth-child(2) {
    cursor: pointer;
    width: 8.125rem;
    height: 8.125rem;
  }
  .com_main_max_menu .menus .one .subwarp {
    color: white;
    font-size: 2.75rem;
    font-weight: bolder;
    margin-top: 1.5625rem;
    margin-bottom: 1rem;
  }
  .com_main_max_menu .menus .one .subwarp .sub {
    padding-left: 1.75rem;
    margin-top: 1.5625rem;
  }
  .com_main_max_menu .menus .one .subwarp .sub a {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
  }
  .com_main_max_menu .menus .one > a {
    display: block;
    color: white;
    margin-bottom: 1rem;
    font-size: 2.75rem;
    font-weight: bolder;
  }
  .com_main_max_menu .menus .icon-move {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .com_main_max_menu .menus .icon-move img {
    width: 1.5rem;
    height: 0.935rem;
  }
  .com_main_max_menu .menus .two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
  }
  .com_main_max_menu .menus .two div:nth-child(1) {
    font-size: 2.6875rem;
    margin-bottom: 1.5rem;
  }
  .com_main_max_menu .menus .two div:nth-child(2) {
    font-size: 2.6875rem;
    margin-bottom: 1.5rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
  }
  .com_main_max_menu .menus .two div:nth-child(2) img {
    margin-left: 1.25rem;
  }
  .com_main_max_menu .menus .two div:nth-child(3) {
    font-size: 2.6875rem;
    margin-bottom: 1.5rem;
  }
  .com_main_max_menu .menus .two div:nth-child(4) #erweima1:checked ~ .aaass .erweima1 .b,
  .com_main_max_menu .menus .two div:nth-child(4) #erweima2:checked ~ .aaass .erweima2 .b,
  .com_main_max_menu .menus .two div:nth-child(4) #erweima3:checked ~ .aaass .erweima3 .b {
    visibility: visible;
  }
  .com_main_max_menu .menus .two div:nth-child(4) .aaass {
    display: flex;
    justify-content: space-between;
  }
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weibo,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weixin,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .douyin {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weibo .a,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weixin .a,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .douyin .a {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    margin-bottom: 1.625rem;
  }
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weibo .b,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .weixin .b,
  .com_main_max_menu .menus .two div:nth-child(4) .aaass .douyin .b {
    height: 14.085rem;
    width: 13.2456rem;
    visibility: hidden;
  }
}
@keyframes show {
  form {
    opacity: 0;
    visibility: hidden;
  }
  to {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
  }
}
* {
  margin: 0;
  padding: 0;
}
.ww {
  width: 100%;
}
.nw {
  white-space: nowrap;
}
.nw1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nw2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nw3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dddnx {
  display: none;
}
.ds {
  display: flex;
}
.dy {
  display: flex;
  align-items: center;
}
.dx {
  display: flex;
  justify-content: center;
}
.dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dxy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dlxy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlbt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dbt {
  display: flex;
  justify-content: space-between;
}
.dbty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dwp {
  display: flex;
  flex-wrap: wrap;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  *word-wrap: break-word;
  *white-space: normal;
}
