
html,body{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin:0px;
  overflow: hidden;


  -webkit-text-size-adjust:none;
　　-ms-text-size-adjust:none;
　　-moz--text-size-adjust:none;
　　text-size-adjust:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
a{text-decoration:none}


@font-face {
  font-family: Gotham-Light;
  src: url(../JS/Gotham-Light.otf);
}

*{
  font-family: Gotham-Light;
}


#iframe {
    position: fixed;
    width: 100% !important;
    top: 0px;
    height: 100% !important;
    border: 0px;
    overflow: hidden;
}
#iframe2 {
  position: fixed;
  width: 100% !important;
  top: 0px;
  height: 100% !important;
  border: 0px;
  overflow: hidden;
}


 /**------------------------------------------------------------*/
#ALL{
  display: none;
  opacity: 0;
}
#bg_white{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  transition: 1s;
  opacity: 0;
  display: none;
}

#img_box{
  position:fixed;
  top:0px;
  left: 50%;
  transform: translate(-50%,0px);
  width:100%;
  max-width: 500px;
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}

.myImage{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}


#openbtn{
  display: none;
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%,0px);
  background: white;
  border-radius: 20px;
  padding-top: 15px;
  width: 150px;
  font-size: 15px;
  background: white;
  color: #2ec5bb;
  text-align: center;
  height: 35px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  opacity: 0.8;
  transition: opacity 1s;
}

#openbtn:hover{
  opacity: 1;
  cursor: pointer;
}

#share_box{
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
}

.share_button{
  display: inline-block;
  margin: 3px;
  fill:blue;
}

.share_button:hover{
  cursor: pointer;
}

#sample_box{
  display: none;
}

#sampleimg_box{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #e8f4f4;
  transition: 0.5s;

}

#sample_img{
  position: fixed;
  left: 50%;
  transform: translate(-50%,0px);
  width: 100%;
  max-width: 500px;
}

#samplebtn_box{
  position: fixed;
  padding-top: 15px;
  padding-left: 30px;
  left: 50%;
  transform: translate(-50%,0px);
  width: 125px;
  height: 35px;
  border-radius: 20px;
  bottom: 80px;
  background: white;
  display: none;
  opacity: 0.8;
  transition: 0.25s;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
#samplebtn_box:hover{
  cursor: pointer;
  opacity: 1;

}


#samplebtn_img{
  vertical-align: middle;
  display: inline-block;
  height:  20px;
}

#samplebtn_text{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #2ec5bb;
  height: 20px;
}


.share_img{
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: middle;
}


#slidebtn_BG{
  padding-top: 10px;
  position: fixed;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 170px;
  bottom: -180px;
  transition: 0.5s;
}

#slidebtn_box{
  position: fixed;
  width: 700px;
  left: calc(50% - 35px);
  transform: translate(30px,0px);
  transition: 0s;

}
#slidebtn_box:hover{
  cursor: pointer;
}


#slides_box{
  padding: 5px;
  width: 690px;
}
.slides{
  display: inline-block;
  margin: 3px;
  width: 1px;
  height: 10px;
  background: silver;
  vertical-align: middle;
}

.max{
  height: 20px;
  background: white;
}

#slidet_box{
  width: 685px;
  transform: translate(-5px,0px);
}


.slidetext{
  width: 25px;
  display: inline-block;
  color: white;
  font-size: 15px;
}
#slidet_0{
  color: #14a4ed;
}

#slidet_1{
  transform: translate(5px,0px);
}

#slidet_2{
  transform: translate(255px,0px);

}#slidet_3{
  float: right;
}
#sidetinfor{
  position: fixed;
  left: 50%;
  transform: translate(-50%,80px);
  color: #14a4ed;
  border-radius: 100%;
  border: 1px solid #14a4ed;
  width: 65px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  padding-top:20px;
}

#myRange{
  position: fixed;
  bottom: 10px;
  width: 50%;
}
/**------------------------------------------------------------*/
.side{
  position: fixed;
  top: 30%;
  width: 70px;
  font-size: 11px;
  text-align: center;
  color: white;
  transition: 0.25s;

}

.side:hover{
  cursor: pointer;
}
.side:active{
  cursor: default;
}

#sideL{
  left: 10px;
}

#sideR{
  right: 10px;
}
/**------------------------------------------------------------*/


/**------------------------------------------------------------*/
#uiBottom{
  position: fixed;
  left: 50%;
  transform: translate(-50%,0px);
  bottom: 40px;
  height: 120px;
  width: 90%;
  max-width: 400px;
}
/**------------------------------------------------------------*/
#uiscaleA{
  display: flex;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
  transition: 0.25s;
}

.btnA{
  margin-top: 8px;
  display: inline-block;
  width: 60px;
  font-size: 11px;
  text-align: center;
  color: white;
  transition: 0.25s;

}

.btnA:hover{
  cursor: pointer;
}
.btnA:active{
  cursor: default;
}

.btn_img{
  margin-bottom: 10px;
  width: 50px;
  transition: 0.25s;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

/**------------------------------------------------------------*/
#uiscaleB{
  display: none;
  width: 100%;
  opacity: 0;
  transition: 0.25s;
  display: flex;
  justify-content: space-between;
}

.btnB{
  margin-top: 18px;
  width: 60px;
  font-size: 11px;
  text-align: center;
  color: white;
  opacity: 0.65;
  transition: 0.25s;
}

.btnB:hover{
  cursor: pointer;
  opacity: 1;
}

.btnB:active{
  opacity: 0.65;
  cursor: default;
}
.btn_imgs{
  margin-bottom: 10px;
  width: 35px;
  transition: 0.25s;
}

#btnB_01{
  transform: translate(200%,0px);
}

#btnB_02{
  transform: translate(100%,0px);
}

#btnB_03{
  transform: translate(0%,0px);
}

#btnB_04{
  transform: translate(-100%,0px);
}

#btnB_05{
  transform: translate(-200%,0px);
}

#btnF_01{
  display: none;
  padding-top: 10px;
  float: left;
  bottom: 0px;
  width: 180px;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  transform: translate(40px,140px);
  border-top: 1px solid white;
  text-align: center;

}

#btnF_02{
  display: none;
  padding-top: 10px;
  float: left;
  bottom: 0px;
  width: 180px;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  transform: translate(85px,140px);
  border-top: 1px solid white;
  text-align: center;

}





/**------------------------------------------------------------*/
#uiscaleC{
  position: fixed;
  float: right;
  width: 75%;
  height: 90px;
  right: -100%;
  bottom: 50px;
  background: white;
  opacity: 1;
  border-radius: 100px 0px 0px 100px;
  transition: 0.25s;
}

#Ctittle{
  display: inline-block;
  margin-top: 20px;
  margin-left: 60px;
  font-size: 17px;
  font-weight: bold;
}

#point_img{
  position: fixed;
  display: inline-block;
  width: 20px;
  transform: translate(25px,35px);
}

/**----------calc(100% - 80px)--------------------------------------------------*/
#Ctext{
  display: none;
  width: calc(100% - 260px);
  height: 70px;
  color: rgba(0,0,0,0.4);
  overflow: auto;
  margin-top: 10px;
  margin-left: 40px;
}
#Cline{
  display: inline-block;
  float: right;
  margin-right: 25px;
  transform: translate(0,-5px);
  width: 2px;
  height: 85px;
  background:  rgba(0,0,0,0.1); ;
}

.btnC{
  float: right;
  transform: translate(0,-25px);
  margin-right:  25px;
  display: inline-block;
  width: 130px;
  font-size: 10px;
  text-align: center;
  color: rgba(0,0,0,0.4);
  opacity: 0.65;
  transition: 0.25s;
}

.btnC:hover{
  cursor: pointer;
  opacity: 1;
}

.btnC:active{
  opacity: 0.65;
  cursor: default;
}
.btn_imgx{
  width: 100px;
  transition: 0.25s;
}

/**------------------------------------------------------------*/

#uiscaleD{
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(250,250,250,1), rgba(180,195,210,1) 100%);
  transition: 0.25s;
}

/**------------------------------------------------------------*/
#D1{
  position: fixed;
  padding-bottom: 50px;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.pz{
  position: fixed;
  left: 50%;
  transform:translate(-50%,0px);
  width: 450px;
  height: 280px;
}

#pz01{
  top: 150px;
}
#Dline{
  height: 2px;
  width: 450px;
  background: rgba(0,0,0,0.1);
  top: 540px;

}
#pz02{
  top: 650px;
}
.Dcont{
   width: 200px;
   height: 150px;
   float: left;
   transform: translate(0,130px);
}

.Dtittle{
  font-size: 30px;
  font-weight: bold;
}
.Dbox{
   margin-top: 10px;
   width: 200px;

}
.Dtext{
  font-size: 15px;
  color: rgba(0,0,0,0.5);
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid grey;
   border-radius: 5px;
  display: inline-block;
}
.Dnumber{
  font-weight: bold;
  color: rgba(0,0,0,0.65);
  margin-left: 10px;
  display: inline-block;
}

.D_img{
  float: right;
  width: 230px;
}

/**-------calc(100% - 200px)-----------------------------------------------------*/

#D2{
  overflow: auto;
  height: 100%;
  width:100%;
  background: white;
}


#bg_box_white{
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
}

#bg_box{
  position: fixed;
  left: 50%;
  transform: translate(-50%,0px);
  width: 100%;
  height: 100%;
  max-width: 800px;
}

#bg_img_01{
  position: fixed;
  right: -20%;
  width: 450px;
  bottom: 2%;
}

#bg_img_02{
  position: fixed;
  left: -20%;
  width: 300px;
  top: 10%;
}

#bg_img_03{
  position: fixed;
  right: -20%;
  width: 300px;
  top: -20%;
}

#bg_img_04{
  position: fixed;
  left: 5%;
  width: 100px;
  bottom: 5%;
}

.Etext{
  position: fixed;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color:rgba(0,0,0,0.5);
}
#Etext1{
  display: none;
  position: fixed;
  text-align: left;
  left: 50%;
  transform: translate(-50%,0px);
  top: 50px;
  width: 90%;
  font-size: 12px;
  color:#8d8d8d;
}

#Etext2{
  display: none;
  position: fixed;
  text-align: left;
  bottom: 30px;
  width: 100%;
  padding-left: 20px;
  font-size: 12px;
  color: white;
  opacity: 0.8;
}

#Etext3{
  display: none;
  position: fixed;
  left: 20px;
  top: 50px;
  /*width: 100%; */
  font-size: 12px;
  color:white;
  opacity: 0.8;
  right: 80px;
}


/**------------------------------------------------------------*/


#float{
  width: 100%;
  height: 100%;
}

.F_img{
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 55%;
  border: 10px solid white;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
  transition: 0.5s;
}
.F_img:hover{
  cursor: pointer;
}
.F_img:active{
  cursor: default;
}

#F_img_01{
  left: 50%;
}

#F_img_02{
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translate(-120%,-50%);
}

#F_img_03{
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(100%,-50%);
}


.side_btn{
  position: fixed;
  top: 50%;
  transform: translate(0,-50%);
  padding: 10px;
  padding-top: 50px;
  width: 15px;
  height: 60px;
  background: rgba(0,0,0,0);
  transition: 0.25s;
}
.side_btn:hover{
  cursor: pointer;
}

#side_left{
  left: 0px;
}
#side_right{
  right: 0px;
}
.side_img{
  width: 15px;
}

/**------------------------------------------------------------*/
/*------------------------*/

::-webkit-scrollbar {
  width: 0px;
  height: auto;
}
::-webkit-scrollbar-track {
  background: grey;
}
::-webkit-scrollbar-thumb {
  background:  silver;
}
::-webkit-scrollbar-thumb:hover {
  background:  white;
}

/*--------------------------------*/

/*------------------------*/
 table, th, td {
    border-collapse: collapse;
    padding: 15px;

}
 table{
  margin: auto;
  overflow: auto;
  width:90%;
  max-width:500px;
  table-layout: fixed;
  margin-top: 100px;
  margin-bottom: 50px;

}

 th{
     text-align: left;
     font-weight: normal;
     width: 25%;
     color:rgb(50,50,50);
}
 td{
     text-align: center;
     color: black;
}

tr{
  border-bottom:1px solid silver;
}

#tableTitle{
  font-size: 15px;
  font-weight: bold;
}

#tablefont{
  font-size: 10px;
}

.TitleLine{
  width: 0px;
  padding: 0px;
  border-left:  1px solid silver;
}

#TitleLines{
  border-left:  0px solid silver;
}
#TitleLinex{
  background: black;
  width: 1px;
  height: 30px;
}



/*Loading..............................*/
#hot_cont{
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.hot_box{
      margin: auto;
      width: 85%;
      max-width: 500px;
      margin-top: 60px;
      margin-bottom: 20px;
    }
.hot_tittle{
  font-size: 20px;
}
.hot_text{
  margin-top: 5px;
  font-size: 10px;
}

.hotimages{
  position: absolute;
  top: 0px;
  width: 100%;
  transition: 0s;
  background-repeat: no-repeat;
}
#image_1{
  background-image: url("../Img/images/A1.jpg");

}
#image_2{
  background-image: url("../Img/images/A2.jpg");

}

#image_3{
  background-image: url("../Img/images/A3.jpg");
}


#image_0{

}

#image_0:hover{
  cursor: pointer;
}


#imageB_0:hover{
  cursor: pointer;
}





/**********************************************************************************************/

/**********************************************************************************************/
#UI_ALL{
}
.float_title{
  white-space: nowrap;
  position: fixed;
  font-size:40px;
  line-height:25px;
  text-align: center;
  color: white;
  top: 80px;
  left: 50%;
  transform: translate(-50%,0px)  scale(1);
}
.img_btns{
  display:block;
  width: 40px;
  margin: auto;
  margin-bottom: 5px;
  transition: 0.25s;
  transform: scale(1);
}

.img_btn{
  display:block;
  width: 45px;
  margin: auto;
  margin-bottom: 5px;
  transition: 0.25s;
  transform: scale(1);
}
.img_btn:hover{
  transform: scale(1.15);
}
.float_btn{
  color: white;
  width: 55px;
  font-size:12px;
  border-radius: 5px;
  text-align: center;
  padding:5px;
  opacity: 1;
}
.float_btn:hover{
  cursor: pointer;
  opacity: 1;
}

.float_btns{
  color: white;
  width: 50px;
  font-size:10px;
  border-radius: 5px;
  text-align: center;
  padding:5px;
  opacity: 1;
}
.float_btns:hover{
  cursor: pointer;
  opacity: 1;
}

#float_left{
  left: -120%;
  transform-origin: 0% 50%;
  transform: translate(0px,-50%) scale(1);
}
#float_right{
  right: -120%;
  transform-origin: 100% 50%;
  transform: translate(0px,-50%) scale(1);
}


.UI_box{
  position: fixed;
  top: 0px;
  left: 50%;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  max-width: 1000px;
  height: 100%;
  font-size: 13px;
  color: grey;
  /*background: linear-gradient(135deg, #222126, #101010 100%);*/
  transform: translate(-50%,0%);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.25s;
}
#UI_01{
  opacity: 0;
  transition: 0.25s;
}
#background_ramp{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #222126, #101010 100%);
}

.float_side{
  position: fixed;
  height: 40%;
  max-height: 500px;
  width: fit-content;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.25s;
}


/***********************/

.title_left{
  position: fixed;
  font-size:45px;
  line-height:35px;
  text-align: left;
  color: white;
  top: 50px;
  left: 30px;
  transform: translate(0%,0px) scale(1);
}
.title_left_in{
  font-size:30px;
  line-height:25px;
  text-align: left;
  color: white;
  white-space: nowrap;
  margin-top: 50px;
}
.title_left_max{
  font-size:95px;
  line-height: 110px;
  text-align: left;
  color: white;
  margin-top: 60px;
  transform: translate(-5px,0px);
}
.title_left_small{
  font-size:17px;
  text-align: left;
  color: white;
}
.title_left_text{
  line-height: 20px;
  margin: 30px;
  margin-left: 0px;
  font-size: 10px;
}


.close_btn{
  float: right;
  margin-top: 40px;
  width: 30px;
  opacity: 0.65;
}
.close_btn:hover{
  opacity: 1;
  cursor: pointer;
}

#UI_02_1{
  position: fixed;
  left: 20px;
  bottom: 100px;
  height: 25px;
  width: fit-content;
  font-size: 15px;
  color: white;
  text-align: center;
  opacity: 0.8;
  border-bottom: 1px solid grey;
}
#UI_02_1:hover{
  opacity: 1;
  cursor: pointer;

}


#UI_02_1_in{
  float: right;
  font-size: 10px;
  line-height: 25px;
  transform: translate(-2px,0px);
}

.U02_box{
  position: fixed;
  width: 260px;
  left: 30px;
  white-space: nowrap;
  transform: translate(0px,0px) scale(1);
  transform-origin: 100% 50%;
}
.U02_title{
  float: left;
  color: white;
  font-size: 20px;
}
.U02_text{
  position: fixed;
  color: rgb(150,150,150);
  font-size: 10px;
  transform: translate(0px,30px);
}
.U02_line{
  float: right;
  background: rgba(250,250,250,0.5);
  height: 2px;
  transform: translate(0px,15px);
}

#U02_line_1{
  width: 90px;
}
#U02_line_2{
  width: 110px;
}
#U02_line_3{
  width: 110px;
}
#U02_line_4{
  width: 110px;
}

.loadimg{
  width: 100%;
}
.img_x{
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  transition: 0s;
}

.video_box{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}
.play_box{
  height: 100%;
  transform: translate(-100%,0px);
}
.video_play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  transition: 0.25s;
  opacity: 0.8;
}
.video_play:hover{
  cursor: pointer;
  opacity: 1;
}
.video_mp4{
  border-radius: 10px;
  width: 100%;
  cursor: default;
}

.img_s_box{
  width: 100%;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;

}
.img_s{
  display: inline-block;
  width: 300px;
  border-radius: 10px;
  margin-right: 10px;
}
.img_S_text{
  display: inline-block;
  color: white;
  font-size: 20px;
  margin-right: 300px;
}
.slide_tiao{
  display: inline-block;
  height: 8px;
  width: 1px;
  background: silver;
}

#slide_hidden{
  position: fixed;
  display:inline-block;
  width: calc(90% - 55px);
  max-width: 935px;
  left: 50%;
  height:20px;
  transform: translate(calc(-50% - 7px),0px);
  background-image: url("../Img/Icon_sc/slide.png");
  background-size: 200% 25px;
}

#slide_move{
  position: fixed;
  display:inline-flex;
  width:150%;
  justify-content: space-between;
}
#slide_btn{
  position: fixed;
  height: 65px;
  width: 100%;
  transform: translate(0px,-10px);
}
#slide_x{
  position: fixed;
  font-size: 15px;
  left: 50%;
  width: 35px;
  transform: translate( -50%,4px);
  text-align: center;
}

#slide_s{
  height: 20px;
  width: 2px;
  background: white;
  margin: auto;
  margin-bottom: 5px;
  border-radius: 2px;
}
.m_btn_box{
  width: 100%;
  max-width: 270px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.m_btn_box_float{
  position: fixed;
  left: 50%;
  transform: translate(-50%,0px);
  width: 80%;
  max-width: 400px;
  bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.m_btn_box_color{
  font-size: 10px;
  position: fixed;
  left: 50%;
  transform: translate(-50%,0px);
  width: 100%;
  max-width: 250px;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.mbox{
  text-align: center;
  width: fit-content;
  font-size:10px;
  height: 17px;
  opacity: 0.8;
}
.mbox:hover{
  cursor: pointer;
  opacity: 1;
}

.mboxs{
  text-align: center;
  width: fit-content;
  font-size:10px;
  height: 17px;
  opacity: 0.8;
}
.mboxs:hover{
  cursor: pointer;
  opacity: 1;
}

.bg_img{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
  width: 80%;
  max-width: 500px;
  display: none;
}


.outline_border{
  width: fit-content;
  height: fit-content;
  border-radius: 10px;
  background: black;
  border: 2px solid  #505156 ;
}
.end{
  margin-bottom: 100px;
}

table,th,td
{
  border:1px solid #444444;
  color: grey;
  text-align: center;
  align-content: center;
  font-size: 10px;

}


@media screen and (max-width:850px){
/*
  #float_left{
    transform: translate(0%,-50%) scale(0.6);
  }
  #float_right{
    transform: translate(0%,-50%) scale(0.6);
  }
*/
/*
  .U02_box{
    width: 320px;
  }

  .U02_line{
    transform: translate(0px,12px);
  }

  #U02_line_1{
    width: 140px;
  }
  #U02_line_2{
    width: 160px;
  }
  #U02_line_3{
    width: 160px;
  }
  #U02_line_4{
    width: 160px;
  }
  .U02_text{
    transform: translate(0px,30px);
  }
*/

/*
  #close_btn{
    top: 30px;
    right: 30px;
    width: 20px;
  }*/
  /*
  .float_title{
    transform: translate(-50%,0px)  scale(0.6);
  }*/

  /*
  .title_left{
    transform: translate(-20%,0px)  scale(0.6);
  }*/


}


/***************************************/

.table_img{
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0px;
  left: 0px;
}
#table_box{
  position: fixed;
  top: 100px;
  left:50%;
  transform: translate(-50%,0px);
  width: 90%;
  max-width: 400px;
  height:90%;
  max-height: 650px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  line-height: 15px;
}
#UI_12{

}
.x120{
  height: 50px;
  margin-bottom: 5px;

}
.Hz120{
  height: 50px;
  margin-bottom: 5px;
  margin-top: 50px;
}
.w120{
  height: 50px;
  margin-bottom: 5px;
  margin-top: 50px;
}
/*************************/

#loadframeint{
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ecedee;
  transition: 0.5s;
}

#loadnumber{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-52%) rotate(-270deg);
  font-family: Gotham-Light;
  font-size:19vh;
  color: #2E2E2E;
  letter-spacing: 0;

}
#minitext{
  opacity: 0;
  transition: opacity 0.25s;
  position: fixed;
  z-index:1000;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-50%) scale(0.5);
  width: 60px;
  color: black;
  text-align: left;
  font-size: 10px;
  letter-spacing:2px;
}

.loadnumberimg{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 500px;
}

#loadnumbermask{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 500px;
  mix-blend-mode: lighten;
}

/*--------------------------------------------------------------------*/