.account {
  margin-top: 40px;
  background-color: #fff;
}
.account-container {
  min-height: 400px;
  padding-bottom: 30px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 0.3s linear;
}
.account-hide {
  display: none;
}
.account-user {
  width: 100%;
}
.account-user-info {
  display: flex;
  height: 165px;
  box-sizing: border-box;
  border-bottom: 2px solid #f8f8f8;
  padding: 30px 20px 20px;
}
.account-user-info .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100%;
  border-radius: 50%;
}
.account-user-info .avatar .layui-icon {
  font-size: 60px;
  color: #ccc;
}
.account-user-info .avatar img {
  width: 80px;
  height: 80px;
}
.account-user-info .avatar-span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 76px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
}
.account-user-info .info {
  flex: 1;
  height: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-user-info .info-name {
  color: #333;
}
.account-user-info .info-name-span1 {
  font-size: 18px;
  font-weight: 700;
}
.account-user-info .info-name-span2 {
  font-size: 14px;
}
.account-user-info .info-type {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.account-user-info .info-type-span2 {
  margin-left: 10px;
  color: #999;
}
.account-user-info .reserved-information {
  width: 86px;
  height: 100%;
  align-self: flex-end;
  display: flex;
  align-items: center;
}
.account-user-info .reserved-information-btn {
  width: 86px;
  height: 30px;
  cursor: pointer;
}
.account-user .jjjl {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.account-user .jjjl-main {
  padding: 30px 20px 50px;
}
.account-user .jjjl-main-tabs {
  display: flex;
  height: 30px;
  border-bottom: 2px solid #f8f8f8;
  margin: 20px 10px 10px;
}
.account-user .jjjl-main-tabs-tab {
  margin-right: 30px;
  height: 30px;
  box-sizing: border-box;
  font-family: microsoftyahei-bold;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
}
.account-user .jjjl-main-tabs-active {
  color: #f5a623;
  border-bottom: 2px solid #f5a623;
}
.account-user .jjjl-main-content {
  display: flex;
  justify-content: space-between;
  height: 220px;
  margin-bottom: 30px;
}
.account-user .jjjl-main-content .left {
  height: 100%;
}
.account-user .jjjl-main-content .left img {
  height: 100%;
  border-radius: 5px;
}
.account-user .jjjl-main-content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
}
.account-user .jjjl-main-content .right-title {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.account-user .jjjl-main-content .right-content {
  width: 100%;
  flex: 1;
  margin-top: 10px;
  /* font-family: microsoftyahei; */
  font-size: 16px;
  color: #666666;
}
.account-user .jjjl-main-products {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account-user .jjjl-main-products-prod {
  display: block;
  width: 365px;
  height: 130px;
  margin-bottom: 30px;
  margin-right: 32px;
  box-sizing: border-box;
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  cursor: pointer;
}
.account-user .jjjl-main-products-prod .title {
  display: flex;
  justify-content: space-between;
}
.account-user .jjjl-main-products-prod .title-name {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.account-user .jjjl-main-products-prod .title-type {
  width: 80px;
  text-align: right;
  /* font-family: microsoftyahei; */
  font-size: 14px;
  color: #4e3280;
}
.account-user .jjjl-main-products-prod .growth-rate {
  margin-top: 20px;
  height: 40px;
}
.account-user .jjjl-main-products-prod .growth-rate-data {
  font-family: sourcehansanscn-medium;
  font-size: 28px;
  color: #f5a623;
}
.account-user .jjjl-main-products-prod .growth-rate-dw {
  color: #f5a623;
}
.account-user .jjjl-main-products-prod .growth-rate-zh {
  /* font-family: microsoftyahei; */
  font-size: 12px;
  color: #999999;
}
.account-user .jjjl-main-products-prod .update-time {
  margin-top: 7px;
  color: #999999;
}
.account-user .jjjl-main-products-prod:nth-child(3n) {
  margin-right: 0;
}
.account-user .jjjl-main .title-left-bar {
  margin: 20px 0;
}
.account-pass {
  width: 100%;
  padding: 40px 100px 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
.account-pass-title {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.account-pass .pass-form {
  width: 720px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
  padding: 40px;
}
.account-pass .pass-form-item {
  display: inline-flex;
  justify-content: space-between;
  height: 33px;
  margin-bottom: 45px;
}
.account-pass .pass-form-item .item-label {
  width: 100px;
  position: relative;
  text-align: left;
}
.account-pass .pass-form-item .item-label .bling-star {
  position: absolute;
  left: -15px;
  top: 0px;
  transform: scale(0.45);
}
.account-pass .pass-form-item .item-label .bling-star .layui-icon {
  color: red;
}
.account-pass .pass-form-item .item-input {
  position: relative;
  width: 340px;
  border-bottom: 1px solid #ddd;
}
.account-pass .pass-form-item .item-input input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
.account-pass .pass-form-item .item-input .select {
  display: inline-block;
  width: 100%;
  border: none;
  height: 26px;
  color: #333;
}
.account-pass .pass-form-item .item-input .select-option {
  display: block;
  height: 60px;
}
.account-pass .pass-form-item .item-input .send-message {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: right;
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #533687;
  cursor: pointer;
}
.account-pass .pass-form-item .item-input .sending-message {
  color: #ccc;
}
.account-pass .pass-form-opre .form-reset {
  display: inline-block;
  height: 50px;
  width: 130px;
  background: #e2e2e2;
  border-radius: 4px;
  cursor: pointer;
}
.account-pass .pass-form-opre .form-submit {
  display: inline-block;
  height: 50px;
  width: 130px;
  font-size: 16px;
  background-color: #533687;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
.account-info {
  width: 100%;
  padding: 40px 100px 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
.account-info-title {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.account-info .pass-form {
  width: 720px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
  padding: 40px;
}
.account-info .pass-form-item {
  display: inline-flex;
  justify-content: space-between;
  height: 33px;
  margin-bottom: 45px;
}
.account-info .pass-form-item .item-label {
  width: 100px;
  position: relative;
  text-align: left;
}
.account-info .pass-form-item .item-label .bling-star {
  position: absolute;
  left: -15px;
  top: 0px;
  transform: scale(0.45);
}
.account-info .pass-form-item .item-label .bling-star .layui-icon {
  color: red;
}
.account-info .pass-form-item .item-input {
  position: relative;
  width: 340px;
  border-bottom: 1px solid #ddd;
}
.account-info .pass-form-item .item-input input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
.account-info .pass-form-item .item-input .select {
  display: inline-block;
  width: 100%;
  border: none;
  height: 26px;
  color: #333;
}
.account-info .pass-form-item .item-input .select-option {
  display: block;
  height: 60px;
}
.account-info .pass-form-item .item-input .send-message {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: right;
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #533687;
  cursor: pointer;
}
.account-info .pass-form-item .item-input .sending-message {
  color: #ccc;
}
.account-info .pass-form-opre .form-reset {
  display: inline-block;
  height: 50px;
  width: 130px;
  background: #e2e2e2;
  border-radius: 4px;
  cursor: pointer;
}
.account-info .pass-form-opre .form-submit {
  display: inline-block;
  height: 50px;
  width: 130px;
  font-size: 16px;
  background-color: #533687;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
/*# sourcemappingurl=myaccount.css.map */
@media (max-width: 1200px) {
  .account-user .jjjl-main-products {
    gap: 30px;
  }
  .account-user .jjjl-main-products-prod {
    width: 30%;
    min-width: 300px;
    margin: 0;
  }
  .account-user .jjjl-main-content .right-content {
    overflow-y: auto;
  }
  .account-user .jjjl-main-content .right-content::-webkit-scrollbar {
    width: 0 !important;
    display: none;
    /* chrome safari */
  }
  .account-user .jjjl-main-content .right-content {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* ie 10  */
  }
  .account-info-title {
    text-align: center;
  }
  .account-pass,
  .account-info {
    padding: 0;
  }
  .account-pass .pass-form,
  .account-info .pass-form {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .account-info .pass-form-item,
  .account-pass .pass-form-item {
    width: 100%;
  }
  .account-info .pass-form-item .item-input,
  .account-pass .pass-form-item .item-input {
    width: calc(100% - 100px);
  }
  .account-info .pass-form-item .item-input .send-message,
  .account-pass .pass-form-item .item-input .send-message {
    width: 70px;
  }
  .account-pass .pass-form,
  .account-info .pass-form {
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .account-user .jjjl-main-products {
    justify-content: center;
  }
  .account-user-info {
    height: auto;
  }

  .account-pass .pass-form-item,
  .account-info .pass-form-item {
    flex-wrap: wrap;
  }
  .account-pass .pass-form-item .item-input,
  .account-info .pass-form-item .item-input {
    width: 100%;
    font-size: 12px;
  }
  .account-pass .pass-form-item .item-label,
  .account-info .pass-form-item .item-label {
    height: 40px;
  }
  .account-pass .pass-form-opre .form-reset,
  .account-pass .pass-form-opre .form-submit,
  .account-info .pass-form-opre .form-submit {
    width: 80px;
    height: 35px;
  }
}
