@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
}
li{
  list-style: none;
}


html,
body {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}
body{
  position: fixed;
}

.clear {
  clear: both;
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 678px;
  overflow: hidden;
}

.swiper-container .swiper-wrapper{
  width: 100%;
  height: 100% !important;
}

.swiper-container .swiper-slide {
  width: 100%;
  height: 100vh;
  min-height: 678px;
}

.swiper-container .firstPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container .firstPage video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
  transform: translateZ(-1px);
}

.swiper-container .firstPage video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}


.swiper-container .firstPage .logoImg {
  position: absolute;
  top: 60px;
  left: 80px;
  display: block;
}

.bgloginbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width:420px;
  min-height: 400px;
  border-radius: 12px;
  padding: 8px;
  background: rgba(255,255,255,0.2);

}

.swiper-container .firstPage .loginBox {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  width: 420px;
  height:100%;
  /*min-height: 400px;*/
  background: #fff;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
  /*border-radius: 12px;*/
  overflow: hidden;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}

.swiper-container .firstPage .loginBox .titleBox {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.swiper-container .firstPage .loginBox .titleBox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper-container .firstPage .loginBox .loginInfo {
  float: right;
  width: 320px;
  padding: 50px 50px 50px;
}

.swiper-container .firstPage .loginBox .loginInfo h4 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #1F2329;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.swiper-container .firstPage .loginBox .loginInfo .title1 {
  height: 40px;
  padding: 0 5px;
  margin-bottom: 16px;
}

.swiper-container .firstPage .loginBox .loginInfo .title1 span {
  float: left;
  display: block;
  height: 18px;
  line-height: 18px;
  width: 80px;
  font-size: 16px;
  text-align: center;
  color: #30333A;
  cursor: pointer;
  position: relative;
  font-weight: bolder;
}

.swiper-container .firstPage .loginBox .loginInfo .title1 span::after {
  content: '';
  width: 0px;
  height: 5px;
  background: #4A7BFD;
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: width .3s;
}

.swiper-container .firstPage .loginBox .loginInfo .title1 .selectTitle::after {
  width: 31px;
  transition: width .3s;
}

.swiper-container .firstPage .loginBox .loginInfo .title1 .middleSpan {
  margin: 0 35px;
}

.swiper-container .firstPage .loginBox .loginInfo .title2 {
  margin-bottom: 24px;
  padding: 0 5px;
  height: 18px;
}

.swiper-container .firstPage .loginBox .loginInfo .title2 span {
  float: left;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  width: 80px;
  font-size: 14px;
  text-align: center;
  color: #909AAA;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox input:-webkit-autofill,
.swiper-container .firstPage .loginBox .loginInfo .inputBox input:-webkit-autofill:hover,
.swiper-container .firstPage .loginBox .loginInfo .inputBox input:-webkit-autofill:focus,
.swiper-container .firstPage .loginBox .loginInfo .inputBox input:-webkit-autofill:active {
  transition-delay: 50000000s;
  transition: color 50000000s ease-out, background-color 50000000s ease-out;
  -webkit-transition-delay: 50000000s;
  -webkit-transition: color 50000000s ease-out, background-color 50000000s ease-out;
}

.swiper-container .firstPage .loginBox .loginInfo .title2 .selectTitle {
  color: #4A7BFD;
}

.swiper-container .firstPage .loginBox .loginInfo .title2 .middleSpan {
  margin: 0 35px;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox {
  height: 44px;
  border-radius: 8px;
  opacity: 1;
  background: #F7F9FF;
  border: solid 1px #F7F9FF;
  position: relative;
  margin-bottom: 16px;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox input {
  display: block;
  width: 236px;
  height: 44px;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  color: #1F2329;
  padding-left: 54px;
  padding-right: 30px;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox input::placeholder {
  color: #909AAA;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox .Icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 14px;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox .clearIcon {
  display: block;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  position: absolute;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox .clearIcon:hover {
  opacity: 0.8;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox .clearIcon:active {
  opacity: 1;
}

.swiper-container .firstPage .loginBox .loginInfo .inputBox:hover {
  background: #ECEFF9;
  border: solid 1px #F7F9FF;
}

.swiper-container .firstPage .loginBox .loginInfo .writeInput {
  background: #fff;
  border: solid 1px #3873FF;
}

.swiper-container .firstPage .loginBox .loginInfo .writeInput:hover {
  background: #fff;
  border: solid 1px #3873FF;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox {
  position: relative;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .border {
  float: left;
  width: 4px;
  height: 44px;
  background: linear-gradient(0deg, #04abf9 0%, #4351e4 100%);
  border-radius: 8px 0 0 8px;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox p {
  color: #1F2329;
  font-size: 14px;
  letter-spacing: 1px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  cursor: pointer;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .Icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 12px;
  left: auto;
  cursor: pointer;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog {
  width: 318px;
  height: 276px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #dce1e6ff;
  position: absolute;
  left: 0px;
  bottom: 44px;
  overflow: hidden;
  display: none;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .borderBox {
  width: 100%;
  height: 4px;
  background: #4A7BFD;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox {
  width: 280px;
  margin: 0 auto;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox .tipsAndClear {
  height: 42px;
  line-height: 42px;
  margin-bottom: 4px;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox .tipsAndClear span {
  font-size: 16px;
  float: left;
  color: #1F2329;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox .tipsAndClear img {
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 12px;
  cursor: pointer;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox .tipsAndClear img:hover {
  opacity: 0.7;
}

.swiper-container .firstPage .loginBox .loginInfo .checkBox .checkDialog .middleBox .tipsAndClear img:active {
  opacity: 1;
}

.swiper-container .firstPage .loginBox .loginInfo .checkSuccess {
  border: solid 1px #41C575;
  background: rgba(65, 197, 117, 0.1);
}

.swiper-container .firstPage .loginBox .loginInfo .checkSuccess .border {
  background: #41C575;
}

.swiper-container .firstPage .loginBox .loginInfo .checkSuccess p {
  color: #41C575;
}

.swiper-container .firstPage .loginBox .loginInfo .checkSuccess:hover {
  border: solid 1px #41C575;
  background: rgba(65, 197, 117, 0.1);
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox {
  height: 16px;
  margin-bottom: 16px;
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox label {
  float: left;
  width: 124px;
  cursor: pointer;
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox label input {
  margin-right: 8px;
  float: left;
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox label input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox label p {
  color: #909AAA;
  font-size: 14px;
  line-height: 16px;
  float: left;
}

.swiper-container .firstPage .loginBox .loginInfo .pactBox span {
  float: left;
  font-size: 14px;
  cursor: pointer;
  color: #4A7BFD;
  line-height: 16px;
}

.swiper-container .firstPage .loginBox .loginInfo .btnbox {
  width: 320px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: #4A7BFD;
  border-radius: 8px;
  letter-spacing: 6px;
}

.swiper-container .firstPage .loginBox .loginInfo .btnbox:hover {
  background: #5B92FF;
}

.swiper-container .firstPage .loginBox .loginInfo .btnbox:active {
  background: #2352D2;
}

.swiper-container .firstPage .loginBox .loginInfo .tipsBox {
  margin-top: 16px;
  height: 22px;
}
.swiper-container .firstPage .loginBox .loginInfo .tipsBox li span{
  float: left;
  font-size: 14px;
  color: #97a6be;
  line-height: 22px;
  width: 300px;
}
.swiper-container .firstPage .loginBox .loginInfo .tipsBox img {
  width: 16px;
  height: 22px;
  margin-right: 3px;
  float: left;
}

.swiper-container .firstPage .mouseBox {
  width: 100%;
  height: 82px;
  position: absolute;
  bottom: 0px;
  left: 4%;
  margin-left: -80px;
}

.swiper-container .firstPage .mouseBox p {
  height: 18px;
  opacity: 1;
  color: #ffffffff;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.swiper-container .firstPage .mouseBox img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  margin-top: 16px;
  opacity: 0.9;
  animation: floating-animation 3s linear infinite;
}

.swiper-container .secondPage {
  background: url("../images/secondBg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container .secondPage .systemBox {
  width: 87.5%;
  margin: 0 auto;
  background: #ffffffcc;
  backdrop-filter: blur(52px);
  position: absolute;
  top: 5.56%;
  bottom: 3.7%;
  left: 50%;
  margin-left: -43.75%;
}

.swiper-container .secondPage .systemBox .title {
  height: 140px;
  line-height: 140px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
  color: #1F2329;
  background: url("../images/systemTitle.png") no-repeat center;
  background-size: 224px 70px;
  font-weight: bolder;
  letter-spacing: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .swiper-container .secondPage .systemBox .title {
    font-size: 30px;
  }
}

.swiper-container .secondPage .systemBox .systemInfo {
  position: absolute;
  top: 140px;
  left: 0;
  padding: 0 100px;
  overflow: auto;
  bottom: 0;
  padding-bottom: 110px;
}

.swiper-container .secondPage .systemBox .systemInfo .infoTitle {
  height: 59px;
  margin-bottom: 20px;
}

.swiper-container .secondPage .systemBox .systemInfo .infoTitle .order {
  height: 59px;
  width: 42px;
  float: left;
  background: url("../images/round.png") no-repeat bottom right;
  background-size: 42px;
}

.swiper-container .secondPage .systemBox .systemInfo .infoTitle .order i {
  font-size: 38px;
  color: #4963f9;
  line-height: 59px;
}

.swiper-container .secondPage .systemBox .systemInfo .infoTitle span {
  float: left;
  margin-left: 10px;
  font-size: 22px;
  line-height: 59px;
  color: #161414;
  font-weight: bolder;
  letter-spacing: 2px;
}

.swiper-container .secondPage .systemBox .systemInfo::-webkit-scrollbar {
  width: 6px;
}

.swiper-container .secondPage .systemBox .systemInfo::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #D0D3D6;
}

.swiper-container .secondPage .footBg,
.swiper-container .secondPage .footImg {
  position: absolute;
  bottom: 3.7%;
  width: 91.67%;
  height: 17.87%;
  left: 50%;
  margin-left: -45.835%;
}

.Pop-upbox {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 16, 54, 0.4);
  z-index: 999;
}

.Pop-upbox .pactDialog {
  width: 75%;
  height: 83.33%;
  border: 1px solid #d8d8d8;
  background: white;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
  position: absolute;
  top: 8.335%;
  left: 50%;
  margin-left: -37.5%;
}

.Pop-upbox .pactDialog .closeIcon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

.Pop-upbox .pactDialog h3 {
  text-align: center;
  margin: 60px auto 40px;
  color: #161414;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}

.Pop-upbox .pactDialog .pactInfo {
  position: absolute;
  top: 124px;
  bottom: 10px;
  overflow: auto;
  right: 80px;
  left: 80px;
  word-wrap: break-word;
  word-break: break-all;
}

.Pop-upbox .pactDialog .pactInfo p {
  line-height: 24px;
  font-size: 14px;
  color: #161414;
  margin-bottom: 10px;
}

.Pop-upbox .pactDialog .pactInfo::-webkit-scrollbar {
  width: 6px;
}

.Pop-upbox .pactDialog .pactInfo::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #D0D3D6;
}

@keyframes floating-animation {
  0% {
    margin-top: 16px;
    opacity: 0.9;
  }
  25% {
    margin-top: 8px;
    opacity: 0.6;
  }
  50% {
    margin-top: 16px;
    opacity: 0.9;
  }
  75% {
    margin-top: 24px;
    opacity: 0.6;
  }
  100% {
    margin-top: 16px;
    opacity: 0.9;
  }
}

#content{
  user-select: none;
  position: relative;
  padding-bottom: 0;
  width:280px;
  height: 164px;
  border: solid 1px #d8d8d8ff;
}
#block{
  position: absolute;
  left: 0px;
}

#slider{
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 2px;
}

#slider .solidBg{
  top: 10px;
  left: 0px;
  height: 10px;
  width: 100%;
  border-radius: 8px;
  background: rgba(222,227,235,0.8);
  position: absolute;
  z-index: 0;
}
#slider .solidBg #trackBox{
  height: 10px;
  width: 0px;
  border-radius: 8px;
  background: #4a7bfd4d;
}

#slider-block{
  position: relative;
  width: 50px;
  height: 30px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 15px;
  cursor: move;
}

.checkfail{
  height: 34px;
  width: 100%;
  background-color: #F53F3F;
  color: #FFFFFF;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  position: absolute;
  bottom:0px;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.bgImgBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bgImgBox img{
  display: block;
  position: relative;
}

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
}

#supersized {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  width: 100%;
  height: 100%;
}

#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}

#supersized img {
  height: 100%;
  background-color: #000;
  display: block;
  opacity: 0.9
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
  #supersized {
    -webkit-filter: blur(10px);
    filter: alpha(opacity=50);
  }
}

.picshow_logo_bk_last img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* 应用动画 */
#content .hidecheckfail {
  opacity: 0;
}

/* 应用动画 */
.showcheckres {
  opacity: 1;
  display: block;
}

/*浏览器弹框提醒样式*/
.modal {
  box-sizing: border-box;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
}
#Notice_modal{
  display: none;
}

.Notice_content {
  box-sizing: border-box;
  width: 684px;
  height: 783px;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom:0;
  margin: auto;
  background-image: url(/system/login/images/tip_bg.png);
  background-repeat: no-repeat;
  padding: 60px 90px ;
}
.close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
}
.close::after{
  display: inline-block;
  content: '×';
  font-size: 22px;
}

.title{
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #3B4253;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
.content{
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: 0em;
}
.content ul{
  padding:0;
}
.content li{
  min-height: 52px;
  border-bottom: 1px dashed #ADB7D1;

}
.footer{
  text-align: center;
}
.footer ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #161414;
}
.footer ul:last-child{
  margin-right: 0;
}
.footer ul li{
  margin-top: 10px;
}