.swiper-slide .btnOptions {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 10%;
  left: 25%;
  width: 30%;
}
.swiper-slide .btnOptions .iosBtn {
  background: #1D80F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .btnOptions .iosBtn:hover {
  cursor: pointer;
}
.swiper-slide .btnOptions .androidBtn {
  background: #F8A70B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .btnOptions .codeBtn {
  background: linear-gradient(0deg, #E3F0FF, #F8FBFF);
  box-shadow: 0 4px 2px 0 rgba(34, 63, 96, 0.3);
  opacity: 0.9;
  border-radius: 24px;
  font-size: 18px;
  color: #2588fe !important;
  text-align: center;
  line-height: 40px;
  width: 180px;
  height: 40px;
}
.swiper-slide .btnOptions .codeBtn:hover {
  cursor: pointer;
}
.swiper-slide .btnOptions a img {
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
}
.swiper-slide .btnOptions .btnColor {
  width: 200px;
  height: 40px;
  opacity: 0.9;
  border-radius: 24px;
  text-align: center;
  line-height: 40px;
  margin-right: 30px;
}
.swiper-slide .btnOptions .btnColor .text {
  font-size: 16px;
  color: #F9FAFB;
  margin-left: 5px;
}
.traits_item:hover svg path {
  stroke: #3D8DEE !important;
}
.character_con .imgtx-box2 .box-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.character_con .imgtx-box2 .box-l .t {
  font-size: 20px;
  text-align: left;
  padding-left: 40px;
  padding-right: 60px;
  color: #373434;
  font-family: '微软雅黑';
  font-weight: bold;
}
.character_con .imgtx-box2 .box-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.character_con .imgtx-box2 .box-r img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.character_con .imgtx-box2 .box-r img:hover {
  transform: scale(1.2);
}
.download .download_con {
  display: flex;
  align-items: center;
}
.download .download_con .download-l {
  width: 50%;
}
.download .download_con .download-l {
  display: flex;
  justify-content: space-around;
}
.download .download_con .download-l .appBtn {
  background: #5E3AFE;
}
.download .download_con .download-l .appBtn .img {
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
}
.download .download_con .download-l .appBtn:hover {
  cursor: pointer;
}
.download .download_con .download-l .androidBtn {
  background: #FF5C36;
}
.download .download_con .download-l .androidBtn .img {
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
}
.download .download_con .download-l .colorBtn {
  width: 180px;
  height: 40px;
  border-radius: 21px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.download .download_con .download-r {
  flex: 1;
}
.download .download_con .download-r img {
  width: 500px;
  height: 500px;
  display: inline-block;
}