.operate-1 {
  padding: 0px 30px;
}
.operate-1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.operate-1 .container .item {
  position: relative;
  width: 218px;
  height: 128px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.operate-1 .container .item:nth-of-type(1) {
  width: 335px;
  height: 250px;
}
.operate-1 .container .item:nth-of-type(2) {
  width: 335px;
  height: 250px;
}
.operate-1 .container .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.operate-2 {
  padding: 10px 30px;
  margin-bottom: 40px;
}
.operate-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operate-2 .container .left {
  margin-right: 20px;
}
.operate-2 .container .left .item {
  width: 290px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.operate-2 .container .left .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.operate-2 .container .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.operate-2 .container .right .item {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.operate-2 .container .right .item:nth-child(3n) {
  margin-bottom: 0;
}
.operate-2 .container .right .item:nth-child(4n) {
  margin-bottom: 0;
}
.operate-2 .container .right .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.operate-3 {
  padding: 10px 30px;
  box-sizing: border-box;
}
.operate-3 .container {
  font-size: 0;
  width: 100%;
}
.operate-3 .container .item {
  margin-right: 18px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% / 3 - 12px);
  display: inline-block;
}
.operate-3 .container .item:nth-child(3n) {
  margin-right: 0;
}
.operate-3 .container .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.operate-4 {
  padding: 10px 30px;
  margin-bottom: 40px;
}
.operate-4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.operate-4 .container .item {
  width: 218px;
  height: 218px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.operate-4 .container .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.operate-4 .container .item:nth-of-type(1) {
  width: 454px;
  height: 218px;
}
.operate-4 .container .item:nth-of-type(2) {
  width: 218px;
  height: 218px;
}
.operate-5 {
  padding: 10px 30px 0;
  height: 210px;
}
.operate-5 .swiper-container .swiper-wrapper {
  padding-bottom: 52px;
}
.operate-5 .swiper-container .swiper-slide {
  overflow: hidden;
}
.operate-5 .swiper-container .swiper-slide img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.operate-5 .swiper-container .swiper-slide p {
  color: #333;
  font-size: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  text-align: center;
  max-width: 105px;
  margin: 0 auto;
}
.operate-5 .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets,
.operate-5 .swiper-container .swiper-pagination-custom,
.operate-5 .swiper-container .swiper-pagination-fraction {
  bottom: 0;
}
.operate-5 .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.operate-5 .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
}
.operate-6 {
  padding: 10px 30px;
  margin-bottom: 40px;
  height: 210px;
}
.operate-6 .swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}
.operate-6 .swiper-container .swiper-slide {
  overflow: hidden;
}
.operate-6 .swiper-container .swiper-slide img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.operate-6 .swiper-container .swiper-slide p {
  color: #333;
  font-size: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
.operate-6 .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets,
.operate-6 .swiper-container .swiper-pagination-custom,
.operate-6 .swiper-container .swiper-pagination-fraction {
  bottom: 0;
}
.operate-6 .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.operate-6 .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
}
.operate-7 {
  padding: 10px 30px;
  margin-bottom: 40px;
}
.operate-7 .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  height: auto;
  overflow: hidden;
}
.operate-7 .container.on {
  height: 372px;
}
.operate-7 .container .item {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.operate-7 .container .item .pic {
  position: relative;
}
.operate-7 .container .item .pic .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.operate-7 .container .item:nth-child(4n) {
  margin-right: 0;
}
.operate-7 .container .item img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}
.operate-7 .container .item p {
  white-space: nowrap;
  text-overflow: clip;
  font-size: 24px;
  color: #333;
  text-align: center;
  overflow: hidden;
  max-width: 96px;
  margin: 0 auto;
}
.operate-7 .swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}
.operate-7 .swiper-container .swiper-slide {
  overflow: hidden;
}
.operate-7 .swiper-container .swiper-slide img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.operate-7 .swiper-container .swiper-slide p {
  color: #333;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
.operate-7 .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets,
.operate-7 .swiper-container .swiper-pagination-custom,
.operate-7 .swiper-container .swiper-pagination-fraction {
  bottom: 0;
}
.operate-7 .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.operate-7 .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
}
.operate-8 {
  padding: 10px 0 0 30px;
  margin-bottom: 40px;
  height: 250px;
}
.operate-8 .swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}
.operate-8 .swiper-container .swiper-slide {
  overflow: hidden;
  width: 180px;
  margin-right: 30px;
}
.operate-8 .swiper-container .swiper-slide img {
  width: 100%;
  height: 180px;
  display: block;
  margin-bottom: 18px;
  border-radius: 10px;
}
.operate-8 .swiper-container .swiper-slide p {
  color: #333;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-size: 24px;
  text-align: center;
  max-width: 180px;
}
.operate-9 {
  padding: 10px 30px;
  margin-bottom: 40px;
}
.operate-9 .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  height: auto;
  overflow: hidden;
  justify-content: space-between;
}
.operate-9 .container.on {
  height: 372px;
}
.operate-9 .container .item {
  width: 160px;
  height: 160px;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
.operate-9 .container .item .pic {
  position: relative;
}
.operate-9 .container .item .pic .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.operate-9 .container .item:nth-child(4n) {
  margin-right: 0;
}
.operate-9 .container .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}
.operate-9 .container .item p {
  white-space: nowrap;
  text-overflow: clip;
  font-size: 24px;
  color: #333;
  text-align: center;
  overflow: hidden;
  max-width: 96px;
  margin: 0 auto;
}
.operate-10 {
  margin-bottom: 40px;
  padding: 0 30px;
}
.operate-10 .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  height: auto;
  overflow: hidden;
  justify-content: space-between;
}
.operate-10 .container .item {
  width: 330px;
  height: 300px;
  margin-bottom: 30px;
}
.operate-10 .container .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.operate-11 {
  position: relative;
  margin-bottom: 50px;
  padding: 42px 42px 0 42px;
}
.operate-11.on {
  margin-bottom: -1px;
}
.operate-11 .swiper-pagination-bullet-active {
  background: white;
}
.operate-11 .swiper-container {
  border-radius: 20px;
}
.operate-11 .poster {
  width: 100%;
  height: 296px;
  border-radius: 20px;
}
.operate-19 {
  min-height: 316px;
  position: relative;
  margin-top: -1px;
}
.operate-19 .swiper-container {
  border-radius: 20px;
}
.operate-19 .swiper-slide {
  width: 100%;
  height: 260px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.operate-19 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.operate-19 .operate-19-pagination {
  width: calc(100% - 60px);
  bottom: 22px;
}
.operate-19 .operate-19-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}
.operate-19 .operate-19-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background-color: #2DA4A4;
}
.operate-12 {
  padding: 20px 42px 0;
}
.operate-12 .list {
  width: 100%;
  margin-bottom: 20px;
}
.operate-12 .list .listChile {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.operate-12 .list .listChile .p {
  font-size: 22px;
  font-weight: 400;
}
.operate-12 .list .listChile img {
  width: 96px;
  height: 96px;
  display: inline-block;
}
.operate-12 .swiper-pagination-bullet-active {
  background: #EE6363;
  width: 25px;
  height: 6px;
  border-radius: 3px;
}
.operate-13 {
  padding: 10px 0 30px 30px;
  margin-bottom: 40px;
}
.operate-13 .swiper-container .swiper-slide {
  overflow: hidden;
  width: 210px;
  height: 120px;
  margin-right: 30px;
}
.operate-13 .swiper-container .swiper-slide img {
  width: 100%;
  height: 120px;
  display: block;
  margin-bottom: 18px;
  border-radius: 10px;
}
.operate-15 {
  padding: 10px 30px 30px 30px;
  margin-bottom: 40px;
}
.operate-15 .swiper-container .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 136px;
  border-radius: 68px;
}
.operate-15 .swiper-container .swiper-slide img {
  width: 100%;
  height: 136px;
  display: block;
  margin-bottom: 18px;
  border-radius: 10px;
}
.operate-15 .swiper-pagination {
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  padding: 3px 8px 3px 8px;
}
.operate-15 .swiper-container-horizontal > .swiper-pagination-bullets,
.operate-15 .swiper-pagination-custom,
.operate-15 .swiper-pagination-fraction {
  bottom: 15px;
  left: 50%;
  display: inline-block;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
}
.operate-15 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.operate-15 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  height: 8px;
  border-radius: 4px;
}
.musicicon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 210px;
  right: 20px;
  background-size: 100% 100%;
  z-index: 1000;
}
.musicicon img {
  width: 100%;
  height: 100%;
}
/*returnTop*/
#back-to-top {
  display: none;
  z-index: 21;
  width: 108px;
  height: 108px;
}
#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  width: 64px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
#back-to-top a:hover {
  color: #979797;
}
#back-to-top a span {
  background: transparent url(/static/imgs/sprite.png?1202) no-repeat -25px -290px;
  border-radius: 6px;
  display: block;
  height: 64px;
  width: 64px;
  /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}
#back-to-top a:hover span {
  background: transparent url(/static/imgs/sprite.png?1202) no-repeat -25px -290px;
}
.outside {
  display: inline-block;
  z-index: 21;
  width: 108px;
  height: 108px;
}
.outside .external-span {
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 32px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.outside img {
  width: 108px;
  height: 108px;
}
.fixed-operate {
  position: fixed;
  z-index: 21;
  bottom: 120px;
  right: 30px;
}
.fixed-operate p:not(:first-child) {
  margin-top: 10px;
}
