.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.headline {
  margin-bottom: 20px;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 30px;
}

.part1 {
  padding: 60px 0 50px;
}

.part1 .layout .top {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}

.part1 .layout .top .swiper {
  margin: 0;
  width: 679px;
  height: 356px;
}

.part1 .layout .top .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.part1 .layout .top .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.part1 .layout .top .swiper .swiper-pagination-bullet-active {
  background-color: #B10004;
}

.part1 .layout .top .news {
  position: relative;
  padding: 26px 30px;
  width: 509px;
  height: 356px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 249, 242, 0.61) 100%);
  box-shadow: 0px 2px 7px 1px rgba(170, 113, 0, 0.2);
}

.part1 .layout .top .news .headline {
  margin-bottom: 14px;
  display: flex;
}

.part1 .layout .top .news .headline p {
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 30px;
  color: #B10004;
}

.part1 .layout .top .news .headline a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.part1 .layout .top .news .tab {
  margin-bottom: 19px;
  display: flex;
}

.part1 .layout .top .news .tab li {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  flex-shrink: 0;
}

.part1 .layout .top .news .tab li::after {
  margin: 0 10px;
  content: "|";
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666;
}

.part1 .layout .top .news .tab li:nth-last-child(1)::after {
  content: "";
}

.part1 .layout .top .news .tab .on {
  color: #B10004;
}

.part1 .layout .top .news .contentbox .content ul li {
  margin-bottom: 11px;
}

.part1 .layout .top .news .contentbox .content ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part1 .layout .top .news .contentbox .content ul li:hover a .title p {
  color: #CC0000;
}

.part1 .layout .top .news .contentbox .content ul li:hover a .time {
  color: #A80B02;
}

.part1 .layout .top .news .contentbox .content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part1 .layout .top .news .contentbox .content ul li a .title {
  display: flex;
  align-items: center;
}

.part1 .layout .top .news .contentbox .content ul li a .title i {
  margin-right: 8px;
  width: 5px;
  height: 5px;
  background: #CC0000;
  border-radius: 50%;
}

.part1 .layout .top .news .contentbox .content ul li a .title p {
  width: 370px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part1 .layout .top .news .contentbox .content ul li a .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}

.part1 .layout .top .news .contentbox .content .more {
  position: absolute;
  top: 40px;
  right: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.part1 .layout .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part1 .layout .bottom form {
  height: 50px;
  display: flex;
  border-radius: 8px;
  border: 1px solid #B10004;
  overflow: hidden;
}

.part1 .layout .bottom form select {
  width: 170px;
  border: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  padding: 0;
  text-align: center;
  text-align-last: center;
}

.part1 .layout .bottom form input[type="text"] {
  padding: 0 24px;
  width: 700px;
  border: 0;
  border-left: 1px solid #B10004;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
}

.part1 .layout .bottom form .button {
  width: 100px;
  height: 48px;
  background: #B10004;
  border-radius: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}

.part1 .layout .bottom .postDemand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: linear-gradient(270deg, #d9000a 0%, #b10004 100%);
  border-radius: 8px;
}

.part1 .layout .bottom .postDemand img {
  margin-right: 25px;
  display: block;
  width: 17px;
  height: 17px;
}

.part1 .layout .bottom .postDemand p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.part2 {
  padding: 30px 0 70px;
  background-color: #F7F7F7;
}

.part2 .layout .headline {
  color: #B10004;
}

.part2 .layout .box {
  display: flex;
  justify-content: space-between;
}

.part2 .layout .box .left {
  position: relative;
  width: 200px;
  padding: 42px 24px 0;
  background: url(../images/part2_left_background.png) no-repeat center center;
  background-size: 100% 100%;
}

.part2 .layout .box .left a {
  margin: 4px;
  height: fit-content;
  float: left;
  display: block;
  padding: 5px 12px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.part2 .layout .box .left a:hover {
  background-color: #fff;
  color: #B10004 !important;
}

.part2 .layout .box .left .more {
  position: absolute;
  left: 22px;
  bottom: 10%;
  display: block;
  padding: 3px 12px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
}

.part2 .layout .box .right {
  width: 995px;
  height: 356px;
  padding: 40px 56px 0;
  background: url(../images/part2_right_background.png) no-repeat center center;
}

.part2 .layout .box .right .tab {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}

.part2 .layout .box .right .tab::before {
  content: "";
  border: 1px dashed #B10004;
  width: 524px;
  height: 0;
}

.part2 .layout .box .right .tab li {
  width: 168px;
  height: 29px;
  background: url(../images/part2_tab_background.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #B10004;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.part2 .layout .box .right .tab .on {
  background: url(../images/part2_tab_background_on.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.part2 .layout .box .right .contentbox .content ul li {
  float: left;
  margin-right: 20px;
}

.part2 .layout .box .right .contentbox .content ul li:nth-last-child(1) {
  margin-right: 0;
}

.part2 .layout .box .right .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part2 .layout .box .right .contentbox .content ul li a {
  display: block;
}

.part2 .layout .box .right .contentbox .content ul li a .imgbox {
  width: 130px;
  height: 160px;
  overflow: hidden;
}

.part2 .layout .box .right .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part3 {
  padding: 40px 0 66px;
}

.part3 .layout .headline {
  color: #B32F10;
}

.part3 .layout .box {
  display: flex;
  justify-content: space-between;
}

.part3 .layout .box .left {
  position: relative;
  width: 200px;
  padding: 42px 14px 0;
  background: url(../images/part3_left_background.png) no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.part3 .layout .box .left a {
  margin: 4px;
  height: fit-content;
  float: left;
  display: block;
  padding: 5px 12px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.part3 .layout .box .left a:hover {
  background-color: #fff;
  color: #B32F10 !important;
}

.part3 .layout .box .left .more {
  position: absolute;
  left: 22px;
  bottom: 10%;
  display: block;
  padding: 3px 12px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
}

.part3 .layout .box .right {
  width: 995px;
  padding: 40px 56px 28px;
  background: #F0E9DE;
}

.part3 .layout .box .right .tab {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.part3 .layout .box .right .tab::before {
  content: "";
  border: 1px dashed #B10004;
  width: 524px;
  height: 0;
}

.part3 .layout .box .right .tab li {
  width: 205px;
  height: 29px;
  background: url(../images/part3_tab_background.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #B10004;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.part3 .layout .box .right .tab .on {
  background: url(../images/part3_tab_background_on.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.part3 .layout .box .right .contentbox .content ul li {
  float: left;
  margin-right: 36px;
  margin-top: 20px;
}

.part3 .layout .box .right .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}

.part3 .layout .box .right .contentbox .content ul li:nth-child(1),
.part3 .layout .box .right .contentbox .content ul li:nth-child(2),
.part3 .layout .box .right .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}

.part3 .layout .box .right .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part3 .layout .box .right .contentbox .content ul li:hover a .title {
  color: #B10004;
}

.part3 .layout .box .right .contentbox .content ul li a {
  display: block;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox {
  margin-bottom: 11px;
  position: relative;
  width: 260px;
  height: 148px;
  border-radius: 8px;
  overflow: hidden;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  border-radius: 0px 8px 0px 11px;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox .yellow {
  background: #FFB800;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox .red {
  background: #BC3315;
}

.part3 .layout .box .right .contentbox .content ul li a .imgbox .green {
  background: #3A7800;
}

.part3 .layout .box .right .contentbox .content ul li a .title {
  margin-bottom: 5px;
  width: 260px;
  height: 56px;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part3 .layout .box .right .contentbox .content ul li a .writer {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.part4 {
  padding: 40px 0 70px;
  background-color: #F7F7F7;
}

.part4 .layout .headline {
  color: #B67B55;
}

.part4 .layout .box {
  display: flex;
  justify-content: space-between;
}

.part4 .layout .box .left {
  position: relative;
  width: 200px;
  padding: 42px 10px 0;
  background: url(../images/part4_left_background.png) no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.part4 .layout .box .left a {
  margin: 4px;
  height: fit-content;
  float: left;
  display: block;
  padding: 5px 12px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.part4 .layout .box .left a:hover {
  background-color: #fff;
  color: #B67B55 !important;
}

.part4 .layout .box .left .more {
  position: absolute;
  left: 22px;
  bottom: 10%;
  display: block;
  padding: 3px 12px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
}

.part4 .layout .box .right {
  width: 995px;
  padding: 40px 56px 28px;
  background: #F0E9DE;
}

.part4 .layout .box .right .tab {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.part4 .layout .box .right .tab::before {
  content: "";
  border: 1px dashed #B67B55;
  width: 524px;
  height: 0;
}

.part4 .layout .box .right .tab li {
  width: 205px;
  height: 29px;
  background: url(../images/part4_tab_background.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #B67B55;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.part4 .layout .box .right .tab .on {
  background: url(../images/part4_tab_background_on.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.part4 .layout .box .right .contentbox .content ul {
  height: 512px;
}

.part4 .layout .box .right .contentbox .content ul li {
  float: left;
  margin-right: 36px;
  margin-top: 20px;
}

.part4 .layout .box .right .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}

.part4 .layout .box .right .contentbox .content ul li:nth-child(1),
.part4 .layout .box .right .contentbox .content ul li:nth-child(2),
.part4 .layout .box .right .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}

.part4 .layout .box .right .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part4 .layout .box .right .contentbox .content ul li:hover a .title {
  color: #B67B55;
}

.part4 .layout .box .right .contentbox .content ul li a {
  display: block;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox {
  margin-bottom: 11px;
  position: relative;
  width: 260px;
  height: 148px;
  border-radius: 8px;
  overflow: hidden;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  border-radius: 0px 8px 0px 11px;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox .yellow {
  background: #FFB800;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox .red {
  background: #BC3315;
}

.part4 .layout .box .right .contentbox .content ul li a .imgbox .green {
  background: #3A7800;
}

.part4 .layout .box .right .contentbox .content ul li a .title {
  margin-bottom: 5px;
  width: 260px;
  height: 56px;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .box .right .contentbox .content ul li a .writer {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.part5 {
  padding: 40px 0 60px;
}

.part5 .layout .headline {
  color: #F4A75D;
}

.part5 .layout .box {
  display: flex;
  justify-content: space-between;
}

.part5 .layout .box .left {
  position: relative;
  width: 200px;
  padding: 42px 10px 0;
  background: url(../images/part5_left_background.png) no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.part5 .layout .box .left a {
  margin: 4px;
  height: fit-content;
  float: left;
  display: block;
  padding: 5px 12px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.part5 .layout .box .left a:hover {
  background-color: #fff;
  color: #F4A75D !important;
}

.part5 .layout .box .left a:nth-child(4) {
  background-color: #ad2828;
  color: #fff !important;
}

.part5 .layout .box .left .more {
  position: absolute;
  left: 22px;
  bottom: 10%;
  display: block;
  padding: 3px 12px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
}

.part5 .layout .box .right {
  width: 995px;
  padding: 40px 56px 28px;
  background: #FFFCF8;
}

.part5 .layout .box .right .swiperbox {
  position: relative;
}

.part5 .layout .box .right .swiperbox .swiper {
  width: 830px;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a .imgbox {
  margin-bottom: 16px;
  width: 193px;
  height: 193px;
  background: #F4A75D;
  border-radius: 50%;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a .imgbox img {
  margin-left: -8px;
  width: 193px;
  height: 193px;
  border-radius: 50%;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a .name {
  margin-bottom: 7px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a .job {
  width: 196px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #7F7F7F;
  line-height: 23px;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part5 .layout .box .right .swiperbox .swiper .swiper-slide a .writer {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #7F7F7F;
  line-height: 26px;
  margin-top: 10px;
}

.part5 .layout .box .right .swiperbox .swiper-button::after {
  content: "";
}

.part5 .layout .box .right .swiperbox .swiper-button img {
  display: block;
  width: 46px;
  height: 46px;
}

.part5 .layout .box .right .swiperbox .swiper-button .on {
  display: none;
}

.part5 .layout .box .right .swiperbox .swiper-button:hover img {
  display: none;
}

.part5 .layout .box .right .swiperbox .swiper-button:hover .on {
  display: block;
}

.part5 .layout .box .right .swiperbox .swiper-button-prev {
  left: -20px;
}

.part5 .layout .box .right .swiperbox .swiper-button-next {
  right: -20px;
}

.part6 {
  padding: 40px 0;
  background-color: #F7F7F7;
  background-image: url(../images/part6_background.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
}

.part6 .layout {
  position: relative;
}

.part6 .layout .headline {
  margin-bottom: 40px;
  display: flex;
}

.part6 .layout .headline p {
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 30px;
  color: #B10004;
}

.part6 .layout .headline a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.part6 .layout .tab {
  position: absolute;
  top: 7px;
  left: 125px;
  display: flex;
  align-items: center;
}

.part6 .layout .tab::before {
  content: "";
  border: 1px dashed #B67B55;
  width: 100px;
  height: 0;
}

.part6 .layout .tab li {
  width: 226px;
  height: 29px;
  background: url(../images/part6_tab_background_1.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #A20200;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.part6 .layout .tab li:nth-last-child(1) {
  width: 226px;
  background: url(../images/part6_tab_background_1.png) no-repeat center center;
  background-size: 100% 100%;
}

.part6 .layout .tab .on {
  background: url(../images/part6_tab_background_on.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.part6 .layout .tab .on:nth-last-child(1) {
  width: 226px;
  background: url(../images/part6_tab_background_on_1.png) no-repeat center center;
  background-size: 100% 100%;
}

.part6 .layout .contentbox .content ul li {
  float: left;
  margin-right: 14px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0px 2px 4px 0px rgba(222, 222, 222, 0.5);
}

.part6 .layout .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}

.part6 .layout .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part6 .layout .contentbox .content ul li:hover a .info .title {
  color: #A20200;
}

.part6 .layout .contentbox .content ul li a .imgbox {
  width: 289px;
  height: 194px;
  overflow: hidden;
}

.part6 .layout .contentbox .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part6 .layout .contentbox .content ul li a .info {
  padding: 12px;
  background-color: #fff;
}

.part6 .layout .contentbox .content ul li a .info .title {
  width: 265px;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part6 .layout .contentbox .content ul li a .info p {
  margin-top: 5px;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 264px;
}

.part6 .layout .contentbox .content .more {
  position: absolute;
  top: 12px;
  right: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.fixed {
  position: fixed;
  z-index: 999;
  opacity: 1;
  top: 58%;
  right: 50%;
  transform: translateX(750px);
  /* width: 150px;
  height: 150px; */
}

/*
.animate-on-load {
    animation: Enlarge-Reduce 3s forwards;
    -webkit-animation: Enlarge-Reduce 3s forwards;
    animation-iteration-count: 1;
}*/

.fixed a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;

}

.animation-container {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.animation-container img {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: none;
  /* 移除过渡效果 */
}

.animation-container img.active {
  opacity: 1;
}

@media (max-width: 1456px) {
  .fixed {
    right: 0 !important;
    transform: translateX(0) !important;
    margin-right: -30px;
  }
}


@-webkit-keyframes Enlarge-Reduce {
  0% {
    opacity: 0;
    top: -161px;
    right: 0;
    transform: translateX(0px);
    width: 100vw;
    height: 100vw;
  }

  20% {
    opacity: 1;
    top: -161px;
    right: 0;
    transform: translateX(0px);
    width: 100vw;
    height: 100vw;
  }

  100% {
    opacity: 1;
    top: 40%;
    right: 50%;
    transform: translateX(800px);
    width: 200px;
    height: 200px;
  }
}