*{
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.form{
  padding: 8.5vw 10vw 4.3vw;
}
.hide{
  display: none;
}
.proto{
  color: #333;
  font-size: 13px;
}
.proto a{
  color: #C0191F
}
.hidden{
  display: none;
}
.protocol{
  padding: 4.2vw 10.1vw 10.6vw;
  display: flex;
  align-items: center;
}
.login{
  padding: 4.2vw 10.1vw 10.6vw;
}
.login .button{
  width: 100%;
  height: 11.7vw;
  border-radius: 50vw;
  background-color: #C0191F;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 11.7vw;
  font-size: 16px;
  cursor: pointer;
}

.switch{
  width: 8.5vw;
  margin-right: 1.6vw;
  cursor: pointer;
}
.form .item{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.country-select{
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
}
.country-select:focus{
  outline: none;
  border-color: #333;
}
.country-select-main{
  min-width: 0;
  display: flex;
  align-items: center;
}
.country-select-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.country-select.placeholder .country-select-text{
  color: #999;
}
.country-select-flag{
  width: 20px;
  height: 14px;
  margin-right: 8px;
  object-fit: cover;
  flex: none;
}
.country-select-arrow{
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
  flex: none;
}
.country-select-clear{
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  flex: none;
}
.form .item.focus{
  border-bottom: 1px solid #333;
}
.email_img{
  width: 5.6vw;
  margin-right: 2.4vw;
}
.see_img{
  width: 6.4vw;
  position: relative;
  cursor: pointer;
}
.see_img:after{
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 padding: 10px;
 left: 50%;
 top: 50%;
 transform: translate(-50%);
}
.form input{
  height: 50px;
  width: 100%;
  color: #333;
  font-size: 16px;
  border: none;
}
.form input:focus{
  outline: none;
}
.form input::placeholder {
  color: #ccc; /* 你想要的颜色代码 */
}
.auth-icgm{
  margin:0 auto;
  max-width: 266vw;
  padding-top: 13.3vw;
}
.auth-icgm .sign{
  padding:0 14.5vw;
  color: #707070;
  font-size: 16px;
  margin-top: 5.6vw;
}
.auth-icgm .img{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 15.5vw;
}
.auth-icgm .img .logo{
  width: 21vw;
  height: 21vw;
}
.auth-icgm .img .change{
  width: 5.6vw;
  height: 5.6vw;
}
.mask{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.opacity{
  opacity: 0.5
}
.mask-txt{
  position: fixed;
  top:40%;
  left:10%;
  width: 80%;
  height: 13.1vw;
  z-index: 2;
  background: #fff;
  border-radius: 50vw;
  color: #333;
  text-align: center;
  line-height: 13.1vw;
  font-size: 16px;
}
.country-modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.country-modal-mask{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.country-panel{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
}
.country-header{
  height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}
.country-close{
  position: absolute;
  right: 15px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #666;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
}
.country-search{
  padding: 12px 16px;
  border-bottom: 1px solid #f4f4f4;
}
.country-search input{
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.country-search input:focus{
  outline: none;
  border-color: #333;
  text-align: left;
}
.country-list{
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.country-row{
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}
.country-row:active{
  background: #f8f8f8;
}
.country-row.selected .country-name{
  color: #C0191F;
}
.country-main{
  min-width: 0;
  display: flex;
  align-items: center;
}
.country-flag{
  width: 18px;
  height: 12px;
  margin-right: 10px;
  object-fit: cover;
  flex: none;
}
.country-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: 600;
}
.country-phone-code{
  margin-left: 12px;
  color: #999;
  font-weight: 600;
  flex: none;
}
.country-empty{
  padding: 28px 16px;
  color: #999;
  text-align: center;
  font-size: 14px;
}
body.country-modal-open{
  overflow: hidden;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}

@media (min-width: 600px) {
  .country-panel{
    top: 6vh;
    height: 88vh;
    border: 1px solid #d8d8d8;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  }
}
