@-webkit-keyframes dialog-content {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes dialog-content {
  0% {
    -moz-transform: translateY(-150%);
         transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes dialog-content {
  0% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes dialog-content {
  0% {
    -webkit-transform: translateY(-150%);
       -moz-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.swiper-box {
  height: 500px;
  width: 100%;
  background-color: #f7f8fa;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1260px) {
  .swiper-box {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .swiper-box {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-box {
    margin-top: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-box {
    height: 6.4rem;
  }
}

.swiper-container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
}
.swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  top: 535px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination span {
    width: 0.1066666667rem;
    height: 0.1066666667rem;
  }
}
.swiper-pagination span + span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination span + span {
    margin-left: 0.1066666667rem;
  }
}
.swiper-pagination span.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.2133333333rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    top: 6.9333333333rem;
  }
}

.login-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1260px;
  margin: 0 auto;
  z-index: 9;
}
@media screen and (min-width: 1260px) {
  .login-mask {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-mask {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .login-mask {
    height: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .login-mask {
    display: none;
  }
}
.login-mask .login-box {
  margin-top: 150px;
  float: right;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 330px;
  height: 340px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 20;
}
.login-mask .login-box .account {
  margin-bottom: 20px;
}
.login-mask .login-box .account,
.login-mask .login-box .password {
  position: relative;
}
.login-mask .login-box .account-icon,
.login-mask .login-box .password-icon {
  position: absolute;
  left: 35px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.login-mask .login-box .account-icon img,
.login-mask .login-box .password-icon img {
  width: 100%;
  height: 100%;
}
.login-mask .login-box > .login-title {
  width: 40px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666;
  margin: 38px 0 26px 20px;
}
.login-mask .login-box input {
  height: 38px;
  border-radius: 30px;
  border: solid 1px #e1e1e1;
  margin-left: 20px;
  padding-left: 50px;
  width: 240px;
}
.login-mask .login-box input::-webkit-input-placeholder {
  color: #cccccc;
}
.login-mask .login-box input:-moz-placeholder {
  color: #cccccc;
}
.login-mask .login-box input::-moz-placeholder {
  color: #cccccc;
}
.login-mask .login-box input:-ms-input-placeholder {
  color: #cccccc;
}
.login-mask .login-box input::placeholder {
  color: #cccccc;
}
.login-mask .login {
  margin: 44px 0 0 20px;
  width: 290px;
  height: 40px;
  background-color: #ff7733;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  border: 0;
}
.login-mask .login:hover {
  background-color: #fd6011;
}
.login-mask .remember-box {
  margin: 20px 20px 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.login-mask .remember-box .remember-check-box {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #cccccc;
}
.login-mask .remember-box .remember-check-box::after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3E%3Cpath d='M26.109 8.844q0 .625-.438 1.062L12.233 23.344q-.438.438-1.062.438t-1.062-.438l-7.781-7.781q-.438-.438-.438-1.062t.438-1.062l2.125-2.125q.438-.438 1.062-.438t1.062.438l4.594 4.609 10.25-10.266q.438-.438 1.062-.438t1.062.438l2.125 2.125q.438.437.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -o-background-size: 75% 75%;
     background-size: 75% 75%;
  background-position: center center;
  border: 0;
}
.login-mask .remember-box .is-remember-checked {
  background-color: #ff7733;
  border: 0;
}
.login-mask .remember-box .remember {
  color: #333;
}
.login-mask .remember-box-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.login-mask .remember-box-left > input {
  width: 14px;
  height: 14px;
  margin: 0;
}
.login-mask .remember-box-left > span {
  margin-left: 4px;
  color: #666;
}
.login-mask .remember-box-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff7733;
}
.login-mask .remember-box-right .line {
  margin: 0 6px;
  width: 1px;
  height: 11px;
  background-color: #cccccc;
}
.login-mask .remember-box-right > div:nth-child(1) {
  cursor: pointer;
}
.login-mask .remember-box-right .forget {
  position: relative;
  cursor: pointer;
}
.login-mask .remember-box-right .forget span {
  pointer-events: none;
}
.login-mask .remember-box-right .forget img {
  pointer-events: none;
}

.authorization {
  margin: 0 auto 88px;
}
@media screen and (min-width: 1260px) {
  .authorization {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .authorization {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .authorization {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .authorization {
    margin: 0 auto 1.3333333333rem;
  }
}
.authorization .platform-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .authorization .platform-box {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.authorization .activity-title {
  margin: 97px 0 56px 0 !important;
}
@media screen and (max-width: 767px) {
  .authorization .activity-title {
    margin: 0.7466666667rem 0 0.16rem 0 !important;
  }
}

.platform-box > .platform-item {
  width: 160px;
  height: 56px;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  margin: 12px 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .platform-box > .platform-item {
    width: 2.72rem;
    height: 0.9066666667rem;
    margin: 0.1866666667rem;
    border-radius: 0.1066666667rem;
  }
}
.platform-box > .platform-item .platform-image-box {
  height: 36px;
  width: 128px;
}
.platform-box > .platform-item .platform-image-box > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .platform-box > .platform-item .platform-image-box {
    height: 0.56rem;
    width: 1.84rem;
  }
  .platform-box > .platform-item .platform-image-box > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.platform-box > .platform-item .more-platform-button {
  position: relative;
  width: 160px;
  height: 56px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #ff7733;
  color: #ff7733;
}
@media screen and (max-width: 767px) {
  .platform-box > .platform-item .more-platform-button {
    width: 2.72rem;
    height: 0.9066666667rem;
    border-radius: 0.1066666667rem;
    font-size: 0.3733333333rem;
  }
}
.platform-box > .platform-item .more-platform-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ff7733;
  top: 51%;
  right: 35px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .platform-box > .platform-item .more-platform-button::after {
    border-width: 0.1066666667rem;
    right: 0.2666666667rem;
  }
}
.platform-box > .platform-item .more-platform-button:hover {
  color: #fff;
  background-color: #ff7733;
}
.platform-box > .platform-item .more-platform-button:hover::after {
  border-color: transparent transparent transparent #fff;
}

.select {
  background-color: #f7f8fa;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .select {
    height: 100%;
    padding-bottom: 0.7466666667rem;
  }
}
.select .activity-title {
  padding: 78px 0 69px 0 !important;
}
@media screen and (max-width: 767px) {
  .select .activity-title {
    padding: 0.7466666667rem 0 0.2933333333rem 0 !important;
  }
}
.select .seller-box {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-bottom: 69px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1260px) {
  .select .seller-box {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .select .seller-box {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .select .seller-box {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .select .seller-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 0.4rem;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
    padding-bottom: unset;
  }
}
.select .seller-box-item {
  width: 410px;
  height: 120px;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .select .seller-box-item {
    width: 10.9333333333rem;
    height: 3.2rem;
    margin: 0 0.4rem;
  }
}
.select .seller-box-item-image {
  width: 70px;
  height: 70px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .select .seller-box-item-image {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
  }
}
.select .seller-box-item-number {
  color: #14a9a9;
  font-size: 55px;
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .select .seller-box-item-number {
    font-size: 1.4666666667rem;
  }
}
.select .seller-box-item-top {
  color: #14a9a9;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .select .seller-box-item-top {
    font-size: 0.5333333333rem;
  }
}
.select .seller-box-item-bottom {
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .select .seller-box-item-bottom {
    font-size: 0.3733333333rem;
  }
}

.integrated-management {
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .integrated-management {
    margin-bottom: 1.0133333333rem;
  }
}
.integrated-management .activity-title {
  padding: 78px 0 69px 0 !important;
}
@media screen and (max-width: 767px) {
  .integrated-management .activity-title {
    padding: 1.3333333333rem 0 0.56rem 0 !important;
  }
}
.integrated-management .integrated-collapse-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .integrated-management .integrated-collapse-btn {
    width: 3.4133333333rem;
    height: 0.9066666667rem;
    background-color: #ffffff;
    border-radius: 0.1066666667rem;
    border: solid 1px #666;
    margin: 0.5866666667rem auto 0;
    font-size: 0.3733333333rem;
    line-height: 0.9066666667rem;
    color: #333;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.integrated-management .integrated-collapse-btn::after {
  content: "";
  display: block;
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  background-image: url("/api/app/views/static/img/home/sq.png");
  -o-background-size: 0.5866666667rem 0.5866666667rem;
     background-size: 0.5866666667rem 0.5866666667rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.integrated-management .module-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  .integrated-management .module-box {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .integrated-management .module-box {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box {
    width: 100vw;
  }
}
.integrated-management .module-box .module {
  position: relative;
  padding: 20px;
  width: 400px;
  height: 286px;
  background-color: #fff;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0 30px 50px 0;
  overflow: hidden;
  box-shadow: 0 8px 20px 0 rgba(180, 189, 221, 0.26);
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module {
    width: 9.2rem;
    height: auto;
    margin: 0 auto 0.32rem;
    padding: 0.5333333333rem 0.4rem;
    border-radius: 0.16rem;
    box-shadow: 0px 0px 0.2666666667rem 0px rgba(180, 189, 221, 0.2);
  }
}
.integrated-management .module-box .module:hover .module-inner {
  -webkit-transform: translateY(-120px);
     -moz-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
       -o-transform: translateY(-120px);
          transform: translateY(-120px);
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module:hover .module-inner {
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}
.integrated-management .module-box .module::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  background-color: #ff7733;
  -webkit-transition: 0.2s linear all 0.2s;
  -o-transition: 0.2s linear all 0.2s;
  -moz-transition: 0.2s linear all 0.2s;
  transition: 0.2s linear all 0.2s;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module::after {
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}
.integrated-management .module-box .module:hover::after {
  width: 99%;
  -webkit-transition: 0.3s linear all 0.3s;
  -o-transition: 0.3s linear all 0.3s;
  -moz-transition: 0.3s linear all 0.3s;
  transition: 0.3s linear all 0.3s;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module:hover::after {
    width: unset;
  }
}
.integrated-management .module-box .module .module-inner {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.integrated-management .module-box .module .module-inner:focus, .integrated-management .module-box .module .module-inner:active {
  outline: none;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module .module-inner {
    -webkit-transition: unset;
    -o-transition: unset;
    -moz-transition: unset;
    transition: unset;
  }
}
.integrated-management .module-box .module .title {
  font-size: 22px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module .title {
    font-size: 0.4266666667rem;
    float: left;
  }
}
.integrated-management .module-box .module .text {
  width: 338px;
  height: 80px;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module .text {
    width: 6.1333333333rem;
    height: auto;
    margin-top: 0.2666666667rem;
    font-size: 0.32rem;
    float: left;
  }
}
.integrated-management .module-box .module .core-module-detail-btn {
  width: 304px;
  height: 46px;
  border-radius: 30px;
  border: solid 1px #ff7733;
  margin: 40px 0 0 24px;
  color: #ff7733;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module .core-module-detail-btn {
    display: none;
  }
}
.integrated-management .module-box .module .core-module-detail-btn:hover {
  color: #fff;
  background-color: #ff7733;
}
.integrated-management .module-box .module .icon {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module .icon {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-bottom: 0.24rem;
    float: left;
    margin-right: 0.4rem;
  }
}
.integrated-management .module-box .module .icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module:nth-child(n+6) {
    display: none;
  }
}
.integrated-management .module-box .module:nth-child(3n) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .integrated-management .module-box .module:nth-child(3n) {
    margin: 0 auto 0.32rem;
  }
}

.order {
  height: 977px;
}
@media screen and (max-width: 767px) {
  .order {
    height: 11.4133333333rem;
  }
}
.order .activity-title {
  padding: 10px 0 56px 0 !important;
}
@media screen and (max-width: 767px) {
  .order .activity-title {
    padding: 0 0 0.96rem 0 !important;
  }
}

.order .select-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order .select-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 23px;
  position: relative;
}
@media screen and (min-width: 1260px) {
  .order .select-menu {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order .select-menu {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .order .select-menu {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .order .select-menu {
    font-size: 0.3733333333rem;
    padding-bottom: 0.3733333333rem;
  }
}
.order .select-menu .select-item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .order .select-menu .select-item {
    width: 5em;
  }
}
.order .select-menu .select-active {
  color: #ff7733;
  position: absolute;
  top: 53px;
  left: 380px;
  width: 160px;
  height: 1px;
  background-color: #ff7733;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  transition: 0.5s linear;
}
@media screen and (max-width: 767px) {
  .order .select-menu .select-active {
    top: 0.8533333333rem;
    left: 2.6666666667rem;
    width: 1.28rem;
  }
}

.select-menu div {
  margin: 0 55px;
}
@media screen and (max-width: 767px) {
  .select-menu div {
    margin: 0 0.32rem;
  }
}

.order {
  background-color: #fff;
}
.order .shwo-box {
  margin: 0 auto;
  height: 709px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1260px) {
  .order .shwo-box {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order .shwo-box {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .order .shwo-box {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .order .shwo-box {
    height: 8.9066666667rem;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.order .shwo-box .show-box-left {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .order .shwo-box .show-box-left {
    width: 100%;
  }
}
.order .shwo-box .show-box-left > div:nth-child(1) {
  font-size: 40px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .order .shwo-box .show-box-left > div:nth-child(1) {
    display: none;
  }
}
.order .shwo-box .show-box-left > div:nth-child(2) {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .order .shwo-box .show-box-left > div:nth-child(2) {
    font-size: 0.3733333333rem;
    text-align: center;
    margin-top: 0.4rem;
  }
}
.order .shwo-box .show-box-left .purchase-button {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  margin-top: 58px;
  width: 158px;
  height: 44px;
  background-image: -webkit-linear-gradient(right, #59d6d6 0%, #14a9a9 100%);
  background-image: -moz-linear-gradient(right, #59d6d6 0%, #14a9a9 100%);
  background-image: -o-linear-gradient(right, #59d6d6 0%, #14a9a9 100%);
  background-image: linear-gradient(270deg, #59d6d6 0%, #14a9a9 100%);
  border-radius: 30px;
  border: 0;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  position: relative;
}
.order .shwo-box .show-box-left .purchase-button > span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.order .shwo-box .show-box-left .purchase-button::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  color: #fff;
  -webkit-transform: rotate(180deg) translateY(50%);
     -moz-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
       -o-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.order .shwo-box .show-box-left .purchase-button:hover {
  background-color: #fd6011;
}
.order .shwo-box .show-box-left .purchase-button:hover > span {
  -webkit-transform: translateX(-4px);
     -moz-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
       -o-transform: translateX(-4px);
          transform: translateX(-4px);
}
.order .shwo-box .show-box-left .purchase-button:hover::after {
  -webkit-transform: rotate(180deg) translateY(50%) translateX(-4px);
     -moz-transform: rotate(180deg) translateY(50%) translateX(-4px);
      -ms-transform: rotate(180deg) translateY(50%) translateX(-4px);
       -o-transform: rotate(180deg) translateY(50%) translateX(-4px);
          transform: rotate(180deg) translateY(50%) translateX(-4px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .order .shwo-box .show-box-left .purchase-button {
    margin: 0.4rem auto 0;
    width: 3.8933333333rem;
    height: 0.9066666667rem;
    font-size: 0.3733333333rem;
    border-radius: 0.8rem;
    line-height: 0.9066666667rem;
  }
}
.order .shwo-box .show-box-right {
  width: 830px;
  height: 500px;
  margin-left: 40px;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 30px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .order .shwo-box .show-box-right {
    width: 9.2rem;
    height: 5.0666666667rem;
    margin-left: 0;
    margin-top: 0;
  }
}
.order .shwo-box .show-box-right img {
  width: 100%;
  height: 100%;
}

.free-box {
  height: 290px;
  background-image: url("/api/app/views/static/img/home/ljsy.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 58px 0 54px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .free-box {
    height: 4.3733333333rem;
    padding: 0.8rem 0 0rem 0;
    -o-background-size: auto 100%;
       background-size: auto 100%;
    background-position-x: -9.0666666667rem;
  }
}
.free-box > div:nth-child(1) {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .free-box > div:nth-child(1) {
    font-size: 0.48rem;
  }
}
.free-box > div:nth-child(2) {
  font-size: 20px;
  margin: 13px 0 34px 0;
}
@media screen and (max-width: 767px) {
  .free-box > div:nth-child(2) {
    font-size: 0.32rem;
    margin: 0.2666666667rem 0 0.5066666667rem 0;
  }
}
.free-box .free-box-button {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  background-color: #fe7f40;
  border-radius: 30px;
  border: solid 2px #fff;
  line-height: 60px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button {
    width: 3.8933333333rem;
    height: 0.9066666667rem;
    border-radius: 0.8rem;
    line-height: 0.7466666667rem;
    border-width: 1px;
  }
}
.free-box .free-box-button::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 30%;
  left: 48%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  -webkit-animation: free-button-animation 1.3s ease-out infinite;
     -moz-animation: free-button-animation 1.3s ease-out infinite;
       -o-animation: free-button-animation 1.3s ease-out infinite;
          animation: free-button-animation 1.3s ease-out infinite;
  pointer-events: none;
}
.free-box .free-box-button span {
  position: relative;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button span {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}
.free-box .free-box-button span::after {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  -webkit-transform: rotate(180deg) translateX(-5px);
     -moz-transform: rotate(180deg) translateX(-5px);
      -ms-transform: rotate(180deg) translateX(-5px);
       -o-transform: rotate(180deg) translateX(-5px);
          transform: rotate(180deg) translateX(-5px);
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button span::after {
    border-top: 0.16rem solid transparent;
    border-right: 0.16rem solid #fff;
    border-bottom: 0.16rem solid transparent;
    -webkit-transform: rotate(180deg) translateX(-0.1066666667rem);
       -moz-transform: rotate(180deg) translateX(-0.1066666667rem);
        -ms-transform: rotate(180deg) translateX(-0.1066666667rem);
         -o-transform: rotate(180deg) translateX(-0.1066666667rem);
            transform: rotate(180deg) translateX(-0.1066666667rem);
  }
}

.forget-the-password {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 12px;
  min-width: 160px;
  padding: 3px;
  border-radius: 3px;
  line-height: 24px;
  color: rgb(51, 51, 51);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  text-align: start;
}
.forget-the-password > div {
  text-indent: 2em;
}
.forget-the-password > div:hover {
  background-color: #f5f5f5;
}

.mobile-recovery-dialog,
.email-recovery-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.mobile-recovery-dialog.dialog-active,
.email-recovery-dialog.dialog-active {
  display: block;
}
.mobile-recovery-dialog .dialog-content,
.email-recovery-dialog .dialog-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 420px;
  height: -webkit-calc(100vh - 300px);
  height: -moz-calc(100vh - 300px);
  height: calc(100vh - 300px);
  margin: 150px auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-animation: dialog-content 0.5s ease-in-out forwards;
     -moz-animation: dialog-content 0.5s ease-in-out forwards;
       -o-animation: dialog-content 0.5s ease-in-out forwards;
          animation: dialog-content 0.5s ease-in-out forwards;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: auto;
  padding: 15px;
}
.mobile-recovery-dialog .dialog-close,
.email-recovery-dialog .dialog-close {
  text-align: end;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #999;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.mobile-recovery-dialog .dialog-close:hover,
.email-recovery-dialog .dialog-close:hover {
  color: #333;
}
.mobile-recovery-dialog .recovery-form .recovery-form-item,
.email-recovery-dialog .recovery-form .recovery-form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.mobile-recovery-dialog .recovery-form .recovery-form-item + .recovery-form-item,
.email-recovery-dialog .recovery-form .recovery-form-item + .recovery-form-item {
  margin-top: 20px;
}
.mobile-recovery-dialog .recovery-form .recovery-button,
.email-recovery-dialog .recovery-form .recovery-button {
  width: 100%;
  margin: 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #ff7733;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
.mobile-recovery-dialog .recovery-form input,
.email-recovery-dialog .recovery-form input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  margin: 0 20px;
  border: 1px solid #c1c1c1;
  border-radius: 30px;
}
.mobile-recovery-dialog .recovery-form input:focus,
.email-recovery-dialog .recovery-form input:focus {
  outline: none;
  border: 1px solid #ff7733;
}
.mobile-recovery-dialog .recovery-form input.captcha-text,
.email-recovery-dialog .recovery-form input.captcha-text {
  margin-right: 10px;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 150px;
}
.mobile-recovery-dialog .recovery-form .captcha-img,
.email-recovery-dialog .recovery-form .captcha-img {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.email-recovery-dialog .dialog-body {
  padding: 30px 0;
}
.email-recovery-dialog .recovery-tips-line {
  padding: 0 5px;
  margin: 20px 0 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.mobile-recovery-dialog .recovery-step-tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.mobile-recovery-dialog .recovery-step-tabs .recovery-step-tab {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.mobile-recovery-dialog .recovery-step-tabs .recovery-step-tab::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 2px;
  top: 30px;
  left: 2.5%;
  background-color: #666;
}
.mobile-recovery-dialog .recovery-step-tabs .recovery-step-tab:hover::after {
  background-color: #ff7733;
}
.mobile-recovery-dialog .recovery-step-tabs .recovery-step-tab.active {
  color: #ff7733;
}
.mobile-recovery-dialog .recovery-step-tabs .recovery-step-tab.active::after {
  background-color: #ff7733;
}
.mobile-recovery-dialog .recovery-form {
  display: none;
  margin: 15px 0;
}
.mobile-recovery-dialog .recovery-form.active {
  display: block;
}
.mobile-recovery-dialog .code-form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  border-radius: 30px;
}
.mobile-recovery-dialog .code-form-content input {
  margin-right: 0;
  border: 1px solid #c1c1c1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-recovery-dialog .get-code-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 140px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #666;
  border: 1px solid #c1c1c1;
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #dbdbdb;
  cursor: pointer;
}
.mobile-recovery-dialog .get-code-btn:not(.disabled):hover {
  border-color: #ff7733;
  color: #333;
  background-color: #fff;
}
.mobile-recovery-dialog .get-code-btn.disabled {
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}

.dialog-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 999;
  background-color: rgba(14, 14, 14, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog-mask .title {
  font-size: 20px;
}
.dialog-mask .dialog-close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 24px;
  color: #cccccc;
}
.dialog-mask .dialog-close:hover {
  color: #000;
  cursor: pointer;
}
.dialog-mask .tabs {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  position: relative;
}
.dialog-mask .tabs .tab {
  height: 40px;
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.dialog-mask .tabs .tab::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 2px;
  top: 30px;
  left: 0px;
  background-color: #6e6e6e;
}
.dialog-mask .tabs .tab-active {
  position: absolute;
  width: 48%;
  height: 2px;
  top: 30px;
  left: 0;
  background-color: #ff7733;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dialog-mask .form {
  margin-top: 20px;
}
.dialog-mask .form .form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.dialog-mask .form .form-item input {
  width: 100%;
  padding-left: 20px;
  border-radius: 30px;
  border: 1px solid #e1e1e1;
}
.dialog-mask .form .form-item input:focus {
  outline: none;
  border: 1px solid #ff7733;
}
.dialog-mask .form .form-item p {
  color: red;
}
.dialog-mask .form .get-code input {
  border-radius: 30px 0 0 30px;
}
.dialog-mask .form .get-code-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  color: #666;
  height: 100%;
  background-color: #dbdbdb;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.dialog-mask .form .get-code-button:hover {
  background-color: #fff;
  color: #222;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ff7733;
}
.dialog-mask .form .consent-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-mask .form .consent-box span {
  color: #14a9a9;
  cursor: pointer;
}
.dialog-mask .form .consent-box span:nth-child(1) {
  width: 14px;
  height: 14px;
  border: 1px solid #767676;
  margin-right: 5px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.dialog-mask .form .consent-box span:nth-child(1)::after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3E%3Cpath d='M26.109 8.844q0 .625-.438 1.062L12.233 23.344q-.438.438-1.062.438t-1.062-.438l-7.781-7.781q-.438-.438-.438-1.062t.438-1.062l2.125-2.125q.438-.438 1.062-.438t1.062.438l4.594 4.609 10.25-10.266q.438-.438 1.062-.438t1.062.438l2.125 2.125q.438.437.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -o-background-size: 75% 75%;
     background-size: 75% 75%;
  background-position: center center;
  border: 0;
}
.dialog-mask .form .consent-box span:nth-child(3) {
  margin-right: 5px;
}
.dialog-mask .form .consent-box span:nth-child(2) {
  margin-right: 5px;
  color: #222;
  cursor: default;
}
.dialog-mask .form .consent-box .is-checked {
  background-color: #ff7733 !important;
  border: 0 !important;
}
.dialog-mask .form .consent-box input {
  margin-right: 8px;
}

.mobile-dialog,
.email-dialog {
  width: 420px;
  min-height: 320px;
  background-color: #fff;
  position: absolute;
  top: 150px;
  left: 50%;
  border-radius: 5px;
}
.mobile-dialog .mobile-tabs,
.email-dialog .mobile-tabs {
  margin-top: 50px;
  padding: 0 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.mobile-dialog .mobile-tabs .mobile-active,
.email-dialog .mobile-tabs .mobile-active {
  width: 39%;
  left: 40px;
}
.mobile-dialog .set-password-form,
.email-dialog .set-password-form {
  display: none;
}
.mobile-dialog .mobile-form,
.mobile-dialog .set-password-form,
.mobile-dialog .email-form-item,
.email-dialog .mobile-form,
.email-dialog .set-password-form,
.email-dialog .email-form-item {
  padding: 0 40px;
}
.mobile-dialog .mobile-form .button,
.mobile-dialog .set-password-form .button,
.mobile-dialog .email-form-item .button,
.email-dialog .mobile-form .button,
.email-dialog .set-password-form .button,
.email-dialog .email-form-item .button {
  width: 100%;
  color: #fff;
  background-color: #ff7733;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 30px;
}
.mobile-dialog .mobile-form .button:hover,
.mobile-dialog .set-password-form .button:hover,
.mobile-dialog .email-form-item .button:hover,
.email-dialog .mobile-form .button:hover,
.email-dialog .set-password-form .button:hover,
.email-dialog .email-form-item .button:hover {
  background-color: #fd6011;
}
.mobile-dialog .email-form,
.email-dialog .email-form {
  margin-top: 80px;
}
.mobile-dialog .email-form .txt,
.email-dialog .email-form .txt {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
}

.dialog-show {
  -webkit-animation: dialog-show 0.5s ease-in-out forwards;
     -moz-animation: dialog-show 0.5s ease-in-out forwards;
       -o-animation: dialog-show 0.5s ease-in-out forwards;
          animation: dialog-show 0.5s ease-in-out forwards;
  width: 420px;
}

.dialog-none {
  -webkit-animation: dialog-none 0.5s ease-in-out forwards;
     -moz-animation: dialog-none 0.5s ease-in-out forwards;
       -o-animation: dialog-none 0.5s ease-in-out forwards;
          animation: dialog-none 0.5s ease-in-out forwards;
}

.hint-dialog {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 300px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.hint-dialog .dialog-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f8f8;
}
.hint-dialog .dialog-header .hint-close {
  font-size: 24px;
  color: #cccccc;
}
.hint-dialog .dialog-header .hint-close:hover {
  color: #000;
  cursor: pointer;
}
.hint-dialog .dialog-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  padding: 25px 15px 15px 15px;
  margin-bottom: 10px;
}
.hint-dialog .dialog-footer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
}
.hint-dialog .dialog-footer .dialog-button {
  font-size: 20px;
  height: 40px;
  width: 90px;
  background-color: #2e8ded;
  border: 0;
  color: #fff;
  border-radius: 5px;
}
.hint-dialog .dialog-footer .dialog-button:hover {
  background-color: #4298ef;
}

.message {
  display: none;
  position: fixed;
  min-width: 300px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #666;
  left: 50%;
  top: 45%;
  background-color: #666;
  color: #fff;
  padding: 15px 15px 15px 20px;
  opacity: 0;
  z-index: 2000;
}

.messageShow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: messageShow 3s ease-in-out;
     -moz-animation: messageShow 3s ease-in-out;
       -o-animation: messageShow 3s ease-in-out;
          animation: messageShow 3s ease-in-out;
}

@-webkit-keyframes dialog-show {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes dialog-show {
  0% {
    -moz-transform: translateY(-150%);
         transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes dialog-show {
  0% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes dialog-show {
  0% {
    -webkit-transform: translateY(-150%);
       -moz-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes dialog-none {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
  }
}
@-moz-keyframes dialog-none {
  0% {
    opacity: 1;
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(-150%);
         transform: translateY(-150%);
    opacity: 0;
  }
}
@-o-keyframes dialog-none {
  0% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
  100% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%);
    opacity: 0;
  }
}
@keyframes dialog-none {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-150%);
       -moz-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes messageShow {
  0% {
    opacity: 0.2;
    scale: 0;
  }
  25% {
    opacity: 0.8;
    scale: 1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  70% {
    opacity: 0.8;
    scale: 1;
  }
  80% {
    opacity: 0.8;
    scale: 1;
  }
  90% {
    opacity: 0.8;
    scale: 1;
  }
  95% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 0.8;
    scale: 0;
  }
}
@-moz-keyframes messageShow {
  0% {
    opacity: 0.2;
    scale: 0;
  }
  25% {
    opacity: 0.8;
    scale: 1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  70% {
    opacity: 0.8;
    scale: 1;
  }
  80% {
    opacity: 0.8;
    scale: 1;
  }
  90% {
    opacity: 0.8;
    scale: 1;
  }
  95% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 0.8;
    scale: 0;
  }
}
@-o-keyframes messageShow {
  0% {
    opacity: 0.2;
    scale: 0;
  }
  25% {
    opacity: 0.8;
    scale: 1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  70% {
    opacity: 0.8;
    scale: 1;
  }
  80% {
    opacity: 0.8;
    scale: 1;
  }
  90% {
    opacity: 0.8;
    scale: 1;
  }
  95% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 0.8;
    scale: 0;
  }
}
@keyframes messageShow {
  0% {
    opacity: 0.2;
    scale: 0;
  }
  25% {
    opacity: 0.8;
    scale: 1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  70% {
    opacity: 0.8;
    scale: 1;
  }
  80% {
    opacity: 0.8;
    scale: 1;
  }
  90% {
    opacity: 0.8;
    scale: 1;
  }
  95% {
    opacity: 0.8;
    scale: 1;
  }
  100% {
    opacity: 0.8;
    scale: 0;
  }
}
@-webkit-keyframes free-button-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}
@-moz-keyframes free-button-animation {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(15);
         transform: scale(15);
  }
}
@-o-keyframes free-button-animation {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  100% {
    -o-transform: scale(15);
       transform: scale(15);
  }
}
@keyframes free-button-animation {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(15);
       -moz-transform: scale(15);
         -o-transform: scale(15);
            transform: scale(15);
  }
}
.login-verify-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.login-verify-dialog.dialog-active {
  display: block;
}
.login-verify-dialog-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  height: -webkit-calc(100vh - 300px);
  height: -moz-calc(100vh - 300px);
  height: calc(100vh - 300px);
  margin: 150px auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-animation: dialog-content 0.5s ease-in-out forwards;
     -moz-animation: dialog-content 0.5s ease-in-out forwards;
       -o-animation: dialog-content 0.5s ease-in-out forwards;
          animation: dialog-content 0.5s ease-in-out forwards;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: auto;
}
.login-verify-dialog-content-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ebeef5;
}
.login-verify-dialog-content-header .dialog-close {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #999;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.login-verify-dialog-content-header .dialog-close:hover {
  color: #333;
}
.login-verify-dialog-content-header .dialog-title {
  font-size: 18px;
}
.login-verify-dialog-content-main {
  padding: 15px 20px 20px;
}
.login-verify-dialog-content-main .tip-box {
  margin-bottom: 15px;
}
.login-verify-dialog-content-main .tip-box .tip {
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
.login-verify-dialog-content-main .tip-box .tip .key-point {
  color: #ff5949;
}
.login-verify-dialog-content-main .login-verify-form-item {
  margin-bottom: 20px;
}
.login-verify-dialog-content-main .login-verify-form-input {
  width: 100%;
  height: 36px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
}
.login-verify-dialog-content-main .login-verify-form .code-form-item {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-verify-dialog-content-main .login-verify-form .code-form-item .login-verify-code-input {
  width: 230px;
}
.login-verify-dialog-content-main .login-verify-form .code-form-item .login-verify-code-input:focus {
  outline: none;
  border: 1px solid #ff7733;
}
.login-verify-dialog-content-main .login-verify-form .code-form-item .get-login-verify-code-btn {
  cursor: pointer;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ff7733;
  background: #fff5ed;
  border: 1px solid #fecba7;
  border-radius: 4px;
  font-size: 14px;
}
.login-verify-dialog-content-main .login-verify-form .code-form-item .get-login-verify-code-btn.disabled {
  color: #fecba7;
  border-color: #fee0ca;
  cursor: not-allowed;
}
.login-verify-dialog-content-main .login-verify-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  background: #ff7733;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.login-verify-dialog-content-main .login-verify-btn:hover {
  background-color: #fd6011;
}

input[type=password]::-ms-reveal {
  display: none;
}

.icon-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.eyes-close, .eyes-open {
  position: absolute;
  top: 7px;
  right: 30px;
}

.eyes-close > img, .eyes-open > img {
  width: 22px;
  height: 22px;
}

.eyes-close.hide, .eyes-open.hide {
  display: none;
}