input,
button {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
.backgroundpop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1989199016;
}
.backgroundpop a {
  text-decoration: none;
}
.backgroundpop .hasaccount {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  /* height: 320px; */
  background-color: #fff;
  text-align: center;
}
.backgroundpop .hasaccount .close {
  text-align: right;
  padding: 10px 10px 0 0;
}
.backgroundpop .hasaccount .close img {
  cursor: pointer;
  width: 14px;
}
.backgroundpop .hasaccount .title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #434343;
  margin-top: 15px;
  padding: 0 20px;
  text-align: left;
  max-height: 300px;
  overflow-y: overlay;
  word-wrap: break-word;
}
.backgroundpop .hasaccount .btns {
  margin: 20px 0;
}
.backgroundpop .hasaccount .btns button {
  width: 100px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px rgb(165,181,110);
  font-size: 12px;
  color: rgb(165,181,110);
  margin: 0 5px;
  cursor: pointer;
}
.backgroundpop .verification {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 350px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}
.backgroundpop .verification .container {
  width: 310px;
  margin: 70px auto;
}
.backgroundpop .verification input {
  display: block;
  width: 290px;
  line-height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  border: 1px solid #c8cccf;
  border-radius: 4px;
  color: #6a6f77;
}
.backgroundpop .verification #close{
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.backgroundpop .verification #msg {
  width: inherit;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  color: #4cda4c;
}
.backgroundpop .verification a:link,
.backgroundpop .verification a:visited,
.backgroundpop .verification a:hover,
.backgroundpop .verification a:active {
  margin-left: 100px;
  color: #0366D6;
}
.backgroundpop .hascolum {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  /* height: 214px; */
  background-color: #fff;
  text-align: center;
}
.backgroundpop .hascolum .close {
  text-align: right;
  padding: 10px 10px 0 0;
}
.backgroundpop .hascolum .close img {
  cursor: pointer;
  width: 14px;
}
.backgroundpop .hascolum .title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #434343;
  margin-top: 15px;
  padding: 0 20px;
  text-align: left;
  max-height: 300px;
  overflow-y: overlay;
  word-wrap: break-word;
}
.backgroundpop .hascolum .btns {
  margin: 20px 0;
}
.backgroundpop .hascolum .btns button {
  width: 100px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px rgb(165,181,110);
  font-size: 12px;
  color: rgb(165,181,110);
  margin: 0 5px;
  cursor: pointer;
}
.followauthor {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 350px;
  transform: translate(-50%, -50%);
}
.followauthor .titletip {
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.followauthor .titletip .smell {
  width: 30px;
  margin-right: 15px;
}
.followauthor .titletip .smell img {
  width: 100%;
  display: block;
}
.followauthor .titletip p {
  font-size: 20px;
}
.followauthor .tip_mes {
  text-align: center;
  background-color: #f2f2f2;
}
.followauthor .tip_mes .tip_p {
  font-size: 18px;
  line-height: 2;
  padding: 20px 10px;
}
.followauthor .tip_mes .btns {
  padding-bottom: 20px;
}
.followauthor .tip_mes .btns a {
  display: inline-block;
  width: 120px;
  height: 34px;
  background-color: #ffc000;
  color: #fff;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 10px;
  font-size: 15px;
}
.followauthor .tip_mes .btns .later {
  background-color: #a6a6a6;
}
.followauthor .tipclose {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.followauthor .tipclose img {
  width: 25px;
}
@media screen and (max-width: 1025px) {
  .backgroundpop .hasaccount {
    width: 90%;
    /* height: 240px; */
  }
  .backgroundpop .hascolum .title{
    /* height: 125px; */
  }
  /* .backgroundpop .hasaccount .title {
    margin-top: 40px;
  } */
  .backgroundpop .hascolum {
    width: 90%;
    /* height: 240px; */
  }
  .followauthor {
    width: 80%;
  }
  .followauthor .titletip p {
    font-size: 18px;
  }
  .followauthor .tip_mes .tip_p {
    font-size: 14px;
  }
  .followauthor .tip_mes .btns a {
    width: 100px;
    font-size: 14px;
  }
}
