.el-dialog {
  border-radius: 4px;
}
.el-radio__input.is-checked + .el-radio__label,
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #e12b2b !important;
}
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-checked .el-checkbox__inner {
  background: #e12b2b !important;
  border-color: #e12b2b !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-radio__input .el-radio__inner:hover,
.el-checkbox__input .el-checkbox__inner:hover {
  border-color: #e12b2b !important;
}
.el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.el-dialog__headerbtn {
  width: 45px;
  height: 45px;
  top: -60px !important;
  right: 0 !important;
}
.el-dialog__headerbtn .el-icon-close:before {
  content: " ";
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}

.el-dialog__wrapper,
.el-message-box__wrapper {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.volunteerDialog.el-dialog__wrapper {
  z-index: 1001;
}
.areaDialog.el-dialog__wrapper {
  z-index: 1002;
}
.el-dialog {
  margin-top: 15vh;
}

.el-select-dropdown {
  min-width: 100px;
  position: absolute;
  top: 40px;
  left: 0;
  transform-origin: center top;
  transition: transform 0.2s ease;
  transform: scaleY(1);
}
.el-select-dropdown.hide {
  min-width: 100px;
  transform: scaleY(0);
}
.el-select-dropdown__wrap,
.el-autocomplete-suggestion__wrap {
  margin-bottom: -17px;
  margin-right: -17px;
}

.el-form-item__error.hide {
  transform: scaleY(0);
}

.el-table th.el-table__cell,
.el-table td.el-table__cell {
  padding-left: 10px;
  padding-right: 10px;
}

.date_list {
  top: 24px;
  left: -20px;
  transform-origin: center top;
  transition: transform 0.2s ease;
  transform: scaleY(1);
}
.date_list.hide {
  transform: scaleY(0);
}

.search-form .el-form-item__label {
  width: 80px;
}
.search-form .el-form-item__content {
  margin-left: 80px;
}

.el-autocomplete-suggestion {
  transform-origin: center top;
  z-index: 1000;
  width: 200px;
  position: absolute;
  top: 40px;
  left: 0;
}
.el-autocomplete-suggestion.hide {
  transform: scaleY(0);
}

.el-menu {
  background: rgb(219, 234, 255);
}
.menu_list {
  display: none;
}
.menu_list.on {
  display: block;
}
.el-submenu__title {
  color: rgb(102, 102, 102);
}
.el-submenu__title.title1 {
  padding-left: 20px;
}
.el-submenu__title.title2 {
  padding-left: 40px;
}
.el-submenu .el-menu-item {
  padding-left: 60px;
}

.search-form {
  padding: 60px 20px 25px 0;
}
.search-form .el-radio-group {
  line-height: 40px;
}
.el-form-item {
  margin-bottom: 15px;
}
.el-form-item:last-child {
  margin-bottom: 0;
}
.el-form-item__label {
  text-align: left;
  font-size: 15px;
  padding: 0 8px 0 0;
}
.el-radio-button--small .el-radio-button__inner {
  font-size: 15px;
}
.el-radio-button--small .el-radio-button__inner {
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 25px;
  border-radius: 26px !important;
  margin-right: 20px;
  border-left: 1px solid #dcdfe6;
}
.el-radio-button--small .el-radio-button__inner:hover {
  color: #c79b61;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #c79b61;
  border-color: #c79b61;
  box-shadow: -1px 0 0 0 #c79b61;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner:hover {
  color: #fff;
}

/* 首页 */
.el-table__header {
  width: 100% !important;
}
.el-table__body {
  width: 100% !important;
}
.nav_sec {
  max-width: 1920px;
  margin: auto;
}
.agent {
  margin-top: 40px;
}
.agent .content {
  width: 1200px;
  margin: 0 auto;
}
.agent .content .item {
  display: flex;
  flex-direction: column;
}
.agent .content .item .header {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 24px;
  position: relative;
}
.agent .content .item .header .header_dropdown {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.agent .content .item .bottom {
  margin: 30px 0 50px 0;
  width: 100%;
}
.swiper_sec {
  position: relative;
  height: 460px;
  overflow: hidden;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
}
.swiper_sec .swiper-container {
  height: 100%;
}
.swiper_sec .carousel-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 添加此行 */
}
.swiper_sec .swiper-suspend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  height: 0;
}
.swiper_sec .swiper-suspend .indication-point {
  margin-top: 350px;
}
.swiper_sec .swiper-suspend .indication-point li {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}
.swiper_sec .swiper-suspend .indication-point li::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.swiper_sec .swiper-suspend .indication-point li.on {
  border: 1px solid #fff;
  background: transparent;
}
.swiper_sec .swiper-suspend .indication-point li.on::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.suspend-left {
  width: 430px;
  heigh: 0;
}
.suspend-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 430px;
  height: 350px;
  background: #fff;
  padding: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  border-radius: 10px;
}
.suspend-right .suspend-right-tit div:first-child {
  font-size: 24px;
  color: #333330;
}
.suspend-right .suspend-right-tit div:last-child {
  font-size: 16px;
  color: #666;
}
.suspend-right .suspend-right-radio {
  align-items: flex-start;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.suspend-right .suspend-right-radio .el-radio-group {
  padding-top: 5px;
  width: 176px;
}
.suspend-right .suspend-right-radio .el-radio-group .el-radio {
  margin-bottom: 10px;
}
.suspend-right .suspend-right-radio .el-checkbox-group {
  padding-top: 5px;
  width: 176px;
}
.suspend-right .suspend-right-radio .el-checkbox-group .el-checkbox {
  margin-bottom: 10px;
}
.suspend-right .el-button {
  width: 100%;
}

.notice {
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 18px 0;
}
.notice .notice-left {
  width: 0;
  font-size: 14px;
  color: #333;
}
.notice .notice-left img {
  width: 30px;
  height: 30px;
}
.notice .notice-left div:first-of-type {
  font-size: 18px;
  padding: 0 16px 0 10px;
  margin-right: 15px;
}
.notice .notice-right {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #666;
}
.tab-list {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333;
  background: url(../images/bg14.png) no-repeat;
  background-size: 100% 100%;
}
.tab-list .tab-item {
  padding: 33px 0;
}
.tab-list .tab-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.tab-list .tab-item .tab-item-img {
  display: block;
}
.tab-list .tab-item .tab-item-img1 {
  display: none;
}
.tab-list .tab-item:hover {
  background: url(../images/bg6.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.tab-list .tab-item:hover a {
  color: #fff !important;
}
.tab-list .tab-item:hover .tab-item-img {
  display: none;
}
.tab-list .tab-item:hover .tab-item-img1 {
  display: block;
}

.el-dropdown-menu.date_list {
  position: absolute;
}
.el-dropdown-menu.date_list li {
  white-space: nowrap;
  text-align: left;
}

.index_title {
  padding: 30px 40px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.index_title div:last-child {
  font-size: 18px;
  color: #333;
}
.list-img {
  font-family: PingFangSC-Regular, PingFang SC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-img .item {
  width: 282px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.list-img .item .item-top {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
}
.list-img .item .item-top img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.list-img .item .item-top .logo {
  width: 100%;
  height: 100%;
}
.list-img .item .item-top div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 43px;
  background: #ffe160;
  border-radius: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #333;
  display: none;
}
.list-img .item .item-btm {
  padding: 13px 20px 20px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
.list-img .item .item-btm div:first-child {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-img .item .item-btm div:last-child {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.list-img .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px #e3e3e3;
}

/* 模拟填报 */
.el-pagination {
  width: 350px;
  margin: 0 auto 20px auto;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #c79b61 !important;
}
.content {
  position: relative;
}
.choose-type {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  margin-bottom: 25px;
}
.choose-type .type-list div {
  width: 143px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 34px;
  margin-right: 25px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.choose-type .type-list div:first-child {
  border: 1px solid #d84544;
}
.choose-type .type-list div:nth-child(2) {
  color: #d84544;
  border: 1px solid #d84544;
}
.choose-type .type-list div:nth-child(3) {
  color: #c79b61;
  border: 1px solid #c79b61;
}
.choose-type .type-list div:last-child {
  color: #09af5a;
  border: 1px solid #09af5a;
}
.choose-type .type-list div.on {
  color: #fff;
  border: 1px solid #d84544;
  background: #d84544;
}
.school {
  position: relative;
  margin-bottom: 25px;
}
.school .el-table thead {
  color: #333;
}
.school .el-table--border,
.school .el-table--group {
  border-color: #d8d8d8;
}
.school .el-table--border:after,
.school .el-table--group:after,
.school .el-table:before {
  background-color: #d8d8d8;
}
.school .el-table td,
.school .el-table--border th,
.school .el-table th.is-leaf {
  border-bottom-color: #d8d8d8;
}
.school .el-table--border td,
.school .el-table--border th {
  border-right-color: #d8d8d8;
}
.school .el-table--border th.el-table__cell {
  border-bottom-color: #d8d8d8;
}
.school .el-table--border .el-table__cell {
  border-right-color: #d8d8d8;
}
.school .probability div:first-child {
  font-size: 18px;
  font-weight: 600;
}
.school .probability div:nth-child(2) {
  font-size: 12px;
}
.school .probability .btn {
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
  margin: 0 auto;
}
.school .probability .btn.red {
  background: #d84544;
}
.school .probability .btn.blue {
  background: #c79b61;
}
.school .probability .btn.green {
  background: #01e06e;
}
.school .school-msg {
  font-size: 14px;
}
.school .school-msg div:first-child {
  font-size: 16px;
  font-weight: 600;
}
.school .major {
  width: 130px;
}
.school .shade {
  width: 100%;
  height: 280px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  background: url(../images/bg16.png) no-repeat;
  background-size: 100% 100%;
}
.school .shade .once {
  width: 270px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e9c48c;
  border-radius: 4px;
  font-size: 14px;
  color: #684510;
  margin-top: 25px;
}
.school .shade div:last-child {
  width: 270px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e9c48c;
  border-radius: 4px;
  font-size: 14px;
  color: #684510;
  margin-top: 20px;
}
.voluntary {
  position: absolute;
  top: 0;
  right: -310px;
  width: 310px;
  padding: 15px 20px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.voluntary .voluntary-score {
  font-size: 14px;
  color: #333;
}
.voluntary .voluntary-score .img-edit {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.voluntary .title {
  font-size: 20px;
  color: #333;
  padding: 45px 0 13px;
  border-bottom: 1px solid #ccc;
}
.voluntary .title .title-right {
  width: 87px;
  height: 20px;
  background: #fff3c9;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ef7218;
}
.voluntary .title .amplification {
  font-size: 14px;
  color: #333;
}
.voluntary .voluntary-content {
  font-size: 14px;
  color: #333;
  padding: 30px 0;
}
.voluntary .voluntary-content img {
  width: 42px;
  height: 52px;
  margin-bottom: 25px;
}
.voluntary .voluntary-btn {
  width: 100%;
  margin-bottom: 33px;
}
.voluntary .hint {
  font-size: 12px;
  color: #d84544;
  height: 28px;
  line-height: 28px;
  background: #ffebeb;
  border-radius: 0px 0px 10px 10px;
}
.voluntary .voluntary-school .item {
  position: relative;
  font-size: 12px;
  color: #333;
}
.voluntary .voluntary-school .item .item-top {
  font-size: 14px;
  margin-bottom: 10px;
}
.voluntary .voluntary-school .item .item-top div:first-child {
  flex-shrink: 0;
  width: 70px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.voluntary .voluntary-school .item .item-btm {
  padding-left: 40px;
}
.volunteer-list {
  font-family: PingFangSC-Regular, PingFang SC;
  border-top: 1px solid #ccc;
  margin: 0 20px 30px;
}
.volunteer-list .volunteer-item {
  font-size: 14px;
  color: #333;
  padding: 23px 0 15px;
  border-bottom: 1px solid #ccc;
}
.volunteer-list .volunteer-item .btn {
  width: 60px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 26px;
  color: #fff;
}
.volunteer-list .volunteer-item .employ {
  background: #f28c14;
  margin-left: 20px;
}
.look_btn {
  margin-left: 0 !important;
  margin-top: 10px;
}

.volunteer_tip {
  margin-right: 20px;
  white-space: nowrap;
}
.volunteer-title {
  font-size: 14px;
  color: #333;
}
.volunteer-title span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.volunteer-title .download {
  background: #e3eaf4;
  color: #c79b61;
  width: 72px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border-radius: 11px;
  margin-right: 10px;
}
.volunteer-content {
  padding: 0 30px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.volunteer-content .item .item-little-title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.volunteer-content .item .item-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.volunteer-content .item .item-del {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.volunteer-content .item .item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.volunteer-content .item .item-top .item-top-school {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.volunteer-content .item .item-top .item-top-school div:first-child {
  background: #f96d5d;
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 2px;
}
.volunteer-content .item .item-top .item-top-school .item-school-name {
  width: 300px;
}
.volunteer-content .item .list {
  padding-left: 20px;
}
.volunteer-content .item .list .list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.aside_btn {
  position: fixed;
  right: 50px;
  bottom: 520px;
  width: 106px;
  height: 174px; /*background-image:url("../images/bg19.png");*/
  background-repeat: no-repeat;
  z-index: 999;
}
.aside_btn .content {
  width: 82px;
  margin: 25px 10px 0 10px;
  display: flex;
  flex-direction: column;
}
.aside_btn .content .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  color: #4d4d4d;
  position: relative;
}
.aside_btn .content .item img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.aside_btn .content .item .num {
  display: none;
  position: absolute;
  top: -5px;
  right: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background: #76b753;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
}

/* 资讯 */
.banner {
  width: 100%;
  height: 250px;
  background: url(../images/bg7.png) no-repeat;
  background-size: 100% 100%;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.banner > div {
  width: 740px;
  height: 140px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 37%,
    rgba(0, 0, 0, 0.45) 58%,
    rgba(0, 0, 0, 0.43) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  font-weight: 600;
}
.banner > div .title {
  font-size: 36px;
}
.policy-content {
  font-family: PingFangSC-Regular, PingFang SC;
}
.policy-content .policy-left {
  margin-right: 30px;
}
.policy-content .policy-left .policy-list .policy-item {
  margin-bottom: 40px;
}
.policy-content .policy-left .policy-list .policy-item img {
  width: 254px;
  height: 144px;
  margin-right: 20px;
  flex-shrink: 0;
}
.policy-content .policy-left .policy-list .policy-item .policy-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 596px;
}
.policy-content
  .policy-left
  .policy-list
  .policy-item
  .policy-item-right
  .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.policy-content
  .policy-left
  .policy-list
  .policy-item
  .policy-item-right
  .item-content {
  font-size: 16px;
  color: #333;
  width: 100%;
}
.policy-content
  .policy-left
  .policy-list
  .policy-item
  .policy-item-right
  .item-btn {
  font-size: 14px;
  color: #999;
}
.policy-content
  .policy-left
  .policy-list
  .policy-item
  .policy-item-right
  .item-btn
  div {
  margin-right: 10px;
}
.policy-content .policy-left .policy-page .policy-page-num {
  font-size: 16px;
  color: #666;
  padding: 10px 16px 0;
}
.policy-content .policy-right .policy-right-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 270px;
  height: 180px;
  font-size: 16px;
  color: #fff;
  padding: 0 16px 0 34px;
  margin-bottom: 10px;
}
.policy-content .policy-right .policy-right-item div:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.policy-content .policy-right .policy-right-item:first-of-type {
  background: url(../assets/images/bg11.png) no-repeat;
  background-size: 100% 100%;
}
.policy-content .policy-right .policy-right-item:last-of-type {
  background: url(../assets/images/bg12.png) no-repeat;
  background-size: 100% 100%;
}

.content-wraper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.content-wraper .content {
  width: 75%;
}
.content-wraper .content .content_top {
  display: flex;
  justify-content: space-between;
}
.content-wraper .content .content_top .flex-start-left {
  display: flex;
}
.content-wraper .search {
  width: 25%;
}
.el-breadcrumb {
  margin: 40px 0;
}
.empty {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin: 100px auto;
}
.empty img {
  display: block;
  width: 135px;
  height: 120px;
  margin: 0 auto 10px auto;
}

.layui-table-page {
  border: none;
  padding: 0;
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  text-align: center;
  padding: 0;
  font-weight: bold;
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
  padding: 0;
  font-weight: bold;
}
.layui-laypage-spr {
  background: transparent !important;
  color: #ccc !important;
}
.page_sec {
  margin-bottom: 25px;
}
.page_sec.page_top {
  margin-top: 35px;
}
#pageList {
  text-align: center;
}

/* 资讯详情 */
.notice_detail {
  display: flex;
}
.notice_detail .left {
  width: 75%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.notice_detail .left .detail {
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 30px 0;
}
.notice_detail .left .detail .detail-title {
  font-size: 26px;
  color: #252525;
  margin-bottom: 20px;
}
.notice_detail .left .detail .detail-letter {
  font-size: 13px;
  color: #979797;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.notice_detail .left .detail .detail-content {
  width: 100%;
  overflow: hidden;
}
.notice_detail .left .detail-page {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  padding-left: 10px;
}
.notice_detail .left .detail-page .pointer {
  margin-bottom: 15px;
  display: block;
}
.notice_detail .left .detail-page .pointer span:first-child {
  margin-right: 30px;
}
.notice_detail .right {
  width: 25%;
}
.detail-content p {
  text-indent: 2em;
  line-height: 2rem;
  padding-bottom: 30px;
  margin: 0;
  color: #555;
  font-size: 16px !important;
  font-family: Microsoft Yahei, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei,
    Droid Sans Fallback, SimSun, sans-serif;
}

/* 院校库 */
.result {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.result span {
  color: #b48d59;
}
.school-list {
  font-family: PingFangSC-Regular, PingFang SC;
}
.school-list .school-item {
  padding: 30px 60px 20px 20px;
}
.school-list .school-item .item-left img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.school-list .school-item .item-left .item-left-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
  padding: 5px 0;
}
.school-list .school-item .item-left .item-left-name div:first-child:hover {
  color: #c79b61;
}
.school-list .school-item .item-left .item-left-name div:last-child {
  font-size: 14px;
  color: #767470;
}
.school-list .school-item .item-right div {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 14px;
  padding: 0 13px;
  cursor: pointer;
  margin-left: 16px;
}
.school-list .school-item .item-right .btn1 {
  background: #d1872f;
  font-size: 16px;
  color: #fff;
}
.school-list .school-item .item-right .btn1 a {
  color: #fff;
}
.school-list .school-item .item-right .btn2 {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.school-list .school-item .item-right .btn3 {
  background: #fff;
  color: #d1872f;
  border: 1px solid #d1872f;
  display: flex;
}
.school-list .school-item .item-right .btn3 img {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
}
.school-list .school-item .item-right .btn3:hover {
  color: #fff;
  background: #d1872f;
}
.school-list .school-item .added {
  display: none;
}
.school-list .school-item.act .added {
  display: block;
}
.school-list .school-item.act .adding {
  display: none;
}
.contrast {
  position: fixed;
  top: calc(50% - 150px);
  right: 10px;
  width: 310px;
  background: #fff;
  padding: 30px 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.contrast .contrast-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
.contrast .contrast-title .flex-align-center {
  font-size: 20px;
  color: #333;
}
.contrast .contrast-title .flex-align-center div:last-child {
  font-size: 14px;
  color: #999;
  margin-left: 14px;
}
.contrast .contrast-title .title-right {
  font-size: 14px;
  color: #333;
}
.contrast .contrast-title .title-right i {
  margin-right: 3px;
}
.contrast .contrast-school {
  font-family: PingFangSC-Regular, PingFang SC;
  padding-top: 10px;
}
.contrast .contrast-school .item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #c79b61;
}
.contrast .contrast-school .item img {
  width: 13px;
  height: 13px;
}
.contrast_btn {
  width: 100%;
  margin-top: 20px;
}

.contrast_switch {
  position: fixed;
  top: calc(50% - 240px);
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(199, 155, 97, 0.5);
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  color: #666;
}
.contrast_switch:hover {
  color: #333;
}

/* 院校详情 */
.school_detail_sec.content {
  position: relative;
  margin-top: -140px;
  z-index: 11;
  font-family: PingFangSC-Regular, PingFang SC;
}
.detail-banner {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 10;
}
.school_detail {
  font-family: PingFangSC-Regular, PingFang SC;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
}
.school_detail img {
  width: 82px;
  height: 82px;
  margin-right: 16px;
  border-radius: 50%;
}
.school_detail .detail-title-right {
  font-size: 16px;
  color: #333;
}
.school_detail .detail-title-right div:first-of-type {
  font-size: 22px;
}
.school_detail .detail-title-right div:nth-of-type(2) {
  padding: 16px 0 12px;
}
.school_detail .detail-content {
  padding: 0 20px 30px;
}
.is-fixed {
  position: fixed;
  top: 0;
}
.detail-left-box {
  width: 280px;
}
.detail-left {
  margin-right: 40px;
  background: #dbeaff;
}
.detail-left li {
  width: 240px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #666;
  font-size: 20px;
  cursor: pointer;
}
.detail-left li.on {
  color: #fff;
  background: #c79b61;
}
.detail-right {
  padding: 0 20px 26px;
}
.detail_tab {
  border-bottom: 1px solid transparent;
}
.detail-right .detail-right-item {
  padding: 30px 0;
}
.detail-right .detail-right-item:first-child {
  padding-top: 0;
}
.detail-right .detail-right-item .detail-right-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding-bottom: 26px;
}
.detail-right .detail-right-item .more {
  padding-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.detail-right .detail-right-item .detail-right-title::before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: #c79b61;
  border-radius: 5px;
  margin-right: 10px;
}
.detail-right .detail-right-item .introduce {
  font-size: 14px;
  color: #666;
}
.detail-right .detail-right-item .survey {
  font-size: 14px;
  color: #333;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.detail-right .detail-right-item .survey .el-col {
  padding: 20px 0;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.detail-right .detail-right-item .general-list .item {
  font-size: 14px;
  color: #333;
  margin-bottom: 33px;
}
.detail-right .detail-right-item .general-list .item div:last-child {
  font-size: 14px;
  color: #999;
}
.detail-right .detail-right-item .general-detail {
  font-size: 14px;
  color: #666;
}
.detail-right .detail-right-item .major .el-table--border,
.detail-right .detail-right-item .major .el-table--group {
  border-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table--border:after,
.detail-right .detail-right-item .major .el-table--group:after,
.detail-right .detail-right-item .major .el-table:before {
  background-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table td,
.detail-right .detail-right-item .major .el-table--border th,
.detail-right .detail-right-item .major .el-table th.is-leaf {
  border-bottom-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table th.el-table__cell.is-leaf {
  border-bottom-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table--border td,
.detail-right .detail-right-item .major .el-table--border th {
  border-right-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table--border th.el-table__cell {
  border-bottom-color: #d8d8d8;
}
.detail-right .detail-right-item .major .el-table--border .el-table__cell {
  border-right-color: #d8d8d8;
}

/* 简章详情 */
.guide_detail {
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 30px 0;
}
.guide_detail .detail-title {
  font-size: 26px;
  color: #252525;
  margin-bottom: 20px;
}
.guide_detail .detail-letter {
  font-size: 13px;
  color: #979797;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* 院校对比 */
.compare {
  padding: 30px 20px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.compare .empty {
  width: 135px;
  position: absolute;
  top: 50px;
  left: 100px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.compare .empty img {
  display: block;
  width: 135px;
  height: 120px;
  margin: 0 auto;
}

.compare .contrast-title {
  font-size: 18px;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.compare .contrast-list {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 58px;
}
.compare .contrast-list .contrast-item {
  position: relative;
  flex: 1;
  height: 177px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.compare .contrast-list .contrast-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.compare .contrast-list .contrast-item .el-input,
.compare .contrast-list .contrast-item .el-autocomplete {
  width: 170px;
  position: relative;
}
.compare .contrast-list .contrast-item .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 16px;
  height: 16px;
}
.compare .el-select {
  width: 100px;
  margin-right: 18px;
}
.compare .el-select:last-child {
  margin-right: 0;
}
.data-contrast {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 85px;
  position: relative;
  min-height: 200px;
}
.data-contrast .item div {
  width: 232px;
  height: 60px;
  line-height: 60px;
}

/* 排行 */
.school_rank .el-table td.el-table__cell {
  border-bottom: 1px dotted #ccc;
}
.school_rank .btn {
  width: 70px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 32px;
  border: 1px solid #d84544;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #d84544;
  margin: 0 auto;
}
.school_rank .btn2 {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.school_rank .btn1:hover {
  color: #fff;
  background: #d84544;
}

/* 专业 */
.major-app {
  font-family: PingFangSC-Regular, PingFang SC;
}
.major-app .padding-dotted {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.major-app .total {
  font-size: 18px;
  color: #333;
}
.major-app .major-list .major-item {
  margin-bottom: 30px;
}
.major-app .major-list .major-item .major-item-top {
  padding: 0 20px;
  height: 78px;
  background: #f9efed;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.major-app .major-list .major-item .major-item-top div:last-child {
  font-size: 16px;
}
.major-app .major-list .major-item .major-item-btm {
  padding: 0 40px;
  margin-bottom: 20px;
}
.major-app .major-list .major-item .major-item-btm .item-btm-left {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: 200px;
  margin-right: 45px;
  flex-shrink: 0;
}
.major-app .major-list .major-item .major-item-btm .item-btm-right {
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.major-app .major-list .major-item .major-item-btm .item-btm-right div {
  margin-right: 45px;
  margin-bottom: 20px;
}
.major-app .major-list .major-item .major-item-btm .item-btm-right div:hover {
  color: #c79b61;
}

/* 专业详情 */
.major-content {
  padding-top: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.major-left {
  width: 280px;
  padding: 30px 16px;
  margin-right: 25px;
  background: #dbeaff;
  margin-bottom: 30px;
}
.major-left .major-left-nav {
  padding: 0 18px;
  border-bottom: 1px solid #c79b61;
}
.major-left .major-left-nav div {
  font-size: 20px;
  font-weight: 500;
  color: #999;
  padding-bottom: 13px;
  cursor: pointer;
  border-bottom: 6px solid transparent;
}
.major-left .major-left-nav div.on {
  color: #c79b61;
  border-bottom: 6px solid #c79b61;
}
.major-left .el-submenu__title:hover {
  background-color: transparent !important;
}
.major-left .el-menu-item:hover {
  background-color: transparent !important;
}
.major-right .major-right-title {
  padding: 24px 20px;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  background: #dbeaff;
}
.major-right .major-right-title div:first-child {
  margin-bottom: 26px;
  font-size: 24px;
  color: #333330;
}
.major-right .major-right-title div:last-child {
  padding-top: 12px;
}
.major-right .major-right-tab {
  margin-bottom: 25px;
}
.major-right .major-right-tab li {
  width: 179px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.major-right .major-right-tab li.on {
  color: #fff;
  background: #c79b61;
}
.major-right .detail-right-item {
  margin-bottom: 60px;
}
.major-right .detail-right-item .detail-right-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
  margin-bottom: 26px;
}
.major-right .detail-right-item .detail-right-title::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background: #c79b61;
  border-radius: 5px;
}
.major-right .overview .item img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.major-right .overview .item .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  padding: 2px 0;
}
.major-right .overview .item .item-right div:last-child {
  font-size: 12px;
  color: #666;
}
.major-right .introduce {
  font-size: 14px;
  color: #666;
}
.major-right .prospect .prospect-item {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
  padding-left: 20px;
}
.major-right .prospect .prospect-item .prospect-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}
.major-right .prospect .prospect-item .prospect-item-list {
  display: flex;
  flex-wrap: wrap;
}
.major-right .prospect .prospect-item .prospect-item-list li {
  width: 20%;
  margin-bottom: 20px;
}
.major-right .prospect .prospect-item .prospect-item-list li div:first-child {
  margin-bottom: 8px;
}
.el-menu.is-closed {
  display: none;
}
.el-menu.is-opened {
  display: block;
}
.el-menu-item.is-active a {
  color: #c79b61;
}

/* 公告列表 */
.notice-list {
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 0 20px;
}
.notice-list .notice-item {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.notice-list .notice-item div:last-child {
  flex-shrink: 0;
  margin-left: 20px;
}
.notice-list .notice-item:last-child {
  border-bottom: none;
}
.notice_sec .el-breadcrumb {
  margin: 40px auto 40px 20px;
}

/* 最新政策 */
.policy_list {
  margin-top: 40px;
}

/* 批次 */
.secondary-centent {
  font-family: PingFangSC-Medium, PingFang SC;
  padding: 40px 20px;
}
.secondary-centent .secondary-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.secondary-centent .el-table td.el-table__cell {
  border-bottom: 1px dotted #cccccc;
}

/* 一分一段 */
.section-centent {
  font-family: PingFangSC-Medium, PingFang SC;
  padding: 40px 20px;
}
.section-centent .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.section-centent .el-table--border,
.section-centent .el-table--group {
  border-color: #d8d8d8;
}
.section-centent .el-table--border:after,
.section-centent .el-table--group:after,
.section-centent .el-table:before {
  background-color: #d8d8d8;
}
.section-centent .el-table td,
.section-centent .el-table--border th,
.section-centent .el-table th.is-leaf {
  border-bottom-color: #d8d8d8;
}
.section-centent .el-table th.el-table__cell.is-leaf {
  border-bottom-color: #d8d8d8;
}
.section-centent .el-table--border td,
.section-centent .el-table--border th {
  border-right-color: #d8d8d8;
}
.section-centent .el-table--border th.el-table__cell {
  border-bottom-color: #d8d8d8;
}
.section-centent .el-table--border .el-table__cell {
  border-right-color: #d8d8d8;
}

/* 位次分析 */
.precedence {
  padding: 20px 0;
}
.precedence-title {
  height: 54px;
  background: #f9efed;
  padding-left: 20px;
  line-height: 54px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.precedence-left {
  flex-shrink: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: 6px solid #b48d59;
  padding: 30px 19px;
  margin-right: 20px;
}
.precedence-left .left-item {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.precedence-left .left-item .left-item-title {
  color: #666;
  flex-shrink: 0;
}
.precedence-right {
  padding: 25px 20px;
}
.precedence-right .right-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}
.precedence-right .el-table--border,
.precedence-right .el-table--group {
  border-color: #d8d8d8;
}
.precedence-right .el-table--border:after,
.precedence-right .el-table--group:after,
.precedence-right .el-table:before {
  background-color: #d8d8d8;
}
.precedence-right .el-table td,
.precedence-right .el-table--border th,
.precedence-right .el-table th.is-leaf {
  border-bottom-color: #d8d8d8;
}
.precedence-right .el-table th.el-table__cell.is-leaf {
  border-bottom-color: #d8d8d8;
}
.precedence-right .el-table--border td,
.precedence-right .el-table--border th {
  border-right-color: #d8d8d8;
}
.precedence-right .el-table--border th.el-table__cell {
  border-bottom-color: #d8d8d8;
}
.precedence-right .el-table--border .el-table__cell {
  border-right-color: #d8d8d8;
}

/* 专业指导 */
.guide-box {
  width: 1200px;
  margin: 0 auto;
}
.guide-box .guide-list {
  padding-right: 10px;
  margin-bottom: 20px;
}
.guide-box .guide-list .list-box {
  width: 100%;
  display: flex;
  height: 145px;
  margin-top: 20px;
}
.guide-box .guide-list .list-box:nth-child(1) {
  margin-top: 0;
}
.guide-box .guide-list .list-box .box-left {
  width: 255px;
  height: 100%;
}
.guide-box .guide-list .list-box .box-left img {
  width: 100%;
  height: 100%;
}
.guide-box .guide-list .list-box .box-right {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guide-box .guide-list .list-box .box-right h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.guide-box .guide-list .list-box .box-right .text {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.guide-box .guide-list .list-box .box-right .source {
  display: flex;
}
.guide-box .guide-list .list-box .box-right .source .item {
  font-size: 14px;
  color: #999;
}
.guide-box .guide-list .list-box .box-right .source .item:nth-child(2) {
  margin-left: 10px;
}
.guide-box .guide-list .list-box .box-right .source .item:nth-child(3) {
  margin-left: 10px;
}

/*就业指导详情 */
.guide_detail .detail-letter {
  border-bottom: 1px dashed #ccc !important;
}

/* 社区 */
.comment-content {
  padding: 30px 20px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.comment-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.comment-content .comment-list .comment-item {
  padding: 30px 20px;
}
.comment-content .comment-list .comment-item .item-question {
  margin-bottom: 15px;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-top
  .flex
  img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-top
  .flex
  > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-top
  .flex
  > div
  div:last-child {
  font-size: 14px;
  color: #999;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-top
  .btn1 {
  color: #fff;
  background: #d84544;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-top
  .btn2 {
  color: #666;
  background: #e1e1e1;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-center {
  padding: 20px 0 15px;
}
.comment-content .comment-list .comment-item .item-question .item-question-btm {
  font-size: 14px;
  color: #6776a2;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-btm
  img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.comment-content
  .comment-list
  .comment-item
  .item-question
  .item-question-btm
  .reply {
  margin-right: 27px;
}

.comment-content .comment-list .comment-item .item-answer {
  padding: 20px;
}
.comment-content .comment-list .comment-item .item-answer.more {
  display: none;
}
.comment-content .comment-list .comment-item .item-answer .item-answer-item {
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8eb;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-question-center {
  margin-bottom: 10px;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-top {
  font-size: 16px;
  color: #666;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-top
  .answer-item-time {
  font-size: 14px;
  color: #999;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-top
  .on {
  color: #6776a2;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-top
  .reply_stat {
  font-size: 14px;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-center {
  font-size: 16px;
  color: #333;
  padding: 14px 0 12px;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-btm {
  font-size: 14px;
  color: #6776a2;
}
.comment-content
  .comment-list
  .comment-item
  .item-answer
  .item-answer-item
  .item-answer-btm
  img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.comment-dialog img {
  width: 24px;
  height: 24px;
}
.comment-dialog .flex-align-start {
  margin-bottom: 20px;
}
.comment-dialog .el-textarea__inner {
  height: 220px;
  border: none;
  resize: none;
}
.send-btn {
  position: fixed;
  top: 60%;
  right: -150px;
  width: 275px;
  height: 50px;
  line-height: 50px;
  background: #3b81e5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  padding-left: 18px;
}
.send-btn img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

/*测评中心*/
.psych_top {
  padding-top: 40px;
  padding-bottom: 20px;
}
.psych_top input {
  width: 500px;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-radius: 12px 0 0 12px;
  color: #333;
  font-size: 16px;
  text-align: center;
  caret-color: #b48d59;
}
.psych_top input::placeholder {
  color: #999;
  text-fill-color: #999;
}
.psych_top button {
  width: 120px;
  height: 50px;
  background: #c79b61;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}
.psych_top button img {
  width: 24px;
}

.psych_sec {
  margin-bottom: 24px;
  padding-top: 40px;
}
.psych_sec .psych_item {
  margin-top: 24px;
  width: 285px;
  height: 330px;
  border-radius: 10px;
  padding: 30px;
  padding-top: 40px;
  position: relative;
  box-shadow: 0px 10px 26px 0px rgba(204, 204, 204, 0.4);
}
.psych_sec .psych_item:hover {
  box-shadow: 0 20px 58px 0 rgba(199, 155, 97, 0.2);
}
.psych_sec .psych_item.none_item {
  height: 0;
  border: none;
  padding: 0;
  border-shadow: none;
  margin: none;
}
.psych_sec .psych_item .item_img {
  height: 170px;
}
.psych_sec .psych_item .item_img img {
  max-height: 100%;
  max-width: 100%;
}
.psych_sec .psych_item .item_img .waitimg {
  height: 80px;
}
.psych_sec .psych_item .title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.psych_sec .psych_item:hover {
  border-color: #b48d59;
}
.psych_sec .psych_item:hover .alink {
  color: #b48d59;
}
.psych_sec .psych_item .wait_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.psych_sec .psych_item .wait {
  text-align: center;
  margin-top: 10px;
  color: #999 !important;
}
.psych_sec .psych_item .join {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #999 !important;
  font-size: 12px;
}

/*测评详情 */
.psych_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0;
}
.psych_explain {
  font-size: 16px;
}
.psych_explain .tip {
  margin-bottom: 20px;
  display: inline-block;
}
.psych_line {
  width: 100%;
  height: 2px;
  background: #cfcfcf;
  margin: 30px 0;
}
.test_sec .test_item {
  margin-bottom: 34px;
}
.test_sec .test_item .title {
  background: #e7eaf2;
  padding: 17px 21px;
}
.test_box {
  width: 800px;
  margin-left: 80px;
  padding-top: 4px;
}
.test_box li {
  margin-top: 20px;
  width: calc(100% / 3);
}

.test_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 40px 0 100px;
  cursor: pointer;
}
.rst_dialog_box {
  height: 500px;
  text-align: center;
}
.rst_dialog {
  width: 600px;
  height: 400px;
  background: #fff;
  border-radius: 20px;
  margin-top: -100px;
  padding-top: 100px;
}
.rst_img {
  width: 220px;
  height: 220px;
  box-shadow: 0 30px 58px 0 rgba(199, 155, 97, 0.31);
  border-radius: 50%;
}
.rst_dialog .rst_title {
  font-weight: bold;
  font-size: 36px;
  margin: 70px 0 30px;
  display: inline-block;
}
.rst_dialog .rst_tip {
  font-size: 20px;
  color: #999;
}
.rst_dialog .rst_btn {
  width: 180px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  cursor: pointer;
}
.rst_dialog_box .rst_line {
  width: 4px;
  height: 84px;
  border: 4px solid #fff;
  display: inline-block;
  margin: 8px 0 4px;
  border-radius: 4px;
}
.rst_dialog_box .rst_del {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.test_rst {
  display: none;
  margin-bottom: 50px;
  line-height: 26px;
}
.test_rst .tip {
  font-size: 16px;
}
.rst_info {
  margin: 20px 0 50px;
  line-height: 26px;
}

/* 会员中心 */
.user_sec {
  background: #f6f6f6;
}
.user_box {
  padding: 14px 0;
}
.user_left {
  width: 240px;
  height: 810px;
  background: #fff;
  text-align: center;
  padding: 34px 0;
}
.user_left .avatar {
  width: 90px;
  height: 90px;
  background: #cfcfcf;
  border-radius: 50%;
}
.user_left .nick_name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.user_left .mobile {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
}
.user_left .user_score {
  font-size: 16px;
  margin-top: 16px;
}
.user_left .user_score span {
  color: #f53c3c;
  font-size: 18px;
  font-weight: bold;
}
.user_left .user_bond {
  width: 80px;
  height: 30px;
  background: #f25353;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  margin: 14px auto;
}
.user_left .user_bond img {
  margin-right: 5px;
}
.user_left .oline {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 22px 0 20px;
}

.user_left .user_nav {
  height: 60px;
  cursor: pointer;
  font-size: 16px;
}
.user_left .user_nav.act {
  background: #c79b61;
  color: #fff;
}
.user_left .user_nav img {
  margin-right: 10px;
  width: 26px;
}

.user_right {
  background: #fff;
  margin-left: 17px;
  padding: 30px;
  width: calc(100% - 257px);
}
.user_right .user_top i {
  width: 5px;
  height: 28px;
  background: #c79b61;
  display: inline-block;
  margin-right: 20px;
}
.user_right .user_top span {
  font-size: 24px;
  font-weight: 500;
}

.user_info {
  margin-top: 54px;
}
.user_info b {
  font-size: 18px;
  margin-right: 10px;
}
.user_info .input {
  width: 262px;
  height: 44px;
  border: 1px solid #dadada;
  color: #666;
  font-size: 18px;
  padding: 0 16px;
}
.user_info button {
  width: 100px;
  height: 44px;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.user_avatar {
  position: relative;
  width: 150px;
  height: 150px;
}
.user_avatar img {
  width: 100%;
  height: 100%;
}
.user_avatar .avatar_btn {
  width: 150px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.user_avatar .avatar_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.user_bond {
  margin-top: 70px;
}
.user_bond .bondline {
  margin-top: 30px;
}
.user_bond .bondline span {
  width: 90px;
  text-align: right;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.user_bond .bondline input {
  width: 368px;
  height: 54px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 0 10px;
}
.user_bond .bondline button {
  font-size: 24px;
  width: 368px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.bondok {
  text-align: center;
  display: none;
  margin-top: 150px;
}
.bondok img {
  width: 110px;
  margin-bottom: 26px;
}
.bondok div {
  font-size: 18px;
  font-weight: bold;
}
.bondok a {
  font-size: 18px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 52px auto;
}

.cp_rst_ul {
  margin-top: 60px;
}
.cp_rst_ul li {
  padding: 30px 8px 28px 13px;
  border-bottom: 1px solid #e7e7e7;
}
.cp_rst_ul .title {
  font-size: 18px;
  font-weight: 500;
}
.cp_rst_ul .cp_rst {
  margin-top: 24px;
  font-size: 16px;
}
.cp_rst_ul .cp_rst .score_rst {
  color: #d94544;
  font-size: 24px;
}
.cp_rst_ul .cp_rst .cp_time {
  margin-left: 32px;
}
.cp_rst_ul .rst_btn {
  width: 100px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
}

.scan_cp_rst {
  margin-top: 60px;
  padding: 0 10px;
}
.scan_cp_rst .tip {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.scan_cp_rst .oline {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 22px 0 40px;
}

.zy_score {
  font-size: 24px;
  font-weight: 500;
}
.zy_load {
  width: 120px;
  height: 36px;
  background: #f4f4f4;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #3b82e6;
  font-size: 16px;
  cursor: pointer;
}
.zy_sec {
  padding-left: 46px;
  padding-right: 54px;
}
.zy_ul {
  margin-top: 28px;
}
.zy_ul li {
  padding: 22px 0 20px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.zy_sort {
  width: 80px;
  height: 30px;
  background: #f96d5d;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.zy_school {
  font-size: 18px;
  margin-left: 22px;
  margin-right: 32px;
  font-weight: 500;
  width: 300px;
}
.zy_code {
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
}
.zy_info {
  font-size: 16px;
}
.zy_del {
  position: absolute;
  right: 0;
  top: 22px;
  cursor: pointer;
}
.zy_stat {
  width: 120px;
  height: 34px;
  border: 1px solid;
  border-radius: 17px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
}
.zy_stat.red {
  border-color: #f96d5d;
  color: #f96d5d;
}
.zy_stat.blue {
  border-color: #5581e3;
  color: #5581e3;
}
.zy_stat.green {
  border-color: #01e06e;
  color: #01e06e;
}

.comment_select {
  padding: 20px 0;
}
.comment_select .el-input__inner {
  border: none;
}
.comment_select .el-select .el-input .el-select__caret {
  color: #333;
}
.comment_select .el-select {
  width: 120px;
  margin-right: 20px;
  border: none;
}
.comment_select .el-select input::placeholder {
  color: #333;
  text-fill-color: #333;
}

.commentDialog .el-dialog {
  width: 800px;
}
.volunteerDialog .el-dialog {
  width: 538px;
}
.el-drawer__wrapper {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.drawerMajor .el-drawer {
  width: 700px;
}
.volunteerDrawer .el-drawer {
  width: 760px;
}

.el-table--striped tr:nth-child(odd) {
  background: #fafafa !important;
}
.layui-form-checkbox i {
  top: 1px !important;
}
footer {
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
}

.evaluation-entrance {
  width: 215px;
  height: 185px;
  position: fixed;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 0;
}
.evaluation-banner {
  height: 350px;
  line-height: 1;
  font-size: 0;
}
.evaluation-banner img {
  height: 100%;
}

.search-input-header {
  display: flex;
  width: 307px;
  height: 36px;
}
.search-input-jd {
  flex: 1;
  background: #ffffff;
  border-radius: 3px 0 0 3px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  padding-left: 10px;
}
.search-icon-jd {
  width: 48px;
  height: 36px;
  background: #5581e3;
  border-radius: 0 3px 3px 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input-tips {
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 5px;
}
