@charset "UTF-8";
@import './fonticon/iconfont.css';
body {
  font: 100% "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: #272727;
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

input {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999a99;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999a99;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999a99;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999a99;
}

a {
  text-decoration: none;
}

.title {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}

.subtitle {
  font-size: 0.875rem;
  color: #999a99;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.btn-box .btn {
  background: #4acf7b;
  color: white;
  border: none;
  height: 36px;
  line-height: 36px;
  width: 120px;
  border-radius: 18px;
  letter-spacing: 4px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 0 10px;
}
.btn-box .btn.blue {
  background: #0e6ed7;
}
.btn-box .btn.del {
  background: #ee7174;
}
.btn-box .prompt {
  position: absolute;
  top: -25px;
  font-size: 0.75rem;
  color: #ee7174;
  text-align: center;
  margin: 0;
  padding: 0;
}

.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.text-center a {
  display: block;
  font-size: 0.75rem;
  color: rgba(13, 94, 255, 0.8);
  margin-left: 5px;
  letter-spacing: 2px;
  cursor: pointer;
}
.text-center span {
  display: block;
  margin: 0 10px;
  font-size: 8px;
  color: #b3b3b3;
}
.text-center p {
  font-size: 0.75rem;
  color: #b3b3b3;
  display: flex;
  letter-spacing: 2px;
}
.text-center p a {
  color: rgba(13, 94, 255, 0.8);
}

.icon-btn {
  position: relative;
}
.icon-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-btn a i {
  display: block;
  font-size: 1.3rem;
  color: rgba(179, 179, 179, 0.5);
}
.icon-btn a p {
  font-size: 0.75rem;
  color: #999a99;
  margin-left: 8px;
}

.input-box {
  width: 100%;
  margin-bottom: 15px;
}
.input-box input {
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  padding: 8px 15px;
  border: none;
  border-radius: 10px;
  background: #ebeaeb;
  font-size: 0.875rem;
}

.radio-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}
.radio-box input {
  -webkit-appearance: radio;
  width: 15px;
  height: 15px;
}
.radio-box p {
  font-size: 0.875rem;
  color: #999a99;
  margin: 0 auto;
}

.select-box {
  margin-bottom: 15px;
}
.select-box select {
  width: 100%;
  color: #999a99;
  box-sizing: border-box;
  line-height: 24px;
  padding: 8px 15px;
  border: none;
  border-radius: 10px;
  font-size: 0.875rem;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ebeaeb url("../img/down.svg") right center no-repeat;
  background-size: auto 14px;
  background-position-x: calc(100% - 15px);
}

.switch-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.switch-box .switch {
  display: flex;
  background: #ebeaeb;
  width: 76px;
  height: 36px;
  padding: 5px;
  border-radius: 18px;
  box-sizing: border-box;
  margin-right: 10px;
}
.switch-box .switch i {
  display: block;
  margin-right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 25px;
  background: transparent;
}
.switch-box .switch i:last-child {
  margin-right: 0;
}
.switch-box .switch i.open {
  background: #cfd0cf;
}
.switch-box p {
  font-size: 0.75rem;
  color: #999a99;
  margin: 0;
}

.textarea-box {
  width: 100%;
  margin-bottom: 15px;
}
.textarea-box textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #ebeaeb;
  font-size: 0.75rem;
  border: none;
  border-radius: 10px;
  -webkit-appearance: textarea;
}

.nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  background: #f4f5f6;
}
.nav a {
  flex: 1;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 0.875rem;
  color: #272727;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
}
.nav a.nav-active {
  color: #4acf7b;
}
.nav a::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.nav a:last-child::after {
  width: 0;
}

.logo-group {
  position: relative;
}
.logo-group .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.logo-group .logo img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
}
.logo-group .name {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}
.logo-group .job {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 1px;
  color: #b3b3b3;
}
.logo-group .job.orange {
  color: #fd9908;
}

.news-group {
  position: relative;
  margin-top: 20px;
}
.news-group .time {
  text-align: center;
  font-size: 0.75rem;
}
.news-group .news-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  margin: 10px auto;
}
.news-group .news-box .news {
  flex: 1;
}
.news-group .news-box .news h1 {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 5px auto;
}
.news-group .news-box .news p {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #999a99;
}

.work-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}
.work-group .work-box {
  margin-left: -26px;
}
.work-group .work-box .icon-btn p {
  margin-left: 15px;
}
.work-group .work-box .icon-btn i {
  font-size: 1.6rem;
}

.select-logo-group {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.select-logo-group .select-logo {
  width: 90%;
  padding: 10px 30px 20px;
  background: white;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.select-logo-group .select-logo .logo-box {
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.select-logo-group .select-logo .logo-box a {
  display: block;
  width: 25%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.select-logo-group .select-logo .logo-box a img {
  width: 100%;
  display: block;
}
.select-logo-group .select-logo .logo-box a:nth-child(4n) {
  margin-right: -30px;
}
.select-logo-group .select-logo .text {
  font-size: 0.875rem;
  color: #999a99;
  text-align: center;
  margin: 15px auto 20px;
}
.select-logo-group .select-logo .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.4rem;
  color: rgba(179, 179, 179, 0.5);
  cursor: pointer;
}
.select-logo-group.select-active {
  display: none;
}

.filter-btn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: #dddedd;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}
.filter-btn i {
  display: block;
  width: 14px;
  height: 2px;
  background: white;
  margin: 3px 0;
}

.filter-nav {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #f4f5f6;
  padding: 10px 15px;
  border-radius: 8px;
}
.filter-nav .box {
  border-bottom: 1px solid #999a99;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.filter-nav .box a {
  display: block;
  font-size: 0.75rem;
  color: #999a99;
  letter-spacing: 1px;
  padding: 3px 0;
}
.filter-nav .box:last-child {
  border: none;
  margin-bottom: 0;
}

.slide-group {
  height: 360px;
  width: 100%;
  max-width: 375px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 0px 30px;
}
.slide-group .swiper-container {
  height: 100%;
  position: relative;
  padding: 30px 0 20px;
  box-sizing: border-box;
}
.slide-group .swiper-container .swiper-slide img {
  width: 100%;
}
.slide-group .swiper-container .swiper-pagination {
  bottom: 0px;
}
.slide-group .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.slide-group .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #4acf7b;
}

.sign-content {
  margin-top: 40px;
  width: 250px;
}
.sign-content .other {
  position: relative;
  display: flex;
  padding: 0 20px;
}
.sign-content .other .checkbox-box {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.sign-content .other .checkbox-box input {
  display: block;
  width: 13px;
  height: 13px;
  -webkit-appearance: checkbox;
}
.sign-content .other .checkbox-box p {
  font-size: 0.75rem;
  color: #b3b3b3;
  margin-left: 4px;
  padding: 0;
  margin-top: 0;
}
.sign-content .other .checkbox-box p a {
  color: rgba(13, 94, 255, 0.8);
  cursor: pointer;
}
.sign-content .other a {
  font-size: 0.75rem;
  color: #b3b3b3;
}

.radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 15px;
}
.radio-group .radio-title {
  font-size: 0.875rem;
  color: #999a99;
  margin: 0;
}

.card {
  background: url("../img/suject_1.svg") center no-repeat;
  background-size: cover;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.card.c1 {
  background: url("../img/suject_1.svg") center no-repeat;
  background-size: cover;
}
.card.c2 {
  background: url("../img/suject_2.svg") center no-repeat;
  background-size: cover;
}
.card.c2 {
  background: url("../img/suject_3.svg") center no-repeat;
  background-size: cover;
}
.card .title {
  color: white;
  font-weight: 300;
  margin: 20px auto 15px;
}
.card .content {
  display: flex;
}
.card .content .left {
  position: relative;
  width: 50%;
}
.card .content .left::after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0px;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.card .content .left .row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px 25px;
}
.card .content .left .row h1 {
  margin: 0 10px 0 15px;
  font-size: 1.875rem;
  color: white;
  font-weight: 300;
  padding: 0;
}
.card .content .left .row p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0px;
}
.card .content .left .row p.p {
  padding-bottom: 6px;
}
.card .content .left .row span {
  display: block;
  margin: 0 6px;
  padding: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.card .content .right {
  flex: 1;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}
.card .content .right .box {
  display: block;
  flex: 1;
  margin-top: 6px;
}
.card .content .right .box i {
  display: block;
  font-size: 1.875rem;
  color: white;
  text-align: center;
}
.card .content .right .box p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0px;
  text-align: center;
}
.card .icon-dwon,
.card .icon-up {
  position: absolute;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
  padding: 8px 0;
}
.card .icon-dwon.icon-close,
.card .icon-up.icon-close {
  display: none;
}

.sub-card {
  width: 100%;
  height: 70px;
  background: url("../img/suject_1_s.svg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-card.c1 {
  background: url("../img/suject_1_s.svg") center no-repeat;
  background-size: cover;
}
.sub-card.c2 {
  background: url("../img/suject_2_s.svg") center no-repeat;
  background-size: cover;
}
.sub-card.c3 {
  background: url("../img/suject_3_s.svg") center no-repeat;
  background-size: cover;
}
.sub-card .text {
  flex: 1;
  font-size: 0.875rem;
  color: white;
  text-align: center;
}
.sub-card .icon-box {
  width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sub-card .icon-box a {
  display: block;
  margin-right: 20px;
}
.sub-card .icon-box a i {
  color: white;
  font-size: 1.25rem;
}

.lock-card {
  width: 100%;
  height: 70px;
  background: url("../img/suject_n.svg") center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.lock-card .text {
  margin: 0;
  line-height: 70px;
  text-align: center;
  padding-right: 80px;
  font-size: 0.875rem;
  color: white;
}
.lock-card .lock-box {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.lock-card .lock-box i {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.lock-card .lock-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
}

.work-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.work-card img {
  width: 100%;
  /* display    : block; */
  vertical-align: middle;
}
.work-card .work-info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 3px 5px;
}
.work-card .work-info-box .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.work-card .work-info-box .logo-box img {
  width: 30px;
}
.work-card .work-info-box .info {
  flex: 1;
  padding: 0 5px;
}
.work-card .work-info-box .info .title {
  font-size: 0.75rem;
  color: white;
  margin: 0;
  text-align: left;
  width: 100%;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
.work-card .work-info-box .info .subtitle {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-align: left;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-card .work-info-box .info .subtitle span {
  margin-right: 8px;
}
.work-card .work-info-box .icon-box {
  display: flex;
  width: 60px;
}
.work-card .work-info-box .icon-box .icon {
  flex: 1;
  display: block;
}
.work-card .work-info-box .icon-box .icon i {
  font-size: 1.25rem;
  color: white;
  display: block;
  text-align: center;
}
.work-card .work-info-box .icon-box .icon p {
  font-size: 0.75rem;
  color: white;
  text-align: center;
  margin: 0;
}

.pop-ups {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-ups .content {
  background: white;
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-sizing: 1px 1px 1px 10px black;
}
.pop-ups .content .title {
  color: #272727;
  font-weight: 400;
  margin: 20px auto 10px;
  font-size: 0.875rem;
}
.pop-ups .content .subtitle {
  color: rgba(179, 179, 179, 0.5);
  margin: 0 auto;
  font-size: 0.75rem;
}
.pop-ups .content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.125rem;
  color: rgba(179, 179, 179, 0.5);
  cursor: pointer;
}
.pop-ups .content .pop-box {
  padding: 30px;
}
.pop-ups .content .pop-box .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pop-ups .content .pop-box .row p {
  flex: 1;
  font-size: 0.75rem;
  color: rgba(179, 179, 179, 0.5);
  text-align: center;
  margin: 0px auto 6px;
}
.pop-ups .content .pop-box .row p:first-child {
  text-align: left;
}
.pop-ups .content .pop-box .row p:last-child {
  text-align: right;
}
.pop-ups .content .pop-box .row.pop-head {
  margin-bottom: 10px;
}
.pop-ups .content .pop-box .row.pop-head p {
  color: #272727;
}
.pop-ups .content .no-data {
  padding: 20px 30px 30px;
}
.pop-ups .content .no-data i {
  display: block;
  font-size: 3rem;
  color: #b3b3b3;
  text-align: center;
  margin-bottom: 20px;
}
.pop-ups .content .no-data i.c1 {
  color: #4acf7b;
}
.pop-ups .content .no-data i.c2 {
  color: #ee7174;
}
.pop-ups .content .no-data .icon-error {
  color: #ee7174;
}
.pop-ups .content .no-data p {
  font-size: 0.75rem;
  text-align: center;
  color: #999a99;
}
.pop-ups .content .no-data p .c1 {
  color: #4acf7b;
}
.pop-ups .content .no-data p .c2 {
  color: #ee7174;
}
.pop-ups .content .text {
  text-align: center;
  font-size: 0.75rem;
  color: #999a99;
  margin-top: 20px;
  letter-spacing: 2px;
}
.pop-ups .content .content_text {
  text-align: center;
  font-size: 0.75rem;
  color: #999a99;
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 1.8;
  padding-left: 30px;
  padding-right: 30px;
}
.pop-ups .content .content_text .c1 {
  color: #4acf7b;
}
.pop-ups .content .content_text .c2 {
  color: #ee7174;
}
.pop-ups .content .coures {
  font-size: 0.875rem;
  text-align: center;
  margin: 10px auto;
}
.pop-ups .content .coures span {
  margin: 0 4px;
  color: #ee7174;
}
.pop-ups .content .coures span.green {
  color: #4acf7b;
}
.pop-ups .content .coures.t30 {
  margin-top: 30px;
}
.pop-ups .content .btn-box {
  position: relative;
  margin-bottom: 20px;
}
.pop-ups .content .btn-box .btn {
  padding: 0px;
  letter-spacing: 0px;
}
.pop-ups .content .tab-group {
  padding: 20px 0px;
}
.pop-ups .content .tab-group .coures-list {
  max-height: 166px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pop-ups .content .tab-group .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 10px;
}
.pop-ups .content .tab-group .row p {
  flex: 1;
  font-size: 0.75rem;
  color: #b3b3b3;
  text-align: center;
  margin: 8px auto;
}
.pop-ups .content .tab-group .row p:last-child {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pop-ups .content .tab-group .row p:first-child {
  text-align: left;
}
.pop-ups .content .tab-group .row p:nth-child(2) {
  text-align: left;
  flex: 1;
}
.pop-ups .content .tab-group .row p a {
  display: block;
  margin-left: 8px;
  color: rgba(13, 94, 255, 0.8);
  cursor: pointer;
}
.pop-ups .content .tab-group .row p a:first-child {
  margin-left: 0;
}
.pop-ups .content .tab-group .row:nth-child(2n-1) {
  background-color: #f4f5f6;
}
.pop-ups .content .tab-group .row.tab-head {
  background-color: white;
}
.pop-ups .content .tab-group .row.tab-head p {
  color: rgba(179, 179, 179, 0.5);
}

.seek-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 20px;
}
.seek-group .seek {
  width: 200px;
  position: relative;
}
.seek-group .seek input {
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  padding: 6px 15px;
  border: none;
  border-radius: 36px;
  background: #ebeaeb;
  font-size: 0.75rem;
}
.seek-group .seek i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999a99;
}

.active {
  display: none;
}

.is-not-data {
  display: none;
}

.address-group {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.address-group .address-box {
  display: flex;
}
.address-group .address-box .img-box {
  width: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.address-group .address-box .img-box img {
  width: 100%;
}
.address-group .address-box .address-content {
  flex: 1;
  margin-left: 15px;
  position: relative;
}
.address-group .address-box .address-content p {
  padding: 3px 0;
  margin: 0;
}
.address-group .address-box .address-content p.t {
  font-size: 0.875rem;
  font-weight: 500;
}
.address-group .address-box .address-content p.d {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #b3b3b3;
}
.address-group .address-box .address-content .s-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0;
}
.address-group .address-box .address-content .s-box .s {
  font-size: 0.75rem;
  padding: 2px 6px;
  margin-right: 10px;
  background: rgba(74, 207, 123, 0.2);
  color: #4acf7b;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-top: 6px;
}
.address-group .address-box .address-content .address-icon {
  color: #b3b3b3;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.25rem;
}
.address-group .note {
  font-size: 0.75rem;
  color: #ee7174;
  margin-bottom: 0px;
}
.address-group .note .note-icon {
  color: #fd9908;
  font-size: 0.875rem;
  padding-right: 5px;
}
.address-group.address-action {
  box-shadow: 2px 2px 7px rgba(153, 154, 153, 0.3);
}

.time-group {
  position: relative;
  padding-bottom: 15px;
}
.time-group .time-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  position: absolute;
}
.time-group .time-box .t {
  font-size: 0.875rem;
}
.time-group .time-box .s {
  font-size: 0.75rem;
  color: #999a99;
  background-color: #f4f5f6;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 2px;
}
.time-group .row {
  display: flex;
  position: relative;
}
.time-group .row .name {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 0.75rem;
  margin: 0;
}
.time-group .row .a-m {
  flex: 1;
  position: relative;
  margin-top: 1px;
  padding-top: 30px;
  box-sizing: border-box;
}
.time-group .row .a-m .item {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px;
  padding: 6px 6px 6px 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.time-group .row .a-m .item .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
}
.time-group .row .a-m .item .icon-box .icon {
  font-size: 0.875rem;
  color: #ee7174;
}
.time-group .row .a-m .item .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-group .row .a-m .item .text-box p {
  margin: 0;
  font-size: 0.75rem;
}
.time-group .row .a-m::after {
  position: absolute;
  display: block;
  content: " ";
  width: 1px;
  top: 0px;
  right: -1px;
  bottom: -150px;
  border-right: 1px dotted rgba(235, 234, 235, 0.8);
}
.time-group .row .a-m:last-child::after {
  border-right-width: 0px;
}
.time-group .row.c0 .name {
  color: #25a8ff;
}
.time-group .row.c0 .a-m .item {
  background-color: rgba(37, 168, 255, 0.2);
}
.time-group .row.c0 .a-m .item .text-box > p {
  color: #25a8ff;
}
.time-group .row.c1 .name {
  color: #fc8921;
}
.time-group .row.c1 .a-m .item {
  background-color: rgba(252, 137, 33, 0.2);
}
.time-group .row.c1 .a-m .item .text-box > p {
  color: #fc8921;
}
.time-group .row.c2 .name {
  color: #c872a8;
}
.time-group .row.c2 .a-m .item {
  background-color: rgba(200, 114, 168, 0.2);
}
.time-group .row.c2 .a-m .item .text-box > p {
  color: #c872a8;
}
.time-group .row:nth-of-type(2) .a-m {
  padding-top: 68px;
}
.time-group .row:nth-of-type(2) .a-m::after {
  position: absolute;
  display: block;
  content: " ";
  width: 1px;
  top: -50px;
  right: -1px;
  bottom: 0px;
  border-right: 1px dotted rgba(235, 234, 235, 0.8);
}
.time-group .row:nth-of-type(2) .a-m:last-child::after {
  border-right-width: 0px;
}
.time-group .row:nth-of-type(2) .name {
  top: 48px;
}

.home {
  position: relative;
  max-width: 750px;
  margin: auto;
}
.home .home-content {
  margin-top: 43px;
}

.sign-in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-width: 750px;
  margin: auto;
}

.personal-center {
  position: relative;
  max-width: 750px;
  margin: auto;
}
.personal-center .setting-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0px 20px;
  display: flex;
}
.personal-center .setting-box .icon-btn:first-child {
  flex: 1;
}
.personal-center .personal-center-content {
  padding: 41px 30px 50px;
}

.profile-settings {
  padding: 15px 15px 80px;
}
.profile-settings .text {
  text-align: center;
  font-size: 0.875rem;
  color: #b3b3b3;
  margin: 20px auto 15px;
}

.profile-elective {
  padding: 10px 10px 50px;
  max-width: 750px;
  margin: 0 auto;
}
.profile-elective .card-group {
  position: relative;
  margin-bottom: 10px;
}
.profile-elective .card-group .list {
  padding-bottom: 10px;
}
.profile-elective .card-group .active {
  display: none;
}

.work-community {
  padding: 10px 10px 50px;
}
.work-community .content {
  position: relative;
}

.work-community-details {
  position: relative;
  padding: 15px 10px;
}
.work-community-details .work-info-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.work-community-details .work-info-box .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.work-community-details .work-info-box .logo-box img {
  width: 40px;
}
.work-community-details .work-info-box .info {
  flex: 1;
  padding: 0 30px 0 10px;
}
.work-community-details .work-info-box .info .title {
  font-size: 0.875rem;
  color: #999a99;
  margin: 0;
  text-align: left;
  width: 100%;
  font-weight: 300;
}
.work-community-details .work-info-box .info .subtitle {
  font-size: 0.75rem;
  color: #b3b3b3;
  margin: 0;
  text-align: left;
}
.work-community-details .work-info-box .info .subtitle span {
  margin-right: 8px;
}
.work-community-details .work-info-box .icon-box {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.work-community-details .work-info-box .icon-box i {
  color: #b3b3b3;
  font-size: 1.125rem;
}
.work-community-details .work-content {
  padding: 10px 0;
}
.work-community-details .work-content .work-box {
  overflow: hidden;
  border-radius: 14px;
}
.work-community-details .work-content .work-box img {
  width: 100%;
  display: block;
}
.work-community-details .work-content .description {
  font-size: 0.75rem;
  color: #999a99;
  line-height: 1.7;
  margin: 10px auto 20px;
}
.work-community-details .work-content .operationg-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-community-details .work-content .operationg-box .operationg {
  width: 50px;
  height: 50px;
  background: #ee7174;
  margin: 0 8px;
  border-radius: 100%;
  cursor: pointer;
}
.work-community-details .work-content .operationg-box .operationg:last-child {
  background: #1182ff;
}
.work-community-details .work-content .operationg-box .operationg i {
  display: block;
  font-size: 1.125rem;
  color: white;
  text-align: center;
  margin-top: 6.5px;
}
.work-community-details .work-content .operationg-box .operationg p {
  font-size: 0.75rem;
  color: white;
  text-align: center;
  margin: 0;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-community-details .assess-content {
  margin: 30px auto;
}
.work-community-details .assess-content .assess-list {
  position: relative;
}
.work-community-details .assess-content .assess-list .assess {
  padding: 0 30px 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.work-community-details .assess-content .assess-list .assess .logo-box {
  position: absolute;
  top: 0;
  left: 2px;
  width: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.work-community-details .assess-content .assess-list .assess .logo-box img {
  width: 100%;
}
.work-community-details .assess-content .assess-list .assess .info-box {
  position: relative;
  padding-left: 10px;
}
.work-community-details .assess-content .assess-list .assess .info-box .name-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.work-community-details .assess-content .assess-list .assess .info-box .name-box p {
  font-size: 0.75rem;
  margin: 0 10px 0 0;
  color: #999a99;
}
.work-community-details .assess-content .assess-list .assess .info-box .name-box .name {
  color: rgba(13, 94, 255, 0.8);
}
.work-community-details .assess-content .assess-list .assess .info-box .name-box .id {
  color: #fd9908;
}
.work-community-details .assess-content .assess-list .assess .info-box .name-box .id.red {
  color: #ee7174;
}
.work-community-details .assess-content .assess-list .assess .info-box .info {
  position: relative;
}
.work-community-details .assess-content .assess-list .assess .info-box .info p {
  font-size: 0.75rem;
  color: #999a99;
  line-height: 1.75;
  margin: 0;
  word-break: break-all;
}
.work-community-details .assess-content .assess-list .assess .info-box .update-info {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.work-community-details .assess-content .assess-list .assess .info-box .update-info i {
  font-size: 1.125rem;
  color: #ebeaeb;
}
.work-community-details .assess-content .assess-list .assess::after {
  content: " ";
  display: block;
  position: absolute;
  left: 40px;
  right: 30px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.work-community-details .assess-content .assess-list .assess:last-child::after {
  height: 0;
}
.work-community-details .assess-content .submit-text {
  position: relative;
  padding: 0 30px;
}

.work-upload {
  position: relative;
  padding: 10px 10px 70px;
}
.work-upload .upload-box {
  padding: 30px 0;
}
.work-upload .upload-box p {
  font-size: 0.75rem;
  color: #999a99;
  text-align: center;
  margin: 10px auto;
}
.work-upload .upload-box .title {
  font-size: 0.875rem;
  color: #999a99;
  margin-bottom: 20px;
}
.work-upload .upload-box .upload-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}
.work-upload .upload-box .upload-list .img-box {
  width: 33.333%;
  padding-top: 33.333%;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9f8;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.work-upload .upload-box .upload-list .img-box .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-upload .upload-box .upload-list .img-box .img img {
  height: 100%;
}
.work-upload .upload-box .upload-list .img-box .close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #ebeaeb;
  font-size: 0.875rem;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.work-upload .upload-box .upload-list .img-box:nth-child(3n) {
  margin-right: -30px;
}

.coures-manage {
  position: relative;
}
.coures-manage .coures-manage-content {
  position: relative;
  padding: 5px 0 50px;
}
.coures-manage .coures-manage-content .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 10px;
}
.coures-manage .coures-manage-content .row p {
  width: 48px;
  font-size: 0.75rem;
  color: #b3b3b3;
  text-align: center;
}
.coures-manage .coures-manage-content .row p:first-child {
  width: 30px;
  text-align: left;
}
.coures-manage .coures-manage-content .row p.coures {
  flex: 1.5;
  text-align: left;
}
.coures-manage .coures-manage-content .row p:last-child {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.coures-manage .coures-manage-content .row p a {
  display: block;
  margin-left: 8px;
  color: rgba(13, 94, 255, 0.8);
  cursor: pointer;
}
.coures-manage .coures-manage-content .row p a:first-child {
  margin-left: 0;
}
.coures-manage .coures-manage-content .row:nth-child(2n-1) {
  background-color: #f4f5f6;
}
.coures-manage .coures-manage-content .row.tab-head {
  background-color: white;
}
.coures-manage .coures-manage-content .row.tab-head p {
  color: rgba(179, 179, 179, 0.5);
}

.service-policy {
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.service-policy p {
  margin-bottom: 10px;
  font-size: 0.75rem;
  word-wrap: break-word;
  word-break: normal;
}
.service-policy .p-1 {
  text-indent: 0.75rem;
}
.service-policy h3 {
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.service-policy h1 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.not-data {
  margin-top: 40%;
}
.not-data .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-data .box i {
  font-size: 40px;
  color: rgba(179, 179, 179, 0.5);
}
.not-data p {
  margin-top: 30px;
  font-size: 0.5rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  color: #999a99;
}

.my-study-file {
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.my-study-file .title {
  text-align: center;
  font-size: 0.75rem;
  color: #999a99;
  margin-top: 30px;
  letter-spacing: 2px;
}
.my-study-file .btn-box {
  margin-top: 20px;
}
.my-study-file .btn-box .btn {
  letter-spacing: 0;
}
.my-study-file .tab-group {
  margin-top: 30px;
  padding: 0px 0px;
}
.my-study-file .tab-group .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 30px;
}
.my-study-file .tab-group .row p {
  font-size: 0.75rem;
  color: #b3b3b3;
  text-align: center;
  margin: 10px auto;
  margin-left: 10px;
  letter-spacing: 2px;
}
.my-study-file .tab-group .row p:last-child {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.my-study-file .tab-group .row p:first-child {
  text-align: left;
  flex: 1;
  margin-left: 0;
}
.my-study-file .tab-group .row p a {
  display: block;
  margin-left: 8px;
  color: rgba(13, 94, 255, 0.8);
  cursor: pointer;
}
.my-study-file .tab-group .row p a:first-child {
  margin-left: 0;
}
.my-study-file .tab-group .row:nth-child(2n-1) {
  background-color: #f4f5f6;
}

.my-study-file-detail {
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.my-study-file-detail .my-study-file-goup {
  margin-bottom: 30px;
}
.my-study-file-detail .my-study-file-goup .text {
  font-size: 0.75rem;
}
.my-study-file-detail .my-study-file-goup .checkBox2 {
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
}
.my-study-file-detail .my-study-file-goup .checkBox2 .box {
  width: 50%;
  display: flex;
  justify-items: flex-start;
  align-items: center;
}
.my-study-file-detail .my-study-file-goup .checkBox2 .box p {
  font-size: 0.75rem;
  padding-left: 10px;
  color: #999a99;
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-study-file-detail .my-study-file-goup .checkBox2 .box .check-box {
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
}
.my-study-file-detail .my-study-file-goup .checkBox3 {
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
}
.my-study-file-detail .my-study-file-goup .checkBox3 .box {
  width: 33.3333%;
  display: flex;
  justify-items: flex-start;
  align-items: center;
}
.my-study-file-detail .my-study-file-goup .checkBox3 .box p {
  font-size: 0.75rem;
  padding-left: 10px;
  color: #999a99;
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-study-file-detail .my-study-file-goup .checkBox3 .box .check-box {
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
}
.my-study-file-detail .my-study-file-goup .checkBox1 {
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
}
.my-study-file-detail .my-study-file-goup .checkBox1 .box {
  width: 100%;
  display: flex;
  justify-items: flex-start;
  align-items: center;
}
.my-study-file-detail .my-study-file-goup .checkBox1 .box p {
  font-size: 0.75rem;
  padding-left: 10px;
  color: #999a99;
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-study-file-detail .my-study-file-goup .checkBox1 .box .check-box {
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
}
.my-study-file-detail .my-study-file-goup .checkBox1 .box .input {
  flex: 1;
  background: none;
  outline: none;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0px;
  font-size: 0.75rem;
  color: #999a99;
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}

.my-assessment-file {
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.my-assessment-file .title-box {
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}
.my-assessment-file .title-box .title {
  letter-spacing: 0;
}
.my-assessment-file .title-box .title span {
  color: #4acf7b;
}
.my-assessment-file .evaluation-box {
  position: relative;
}
.my-assessment-file .evaluation-box p > span {
  color: #4acf7b;
}
.my-assessment-file .evaluation-box .text {
  text-align: center;
  font-size: 0.75rem;
  color: #999a99;
}
.my-assessment-file .evaluation-box .evaluation {
  margin-top: 20px;
  text-align: center;
  font-size: 0.875rem;
}
.my-assessment-file .evaluation-box .evaluation span {
  font-size: 1.25rem;
}
.my-assessment-file .group {
  position: relative;
  margin-top: 30px;
}
.my-assessment-file .group .title {
  text-align: left;
  letter-spacing: 0;
  font-size: 0.75rem;
}
.my-assessment-file .group .work-box {
  display: flex;
}
.my-assessment-file .group .work-box a {
  display: block;
  width: 33.3333%;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 15px;
}
.my-assessment-file .group .work-box a img {
  width: 100%;
  height: 100%;
}
.my-assessment-file .group .work-box a:last-child {
  margin-right: 0;
}
.my-assessment-file .group .text-box {
  margin-top: 10px;
}
.my-assessment-file .group .text-box p {
  font-size: 0.75rem;
  margin: 5px 0;
  color: #999a99;
}
.my-assessment-file .group .score-group {
  margin-top: 10px;
}
.my-assessment-file .group .score-group .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.my-assessment-file .group .score-group .row .fraction {
  margin: 0;
  font-size: 0.75rem;
  color: #999a99;
}
.my-assessment-file .group .score-group .row .name {
  width: 38px;
  text-align: right;
  margin: 0;
  font-size: 0.75rem;
  color: #999a99;
}
.my-assessment-file .group .score-group .row .score {
  flex: 1;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(179, 179, 179, 0.5);
  margin: 0 15px;
  overflow: hidden;
}
.my-assessment-file .group .score-group .row .score span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #1182ff;
}
.my-assessment-file .foot {
  margin-top: 50px;
}
.my-assessment-file .foot p {
  text-align: center;
  margin: 0;
  font-size: 0.75rem;
  color: #999a99;
}

.public-page {
  padding: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.course-appointment-details {
  padding: 14px 14px 64px 14px;
  position: relative;
}
.course-appointment-details .nav-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.course-appointment-details .nav-box p {
  margin: 0;
  font-size: 0.75rem;
  color: #999a99;
  margin-left: 10px;
}
.course-appointment-details .nav-box p a {
  display: block;
  cursor: pointer;
  color: rgba(13, 94, 255, 0.8);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.course-appointment-details .title-group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9999;
  padding: 14px 14px 0;
}
.course-appointment-details .title-group .title-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.course-appointment-details .title-group .title {
  flex: 1;
  text-align: left;
  margin: 0px 0 15px;
}
.course-appointment-details .title-group .title-flex {
  display: flex;
  border-bottom: 1px solid rgba(235, 234, 235, 0.8);
  position: relative;
}
.course-appointment-details .title-group .title-flex .item {
  flex: 1;
  border-right: 1px dotted rgba(235, 234, 235, 0.8);
  position: relative;
}
.course-appointment-details .title-group .title-flex .item p {
  margin: 5px 0;
  font-size: 0.75rem;
  color: #999a99;
  text-align: center;
}
.course-appointment-details .title-group .title-flex .item:last-child {
  border-right-width: 0;
}
.course-appointment-details .title-group .title-flex:last-child {
  border-bottom-width: 0;
}
.course-appointment-details .prompt-btn {
  position: relative;
  padding-top: 98px;
}
.course-appointment-details .prompt-btn .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-appointment-details .prompt-btn .icon-box i {
  font-size: 1.875rem;
  color: rgba(179, 179, 179, 0.5);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.course-appointment-details .prompt-btn p {
  font-size: 0.75rem;
  color: #4acf7b;
  text-align: center;
  margin: 0px 0;
  background-color: #fff;
}
.course-appointment-details .content {
  position: relative;
  padding-bottom: 30px;
}

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