.download {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
  border-radius: 2px 2px 2px 2px;
}
.download img {
  width: 130px;
  height: 130px;
  margin-right: 20px;
}
.download p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.download > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.download .zxfk-btn {
  color: #333333;
  font-size: 16px;
  padding: 8px 0;
  background-color: #FFE74E;
  text-align: center;
  cursor: pointer;
}

.fixed-box-left {
  border-radius: 0px 0px 0px 0px;
  background: white;
}

.fixed-box-left .user-info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, rgb(255, 246, 217), rgb(255, 255, 255));
}
.fixed-box-left .user-info-box > img {
  width: 100px;
  height: 100px;
}
.fixed-box-left .user-info-box p {
  font-size: 20px;
  font-weight: bold;
  color: #363A44;
  margin-top: 16px;
  margin-bottom: 10px;
}
.fixed-box-left .user-info-box .vip-last-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.fixed-box-left .user-info-box .vip-last-time img {
  width: 25px;
  height: 23px;
}
.fixed-box-left .user-info-box .vip-last-time span {
  font-size: 12px;
  color: #8E8D95;
}
.fixed-box-left .user-info-box .clear-fresh {
  cursor: pointer;
  width: 40%;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #363A44;
  background: #FFE710;
  border-radius: 32px 32px 32px 32px;
}
.fixed-box-left .user-info-box .clear-fresh a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-box-left .user-info-box .user-info-num {
  display: flex;
  padding: 0 74px;
  justify-content: space-between;
  width: 100%;
}
.fixed-box-left .user-info-box .user-info-num li {
  cursor: pointer;
}
.fixed-box-left .user-info-box .user-info-num p {
  text-align: center;
}
.fixed-box-left .user-info-box .user-info-num p:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #363A44;
  margin-bottom: 2px;
}

.fixed-box-left .card-serve-list {
  padding: 16px;
}
.fixed-box-left .card-serve-list .card {
  position: relative;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 117px;
}
.fixed-box-left .card-serve-list .card > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fixed-box-left .card-serve-list .card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-box-left .card-serve-list .card .card-top div {
  display: flex;
  align-items: center;
}
.fixed-box-left .card-serve-list .card .card-top div img:first-child {
  width: 25px;
  height: 23px;
}
.fixed-box-left .card-serve-list .card .card-top div img:last-child {
  width: 58px;
  height: 12px;
}
.fixed-box-left .card-serve-list .card .card-top span {
  font-size: 12px;
  font-weight: bold;
  color: #E2AE69;
}
.fixed-box-left .card-serve-list .card .card-center {
  font-size: 14px;
  color: #FAD9AF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-box-left .card-serve-list .card .card-center span {
  font-weight: bold;
}
.fixed-box-left .card-serve-list .card .card-center a {
  font-size: 14px;
  color: #FAD9AF;
}
.fixed-box-left .card-serve-list .card .card-center img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.fixed-box-left .card-serve-list .card .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #FAD9AF;
}
.fixed-box-left .card-serve-list .card .card-bottom span {
  font-weight: bold;
}
.fixed-box-left .card-serve-list .card .card-bottom div a {
  font-size: 14px;
  color: #363A44;
  padding: 5px 26px;
  border-radius: 16px;
  background: linear-gradient(to right, rgb(226, 174, 105), rgb(247, 212, 167));
}
.fixed-box-left .card-serve-list .serve-list {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E8E9EC;
}
.fixed-box-left .card-serve-list .serve-list li img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 4px;
}
.fixed-box-left .card-serve-list .serve-list li p {
  font-size: 14px;
  color: #363A44;
}
.fixed-box-left .card-serve-list .all-setting-list {
  margin-top: 16px;
}
.fixed-box-left .card-serve-list .all-setting-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 10px;
  transition: 350ms ease;
  position: relative;
}
.fixed-box-left .card-serve-list .all-setting-list li a .msg-num-tip {
  background-color: #E21F23;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 2px;
  line-height: 12px;
  transform: translateY(-30%) translateX(6px);
}
.fixed-box-left .card-serve-list .all-setting-list li a:hover {
  background: rgba(247, 129, 11, 0.08);
}
.fixed-box-left .card-serve-list .all-setting-list li a:hover::after {
  width: 4px;
}
.fixed-box-left .card-serve-list .all-setting-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #F7810B;
  transition: 5ms ease-in;
}
.fixed-box-left .card-serve-list .all-setting-list li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.fixed-box-left .card-serve-list .all-setting-list li a span {
  font-size: 16px;
  color: #363A44;
}

.navbar-lv2 {
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: white;
}
.navbar-lv2 a {
  padding: 20px 0;
  margin: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #363A44;
  position: relative;
  cursor: pointer;
}
.navbar-lv2 a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  bottom: 0;
  left: -15px;
  height: 4px;
  background: #F7810B;
  border-radius: 4px;
}
.navbar-lv2 a.active::after {
  width: calc(100% + 30px);
}
.navbar-lv2 a.active {
  color: #F7810B;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pop-up-fbsp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1000000;
}
.pop-up-fbsp .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E9EC;
  justify-content: space-between;
}
.pop-up-fbsp .title > div:first-child {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
.pop-up-fbsp .title > div:first-child::after {
  content: "";
  width: 92px;
  background-color: #F7810B;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.pop-up-fbsp .title > img {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}
.pop-up-fbsp .title img {
  width: 4px;
  height: 20px;
  margin-right: 6px;
  display: inline-block;
}
.pop-up-fbsp .title span {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pop-up-fbsp .center-box {
  padding: 30px;
  width: 840px;
  height: 676px;
  background: white;
  border-radius: 8px;
}
.pop-up-fbsp .center-box > p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.pop-up-fbsp .center-box .textarea {
  padding: 12px 20px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E8E9EC;
  background: #FCFCFC;
}
.pop-up-fbsp .center-box .textarea textarea {
  width: 100%;
  resize: none;
  border: none;
  font-size: 14px;
  background: #FCFCFC;
  color: #999999;
}
.pop-up-fbsp .center-box .upload-list {
  display: flex;
}
.pop-up-fbsp .center-box .upload-list .upload-item {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
}
.pop-up-fbsp .center-box .upload-list .upload-item .close-img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.pop-up-fbsp .center-box .upload-list .add-box {
  position: relative;
  border: 1px dashed #B3B5B9;
}
.pop-up-fbsp .center-box .upload-list .add-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.pop-up-fbsp .center-box .upload-list .add-box img {
  width: 16px;
  height: 16px;
}
.pop-up-fbsp .center-box .upload-list .add-box p {
  width: 100%;
  font-size: 14px;
  color: #B3B5B9;
  text-align: center;
  margin-top: 4px;
}
.pop-up-fbsp .center-box .upload-list1 {
  display: flex;
}
.pop-up-fbsp .center-box .upload-list1 .upload-item {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
}
.pop-up-fbsp .center-box .upload-list1 .upload-item .close-img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.pop-up-fbsp .center-box .upload-list1 .add-box {
  position: relative;
  border: 1px dashed #B3B5B9;
}
.pop-up-fbsp .center-box .upload-list1 .add-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.pop-up-fbsp .center-box .upload-list1 .add-box img {
  width: 16px;
  height: 16px;
}
.pop-up-fbsp .center-box .upload-list1 .add-box p {
  width: 100%;
  font-size: 14px;
  color: #B3B5B9;
  text-align: center;
  margin-top: 4px;
}
.pop-up-fbsp .center-box .simultaneous {
  display: flex;
  justify-content: space-between;
}
.pop-up-fbsp .center-box .simultaneous .location {
  position: relative;
}
.pop-up-fbsp .center-box .simultaneous .location img {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
}
.pop-up-fbsp .center-box .simultaneous button {
  background: #FCFCFC;
  border: 1px solid #E8E9EC;
}
.pop-up-fbsp .center-box .simultaneous > div {
  width: 46%;
}
.pop-up-fbsp .center-box .simultaneous > div .layui-btn-primary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-up-fbsp .center-box .simultaneous p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}
.pop-up-fbsp .center-box .simultaneous .input {
  border-radius: 2px;
  border: 1px solid #E8E9EC;
  padding: 13px 20px;
  background: #FCFCFC;
}
.pop-up-fbsp .center-box .simultaneous .input input {
  color: #999999;
  background-color: transparent;
}
.pop-up-fbsp .center-box .simultaneous .input input::placeholder {
  color: #999999;
}
.pop-up-fbsp .center-box .draft-submit {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.pop-up-fbsp .center-box .draft-submit div:first-child {
  margin-right: 20px;
  background: #F2F2F2;
}
.pop-up-fbsp .center-box .draft-submit div {
  text-align: center;
  padding: 12px 84px;
  background: linear-gradient(90deg, #FFDB4E 0%, #FEC851 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #363A44;
  cursor: pointer;
}

.bold-title b:first-child {
  font-size: 18px;
  color: #000000;
}

.small-global-tip {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  top: 50%;
  left: 50%;
  padding: 6px 16px;
  border-radius: 8px;
}

.input input {
  line-height: 16px;
}

.alert-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 13516135;
  justify-content: center;
  align-items: center;
  display: flex;
}
.alert-box > div {
  background-color: #fff;
  padding: 20px 26px;
  width: 343px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.alert-box > div p {
  font-size: 16px;
  color: #363A44;
}
.alert-box > div div {
  text-align: end;
}
.alert-box > div div span {
  cursor: pointer;
}
.alert-box > div div span + span {
  margin-left: 20px;
  font-weight: bold;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.position-relative {
  position: relative;
}

.container-center {
  flex: 1;
}

.fixed-box {
  width: 32%;
  position: sticky;
  top: 100px;
  margin-left: 24px;
}

.fixed-box-left {
  width: 29%;
  position: sticky;
  top: 100px;
  margin-right: 24px;
}

.d-flex {
  display: flex !important;
  align-items: flex-start;
}

.container {
  margin-top: 30px;
}

/*# sourceMappingURL=layout.css.map */
