.login-container {
  position: relative;
  height: 487px;
}
.login-container .login-bg {
  position: absolute;
  right: -24px;
  top: -97px;
  width: 248px;
  height: 195px;
}
.login-container .login-content {
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0 18px;
}
.login-container .login-content .login-title {
  font-size: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 42px;
}
.login-container .login-content .login-title svg {
  width: 116px;
  height: 28px;
}
.login-container .login-content .login-title img {
  height: 32px;
}
.login-container .login-content .login-tips {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #a3a3a4;
  line-height: 20px;
  margin-top: 14px;
}
.login-container .login-content .login-form {
  margin-top: 42px;
}
.login-container .login-content .login-form .code-row .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.login-container .login-content .login-form .code-row .ant-row .username-item {
  width: 180px;
}
.login-container .login-content .login-form .code-row .ant-row .codeinput-item {
  width: 169px;
}
.login-container .login-content .login-form .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.login-container .login-content .login-form .ant-row .ant-col.ant-form-item-label {
  width: 70px;
  height: 48px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 48px;
  text-align: center;
}
.login-container .login-content .login-form .ant-row .tel-input {
  border: none;
  width: 100%;
  height: 48px;
  background-color: #fafafa;
}
.login-container .login-content .login-form .ant-row .tel-input:focus {
  outline: none !important;
}
.login-container .login-content .login-form .ant-row .code-input {
  width: 169px;
  height: 48px;
  background-color: #fafafa;
  border: none;
}
.login-container .login-content .login-form .ant-row .code-btn {
  display: inline-block;
  width: 97px;
  height: 48px;
  background-color: #fafafa;
  opacity: 1;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff6a01;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.login-container .login-content .login-form .ant-form-item {
  margin-bottom: 26px;
}
.login-container .login-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
}
.login-container .login-content .btn-box .login-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  /* background: -webkit-gradient(linear, left top, right top, from(#fc8458), to(#ff6a01)); */
  background: -o-linear-gradient(left, #105fe9, #4481ebc9);
  background: linear-gradient(90deg, #105fe9, #4481ebc9);
  border-radius: 29px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  outline: none;
}
.login-container .login-content .btn-box .cancel-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  border: 1px solid #dcdfe6;
  border-radius: 30px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #606266;
  line-height: 48px;
  text-align: center;
  padding: 0;
}
.login-container .ant-input:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-text-fill-color: #333;
  -webkit-background-clip: text;
}

.search-container {
  width: 100%;
  height: 100%;
}
.search-container .search-input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff7301;
}
.search-container .ant-search-input {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-container .ant-search-input .ant-input {
  background: rgba(red, green, blue, 0);
  background-color: rgba(24, 144, 25, 0);
}
.search-container .search-icon {
  font-size: 18px;
  color: #c0c4cc;
  margin-right: 20px;
  margin-top: 2px;
}
.search-container .search-btn {
  width: 60px;
  height: 32px;
  background: #ff6a01;
  border-radius: 17px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.search-container .ant-input-affix-wrapper .ant-input-prefix {
  left: 30px;
}
.search-container .ant-input-affix-wrapper .ant-input-suffix {
  right: 3px;
}
.search-container .ant-input-affix-wrapper .ant-input-suffix .search-btn {
  line-height: 32px;
  text-align: center;
  padding: 0;
  border: 0;
}
.search-container .ant-input-affix-wrapper {
  border: 0;
}
.search-container .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #ff6a01;
  border-right-width: 2px !important;
  z-index: 1;
}
.search-container .ant-input-affix-wrapper:hover {
  border-color: #ff6a01;
  border-right-width: 2px !important;
}
.search-container .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.search-container .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ff6a01;
  border-right-width: 2px !important;
}
.search-container .ant-input-affix-wrapper:focus,
.search-container .ant-input-affix-wrapper-focused {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 25, 0);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
}
.search-container .result-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  max-height: 400px;
  padding: 14px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
  border: 1px solid #fdfdfd;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.search-container .result-panel::-webkit-scrollbar {
  width: 2px;
}
.search-container .result-panel::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #cecdcd;
}
.search-container .result-panel::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0;
  background: #fdfdfd;
}
.search-container .result-panel .search-title {
  color: #8d949e;
  margin-bottom: 4px;
}
.search-container .result-panel .search-hot {
  margin-top: 14px;
}
.search-container .result-panel .search-hot .hot-item {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.search-container .result-panel .search-hot .hot-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.search-container .result-panel .search-hot .hot-item span {
  cursor: pointer;
}
.search-container .result-panel .search-hot .hot-item span:hover {
  color: #ff6a01;
}
.search-container .result-panel .search-result {
  margin-top: 14px;
}
.search-container .result-panel .search-result .no-search-data {
  padding-left: 4px;
}
.search-container .pointer {
  cursor: pointer;
}

.login-container {
  position: relative;
  height: 487px;
}
.login-container .login-bg {
  position: absolute;
  right: -26px;
  top: -113px;
  width: 248px;
  height: 195px;
}
.login-container .login-content {
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0 18px;
}
.login-container .login-content .login-title {
  font-size: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 42px;
}
.login-container .login-content .login-title svg {
  width: 116px;
  height: 28px;
}
.login-container .login-content .login-title img {
  height: 32px;
}
.login-container .login-content .login-tips {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #a3a3a4;
  line-height: 20px;
  margin-top: 14px;
}
.login-container .login-content .login-form {
  margin-top: 42px;
}
.login-container .login-content .login-form .code-row .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.login-container .login-content .login-form .code-row .ant-row .username-item {
  width: 180px;
}
.login-container .login-content .login-form .code-row .ant-row .codeinput-item {
  width: 169px;
}
.login-container .login-content .login-form .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.login-container .login-content .login-form .ant-row .ant-col.ant-form-item-label {
  width: 70px;
  height: 48px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 48px;
  text-align: center;
}
.login-container .login-content .login-form .ant-row .tel-input {
  border: none;
  width: 100%;
  height: 48px;
  background-color: #fafafa;
}
.login-container .login-content .login-form .ant-row .tel-input:focus {
  outline: none !important;
}
.login-container .login-content .login-form .ant-row .code-input {
  width: 169px;
  height: 48px;
  background-color: #fafafa;
  border: none;
}
.login-container .login-content .login-form .ant-row .code-btn {
  display: inline-block;
  width: 97px;
  height: 48px;
  background-color: #fafafa;
  opacity: 1;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff6a01;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.login-container .login-content .login-form .ant-form-item {
  margin-bottom: 26px;
}
.login-container .login-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.login-container .login-content .btn-box .login-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  /* background: -webkit-gradient(linear, left top, right top, from(#fc8458), to(#ff6a01)); */
  background: -o-linear-gradient(left, #105fe9, #4481ebc9);
  background: linear-gradient(90deg, #105fe9, #4481ebc9);
  border-radius: 29px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  outline: none;
}
.login-container .login-content .btn-box .cancel-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  border: 1px solid #dcdfe6;
  border-radius: 30px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #606266;
  line-height: 48px;
  text-align: center;
  padding: 0;
}
.login-container .login-content .toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
}
.login-container .login-content .toggle-box .toggle-login {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.login-container .login-content .toggle-box .toggle-personal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container .ant-input:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-text-fill-color: #333;
  -webkit-background-clip: text;
}

.confirm-modal .ant-modal-body {
  padding: 0;
}
.confirm-modal .ant-modal-content {
  border-radius: 8px;
}
.confirm-modal .ant-modal-close-x .anticon svg {
  font-size: 16px !important;
  color: #909399 !important;
}
.confirm-modal .confirm-content h2 {
  margin: 0;
  height: 56px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 600;
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
}
.confirm-modal .confirm-content .text {
  height: 60px;
  margin: 0;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  font-weight: 400;
  color: #606266;
  position: relative;
}
.confirm-modal .confirm-content .confirm-btn {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm-modal .confirm-content .confirm-btn span {
  width: 88px;
  height: 36px;
  background: #ff6a01;
  border-radius: 4px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ff6a01;
  cursor: pointer;
  letter-spacing: 2px;
}
.confirm-modal .confirm-content .confirm-btn span.cancel {
  background-color: #fff;
  border-color: #D8D8D8;
  color: #909399;
  margin-left: 14px;
}
.confirm-modal-type1 .ant-modal-body {
  padding: 0;
}
.confirm-modal-type1 .ant-modal-content {
  border-radius: 8px;
}
.confirm-modal-type1 .modal-type1-box {
  padding: 28px 36px;
}
.confirm-modal-type1 .modal-type1-box .result-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm-modal-type1 .modal-type1-box .result-icon img {
  width: 56px;
  height: 56px;
}
.confirm-modal-type1 .modal-type1-box .title {
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #303133;
  text-align: center;
  margin-top: 18px;
}
.confirm-modal-type1 .modal-type1-box .small-text {
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #909399;
  text-align: center;
  margin-top: 8px;
}
.confirm-modal-type1 .modal-type1-box .long-text {
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #909399;
  margin-top: 8px;
}
.confirm-modal-type1 .modal-type1-box .confirm-btn {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.confirm-modal-type1 .modal-type1-box .confirm-btn span {
  min-width: 72px;
  height: 32px;
  background: #ff6a01;
  border-radius: 4px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ff6a01;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 0 20px;
  line-height: 30px;
}
.confirm-modal-type1 .modal-type1-box .confirm-btn span.cancel {
  background-color: #fff;
  border-color: #D8D8D8;
  color: #909399;
  margin-left: 14px;
}

.register-container {
  position: relative;
  height: 540px;
}
.register-container .register-bg {
  position: absolute;
  right: -24px;
  top: -97px;
  width: 248px;
  height: 195px;
}
.register-container .register-content {
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0 18px;
}
.register-container .register-content .register-title {
  font-size: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 42px;
}
.register-container .register-content .register-title svg {
  width: 116px;
  height: 28px;
}
.register-container .register-content .register-title img {
  height: 32px;
}
.register-container .register-content .register-tips {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #a3a3a4;
  line-height: 20px;
  margin-top: 14px;
}
.register-container .register-content .register-form {
  margin-top: 18px;
}
.register-container .register-content .register-form .code-row .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.register-container .register-content .register-form .code-row .ant-row .username-item {
  width: 180px;
}
.register-container .register-content .register-form .code-row .ant-row .codeinput-item {
  width: 169px;
}
.register-container .register-content .register-form .ant-row {
  height: 48px;
  opacity: 1;
  background: #fafafa;
  border-radius: 4px;
}
.register-container .register-content .register-form .ant-row .ant-col.ant-form-item-label {
  width: 70px;
  height: 48px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 48px;
  text-align: center;
}
.register-container .register-content .register-form .ant-row .tel-input {
  border: none;
  width: 100%;
  height: 48px;
  background-color: #fafafa;
}
.register-container .register-content .register-form .ant-row .tel-input:focus {
  outline: none !important;
}
.register-container .register-content .register-form .ant-row .code-input {
  width: 169px;
  height: 48px;
  background-color: #fafafa;
  border: none;
}
.register-container .register-content .register-form .ant-row .code-btn {
  display: inline-block;
  width: 97px;
  height: 48px;
  background-color: #fafafa;
  opacity: 1;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff6a01;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.register-container .register-content .register-form .ant-form-item {
  margin-bottom: 18px;
}
.register-container .register-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.register-container .register-content .btn-box .login-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fc8458), to(#ff6a01));
  background: -o-linear-gradient(left, #fc8458, #ff6a01);
  background: linear-gradient(90deg, #fc8458, #ff6a01);
  border-radius: 29px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  outline: none;
}
.register-container .register-content .btn-box .cancel-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  border: 1px solid #dcdfe6;
  border-radius: 30px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #606266;
  line-height: 48px;
  text-align: center;
  padding: 0;
}
.register-container .register-content .toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
}
.register-container .register-content .toggle-box .toggle-login {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.register-container .register-content .toggle-box .toggle-personal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-container .ant-input:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-text-fill-color: #333;
  -webkit-background-clip: text;
}

.header-chunk {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04) !important;
}
.header-chunk .header-one {
  height: 40px;
  background: #333333;
}
.header-chunk .real-name-global-tip {
  height: 36px;
  overflow: hidden;
  background-color: #fff4ed;
}
.header-chunk .show-ads {
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.header-chunk .show-ads img {
  width: 100%;
  height: 100px;
}
.header-chunk .header-two {
  height: 100px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
}
.header-chunk .header-three {
  height: 54px;
}
.header-chunk .header-content {
  height: 100%;
}
.header-chunk .header-content-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.header-chunk .header-content-one .nav-left,
.header-chunk .header-content-one .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-chunk .header-content-one .nav-item {
  height: 12px;
  padding: 0 8px;
  color: #b0b0b0;
  border-right: 1px solid #424242;
  line-height: 12px;
}
.header-chunk .header-content-one .nav-item:hover {
  color: #fff;
}
.header-chunk .header-content-one .nav-item:first-child {
  padding-left: 0;
}
.header-chunk .header-content-one .nav-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-chunk .header-content-one .nav-item .nav-item-name {
  cursor: pointer;
}
.header-chunk .header-content-one .nav-item .nav-item-name.has-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.header-chunk .header-content-one .nav-item .nav-item-name.has-login .arrow {
  margin-left: 4px;
}
.header-chunk .header-content-one .nav-item.cellphone {
  position: relative;
  width: 120px;
  z-index: 20;
}
.header-chunk .header-content-one .nav-item.cellphone .cellphone-menu {
  display: none;
  position: absolute;
  top: 40px;
  width: 115px;
  right: -1px;
  border: 1px solid #ece9e9;
}
.header-chunk .header-content-one .nav-item.cellphone .cellphone-menu .ant-menu-vertical {
  border: 0 !important;
}
.header-chunk .header-content-one .nav-item.cellphone:hover .cellphone-menu {
  display: block;
}
.header-chunk .header-content-one .nav-item.cellphone .ant-menu {
  padding: 0 0 10px;
}
.header-chunk .header-content-one .nav-item.cellphone .ant-menu-item {
  height: 26px;
  line-height: 26px;
}
.header-chunk .header-content-one .nav-item.cellphone .ant-menu-item:hover {
  color: #ff6a01;
}
.header-chunk .header-content-one .nav-right .nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-chunk .header-content-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-chunk .header-content-two .logo {
  width: 259px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 6px;
}
.header-chunk .header-content-two .logo img {
  margin: 0;
  width: 259px;
  height: 50px;
}
.header-chunk .header-content-two .search-content {
  width: 640px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-chunk .header-content-two .search-content .search-box {
  width: 640px;
  height: 40px;
  margin-top: 24px;
  border: none !important;
}
.header-chunk .header-content-two .search-content .hot-search-product {
  width: 600px;
  height: 14px;
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #babfc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header-chunk .header-content-two .search-content .hot-search-product .hot-title {
  margin-right: 16px;
}
.header-chunk .header-content-two .search-content .hot-search-product .hot-menu-item {
  margin-right: 16px;
  cursor: pointer;
}
.header-chunk .header-content-two .search-content .hot-search-product .hot-menu-item:hover {
  color: #ff6a01;
}
.header-chunk .header-content-two .search-content .hot-search-product .hot-menu-item:last-child {
  margin-right: 0;
}
.header-chunk .header-content-two .right-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
}
.header-chunk .header-content-two .right-logo .sub-logo {
  width: 238px;
  height: 62px;
}
.header-chunk .header-content-two .right-logo .online-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 40px;
  background: rgba(255, 106, 1, 0.08);
  border-radius: 20px;
  line-height: 40px;
  padding-left: 20px;
}
.header-chunk .header-content-two .right-logo .online-box span:nth-child(2) {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 14px;
  margin-left: 3px;
}
.header-chunk .header-content-two .right-logo .online-box span:nth-child(3) {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 14px;
  margin-left: 10px;
}
.header-chunk .fix-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-chunk .fix-search .fix-search-content {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-chunk .fix-search .fix-search-content img {
  width: 155px;
  height: 48px;
  margin-right: 145px;
}
.header-chunk .fix-search .fix-search-content .logo-small {
  width: 259px;
  height: 50px;
  margin-right: 145px;
  cursor: pointer;
}
.header-chunk .fix-search .fix-search-content .search-con {
  width: 640px;
  height: 38px;
}
.header-chunk .login-modal {
  width: 420px;
  height: 535px;
}
.header-chunk .login-modal .ant-modal {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.login-modal .ant-modal .ant-modal-content {
  border-radius: 14px !important;
}
.menu-list .ant-dropdown-menu-item:hover,
.menu-list .ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
  color: #ff6a01 !important;
}

.personal-container {
  position: relative;
  height: 540px;
}
.personal-container .personal-bg {
  position: absolute;
  right: -24px;
  top: -97px;
  width: 248px;
  height: 195px;
}
.personal-container .personal-content {
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0 18px;
}
.personal-container .personal-content .personal-title {
  font-size: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 42px;
}
.personal-container .personal-content .personal-title svg {
  width: 116px;
  height: 28px;
}
.personal-container .personal-content .personal-title img {
  height: 32px;
}
.personal-container .personal-content .personal-name {
  width: 100%;
  height: 60px;
  font-size: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}
.personal-container .personal-content .personal-tips {
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #a3a3a4;
  line-height: 20px;
  text-align: center;
}
.personal-container .personal-content .personal-code {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.personal-container .personal-content .personal-code img {
  width: 160px;
  height: 160px;
}
.personal-container .personal-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
}
.personal-container .personal-content .btn-box .login-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fc8458), to(#ff6a01));
  background: -o-linear-gradient(left, #fc8458, #ff6a01);
  background: linear-gradient(90deg, #fc8458, #ff6a01);
  border-radius: 29px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  outline: none;
}
.personal-container .personal-content .btn-box .cancel-btn {
  width: 336px;
  height: 48px;
  opacity: 1;
  border: 1px solid #dcdfe6;
  border-radius: 30px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #606266;
  line-height: 48px;
  text-align: center;
  padding: 0;
}
.personal-container .personal-content .toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.personal-container .personal-content .toggle-box .toggle-login {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.personal-container .personal-content .toggle-box .toggle-personal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.personal-container .ant-input:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
  -webkit-text-fill-color: #333;
  -webkit-background-clip: text;
}

.newUserGuide {
  width: 380px !important;
}
.newUserGuide .ant-modal-header {
  display: none;
}
.newUserGuide .ant-modal-close {
  position: absolute;
  top: -38px;
  right: -16px;
  z-index: 10;
}
.newUserGuide .ant-modal-content {
  background: transparent;
  width: 380px;
  height: 422px;
  border-radius: 38px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newUserGuide .ant-modal-body {
  width: 380px;
  height: 422px;
  padding: 0;
}
.newUserGuide .newUserGuide-content {
  position: relative;
  width: 380px;
  height: 422px;
  background: transparent;
  background: url(/resources/images/guide_new-e5a506bd85.png) no-repeat;
  background-size: 100% 100%;
}
.newUserGuide .newUserGuide-content .close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}
.newUserGuide .newUserGuide-content .register-btn {
  position: absolute;
  left: 77px;
  bottom: 34px;
  width: 133px;
  height: 39px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 28px;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffd05b, #f68905);
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd05b), to(#f68905));
  background: linear-gradient(#ffd05b, #f68905);
  /* 标准的语法 */
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.newUserGuide .newUserGuide-content .login-btn {
  position: absolute;
  left: 210px;
  bottom: 35px;
  width: 100px;
  height: 34px;
  border-radius: 17px;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}

.guideLoginModal {
  width: 380px !important;
}
.guideLoginModal .ant-modal-header {
  display: none;
}
.guideLoginModal .ant-modal-content {
  background: transparent;
  width: 380px;
  height: 422px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guideLoginModal .ant-modal-body {
  width: 380px;
  height: 422px;
  padding: 0;
}
.guideLoginModal .guideFlow-content-login {
  position: relative;
  width: 380px;
  height: 422px;
  background: transparent;
  background: url(/resources/images/guide_login-759dcabd43.png) no-repeat;
  background-size: 100% 100%;
}
.guideLoginModal .guideFlow-content-login .guide-login {
  position: absolute;
  left: 73px;
  bottom: 77px;
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
}
.guideLoginModal .guideFlow-content-login .close-btn {
  position: absolute;
  left: 73px;
  bottom: 24px;
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
}

.guideAuthModal {
  width: 380px !important;
}
.guideAuthModal .ant-modal-header {
  display: none;
}
.guideAuthModal .ant-modal-content {
  background: transparent;
  width: 380px;
  min-height: 422px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guideAuthModal .ant-modal-body {
  width: 380px;
  min-height: 422px;
  padding: 0;
}
.guideAuthModal .guideFlow-content-auth {
  position: relative;
  width: 380px;
  min-height: 422px;
  background-color: #fff;
  padding-bottom: 20px;
}
.guideAuthModal .guideFlow-content-auth .activity_bg {
  width: 380px;
  height: 183px;
  background: transparent;
  background: url(/resources/images/activity_auth_bg-a0c456ba4b.png) no-repeat;
  background-size: 100% 100%;
}
.guideAuthModal .guideFlow-content-auth .main-title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  color: #4974ff;
}
.guideAuthModal .guideFlow-content-auth .sub-title {
  font-size: 14px;
  padding: 0 20px;
  color: #999999;
  line-height: 20px;
}
.guideAuthModal .guideFlow-content-auth .guide-auth {
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
  background-color: #4974ff;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 20px auto 14px;
}
.guideAuthModal .guideFlow-content-auth .close-btn {
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dddddd;
  background-color: #fff;
  color: #999999;
  margin: 0 auto;
}

.guideBuyProductModal {
  width: 380px !important;
}
.guideBuyProductModal .ant-modal-header {
  display: none;
}
.guideBuyProductModal .ant-modal-content {
  background: transparent;
  width: 380px;
  height: 422px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guideBuyProductModal .ant-modal-body {
  width: 380px;
  height: 422px;
  padding: 0;
}
.guideBuyProductModal .guideFlow-content-buy {
  position: relative;
  width: 380px;
  height: 422px;
  background: transparent;
  background: url(/resources/images/guide_new-e5a506bd85.png) no-repeat;
  background-size: 100% 100%;
}
.guideBuyProductModal .guideFlow-content-buy .guide-buy {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 180px;
  height: 38px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 18px;
  cursor: pointer;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffd05b, #f68905);
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd05b), to(#f68905));
  background: linear-gradient(#ffd05b, #f68905);
  /* 标准的语法 */
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  letter-spacing: 2px;
}
.guideBuyProductModal .guideFlow-content-buy .close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}

.guideBindCardModal {
  width: 380px !important;
}
.guideBindCardModal .ant-modal-header {
  display: none;
}
.guideBindCardModal .ant-modal-content {
  background: transparent;
  width: 380px;
  height: 422px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guideBindCardModal .ant-modal-body {
  width: 380px;
  height: 422px;
  padding: 0;
}
.guideBindCardModal .guideFlow-content-bindCard {
  position: relative;
  width: 380px;
  height: 422px;
  background: transparent;
  background: url(/resources/images/guide_bind_card-4fc42e7388.png) no-repeat;
  background-size: 100% 100%;
}
.guideBindCardModal .guideFlow-content-bindCard .guide-bindCard {
  position: absolute;
  left: 73px;
  bottom: 77px;
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
}
.guideBindCardModal .guideFlow-content-bindCard .close-btn {
  position: absolute;
  left: 73px;
  bottom: 24px;
  width: 233px;
  height: 38px;
  border-radius: 18px;
  cursor: pointer;
}

