/* 下载弹框 */
#mask {
  display: none;
}
.download_bullet {
  width: 494px;
  height: 535px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  border-radius: 10px;
}
.download_bullet .close {
  position: absolute;
  top: 23px;
  right: 19px;
  width: 22px;
  height: 22px;
  opacity: 1;
}
.download_bullet .close img {
  width: 100%;
  height: 100%;
}
.download_bullet_title {
  font-size: 26px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  text-align: left;
}
.download_bullet .user_inputs {
  width: 373px;
  display: flex;
  flex-direction: column;
}
.download_bullet .user_inputs input:focus,
.download_bullet .user_inputs textarea:focus  {
  border-bottom: 1px solid #0086F1;
  outline: none;
}

.download_bullet .user_inputs input {
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  margin-top: 40px;
  color: #333;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 9px;
  padding-left: 27px;
  transition: all .3s;
}
.download_bullet .user_inputs input:-moz-placeholder,
.download_bullet .user_inputs textarea:-moz-placeholder {
  font-weight: 300;
  color: #999;
  /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input::-moz-placeholder,
.download_bullet .user_inputs textarea::-moz-placeholder {
  font-weight: 300;
  color: #999;
  /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input:-ms-input-placeholder,
.download_bullet .user_inputs textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
  /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input::-webkit-input-placeholder,
.download_bullet .user_inputs textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
  /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs #getcode_button {
  position: absolute;
  right: 0;
  bottom: 3px;
  border: 0;
  background-color: rgba(0,0,0,0);
  width: 100px;
  height: 20px;
  font-size: 14px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #0086F1;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
  outline: none;
}
.download_bullet .user_inputs .prohibit {
  color: #777 !important;
}
.user_inputs .user_inputs_row {
  position: relative;
  display: flex;
}
.country_box {
  width: 99px;
  margin-right: 23px;
  border-bottom: 1px solid #DBDBDB;
}
.user_inputs .phone_icon {
  width: 15px;
  height: 20px;
  bottom: 11px;
}
.user_inputs .security_icon {
  width: 15px;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 11px;
}
.user_inputs img {
  width: 17px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.user_inputs .country {
  box-sizing: border-box;
  width: 58px;
  height: 20px;
  font-size: 14px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-left: 26px;
  margin-top: 34px;
}

.download_bullet .user_inputs >div {
  position: relative;
}

.download_bullet .user_inputs .phoneValue {
  width: 50%;
  padding-left: 0;
  flex: 1;
}


.user_inputs img {
  width: 17px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.user_inputs .submit-message {
  width: 100%;
  height: 52px;
  background: linear-gradient(315deg, #00BBF9 0%, #0086F1 100%);
  border-radius: 4px;
  margin-top: 59px;
  border: none;
  color: #fff;
  transition: all .3s;
  font-size: 16px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.14px;
}
.user_inputs .submit-message:hover::after {
  margin-left: 10px;
}
/* .user_inputs .submit-message:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-size: 22px;
  transition: all .4s ease;
  display: inline-block;
  transform: translateY(2px);
} */
.download_bullet .right_bottom {
  width: 380px;
  height: 37px;
  font-size: 11px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #777777;
  line-height: 16px;
  margin-top: 22px;
  text-align: left;
}
.download_bullet .right_bottom a {
  color: #0086F1;
}
.download_bullet .error_Tips {
  width: auto;
  height: 20px;
  font-size: 14px;
  /* font-family: PingFangSC-Light, PingFang SC; */
  font-weight: 300;
  color: #F02525;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
  right: 0px;
  display: none;
}

/* 隐私与验证码 */
.ticks {
  display: flex;
  /* line-height: 88px; */
  height: 40px;
  margin-top: -25px;
  margin-left: 5px;
}

.ticks input {
  width: 15px !important;
  height: 15px !important;
}

.ticks span {
  display: inline-block !important;
  font-size: 14px !important;
  width: 300px !important;
  margin-left: 12px !important;
  margin-top: 37px;
}

.ticks_text {
  color: #337ab7 !important;
  text-decoration: underline;
}

.ticks_text:hover {
  color: #337ab7 !important;
}

#rectangle {
  background: url(../image/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: 20px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.loginbar-box {
  border: none !important;
}

#TencentCaptcha {
  position: absolute;
  right: 0;
  bottom: 3px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  height: 20px;
  font-size: 14px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #0086F1;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
  outline: none;
}