* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  text-decoration: none;
}
#xx:hover{
 color: #f02b63;
 font-size: 20px;
}
video{  
  position:absolute;  
  right: 0px;  
  bottom: 0px;  
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;  
  /*加滤镜*/
  /*filter: blur(15px); //背景模糊设置 */
  /*-webkit-filter: grayscale(100%);*/  
  /*filter:grayscale(100%); //背景灰度设置*/  
  z-index:-11
}  
source{  
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;  
} 

p{
width: 100%;
text-align: center;
font-size: 40px;
color: white;
}
a {
  color: #ffffff;
}
.w {
  width: 80%;
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
.MaxBox {
  min-width: 1200px;
}
.MaxBox .mainBox .main {
  color: #FFFFFF;
  height: 930px;
  /* background-color: pink;
  background: url('assets/baa.gif') no-repeat; */

  background-size: 100% 100%;
}
.MaxBox .mainBox .main .header {
  height: 100px;
  /* background: rgba(3, 3, 3, 0.5); */
}
.MaxBox .mainBox .main .header .headerMain {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.MaxBox .mainBox .main .header .headerMain .left {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .left .logo {
  width: 165px;
  height: 60px;
  margin-right: 20px;
}
.MaxBox .mainBox .main .header .headerMain .right{
       height: 35px;
   font-weight: bolder;
    margin-top: 30px;
}
.MaxBox .mainBox .main .header .headerMain .right ul {
  display: flex;
  height: 100%;
}
.MaxBox .mainBox .main .header .headerMain .right ul li {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .phone {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .index {
  border-bottom: 3px solid #f02b63;
}
.MaxBox .mainBox .main .content {
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.MaxBox .mainBox .main .content .contentMain {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.MaxBox .mainBox .main .content .contentMain .title {
  font-size: 60px;
  letter-spacing: 2px;
}
.MaxBox .mainBox .main .content .contentMain .text {
  padding: 10px 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
}
.MaxBox .mainBox .main .content .contentMain .btnBox {
  width: 400px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.MaxBox .mainBox .main .content .contentMain .btnBox .logo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.MaxBox .mainBox .main .content .contentMain .btnBox .leftBtn {
  display: flex;
  background-color: #000;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
}
.MaxBox .mainBox .main .content .contentMain .btnBox .rightBtn {
  display: flex;
  background-color: #000;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
}
.MaxBox .mainBox .main .content .contentMain .codeBox {
  width: 350px;
  display: flex;
  justify-content: space-around;
}
.MaxBox .mainBox .main .content .contentMain .codeBox .leftCode,
.MaxBox .mainBox .main .content .contentMain .codeBox .rightCode {
 
  border-radius: 15px;
  border: 3px solid rgb(255, 255, 255);
  width: 150px;
  height: 150px;
  margin-top: 20px;
  opacity: 0;
}
.MaxBox .contentBox .contentMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
 
}
.MaxBox .contentBox .contentMain .titleBox .title {
  font-size: 50px;
  margin: 50px  0  20px  0;
  font-weight: bold;
}
.MaxBox .contentBox .contentMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.MaxBox .TravelBox {
  margin-top: 40px;
  background-color: #f5f5f5;
}
.MaxBox .TravelBox .TravelBoxMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .TravelBox .TravelBoxMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.MaxBox .TravelBox .TravelBoxMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox {
  display: flex;
  justify-content: space-between;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox {
  width: 24%;
  position: relative;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  margin-top: 30px;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .text h1 {
  font-size: 50px;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .text h3 {
  margin-bottom: 30px;
  padding: 10px 0;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .text .content {
  font-size: 30px;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .twoText {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f02b63;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .twoText .title {
  display: flex;
  align-items: flex-end;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .twoText .explain {
  font-size: 30px;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .twoText .region ul {
  display: flex;
  flex-wrap: wrap;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox .twoText .region ul li {
  min-width: 20%;
  font-size: 14px;
  height: 35px;
  line-height: 30px;
}
.MaxBox .TravelBox .TravelBoxMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;
}

.MaxBox .TravelBox .TravelBoxMain .more .moreButton {
  padding: 5px 25px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 15px;
}
.MaxBox .baseWhich{

  background-color: #f1f1f1;
}

.MaxBox .baseWhich .baseWhichMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;
}

.MaxBox .baseWhich .baseWhichMain {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .baseWhich .baseWhichMain .boxCode {
 width: 200px;
 height: 200px;
 background-color: #000;
 position: absolute;
 bottom: 150px;
  display: none;
}
.MaxBox .baseWhich .baseWhichMain .more:hover+.boxCode {
  display: block;
}
.MaxBox .baseWhich .baseWhichMain .more .moreButton {
  padding: 5px 25px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 15px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .titleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .more {
display: flex;
justify-content: center;
margin-bottom: 50px;
padding: 30px 0;
}
.MaxBox .bodyPlaying .bodyPlayingMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.MaxBox .bodyPlaying .bodyPlayingMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard {
  display: flex;
  justify-content: space-between;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper {
  width: 100%;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper .swiperSlideBox {
  color: #fff;
  position: relative;
  margin-right: 0px !important;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper .swiperSlideBox .contentBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper .swiperSlideBox .contentBox .title {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 50px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper .swiperSlideBox .contentBox .theme {
  font-size: 25px;
  padding: 30px 0;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper .swiperSlideBox .contentBox .content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.MaxBox .makeFriends {
  margin-top: 40px;
  background-color: #f1f1f1;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox {
  padding: 0 50px;
  display: flex;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .left {
  width: 55%;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right {
  width: 45%;
  background-color: #fff;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox {
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .Exhibition {
  display: flex;
  justify-content: space-between;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .Exhibition .ExhibitionMinBox {
  width: 32%;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .Exhibition .ExhibitionMinBox .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .nextPage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.MaxBox .makeFriends .makeFriendsMain .friendsBox .right .rightBox .nextPage .arro {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.MaxBox .makeFriends .makeFriendsMain .swiper-pagination {
  position: unset;
}
.MaxBox .makeFriends .makeFriendsMain .swiper-pagination-bullet-active {
  --swiper-theme-color: #000 !important;
}
.MaxBox .makeFriends .makeFriendsMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;
}
.MaxBox .makeFriends .makeFriendsMain .more .moreButton {
  padding: 5px 25px;
  background-color: #f02b63;
  border: 1px solid #f02b63;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.MaxBox .photography .photographyMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .photography .photographyMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.MaxBox .photography .photographyMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 50px;
  color: #666666
}
.MaxBox .photography .photographyMain .photographySwiper .photographySwiperBox {
  display: flex;
}
.MaxBox .photography .photographyMain .photographySwiper .photographySwiperBox .photographySwiperItem {
  padding-right: 10px;
}
.MaxBox .photography .photographyMain .photographySwiper .photographySwiperBox .photographySwiperItem .explain {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}
.MaxBox .housekeeper {
  margin-top: 100px;
  /* background-color: #f1f1f1; */
background: url(./assets/矩形备份\ 6@2x.png) no-repeat ; background-size: 100% 40%; 
background-position: bottom;
top: 200px;


}
.MaxBox .housekeeper .housekeeperMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
  margin-bottom: 80px;

}
.MaxBox .housekeeper .housekeeperMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
  
}
.MaxBox .housekeeper .housekeeperMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666
}
.MaxBox .housekeeper .housekeeperMain .housekeeperSwiper .housekeeperSwiperBox {
  display: flex;
 
  
}
.MaxBox .housekeeper .housekeeperMain .housekeeperSwiper .housekeeperSwiperBox .housekeeperSwiperItem {
  padding-right: 50px;

}
.MaxBox .housekeeper .housekeeperMain .housekeeperSwiper .housekeeperSwiperBox .housekeeperSwiperItem .itemImg {
width: 100%;

  
}
.MaxBox .housekeeper .housekeeperMain .housekeeperSwiper .housekeeperSwiperBox .housekeeperSwiperItem .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  border-bottom:3px solid #fff ;
  margin-bottom: 15px;
}
.MaxBox .baseWhich {
  margin-top: 40px;
  text-align: center;
}
.MaxBox .baseWhich .baseWhichMain .title {

  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
  padding-top: 60px;
}
.MaxBox .baseWhich .baseWhichMain .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666

}
.MaxBox .baseWhich .baseWhichMain .seasons {
  margin-top: 30px;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox {
  display: flex;
  justify-content: space-between;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem:hover {
  transform: scale(.97, .99);
  transition: 1s;
  

}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem {
  width: 24%;
  position: relative;
  color: #fff;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .tex{
padding: 30px 10px 10px 30px;
  font-size: 40px;
  text-align: left;
  color: #fff;
  font-weight: bolder;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .text .content {
  width: 10px;
  font-size: 30px;
  font-weight: bold;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* padding: 20px 10px; */
  background-color: #f02b63;
  opacity: 0;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .title {
  font-size: 50px;
  font-weight: bold;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .specialContent {

padding:0 10px 10px 30px;
width: 100%;
height: 100%;

}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .specialContent p {
  font-size: 20px;
  padding: 8px 0;
  line-height: 30px;
  text-align: left;

  
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem:hover .text {
  opacity: 1;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem:hover .special {
  opacity: 0.8;
}
.MaxBox .housekeeper .housekeeperMain .housekeeperSwiper .housekeeperSwiperBox .housekeeperSwiperItem .explain {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px 20px;
}
.MaxBox .member .memberMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .member .memberMain .titleBox .title {
  font-size: 50px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.MaxBox .member .memberMain .titleBox .Subhead {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666666
}
.MaxBox .member .memberMain .memberBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.MaxBox .member .memberMain .memberBox .memberItem {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemImg {
  width: 80px;
  height: 80px;
  margin: 30px 0;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemTitle {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 20px;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemText {
  font-size: 14px;
  color: #a9a9a9;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.MaxBox .member .memberMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;
}
.MaxBox .member .memberMain{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .member .memberMain .boxCode {
  width: 150px;
  height: 150px;
  /* background-color: #000; */
  position: absolute;
  bottom: 160px;
   display: none;
   border-radius: 5px;
   border: 2px solid #767676;
 }
 .MaxBox .member .memberMain .more:hover+.boxCode {
  display: block;
}
.MaxBox .member .memberMain .more .moreButton {
  padding: 5px 25px;
  background-color: #f02b63;
  border: 1px solid #f02b63;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.MaxBox .store .storeMain {
  height:900px;
  background-color: pink;
  background: url('assets/10@2x.png') no-repeat;
  background-size: 100% 100%;
}
.MaxBox .footRotation {
  margin-top: 30px;
}
.MaxBox .footRotation .footRotationMain {
  height: 50px;
  background-color: pink;
}
.MaxBox .footRotation .footRotationMain .swiper {
  height: 100%;
  padding: 0 30px;
}
.MaxBox .footRotation .footRotationMain .swiper-button-prev {
  left: 0;
  height: 100%;
  background-color: #f03268;
}
.MaxBox .footRotation .footRotationMain .swiper-button-next {
  right: 0;
  height: 100%;
  background-color: #f03268;
}
.MaxBox .footRotation .footRotationMain .swiper-button-next,
.MaxBox .footRotation .footRotationMain .swiper-button-prev {
  top: 44%;
}
.MaxBox .footer {

  background-color: #2c2e2e;
}
.MaxBox .footer .footerMain {
  background-color: #2c2e2e;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 20px;
}
.MaxBox .footer .footerMain dl {
  display: flex;
  flex-direction: column;
}
.MaxBox .footer .footerMain dl dt {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.MaxBox .footer .footerMain dl dd {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.MaxBox .footer .footerMain dl dd a {
  display: block;
}
.MaxBox .footer .footerMain dl dd a:hover {
  color: #e1251b;
}
.MaxBox .footer .footerMain dl dd .imgBox {
  margin: 20px 30px 0;
  text-align: center;
}
.MaxBox .footer .footerMain dl dd .imgBox .imgItem {
  width: 100px;
  height: 100px;
}
.MaxBox .footer .footerMain dl dd .imgBox .text {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.MaxBox .footer .footerMain dl .code {
  display: flex;
}
.MaxBox .footer .address {
  border-top: 1px solid #ccc;
  background-color: #2c2e2e;
  padding: 15px 0;
}
.MaxBox .footer .address .top,
.MaxBox .footer .address .bottom {
  display: flex;
  justify-content: center;
  color: #ccc;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.MaxBox .footer .address .top p,
.MaxBox .footer .address .bottom p {
width:100%;
  font-size: 15px;
}
.shadow{
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color:black;
  opacity:0.6;
  z-index:9;
}
.boxed-group {
  width:500px;
  height:500px;
  /* background-color:#778899; */
  position:absolute;
  /* left:10%; */
  top:20%;
  margin-left:120px;
  margin-top:130px;
  z-index:10;

  /* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
  /* margin: 0 auto; */
}
.boxed-group h3{
  font-weight: 400;
  margin: 0;
}
.boxed-group h3 {
  padding: 12px 20px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #434a54;
}

.btn-danger {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
}
#play-video{
  background-color: #c0392b;
  border: 1px solid #ab3326;
}
#cancel{
  background-color: #C0C0C0;
  border: 1px solid #C0C0C0;
}
#play-video:hover{
  background-color: #ab3326;
}
#cancel:hover{
  background-color: #696969;
}
.footer{
  text-align: center;
  padding-top: 10px;
}
.my-demo{
  padding: 10px 40px;
  background-color: #f03268;
  color: #FFFFFF;

  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bolder;
  

}
.my-demo:active {
  background-color: #fff;
  color: #f03268;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.arrow{
  border: 12px solid transparent;
  border-bottom-color: #8b8b8b;
  width: 0px;
  height: 0px;
  top:0px
}
.stick{
  width: 10px;
  height: 18px;
  border-radius: 1px;
  background-color: #8b8b8b;
  top:15px;
}
.fanhui{
  background-color: #f03268;
  border-radius: 50%;
}

.fanhui:hover +.MinBoxCode {
  display: block;
}
.codeMaxBox {
  width: 100%;
  position: relative;
}

.MinBoxCode {
  width: 120px;
  height: 120px;
  background-color: pink;
  position: absolute !important;
  right: 100px !important;
  left: unset !important;
  display: none;
  border: 2px solid #434a54;
  border-radius: 5px;
  text-align: center;
}
.erwei{
  background-color: #f03268;
  height: 44px;
  width: 44px;

}
.erwei:hover +.MinBoxCod {
  display: block;
}
.MinBoxCod {
  width: 120px;
  height: 120px;
  background-color: pink;
  position: absolute !important;
  right: 100px !important;
  left: unset !important;
  display: none;
  border: 2px solid #434a54;
  border-radius: 5px;
  text-align: center;
}
#back_top div{
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
}
#back_top{
  background-color: #dddddd;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 200px;
  display: none;
}


