
/* 登陆页样式 */
.hello{
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -235px;
  font-size: 30px;
  font-weight: 400;
  color: #083570;
  line-height: 50px;
  padding: 0 60px;
}
.slogan{
  position: absolute;
  left: 50%;
  top: 190px;
  margin-left: -235px;
  font-size: 20px;
  font-weight: 400;
  color: #083570;
  line-height: 50px;
  padding: 0 60px;
}


/*  实名样式 */
.down_btn {
  width: 92px;
  height: 40px;
  background: url("/avic/common_assets_hx/img/common/blueBtn.png") no-repeat left top;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-right: 10px;
  float: left;
}

.preview_btn {
  width: 92px;
  height: 40px;
  background: url("/avic/common_assets_hx/img/common/grayBtn.png") no-repeat left top;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  text-align: center;
  float: left;
  border: 0px;
}
/* 时间轴样式重置 */
.layui-timeline {
  padding-left: 25px;
}

.layui-timeline-axis:hover {
  color: #228CF8;
}

.layui-timeline-axis {
  color: #228CF8;
  width: 10px;
  height: 10px;
  background: #F4F5F7;
  line-height: 10px;
  font-size: 10px;
  left: 0px;
  top: 8px;
}

/* 切换账户样式 */
.userSelect{
  
  width: 100%;
  height: 186px;
  background: linear-gradient(#E7F1FF 0%, #FFFFFF 50%);
  border-radius: 20px;
  border: 2px solid #228CF8;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.userunSelect{
  width: 100%;
  height: 186px;
  background: linear-gradient(#E7F1FF 0%, #FFFFFF 50%);
  border-radius: 20px;
  border: 1px solid #E0EAFF;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}