body {
  /*内部申请流程设置了z-index,  无法点击上的解决方案*/
  position: relative;
  z-index: 0;
}

section,
.section {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

.mobile-head {
  display: none;
}

.mobile-active>a {
  color: #d8b887;
}

.application>a {
  color: white;
}

/* 老版本视频banner */
.banner {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.banner-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.7);
}

.banner-video {
  object-fit: contain;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.slogan {
  width: 32%;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slogan-m {
  display: none;
  z-index: 900;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}

.video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.video {
  min-width: 1200px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.banner-img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.new-banner-bg {
  margin-top: 76px;
  position: relative;
  overflow: hidden;
}

/* 新版本banner */
.new-banner-bg .new-banner-img {
  min-width: 1200px;
  width: 100%;
  height: auto;
  display: block;
}

.new-banner-bg .banner-logo {
  position: absolute;
  top: 32px;
  left: 45px;
  width: 158px;
  height: auto;
  z-index: 5;
  cursor: pointer;
}

.new-banner-bg .banner-title {
  position: absolute;
  bottom: 41px;
  left: 45px;
  width: 543px;
  height: auto;
  cursor: pointer;
  z-index: 5;
}

.new-banner-bg .banner-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  ;
  z-index: 2;
  opacity: 0;
}

.new-banner-bg .banner-active {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  height: auto;
}

.new-banner-bg .banner-active.active {
  animation: turn 2s linear infinite;
}

@keyframes turn {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.new-banner-bg .application-btn {
  position: absolute;
  bottom: 80px;
  right: 22%;
  width: 290px;
  height: auto;
  z-index: 5;
  cursor: pointer;
}

.new-banner-bg .application-btn.active {
  width: 285px;
  bottom: 73px;
  opacity: 0.8;
  right: 21.99%;
}


*/

/* 项目简介 */
.scholarship-box {
  width: 100%;
  background-image: url(../img/scholarship.png), url(../img/about_bg.jpg);
  background-position: center center;
  -webkit-background-size: auto 130%, 100% 100%;
  background-size: auto 130%, 100% 100%;
  background-repeat: no-repeat;
}

div {
  background-size: cover;
}

.scholarship {
  width: 1000px;
  margin: 0 auto;
}

.scholarship-tap {
  width: 1000px;
  padding-top: 50px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.chi,
.eng {
  float: left;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.eng {
  margin-left: 185px;
  text-transform: capitalize;
}

.scholarship-active {
  color: rgb(216, 184, 135);
}

.bar {
  clear: both;
  padding-top: 24.3px;
}

.chi-bar,
.eng-bar {
  width: 30px;
  height: 5px;
  display: block;
  float: left;
  background-color: rgba(255, 255, 255, 0.4);
}

.bar-active {
  background-color: rgb(216, 184, 135);
}

.eng-bar {
  margin-left: 248px;
}

.scholarship-content {
  width: 100%;
  /*height: ;*/
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
  white-space: nowrap;
  font-size: 0;
  box-sizing: border-box;
}

.scholarship-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  position: relative;
  overflow: auto;
}

.eng-text {
  display: none;
}

.scholarship-text::-webkit-scrollbar {
  width: 2px;
  height: 375px;
}






/*定义滚动条轨道 内阴影+圆角*/

.scholarship-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  /*  background-color: rgba(29, 29, 38, 0.10);*/
}






/*定义滑块 内阴影+圆角*/

.scholarship-text::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #fff;
}

.scholarship-text::-webkit-scrollbar {
  background-color: transparent;
}

.scholarship-detail {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: rgb(211, 211, 211);
  word-wrap: break-word;
  text-align: justify;
  /*word-break: break-all;*/
}

.first-detail {
  margin-top: 0;
}

.award-box {
  width: 100%;
  background-image: url(../img/bolangxian.png), url(../img/winner_bg.png);
  background-position: center;
  background-repeat: repeat-x, no-repeat;
  -webkit-background-size: 100% 70%, 100% 100%;
  background-size: 100% 70%, 100% 100%;
  padding-bottom: 50px;
}

.award {
  width: 1000px;
  margin: 0 auto;
}

.award-title {
  padding-top: 45px;
  text-align: center;
  font-size: 18px;
  color: rgb(216, 184, 135);
}

.award-bar {
  background-color: rgb(216, 184, 135);
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 25.3px;
}

.award-bar2 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(216, 184, 135, 0.18);
}

.choose {
  width: 90px;
  height: 31px;
  margin: 0 auto;
  text-align: center;
  line-height: 31px;
  margin-top: 20px;
  background: url(../img/choose.png) right 5px center / auto 25% no-repeat;
  background-color: rgb(216, 184, 135);
  color: white;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.choose-more {
  padding-left: 3.3px;
}

.choose-list {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -45px;
  cursor: pointer;
}

.choose-list li {
  width: 90px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: rgb(216, 184, 135);
  color: white;
  font-size: 14px;
}

.award-people {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.people-list {
  list-style: none;
  text-align: left;
}

.people-detail {
  width: 19%;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.people-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(216, 184, 135, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(216, 184, 135, 0.3);
  overflow: hidden;
}

.people-img-inner {
  width: 100%;
}

.people-name {
  padding-top: 19.9px;
  font-size: 16px;
  text-align: center;
  color: #c29b5e;
}

.people-actiive .people-name {
  color: #666;
}

.people-actiive {
  transition: all .8s ease 0s;
  transform: scale(1.1);
}

/* .people-actiive {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.26);
} */

.people-actiive .people-img {
  margin-top: 20px;
}

.people-actiive .people-name {
  padding-top: 21px;
  padding-bottom: 16px;
  width: 200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.people-education {
  position: relative;
  color: #c29b5e;
  font-size: 14px;
  width: 200px;
  margin: 0 auto;
  margin-top: 18px;
}

.people-actiive .people-education {
  color: rgba(102, 102, 102, 0.5);
}

.right-img {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.position {
  visibility: hidden;
}

.education-title {
  float: left;
  color: rgba(216, 184, 135, 0.5);
}

.people-actiive .education-title {
  color: rgba(153, 153, 153, 0.5);
}

.education-list {
  clear: both;
}

.education-detail {
  padding-left: 19px;
  float: left;
  display: block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d8b887;
}

.people-actiive .education-detail {
  color: #999;
}

.plan-box {
  width: 100%;
  background-image: -webkit-linear-gradient(55deg, transparent 31%, rgba(255, 255, 255, 0.03) 31%, rgba(255, 255, 255, 0.03) 33%, rgba(255, 255, 255, 0.06) 33%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 37%, rgba(255, 255, 255, 0.12) 37%, rgba(255, 255, 255, 0.12) 63%, rgba(255, 255, 255, 0.09) 63%, rgba(255, 255, 255, 0.09) 65%, rgba(255, 255, 255, 0.06) 65%, rgba(255, 255, 255, 0.06) 67%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0.03) 69%, transparent 69%), url(../img/plan.png);
  background-image: linear-gradient(55deg, transparent 31%, rgba(255, 255, 255, 0.03) 31%, rgba(255, 255, 255, 0.03) 33%, rgba(255, 255, 255, 0.06) 33%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 37%, rgba(255, 255, 255, 0.12) 37%, rgba(255, 255, 255, 0.12) 63%, rgba(255, 255, 255, 0.09) 63%, rgba(255, 255, 255, 0.09) 65%, rgba(255, 255, 255, 0.06) 65%, rgba(255, 255, 255, 0.06) 67%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0.03) 69%, transparent 69%), url(../img/plan.png);
  -webkit-background-size: 100% 100%, 100% 100%;
  background-size: 100% 100%, 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: -1;
}

.award-plan,
.apply {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.plan-title {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  color: rgb(216, 184, 135);
}

.apply .plan-title {
  padding-top: 30px;
}

.plan-bar {
  background-color: rgb(216, 184, 135);
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.plan-bar2 {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: rgba(216, 184, 135, 0.18);
}

.plan-detail {
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  margin-left: 85px;
  color: rgba(233, 233, 233, 0.8);
  list-style-image: url("../img/list.png");
}

.detail-last {
  margin-top: 12px;
}

.apply-require {
  margin-top: 10px;
}

.require-left {
  width: 380px;
  float: left;
}

.require-img {
  width: 50px;
  height: auto;
}

.require-text {
  padding-top: 19.5px;
  padding-bottom: 18px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.require-right {
  float: left;
  width: 580px;
  border-left: 1px solid #fff;
}

.require-detail {
  color: rgba(221, 221, 221, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-left: 40px;
  padding-left: 20px;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  list-style-image: url("../img/list.png");
}

.require-detail:nth-child(1) {
  margin-top: 0;
}

.apply-provide {
  margin-top: 30px;
}







/*.apply-btn:hover {
  color: #fff;
  background: rgb(54, 167, 255);
}*/

.news-box {
  width: 100%;
  clear: both;
  background-color: #fcfcfc;
  background-image: url(../img/news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 1440px auto;
  background-size: 1440px auto;
  padding-bottom: 40px;
  margin-top: -100px;
  padding-top: 100px;
  z-index: -2;
  position: relative;
}

.news {
  width: 1000px;
  margin: 0 auto;
}

.news-bar {
  background-color: rgb(216, 184, 135);
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 25.3px;
}

.news-bar2 {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background-color: rgba(216, 184, 135, 0.18);
}

.news-list {
  margin-top: 40px;
  list-style: none;
}

.news-row {
  margin-top: -6px;
  margin-left: -6px;
}

.news-col {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-left: 6px;
  padding-top: 6px;
}

.news-detail {
  /*width: 314px;*/
  height: 140px;
  background-color: #fff;
  cursor: pointer;
  border: 4px solid rgba(216, 184, 135, 0);
}

.news-top {
  position: relative;
  height: 30px;
  padding-top: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  padding-right: 15px;
}

.go-link {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: none;
}

.news-detail:hover {
  border: 4px solid rgba(216, 184, 135, 1);
}


.news-center {
  margin-left: 6px;
  margin-right: 6px;
}

.propaganda-box {
  width: 100%;
  background-color: #ededed;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.propaganda {
  width: 1000px;
  margin: 0 auto;
}

.propaganda-title {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  color: rgb(216, 184, 135);
}

.propaganda-bar {
  background-color: rgb(216, 184, 135);
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 25.3px;
}

.propaganda-bar2 {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background-color: rgba(216, 184, 135, 0.18);
}

.propaganda-list {
  margin-top: 40px;
}

.propaganda-detail {
  width: 320px;
  height: 320px;
  float: left;
  list-style: none;
  background-color: #fff;
  cursor: pointer;
}

.propaganda-detail:hover {
  box-shadow: 0px 0px 24px rgba(34, 34, 34, 0.5);
  -webkit-box-shadow: 0px 0px 24px rgba(34, 34, 34, 0.5);
}

.propaganda-top {
  position: relative;
}

.top1 {
  width: 100%;
  height: 180px;
  background: url(../img/propaganda1.jpg) center center;
  background-size: 100% 100%;
}

.top2 {
  width: 100%;
  height: 180px;
  background: url(../img/propaganda2.jpg) center center;
  background-size: 100% 100%;
}

.top3 {
  width: 100%;
  height: 180px;
  background: url(../img/propaganda3.jpg) center center;
  background-size: 100% 100%;
}

.top4 {
  width: 100%;
  height: 180px;
  background: url(../img/propaganda4.jpg) center center;
  background-size: 100% 100%;
}

.go-link2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: none;
}

.shadow {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.propaganda-center {
  margin-left: 20px;
  margin-right: 20px;
}

.propaganda-two {
  margin-top: 20px;
}

.propaganda-text {
  margin-top: 30px;
  margin-left: 30px;
  line-height: 28px;
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.time {
  margin-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 28px;
  margin-left: 30px;
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.apply-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 197px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  background-color: #073768;
  /*opacity: 0.9;*/
  color: white;
  text-align: center;
  border-radius: 5px;
  display: none;
}

.news-logo {
  height: 30px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.swiper-slide {
  width: 1200px;
  height: 590px;
  text-align: center;
  /*display: table;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.swiper-img-div {
  display: table-cell;
  vertical-align: middle;
}

.swiper-img {
  display: inline-block;
  max-height: 590px;
  max-width: 1200px;
}

.science-list {
  margin-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.science-list h3 {
  font-size: 16px;
  color: #333;
}

.science-list p {
  font-size: 16px;
  color: #666;
}

.award {
  text-align: center;
}

.award-wrap {
  display: inline-block;
  margin-bottom: -4px;
}

.award-list {
  float: left;
  margin: 0 15px;
  height: 102px;
  overflow: hidden;
  cursor: pointer;
}

.award-list .plan-bar {
  display: none;
}

.award-list-current .plan-bar {
  display: inline-block;
}

.award-people {
  display: none;
}

.award-people-current {
  display: block;
}

.swiper-container {
  /* padding-bottom: 30px; */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  font-size: 14px;
}

.flow-chart-tip {
  font-size: 16px;
  color: #e9e9e9;
  text-align: center;
  margin-bottom: 45px;
}

.flow-chart {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

/*媒体查询*/





/*
*   百度奖学金     新版
*   首页样式       START
*   FROM    ZHANGZIYANG
*/
.version_ENG {
  display: none;
}

/* 项目简介 */
.project_Introduction {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.IntroductionImg {
  width: 1200px;
  margin: 120px auto 60px;
  ;
  margin-bottom: 60px;
}

.introduction {
  width: 1200px;
  margin: 0 auto;
  background-image: url(../image/border.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 22px;
}

.link {
  color: #2176FF !important;
}

.introduction img {
  margin: 30px auto 26px;
  display: block;
}

.intro_container {
  padding: 0 40px;
}

.intro_container p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 25px;
  text-indent: 2em;
  margin-bottom: 10px;
}

/* 评审流程 */
.reviewProcess {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.reviewImg {
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}

.reviewImg img {
  display: block;
  margin: 0 auto;
}

.reviewImg p {
  font-size: 18px;
  line-height: 18px;
  color: #393939;
  margin: 60px 0;
}

.process {
  width: 1200px;
  margin: 0 auto;
}

.process img {
  width: 100%;
  height: auto;
  display: block;
}

.process img:nth-child(2) {
  display: none;
}

.process-line {
  width: 100%;
  display: flex;
}

.process-item {
  padding-top: 25px;
  width: 200px;
  text-align: center;
  margin-left: -1px;
}

.process-item .process-item-date {
  font-size: 12px;
  font-weight: 400;
  color: #DF000A;
}

.process-item .process-item-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  color: #100F16;
}

/* 申请条件 */
.apply_conditionAll {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.applyImg {
  width: 100%;
  margin: 120px auto 30px;
}

.containerText {
  display: flex;
  position: relative;
}

.containerText ul li {
  text-align: left;
  padding-left: 20px;
}

.containerText div {
  width: 75%;
  height: 2px;
  background-color: #2176FF;
  position: absolute;
  left: 290px;
  bottom: 0;
}

.containerText>ul:nth-child(1) {
  width: 280px;
  margin-right: 55px;
  padding: 30px 0px;
  color: #393939;
}

.containerText>ul:nth-child(1)>li>img {
  margin-right: 20px;
}

.containerText>ul:nth-child(1)>li {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.containerText>ul:nth-child(2) {
  padding: 30px 0px;
  position: relative;
  width: 820px;
}

.containerText>ul:nth-child(2)>li {
  list-style-image: url(../image/listIcon2.png);
  color: #666;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0px;
}

.apply-btn {
  width: 250px;
  height: 60px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  font-size: 24px;
  color: #ffffff;
  background: #EA3939;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 1.7px 2.5px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1.7px 2.5px 5px rgba(0, 0, 0, 0.35);
  padding: 0;
}

.apply-btn.gray {
  color: #aaa;
  ;
}

/* 常见问题 */
.commonProblem {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.commonPorblemAll {
  width: 100%;
  margin: 0 auto;
}

.problemImg {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

.problemImg img {
  margin: 0 auto;
  display: block;
}

.problemText {
  width: 100%;
  margin-top: 60px;
  text-align: left;
}

.problemText aside {
  padding-bottom: 30px;
}

.problemText aside .title {
  display: inline;
  color: #2176FF;
  font-size: 18px;
  text-align: left;
}

.problemText aside p {
  padding-left: 30px;
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 25px;
}

.problemText .email {
  color: #2176FF;
}

/* 往期回顾 */
.labelColor>div {
  width: 1200px;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.choose-div {
  display: none;
}

.labelColor>div>div {
  width: 240px;
  height: 10px;
  border-radius: 20px;
}

.odd {
  background-color: #EA3939;
}

.double {
  background-color: #2176FF;
}

.previousreview {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.prizeWinner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.timeLine {
  width: 1100px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #2176FF;
  border-radius: 30px;
  margin-top: 50px;
}

.timeLine>div {
  width: 60px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0px 25px;
  cursor: pointer;
}

.timeLine>.active {
  background-color: #EA3939;
}

.winner {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.winner>div {
  /* width: 220px;
  height: 250px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  cursor: pointer; */
  width: 159px;
  height: 180px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-left: 60px;
}

.winner>div>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 10px;
}

.winner>div>.Detail {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0.6;
  background-color: #000000;
  display: none;
}

.winner>div>.Detail>p:nth-child(1) {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 107px;
  margin-bottom: 14px;
  opacity: 0;
  /* display: block!important; */
}

.winner>div>.Detail>p:nth-child(2),
.winner>div>.Detail>p:nth-child(3),
.winner>div>.Detail>p:nth-child(4) {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  width: 95%;
  margin: 0 auto;
}

.winner>div>p {
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.rect {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
}

.rect1 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect1.png);
  left: -10px;
  bottom: -10px;
}

.rect2 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect2.png);
  right: -10px;
  top: -10px;
}

.rect3 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect1.png);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.rect4 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect2.png);
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.rect5 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect1.png);
  top: -10px;
  right: -10px;
  margin: auto;
}

.rect6 {
  width: 56px;
  height: 155px;
  background-image: url(../image/rect3.png);
  top: -10px;
  right: -10px;
  margin: auto;
}

.rect7 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect2.png);
  bottom: -10px;
  right: -10px;
  margin: auto;
}

.rect8 {
  width: 150px;
  height: 110px;
  background-image: url(../image/rect1.png);
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.rect9 {
  width: 156px;
  height: 75px;
  background-image: url(../image/rect4.png);
  bottom: -10px;
  right: -10px;
  margin: auto;
}

/* 新闻资讯 */
.News {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.newAll {
  width: 1200px;
  margin: 0 auto;
}

.newDetail {
  width: 100%;
  padding-top: 26px;
}

.new-title-img {
  margin-top: 120px;
}

.news-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-item {
  width: 49%;
  box-sizing: border-box;
  margin-top: 34px;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  border: 3px solid #2176FF;
  cursor: pointer;
  padding: 10px;
}

.news-item::before {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: -7px;
  left: -7px;
  content: "";
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../image/arrow.png');
}

.news-item::after {
  position: absolute;
  width: 23px;
  height: 23px;
  top: -7px;
  right: -7px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../image/arrow.png');
}

.newsImg {
  width: 243px;
  height: 184px;
  border-radius: 19px;
  border: 3px solid #2176FF;
}

.newsLogo {
  height: auto;
  display: block;
  margin: 4px auto 0;
}

.newsLogo1 {
  width: 116px;
}

.newsLogo2 {
  width: 105px;
}

.newsLogo3 {
  width: 88px;
}

.newsLogo4 {
  width: 122px;
}

.newsLogo5 {
  width: 122px;
}

.newsLogo6 {
  width: 88px;
}

.news-content {
  padding-left: 8px;
  flex: 1;
}

.news-item .news-title {
  font-size: 12px;
  margin: 9px 0;
  font-weight: bold;
  color: #393939;
  line-height: 14px;
}

.news-item .news-liner-top {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.version_ENG .news-content {
  padding-left: 17px;
}

.version_ENG .news-item .news-liner-top {
  margin-top: 27px;
}

.news-item .news-liner-bottom {
  width: 100%;
  height: auto;
  display: block;
}

.news-item .news-text {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}

.news-time {
  margin-top: 34px;
  text-align: right;
  font-size: 12px;
  color: #828282;
}

/* 奖学金合影 */
.baiduPrize {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.school-img {
  display: block;
}

.prizeAll {
  width: 100%;
  margin-top: 120px;
}

.timelineAll {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}

.timelineAll>ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.activeli {
  color: #2176FF !important;
}

.activeli:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #2176FF;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -14px;
}

.timelineAll .active {
  color: #2176FF;
}

.timelineAll>ul>li {
  position: relative;
  font-size: 16px;
  color: #999999;
  margin: 0px 52px;
  cursor: pointer;
}

.prizeTimeLine {
  width: 1100px;
  height: 4px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2176FF;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
}

.prizeTimeLine>div {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #EA3939;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.activeDiv {
  transform: scale(1.5);
}

/* 轮播 */
.mask {
  width: 100%;
  height: 74%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.6;
  position: absolute;
  border-radius: 20px;
  display: none;
}

.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  background-image: none !important;
  right: -60px;
  border-radius: 6px;
}

.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  background-image: none !important;
  left: -60px;
  border-radius: 6px;
}

.swiper-button-next>img,
.swiper-button-prev>img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 14px;
}

#swiper {
  margin-top: 40px;
  height: 500px;
}

#swiper .swiper-slide,
#swiper .swiper-slide img {
  width: 685px;
  /* height: 456px; */
}

#swiper .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.school-group {
  width: 100%;
  height: auto;
  display: block;
}

/* 宣传视频 */
.promotionalVideo {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.videAll {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.videoImg {
  margin-top: 120px;
}

.videoImg img {
  display: block;
  margin: 0 auto;
}

.videoContainer {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videoContainer .content-box {
  cursor: pointer;
  margin-bottom: 30px;
}

.videoContainer .content-box .content-img {
  width: 100%;
  height: 200px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  background-size: cover;
  background-position: center;
}

.content-img1 {
  background-image: url('../img/propaganda_new_4.jpg');
}

.content-img2 {
  background-image: url('../img/propaganda_new_5.jpg');
}

.content-img3 {
  background-image: url('../img/propaganda4.jpg');
}

.content-img4 {
  background-image: url('../image/news8.jpg');
}

.content-img5 {
  background-image: url('../img/propaganda1.jpg');
}

.videoContainer .content-hidden {
  visibility: hidden;
}

.content-box .subtitle {
  padding: 10px;
  background: #fff;
  ;
  font-size: 16px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  line-height: 25px;
  color: #666666;
}

.content-box.blue {
  border: 3px solid #2176FF;
  border-radius: 10px;
  position: relative;
  width: 340px;
}

.content-box.red {
  border: 3px solid #EA3939;
  border-radius: 10px;
  position: relative;
  width: 340px;
}

.videoRect1,
.videoRect3 {
  width: 150px;
  height: 110px;
  background-image: url(../image/videoRect1.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  right: -13px;
  z-index: -1;
}

.videoRect2 {
  width: 150px;
  height: 110px;
  background-image: url(../image/videoRect2.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: -1;
}

.videoDetail {
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 10px;
  position: absolute;
  opacity: .6;
  text-align: center;
  top: 0;
  display: none;
}

.videoDetail>p {
  padding-top: 120px;
  color: #ffffff;
  font-size: 16px;
}

.playButton {
  width: 41px;
  height: 42px;
  background-image: url(../image/play.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hoverVideo {
  transition: all .5s ease 0s;
  transform: scale(1.1);
}





/* 登录 */
.login {
  width: 460px;
  height: 466px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.login p {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 60px;
  color: #2176FF;
  font-size: 30px;
}

.login .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.login>div {
  width: 340px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.login img {
  padding: 0px 20px;
  cursor: pointer;
  float: right;
}

.login>a>img {
  margin-top: 20px;
}

.login input {
  padding-left: 20px;
  /*color:#EEEEEE;*/
  font-size: 16px;
  border: none;
  border-left: 1px solid #EEEEEE;
  width: 70%;
}

.login button {
  width: 340px;
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: #2176FF;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-top: 15px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.login .forget {
  width: 100%;
  text-align: center;
  color: #2176FF;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}

.forget_reg {
  text-align: right;
  padding-right: 70px;
  color: #999999 !important;
  font-size: 14px !important;
}

.forget_reg>a:nth-child(1)>span {
  padding-right: 10px;
  border-right: 1px solid #999999;
  cursor: pointer;
}

.forget_reg>a:nth-child(2)>span {
  padding-left: 10px;
  cursor: pointer;
}





/* 注册 */
.register {
  width: 460px;
  height: 635px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.register>a>p,
.register>.reg {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 60px;
  color: #2176FF;
  font-size: 30px;
}

.register>p {
  color: #999999;
  font-size: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 70px;
}

.register .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.register>div {
  width: 340px;
  height: 34px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  /*margin-bottom: 40px;*/
  display: flex;
  align-items: center;
  position: relative;
}

.register>div:last-of-type {
  width: 200px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-left: 59px;
}

/*.register span{
  display: inline-block;
  width: 60px;
  padding-left:20px;
  cursor: pointer;
  color:#cccccc;
  font-size: 14px;
}*/
.register input {
  width: 90%;
  padding-left: 20px;
  /*color:#EEEEEE;*/
  font-size: 14px;
  border: none;
}

.register button {
  display: block;
  width: 340px;
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: #2176FF;
  /*background-color: #F8F8F8;*/
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}

.register .forget {
  width: 100%;
  text-align: center;
  color: #2176FF;
  font-size: 14px;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.forget_reg {
  text-align: right;
  padding-right: 70px;
  color: #999999 !important;
  font-size: 14px !important;
}

.forget_reg>a:nth-child(1)>span {
  padding-right: 10px;
  border-right: 1px solid #999999;
  cursor: pointer;
}

.forget_reg>a:nth-child(2)>span {
  padding-left: 10px;
  cursor: pointer;
}

.reg_code1 {
  float: right;
  margin-top: -63px;
  margin-right: 60px;
}

::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}

:-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

::moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}






/* 个人中心 */
.userCenteer {
  width: 100%;
  height: 100%;
  background-image: url(../image/userCenter.png);
  background-position: top top;
  background-repeat: no-repeat;
}

.userAll {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.userImg {
  margin: 0 auto;
  margin-top: 100px;
}

.userBack {
  margin: 0 auto;
  width: 1200px;
  height: 520px;
  background-image: url(../image/userBack.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 40px;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  /*padding:55px 0px;*/
}

.modifyMsg,
.modifyMsgs {
  width: 190px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: #2176FF;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: none;
  margin: 40px 100px;
  padding: 0;
}

.userBack>.form1,
.userBack>.form2 {
  margin: 0px 35px;
  height: 480px;
}

.userBack>.form1>div,
.userBack>.form2>div {
  width: 460px;
  height: 40px;
  /*padding: 17px 0px;*/
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  font-size: 16px;
  text-align: left;
  color: #999999;
  margin-bottom: 20px;
  position: relative;
}

.form1 span,
.form2 span {
  /*display: inline-block;*/
  width: 110px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  padding-right: 10px;
}

.userBack>.form1>div>input,
.userBack>.form2>div>input,
.userBack>.form1>div>div>input,
.userBack>.form2>div>div>input {
  border: none;
  outline: none;
  color: #333333;
  text-align: left;
  width: 315px;
  height: 100%;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  background: none;
}

.school_area {
  width: 130px;
  height: 40px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  margin-right: 20px;
  padding-left: 10px;
  margin-left: 0px;
  font-size: 16px;
}

.school {
  width: 143px !important;
  height: 38px !important;
  outline: none !important;
  border-radius: 4px !important;
  padding-left: 30px !important;
}

.none {
  background: none !important;
  border: none !important;
}

.nones {
  background: none !important;
  border: none !important;
}

.check {
  color: #2176ff !important;
  font-size: 14px;
}

.sexDiv {
  display: none;
  width: 400px;
}

.form2 .boy,
.form2 .girl {
  display: inline-block;
  align-items: center;
  margin-right: 40px;
  padding-left: 15px;
}

.form2>div>.sexDiv>.boy>div,
.form2>div>.sexDiv>.girl>div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #0589EF;
  display: inline-block;
}

.form2>div>.sexDiv>.boy>span,
.form2>div>.sexDiv>.girl>span {
  color: #333333;
  font-size: 16px;
  margin-right: 17px;
  width: 20px;
}

.userBack>.form2>div>.researchField {
  /*  width: 317px;
  height: 40px;
  outline: none;
  border-radius: 4px;
  padding-left: 10px;
  margin-left: 0px;
  border:1px solid #0589EF;*/
  width: 335px;
  height: 40px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  padding-left: 10px;
  margin-left: 0px;
  font-size: 16px;
}

.userBack>.form1>div>.education {
  width: 335px;
  height: 40px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  padding-left: 10px;
  margin-left: 0px;
  font-size: 16px;
}

.userBack>.form2>div>.research_realm {
  /*  position: absolute;
  top: 0;
  left: 115px;
  bottom: 0;
  margin: auto;
  width: 60%;
  border: none;
  height: 90%;
  padding-left: 10px;
  outline: none;
  font-size: 16px;*/
  width: 145px !important;
  height: 38px !important;
  outline: none !important;
  border-radius: 4px !important;
  padding-left: 30px !important;
  display: none;
}




/* 报名 */
.removeDom {
  border: none;
  outline: none;
  text-align: center;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  background-color: #2176ff;
  border-radius: 4px;
  margin: 0 100px;
  margin-top: 50px;
  cursor: pointer;
  display: none;
  padding: 0;
  background-color: #EDEDED;
  color: #000000;
}

.error {
  border: 1px solid #ff5555 !important;
}

.signUp1 {
  background-image: url(../image/singUp.png);
  background-repeat: no-repeat;
  background-position: top;
}

.signUp {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.basicAll {
  width: 1200px;
  margin: 0 auto;
}

.basicMsg {
  padding-top: 130px;
}

.all {
  padding: 0px 100px;
  text-align: left;
}

.formAll {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

select {
  background: url("../image/selectIcon.png") no-repeat scroll right center transparent;
  -webkit-appearance: none;
  background-position-x: 95%;
  background-color: #EDEDED;
  color: #333333;
  font-size: 14px;
  margin: 0;
  margin-left: -2px;
}

.formAll select option {
  color: #333333;
  font-size: 14px;
}

.formAll>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 20px;
}

.formAll>div>span {
  width: 110px;
  /*display: inline-block;*/
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  padding-right: 10px;
}

.formAll>div>input {
  width: 310px;
  height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
}

.formAll>div>div {
  width: 340px;
  height: 40px;
  display: flex;
  align-items: center;
}

.boy,
.girl {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.formAll>div>div>.boy>div,
.formAll>div>div>.girl>div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #0589EF;
}

.formAll>div>div>.boy>span,
.formAll>div>div>.girl>span {
  color: #333333;
  font-size: 16px;
  margin-right: 17px;
}

.formAll>div>div>#region {
  width: 130px;
  height: 40px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  margin-right: 20px;
  padding-left: 10px;
  font-size: 16px;
}

.formAll>div>div>.school_name {
  width: 160px !important;
  height: 38px !important;
  outline: none !important;
  border: 1px solid #BCDCFF !important;
  border-radius: 4px !important;
  padding-left: 30px !important;
  font-size: 16px;
}

.formAll>div>div>.researchField {
  /*  width: 100%;
  height: 40px;
  outline: none;
  border:1px solid #BCDCFF;
  border-radius: 4px;
  padding-left: 10px;*/
  width: 340px;
  height: 40px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  /*margin-right: 20px;*/
  padding-left: 10px;
  font-size: 16px;
  margin: 0;
}

.formAll>div>div>.education {
  width: 340px !important;
  height: 40px !important;
  outline: none !important;
  border: 1px solid #BCDCFF !important;
  border-radius: 4px !important;
  padding-left: 10px !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.lingyu {
  position: relative;
}

.lingyu input {
  width: 160px;
  height: 38px;
  outline: none;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  padding-left: 7px;
  display: none;
  /*  display:none;
  width: 310px;
  height: 40px;
  padding-left: 30px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;*/
}

.all>.radio {
  font-size: 16px;
  color: #333333;
  margin-bottom: 40px;
}

.all>.radio>ul {
  padding-left: 50px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.all>.radio>ul>li {
  display: flex;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}

.all>.radio>ul>li>div {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid #0589EF;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
}

.all>.radio>ul>li>span {
  color: #333333;
  font-size: 16px;
}

.all>.radio>ul>input {
  width: 1000px;
  height: 40px;
  padding-left: 30px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
}

.all>.radio>ul>textarea {
  width: 1000px;
  height: 40px;
  padding-left: 30px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
  min-height: 100px;
  padding: 5px 10px;
}

.active-sex {
  background: url(../image/circle.png) center no-repeat;
  -webkit-background-size: 7px 7px;
  background-size: 7px 7px;
}




/* 学术成绩 */
.postPm {
  width: 210px;
  height: 38px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
  padding-left: 10px;
  margin-left: 20px;
  display: none;
}

.achievementAll {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.achievementImg {
  padding-top: 100px;
}

.achievementAll>.explain>p {
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin-top: 25px;
}

.achievementAll>ul {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  padding: 25px 45px;
  border: 1px solid #2176FF;
  border-radius: 10px;
  position: relative;

}

/* .achievementForm{

} */
.achievementForm:nth-of-type(2),
.achievementForm:nth-of-type(3),
.achievementForm:nth-of-type(4),
.achievementForm:nth-of-type(5) {
  margin-top: 70px;
}

.achievementForm>.fwRanking,
.achievementForm>.paperNum {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}

.achievementForm>.fwRanking>span,
.achievementForm>.paperNum>span {
  display: inline-block;
  width: 112px;
  font-size: 16px;
  color: #333333;
}

.achievementForm>.fwRanking>#ranking,
.achievementForm>.paperNum>#paper {
  width: 330px;
  height: 40px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
  padding-left: 10px;
}

.paperNum {
  margin-top: 40px;
}

.backg {
  height: 1px;
  background-color: #0589EF;
}

.periodical {
  text-align: left;
  margin-top: 30px;
}

.periodical>p {
  font-size: 16px;
  color: #333333;
}

.periodical>div {
  padding-left: 80px;
  padding-top: 18px;
  display: inline-block;
}

.periodical>div>span {
  display: inline-block;
  padding-top: 18px;
  margin-right: 20px;
  font-size: 16px;
  color: #333333;
}

.periodical>div>select {
  width: 210px;
  height: 40px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
  padding-left: 10px;
}

.meet_periodical {
  text-align: left;
  margin-top: 30px;
}

.meet_periodical>span {
  display: inline-block;
  padding-top: 18px;
  margin-right: 25px;
  font-size: 16px;
  color: #333333;
}

.meet_periodical>input {
  width: 840px;
  height: 40px;
  padding-left: 30px;
  border: 1px solid #BCDCFF;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
  outline: none;
}

.addForm {
  border: none;
  outline: none;
  text-align: center;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  background-color: #2176ff;
  border-radius: 4px;
  margin: 0 100px;
  margin-top: 50px;
  cursor: pointer;
}

.formLine {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

.otherMsg {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.othermsgImg {
  padding-top: 120px;
}

.upload1 {
  padding-top: 60px;
}

.uploadText {
  display: flex;
  align-items: center;
}

.uploadText>span {
  /*display: inline-block;*/
  width: 80px;
  margin-right: 50px;
  font-size: 16px;
  color: #333333;
}

.uploadText>div {
  width: 110px;
  height: 36px;
  line-height: 19px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #2176ff;
  border-radius: 4px;
  padding: 0px 10px;
  cursor: pointer;
}

.uploadText>.xz {
  width: 200px;
  font-size: 14px;
  color: #333333;
  text-align: left;
  padding-left: 10px;
}

.uploadContainer {
  width: 870px;
  height: auto;
  border-radius: 6px;
  background-color: #D3E4FF;
  margin: 0 auto;
  margin-top: 20px;
}

.uploadContainer>div {
  padding: 0px 25px;
  padding-bottom: 0;
}

.uploadContainer>div>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #ECF3FF;
}

.uploadContainer>div>ul>li:nth-child(1) {
  color: #333333;
  font-size: 16px;
}

.uploadContainer>div>ul>li:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.uploadContainer>div>ul>li:nth-child(2)>img {
  margin-right: 10px;
}

.uploadContainer>div>ul>li:nth-child(3) {
  color: #ea3939;
  font-size: 14px;
  cursor: pointer;
}

.uploadSM {
  margin: 0 auto;
  width: 80%;
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}

.buttonUp {
  display: flex;
  width: 470px;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.buttonUp>div {
  width: 190px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.buttonUp>div:nth-child(1) {
  border: 1px solid #2176ff;
  color: #2176ff;
}

.buttonUp>div:nth-child(2) {
  background-color: #2176ff;
  color: #ffffff;
}

.selected {
  width: 24px !important;
  height: 24px !important;
  background-color: #2176ff;
  background-image: url(../image/gou.png);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center center;
  border: none !important;
}

.hint-text,
.hint-textm {
  margin-top: 22px;
  margin-bottom: 22px;
  color: white;
  font-size: 24px;
  text-align: center;
}

.hint-text-active {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 124px;
}

.hint-active {
  background: #888;
}

.hint,
.hintm {
  display: none;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #b38f58;
  z-index: 999;
  border-radius: 5px;
}






/*修改密码*/
.modify {
  margin: 0 auto;
  text-align: center;
}

.modify>.modifyImg {
  margin-top: 100px;
}

.modify>.modifyBack {
  width: 1200px;
  height: 390px;
  background-image: url(../image/modifyBack.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 100px;
}

.modifyBack>div {
  width: 500px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modifyBack>div>span {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  text-align: left;
}

.modifyBack>div>input {
  border: 1px solid #C4E0FF;
  border-radius: 4px;
  padding-left: 10px;
  height: 40px;
  width: 340px;
  font-size: 16px;
}

.modifyBack>div:nth-child(3)>input {
  width: 220px;
}

.reg_code2 {
  float: none !important;
  margin: 0 !important;
  padding-top: 10px;
}

.modifyBack>button {
  width: 340px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  background-color: #2176FF;
  border: none;
  outline: none;
  margin-top: 140px;
  cursor: pointer;
}

.modifyBack>div>button {
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  background-color: #2176FF;
  border: none;
  outline: none;
  cursor: pointer;
}

.yzm {
  width: 150px !important;
  margin-right: 50px;
}





/*验证邮箱*/
.emailBack>div>button {
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  background-color: #2176FF;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 50px;
}

.emailBack>div {
  width: 500px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.emailBack>.modifyImg {
  margin-top: 100px;
}