.bodyBox{
  width: 100%;
  padding-bottom: 0.38rem;
  background-image: linear-gradient(to bottom,#efc974,#fff7e1);
}
.bannerImg{
  display: none;
  width: 100%;
}
.indexMarginB{
  margin-bottom: 0.15rem;
}
.indexBanner{
  display: flex;
  justify-content: space-between;
}
.indexLeft{
  width: 3rem;
  display: none;
}
.indexRight{
  width: 8.8rem;
}
.loginBox{
  width: 100%;
}
.titleBox{
  position: relative;
  width: 100%;
  height: 0.41rem;
  background-color: #dcecff;
  border-radius: 0.06rem 0.06rem 0 0;
}
.titleText{
  position: absolute;
  top:-0.15rem;
  left: 0.16rem;
  width: 1.4rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-image: url(../img/titleBg.png);
  background-size: 1.4rem 0.54rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
  padding-left: 0.3rem;
}
.loginDetail{
  width: 100%;
  padding: 0.15rem;
  background-color: #fff;
  border-radius: 0 0 0.06rem 0.06rem;
}
.inputBox{
  width: 100%;
  position: relative;
  margin-bottom: 0.07rem;
}
.loginIcon{
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translateY(-50%);
  width: 0.22rem;
}
.passwordIcon{
  width: 0.17rem;
}
.codeIcon{
  width: 0.19rem;
}
input::placeholder{
  font-size: 0.14rem;
  color: #a6a6a6;
}
.layui-input{
  padding-left: 0.47rem!important;
}
.codeBox{
  display: flex;
  align-items: center;
  width: 100%;
}
.codeInput{
  width: 1.8rem;
}
.codeImg{
  flex:1;
}
.checkBox{
  margin-top: 0.05rem;
}
.layui-form-checked[lay-skin=primary] i{
  border-color:#64a7f3!important;
  background-color:#64a7f3!important;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color:#64a7f3!important;
}
.submitBtn{
  width: 100%;
  background-image: linear-gradient(to bottom,#85c0f6,#2d7eed);
  border: 0!important;
  font-weight: 700;
  font-size: 0.18rem!important;
  border-radius: 0.06rem!important;
  margin:0.1rem 0;
}
.otherLogin{
  display: flex;
  justify-content: space-between;
  padding:0 0.2rem;
}
.otherLogin>li>a{
  font-size: 0.14rem;
  color: #4b9fed;
}
.otherLogin>li>a:hover{
  color: #4b9fed;
}
.adImg{
  display: block;
  width: 100%;
}
.ewmBox{
  display: flex;
}
.ewmImg{
  width: 1.5rem;
  height: 1.5rem;
}
.ewmTextBox{
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.1rem;
}
.ewmTextBox>div{
  font-size: 0.14rem;
}
.ewmMargin{
  margin-bottom: 0.2rem;
}
.rightBody{
  width: 100%;
  height: 4.17rem;
  overflow-y: auto;
  border-radius: 0 0 0.06rem 0.06rem;
  background-color: #fff;
  padding:0.3rem 0.36rem 0.4rem 0.28rem;
}
.rightBodyTop{
  line-height: 0.35rem;
}
.rightTopM{
  margin-bottom: 0.3rem;
}
.noticeTitle{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.17rem;
}
.noticeMore{
  display: inline-block;
  height: 0.2rem;
  line-height: 0.2rem;
  border-radius: 0.1rem;
  padding:0 0.05rem;
  border: 0.01rem solid #9ebbdc;
  color:#9ebbdc;
  font-size: 0.12rem;
}
.noticeMore:hover{
  color:#64a7f3;
}
.rightBList{
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.rightListItem{
  display:flex;
  justify-content: space-between;
  line-height: 0.65rem;
  border-bottom: 0.01rem dashed #e2e2e2;
  padding:0 0.05rem;
}
.rightBList>li:last-child>.rightListItem{
  border-bottom: 0;
}
.itemText{
  display: flex;
  align-items: center;
  width: 6.7rem;
}
.circle{
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: #3786ee;
  margin-right: 0.1rem;
}
@media screen and (min-width:1230px){
  .pcBlock{
    display: block;
  }
  .displayN{
    display: none;
  }
}