.boxbox {
  width: 1200px;
  background-color: #fbfbfb;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
}
.boxbox .admission-title {
  position: absolute;
  width: 120px;
  height: 32px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.boxbox .admission-title .admission-bj {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 131px;
  height: 43px;
}
.boxbox .admission-title .admission-name {
  width: 70px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.boxbox .admission-title .admission-arrows {
  width: 13px;
  height: 6px;
  position: absolute;
  top: 0;
}
.boxbox .admission-title .admission-arrows.admission-arrows-left {
  left: -6px;
}
.boxbox .admission-title .admission-arrows.admission-arrows-right {
  right: -6px;
}
.boxbox.admission .admission-title {
  display: block;
}
.boxbox.admission::after {
  background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
}
.boxbox.admission {
  background-color: #ffffff;
}
.boxbox.admission .admission-title {
  display: none;
}
.boxbox.admission::after {
  background: linear-gradient(90deg, #9ce4e5, #f7ebe3, #4cabd4);
}
.boxbox.admission .admission-box {
  display: block;
}
.boxbox.admission .details .right .admission-btn {
  display: flex;
}
.boxbox.admission .details .QRCode {
  display: none;
}
.boxbox .admission-box {
  display: none;
  width: 566px;
  height: 226px;
  position: absolute;
  top: -9px;
  right: 44px;
}
.boxbox .admission-box .triangle {
  width: 20px;
  height: 8px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.boxbox .admission-box .triangle.triangle-left {
  left: -8px;
}
.boxbox .admission-box .triangle.triangle-right {
  right: -10px;
}
.boxbox .admission-box .bj1 {
  width: 578px;
  height: 234px;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
}
.boxbox .admission-box .bj2 {
  width: 566px;
  height: 226px;
  position: absolute;
  left: 0;
  top: 0;
}
.boxbox .admission-box .title {
  width: 138px;
  height: 28px;
  position: absolute;
  top: 68px;
  left: 339px;
  z-index: 2;
}
.boxbox .admission-box .logo {
  width: 102px;
  height: 46px;
  position: absolute;
  top: 59px;
  left: 239px;
  z-index: 2;
}
.boxbox::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 66px;
  background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
  border-radius: 18px;
  z-index: -1;
}
.boxbox .tab {
  height: 60px;
  font-size: 14px;
  color: #7f7f7f;
  border-bottom: 1px dotted #ebebeb;
  padding-left: 24px;
}
.boxbox .tab a {
  color: #7f7f7f;
}
.boxbox .tab a:hover {
  text-decoration: underline;
  color: #000000;
}
.boxbox .tab .img {
  width: 6px;
  height: 10px;
  margin: 0 10px;
}
.boxbox .tab .current {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
.boxbox .details {
  padding: 0 0 0 60px;
}
.boxbox .details .logo {
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-right: 39px;
  margin-bottom: 36px;
  display: inline-flex;
}
.boxbox .details .right {
  padding-top: 31px;
  padding-bottom: 24px;
  padding-right: 5px;
}
.boxbox .details .right .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 28px;
  color: #000000;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.boxbox .details .right .name-en {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.boxbox .details .right .school {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.boxbox .details .right .school .icon {
  height: 20px;
  margin-right: 9px;
}
.boxbox .details .right .school .c7f7f {
  color: #7f7f7f;
}
.boxbox .details .right .school a {
  color: #333;
}
.boxbox .details .right .school .arrows {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.boxbox .details .right .school .line {
  margin: 0 12px;
  color: #d7d7d7;
}
.boxbox .details .right .word {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  position: relative;
  z-index: 1;
}
.boxbox .details .right .word .img {
  width: 20px;
  height: 14px;
  margin-right: 6px;
  margin-bottom: 8px;
}
.boxbox .details .right .admission-btn {
  width: 936px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 6px;
  margin-top: 20px;
  display: none;
  justify-content: space-between;
  padding: 0px 41px;
  margin-bottom: 12px;
}
.boxbox .details .right .admission-btn .item {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.boxbox .details .right .admission-btn .item .icon {
  width: 16px;
  height: 8px;
  margin: 0 11px;
}
.boxbox .details .right .admission-btn .item .btn {
  color: #ffffff;
  width: 150px;
  height: 32px;
  background-color: #6fc16d;
  border-radius: 22px;
  position: relative;
}
.boxbox .details .right .admission-btn .item .btn .img {
  width: 19px;
  margin-right: 6px;
}
.boxbox .details .right .admission-btn .item .btn:hover .min-QRcode {
  display: block;
}
.boxbox .details .right .admission-btn .item .btn .min-QRcode {
  width: 120px;
  height: 126px;
  position: absolute;
  bottom: 42px;
  display: none;
  z-index: 1;
}
.boxbox .details .right .admission-btn .item .btn .min-QRcode .bj {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 130px;
  height: 136px;
}
.boxbox .details .right .admission-btn .item .btn .min-QRcode .min-QRcode-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.boxbox .details .QRCode {
  position: relative;
  width: 290px;
  border-left: 1px dotted #ebebeb;
  flex-direction: column;
}
.boxbox .details .QRCode .code {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07058824);
  margin-bottom: 12px;
}
.boxbox .details .QRCode .code .img {
  width: 100px;
  height: 100px;
  border-radius: 30%;
}
.boxbox .details .QRCode .hint {
  font-size: 13px;
  letter-spacing: normal;
  color: #333333;
}
.boxbox .details .QRCode .hint .img {
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.boxbox .details .QRCode .triangle {
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.body {
  align-items: flex-start;
  margin-bottom: 20px;
}
.content {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
}
.content .side {
  border-radius: 12px 0 0 0;
  width: 140px;
  height: 500px;
  position: sticky;
  top: 0;
  flex-direction: column;
}
.content .side .item {
  width: 100%;
  height: 56px;
  font-size: 15px;
  color: #555555;
  cursor: pointer;
  position: relative;
}
.content .side .item.pitch {
  width: calc(100% + 1px);
  background-color: #fbfbfb;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: none;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  position: relative;
}
.content .side .item.pitch:first-of-type {
  border-top: none;
}
.content .side .item.pitch:first-of-type::after {
  border-radius: 12px 0 0 0;
}
.content .side .item.pitch::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #6fc16d;
  position: absolute;
  left: 0;
  top: 0;
}
.content .side .item.pitch::before {
  content: "";
  background-color: #fbfbfb;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  display: block;
}
.content .side .item .item-text {
  position: relative;
}
.content .side .item .red-amount {
  padding: 0 5px;
  background-color: #f95d5d;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: -8px;
  transform: translateX(100%);
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.content .side .item .red-amount.red-round {
  padding: 0;
  width: 16px;
  border-radius: 50%;
}
.content .details-box {
  background-color: #fbfbfb;
  border-radius: 0 12px 12px 0;
  border-left: 1px solid #ebebeb;
  padding-top: 40px;
}
.content .details-box .side-item {
  padding-left: 50px;
  padding-right: 30px;
}
.content .details-box .side-head {
  background-color: #04b0d5;
  color: #7f7f7f;
  font-size: 13px;
  height: 24px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-bottom: 43px;
  margin-left: -26px;
}
.content .details-box .file {
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.content .details-box .file .file-box {
  display: flex;
  width: 670px;
  overflow: hidden;
}
.content .details-box .file .file-list {
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 20px;
  width: 670px;
}
.content .details-box .file .file-list .file-item:not(:last-of-type) {
  margin-bottom: 27px;
}
.content .details-box .file .file-list .file-item .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
  position: relative;
}
.content .details-box .file .file-list .file-item .name .icon {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
}
.content .details-box .file .file-list .file-item .name .tag {
  width: 46px;
  height: 24px;
  background-color: #6fc16d;
  border-radius: 20px;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-left: 10px;
}
.content .details-box .file .file-list .file-item .name .tag.selectable {
  color: #333333;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.content .details-box .file .file-list .file-item .hint {
  font-size: 14px;
  color: #555555;
  white-space: pre-line;
}
.content .details-box .apply-btn {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 20px auto 62px;
}
.content .details-box .apply-btn .btn {
  width: 232px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  z-index: 1;
  cursor: pointer;
}
.content .details-box .apply-btn .btn .text {
  text-align: center;
  line-height: 30px;
  background-color: #f95d5d;
  border-radius: 7px 0 0 7px;
}
.content .details-box .apply-btn .btn .btn-right {
  background-color: #333333;
  border-radius: 0 7px 7px 0;
  height: 100%;
  width: 30px;
}
.content .details-box .apply-btn .btn .btn-right.btn-right-show .arrows {
  transform: rotate(180deg);
}
.content .details-box .apply-btn .btn .btn-right .arrows {
  width: 10px;
  height: 5px;
  transition: all 0.3s;
}
.content .details-box .apply-btn .apply-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content .details-box .apply-btn .apply-list {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 262px;
  background-color: #f2f2f2;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17254902);
  z-index: -1;
  padding: 60px 15px 15px;
}
.content .details-box .apply-btn .apply-list .apply-item {
  font-size: 16px;
  color: #555555;
  line-height: 40px;
  cursor: pointer;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content .details-box .apply-btn .apply-list .apply-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #797979;
  margin-right: 10px;
}
.content .details-box .apply-btn .apply-list .apply-item.pitch {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  color: #000000;
}
.content .details-box .apply-btn .apply-list .apply-item.pitch .dot {
  border-color: #333;
  background-color: #333;
}
.content .details-box .accreditation {
  padding: 25px 20px;
  margin-bottom: 40px;
}
.content .details-box .accreditation .accreditation-item:not(:last-of-type) {
  margin-bottom: 27px;
}
.content .details-box .accreditation .accreditation-item .title {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 16px;
  color: #000000;
  margin-bottom: 14px;
}
.content .details-box .accreditation .accreditation-item .title .icon {
  height: 6px;
  width: 11px;
  transform: rotate(-90deg);
  margin-right: 12px;
}
.content .details-box .accreditation .accreditation-item .list {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 20px 10px;
}
.content .details-box .accreditation .accreditation-item .list .item {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.content .details-box .accreditation .accreditation-item .list .item:not(:last-of-type) {
  margin-bottom: 13px;
}
.content .details-box .accreditation .accreditation-item .list .item .dot {
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
.content .details-box .recommend-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content .details-box .recommend-list .item {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background-color: #fff;
  width: calc(50% - 5px);
  padding-top: 18px;
  margin-bottom: 20px;
}
.content .details-box .recommend-list .item .school {
  font-size: 14px;
  color: #333333;
  margin-bottom: 13px;
  padding: 0 12px;
}
.content .details-box .recommend-list .item .school .icon {
  width: 16px;
  max-height: 18px;
  margin-right: 8px;
}
.content .details-box .recommend-list .item .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
  padding: 0 12px;
}
.content .details-box .recommend-list .item .english {
  font-size: 13px;
  color: #7f7f7f;
  margin-bottom: 12px;
  padding: 0 12px;
}
.content .details-box .recommend-list .item .introduce {
  font-size: 14px;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  color: #555555;
  margin-bottom: 15px;
  padding: 0 12px;
}
.content .details-box .recommend-list .item .introduce .quantity {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  color: #000000;
  margin-left: 5px;
}
.content .details-box .recommend-list .item .introduce .line {
  margin: 0 12px;
  color: #d7d7d7;
}
.content .details-box .recommend-list .item .word {
  font-size: 14px;
  color: #7f7f7f;
  padding: 10.5px 15px;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin: 15px 12px;
}
.content .details-box .recommend-list .item .tag {
  padding: 0 12px;
}
.content .details-box .recommend-list .item .btn {
  height: 50px;
  background-color: #edf0f4;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 12px 12px;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 14px;
}
.content .details-box .recommend-list .item .btn .btn-item {
  position: relative;
  cursor: pointer;
  height: 100%;
  color: #000;
}
.content .details-box .recommend-list .item .btn .btn-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.content .details-box .recommend-list .item .btn .line {
  width: 1px;
  height: 20px;
  background-color: #aaaaaa;
}
.content .details-box .consult-more {
  font-size: 14px;
  color: #555555;
  line-height: 26px;
  cursor: pointer;
  padding: 20px;
}
.content .details-box .consult-more .icon {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
.content .details-box .survey {
  padding: 0 16px 20px;
  margin-bottom: 40px;
}
.content .details-box .survey .head .head-icon {
  width: 80px;
  height: 100px;
  margin-top: 12px;
  margin-right: 11px;
}
.content .details-box .survey .head .head-right .head-title {
  width: 205px;
  height: 45px;
  margin-top: 7px;
}
.content .details-box .survey .head .head-right .title-text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  width: 206px;
  height: 30px;
  border: 1px dotted #d7d7d7;
  border-left: none;
  border-right: none;
  margin: 0 auto;
}
.content .details-box .survey .head .head-right .title-text .sum {
  font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  color: #f25d11;
}
.content .details-box .survey .survey-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0 30px;
  margin-top: -4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .details-box .survey .survey-box .title {
  font-size: 14px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #d7d7d7;
}
.content .details-box .survey .survey-box .title .season {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #f25d11;
}
.content .details-box .survey .survey-box .across {
  padding-top: 19px;
}
.content .details-box .survey .survey-box .across .item {
  flex-direction: column;
  height: 60px;
  background: inherit;
  background-color: #fddf6d;
  border: none;
  border-radius: 5px;
  width: 80px;
}
.content .details-box .survey .survey-box .across .item.w160 {
  width: 160px;
}
.content .details-box .survey .survey-box .across .item:not(:last-of-type) {
  margin-right: 10px;
}
.content .details-box .survey .survey-box .across .item .date {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: #333333;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
}
.content .details-box .survey .survey-box .across .item .text {
  font-size: 14px;
  color: #555555;
}
.content .details-box .survey .survey-box .time {
  padding: 9px 0;
}
.content .details-box .survey .survey-box .time .item {
  padding: 11px 0;
  margin-left: 17px;
  position: relative;
}
.content .details-box .survey .survey-box .time .item:not(:last-of-type) {
  border-bottom: 1px dotted #d7d7d7;
}
.content .details-box .survey .survey-box .time .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border: 2px solid #6fc16d;
  border-radius: 50%;
  box-sizing: border-box;
}
.content .details-box .survey .survey-box .time .item .name {
  font-size: 14px;
  color: #555555;
  margin-right: 25px;
}
.content .details-box .survey .survey-box .time .item .value {
  font-size: 16px;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
}
.content .details-box .survey .survey-box .more {
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 115px;
  cursor: pointer;
}
.content .details-box .survey .survey-box .more .more-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.content .details-box .survey .remark {
  line-height: 19px;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #555555;
}
.content .details-box .survey .remark .remark-ps {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  color: #000000;
}
.content .details-box .discipline {
  padding-top: 29px;
  padding-bottom: 33px;
  padding: 29px 28px 33px;
  margin-bottom: 40px;
}
.content .details-box .discipline .discipline-title {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 34px;
  margin-bottom: 16px;
}
.content .details-box .discipline .discipline-btn {
  height: 36px;
  background-color: #f6f6f6;
  border-radius: 9px;
  cursor: pointer;
}
.content .details-box .discipline .discipline-btn .text {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  padding-left: 11px;
}
.content .details-box .discipline .discipline-btn .sum {
  font-size: 14px;
  color: #555555;
  padding-right: 11px;
  line-height: 36px;
}
.content .details-box .discipline .discipline-btn .sum .quantity {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  color: #000000;
  margin: 0 6px;
}
.content .details-box .discipline .discipline-btn .green-btn {
  width: 36px;
  height: 36px;
  background-color: #6fc16d;
  border-radius: 0 9px 9px 0;
}
.content .details-box .block {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
}
.content .details-box .answer .hint {
  color: #555555;
  font-size: 13px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 17px;
}
.content .details-box .answer .hint .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.content .details-box .answer .tab {
  flex-wrap: wrap;
  padding: 23px 17px 26px;
}
.content .details-box .answer .tab .tab-item {
  height: 32px;
  padding: 0 12px;
  background-color: #edf0f4;
  border: 1px solid #ebebeb;
  border-radius: 114px;
  font-size: 14px;
  color: #555555;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.content .details-box .answer .tab .tab-item.pitch {
  font-weight: 650;
  color: #ffffff;
  background-color: #6fc16d;
  border: none;
}
.content .details-box .answer .dialogue {
  padding: 23px 17px 26px;
}
.content .details-box .answer .dialogue .info {
  color: #7f7f7f;
  font-size: 13px;
  margin-bottom: 4px;
}
.content .details-box .answer .dialogue .info .avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.content .details-box .answer .dialogue .dialogue-left .avatar {
  margin-right: 6px;
}
.content .details-box .answer .dialogue .dialogue-left .message {
  margin-left: 38px;
  border-top-left-radius: 0;
  background-color: #f6f6f6;
}
.content .details-box .answer .dialogue .dialogue-left .img {
  margin-left: 38px;
}
.content .details-box .answer .dialogue .dialogue-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content .details-box .answer .dialogue .dialogue-right .info {
  justify-content: flex-end;
}
.content .details-box .answer .dialogue .dialogue-right .info .avatar {
  margin-left: 6px;
}
.content .details-box .answer .dialogue .dialogue-right .message {
  margin-right: 38px;
  border-top-right-radius: 0;
  background-color: #f4f8fd;
}
.content .details-box .answer .dialogue .dialogue-right .img {
  margin-right: 38px;
}
.content .details-box .answer .dialogue .message {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  padding: 10px;
  width: fit-content;
  max-width: 80%;
  min-height: 46px;
  background: inherit;
  border: none;
  border-radius: 16px;
  margin-bottom: 10px;
}
.content .details-box .answer .dialogue .img {
  border: 1px solid #e0dfdf;
  border-radius: 10px;
  width: 170px;
  min-height: 100px;
  max-height: 180px;
  object-fit: cover;
  cursor: pointer;
}
.content .details-box .item-header {
  font-family: "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
}
.content .details-box .item-header::after {
  content: "";
  width: 6px;
  height: 16px;
  background-color: #fddf6d;
  border: 1px solid #cab157;
  border-radius: 5px;
  margin-right: 14px;
  position: absolute;
  top: 4px;
  left: -20px;
  display: block;
  box-sizing: border-box;
}
.content .details-box .item-header .list-btn {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.content .details-box .item-header .list-btn .icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.content .details-box .mb40 {
  margin-bottom: 40px;
}
.content .details-box .mb22 {
  margin-bottom: 22px;
}
.content .details-box .ranking {
  margin-bottom: 40px;
}
.content .details-box .ranking .item {
  height: 64px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
}
.content .details-box .ranking .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.content .details-box .ranking .item .rank {
  background-color: #ffffff;
  padding: 0 22px;
  justify-content: space-between;
  width: 252px;
}
.content .details-box .ranking .item .rank .logo {
  height: 24px;
}
.content .details-box .ranking .item .rank .number {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}
.content .details-box .ranking .item .rank .number.qs {
  background-color: #f7a602;
}
.content .details-box .ranking .item .rank .number.times {
  background: -webkit-linear-gradient(311.63353934deg, #fc392d 0%, #3948ff 135%);
  background: -moz-linear-gradient(138.36646066deg, #fc392d 0%, #3948ff 135%);
  background: linear-gradient(138.36646066deg, #fc392d 0%, #3948ff 135%);
}
.content .details-box .ranking .item .rank .number.usnews {
  background-color: #025ea7;
}
.content .details-box .ranking .item .rank .number.ruanke {
  background-color: #e5122d;
}
.content .details-box .ranking .item .rank .number .triangle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  width: 5px;
  height: 8px;
}
.content .details-box .ranking .item .rank-box {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
}
.content .details-box .ranking .item .rank-box .itemm {
  font-size: 14px;
  padding-left: 20px;
}
.content .details-box .ranking .item .rank-box .itemm .key {
  color: #7f7f7f;
}
.content .details-box .ranking .item .rank-box .itemm .value {
  color: #333333;
}
.content .details-box .ranking .item .rank-box .itemm:first-of-type {
  margin-bottom: 3px;
}
.content .details-box .ps {
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding-left: 10px;
  margin-top: 18px;
}
.content .details-box .ps .title {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #000000;
  margin-right: 5px;
}
.content .details-box .ps .text {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 13px;
}
.content .details-box .text-box {
  padding: 20px 16px 20px;
  position: relative;
  overflow: hidden;
}
.content .details-box .text-box .text-head {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.content .details-box .text-box .text-head .text-icon {
  width: 16px;
  height: 9px;
  margin: auto auto 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content .details-box .text-box .text-list {
  width: 100%;
  height: 320px;
  overflow: hidden;
  white-space: nowrap;
}
.content .details-box .text-box .text {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  white-space: pre-line;
  width: 100%;
}
.content .details-box .text-box .text.text-center {
  width: 100%;
  text-align: center;
}
.content .details-box .text-box .text.textRef {
  position: absolute;
  color: transparent;
  top: -10000%;
  width: calc(100% - 32px);
}
.content .details-box .indicate {
  line-height: 12px;
  margin-top: 24px;
}
.content .details-box .indicate .icon {
  width: 7px;
  height: 12px;
  cursor: pointer;
}
.content .details-box .indicate .icon.btn-right {
  transform: rotate(180deg);
}
.content .details-box .indicate .text {
  color: #555555;
  font-size: 13px;
  margin: 0 12px;
  line-height: normal;
  width: fit-content;
}
.content .details-box .application-schedule {
  margin-bottom: 40px;
}
.content .details-box .application-schedule .list {
  padding-top: 19px;
}
.content .details-box .application-schedule .list .index {
  height: 30px;
  background-color: #f6f6f6;
  border-radius: 72px;
  margin: 0 22.5px 0;
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
  margin-bottom: 19px;
}
.content .details-box .application-schedule .list .index .sum {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #f95d5d;
  border-radius: 33px;
  color: #ffffff;
  margin-right: 10px;
}
.content .details-box .application-schedule .list .time {
  padding-bottom: 22px;
  text-align: center;
}
.content .details-box .application-schedule .list .time .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .details-box .application-schedule .list .time .item:first-of-type {
  border-right: 1px dotted #ebebeb;
}
.content .details-box .application-schedule .list .time .item .name {
  font-size: 16px;
  color: #000000;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
}
.content .details-box .application-schedule .list .time .item .value {
  font-size: 14px;
  color: #555555;
  margin-top: 14px;
}
.content .details-box .application-schedule .list .time .item .login-show {
  line-height: 23px;
}
.content .details-box .application-schedule .application-else {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 14px 10px;
  margin: 0 20px 20px;
}
.content .details-box .application-schedule .application-else .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.content .details-box .application-schedule .application-else .item .name {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 11px;
}
.content .details-box .application-schedule .application-else .item .value {
  font-size: 14px;
  color: #333333;
}
.content .details-box .demand {
  margin-bottom: 40px;
  padding: 17px 20px;
}
.content .details-box .demand .text {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  word-break: break-word;
  white-space: pre-line;
}
.content .details-box .demand .line {
  width: 100%;
  border-bottom: 1px dotted #d7d7d7;
  margin-top: 14px;
  height: 1px;
}
.content .details-box .demand .title {
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 10px;
}
.content .details-box .demand .hint {
  font-size: 15px;
  color: #333333;
  margin-bottom: 21px;
}
.content .details-box .demand .list .item {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 14px 0 14px 28px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.content .details-box .demand .list .item .triangle {
  position: absolute;
  transform: rotate(270deg);
  top: 22px;
  left: 7px;
}
.content .details-box .demand .list .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.content .details-box .demand .list .item .name {
  color: #7f7f7f;
  margin-bottom: 8px;
}
.content .details-box .demand .list .item .value {
  color: #000000;
}
.content .details-box .demand.demand-new {
  padding-bottom: 40px;
  padding-top: 14px;
  position: relative;
}
.content .details-box .demand.demand-new.arrowShow {
  height: 400px;
  overflow: hidden;
}
.content .details-box .demand.demand-new.demandShow {
  height: auto;
}
.content .details-box .demand .ability-item {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 23px 20px;
  margin-bottom: 20px;
  position: relative;
}
.content .details-box .demand .ability-item .head {
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 17px;
}
.content .details-box .demand .ability-item .head .index {
  width: 20px;
  height: 20px;
  background-color: #f95d5d;
  border-radius: 20px;
  color: #ffffff;
  margin-right: 11px;
}
.content .details-box .demand .ability-item .head .tag {
  height: 24px;
  text-align: center;
  padding: 0 6px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  margin-left: 10px;
}
.content .details-box .demand .ability-item .head .tag.recommended {
  color: #fff;
  background-color: #04b0d5;
  border-color: #04b0d5;
}
.content .details-box .demand .ability-item .head .tag.required {
  color: #fff;
  background-color: #6fc16d;
  border-color: #6fc16d;
}
.content .details-box .demand .ability-item .description {
  background-color: #fbfbfb;
  border-radius: 6px;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  padding: 12px 15px;
  white-space: pre-line;
}
.content .details-box .demand .ability-item .list .item {
  padding-left: 32px;
  padding-right: 10px;
  background-color: #fbfbfb;
}
.content .details-box .demand .ability-item .list .item .triangle {
  top: 21px;
  left: 12px;
  width: 8px;
  height: 8px;
}
.content .details-box .demand .ability-item .list .item .remarks {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #d7d7d7;
}
.content .details-box .demand .demand-bottom {
  height: 48px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s;
}
.content .details-box .demand .demand-bottom.demandShow .bottom-icon {
  transform: rotate(270deg);
}
.content .details-box .demand .demand-bottom .bottom-icon {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.content .details-box .tuition {
  height: 140px;
  padding-right: 10px;
}
.content .details-box .tuition .tuition-left {
  height: 100%;
  position: relative;
  flex-direction: column;
}
.content .details-box .tuition .tuition-left .unit {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 20px;
  background-color: #f95d5d;
  border-radius: 15px;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.content .details-box .tuition .tuition-left .number {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.content .details-box .tuition .tuition-left .text {
  font-size: 14px;
  color: #555555;
  text-align: center;
}
.content .details-box .tuition .tuition-right {
  width: 240px;
  height: 120px;
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 16px 11px;
}
.content .details-box .tuition .tuition-right .item {
  justify-content: space-between;
}
.content .details-box .tuition .tuition-right .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.content .details-box .tuition .tuition-right .item .key {
  font-size: 14px;
  color: #555555;
}
.content .details-box .tuition .tuition-right .item .value {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #000000;
}
.content .details-box .tuition-scholarships {
  margin-bottom: 40px;
}
.content .details-box .tuition-scholarships .left {
  margin-right: 39px;
  margin-bottom: 10px;
}
.content .details-box .tuition-scholarships .right .scholarships {
  width: 180px;
  height: 140px;
  font-size: 15px;
  color: #000000;
  line-height: 34px;
  text-align: center;
}
.content .details-box .tuition-remark {
  padding: 26px 21px 21px;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  margin-bottom: 40px;
}
.content .details-box .tuition-remark .head {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.content .details-box .tuition-remark .head .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.content .details-box .pattern {
  padding: 18px 16px 33px;
}
.content .details-box .pattern .tab {
  width: 180px;
  height: 32px;
  background-color: #edf0f4;
  border: 1px solid #ebebeb;
  border-radius: 114px;
  margin: 0 auto 38px;
  position: relative;
  z-index: 1;
  --tab-left: "-1px";
}
.content .details-box .pattern .tab .item {
  height: 100%;
  font-size: 14px;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s;
}
.content .details-box .pattern .tab .item.pitch {
  color: #ffffff;
}
.content .details-box .pattern .tab::after {
  content: "";
  background-color: #6fc16d;
  border-radius: 22px;
  display: block;
  width: 90px;
  height: 100%;
  position: absolute;
  top: -1;
  left: var(--tab-left);
  z-index: -1;
  transition: all 0.3s;
  border: 1px solid #6fc16d;
}
.content .details-box .pattern .introduce .item {
  text-align: center;
}
.content .details-box .pattern .introduce .item:not(:last-of-type) {
  border-right: 1px dotted #ebebeb;
}
.content .details-box .pattern .introduce .item .value {
  font-size: 16px;
  color: #000000;
  font-family: "Arial-Black", "Arial Black", "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 900;
  margin-bottom: 12px;
  padding: 0 10px;
}
.content .details-box .pattern .introduce .item .name {
  font-size: 14px;
  color: #555555;
}
.content .details-box .scholarships-list {
  margin-bottom: 40px;
}
.content .details-box .scholarships {
  padding: 19px 19px 26px;
}
.content .details-box .scholarships:not(:last-of-type) {
  margin-bottom: 20px;
}
.content .details-box .scholarships .name-en {
  font-weight: 650;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 34px;
  margin-bottom: 9px;
}
.content .details-box .scholarships .name-zh {
  font-size: 14px;
  color: #aaaaaa;
  text-align: center;
  margin-bottom: 20px;
}
.content .details-box .scholarships .text {
  font-size: 14px;
  color: #555555;
  line-height: 36px;
  position: relative;
  background-image: url(/project/img/dotted-line.png);
  background-size: 100% 36px;
  background-repeat: repeat-y;
  background-position: 0 0;
  margin-bottom: 26px;
  white-space: pre-wrap;
}
.content .details-box .scholarships .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(/project/img/dotted-line.png);
  background-size: 100% 36px;
  background-repeat: repeat-y;
}
.content .details-box .scholarships .radius .key {
  font-size: 14px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  background-color: #7b8cd3;
  border-radius: 8px;
  padding: 0 7px;
  margin-right: 10px;
}
.content .details-box .scholarships .radius .value {
  font-size: 14px;
  color: #000000;
}
.content .details-box .course {
  position: relative;
  padding-top: 19px;
  margin-bottom: 20px;
  font-size: 14px;
}
.content .details-box .course:last-of-type {
  margin-bottom: 40px;
}
.content .details-box .course .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
}
.content .details-box .course .title {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 7px;
}
.content .details-box .course .hint {
  color: #555555;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.content .details-box .course .table-head {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.content .details-box .course .table-head .item {
  height: 40px;
  line-height: 40px;
}
.content .details-box .course .table-body .list:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}
.content .details-box .course .table-body .item {
  color: #333333;
  padding: 12px 4px;
}
.content .details-box .course .table-body .item.name {
  color: #000000;
  text-align: left;
}
.content .details-box .course .table-body .item.name .english {
  font-family: "Arial Normal", "Arial", sans-serif;
  color: #aaaaaa;
}
.content .details-box .course .table-body .item.credit {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
.content .details-box .course .item {
  text-align: center;
}
.content .details-box .course .item.number {
  width: 134px;
  border-right: 1px solid #ebebeb;
}
.content .details-box .course .item.name {
  border-right: 1px solid #ebebeb;
}
.content .details-box .course .item.credit {
  width: 80px;
}
.content .details-box .link {
  font-size: 15px;
  padding: 17px 20px 29px 15px;
}
.content .details-box .link.brochure .img {
  width: 70px;
  height: 70px;
  margin-right: 8px;
}
.content .details-box .link.brochure .title {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  color: #000000;
  line-height: normal;
  margin-bottom: 10px;
}
.content .details-box .link.brochure .name {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #555555;
}
.content .details-box .link .title {
  color: #000000;
  line-height: 34px;
  margin-bottom: 8px;
}
.content .details-box .link .text {
  text-decoration: underline;
  line-height: 24px;
  color: #333333;
  margin-bottom: 34px;
}
.content .details-box .link .btn {
  width: 120px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
  border-radius: 115px;
  color: #333333;
  margin-left: 10px;
  font-size: 14px;
}
.content .details-box .link .btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.content .details-box .link .btn.open {
  border: none;
  background-color: #6fc16d;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  color: #ffffff;
}
.content .details-box .degree {
  text-align: center;
  padding: 16px 0 21px;
}
.content .details-box .degree .title {
  width: 103px;
  height: 30px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto 16px;
}
.content .details-box .degree .title .icon {
  width: 103px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content .details-box .degree .name {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
  margin-bottom: 8px;
}
.content .details-box .degree .english {
  font-size: 14px;
  color: #7f7f7f;
}
.content .details-box .issue-bj {
  z-index: 1;
  position: relative;
}
.content .details-box .issue-bj:not(:last-of-type) {
  margin-bottom: 20px;
}
.content .details-box .issue-bj:last-of-type {
  margin-bottom: 40px;
}
.content .details-box .issue-bj .issue {
  padding: 0 0 0 41px;
  margin-left: 5px;
  position: relative;
}
.content .details-box .issue-bj .issue .index-bj {
  position: absolute;
  width: 27px;
  height: 24px;
  top: 35px;
  left: -5px;
  z-index: -1;
}
.content .details-box .issue-bj .issue .index {
  width: 30px;
  height: 26px;
  background-color: #f95d5d;
  border-radius: 0 5px 5px 0;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 21px;
  left: -5px;
}
.content .details-box .issue-bj .issue .title {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ebebeb;
  line-height: 28px;
  padding-right: 10px;
}
.content .details-box .issue-bj .issue .text {
  font-size: 15px;
  color: #555555;
  line-height: 32px;
  padding: 19px 0;
  padding-right: 10px;
  white-space: pre-line;
}
.content .details-box .consult-list {
  padding-bottom: 30px;
}
.content .details-box .consult-list .consult-item {
  width: calc(50% - 5px);
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 20px 15px 20px 20px;
  margin-bottom: 10px;
}
.content .details-box .consult-list .consult-item .school {
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
.content .details-box .consult-list .consult-item .school .img {
  height: 27px;
  margin-right: 11px;
}
.content .details-box .consult-list .consult-item .info-item {
  font-size: 14px;
  margin-bottom: 10px;
  color: #7f7f7f;
}
.content .details-box .consult-list .consult-item .info-item .info-major {
  margin-right: 11px;
}
.content .details-box .consult-list .consult-item .info-item .info-value {
  color: #333333;
}
.content .details-box .consult-list .consult-item .info-item .line-between {
  margin: 0 9px;
  background-color: #d7d7d7;
  height: 14px;
  width: 1px;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results {
  padding: 0 10px;
  height: 22px;
  background-color: #f6f6f6;
  border-radius: 37px;
  font-size: 13px;
  color: #72db86;
  font-family: "ArialMT", "Arial", sans-serif;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results.results2 {
  color: #a7c42e !important;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results.results3 {
  color: #62b1ff !important;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results.results4 {
  color: #f95d5d !important;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results.results5 {
  color: #f59a23 !important;
}
.content .details-box .consult-list .consult-item .info-item .info-item-results.results6 {
  color: #8080ff !important;
}
.content .details-box .consult-list .consult-item .info-xiaobox {
  height: 46px;
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 0 11px;
  margin-bottom: 16px;
}
.content .details-box .consult-list .consult-item .info-xiaobox .info-content {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 26px;
}
.content .details-box .consult-list .consult-item .bottom {
  justify-content: space-between;
}
.content .details-box .consult-list .consult-item .bottom .bottom-left {
  font-size: 13px;
  color: #aaaaaa;
}
.content .details-box .consult-list .consult-item .bottom .bottom-left .bottom-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.content .details-box .consult-list .consult-item .bottom .numerical-box .item-bottom-item {
  margin-left: 11px;
  font-size: 11px;
  color: #aaaaaa;
}
.content .details-box .consult-list .consult-item .bottom .numerical-box .item-bottom-item .item-bottom-icon {
  width: 12px;
  margin-right: 2px;
}
.content .details-box .consult-box {
  position: relative;
}
.content .details-box .consult-box .consult-end {
  height: 48px;
  background: inherit;
  background-color: #effcff;
  font-size: 14px;
  color: #555555;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  width: calc(100% - 80px);
  left: 50px;
}
.content .details-box .consult-box .consult-end .icon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.content-right {
  width: 290px;
  margin-left: 15px;
}
.content-right .quick-answer-box {
  position: relative;
  z-index: 1;
  width: 290px;
  margin-bottom: 20px;
  padding-top: 22px;
  padding-bottom: 21px;
  flex-direction: column;
  background: linear-gradient(-35.94211187deg, #c1f1fe 0%, #daf7fb 48%, #aee4fb 100%);
  border-radius: 12px;
}
.content-right .quick-answer-box .title {
  width: 240px;
  height: 84px;
  margin-bottom: 13px;
}
.content-right .quick-answer-box .quick-answer-content {
  width: 270px;
  height: 260px;
  background-color: #f7fdfe;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.content-right .quick-answer-box .quick-answer-content .text {
  font-family: "AlibabaPuHuiTiB", "Alibaba PuHuiTi Bold", "Alibaba PuHuiTi Heavy", "Alibaba PuHuiTi", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #2b638a;
  margin-bottom: 10px;
}
.content-right .quick-answer-box .quick-answer-content .triangle {
  width: 26px;
  height: 18px;
}
.content-right .quick-answer-box .quick-answer-content .triangle.orange {
  margin-top: -23px;
  margin-bottom: 13px;
}
.content-right .quick-answer-box .quick-answer-content .QR-code {
  width: 130px;
  height: 125px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 9px;
}
.content-right .quick-answer-box .quick-answer-content .QR-code .img {
  width: 110px;
  height: 110px;
}
.content-right .quick-answer-box .quick-answer-content .hint {
  display: flex;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  color: #555555;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
}
.content-right .admission-box {
  width: 290px;
  background: linear-gradient(-40.46222749deg, #c1f1fe 0%, #daf7fb 48%, #aee4fb 100%);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 23px;
  z-index: 1;
  position: relative;
  padding-bottom: 26px;
}
.content-right .admission-box .title {
  margin-bottom: 13px;
}
.content-right .admission-box .text {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  margin-bottom: 19px;
}
.content-right .admission-box .text .text-bj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 20px;
  z-index: -1;
}
.content-right .admission-box .school {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15294118);
}
.content-right .admission-box .school .img {
  height: 30px;
}
.content-right .admission-box .admission-content {
  width: 270px;
  background-color: #f7fdfe;
  border-radius: 10px;
  z-index: -1;
  margin-top: -28px;
  flex-direction: column;
  align-items: center;
}
.content-right .admission-box .admission-content .name {
  padding: 19px 20px;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.content-right .admission-box .admission-content .name .icon {
  width: 68px;
  height: 17px;
  vertical-align: middle;
  margin-right: 11px;
}
.content-right .admission-box.admission-live .admission-content {
  box-shadow: 0px 4px 0px #f59a23;
  padding-top: 50px;
}
.content-right .admission-box.admission-live .admission-content .name {
  padding: 10px 20px 24px;
}
.content-right .admission-box.admission-live .admission-content .count-down {
  font-size: 12px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 22px;
}
.content-right .admission-box.admission-live .admission-content .count-down .item {
  width: 22px;
  height: 22px;
  background-color: #f59a23;
  border-radius: 13px;
  margin: 0 5px;
  font-size: 12px;
  color: #ffffff;
  font-family: "ArialMT", "Arial", sans-serif;
}
.content-right .admission-box.admission-live .admission-content .time {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  padding: 0 20px;
}
.content-right .admission-box.admission-live .admission-content .time .key {
  color: #dc851f;
  margin-right: 10px;
}
.content-right .admission-box.admission-live .admission-content .time .value {
  color: #000000;
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
}
.content-right .admission-box.admission-hello {
  padding-top: 22px;
}
.content-right .admission-box.admission-hello .title {
  margin-bottom: 12px;
}
.content-right .admission-box.admission-hello .admission-content {
  box-shadow: 0 4px 0px #f95d5d;
  padding-top: 20px;
  padding-bottom: 34px;
  margin-top: 0;
}
.content-right .admission-box.admission-hello .admission-content .school-box {
  padding: 0 16px;
  font-size: 18px;
  width: 100%;
}
.content-right .admission-box.admission-hello .admission-content .school-box .school {
  margin-right: 12px;
}
.content-right .admission-box.admission-hello .admission-content .name {
  padding: 12px 16px 32px;
}
.content-right .admission-box.admission-hello .admission-content .btn {
  width: calc(100% - 32px);
  height: 30px;
  background-color: #5f7793;
  border-radius: 135px;
  cursor: pointer;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.content-right .live {
  width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(-24.24254087deg, #d6dcf0 0%, #dae6f2 19%, #eff2cc 62%, #eff9f1 100%);
  border-radius: 11px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.content-right .live .head {
  margin-bottom: 17px;
}
.content-right .live .head .icon {
  width: 89px;
  height: 28px;
  margin-right: 8px;
}
.content-right .live .head .text {
  width: 104px;
  height: 24px;
  background-color: #026277;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  position: relative;
}
.content-right .live .head .text .triangle {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
}
.content-right .live .content-box {
  position: relative;
}
.content-right .live .content-box .triangle {
  width: 14px;
  height: 5px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.content-right .live .content-box .point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}
.content-right .live .content-box .point .item {
  width: 10px;
  height: 4px;
  background-color: #d7d7d7;
  border-radius: 20px;
  cursor: pointer;
}
.content-right .live .content-box .point .item:not(:last-of-type) {
  margin-right: 4px;
}
.content-right .live .content-box .point .item.pitch {
  background-color: #fa6b11;
}
.content-right .live .content {
  height: 340px;
  background-color: rgba(255, 255, 255, 0.80392157);
  border-radius: 8px;
  margin: 0 11px 27px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.content-right .live .content .swiper {
  margin-bottom: 5px;
  display: flex;
}
.content-right .live .content .swiper .swiper-item {
  width: 268px;
  padding-top: 8px;
}
.content-right .live .content .swiper .swiper-item .item {
  position: relative;
  padding-bottom: 13px;
}
.content-right .live .content .swiper .swiper-item .item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #ebebeb;
}
.content-right .live .content .swiper .swiper-item .item .icon-box {
  padding-left: 9px;
  padding-right: 13px;
  padding-top: 8px;
}
.content-right .live .content .swiper .swiper-item .item .icon-box .icon {
  width: 28px;
}
.content-right .live .content .swiper .swiper-item .item .text {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding-top: 8px;
  padding-right: 8px;
}
.content-right .live .content .swiper .swiper-item .item .text .admissionState {
  height: 20px;
  line-height: 20px;
  background-color: #b30081;
  border-radius: 115px;
  color: #ffffff;
  font-size: 13px;
  padding: 0 6px;
  display: inline-flex;
  width: fit-content;
}
.content-right .live .content .swiper .swiper-item .item .text .admissionState.state2 {
  background-color: #bec105;
}
.content-right .live .content .swiper .swiper-item .item .text .admissionState.state3 {
  background-color: #04b0d5;
}
.content-right .live .word {
  margin-bottom: 9px;
}
.content-right .live .word .item {
  width: 34px;
  height: 22px;
  padding: 0 5px;
  box-sizing: content-box;
}
.content-right .live .word .item:not(:last-of-type) {
  border-right: 1px solid #aaaaaa;
}
.content-right .live .hint {
  font-size: 13px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 13px;
}
.content-right .live .QR-code {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
}
.content-right .live .QR-code .icon {
  width: 103px;
  height: 103px;
}
.content-right .else {
  width: 100%;
  background: -webkit-linear-gradient(270.00883066deg, #f7fbf7 0%, #eaf6ea 100%);
  background: -moz-linear-gradient(179.99116934deg, #f7fbf7 0%, #eaf6ea 100%);
  background: linear-gradient(179.99116934deg, #f7fbf7 0%, #eaf6ea 100%);
  border: none;
  border-radius: 12px;
  padding: 20px 10px 24px;
}
.content-right .else .school {
  margin-bottom: 20px;
}
.content-right .else .school .logo {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  margin-right: 10px;
}
.content-right .else .school .logo .img {
  height: 30px;
}
.content-right .else .school .info .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.content-right .else .school .info .name-en {
  font-size: 13px;
  color: #555555;
}
.content-right .else .case {
  width: 270px;
  background-color: #ffffff;
  border-radius: 8px;
}
.content-right .else .case:not(:last-of-type) {
  margin-bottom: 20px;
}
.content-right .else .case .head {
  width: 270px;
  height: 45px;
  border-bottom: 1px dotted #ebebeb;
  padding: 0 10px;
  background: linear-gradient(to right, #d8f1d8, rgba(255, 255, 255, 0.501961));
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.content-right .else .case .head .dot {
  width: 14px;
  height: 14px;
  background-color: #e7f7ee;
  border: 1px solid #b7c4bd;
  border-radius: 39px;
  position: relative;
  margin-right: 10px;
}
.content-right .else .case .head .dot::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #72db86;
  border: 1px solid #57a869;
  border-radius: 39px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-right .else .case .head .text {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
}
.content-right .else .case .head .img {
  width: 14px;
  height: 14px;
  transform: rotate(270deg);
}
.content-right .else .case .list .item {
  padding: 20px 10px;
  display: block;
}
.content-right .else .case .list .item:not(:last-of-type) {
  border-bottom: 1px solid #f6f6f6;
}
.content-right .else .case .list .item .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 15px;
  color: #000000;
  margin-bottom: 6px;
}
.content-right .else .case .list .item .brief {
  font-size: 14px;
  color: #7f7f7f;
}
.content-right .else .case .list .item .brief span {
  color: #d7d7d7;
  margin: 0 8px;
}
.content-right .else .case.mj .list .item {
  padding-top: 15px;
}
.content-right .else .case.mj .list .item:not(:last-of-type) {
  border-bottom: 1px dotted #ebebeb;
}
.content-right .else .case.mj .list .name {
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}
.content-right .else .case.mj .list .brief-box {
  padding: 10px 15px 10px 10px;
  width: 251px;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.content-right .else .case.mj .list .brief {
  display: inline-block;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  line-height: 20px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-right .else .case.mj .list .brief .avatar {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
  border-radius: 50%;
}
.state-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.base {
  background: none;
  width: fit-content;
  box-shadow: none;
}
.base .type1 {
  width: 640px;
  height: 100%;
  border-radius: 153px;
  border: 1px solid #dbe0f2;
  background: linear-gradient(to right, #eef7f5, #dbe3fd);
  font-size: 15px;
  color: #000000;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
}
.base .type1 .btn {
  line-height: 50px;
  margin: 0 24px;
  cursor: pointer;
}
.base .type1 .btn .img {
  height: 20px;
  margin-right: 6px;
}
.base .type1 .line {
  width: 1px;
  height: 20px;
  background-color: #d7d7d7;
}
.base .type1 .add {
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #7b8cd3;
  border-radius: 158px;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  margin-left: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.base .type1 .add .img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.base .type2 {
  width: 720px;
  transform: translateX(-40px);
  height: 100%;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 153px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
}
.base .type2 .btn {
  padding: 0;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  background-color: #fbfbfb;
}
.base .type2 .btn.btn1 {
  padding-left: 18px;
  padding-right: 20px;
  border-radius: 153px 0 0 153px;
}
.base .type2 .btn.btn2 {
  padding-left: 13px;
  padding-right: 27px;
  border-right: 1px solid #ebebeb;
}
.base .type2 .btn .img {
  height: 20px;
  margin-left: 7px;
  margin-right: 7px;
}
.base .type2 .input-box {
  width: 370px;
  height: 40px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 158px;
  overflow: hidden;
}
.base .type2 .input-box .img {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  margin-right: 6px;
}
.base .type2 .input-box .input {
  height: 100%;
  padding-right: 20px;
  border: none;
  outline: none;
}
.base .type2 .state-box {
  position: relative;
}
.base .type2 .state-box.undetermined .state-btn {
  background-color: #f95d5d;
}
.base .type2 .state-box.undetermined .state .state-list .state-item.pitch {
  color: #f95d5d;
}
.base .type2 .state-box .state-btn {
  width: 100px;
  height: 40px;
  background-color: #04b0d5;
  border-radius: 158px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.base .type2 .state-box .state-btn .img {
  width: 11px;
  height: 6px;
  margin-left: 8px;
}
.base .type2 .state-box .state {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  position: absolute;
  bottom: 40px;
  width: 100px;
  background-color: #f5fcfd;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  animation: show 0.3s;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.base .type2 .state-box .state .state-item {
  color: #555555;
  font-size: 16px;
  height: 55px;
  cursor: pointer;
}
.base .type2 .state-box .state .state-item.pitch {
  color: #04b0d5;
}
.base .type2 .state-box .state .delete {
  cursor: pointer;
  height: 55px;
  border-top: 1px dotted #d7d7d7;
}
.base .type2 .line {
  width: 1px;
  height: 21px;
  background-color: #d7d7d7;
}
.base .type2 .text {
  font-size: 14px;
  color: #aaaaaa;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 0 153px 153px 0;
}
.base .type2 .text .img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.base .type3 {
  width: 707px;
  height: 100%;
  border-radius: 153px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
  border: 1px solid #dbe0f2;
  background: linear-gradient(to right, #eef7f5, #dbe3fd);
  transform: translateX(-33.5px);
}
.base .type3 .btn {
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  padding: 0;
  margin: 0;
}
.base .type3 .btn.btn1 {
  padding-left: 25px;
  padding-right: 20px;
}
.base .type3 .btn.btn2 {
  padding-left: 20px;
}
.base .type3 .btn .img {
  height: 20px;
  margin-right: 7px;
}
.base .type3 .add-btn {
  width: 200px;
  height: 40px;
  background-color: #7b8cd3;
  font-size: 15px;
  color: #ffffff;
  border-radius: 158px;
  cursor: pointer;
}
.base .type3 .add-btn.already {
  background: #d2daea;
  font-size: 16px;
  color: #aaaaaa;
  cursor: no-drop;
}
.base .type3 .add-btn .img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.base .type3 .line {
  width: 1px;
  height: 21px;
  background-color: #d7d7d7;
}
.preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.preview-overlay .preview-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.preview-overlay .preview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.upglide {
  margin-top: 0;
}
#load-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 1000;
  animation: fadeBackground 2s linear infinite;
}
@keyframes fadeBackground {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.login-show {
  text-decoration: underline;
  color: #008cf7;
  cursor: pointer;
  font-size: 13px;
}
.operate-box {
  position: sticky;
  bottom: 15px;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
.operate-box .operate {
  width: fit-content;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.26666667));
  background: #fff;
  border-radius: 153px;
  overflow: hidden;
  pointer-events: auto;
}
.operate-box .my-project-btn {
  width: 160px;
  height: 60px;
  background-color: #f6f6f6;
  border-right: 1px solid #dbe0f2;
  cursor: pointer;
  padding-left: 35px;
}
.operate-box .my-project-btn .title {
  width: 73px;
  height: 25px;
  margin-right: 5px;
  margin-top: -3px;
}
.operate-box .my-project-btn .arrows {
  width: 16px;
  height: 16px;
}
.operate-box .right {
  padding: 0 10px;
  justify-content: space-between;
}
.operate-box .right .btn {
  font-size: 16px;
  color: #026277;
  width: 180px;
  height: 40px;
  background-color: #cff7ff;
  border: 1px solid #badee6;
  border-radius: 158px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07058824);
  margin-right: 10px;
  cursor: pointer;
}
.operate-box .right .btn .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.operate-box .right .btn.collect {
  background-color: #f9e9da;
  border: 1px solid #e6d1bd;
  font-size: 16px;
  color: #e18e41;
  margin: 0;
}
.operate-box .right .btn.collect .icon {
  width: 20px;
  height: 19px;
}
