* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  text-decoration: none;
}
#wrapper{
	width:100%;
	height:99%
}
a {
  color: #FFFFFF;
}
#xx:hover{
  color: #f02b63;
  font-size: 20px;
 }

.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: 500px;
  background-color: pink;
  background: url('https://llkj-wechat.oss-cn-hangzhou.aliyuncs.com/www/css/assets/矩形@2x\ \(1\).png') 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 ul {
  display: flex;
  height: 100%;
  font-weight: bolder;
}
.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 .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 {
  padding: 100px;
  font-size: 50px;
  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 {
  width: 100px;
  height: 100px;
  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 ul{
  display: flex;
  height: 100%;
  color: #F02B63;
  margin: 20px 0;
}
.MaxBox .contentBox .contentMain .titleBox .title ul li {
  border-radius: 21px;
 /* background: #F02B63; */
 border: 1px solid #F02B63;
  font-size: 18px;
  padding: 8px 35px;
  margin: 0 10px;
  height: 120%;
  display: flex;
  align-items: center;
}
.xiangqing{
  margin-top: 78px;
  display: flex;
  height: 100%;
  width: 100%;
}
.xiangqing .left{
  width: 33%;
}
.xiangqing .right{
  width: 67%;
}


.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: 20px;
  font-weight: bold;
}
.MaxBox .TravelBox .TravelBoxMain .titleBox .Subhead {
  font-size: 12px;
  margin-top: 5px;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox {
  display: flex;
  justify-content: space-between;
}
.MaxBox .TravelBox .TravelBoxMain .seasonsBox .imgBox {
  width: 24%;
}
.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 .bodyPlaying .bodyPlayingMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .more {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  padding: 30px 0;
  text-align: center;
  
}
.MaxBox .bodyPlaying .bodyPlayingMain .more .moreButton {
  padding: 10px 36px;
  background-color: #f02b63;
  border: 1px solid #f02b63;
  color: #fff;
  font-size: 15px;
  /* height: 15%; */
  width: 10%;
  
}

.MaxBox .bodyPlaying .bodyPlayingMain .titleBox .title {
  font-size: 20px;
  font-weight: bold;
}
.MaxBox .bodyPlaying .bodyPlayingMain .titleBox .Subhead {
  font-size: 12px;
  margin-top: 5px;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard {
  display: flex;
  justify-content: space-between;
}
.MaxBox .bodyPlaying .bodyPlayingMain .subjectCard .swiper {
  width: 100%;
}
.MaxBox .makeFriends {
  margin-top: 40px;
  background-color: #f5f5f5;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox .title {
  font-size: 20px;
  font-weight: bold;
}
.MaxBox .makeFriends .makeFriendsMain .titleBox .Subhead {
  font-size: 12px;
  margin-top: 5px;
}
.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 .arrow {
  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 .member .memberMain .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 15px;
}
.MaxBox .member .memberMain .titleBox .title {
  font-size: 20px;
  font-weight: bold;
}
.MaxBox .member .memberMain .titleBox .Subhead {
  font-size: 12px;
  margin-top: 5px;
}
.MaxBox .member .memberMain .memberBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  margin: 60px 0;
}
.MaxBox .member .memberMain .memberBox .memberItem {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.MaxBox .member .memberMain .memberBox .memberIte {
  justify-content:space-between;

  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
 
}
.MaxBox .member .memberMain .memberBox .memberIte .itemTitle {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0 20px;
}
.MaxBox .member .memberMain .memberBox .memberIte .itemText {
  font-size: 22px;
  color: #666666;
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 102%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  word-break: break-all;
}

.MaxBox .member .memberMain .memberBox .memberItem .itemImg {
  width: 104px;
  height: 104px;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemTitle {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0 20px;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemTitl {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 20px;
}
.MaxBox .member .memberMain .memberBox .memberItem .itemText {
  font-size: 18px;
  color: #666666;
  padding: 0 6px;
  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 .more .moreButton {
  padding: 5px 25px;
  background-color: #f02b63;
  border: 1px solid #f02b63;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.MaxBox .store .storeMain {
  height: 600px;
  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 .cooperation {
  margin-top: 30px;
}
.MaxBox .cooperation .cooperationMain {
  height: 700px;

}
.MaxBox .cooperation .cooperationMain .waike{

/* width: 100px; */
height: 100%;
/* background-color: #00c4f3; */display: flex;
justify-content: space-between;
}
.MaxBox .cooperation .cooperationMain .waike .left{
  display: flex;
  flex-direction:column;
  width: 50%;
  padding:0 50px;
}
.MaxBox .cooperation .cooperationMain .waike .right{
  display: flex;
  flex-direction:column;
  width: 50%;
  padding:0 50px;
}
.MaxBox .cooperation .cooperationMain .waike .left .list{
height: 33%;
display: flex;
flex-direction: row;
padding: 10px 0;
}
.MaxBox .cooperation .cooperationMain .waike .left .list .one{
width: 45%;

  }
  .MaxBox .cooperation .cooperationMain .waike .left .list .two{
    width: 55%;

    text-align: center;
      }
.MaxBox .cooperation .cooperationMain .waike .right .list{
  height: 33%;
  display: flex;
flex-direction: row;
padding: 10px 0;
  }
  .MaxBox .cooperation .cooperationMain .waike .right .list .one{
    width: 45%;
    /* background-color: #e1251b; */
      }
      .MaxBox .cooperation .cooperationMain .waike .right .list .two{
        width: 55%;
        /* background-color: #1be1c0; */
        text-align: center;
          }

.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 .joinus {
  margin-top: 200px;
}
.MaxBox .joinus .joinusMain {
  height: 50px;
  /* background-color: pink; */
}
.MaxBox .findus {

  margin-top: 80px;
}
.MaxBox .findus .findusMain {
  height: 50px;
  /* background-color: pink; */
}
.MaxBox .findus .findusMain .php{
  height: 100%;
  padding:20px  0;
  /* background-color: #00c4f3; */display: flex;
  justify-content: space-between;
}
.MaxBox .findus .findusMain .php .phpjava{
border:1px solid #f03268;
width: 30%;
height: 100px;
}
.MaxBox .findus .findusMain .php .phpjava:hover{
background-color:#f03268 ;
color: #fff;
  }
.MaxBox .findus .findusMain .php .javaphp{
padding:10px 0 0 30px;
  /* background-color: #00c4f3; */display: flex;
  flex-direction:row;
}
.MaxBox .findus .findusMain .php  img{
 width: 25px;
 height: 36px;
}


.MaxBox .mapus {
  margin-top: 30px;
}
.MaxBox .mapus .mapusMain {
  height: 500px;
  /* border: 1px solid rgb(146, 146, 146) ; */
  /* background-color: pink; */
}

.MaxBox .footer {
  /* margin-top: 30px; */
  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;
  text-align: center
}
.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 {
  margin-right: 15px;
}
.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}


.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #F02B63;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #F02B63;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #F02B63;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
  margin-left: 10px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  /* margin: 1em 0 0 0; */
  /* padding: 1em; */
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
  font-size: px;
  
}
.direction-r .desc {
  width: 700px;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
    border-right:10px solid #F02B63 ;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
    border-left: 10px solid #F02B63;
  }

  .flag-wrapper {
    display: inline-block;
    
  }
  
  .flag {
    font-size: 24px;
    margin-right:10px ;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}



.titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 20px 0 15px; */
  margin-top: 40px;
  position: sticky;
  /* top: 0; */
  /* z-index: 999; */
  background-color: #fff ;

}
.titleBox .title {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
.Subhead {
  font-size: 12px;
  margin-top: 5px;
}
.titleBox .title ul {
  display: flex;
  height: 100%;
  color: #F02B63;
  margin: 20px 0;
}
.titleBox .title ul li {
  border-radius: 21px;
  /* background: #F02B63; */
  border: 1px solid #F02B63;
  font-size: 18px;
  padding: 8px 35px;
  margin: 0 10px;
  height: 120%;
  display: flex;
  align-items: center;
}
.show {
  height: 300px;
  background-color: pink;
}

.transition-box {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  /* background-color: #ff0000; */
  text-align: center;
  /* color: #fff; */
  padding: 40px 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}
 .CheckBtn {
  color: #fff;
  border: 1px solid #f02b63;
  background-color: #f02b63;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.btn {
  color: #f02b63;
  border: 1px solid #f02b63;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.mmm{
  color: #fff;
}
.mmmNo{
border-bottom: 3px solid #f02b63;
}