/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*这个注释能生效*/
.lt {
  float: left;
}
.rt {
  float: right;
}
body {
  padding: 0 0.28rem;
  background-color: #fff !important;
}
.blackimg {
  display: block;
  width: 0.19rem;
  height: 0.33rem;
  margin: 0.6rem 0 0.8rem;
}
.blackimg img {
  display: block;
  width: 100%;
}
.loginlogo {
  /* display: block;
  width: 2rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  margin: 0 auto; */
  display: block;
  width: 2rem;
  margin: 2rem auto 0;
}
.content {
  padding: 0 0.24rem;
}
.title {
  font-size: 0.5rem;
  color: #333;
  margin-bottom: 1.1rem;
}
.coninp {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
  height: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.coninp input {
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  font-size: 0.26rem;
  text-indent: 0.1rem;
  color: #333;
  margin-left: 0.16rem;
}
.coninp input:-webkit-autofill,
.coninp input:-webkit-autofill:hover,
.coninp input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #333;
}
.coninpicon {
  font-size: 0.3rem;
  color: #ff8901;
  width: 0.64rem;
  text-align: center;
}
.coninpicon img {
  width: 0.27rem;
}
.codetext {
  width: 1.6rem;
  height: 0.6rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #ffecd7;
  font-size: 0.26rem;
  color: #fd8a0e;
  text-align: center;
  line-height: 0.6rem;
  margin-left: 0.2rem;
}
.btn {
  width: 100%;
  height: 0.72rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  background: #fd8a0e;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.72rem;
  letter-spacing: 0.02rem;
  margin-top: 1rem;
}
.foottext {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  color: #cdcdcd;
  margin-top: 0.3rem;
}
.foottext a {
  color: #ff8901;
}
.foottext {
  display: none;
}
.flexlogin {
  display: flex !important;
}
.passlogin,
.codelogin {
  display: none;
}
.nc-container .nc_scale span {
  height: 34px !important;
}
.tips_pop {
  display: none;
  padding: 0.2rem;
  color: #fff;
  font-size: 0.2rem;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.1rem;
  letter-spacing: 1px;
  z-index: 99999;
  white-space: nowrap;
}


/********新增********/

 .mobile-content .banner {
        display: block;
        width: 100%;
        height: auto;

    }
    .mobile-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    .mobile-content  .item-group {
        margin-top: 0.88rem;
        width: 90%;
 
    }
    .item-group .tit {
        font-size: 0.3rem;
    }
    .item-group .con{
        width: 100%;
        margin-top: 0.23rem;
    }

    .item-group .con > select {
        display: block;
        width: 100%;
        height: 0.75rem;
        line-height: 0.75rem;
    }
    .item-group .con input{

        display: block;
        width: 100%;
        height: 0.75rem;
        border: 1px solid #666;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 0.22rem;
        font-size: 0.32rem;
        line-height: 0.75rem;
    }
    .mobile-content .btn {
        width: 90%;
        height: 0.75rem;
        line-height: 0.75rem;
    } 

    html body {
        padding: 0px;
    }
    #ky_time {
        box-sizing: border-box;
        padding:0 0.22rem;
    }

