.user_bg{min-width: 1240px;height: 690px;position: relative;}

.user_bg .cover{position: absolute;left: 0;top:0;z-index:1;width: 100%;height: 100%;display: block}

.content{position:relative;z-index:2;margin:0 auto ;width: 1240px;}

.content .panel{position: relative;padding:25px 20px 7px;overflow: hidden;}

.content .userBox{top: 182px;right:120px;left: auto;background: #fff;}

.userBox .loginBox .tit{font-size: 18px;color: #3e3e3e;margin-bottom: 23px;}

.userBox .loginBox .mr.c{margin-bottom: 10px;display: none;}

.userBox .loginBox .mr.c em{background-position: -134px -268px;}


.userBox .loginBox .mr.c input{width: 90px;}

.userBox .loginBox .mr.c img{float: right}

.userBox .loginBox .submit:hover{background-position:-123px -439px;}
  .userBox .loginBox .tips {
    top: 35px;
  }

  .send-code {
    position: absolute;
    right: 14px;
    top: 10px;
  }

  .user-list-title {
    font-size: 20px;
    text-align: center;
    color: #ffa513;
    margin-bottom: 18px;
  }
  .user-list {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    height: 125px;
    margin-bottom: 10px;
    overflow: auto;
  }
  .user-list-box {
    height: 305px;
  }
  .back-btn {
    font-size: 12px;
    color: #666;
    cursor: pointer;
  }
  /* 鑷畾涔� .user-list-box 鍐呴儴鐨勬粴鍔ㄦ潯鏍峰紡 */
  .user-list::-webkit-scrollbar {
    width: 6px; /* 璁剧疆婊氬姩鏉＄殑瀹藉害 */
  }

  .user-list::-webkit-scrollbar-track {
    background-color: transparent; /* 璁剧疆婊氬姩鏉¤建閬撶殑鑳屾櫙棰滆壊 */
  }

  .user-list::-webkit-scrollbar-thumb {
    background-color: #999; /* 璁剧疆婊氬姩鏉℃粦鍧楃殑棰滆壊 */
    border-radius: 3px; /* 璁剧疆婊氬姩鏉℃粦鍧楃殑鍦嗚 */
  }

  .user-list::-webkit-scrollbar-thumb:hover {
    background-color: darkgray; /* 璁剧疆婊氬姩鏉℃粦鍧楀湪hover鐘舵€佷笅鐨勯鑹� */
  }
  .user-list .user-item {
    line-height: 30px;
    border-bottom: 2px dotted #ffa513;
    color: #666;
    cursor: pointer;
  }
  .user-list .user-item span {
    cursor: pointer;
  }
  .user-list .user-item.active {
    color: #ffa513;
  }
  .user-list .user-tag {
    font-size: 12px;
    color: #ffa513;
    border: 1px solid #ffa513;
    padding: 4px;
    line-height: 1;
    display: inline-block;
    margin-left: 0px;
    border-radius: 4px;
    transform: scale(0.7);
  }
  .user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    background-size: 100%;
    position: relative;
    top: 7px;
  }
  .user-list .user-item.active .user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio-a.png") no-repeat;
    background-size: 100%;
  }
  .userBox .loginBox .mr em.phone-icon {
    background: url("//static-1.602.com/602/v3/images/login/mobileico.png") no-repeat;
    background-position: 13px 7px;
    background-size: 16px;
  }
  .userBox .loginBox .mr em.sms-icon {
    background: url("//static-1.602.com/602/v3/images/login/smsico.png") no-repeat;
    background-position: 12px 9px;
    background-size: 20px;
  }

.login-tips {
   text-align: center;
   margin-top: 10px;
   opacity: 0;
}

.voice-tips {
  display: none;
  text-align: right;
}
.voice-tips a {
  color: #ffa513;
}
.userBox .loginBox .mr {
  border: 1px solid #e5e5e5;
}
.userBox .loginBox .mr input {
  width: 198px;
}