/* 省美育科研规划课题开始----------------------------------------------- */
.page-science #wrapper {
  background-color: #fff;
}
.o-news-banner__content{
  padding-bottom: 250px;
}
.o-news-banner__deco-bar {
  left: calc(50% + 3px);
  bottom: 20px;
}
.o-parallax-banner__cover {
  z-index: 1;
}
.o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] {
  left: 0;
  bottom: -50px;
}
.page-youke-top {
  width: 100%;
  height: 772px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-youke-bottom {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 772px;
}
.page-youke__background-volume-border {
  width: 150px;
  height: 400px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 2;
  background: bottom left / 400px no-repeat url(//images/pages/youke/volume-border.svg);
}
.page-youke__background-volume-solid {
  width: 150px;
  height: 400px;
  position: absolute;
  top: -244px;
  right: 0;
  background: bottom left / 400px no-repeat url(//images/pages/youke/volume-solid.svg);
  z-index: 2;
}
.main-content {
  width: 100%;
  min-height: 600px;
  position: relative;
  padding-top: 0.5rem;
}
.o-youke-switch-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.o-youke-switch-nav .o-youke-switch-nav-item {
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-size: 0.3rem;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.01rem;
  padding: 0.18rem 0 0.1rem;
  cursor: pointer;
}
.o-youke-switch-nav .o-youke-switch-nav-item.-active {
  color: #6d217d;
  background: url(//images/pages/news/navItemBg.png) no-repeat center right;
  background-size: auto 100%;
}
.o-science-system {
  width: 100%;
  margin: 1rem auto;
  padding: 0.6rem 0 0.8rem 0;
  box-sizing: border-box;
  border-radius: 0.05rem;
  background-color: #fff;
  box-shadow: 0 0 0.05rem 0 #ccc;
  background-image: url(//images/pages/youke/science-loginbg-lt.png), url(//images/pages/youke/science-loginbg-rb.png);
  background-size: 30% auto, 60% auto;
  /* 分别为两个背景图片设置大小 */
  background-position: left top, right bottom;
  /* 分别为两个背景图片设置位置 */
  background-repeat: no-repeat;
  /* 两个背景图片都不重复 */
  overflow: hidden;
}
.o-science-system__main {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.o-science-system__main .o-science-system__main-firtitle {
  font-size: 0.4rem;
  font-weight: bold;
  color: #671C7C;
  letter-spacing: 0.01rem;
  font-style: italic;
}
.o-science-system__main .o-science-system__main-subtitle {
  font-size: 0.25rem;
  font-weight: bold;
  color: #815192;
  letter-spacing: 0.01rem;
  margin-top: 0.2rem;
}
.o-science-system__main .o-science-system__main-login {
  width: 100%;
  margin-top: 0.8rem;
}
.o-science-system__main .o-science-system__main-login .o-science-login-title span {
  font-size: 0.22rem;
  font-weight: bold;
  color: #773F83;
  position: relative;
  padding: 0 0.2rem;
}
.o-science-system__main .o-science-system__main-login .o-science-login-title span:before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #6D217D;
}
.o-science-system__main .o-science-system__main-login .o-science-login-title span:after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #6D217D;
}
.o-science-system__main .o-science-system__main-login .o-science-login-content {
  width: 50%;
  margin: 0.4rem auto 0;
}
.o-science-system__main .o-science-system__main-login .o-science-login-content .o-science-login-content-item {
  width: 100%;
  margin-bottom: 0.25rem;
}
.o-science-system__main .o-science-system__main-login .o-science-login-content .o-science-login-content-item input {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  background-color: #F0F0F0;
}
.o-science-system__main .o-science-system__main-login .o-science-login-content .o-science-login-content-item input::-webkit-input-placeholder {
  color: #A2A2A2;
}
.o-science-system__main .o-science-system__main-login .o-science-login-btn {
  width: 50%;
  margin: 0.5rem auto 0;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.05rem;
  background-color: #671E7F;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  letter-spacing: 0.02rem;
}
/* 省美育科研规划课题结束----------------------------------------------- */
