body { 
  
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

p {
  margin: 5px 0px;
}

.page-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-color: #fff;
  background-image: url(../images/noclogin/nocloginbg.svg);
  background-repeat: no-repeat;
  background-size: cover; */
  background: linear-gradient(180deg, #EAF2FF 0%, #F5F7FA 33.6%, #F5F7FA 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.noc-content {
  position: absolute;
  top: -32px;
  /*left: 50%;*/
}

.noc-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/noclogin/logo.svg);
    width: 172px;
    height: 24px;
  position: absolute;
  margin: 0px auto;
  top: 50px;
  left: 0;
  right: 0;
  display: none;
}

.noc-info {
  display: none;
}

.macc-logo {
  width: 300px;
  height: 90px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/login/logo-en-1.png);
}

.login-layout {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}

.login-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.login-wxcode {
  background-image: url(../images/noclogin/invalid-name.png?v=1.0);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -1px;
  top: -34px;
  cursor: pointer;
  display: none;
  background-size: contain;
}

/*.login-wxtips {*/
/*    background-image: url(../images/noclogin/wechattips.png);*/
/*    background-repeat: no-repeat;*/
/*    width: 98px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    right: 72px;*/
/*    top: 37px;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    background-size: contain;*/
/*}*/

.login-from {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.login-accountcode {
  background-image: url(../images/noclogin/acountLogin.png?v=1.0);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -1px;
  top: -34px;
  cursor: pointer;
}

/*.login-accounttips {*/
/*    background-image: url(../images/noclogin/accounttip.png);;*/
/*    background-repeat: no-repeat;*/
/*    width: 98px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    right: 72px;*/
/*    top: 37px;*/
/*    cursor: pointer;*/
/*    background-size: cover;*/
/*}*/

.inputItemInner {
  margin-bottom: 28px;
  position: relative;
}

.btn-login,
.inputItemInner input {
  width: 100%;
}

/*.inputItemInner .icon {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 11px;*/
/*    font-size: 18px;*/
/*    color: #d1d1d1;*/
/*    line-height: 40px;*/
/*}*/

.inputItemInner input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #011B4629 !important;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 6px;
}

/*输入框获取焦点样式*/
.inputItemInner input:focus {
  border: 1px solid #2b6afd;
  box-sizing: border-box;
  /* 解决input按钮自动填充后 浏览器渲染的默认背景问题 */
  box-shadow: inset 0 0 0 1000px #ffffff !important;
}

/*提示文字颜色字体*/
.inputItemInner input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dfdfdf;
}

.inputItemInner input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dfdfdf;
}

.inputItemInner input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dfdfdf;
}

.inputItemInner input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dfdfdf;
}

.inputItem.validator {
  padding-right: 120px;
  position: relative;
}

.inputItem.validator img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
}

.btn-login {
  height: 40px;
  background-color: #2b6afd;
  color: #fff;
}

.btn-login:hover {
  color: #fff;
}

.forget-pwd {
  /* line-height: 40px; */
  margin-top:12px;
  margin-bottom: 18px;
  display: inline-block;
  color:#878D99 !important
}

#J_Weixin_loginContent iframe {
  width: 100%;
}

.login-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.login-foot > a {
  margin-left: 32px;
}

.login-foot > a:hover {
  color: #2b6afd;
}

/* .login-foot > .a-border {
  border-left: #ddddde 1px solid;
  border-right: #ddddde 1px solid;
} */

.floot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  color: #a7a8a9;
  font-size: 12px;
  padding-top: 12px;
}

.is-mini-win {
  display: none;
}

.link-list {
  /* padding-top: 15px; */
}

.link-list a {
  color: #a7a8a9;
  margin: 0px 10px;
}

.back-accountlogin {
  position: absolute;
  right: 27px;
  top: 80px;
}

.tips-list > li {
  text-align: left;
  list-style-type: decimal;
  margin-left: 10px;
}

/**
@media (max-height: 600px) {
  
  .floot {
    display: none !important;
  }
}
**/

@media (max-width: 768px) {
  .noc-content {
    /*margin-left: -86px;*/
  }

  .floot {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .floot > .link-list {
    display: none !important;
  }

  .macc-logo {
    margin-left: -70px;
    margin-top: -20px;
  }

 

  .login-foot {
    border-bottom: none;
  }

  .is-mini-win {
    display: inline;
  }

  .errors-mssage {
    padding: 10px 10px 10px 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  

  .is-mini-win {
    display: inline;
  }

  .floot {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .floot > .link-list {
    display: none !important;
  }

  .errors-mssage {
    padding: 10px 10px 10px 40px !important;
  }
}

@media (max-width: 992px) {
  #container .carouselBox {
    display: none;
  }

  #container .noc-logo {
    display: block;
  }

  .fixedhead {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-noc-3 {
    width: 30%;
    left: 60%;
  }

  .login-wxcode {
    display: block;
  }

  .noc-content {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
  }

  .noc-info {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    margin-top: 36px;
    display: block;
  }

  /*.floot {*/
  /*    display: block;*/
  /*}*/
}

@media (min-width: 1200px) {
  .col-noc-3 {
    width: 30%;
    left: auto;
  }

  /*.noc-logo{width: 513px; height: 150px; background-image: url(../images/noclogin/logo@3x.png);}*/
}

@media (min-width: 1280px) {
  
}

@media (min-width: 992px) and (max-height: 600px) {
  
}

@media (min-width: 992px) and (max-width: 1280px) {
  #container .silder-main-img img {
    width: 100%;
    height: auto !important;
  }

  

  .login-wxcode {
    top: -20px !important;
  }

  .login-accountcode {
    top: -20px !important;
  }
  
  .carouselBox{
    margin-right: 50px;
  } 
}

/*娴忚鍣ㄦ牎楠�*/
#noticeMode {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#noticeMode .noticeContent {
  width: 340px;
  height: 545px;
  background: #fafafa;
  position: absolute;
  top: 50%;
  margin-top: -265px;
  left: 30%;
  padding: 20px;
  box-sizing: border-box;
}

#noticeMode .noticeContent i {
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 13px;
  font-style: normal;
  color: #ccc;
  cursor: pointer;
}

#noticeMode .noticeContent .notice-head {
  height: 116px;
  text-align: center;
  vertical-align: bottom;
  background: url("../images/notice.gif") no-repeat left center;
  position: relative;
}

#noticeMode .noticeContent .notice-head span {
  font-size: 18px;
  position: absolute;
  top: 68px;
  left: 87px;
  font-weight: 500;
}

#noticeMode .noticeContent .noticeText {
  /*margin-top: 10px;*/
  padding: 15px;
  color: #555658;
}

#noticeMode .noticeContent .noticeText h2 {
  font-size: 16px;
  padding-bottom: 10px;
}

#noticeMode .noticeContent .noticeText p.noticeFont {
  text-indent: 20px;
  line-height: 28px;
  color: #555658;
  word-break: break-all;
}

#noticeMode .noticeContent .noticeText p.time {
  text-align: center;
  color: #555658;
}

#noticeMode .noticeContent .noticeText a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #3c8ff5;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  border-radius: 4px;
}

#compatible {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
  z-index: 1000;
  top: 0;
  left: 0;
}

#compatible .compatible_box {
  width: 600px;
  height: 320px;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -150px;
  padding: 15px;
}

#compatible .compatible_box .warn-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  /*background: url(../images/warn.jpg);*/
  position: absolute;
  left: -22px;
  top: -27px;
}

#compatible .compatible_box .closeBtn {
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  top: 17px;
  right: 17px;
  color: #ccc;
  border-radius: 100px;
  cursor: pointer;
  font-style: normal;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#compatible .compatible_box .content {
  border-radius: 8px;
  background-color: white;
  width: 570px;
  height: 290px;
  margin: 0 auto;
  padding: 20px;
}

#compatible .compatible_box .content h3 {
  font-weight: 600;
  font-size: 37px;
  margin-top: 20px;
}

#compatible .compatible_box .content p {
  margin-top: 20px;
  font-size: 20px;
}

#compatible .compatible_box .content .browserList {
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
}

#compatible .compatible_box .content .browserList li {
  margin-bottom: 5px;
}

#compatible .compatible_box .content .browserList .icon-chrome {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/chrome.png") center center no-repeat;
  background-size: cover;
  vertical-align: middle;
}

#compatible .compatible_box .content .browserList .icon-firefox {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url("../images/firefox.png") center center no-repeat;
  background-size: cover;
}

#compatible .compatible_box .content .browserList .icon-360 {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url("../images/360.png") center center no-repeat;
  background-size: cover;
}

#compatible .continueUse {
  font-size: 15px;
  text-decoration: underline;
  text-align: right;
  color: #595959;
  cursor: pointer;
}

.notice {
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 68px;
  z-index: 9;
  line-height: 30px;
  padding: 12px 30px 12px 50px;
  font-size: 14px;

}

.notic-title {
  position: absolute;
  left: 10px;
  top: 18px;
  background: url("../images/noclogin/notice.png") center center no-repeat;
  width: 24px;
  height: 24px;
}

.close-btn {
  position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-align: center;
    /* color: #fff; */
    /* background-color: #2a6496; */
    line-height: 15px;
    border-radius: 15px;
    font-size: 22px;
}

.close-btn:hover {
  color: #3186ea;
}

/*澶撮儴*/
.fixedhead {
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  height: 68px;
  /*z-index: 10;*/

  font-size: 16px;
  position: fixed;
  z-index: 100;
}

.head-logo {
  background-image: url(../images/noclogin/logo.svg);
  width: 172px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fixedhead .head-logo {
  display: inline-block;
  margin-right:68px;
}

/*澶撮儴鑿滃崟*/
.fixedhead .menu {
  display: inline-block;
  margin-left: 17px;
  line-height: 68px;
}

.fixedhead .menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.fixedhead .menu li {
  float: left;
  padding: 0px 0px 2px 48px;
}
.fixedhead .menu li:first-child{
  padding:0px 0px 2px 0px
}

.fixedhead .menu li a.nave-menu {
  color: #363A42;
  display: block;
  border-bottom: 2px solid transparent;
  height: 66px;
  overflow: hidden;
  margin-bottom: -1px;
  font-weight: 500;
}

.fixedhead .menu li a.nave-menu:hover {
  text-decoration: none;
  color: #1B6DFA;
}

.ext-content:hover .auth-app-content {
  display: block;
}

.auth-app-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  background-color: #EAF2FF;
  padding: 20px 40px;
  display: none;
}

.noc-icon {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto;
}

.sms-auth {
  background-image: url(../images/noclogin/authsms.png);
}

.wx-auth {
  background-image: url(../images/noclogin/authwechat.png);
}

.ppsk-auth {
  background-image: url(../images/noclogin/authppsk.png);
}

.xlh-mini {
  background-image: url(../images/noclogin/cxxiaoluohao.png);
}

.ppsk-mini {
  background-image: url(../images/noclogin/cxppsk.png);
}

.auth-app-content a {
  color: #4e5a78;
}

.auth-app-content dt {
  font-weight: normal;
}

.cloud-devices-list {
  font-size: 14px;
  margin-top: 15px;
  line-height: 28px;
}

.cloud-devices-list a {
  font-size: 12px;
  display: inline-block;
  background-color: #f6f6f6;
  color: #4a4a4a;
  line-height: 20px;
  padding: 0px 15px;
}

.cloud-devices-list a:hover {
  color: #2a82e5;
}

.warp {
  display: flex;
  justify-content: flex-start;
  padding:0px 48px;
  align-items: center;
}


.main-win-content {
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 80%;
  align-items: center;
  max-width: 1360px;
  /*flex-wrap: wrap;*/
}

.errors-mssage {
  color: #bb0000;
  width: 100%;
  text-align: left;
  margin: 0 !important;
  background: url(../../../images/error.png?v=1.0) no-repeat 4px center;
  padding-left:40px !important;
  
}

.loginBox {
  width: 400px;
}

.loginBlock {
  display: flex;
  background-color: #fff;
  width: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding:24px;
  box-sizing: border-box;
  border-radius: 16px;
  height: 470px;
}
.btn{
  border-radius: 8px;
}

/*隐藏微软edge、id浏览器显示密码图标*/
input::-ms-reveal {
  display: none;
}

.preview-open {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #bfbfbf;
  background-image: url(../images/noclogin/preview-open.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain; */
  cursor: pointer;
}

.preview-down {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #bfbfbf;
  background-image: url(../images/noclogin/preview-down.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain; */
  cursor: pointer;
}

.carouselBox {
  padding-bottom: 20px;
  margin: 0;
  flex:1;
  margin-right:100px;
  position: relative;
  overflow: hidden;

}

.js-silder {
  position: relative;
  width: 100%;
  border-radius: 0;
  /*box-shadow: 0 0 20px 10px rgba(57, 126, 247, 0.5);*/
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
  bottom:0px !important;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.silder-main-img img {
  width: auto;
}

.js-silder-ctrl {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.silder-ctrl-con {
  border-radius: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
  background: #fff;
}

.silder-ctrl-con > span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-color: #e4e4e4;
  opacity: 0.5;
  width: 68px;
  height: 5px;
  display: none;
}

.silder-ctrl-con.active {
  background: #1B6DFA;
}
.swiper-bullet {
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 4px;
  cursor: pointer;
  background: #011B4612;
  margin:0 6px;
}
.swiper-bullet-active {
  background: #1B6DFA;
}
.toggle-btns{
  display: flex;
  background-color: #011B460A;
  padding:4px;
  border-radius: 8px;
  margin-bottom: 64px;
  height: 40px;
  align-items: center;
  position: relative;
}
.toggle-btns > div{
  flex:1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color:#363A42;
  font-size:14px;
  position: relative;
  z-index: 1;
}
.toggle-btns > div.active{
  font-weight: 500;
  color: #1A1E26;
}
.toggle-btns>span{
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 6px;
  width: 32%;
  top:4px;
  bottom: 4px;
  transition: 0.2s;
}
.form-signin{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.validator-fail{
  color:#FC5151;
  margin-top:4px;
  font-size: 12px;
  position: absolute;
}
.back-login{
  margin-top:20px;
}
.clear-btn{
  position: absolute;
  right:12px;
  top:12px;
  display: none;
  color:#bfbfbf;
  cursor: pointer;
}
body .rui-validator-input-fail, body .form-norm .rui-validator-input-fail{
  box-shadow: none;
}

.two-login-title{
  display: none;
  font-size: 16px;
  color: #363A42;
  text-align: center;
  border-bottom: none;
  margin-bottom: 24px;
}

.two-login-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.mt42{
  margin-bottom: 42px;
}
