/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 13px;
  right: 45px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.am-modal-without-boder,
.am-modal-without-boder .am-modal-content{
  border-radius: 0;
  padding: 0;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation: zoomOut 0.5s;
  -webkit-animation:zoomOut 0.2s; /* Safari 和 Chrome */
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation: zoomIn 0.2s;
  -webkit-animation:zoomIn 0.3s; /* Safari 和 Chrome */
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation: fadeOut 0.3s;
  -webkit-animation:fadeOut 0.3s; /* Safari 和 Chrome */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation: fadeIn 0.5s;  
  -webkit-animation:fadeIn 0.5s; /* Safari 和 Chrome */
}

@keyframes slideDown {
  from {
    height: 0;
    top: 30%;
    opacity: 0;
  }

  to {
    height: 100%;
    top: 100%;
    opacity: 1;
  }
}

.slideDown {
  animation: slideDown 0.3s;
  -webkit-animation:slideDown 0.3s; /* Safari 和 Chrome */
}@font-face{font-family:"Roboto-Regular";src:url(../fonts/Ubuntu-Regular.eot);src:url(../fonts/Ubuntu-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/Ubuntu-Regular.woff2) format('woff2'),url(../fonts/Ubuntu-Regular.woff) format('woff'),url(../fonts/Ubuntu-Regular.ttf) format('truetype'),url(../fonts/Ubuntu-Regular.svg#glyphicons_halflingsregular) format('svg');font-display:swap;}@font-face{font-family:'Roboto-Light';src:url(../fonts/Ubuntu-Light.eot);src:url(../fonts/Ubuntu-Light.eot?#iefix) format('embedded-opentype'),url(../fonts/Ubuntu-Light.woff2) format('woff2'),url(../fonts/Ubuntu-Light.woff) format('woff'),url(../fonts/Ubuntu-Light.ttf) format('truetype'),url(../fonts/Ubuntu-Light.svg#glyphicons_halflingsregular) format('svg');font-display:swap;}@font-face{font-family:'Roboto-Medium';src:url(../fonts/Ubuntu-Medium.eot);src:url(../fonts/Ubuntu-Medium.eot?#iefix) format('embedded-opentype'),url(../fonts/Ubuntu-Medium.woff2) format('woff2'),url(../fonts/Ubuntu-Medium.woff) format('woff'),url(../fonts/Ubuntu-Medium.ttf) format('truetype'),url(../fonts/Ubuntu-Medium.svg#glyphicons_halflingsregular) format('svg');font-display:swap;}@font-face{font-family:'Roboto-Bold';src:url(../fonts/Ubuntu-Bold.ttf);font-display:swap;}#chat-widget-container{z-index:50 !important;}.pc_faq_content_box,.help-content{font-family:'Roboto-Regular'!important}body hr{margin:0px;border:0;border-top:1px solid #eee;}html{font-size:13.33333vw!important}html body{margin:0 auto;font-size:.24rem;line-height:1.3;background:#fff;color:#333;letter-spacing:.3pt;font-family:'Roboto-Regular',Helvetica,Arial,sans-serif}body label{font-weight:400}.banner-top{width:100vw;max-width:100rem}.width-100{width:100%}.input-error{border:solid 1px red!important}.error{color:red}button,input,optgroup,select,textarea{box-sizing:border-box}img{max-width:100%}h3{margin:.5rem 0;font-size:.32rem;font-weight:500}.am-drawer-content{right:auto!important}body p{margin:0}body a{color:#26abff}body a:visited{color:#26abff}textarea{outline:0}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon.glyphicon-refresh:before{content:"\e031"}.bt{height:.71rem;line-height:.68rem;border:1px solid #333;box-sizing:border-box;width:100%;font-size:.26rem;padding:0 .24rem;transition:all .15s linear;-ms-transition:all .15s linear;-moz-transition:all .15s linear;-webkit-transition:all .15s linear;-o-transition:all .15s linear}.bt.b333{background:#333;color:#fff}.bt.b29c5dc{background:#26abff;color:#fff;border:1px solid #26abff}.bt.b29c5dc:hover{background:#229ae5;border:1px solid #229ae5}.bt.b4A67A2{background:#4a67a2;color:#fff}.bt.b4A67A2.hover,.bt.b4A67A2:hover{background:#fff;color:#4a67a2}.bt.beee{background:#eee;color:#333;border:0}.bt.beee.hover,.bt.beee:hover{background:#31c1da;color:#fff}.bt.bfff{background:#fff;color:#333}.bt.bfff.hover,.bt.bfff:hover{background:#333;color:#fff}.bt.b334c83{background-color:#334c83;border:1px solid #334c83;color:#fff}.bt.b03bdd7{background-color:#03bdd7;border:1px solid #03bdd7;color:#fff}.bt.tran{display:inline-block;background-color:transparent;padding:0 40px;margin-bottom:10px;border:1px solid #ccc;color:#ccc;width:auto;height:auto}.bt.tran:hover{background-color:#ccc;color:#333;text-decoration:none}.ratingStar{background-image:url(../../static/images/icon/star--full.png);display:inline-block;margin:5px 2px 5px 0;width:14px;height:15px;background-size:100% 100%;vertical-align:middle}.ratingStar.void{background-image:url(../../static/images/icon/star--void.png)}.fl{float:left}.fr{float:right}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.con::after{clear:both;display:table;content:" "}.oh{overflow:hidden}.hide{display:none!important}.d_b{display:block}.d_ib{display:inline-block}.maxWH100{max-height:100%;max-width:100%}.iText{height:.71rem;line-height:.68rem;border:0;border-bottom:1px solid #ccc;box-sizing:border-box;width:100%;font-size:.26rem;padding:0 .24rem}.input-group{width:100%;position:relative;display:table;border-collapse:separate;vertical-align:bottom}.input-group>*{display:table-cell;vertical-align:middle;white-space:nowrap;box-sizing:border-box}body{position:relative}.text-center{text-align:center}.container{padding:0 15px}.modal-full-container{display:none;position:fixed;top:0;left:0;z-index:3;box-sizing:border-box;width:100%;height:100vh;transform:translateY(100vh);transition:transform .2s;background:#fff;overflow-y:scroll}.modal-full-container-in{display:block;transform:translateY(0)}.text-left{text-align:left}.text-right{text-align:right}.close-icon{font-size:.6rem}.maxImgs{max-width:100%;max-height:100%}button:disabled{background:#ccc}.slider-slide{background:#fff}iframe{max-width:100%}.lens-type-item-command{margin:.1rem 0;color:#2ec2f2}.write-review-title{margin:0;font-size:.32rem;font-weight:400}.swiper_iframe:after,.swiper_iframe:before{content:"";position:absolute;top:25%;left:0;width:35%;height:40%;z-index:2;cursor:all-scroll}.iRadio{display:inline-block;margin-right:.1rem;vertical-align:middle;color:#000}.iRadio .iRadioInput{display:none}.iRadio .iRadioInput:checked+.iRadioSpan:after{content:"";display:block;width:100%;height:100%;background:url(../images/d.png) no-repeat 0 0;background-size:cover}.iRadio .iRadioSpan{display:inline-block;height:.2rem;width:.2rem;border:1px solid #cbcbcb;padding:1px;background:#fff}.h5_get_code.h5_up_show{z-index:9 !important;}#quick-chat-iframe{z-index:99 !important;}#cmpbox.cmpBoxWelcomeOI{background-color:rgba(5,73,101,0.9) !important;border-radius:15px 15px 0px 0px !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxwelcomeprps{margin-bottom:0px !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxwelcomeprps{display:none !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxcontent .cmpboxtxtdiv .cmpboxtxt{font-family:Roboto-Light!important;font-size:13px !important;color:#fff !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxbtns .cmpboxbtnno,#cmpbox.cmpBoxWelcomeOI .cmpboxbtns .cmpboxbtnyes{background-color:#1482a7 !important;border-radius:15px !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxbtns .cmptxt_btn_settings{background-color:transparent !important;border-radius:15px !important;}#cmpbox.cmpBoxWelcomeOI .cmpboxcontent .cmpboxtxtdiv .cmpboxtxt a{color:#fff !important;font-family:Roboto-Regular !important;text-decoration:underline !important;}
