.login-reg-pass {
  width: 75%;
  margin: 0 auto;
}

.loginBox {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.2rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.loginBox .left {
  width: 44.7%;
}

.loginBox .left img {
  display: block;
  width: 100%;
}

.loginBox .right {
  width: 55.3%;
  background: #fff;
}

.copyright {
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 0.18rem;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.logBox {
  padding: 1.1rem 1.5rem 0 1.5rem;
}

.logBit {
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-bottom: 13px;
}

.inputBox {
  width: 100%;
  margin-bottom: 0.3rem;
  overflow: hidden;
}

.inputBox input {
  width: 100%;
  border: 1px solid #dad9d9;
  outline: none;
  line-height: 0.66rem;
  font-size: 0.2rem;
  padding: 0 0.35rem;
  border-radius: 0.1rem;
  transition-duration: .5s;
}

.inputBox input:focus {
  border: 1px solid #84b2fd;
  box-shadow: 0 0 15px #dad9d9;
}

.logBtn {
  width: 100%;
  margin-bottom: 0.33rem;
}

    .logBtn .input {
        width: 100%;
        line-height: 0.66rem;
        text-align: center;
        border: none;
        cursor: pointer;
        font-size: 0.2rem;
        border-radius: 0.1rem;
        outline: none;
        color: #fff;
        background: #4389f7;
    }

.passwordBtn {
  width: 100%;
  display: inline-block;
  line-height: 0.66rem;
  border: 1px solid #4389f7;
  text-align: center;
  font-size: 0.2rem;
  border-radius: 0.1rem;
  color: #4389f7;
  margin-bottom: 0.3rem;
}

/* 注册 */
.regBox {
  padding: 0 1.5rem;
  margin-top: 0.2rem;
}

.regBox .inputBox input {
  line-height: 0.52rem;
}

.regBox .inputBox {
  margin-bottom: 0.15rem;
}

/* 忘记密码 */
.passBox .inputBox:nth-child(3) {
  display: flex;
  justify-content: space-between;
}

.passBox .inputBox:nth-child(3) input {
  max-width: 62%;
}

.passBox .send {
  width: 36%;
  cursor: pointer;
  line-height: 0.6rem !important;
  display: grid;
  font-size: 0.2rem;
  border-radius: 0.1rem;
  background: #4389f7;
  text-align: center;
  color: #fff;
}

.send:hover {
  background-color: #40a9ff;
}

.send.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}



.agreement-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;

}

.agreement-checkbox {
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 10px;
}

.agreement-text {
  font-size: 0.18rem;
  color: #333;
}

.agreement-link {
  color: #0066cc;
  text-decoration: none;
}

.agreement-link:hover {
  text-decoration: underline;
}

.goto-reg {
  display: inline-block;
  color: #4389f7;
  font-size: 0.18rem;
}

/* 个人中心 */
.perTop {
  width: 100%;
  height: 1rem;
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: 0 0.4rem 0 0.35rem;
  box-shadow: 0 0 15px #efefef;
}

.perlogo {
  line-height: 1rem;
  font-size: 0.36rem;
  color: #3b81f6;
  font-weight: bold;
}

.outlogin {
  line-height: 1rem;
  font-size: 0.2rem;
  color: #333333;
}

.outlogin span a {
  display: inline-block;
  color: #888888;
}

.perBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.perBox .left {
  width: 2.95rem;
  position: relative;
}

.perNav {
  width: 100%;
}

.perNav li {
  width: 100%;
  position: relative;
}

.perNav li a {
  width: 100%;
  display: flex;
  justify-content: left;
  line-height: 0.82rem;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 0.22rem;
  transition-duration: .5s;
  padding-left: 0.35rem;
}

.perNav li .ts {
  background: #0066cc;
  color: #fff;
  border-bottom: 1px solid #0066cc;
}

.perNav li a:hover {
  background: #0066cc;
  color: #fff;
  border-bottom: 1px solid #0066cc;
}

.perNav li a .iconfont {
  margin-right: 0.15rem;
  font-size: 0.3rem;
}

.perNav li a:after {
  width: 13px;
  height: 13px;
  line-height: 0.13rem;
  position: absolute;
  right: 0.45rem;
  top: 0.36rem;
  font-family: "iconfont";
  content: "\e611";
  font-size: 0.25rem;
}

.perNav li a:hover:after {
  color: #fff;
}

.perBox .right {
  width: calc(100% - 2.95rem);
  height: calc(100vh - 1rem);
  position: relative;
  padding: 0.2rem 0.25rem 0.4rem 0.25rem;
  background: #f4f5f8;
}


.perBox .rightBox {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px #efefef;
  background: #fff;
  overflow: auto;
}

.perBox .rightBox::-webkit-scrollbar {
  width: 3px;
  height: 16px;
  background-color: #F5F5F5;
}

.perBox .rightBox::-webkit-scrollbar-thumb {
  background: #122882;
  border-radius: 5px;
}

.perBox .rightBox::-webkit-scrollbar-track {
  background: #caccd7;
  border-radius: 5px;
}

.perBit {
  line-height: 0.9rem;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0.35rem;
  display: flex;
  justify-content: left;
  font-size: 0.24rem;
  color: #333333;
}

.perBit .iconfont {
  font-size: 0.3rem;
  color: #0066cc;
  margin-right: 0.15rem;
}

.perList {
  width: 100%;
  padding: 0.4rem 0.2rem 0 0.2rem;
}

.perList li {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 0.25rem;
}

.perList li p {
  width: 1.15rem;
  line-height: 0.5rem;
  text-align: left;
  font-size: 0.2rem;
}

.perList li input {
  width: 50%;
  outline: none;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  line-height: 0.52rem;
  padding: 0 0.25rem;
  font-size: 0.2rem;
  transition-duration: .5s;
}

.perList li input:focus {
  border: 1px solid #84b2fd;
  box-shadow: 0 0 15px #dad9d9;
}

.perBtn {
  margin-left: 20%;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  width: 2.15rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #0066cc;
  border-radius: 0.1rem;
  display: inline-block;
}

.perBtn:hover {
  color: #fff;
}

.downList {
  margin-top: 10px;
}

.downList ul {
  width: 100%;
}

.downList li {
  padding: 0.2rem 0.25rem;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.downList li a:hover .neir {
  color: #0066cc;
}

.downList li .time {
  line-height: 0.28rem;
  color: #999999;
  font-size: 0.18rem;
}

.downList li h1 {
  width: 100%;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.downList li h1 span {
  color: #3b81f6;
  font-size: 0.2rem;
  margin-right: 0.3rem;
}

.downList li .neir {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.proBoxList {
  width: 100%;
}

.proBox .downList li {
  padding-right: 1.95rem;
  border-bottom: none;
}

.proBox .downList li .dw {
  position: absolute;
  right: 0.15rem;
  top: 0.3rem;
}

.proBox .downList li .dw a {
  width: 1.2rem;
  height: 0.44rem;
  transition-duration: .5s;
  line-height: 0.44rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  background: #3b81f6;
  display: inline-block;
}

.proBox .downList li .dw a:hover {
  background: #0741a1;
}

/* ---- */
.jianT {
  width: 100%;
  text-align: center;
  margin: 0.35rem 0;
}

.jianT li {
  background: #a9a9a9;
  line-height: 0.34rem;
  height: 0.34rem;
  display: inline-block;
  min-width: 0.34rem;
  margin: 0 4px;
  padding: 0;
  border-radius: 5px;
}

.jianT li:nth-child(1) a,
.jianT li:last-child a {
  padding: 0 0.2rem;
}


.jianT li a {
  font-size: 0.18rem;
  color: #fff;
  display: block;
  transition-duration: .3s;
}

.jianT li a:hover {
  text-decoration: none;
  background: #3b81f6;
  color: #fff;
  border-radius: 5px;
}

.jianT li .on {
  background: #3b81f6;
  color: #fff;
  display: block;
}

/*  */
.proTop {
  width: 100%;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url(../images/banner.jpg)no-repeat;
  background-size: 100% 100%;
}

.proTop p {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

.proTop p span {
  font-size: 0.2rem;
  display: inline-block;
  width: 100%;
}

.loginLink {
  position: absolute;
  right: 0.35rem;
  top: 0.2rem;
  color: #fff;
}

.loginLink a {
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
  padding: 0 0.2rem;
}

.proBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.proBox .left {
  width: 3.1rem;
  position: relative;
  box-shadow: 0 0 18px #a7a7a7;
  z-index: 2;
}


.proBox .right {
  width: calc(100% - 3.1rem);
  height: calc(100vh - 2.9rem);
  position: relative;
  padding: 0.42rem 0.2rem 0.42rem 0.42rem;
  background: #fff;
}

.proBox .rightBox {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  padding-right: 15px;
}

.proBox .rightBox::-webkit-scrollbar {
  width: 3px;
  height: 16px;
  background-color: #F5F5F5;
}

.proBox .rightBox::-webkit-scrollbar-thumb {
  background: #122882;
  border-radius: 5px;
}

.perBox .rightBox::-webkit-scrollbar-track {
  background: #caccd7;
  border-radius: 5px;
}


.subNavBox {
  width: 100%;
}

.subNav {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  position: relative;
  color: #fff;
  justify-content: left;
  padding-left: 0.45rem;
  border-bottom: 1px solid #5793f7;
  line-height: 0.92rem;
  font-size: 0.24rem;
}

.subNav .iconfont {
  font-size: 0.3rem;
}

.subNav a {
  display: block;
  padding-left: 0.2rem;
  color: #fff;
}

.subNav a:hover {
  color: #fff;
  font-weight: bold;
}

.subNav:hover {
  color: #fff;
  font-weight: bold;
}

.subNav:hover .iconfont {
  font-weight: normal;
}

.subNav:after {
  width: 13px;
  height: 13px;
  line-height: 0.13rem;
  position: absolute;
  right: 0.45rem;
  transition-duration: .5s;
  top: 0.4rem;
  font-family: "iconfont";
  content: "\e611";
  font-size: 0.25rem;
}

.currentDd:after {
  color: #fff;
  transform: rotate(180deg);
  right: 0.4rem;
}

.currentDd {
  border-bottom: none !important;
}

.currentDd a {
  color: #fff;
  font-weight: bold;
}

.navContent {
  display: none;
}

.navContent li {
  position: relative;
  margin-bottom: 0.2rem;
}

.navContent li a {
  display: block;
  text-align: left;
  padding-left: 0.88rem;
  position: relative;
  font-size: 0.22rem;
  line-height: 0.6rem;
  color: #fff;
  transition-duration: .5s;
}

.navContent li a:hover {
  color: #fff;
  background: #5894f7;
  border-radius: 0.1rem;
}

.navContent li a.active {
  color: #fff;
  background: #5894f7;
  border-radius: 0.1rem;
}

.navContent li a:after {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid #fff;
  top: 0.26rem;
  position: absolute;
  content: "";
  left: 0.55rem;
}

.proTab {
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.3rem;
}

.proTab ul {
  width: 100%;
  display: flex;
  justify-content: left;
}

.proTab ul li {
  margin-right: 12px;
}

.proTab ul li a {
  border-radius: 0.1rem;
  display: inline-block;
  cursor: pointer;
  background: #e5e5e5;
  color: #333333;
  line-height: 0.53rem;
  padding: 0 0.11rem;
  min-width: 1.1rem;
  text-align: center;
}

.proTab ul li a.hover {
  background: #3b81f6;
  color: #fff;
}

.proTab ul li a:hover {
  background: #3b81f6;
  color: #fff;
}

/*  */
.proInter {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 0.4rem;
}

.proInter .pic {
  width: 140px;
  overflow: hidden;
}

.proInter .intro {
  width: calc(100% - 140px);
  padding-left: 0.33rem;
}

.proInter .intro h3 {
  line-height: 0.38rem;
}

.proInter .intro h3 span {
  display: inline-block;
  border-radius: 5px;
  margin-left: 0.35rem;
  background: #0066cc;
  line-height: 0.36rem;
  text-align: center;
  padding: 0 0.2rem;
  color: #fff;
  font-weight: normal;
  font-size: 0.2rem;
}

.proInter .intro .text {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.proBox .downList li:nth-child(2n) {
  background: #f7f7f7;
}

.prolistBit {
  width: 100%;
  font-size: 0.24rem;
  color: #0066cc;
  border-bottom: 1px solid #d1d1d1;
  line-height: 54px;
  font-weight: bold;
}

.prolistTab {
  width: 100%;
  margin-top: 10px;
}

.prolistTab ul {
  width: 100%;
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #d1d1d1;
}

.prolistTab ul li {
  margin-right: 0.5rem;
  padding: 0 0.11rem;
  line-height: 0.58rem;
  cursor: pointer;
  font-size: 0.18rem;
}

.prolistTab ul li.hover {
  border-bottom: 3px solid #0066cc;
}

.prolistTab ul li:hover {
  border-bottom: 3px solid #0066cc;
}


/* 产品导航 */

.navMenubox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.navMenu>li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  position: relative;
}

.navMenu>li>a {
  width: 100%;
  line-height: 0.8rem;
  font-size: 0.23rem;
  color: #1c233c;
  position: relative;
  transition: all .3s;
  display: block;
  background: #fff;
  transition-duration: .5s;
  border-bottom: 1px solid #dddddd;
  padding-left: 0.4rem;
  overflow: hidden;
}

.navMenu>li>a .iconfont {
  width: 0.34rem;
  display: inline-block;
  font-size: 0.3rem;
  text-align: center;
  margin-right: 0.15rem;
}

.navMenu>li:nth-child(1)>a .iconfont {
  font-size: 0.34rem;
  margin-right: 0.1rem;
}

/* .navMenu>li>a:after {
  width: 13px;
  height: 13px;
  line-height: 0.13rem;
  position: absolute;
  right: 0.45rem;
  transition-duration: .5s;
  top: 0.4rem;
  font-family: "iconfont";
  content: "\e611";
  font-size: 0.25rem;
} */

.navMenu>li:nth-child(1)>a .iconfont1 {
  font-size: 0.34rem;
  margin-right: 0.1rem;
}


.navMenu li a:before {
  position: absolute;
  right: 0.3rem;
  transition-duration: .5s;
  top: 0;
  font-family: "iconfont";
  content: "\e611";
  font-size: 0.34rem;
}



.navMenu>li>a.active,
.navMenu>li>a:hover {
  color: #FFF;
  background: #3b81f6;
}

.navMenu>li>a.active::before {
  transform: rotate(180deg);
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;

}

.navMenu>li>ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.twoMenu {
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  line-height: 0.78rem;
  padding-left: 0.88rem;
  color: #555;
  clear: both;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.twoMenu a:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid #383838;
  left: 0.5rem;
  top: 0.33rem;
}

.navMenu>li>ul.sub-menu li>a::before {
  display: none !important;
}

.twoMenu a::before {
  line-height: 13px !important;
  position: absolute;
  right: 0.3rem !important;
  transition-duration: .5s;
  top: 0.3rem !important;
  font-family: "iconfont";
  content: "\e611";
  font-size: 0.32rem !important;
}

.twoMenu a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.twoMenu .active {
  color: #3b81f6;
}

.twoMenu .active a {
  color: #3b81f6;
}

.twoMenu .active:after {
  background: #3b81f6;
  border: 2px solid #3b81f6;
}

.twoMenu .arrow {
  cursor: pointer
}




.navMenu>li>ul.sub-menu li .arrow {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  right: 0.25rem;
  top: 0.185rem;
  text-shadow: none;
}

.navMenu>li>ul.sub-menu li>a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.56rem;
  padding-left: 0.55rem;
  color: #555;
  clear: both;
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #e6e6e6;
}

.navMenu>li>ul.sub-menu li>.sub-menu li>a {
  padding-left: 1.12rem;
}

.twoMenu .active .arrow:after {
  color: #0066cc !important;
}


.navMenu>li>ul.sub-menu li>.sub-menu li:hover>a:after {
  width: 5px;
  height: 100%;
  background: #3b81f6;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.navMenu>li>ul.sub-menu li>a.active:after {
  width: 5px;
  height: 100%;
  background: #3b81f6;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
  color: #3b81f6;
  background: #ebf2fe;
  /* background: #12181b; */
}

/* 产品导航 */
@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {

  .inputBox input,
  .agreement-text,
  .goto-reg,
  .logBtn button,
  .passBox .send,
  .copyright,
  .passwordBtn,
  .perList li input,
  .outlogin {
    font-size: 16px;
  }

  .logBit {
    font-size: 20px;
  }

  .regBox {
    padding: 0 1rem;
    margin-top: 0.2rem;

  }

  .loginBox .left img {
    height: 100%;
  }

  .proTab ul li a {
    font-size: 18px;
  }

  .downList li .time {
    font-size: 16px;
  }

  .downList li h1 {
    font-size: 17px;
    line-height: 30px;
  }

  .downList li .neir {
    font-size: 16px;
    line-height: 30px;
  }

  .jianT li a {
    font-size: 16px;
  }

  .jianT li {
    line-height: 36px;
    height: 36px;
    min-width: 36px;
  }

  .proInter .intro .text {
    font-size: 16px;
    line-height: 26px;
  }

  .downList li h1 span {
    font-size: 16px;
  }

  .proTop p {
    font-size: 28px;
    line-height: 36px;
  }

  .proTop p span {
    font-size: 18px;
  }

  .proBox .left {
    width: 22%;
  }

  .proBox .right {
    width: calc(100% - 22%);
  }

  .perList li p {
    font-size: 16px;
  }

  .perBtn {
    width: 200px;
    line-height: 46px;
  }

  .navMenu>li>a {
    font-size: 20px;
  }

  .twoMenu {
    font-size: 18px;
  }

  .navMenu>li>ul.sub-menu li>a {
    font-size: 17px;
    line-height: 46px;
  }

}

@media only screen and (max-width: 1366px) {}