* {
  padding: 0;
  margin: 0;
}
.titlebox{
  height: 80px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #9733ee;
  font-size: 20px;
}
.title1{
  width: 100%;
  height: 180px;
  background: url("../images/banner.png") no-repeat center center;
  background-size: 100% 100%;
}
.box {
  width: 100%;
  height: 100%;
  /* background: url("../images/bg@3x.png") no-repeat; */
  background-color: #fff;
  background-size: 100% 100%;
  position: fixed;
  /* display: flex;
  justify-content: center; */
  align-items: center;
  font-size: 20px;
}
.login {
  width: 273px;
  height: 350px;
  background: #fff;
  border-radius: 4px;
  padding: 65px 50px 95px 50px;
}
.login .log {
  width: 100%;
  height: 20px;
  color: #9733ee;
  text-align: center;
}
.login .input-c {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
}

.input-c .iconfont {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 999;
  color: #999;
  font-size: 16px;
}
.input-c .inpu {
  width: 91%;
  height: 40px;
  padding-left: 40px;
  line-height: 41px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #999999 !important;
}

.login-vue ::-webkit-input-placeholder {
  color: #999999;
}
.login-vue :-moz-placeholder {
  color: #999999;
}
.login-vue ::-moz-placeholder {
  color: #999999;
}
.login-vue :-ms-input-placeholder {
  color: #999999;
}
.input-c .icon-xianshi,
.input-c .icon-yincang {
  font-size: 18px;
  position: absolute;
  top: 14px;
  left: 300px;
}

.submit {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: #9733ee;
  border-radius: 6px;
  border: none;
  color: #fff;
  margin-top: 100px;
}
.inpu:focus {
  border: 1px solid #3879d9 !important;
  outline: none !important;
  border-color: #0077b3 !important;
}
.box1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: 100% 100%;
  padding: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 20px;
}
.box1 .top {
  width: 100%;
}
.input-c1 .inpu {
  width: 55%;
  height: 40px;
  float: left;
  padding-left: 10px;
  line-height: 41px;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #ccc !important;
}
.inpu {
  width: 70%;
  height: 40px;
  float: left;
  padding-left: 20px;
  line-height: 41px;
  border-radius: 4px;
}
.inpu1 {
  width: 100%;
  float: left;
  padding-left: 20px;
  line-height: 41px;
}
.btn {
  width: 35%;
  height: 40px;
  float: right;
  line-height: 41px;
  border-radius: 20px;
  text-align: center;
  background-image: linear-gradient(to top, #da22ff, #9733ee);
  color: #fff;
  font-size: 16px;
}
.van-radio--horizontal {
  margin-bottom: 10px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.maskBox{
  width: 80%;
  height: 40%;
  border-radius: .3rem;
  background-color: #fff;
}
.tips{
  /* width: 5rem; */
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.contont{
  width: 18rem;
  height:3rem;
  margin: 0 auto;
  text-align: center;
  line-height: 3rem;
  margin-top: 1rem;
}
.boxBtn{
  width: 16rem;
  height:3.5rem;
  text-align: center;
  line-height: 3.5rem;
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}
.boxBtn div{
  width: 6rem;
  height:2.5rem;
  line-height: 2.5rem;
  background-image: linear-gradient(to top, #da22ff, #9733ee);
  color: #fff;
  border-radius: .5rem;
}
.boxBtn div:last-child{
  border: .01rem solid #ccc;
  background: #fff;
  color: #000;
  border-radius: .5rem;
}
.contont1{
  width: 15rem;
  border: .01rem solid #ccc;
  margin-top: 2rem;
  margin-left: 1.8rem;
}
.maskBox1{
  width: 80%;
  height: 40%;
  border-radius: .3rem;
  background-color: #fff;
}
.medalList{
  width: 80%;
  margin: 0 auto;
  height: 68%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: .5rem;
}
.medalList li{
  margin-top: 1rem;
  height: 2rem;
  overflow: hidden;
  border-bottom: .01rem solid rgb(212, 208, 208);
}
.medalList li img{
  width: 2rem;
  height: 2rem;
  float: left; 
  border-radius: 50%;
}
.medalList li div{
  width: 5rem;
  height: 2rem;
  float: right; 
  font-size: 20px;
  line-height: 2rem;
  background:#0077b3;
  color: #fff;
  border-radius: .35rem;
}
.medelul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.medelul li{
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: space-between;
}
.medelul li img{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  float: left;
}
.medelul li .dele{
  width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    border-radius: 4px;
    margin-top: 3.5px;
    color: #fff;
    background-color: #0077b3;
    border: 1px solid #999999 !important;
}
.maskBox2{
height: 50%;
}
.maskBox3{
  height: 65%;

}