.m-banner{
  display:none;
}
.site-footer{
  background:#356be6;
}
.Headlines{
  text-align: center;
  margin-bottom: 30px;
}
.showBanner{
  margin-bottom:30px;
  position:relative;
}
.banner-img{
  position:relative;
  z-index:10;
}
.Headlines a{
  color:#6441e5;
}
.Headlines .HeadlinesFirst{
  margin-bottom: 13px;
}
.Headlines .HeadlinesFirst a{
  font-size:32px;
  text-align-last: center;
  text-align: center;
}
.cover img{
  width:100%;
  height:100%;
}
.Headlines .Greaterthan1{
  height:43px;
  background-image: linear-gradient( to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
  display:flex;
  justify-content:center;
}
.Headlines .Greaterthan1>div:nth-child(2){
  text-align:left;
  text-align-last:left;
}
.Headlines .Greaterthan1>div:nth-child(2) a{
  border-left:2px solid #aaaaaa;
  padding-left:20px;
}
.Headlines .HeadlinesFirst a:hover,.Headlines .Greaterthan1>div a:hover{
  color:#2886f8;
}
.Headlines .Greaterthan1>div:nth-child(1) a{
  padding-right:20px;
  text-align:right;
  text-align-last:right;
}
.Headlines .Greaterthan1>div{
  display:flex;
  align-items:center;
  width:calc(43%)
}
.Headlines .Greaterthan1 a{
  font-size:20px;
  height: 27px;
  line-height: 27px;
  flex:1;
}
.RotationAndNews{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.RotationAndNews .rotation{
  width:calc(60% - 10px);
  position: relative;
}
.RotationAndNews .news{
  width:calc(40% - 10px);
}
.rotation .outer{
  padding:3px;
  background:#e5b85f;
  border:6px solid #2396ff;
}
#rotation{
  overflow:hidden;
}
.rotation .pagination{
  display: flex;
  position: absolute;
  right: 38px;
  bottom: 14px;
}
.rotation .pagination span{
  cursor: pointer;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin-right: 3px;
}
.rotation .pagination span.paginationActive{
  width: 30px;
  border-radius: 8px;
  background:#fdf08a;
}
.rotation .theTitle .titleItem{
  background:#753cfb;
  padding: 2px;
  position: relative;
  font-size:22px;
}
.rotation .theTitle .titleItem img{
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -20px;
}
.rotation .theTitle .titleItem a{
  color:#fff;
  font-size:22px;
  padding:2px;
}
.column-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.column-title .columnName img{
  width: 160px;
}
.column-title .OpenMore img{
  width:50px;
}
.model-box .OpenMore img{
  width:50px;
}
.model-box .OpenMore{
  position:absolute;
  right:34px;
  top:10px;
  z-index:99;
}
.news .newList{
  border: 2px solid #6cfbe2;
  border-radius: 10px;
  padding: 10px 0;
  background:#ffffff;
}
.news .newList .item a{
  color:#695a8a;
  font-size:18px;
}
.news .newList .item span{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e6bd63;
  margin:0 5px;
}

.news .newList .item{
  background: linear-gradient(to right, #ffe7b2,#fbeccc,#f8f4eb);
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .newList .item:hover{
  background: linear-gradient(to right, #7feeff,#b5f5ff,#ecfcff);
}
.news .newList .item:hover span{
  background:#6f42fb;
}
.news .newList .item:hover a{
  color:#7260fd;
}
.news .newList .item:last-child{
  margin-bottom: 0px;
}
.timeToWinGoldAndHKTeamStyle{
  display: flex;
  justify-content: space-between;
}
.timeToWinGoldAndHKTeamStyle .timeToWinGoldContent{
  width:calc(57% - 10px);
  position:relative;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent{
  width: calc(43% - 10px);
  display: flex;
  flex-direction: column;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak{
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .leftContent{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .rightContent{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .rightContent>img{
  margin-bottom: 9px;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak>div{
  width: calc(50% - 3px);
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .leftContent .item:nth-child(1),
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .leftContent .item:nth-child(3),
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .rightContent .item:nth-child(2){
  background: linear-gradient(to bottom, #fd8165,transparent);
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .leftContent .item:nth-child(2){
  background: linear-gradient(to bottom, #65bbfd,transparent);
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .rightContent .item:nth-child(1){
  background: linear-gradient(to bottom, #3aeadd,transparent);
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .item:last-child{
  margin-bottom:0;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .item{
  position: relative;
  padding: 8px 6px 3px;
  margin-bottom: 10px;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .item .item_title{
  position: absolute;
  width: 100%;
  background: linear-gradient(to top, #1a1818,transparent);
  bottom: 0;
  left: 0;
  padding: 3px 7px;
}
.timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .item .item_title a{
  color: #fff;
  font-size: 15px;
  line-height:18px;
}
.timeToWinGoldAndHKTeamStyle .bottom{
  position: relative;
}
.timeToWinGoldAndHKTeamStyle .bottom .pagination{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}
.timeToWinGold-swiper-pagination{
  text-align:center;
  width:100%!important;
  bottom:-1px!important;
}
.timeToWinGold-swiper-pagination .swiper-pagination-bullet{
  width: 50px;
  height: 5px;
  margin: 0 3px!important;
  background: #fff;
  opacity:1;
  border-radius: 0;
}
.timeToWinGold-swiper-pagination .swiper-pagination-bullet-active{
  background:#fdf08a;
}
.timeToWinGoldAndHKTeamStyle .bottom .pagination span{
  width: 50px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
}
.timeToWinGoldAndHKTeamStyle .bottom .pagination span.timeToWinGoldActive{
  background:#fdf08a;
}
.timeToWinGoldContent .top{
  position: relative;
}
.timeToWinGoldContent .top img:nth-child(2){
  position: absolute;
  width: 125px;
  right: 30px;
  top: 0px;
  z-index: 9;
}
#timeToWinGold{
  overflow: hidden;
}
.timeToWinGold-swiper-button-next, .timeToWinGold-swiper-button-prev{
  color:#ffffff;
  opacity: 0.5;
  top:59%;
}
.timeToWinGold-swiper-button-next{
  right:16px;
}
.timeToWinGold-swiper-button-left{
  left:16px;
}
.timeToWinGold{
  background:#3aeadd;
  padding:10px 12px 12px 10px;
}

.atlas{
  position: relative;
  margin-bottom: 30px;
  margin-top:21px;
}
.atlas main{
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
}
#atlas{
  overflow: hidden;
}
#atlas .swiper-slide{
  margin-bottom:20px;
}
.atlas .prev,
.atlas .next{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.atlas .prev img,
.atlas .next img{
  cursor: pointer;
}    
.atlas .prev{
  left: -50px;
}
.atlas .next{
  right:-50px;
}
.atlas>img{
  width:100%;
}
.videos,
.pointSolution,
.competitiveEventsAndGatheringInHangZhou {
  margin-bottom:30px;
}
.videos .videoList .list{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-left: 135px;
  background: url(https://tkww-static.tkww.hk/special/hangzhou2022/img14.png)no-repeat;
  background-size:100%;
}
.videos .videoList .list .item{
  width:calc(33.33% - 5px);
  position: relative;
}
.videos .videoList .list .item:nth-child(4){
  display:none;
}
.videos .videoList .list .item .title{
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #141212, transparent);
  padding: 5px;
}
.videos .videoList .list .item .title a{
  color:#fff;
  flex:10;
  line-height:18px;
}
.videos .videoList .list .item .title>div{
  flex:1;
  margin: 0 5px;
}
.videos .videoList{
  position: relative;
}
.videos .videoList .interview{
  position: absolute;
  width: 200px;
  bottom: 0;
  left: -80px;
}
.competitiveEventsAndGatheringInHangZhou{
  position: relative;
}
.competitiveEventsAndGatheringInHangZhou>div:nth-child(1){
  display: flex;
  justify-content: center;
  align-items: center;
}
.competitiveEventsAndGatheringInHangZhou .competitiveEvents,
.competitiveEventsAndGatheringInHangZhou .gatheringInHangZhou{
  width:calc(35%);
  position: relative;
}
.competitiveEventsAndGatheringInHangZhou .competitiveEvents{
  margin-right: 50px;
}
.competitiveEventsAndGatheringInHangZhou .gatheringInHangZhou{
  margin-left: 50px;
}
.competitiveEvents .list img,
.gatheringInHangZhou .list img{
  position: absolute;
  width:120px;
  cursor: pointer;
}
.competitiveEvents .list img:nth-child(1){
  top: 20px;
  left: -25px;
}
.competitiveEvents .list img:nth-child(2){
  bottom: 0;
  left: 0;
}
.competitiveEvents .list img:nth-child(3){
  right: 2px;
  bottom: 14px;
  width: 97px;
}
.competitiveEvents .list img:nth-child(4){
  top: 14px;
  right: 0;
  width: 100px;
}
.gatheringInHangZhou .list img:nth-child(1){
  top: 7px;
  left: 0;
  width: 95px;
}
.gatheringInHangZhou .list img:nth-child(2){
  bottom: 0;
  left: 0;
  width: 95px;
}
.gatheringInHangZhou .list img:nth-child(3){
  width: 95px;
  top: 12px;
  right: 0;
}
.gatheringInHangZhou .list img:nth-child(4){
  width: 95px;
  bottom: 0;
  right: 0;
}
.Detail{
  width: 900px;
  height: 300px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  z-index: 9;
}
.Detail:nth-child(2){
  height:700px;
}
.Detail:nth-child(2) .Detail_list{
  display: block;
}
.Detail:nth-child(2) .Detail_list img {
  margin: 15px auto;
  height: auto;
  width: 50%;
}
.Detail .clolse{
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: -40px;
  width: 45px;
}
.Detail>div:nth-child(1){
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px dashed #ff9c79;
  border-radius: 18px;
}
.Detail .Detail_list{
  display: flex;
  overflow-x: auto;
}
.Detail .Detail_list .text{
  color: #7e7d7d;
  text-align: justify;
  margin:0 10px;
}
.Detail .Detail_list::-webkit-scrollbar {
  height:8px;
  width:10px;
}
.Detail .Detail_list::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius:7.5px;
}
.Detail .Detail_list::-webkit-scrollbar-track {
  background: #eaeaea;
}
.Detail .Detail_title{
  font-size:30px;
  color:#fa7954;
}
.Detail .Detail_list img{
  margin:0 10px;
  height:100%;
  width:auto;
}
body{
  position:relative;
  background: #cbf2fe!important;
}
.pointSolution .merryGoRound{
  background:url("https://tkww-static.tkww.hk/special/hangzhou2022/img30.png") no-repeat;
  background-size:100% 100%;
  padding:0 10px;
}
.pointSolution .merryGoRound span{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 10px;
  border-radius:50%;
  background:#2a9ef8;
}
.pointSolution .merryGoRound>div{
  height: 60px;
  line-height: 60px;
  background-color:transparent;
}
.pointSolution .merryGoRound>div a{
  color:#000;
  font-size:18px;
  line-height:40px;
}
.pointSolution .merryGoRound>div a:hover{
  color:#45e1fd;
}
.pointSolution .topLogo img{
  margin: auto;
  margin-bottom: -7px;
  position: relative;
  z-index: 9;
}
.Mask{
  display:none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0,0,0,.5);
  z-index: 99;
}
#siderBar{
  display: none;
  transition: all 0.5s;
  color: #fff493;
  position: fixed;
  z-index: 9999;
  height: 350px;
  top: 15%;
  right: 0;
  left: 0;
  transform: translate(690px, 0px);
  width: 111px;
  margin: 0 auto;
  background: url(https://tkww-static.tkww.hk/special/hangzhou2022/img33.png) no-repeat;
  background-size: contain;
}
#siderBar .mascot{
  position: absolute;
  bottom: 0;
  left: -63px;
}
#siderBar .itemList{
  position: absolute;
  width: 100%;
  left: 0;
  top: 22%;
}
#siderBar .itemList .item{
  position:relative;
  line-height: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  padding: 2px 0;
}
#siderBar .itemList .item.active{
  background: linear-gradient( to right, #b43cd4,#de54fc,#b43cd4);
  color: #fff;
  width: 95%;
  margin: auto;
}
#siderBar .itemList .item .activeIon{
  display: none;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  margin: auto;
}
#siderBar .itemList .item.active .activeIon{
  display:block;
}
#siderBar .goTop{
  position: absolute;
  width:100%;
  height:30px;
  cursor:pointer;
  bottom:-20px;
}
#siderBar .goTop img{
  width:80%;
  margin:auto;
}
.footer-tap {
  margin: 25px auto 25px;
  color: #fff !important;
  font-size: 13px;
}
.model-box{
  /*width:20.24%;*/
  width:344px;
  position:absolute;
  right:8.7%;
  top:5.5%;
  z-index:99;
  transform-origin:100% 0;
}
.model-top{
  position:relative;
  z-index:10;
}
.model-top-bac{
  width:80%;
  height:70%;
  background-image:linear-gradient(#fef1e1,#ffe2c0);
  position:absolute;
  left:7.5%;
  bottom:0;
  z-index:10;
}
.model-img{
  position:relative;
  z-index:20;
}
.model-bottom{
  width:80.6%;
  margin-left:7.3%;
  background:#fbf1e5;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  font-size:12px;
  padding:0 5px 5px;
}
.model-bottom-img{
  position:absolute;
  left: 0;
  width:100%;
  bottom: -7px;
  z-index:10;
}
.model-list{
  position:relative;
  background-color:#ffdaa6;
  padding-bottom:10px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  overflow:hidden;
}
.model-list-unit{
  position:relative;
  z-index:99;
  background:#ffffff;
  height:20px;
  display:flex;
  margin-top:11px;
}
.model-list-unit:first-of-type{
  margin-top:0;
  font-size:14px;
}
.model-list-unit-No,
.model-list-unit-nation,
.model-list-unit-gold,
.model-list-unit-silver,
.model-list-unit-bronze,
.model-list-unit-total{
  height:100%;
  line-height:20px;
  text-align:center;
}
.model-list-unit-No{
  width:19%;
  background-image:url(https://tkww-static.tkww.hk/special/hangzhou2022/NO4-bac.png);
  background-size:100% 100%;
  color:#ffffff;
  flex:none;
}
.model-list-unit-No-1{
  background-image:url(https://tkww-static.tkww.hk/special/hangzhou2022/NO1-bac.png);
}
.model-list-unit-No-2{
  background-image:url(https://tkww-static.tkww.hk/special/hangzhou2022/NO2-bac.png);
}
.model-list-unit-No-3{
  background-image:url(https://tkww-static.tkww.hk/special/hangzhou2022/NO3-bac.png);
}
.model-list-unit-nation{
  width: 35.8%;
  margin-left: -4.4%;
  flex: none;
  margin-right: -6.5%;
}
.model-list-unit-gold,
.model-list-unit-silver,
.model-list-unit-bronze,
.model-list-unit-total{
  flex:none;
}
.model-list-unit-gold{
  width:12%;
}
.model-list-unit-silver{
  width:10%;
}
.model-list-unit-bronze{
  width:11%;
}
.model-list-unit-total{
  width:18%;
}
.model-list-unit-gold,
.model-list-unit-total{
  /*margin-left:8%;*/
}
.model-list-unit-silver,
.model-list-unit-bronze{
  /*margin-left:3.5%;*/
}
.model-list-unit-gold{
  margin-left:5%;
}
@media(max-width:1650px){
  .model-box{
    transform:scale(0.95);
  }
}
@media(max-width:1620px){
  .model-box{
    transform:scale(0.85);
  }
}
@media(max-width:1550px){
  .model-box{
    transform:scale(0.85);
  }
}
@media(max-width:1420px){
  .model-box{
    transform:scale(0.8);
  }
}
@media(max-width:1340px){
  .model-box{
    transform:scale(0.75);
  }
}
@media(max-width:767px){
  .Detail:nth-child(2){
    height:500px;
  }
  .Detail:nth-child(2) .Detail_list img{
    width:100%;
  }
  .Detail .Detail_list .text{
    font-size:15px;
    margin: 0 5px;
  }
  .timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .staggeredPeak .rightContent>img{
    margin-bottom: 0px;
  }
  .timeToWinGoldContent .top img:nth-child(2){
    width:85px;
  }
  .rotation .theTitle .titleItem a{
    font-size:16px;
  }
  .competitiveEvents .list img:nth-child(1){
    top:13px;
    left:-15px;
  }
  .rotation .pagination{
    bottom:-13px;
  }
  .banner-img{
    display:none;
  }
  .m-banner{
    display:block;
  }
  .Headlines {
    margin-bottom: 15px;
  }
  .Headlines .HeadlinesFirst a {
    font-size:5vw;
  }
  .Headlines .Greaterthan1 a{
    font-size: 3.8vw;
    white-space: initial;
  }
  .Headlines .Greaterthan1>div{
    flex:1;
  }
  .Headlines .Greaterthan1>div:nth-child(2) a{
    padding-left:4vw;
  }
  .Headlines .Greaterthan1>div:nth-child(1) a{
    padding-right:4vw;
  }
  /*.Headlines .Greaterthan1>div:nth-child(1) a{
    padding-right:0;
    text-align:center;
    text-align-last:center;
  }
  .Headlines .Greaterthan1>div:nth-child(2){
    display:none;
  }*/
  /*.Headlines .Greaterthan1>div {
    width: calc(100%);
  }*/
  .RotationAndNews,
  .timeToWinGoldAndHKTeamStyle,
  .competitiveEventsAndGatheringInHangZhou>div:nth-child(1){
    flex-wrap: wrap;
  }
  .RotationAndNews .rotation,
  .RotationAndNews .news,
  .timeToWinGoldAndHKTeamStyle .timeToWinGoldContent,
  .timeToWinGoldAndHKTeamStyle .HKTeamStyleContent,
  .competitiveEventsAndGatheringInHangZhou .competitiveEvents,
  .competitiveEventsAndGatheringInHangZhou .gatheringInHangZhou{
    width:100%;
  }
  .RotationAndNews .rotation,
  .timeToWinGoldAndHKTeamStyle .timeToWinGoldContent,
  .RotationAndNews{
    margin-bottom: 30px;
  }
  .timeToWinGoldAndHKTeamStyle .HKTeamStyleContent{
    margin-bottom: 0;
  }
  .column-title .OpenMore img {
    width: 45px;
  }
  .model-box .OpenMore img{
    width:45px;
  }
  .column-title .columnName img{
    width: 135px;
  }
  .timeToWinGoldAndHKTeamStyle .HKTeamStyleContent .item .item_title a{
    font-size:14px;
  }
  #atlas .swiper-slide{
    margin-bottom: 0px;
  }
  #atlas {
    width: 70%;
    margin: 0 auto;
  }
  .atlas main{
    bottom: 10px;
  }
  .atlas .prev,
  .atlas .next{
    width: 25px;
  }
  .atlas .next{
    right: 35px
  }
  .atlas .prev{
    left: 35px;
  }
  .videos .videoList .list{
    flex-wrap:wrap;
    background:none;
    padding-left: 15px;
  }
  .videos .videoList {
    background: url(https://tkww-static.tkww.hk/special/hangzhou2022/img36.png)no-repeat;
    height: 275px;
    background-size: 100% 100%;
  }
  .videos .videoList .list .item{
    width:calc(50% - 5px);
    margin-bottom:10px;
  }
  .videos .videoList .list .item:nth-child(4) {
    display: block;
  }
  .videos .videoList .interview {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: -0;
  }
  .videos .videoList .list .item .title>div{
    flex:2;
  }
  .videos .videoList .list .item .title a{
    flex:11;
    font-size: 15px;
  }
  .pointSolution .merryGoRound>div{
    height:40px;
    line-height:40px;
  }
  .pointSolution .merryGoRound>div a{
    font-size:14px;
  }
  .pointSolution .merryGoRound span {
    width:6px;
    height:6px;
  }
  .competitiveEventsAndGatheringInHangZhou .competitiveEvents{
    margin-right:0;
    width:80%;
    margin-bottom: 30px;
  }
  .competitiveEventsAndGatheringInHangZhou .gatheringInHangZhou{
    margin-left:0;
    width:80%;
  }
  .competitiveEventsAndGatheringInHangZhou .competitiveEvents .list img,
  .competitiveEventsAndGatheringInHangZhou .gatheringInHangZhou .list img{
    width:75px;
  }
  .competitiveEvents .list img:nth-child(1),
  .competitiveEvents .list img:nth-child(2){
    width:95px;
  }
  .competitiveEvents .list img:nth-child(4) {
    top: 14px;
    right: 0;
    width: 76px;
  }
  .competitiveEvents .list img:nth-child(3) {
    right: 2px;
    bottom: 10px;
    width: 76px;
  }
  .Detail{
    width:95%;
  }
  .Detail .clolse {
    top: auto;
    right: 0;
    left: 0;
    bottom: -65px;
    width: 40px;
    margin: auto;
  }
  .Detail .Detail_title {
    font-size: 24px;
  }
  body #siderBar{
    display:none!important;
  }
  .model-box{
    transform:scale(1);
    position:static;
    width:100%;
    margin-top:24px;
  }
  .model-top-bac{
    background-image: linear-gradient(#ffffff,#ffe8ca);
  }
  .model-bottom{
    background: #ffffff;
  }
}