body,dl,dd,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0px;}
body{font:12px/1.5 microsoft yahei,tahoma,simsun,sans-serif;color:#adadad;background: #111111;}
body, html {-webkit-tap-highlight-color: transparent;-webkit-text-size-adjust: none;-webkit-user-select: none;user-select: none;}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border: none;padding: 0;margin:0}
em,i,b{font-style:normal}
ul,ol{list-style:none;margin:0;padding:0}
a{text-decoration:none}
a:hover{text-decoration:underline}
table{border-collapse:collapse;border-spacing:0}
.f14{font-size:14px}
.fl{float:left}
.fr{float:right}
.cb{clear: both}
.bc{margin-left: auto;margin-right: auto}
.pr{position:relative}
.pa{position:absolute}
.ovh{overflow:hidden}
.db{display:block}
.none{display:none}
.ht{display:block;overflow:hidden;text-indent:-999em}
.tc{text-align:center}
.tl{text-align: left;}
.tr{text-align: right;}
@font-face {
  font-family: "font1";
  src: url(fonts/RefrigeratorDeluxe.ttf);
}
/*topbar*/
.topbar{
  width: 100%;
  height: .95rem;
  padding-left: .9rem;
  box-sizing: border-box;
  background: rgba(25,25,25, 0.2);
  border-bottom: 1px solid #4d4d4d;
  position: fixed;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.topbar .logo{
  width: 2.91rem;
  height: .94rem;
  /*
  left: .95rem;
  top: 50%;
  */
  transform-origin: 0 0;
  transition: all .2s linear;
}
.topbar .logo img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.s_pc{
  height: 100vh;
  background: #000 url(../img/bg_pc.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.s_m{
  height: 100vh;
  background: #000 url(../img/bg_m.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.s_m .topbar{
  background: none;
  padding-left: .6rem;
  border-bottom: none;
}
/*container*/
.container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/bg_container.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.s_pc .container{
  width: 7.8rem;
  height: 5.5rem;
  padding: .7rem 0 0;
}
.s_m .container{
  width: 8.92rem;
  height: 6.2rem;
  padding: .8rem 0 0;
}
.content{
  width: 6.3rem;
  margin: 0 auto;
}
.s_m .content{
  width: 7.46rem;
}
.container .title{
  width: 100%;
  font-size: .6rem;
  color: #e3e3e3;
  font-family: 'font1';
  padding-bottom: .23rem;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: url(../img/bg_title.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.container .main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: .5rem .1rem 0;
}
.lang_ar .container .main{
  flex-direction: row-reverse;
}
.lang_ar .container .main .name{
  margin-left: 0.1rem;
  padding-right:0
}
.s_m .container .main{
  padding: .7rem .1rem 0;
}
.container .main .name{
  font-size: .4rem;
  font-family: 'font1';
  color: #dadbdc;
  // flex-grow: 1;
  text-align: right;
  padding-right: .2rem;
  box-sizing: border-box;
  line-height: .7rem;
  display: inline-block;
}
.s_m .container .main .name{
  line-height: .76rem;
}
.s_m .container .main .name{
  font-size: .42rem;
}
.container .main .input_box{
  // width: 4.8rem;
  box-sizing: border-box;
  display: flex;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  width: 1px;
}
/*// .s_m .container .main .input_box{*/
/*//   width: 6rem;*/
/*// }*/
.container .main .input_item{
  width: 100%;
  height: .68rem;
  border: 1px solid #75787d;
  background: rgba(255,255,255, 0.05);
  box-sizing: border-box;
  padding: 0 .2rem;
  display: flex;
  justify-items: center;
  align-items: center;
}
.s_m .container .main .input_item{
  height: .74rem;
}
.container .main .input_item input{
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  background: none;
  border: none;
  font-size: .26rem;
  outline: none;
  color: #9aa2a9;
}
.s_m .container .main .input_item input{
  font-size: .32rem;
}
.container .main .input_tips{
  width: 4.8rem;
  font-size: .26rem;
  color: #9aa2a9;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.2;
  padding-top: .1rem;
}
.container .main .input_tips p{
  display: none;
}
/*
.container .main .input_tips span{
  color: #ff6438;
}
*/
.container .main .input_tips_ani p{
  display: block;
  color: red;
  text-align: left;
  width: 100%;
  animation: shake .1s .1s 2 linear;
  -webkit-animation: shake .1s .1s 2 linear;
}
.lang_ar .container .main .input_tips{
  width: 100%;
}
.lang_ar .container .main .input_tips_ani p{
  text-align: right;
  font-size: 0.23rem;
}
.container .btns{
  width: 100%;
  height: .81rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: .7rem;
}
.s_m .container .btns{
  bottom: .9rem;
}
.container .btns a{
  width: 3.14rem;
  height: 100%;
  font-size: .4rem;
  color: #ebe9e7;
  font-family: 'font1';
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-bottom: .1rem;
}
.container .btns a:hover{
  text-decoration: none;
}


.s_pc .p_btns{
  display: flex;
}

/*pop*/
.pop_mask_mf{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 998;
  display: none;
}
.pop{
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
  transform: translate(-50%,-50%);
  transform-origin: 0 0;
}
.pop_container{
  transition: all .2s linear;
  width: 7.9rem;
  height: 5.13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%,-50%);
  background: url(../img/pop/bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.s_m .pop_container{
  width: 8.94rem;
  height: 5.8rem;
}
.s_m .pop_succ .pop_container{
  height: 5rem;
}
.pop_close{
  width: 0.55rem;
  height: 0.52rem;
  bottom: -.7rem;
  left: 50%;
  margin-left: -.42rem;
  background: url(../img/pop/btn_close.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.s_m .pop_close{
  width: 0.61rem;
  height: 0.58rem;
  bottom: -.72rem;
}
.pop_content{
  width: 6.8rem;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: .5rem 0;
}
.s_m .pop_content{
  width: 7.47rem;
}
.pop_content h3{
  width: 100%;
  font-size: .56rem;
  padding-bottom: .2rem;
  text-align: center;
  margin: 0 auto;
  background: url(../img/pop/bg_title.png) 0 100% no-repeat;
  background-size: 100% auto;
  font-family: 'font1';
  color: #525252;
  line-height: 1;
  word-wrap: break-word; 
}
.s_m .pop_content h3{
  font-size: .64rem;
}
.pop_main{
  width: 100%;
  height: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
}
.s_m .pop_main{
  height: 2.5rem;
}
.pop_main .txt{
  width: 100%;
  text-align: center;
  font-size: .3rem;
  line-height: 1.2;
}
.s_m .pop_main .txt{
  font-size: .4rem;
  word-wrap: break-word;
}
.pop_main .txt span{
  color: #d5794d;
}
.pop_btns{
  width: 100%;
  height: .67rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_m .pop_btns{
  height: 0.81rem;
}
.pop_btns a{
  width: 2.6rem;
  height: 100%;
  font-family: 'font1';
  font-size: .4rem;
  color: #ebe9e7;
  font-family: 'font1';
  box-sizing: border-box;
  padding-bottom: .08rem;
  background: url(../img/bg_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.pop_btns a:hover{
  text-decoration: none;
}
.s_m .pop_btns a{
  width: 3.14rem;
  padding-bottom: .1rem;
}

.pop_t_2 .pop_main{
  height: 1.7rem;
}
.s_m .pop_t_2 .pop_main{
  height: 2rem;
}



#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc{
  font-size: .3rem!important;
}
.s_pc #onetrust-banner-sdk #onetrust-policy-text, .s_pc  #onetrust-banner-sdk .ot-dpd-desc, .s_pc  #onetrust-banner-sdk .ot-b-addl-desc{
  font-size: .18rem!important;
}
#onetrust-banner-sdk #onetrust-policy{
  margin: .3rem 0 0.1rem 0.5rem!important;
}
.s_m #onetrust-banner-sdk #onetrust-policy{
  margin-left: 0rem!important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler{  
  margin-right: 1rem!important;
  min-width: 1.25rem!important;
  padding: 0.12rem 0.1rem!important;
  font-size: .3rem!important;
}
.s_m #onetrust-banner-sdk #onetrust-accept-btn-handler, .s_m #onetrust-banner-sdk #onetrust-reject-all-handler, .s_m #onetrust-banner-sdk #onetrust-pc-btn-handler{
  margin-right: 0rem!important;
}
.s_pc #onetrust-banner-sdk #onetrust-accept-btn-handler, .s_pc #onetrust-banner-sdk #onetrust-reject-all-handler, .s_pc #onetrust-banner-sdk #onetrust-pc-btn-handler{
  font-size: .18rem!important;
}
#onetrust-banner-sdk p, #onetrust-pc-sdk p, #ot-sdk-cookie-policy p{
  margin: 0 0 0 0;
}
#onetrust-banner-sdk button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy button{
  margin-bottom: .1rem!important;
  margin-top: .2rem!important;
}
#onetrust-banner-sdk #onetrust-button-group {
  display: flex!important;
  justify-content: flex-end!important;
  align-items: center!important;
}
.s_m #onetrust-consent-sdk #onetrust-banner-sdk{
  padding-bottom: .5rem;
}
.s_m #onetrust-banner-sdk .ot-sdk-container, .s_m #onetrust-pc-sdk .ot-sdk-container, .s_m #ot-sdk-cookie-policy .ot-sdk-container{
  padding: 0 .8rem!important;
}
.s_m #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{
  width: 100%!important;
}
.s_m #onetrust-banner-sdk #onetrust-button-group{
  margin-right: 0!important;
}
.s_m #onetrust-banner-sdk #onetrust-accept-btn-handler,.s_m  #onetrust-banner-sdk #onetrust-reject-all-handler, .s_m #onetrust-banner-sdk #onetrust-pc-btn-handler{
  margin-top: .3rem!important;
}



@media screen and (max-width: 1024px) {
  .f_logo{
    height: 1rem;
  }
  #onetrust-banner-sdk #onetrust-policy{
    margin-left:1rem!important;
  }
  
  #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler{
    margin-top: 0.5rem!important;
  }
}
@media screen and (max-width: 750px) {

}

@media screen and (max-width: 1200px) {  
  .s_pc .kv_video{
    display: none!important;
  }
}
@media screen and (max-width: 1024px) {
  .header{
    height: 85vw;
  }
  .mouse_tips{
    display: none;
  }
  .s_pc .options_list{
    width: 80%;
  }
  .options_list li {
    width: 50%;
  }
  .option_2 .input_address .input_item{
    width: 70%;
  }
  .section_introduce .main{
    flex-direction: column;
  }
  .section_introduce .main::before{
    display: none;
  }
  .section_introduce .left_box{
    width: 100%;
    padding-bottom: .2rem;
  }
  .section_introduce .right_box{
    width: 100%;
  }
  .section_device .main .device_m{
    display: block;
  }
  .section_device .main .device_pc{
    display: none;
  }
  .f_logo{
    height: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .options_list{
    width: 100%;
  }
}

@media screen and (orientation : landscape ){
  .s_m{
    width: 100vw;
    height: 100vh;
    background: #000 url(../img/bg_pc.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .container{
    transform: translate(-50%,-50%) scale(0.6);
  }
  .pop_container{
    transform: scale(0.6) translate(-50%,-50%);
    transform-origin: 0 0;
  }
  .topbar .logo {
    width: 1.5rem;
    height: .48rem;
  }
}


@-webkit-keyframes shake {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-1%);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(1%);}
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-1%);}
  20%, 40%, 60%, 80% {transform: translateX(1%);}
}