body {
  background: #FCFAF2;
}

.top-box {
  display: flex;
  justify-content: space-between;
  width: 960px;
  height: 178px;
  margin: 0 auto;
}
.top-box .top-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top-box .top-left .circle-color {
  position: absolute;
  top: -479px;
  left: 34px;
  width: 576px;
  height: 576px;
  flex-shrink: 0;
  border-radius: 576px;
  background: rgba(241, 214, 105, 0.6);
  filter: blur(97.0999984741px);
}
.top-box .top-left > img:first-of-type {
  position: absolute;
  top: 0;
  left: 80px;
}
.top-box .top-left .post-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 35px;
  margin-top: 7px;
  border-radius: 4px;
  border: 0.5px solid rgba(61, 91, 142, 0.33);
  background: linear-gradient(180deg, #8FB0DA 0%, #496DAE 100%);
  cursor: pointer;
}
.top-box .top-left .post-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .top-left .post-btn svg {
  position: relative;
  top: 1px;
}
.top-box .top-left .top-breadcrumb {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .top-left .top-breadcrumb img {
  width: 22px;
  height: 22px;
}
.top-box .top-left .top-breadcrumb a {
  cursor: pointer;
}
.top-box .top-left .top-breadcrumb a:hover {
  text-decoration: underline;
}
.top-box h1 {
  position: relative;
  top: 40%;
  height: fit-content;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top-box .top-right .login-box {
  display: flex;
  flex-direction: column;
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .top-right .login-box .account-box {
  display: flex;
  align-items: center;
}
.top-box .top-right .login-box .account-box .cube-icon {
  width: 10px;
  height: 10px;
  margin-left: 5.5px;
  border-radius: 2px;
  border: 1px solid #878787;
  background: #FFF;
}
.top-box .top-right .login-box .account-box label {
  cursor: pointer;
}
.top-box .top-right .login-box .account-box span:nth-of-type(2) {
  margin-left: 17px;
  cursor: pointer;
}
.top-box .top-right .login-box .account-box span:nth-of-type(2):hover {
  text-decoration: underline;
}
.top-box .top-right .login-box .password-box {
  display: flex;
  align-items: center;
  margin: 8px 0 0 24px;
}
.top-box .top-right .login-box .password-box span:nth-of-type(2) {
  margin-left: 5.5px;
  cursor: pointer;
}
.top-box .top-right .login-box .password-box span:nth-of-type(2):hover {
  text-decoration: underline;
}
.top-box .top-right .login-box .password-box span:last-of-type {
  margin-left: 58px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.top-box .top-right .login-box .password-box span:last-of-type:hover {
  text-decoration: underline;
}
.top-box .top-right .login-box .input {
  width: 103px;
  height: 19px;
  margin-left: 10px;
  background: #FFFFFF;
  border-top: 1px solid #848484;
  border-left: 1px solid #848484;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
}
.top-box .top-right .page-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  margin-top: 29px;
  color: #393939;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .top-right .page-box .return-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #F0CF83;
  background: #FFF;
  cursor: pointer;
}
.top-box .top-right .page-box .return-btn:hover {
  border: 1px solid #369;
}
.top-box .top-right .page-box .page-num {
  display: flex;
  gap: 2px;
}
.top-box .top-right .page-box .page-num li:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #F0CF83;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .top-right .page-box .page-num li:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #F0CF83;
  background: #FFF;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.top-box .top-right .page-box .page-num li:last-of-type:hover {
  border: 1px solid #369;
}
.top-box .top-right .page-box .show-page {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 30px;
  padding-right: 5px;
  box-sizing: border-box;
  border: 1px solid #D0DAE5;
  background: #FFF;
}
.top-box .top-right .page-box .show-page input {
  padding: 0;
  width: 20px;
  height: 17px;
  border: 1px solid;
  border-color: #848484 #E0E0E0 #E0E0E0 #848484;
}
.top-box .top-right .page-box .next-page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #F0CF83;
  background: #FFF;
  cursor: pointer;
}
.top-box .top-right .page-box .next-page-btn:hover {
  border: 1px solid #369;
}

.main-box {
  display: flex;
  width: 960px;
  margin: 7px auto 10px auto;
}
.main-box .main-box-left {
  display: flex;
  flex-direction: column;
  width: 180px;
  border-top: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  background: #FAF6E9;
}
.main-box .main-box-left > ul:nth-of-type(1) {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 1px 9px 1px;
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-left > ul:nth-of-type(1) li:first-of-type::after {
  position: relative;
  left: 3px;
  top: 1px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  background: #CCC;
}
.main-box .main-box-left > ul:nth-of-type(1) li span {
  color: #B05837;
}
.main-box .main-box-left .user-info {
  border-top: 3px solid #F0CF83;
  border-bottom: 3px solid #F0CF83;
  height: 1580px;
}
.main-box .main-box-left .user-info:not(:first-of-type) {
  height: 370px;
  border-top: 0;
  border-bottom: 3px solid #F0CF83;
}
.main-box .main-box-left .user-info .info-title {
  padding: 10px 0 9px 12px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed #CFCFCE;
  cursor: pointer;
}
.main-box .main-box-left .user-info .info-title:hover {
  text-decoration: underline;
}
.main-box .main-box-left .user-info .info-title + img {
  width: 101px;
  height: 101px;
  margin: 10px 0 0 18px;
  border: #FFF 8px solid;
}
.main-box .main-box-left .user-info ul:first-of-type {
  margin-top: 18px;
  display: flex;
  gap: 23px;
  padding-left: 18px;
}
.main-box .main-box-left .user-info ul:first-of-type li {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.main-box .main-box-left .user-info ul:first-of-type li:hover {
  text-decoration: underline;
}
.main-box .main-box-left .user-info ul:first-of-type li span {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-left .user-info ul:first-of-type li:not(:last-of-type)::after {
  position: absolute;
  right: -11px;
  top: 1px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 24px;
  background: #D2D1D0;
}
.main-box .main-box-left .user-info .person-bottom {
  width: 75px;
  padding-left: 18px;
  margin-top: 11px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-left .user-info .person-bottom img {
  width: 64px;
  height: 12px;
}
.main-box .main-box-left .user-info .person-bottom p:first-of-type {
  white-space: nowrap;
  cursor: pointer;
}
.main-box .main-box-left .user-info .person-bottom p:first-of-type:hover {
  text-decoration: underline;
}
.main-box .main-box-left .user-info .person-bottom p:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.main-box .main-box-left .user-info .person-bottom .message-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.main-box .main-box-left .user-info .person-bottom .message-box:hover {
  text-decoration: underline;
}
.main-box .main-box-left .user-info .person-bottom .message-box svg {
  position: relative;
  top: 1px;
}
.main-box .main-box-right {
  display: flex;
  flex-direction: column;
  width: 800px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  background: #FFF;
}
.main-box .main-box-right .title {
  padding: 8px 0 4px 16px;
  display: flex;
  align-items: center;
}
.main-box .main-box-right .title h2 {
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-box .main-box-right .title h2 + span {
  margin-left: 3px;
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.main-box .main-box-right .title h2 + span:hover {
  text-decoration: underline;
}
.main-box .main-box-right .user-comment {
  height: 1580px;
  padding: 0 15px;
  border-top: 3px solid #FAF6E9;
  border-bottom: 3px solid #FAF6E9;
}
.main-box .main-box-right .user-comment:nth-child(n+3) {
  height: 370px;
  border-top: 0;
  border-bottom: 3px solid #FAF6E9;
}
.main-box .main-box-right .user-comment:nth-child(n+3) .comment-time {
  position: relative;
  height: 40px;
}
.main-box .main-box-right .user-comment:nth-child(n+3) .comment-time span {
  position: absolute;
  right: 0;
  color: #000;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.main-box .main-box-right .user-comment:nth-child(n+3) .comment-time span:hover {
  text-decoration: underline;
}
.main-box .main-box-right .user-comment:nth-child(n+3) .comment-time p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-right .user-comment:nth-child(n+3) .comment-content {
  margin-top: 12px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-right .user-comment .comment-time {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px dashed #CFCFCE;
}
.main-box .main-box-right .user-comment .comment-time img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.main-box .main-box-right .user-comment .comment-time p {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-right .user-comment .comment-time p:nth-of-type(1) {
  margin-left: 4px;
}
.main-box .main-box-right .user-comment .comment-time p:nth-of-type(2) {
  margin-left: 20px;
  cursor: pointer;
}
.main-box .main-box-right .user-comment .comment-time p:nth-of-type(2):hover {
  text-decoration: underline;
}
.main-box .main-box-right .user-comment .comment-time p:nth-of-type(3) {
  margin-left: 20px;
  cursor: pointer;
}
.main-box .main-box-right .user-comment .comment-time p:nth-of-type(3):hover {
  text-decoration: underline;
}
.main-box .main-box-right .user-comment .comment-time p:not(:first-of-type)::before {
  position: absolute;
  left: -10px;
  top: 4px;
  content: "";
  width: 2px;
  height: 14px;
  background: #CCC;
}
.main-box .main-box-right .user-comment .comment-content .download-box {
  margin-top: 14px;
  color: #000;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-box .main-box-right .user-comment .comment-content .download-box a {
  color: #D84BEF;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #486491;
}
.main-box .main-box-right .user-comment .comment-content .download-box:last-child {
  margin-top: 28px;
  padding-bottom: 32px;
}
.main-box .main-box-right .user-comment .comment-content p:nth-of-type(2) {
  margin-top: 13.5px;
  color: #000;
  text-indent: 1em;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-box .main-box-right .user-comment .comment-content img {
  width: 681px;
  height: 418px;
}
.main-box .main-box-right .user-comment .comment-content img:nth-of-type(1) {
  margin-top: 34px;
}
.main-box .main-box-right .user-comment .comment-content img:nth-of-type(2) {
  margin-top: 19.5px;
}
.main-box .main-box-right .user-comment .comment-content img:nth-of-type(3) {
  margin-top: 19.5px;
}

.next-page-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #CDCDCD;
  background: #FAF6E9;
  cursor: pointer;
}
.next-page-box:hover {
  background: #FFF;
}
.next-page-box:active {
  background: #FAF6E9;
}
.next-page-box span {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.next-page-box svg {
  margin-left: 7px;
}

.bottom-comment-box {
  display: flex;
  width: 960px;
  margin: 10px auto 0 auto;
  padding-bottom: 72px;
}
.bottom-comment-box .left-box {
  width: 180px;
  height: 240px;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  background: #FAF6E9;
}
.bottom-comment-box .right-box {
  width: 800px;
  height: 240px;
  padding: 22px 85.5px 48px 16px;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  background: #FFF;
}
.bottom-comment-box .right-box .comment-box {
  width: 100%;
  height: 145px;
  border: 1px solid #CCC;
}
.bottom-comment-box .right-box .comment-box > div:nth-of-type(1) {
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  background: #F2F2F2;
}
.bottom-comment-box .right-box .comment-box > div:nth-of-type(1) img {
  width: 160px;
  height: 20px;
  cursor: pointer;
}
.bottom-comment-box .right-box .comment-box > div:nth-of-type(2) {
  width: 100%;
  height: 110px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #CCC;
}
.bottom-comment-box .right-box .select-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.bottom-comment-box .right-box .select-box .icon-cube {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #878787;
  background: #FFF;
  margin-left: 7px;
}
.bottom-comment-box .right-box .select-box .icon-cube::before {
  position: relative;
  top: -5px;
  right: 7px;
  display: inline-block;
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  content: "";
  background: #AC572E;
}
.bottom-comment-box .right-box .select-box label {
  margin-left: 5px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
