.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  min-width: 360px;
  min-height: 500px;
}
.content .title ul {
  display: flex;
}
.content .title ul li {
  font-weight: 900;
  font-size: 24px;
  color: #9c9c9c;
  line-height: 35px;
  margin-right: 40px;
  cursor: pointer;
}
.content .title ul li.title-active {
  color: #333333;
}
.content .title .subtitle {
  color: #333;
  line-height: 20px;
  margin-top: 16px;
}
.content .content-items .item.item-none {
  display: none;
}
.content form {
  margin-top: 34px;
}
.content form input {
  height: 46px;
  border: none;
  background: #f8f9fc;
  border-radius: 8px;
  padding: 0 20px;
}
.content form input.input-active {
  border: 1px solid #2254f5;
}
.content form input.ipt-error {
  border: 1px solid #ff0000;
}
.content form .form-item {
  position: relative;
}
.content form .form-item .w-360-input {
  width: 360px;
  border-radius: 8px;
  padding: 0 20px;
}
.content form .form-item .w-230-input {
  width: 230px;
}
.content form .form-item button.getCodeBtn {
  width: 120px;
  height: 46px;
  border: none;
  background: #f8f9fc;
  border-radius: 8px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 20px;
}
.content form .form-item button.getCodeBtn.blueBtn {
  background: #2254f5;
  border-radius: 8px;
  color: #ffffff;
}
.content form .form-item .tip {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #ff0000;
  line-height: 18px;
}
.content form .form-item .phoneNumber-item-input {
  position: relative;
}
.content form .form-item .phoneNumber-item-input .xing {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ff0000;
}
.content form .form-item .sixcode-item-input {
  position: relative;
}
.content form .form-item .sixcode-item-input .xing {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ff0000;
}
.content form .form-item .password-item-input {
  position: relative;
}
.content form .form-item .password-item-input .xing {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ff0000;
}
.content form .form-item .password-item-input .eye {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.content form .form-item .password-item-input .eye.eye-no {
  background: url("/images/login/eye-no.png") no-repeat center;
  background-size: 20px;
}
.content form .form-item .password-item-input .eye.eye-yes {
  background: url("/images/login/eye-yes.png") no-repeat center;
  background-size: 20px;
}
.content form .form-item .password-item-input .password-input {
  padding-right: 50px;
}
.content form .form-item.getCodeItem {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.content form .form-item.passwordItem {
  margin-top: 24px;
}
.content form .form-item.rememberItem {
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.content form .form-item.rememberItem .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.content form .form-item.rememberItem .icon.remember-icon {
  background: url("/images/login/weixuanzhong.png") no-repeat center;
  background-size: 14px;
}
.content form .form-item.rememberItem .icon.remember-active {
  background: url("/images/login/xuanzhong.png") no-repeat center;
  background-size: 14px;
}
.content form .form-item.agreementItem {
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.content form .form-item.agreementItem a {
  color: #437fec;
}
.content form .form-item.agreementItem .icon {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.content form .form-item.agreementItem .icon.agreement-no {
  background: url("/images/login/weixuanzhong.png") no-repeat center;
  background-size: 14px;
}
.content form .form-item.agreementItem .icon.agreement-yes {
  background: url("/images/login/xuanzhong.png") no-repeat center;
  background-size: 14px;
}
.content form .form-item.btnItem {
  margin-top: 30px;
}
.content form .form-item.btnItem .loginBtn {
  border: none;
  width: 360px;
  height: 46px;
  background: #2254f5;
  border-radius: 8px;
  font-weight: 350;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  cursor: pointer;
}
.content form .form-item.haveItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.content form .form-item.haveItem a {
  color: #2254f5;
}
.content form .form-item.other-item {
  margin-top: 40px;
}
.content form .form-item.other-item .otherLogin .text {
  display: flex;
  align-items: center;
}
.content form .form-item.other-item .otherLogin .text .line {
  width: 120px;
  height: 0px;
  border: 1px solid #000000;
  opacity: 0.1;
}
.content form .form-item.other-item .otherLogin .text p {
  margin: 0 18px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.content form .form-item.other-item .otherLogin .icons {
  display: flex;
  justify-content: center;
}
.content form .form-item.other-item .otherLogin .icons .weixin {
  width: 24px;
  height: 24px;
  background: url("/images/login/weixin-icon.png") no-repeat center;
  background-size: 24px;
  margin-top: 20px;
  cursor: pointer;
}
