<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding:0;
    margin:0;
    box-sizing:border-box;
  }
  html, body {
    min-height: 100%;
    }
    
    body {
      font-family: 'æ€æºé»‘ä½“ CN Regular';
      font-size:20px;
    color:#333;
    }
    h1, h2, h3, h4, h5, h6{font-weight:normal;}
    ul,ol {
    list-style: none;
    }
    
    img {
    border: none;
    }
    
    a {
    text-decoration: none;
    color: #232323;
    }
    
    table {
    border-collapse: collapse;
    table-layout: fixed;
    }
    
    input, textarea {
    outline: none;
    border: none;
    }
    
    textarea {
    resize: none;
    overflow: auto;
    }
    
    .clearfix {
    zoom: 1;
    }
    
    .clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
    }
    
    .fl {
    float: left
    }
    
    .fr {
    float: right
    }
    
    .tl {
    text-align: left;
    }
    
    .tc {
    text-align: center
    }
    
    .tr {
    text-align: right;
    }
    
    .ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    }
  .outterOne{
    z-index: 999;
  }
  .toBottom{
    z-index: 10;
      padding-left: 32%;
      position: fixed;
      bottom: 0;
      width: 100%;
      height:64px;
      background-image: linear-gradient(-90deg, 
		#ffbd4b 0%, 
		#ff9036 100%);
    opacity: 0.9;
    line-height: 64px;
    transition: height .40s ease;
  }
  .theLeft{
    z-index: 999;
    position: fixed;
    bottom: 17px;
    left: 25%;
    width: 112px;
   height: 113px;
   transition:bottom .40s ease;
  }
  .theRight{
    display: inline-block;
    z-index: 999;
    position: fixed;
    left: 76%;
    width: 40px;
    height: 40px;
    bottom: 15px;
    background: url("../img/floatBox/icon_zhankai.png") no-repeat 0px -1px;
    background-size: 29px 29px;
    animation: pulse 1s linear 0.3s infinite both;
    cursor: pointer;
  }
  @keyframes pulse {
    0%, 100% {
      background-position: 0 7px;
      opacity: 1;
  }
  50% {
    background-position: 0 -1px;
      opacity: 1;
  }
  }
  .theTop{
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 258px;
    left: 76%;
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
  .loginInfo{
    display: inline-block;
    width:360px;
    height:40px;
    font-size: 18px;
    border-radius: 6px;
    padding:18px 0 17px 20px;
    vertical-align: bottom;
    margin-bottom: 12px;
  }
  .loginInfo::-webkit-input-placeholder {
    font-size: 18px;
    color:#999999;
  }
  .theCenter{
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 95px;
    left: 59%;
    width: 210px;
    height: 161px;
  }
  .loginForm{
    padding:5px;
    z-index: 999;
    display: none;
    position: fixed;
    bottom:66px;
    left: 35%;
    width: 370px;
    height: 156px;
  }
  .formButton{
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    width: 360px;
    height:40px;
    text-align: center;
    color: #ffffff;
    border-radius:6px;
    line-height: 40px;
   background:#ff7708
  }
  .floatText{
    z-index: 999;
    font-family: 'æ€æºé»‘ä½“ CN Regular';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.strokeWord{
  transition:bottom .40s ease;
   z-index: 999;
    text-align: center;
    position: fixed;
    bottom: 60px;
    left:32%;
    color: #ff6000;
    font-size: 0;
}
.stroke{
  width: 247px;
  height:37px;
  /* font-family: 'æ€æºé»‘ä½“ CN Regular'; */
	font-size: 30px;
	/* font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    -webkit-text-fill-color: #ff6000;
    text-shadow: 4px 4px 4px #ffffff;
    -webkit-text-stroke: 1px rgba(255,255,255,0.9); */
}
.modal_center {
     z-index: 999;
     overflow:hidden;
     margin-top: 221px;
     background: hsla(0, 100%, 100%, 1);
     border-radius:7px;
     height:100%;
       }
  .modal_center_content {
     width: 100%;
     height: 100%;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     flex-direction: column;
     justify-content: space-around;
 }
@media screen  and (max-width: 1920px) {
  .theLeft{
    width: 98px;
    height: 98px;
  }
  .theTop{
    width: 25px;
    height: 25px;
  }
  .theCenter{
    width: 183px;
    height: 140px;
  }
  .floatText{
    font-size: 26px;
  }
  .stroke{
  font-size: 26px;
  }
}
@media screen  and (max-width: 1680px) {
  #cameraDivId{
    left:25% !important;
  }
  .theTop{
    width: 21px;
    height: 21px;
  }
  .theCenter{
    left:61%;
    width: 156px;
    height: 120px;
  }
  .floatText{
    font-size: 22px;
  }
  .stroke{
  font-size: 22px;
  }
  .theRight{
    background-size: 21px 21px;
  }

}
@media screen  and (max-width: 1440px) {
  .theCenter{
    left:63%;
    width: 147px;
    height: 113px;
  }
  .stroke {
    width: 212px;
    height: 30px;
}
}
@media screen  and (max-width: 1366px) {
  .toBottom{
    padding-left:28%;
  }
  .strokeWord{
    left:28%;
  }
  .theTop{
    width: 20px;
    height: 20px;
  }
  .theCenter{
    left:64%;
    width: 137px;
    height: 105px;
  }
  .theLeft{
    left: 22%;
  }
  .floatText{
    font-size: 22px;
  }
  .stroke{
  font-size: 18px;
  }
  .loginForm{
    left:31%;
  }
  .theRight{
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .floatText {
    font-size: 21px;
}
  .theLeft{
    width: 94px;
    height: 96px;
    left: 22%;
  }
  .theCenter{
    width: 137px;
    height: 105px;
  }

  .stroke{
  font-size: 18px;
  }
.theTop{
  left:77%;
}
.theRight{
  left:77%;
  bottom: 12px;
}
  .loginInfo,.formButton{
    width: 320px;
}
}

@media screen and (max-width: 1024px) {
  .floatText {
    font-size: 18px;
}
.theLeft {
  margin-bottom: 16px;
  width: 70px;
  height: 72px;
}
.stroke {
  width: 180px;
  height: 25px;
}
.loginInfo, .formButton {
  width: 280px;
  font-size: 14px;
}
.loginInfo::-webkit-input-placeholder {
  font-size: 14px;
}

}
@media screen and (max-width: 960px) {
  .theLeft{
    width: 55px;
    height: 55px;
  }
  .theTop{
    width: 12px;
    height: 12px;
  }
  .theCenter{
    width: 102px;
    height: 78px;
  }
  .floatText{
    font-size: 16px;
  }
  .stroke{
  font-size: 13px;
  }

}

</pre></body></html>