/* 第一栏 */
.move-v3-main {
  padding-left: 0;
  overflow-x: clip;
}
.move-v3-main .ach-content {
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url(../asset/moveV3/move-bg.png);
  height: 100vh;
  width: 100vw;
  background-position: center center;
  position: relative;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}
.move-v3-main .ach-content .clod-container {
  display: flex;
  justify-content: flex-start;
  width: 100vw;
}
.move-v3-main .ach-content .flex-column-ach {
  max-width: 45vw;
}
.move-v3-main .ach-content .flex-column-ach .font-20{
  font-size: 22px;
  margin: 100px 0;
}

@media (min-width: 991px) {
  .move-v3-main .ach-content .flex-column-ach {
    padding: 0 140px;
  }
  .move-v3-main .ach-content .flex-column-ach .font-20{
    margin: 30px 0;
    margin: 100px 0;
  }
  .student-card-png-css {
    width: 600px;
    height: 600px;
  }
  .achievement-css .experience {
    padding: 12px 28px;
    color: #3B81F1;
    font-size: 24px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .move-v3-main .ach-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    height: 100vh;
  }
}
/* 第一栏结束 */

/* 系统功能简介开始 */
.func-container {
  width: 100vw;
  overflow-x: clip;
}
.func-content {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.func-content .rows {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.func-content .sub-p {
  font-size: 24px;
  margin: 20px 0;
}
.func-content .rows::after {
  content: '';
  flex: 1;
}

.func-content .rows > .sub-p-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}
.func-content .rows > .sub-p-item > p {
  font-size: 24px;
  margin: 30px 0;
}
.func-content .rows .top-img {
  transition: transform 300ms;
}
.func-content .rows .top-img:hover {
  transform:translate(0,-10px);
  box-shadow: 10px 10px 10px #DCDCDC;
}
.func-content .rows .top-img img{
  width: 190px;
  height: 190px;
}
/* 系统功能简介结束 */

/* 功能详情开始 */
.func-detail {
  width: 100vw;
  padding: 70px;
  background-color: rgb(248, 249, 255);
}
.f-d-container .f-d-nav {
  width: 100%;
  display: flex;
  padding: 0 60px;
  justify-content: space-between;
}
.f-d-container .f-d-nav .f-d-nav-bar-item {
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.f-d-container .f-d-nav .f-d-nav-bar-item.active-menu {
  color: rgba(59, 129, 241, 1);
  position: relative;
}
.f-d-nav .f-d-nav-bar-item.active-menu::after {
  content: '';
  position: absolute;
  left: calc(50% - 30px);
  bottom: -15px;
  right: 0;
  width: 60px;
  height: 5px;
  background-color: rgba(59, 129, 241, 1);
}
.f-d-container .f-d-content {
  margin-top: 80px;
  padding: 0 30px;
  display: none;
}
.f-d-container .f-d-content.show-active {
  display: block;
}
.f-d-container .f-d-content .lf-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.f-d-container .f-d-content .lf-content h1 {
  font-size: 2.6rem;
}

.f-d-container .f-d-content .f-d-p {
  font-size: 20px;
  margin: 60px 0;
}
.f-d-container .f-d-content .o-info {
  display: flex;
  color: #797979;
  font-size: 16px;
} 
.f-d-container .f-d-content .o-info span {
  margin-right: 40px;
}
.f-d-container .f-d-content .m-r-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-d-container .f-d-content .m-r-img img{
  width: 520px;
  height: 520px;
}
/* 功能详情结束 */

/* 提交信息 */
.submit-information {
  padding: 80px;
  background: #fff;
  overflow-x: clip;
}
.sub-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-container .sub-p {
  font-size: 24px;
  margin: 20px 0;
}
.submit-information .sub-form {
  width: 40vw;
  min-width: 600px;
}
.submit-information .sub-form .form-item {
  margin: 30px 0;
  height: 45px;
}
.submit-information .sub-form .sub-textarea {
  resize: vertical;
  min-height: 80px;
}
.submit-information .sub-form .input-group .form-control {
  height: 45px;
}

.sub-form .sub-btn {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background: rgb(0, 75, 254);
}

.secrecy {
  margin-top: 30px;
  font-size: 16px;
  color: #979797;
}
.secrecy .star{
  color: #FF0000;
}
.secrecy .info-secrecy {
  color: #004BFE;
  cursor: pointer;
  font-weight: bold;
}

.form-item .op-item {
  height: 42px;
  line-height: 42px;
}
/* 提交信息结束 */

@media (min-width: 991px) and (max-width: 1280px) {
  .f-d-container .f-d-content .lf-content h1 {
    font-size: 2.6rem;
  }
  .f-d-container .f-d-content .f-d-p {
    font-size: 18px;
  }
  .func-content .rows > .sub-p-item{
    margin: 0 20px;
  }
  .move-v3-main .ach-content .flex-column-ach {
    padding: 0 9rem;
  }
}

@media (max-width: 600px) {
  .move-v3-main {
    padding-right: 0;
  }
  .move-v3-main .ach-content {
    width: 100%;
  }
  .move-v3-main .ach-content .flex-column-ach {
    max-width: 100vw;
    padding: 30px;
  }

  .flex-column-ach h1 {
    margin-top: 100px;
    font-size: 2.4rem;
  }

  .move-v3-main .ach-content .flex-column-ach .font-20 {
    font-size: 1.8rem;
  }
  .move-v3-main .ach-content {
    height: 70vh;
  }

  .func-content {
    padding: 40px 30px;
  }
  .func-content h2 {
    font-size: 2.2rem;
  }
  .func-content .sub-p {
    font-size: 1.8rem;
  }
  .func-content .rows {
    margin-top: 30px;
  }
  .func-content .rows > .sub-p-item {
    margin: 0 20px;
  }
  .func-content .rows .top-img img {
    width: 120px;
    height: 120px;
  }
  .func-content .rows > .sub-p-item > p {
    font-size: 2rem;
  }

  .func-detail {
    padding: 30px;
  }
  .f-d-container .f-d-nav {
    padding: 0;
    display: -webkit-box;
    overflow-x: scroll;
    white-space: nowrap;
    height: 50px;
  }
  .f-d-container .f-d-nav::-webkit-scrollbar {
    display: none;
  }
  .f-d-container .f-d-nav .f-d-nav-bar-item {
    margin-right: 20px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .f-d-container .f-d-content {
    margin-top: 0;
    padding: 0 10px;
  }
  .f-d-container .f-d-content .lf-content {
    padding: 10px 20px;
  }
  .f-d-container .f-d-content .f-d-p {
    margin: 20px 0;
    font-size: 1.8rem;
  }
  .func-content .rows::after {
    display: none;
  }
  .f-d-container .f-d-content .lf-content h1 {
    font-size: 2.2rem;
  }
  .f-d-container .f-d-content .m-r-img {
    margin-top: 20px;
  }
  .f-d-container .f-d-content .m-r-img img {
    width: 100%;
    height: 100%;
  }
}