@charset "UTF-8";
/* module 引入*/
@import url(module/font-awesome.min.css);
/* helpers */
/* 绝对居中 */
/* 单行溢出省略 */
/*怪异盒模型*/
/*禁止选中文本*/
/* 渐变 */
/*淡出*/
/*淡出*/
/*淡人*/
/*淡出*/
/*** Functions ***/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 14px;
  font-family: Microsoft YaHei, Arial, Verdana, sans-serif; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

sub {
  vertical-align: text-bottom; }

fieldset, img {
  border: 0; }

input {
  outline-color: #e0e0e0;
  border-width: 1px; }

html, body {
  width: 100%;
  height: 100%; }

.times-font {
  font-family: 'Times New Roman', Times, serif; }

[v-cloak] {
  display: none !important; }

.wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh; }
.wrap .content {
  flex: 1 0 auto; }
.wrap footer {
  flex: 0 0 auto; }

.aassfn-container {
  width: calc(100% - 50px);
  max-width: 1350px;
  margin: 0 auto; }
@media (max-width: 1469px) {
  .aassfn-container {
    max-width: 1140px; } }
@media (max-width: 992px) {
  .aassfn-container {
    max-width: 960px; } }
@media (max-width: 768px) {
  .aassfn-container {
    max-width: 720px; } }
@media (max-width: 576px) {
  .aassfn-container {
    width: calc(100% - 30px);
    max-width: 560px; } }

.richtext p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875; }
.richtext .logos {
  text-align: right; }
.richtext .logos img {
  height: 100px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 92px;
  background-size: cover;
  background-position: top center;
  background-image: url(https://i.micecube.com/Ayto/202501231718749.jpg); }
header .logos {
  line-height: 92px; }
header .logos img {
  height: 50px;
  margin-right: 15px; }
header .thumbs-btn {
  display: none; }

.nav-bar {
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 84px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
.nav-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 84px; }
.nav-bar a {
  color: #333;
  cursor: pointer; }
.nav-bar a:hover {
  color: #0d49b8; }
.nav-bar .active > a {
  color: #0d49b8 !important; }
@media (max-width: 1469px) {
  .nav-bar ul {
    font-size: 18px; } }
@media (max-width: 992px) {
  .nav-bar ul {
    font-size: 16px; } }
@media (max-width: 768px) {
  .nav-bar ul {
    font-size: 15px; } }

.content {
  width: 100%;
  background-color: #f2f2f2;
  padding: 226px 0 50px 0; }

.content.have-banner {
  padding: 176px 0 50px 0; }
.content.have-banner .content-main {
  margin-top: 50px; }

.small-banner {
  width: 100%; }
.small-banner > img {
  width: 100%;
  display: block; }

footer {
  background-color: #00578d; }
footer .footer-content {
  padding: 60px 0;
  display: flex;
  align-items: center; }
footer .footer-left {
  display: flex;
  align-items: center; }
footer .footer-left img {
  width: 132px;
  display: block; }
footer .footer-left img:first-child {
  margin-right: 26px; }
footer .footer-right {
  width: calc(100% - 290px);
  padding-left: 90px;
  color: #fff;
  display: flex;
  justify-content: space-between; }
footer .footer-right > div {
  width: 50%; }
footer .footer-right .f-r-info {
  line-height: 26px; }
footer .footer-right .f-r-info h5 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold; }
footer .footer-right .f-r-info p {
  font-size: 15px;
  color: #97b0c1; }
footer .footer-right .f-r-info.fold {
  margin-top: 32px; }

@media (max-width: 992px) {
  header {
    height: 80px; }
  header .logos {
    line-height: 80px; }

  .nav-bar {
    top: 80px;
    height: 70px; }
  .nav-bar ul {
    line-height: 70px; }

  .content {
    padding: 200px 0 50px 0; }

  .content.have-banner {
    padding: 150px 0 50px 0; }

  footer .footer-right {
    flex-wrap: wrap; }
  footer .footer-right > div {
    width: 100%; }
  footer .footer-right .f-r-info {
    margin-bottom: 20px; }
  footer .footer-right .f-r-info.fold {
    margin-top: 0; } }
@media (max-width: 768px) {
  header {
    height: 80px; }
  header .logos {
    line-height: 80px; }

  .nav-bar {
    top: 80px;
    height: 60px; }
  .nav-bar ul {
    line-height: 60px; }

  .content {
    padding: 190px 0 50px 0; }

  .content.have-banner {
    padding: 140px 0 50px 0; }

  footer .footer-content {
    flex-wrap: wrap; }
  footer .footer-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px; }
  footer .footer-right {
    padding-left: 0;
    width: 100%; } }
@media (max-width: 567px) {
  header {
    height: 60px; }
  header .logos {
    line-height: 60px; }
  header .logos img {
    height: 36px; }

  .nav-bar {
    top: 60px;
    height: auto; }
  .nav-bar ul {
    line-height: 1em; }
  .nav-bar ul a {
    display: block;
    width: 100%;
    height: 100%; }

  .content {
    padding: 110px 0 50px 0; }

  .content.have-banner {
    padding: 60px 0 50px 0; }

  .content.have-banner .content-main {
    margin-top: 20px; }

  footer .footer-content {
    padding: 30px 0; }
  footer .footer-left img {
    width: 80px; }

  .richtext p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5em; }

  .nav-bar {
    display: none; }

  .nav-bar.mobile-show {
    display: block !important; }

  .nav-bar ul {
    display: block;
    width: 100%;
    text-align: center; }
  .nav-bar ul li {
    padding: 10px; }

  header .thumbs-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 36px;
    margin-top: -18px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px; } }
/* components 组件 */
/* pages 页面 */
.index-wrap .nav-bar {
  background-color: rgba(0, 0, 0, 0.2); }
.index-wrap .nav-bar a {
  color: #fff; }
.index-wrap .banner {
  position: relative;
  width: 100%;
  height: 772px;
  background-image: url(https://i.micecube.com/Ayto/202501231721969.jpg);
  background-size: cover;
  background-position: center center; }
.index-wrap .banner .banner-content {
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center; }
.index-wrap .banner .banner-content > img {
  width: 1050px;
  max-width: 90%;
  margin: 0 auto;
  display: block; }
.index-wrap .banner .banner-content .el-button {
  margin-top: 50px;
  width: 320px;
  height: 72px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  background-color: #0c4bb4; }
.index-wrap .content {
  padding: 0;
  background-color: #fff; }
.index-wrap .content .content-main {
  padding: 60px 0; }
.index-wrap .content .index-menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
.index-wrap .content .index-menu > div {
  width: 47.8%;
  background-color: #eff3f5;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  align-items: center; }
.index-wrap .content .index-menu > div > img {
  width: 45px; }
.index-wrap .content .index-menu > div > .info {
  width: calc(100% - 45px);
  padding-left: 40px; }
.index-wrap .content .index-menu > div > .info > p {
  font-size: 24px;
  font-weight: bold;
  color: #0d49b8; }
.index-wrap .content .index-menu > div > .info > span {
  font-size: 18px;
  color: #333333; }

@media (max-width: 768px) {
  .index-wrap .nav-bar {
    background-color: rgba(0, 0, 0, 0.5); }

  .index-wrap .banner {
    height: 350px; }

  .index-wrap .banner .banner-content .el-button {
    font-size: 18px;
    width: 180px;
    height: 40px; }

  .index-wrap .content .index-menu {
    display: block; }
  .index-wrap .content .index-menu > div {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px; }
  .index-wrap .content .index-menu > div > img {
    width: 20px; }
  .index-wrap .content .index-menu > div > .info {
    padding-left: 25px; }
  .index-wrap .content .index-menu > div > .info > p {
    font-size: 18px; }
  .index-wrap .content .index-menu > div > .info > span {
    font-size: 16px; }

  .index-wrap .banner .banner-content {
    top: 150px; }
  .index-wrap .banner .banner-content > img {
    width: 80%; }
  .index-wrap .banner .banner-content .el-button {
    margin-top: 25px; } }
@media (max-width: 567px) {
  .index-wrap .banner .banner-content {
    top: 100px; }
  .index-wrap .banner .banner-content > img {
    width: 90%; }
  .index-wrap .banner .banner-content .el-button {
    margin-top: 30px; } }
.about-content-main {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 60px 130px; }
.about-content-main .about-title {
  display: flex;
  font-weight: bold;
  align-items: end;
  border-bottom: 3px solid #0d49b8;
  padding-bottom: 40px;
  margin-bottom: 40px; }
.about-content-main .about-title .about-title-left {
  border-right: 3px solid #0d49b8;
  margin-right: 30px;
  padding-right: 30px;
  text-align: center; }
.about-content-main .about-title .about-title-left .aassfn {
  font-size: 66px;
  color: #0d49b8;
  display: block;
  line-height: 1em; }
.about-content-main .about-title .about-title-left .year {
  display: block;
  font-size: 120px;
  font-weight: normal;
  color: #999999;
  line-height: 1em; }
.about-content-main .about-title .about-title-right {
  font-size: 43px;
  color: #0d49b8;
  line-height: 1.25em; }
.about-content-main .about-title-image {
  width: 100%; }
.about-content-main .about-title-image img {
  width: 100%;
  display: block;
  margin-bottom: 40px; }

@media (max-width: 1200px) {
  .about-content-main .about-title .about-title-left .aassfn {
    font-size: 50px; }
  .about-content-main .about-title .about-title-left .year {
    font-size: 96px; }
  .about-content-main .about-title .about-title-right {
    font-size: 36px; } }
@media (max-width: 992px) {
  .about-content-main {
    padding: 60px 60px; }
  .about-content-main .about-title .about-title-left .aassfn {
    font-size: 45px; }
  .about-content-main .about-title .about-title-left .year {
    font-size: 80px; }
  .about-content-main .about-title .about-title-right {
    font-size: 26px; } }
@media (max-width: 768px) {
  .about-content-main {
    padding: 30px 30px; } }
@media (max-width: 567px) {
  .about-content-main .about-title-image img {
    margin-bottom: 10px; }

  .about-content-main {
    padding: 20px 20px; } }
.abstract-content-mian .abstract-content-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 60px; }
.abstract-content-mian .abstract-content-title::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background-color: #0d49b8;
  margin: 0 auto; }

@media (max-width: 768px) {
  .abstract-content-mian .abstract-content-title {
    font-size: 20px;
    margin-bottom: 30px; }
  .abstract-content-mian .abstract-content-title::after {
    width: 100px; } }
.coming-soon-content {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: bold; }

@media (max-width: 567px) {
  .coming-soon-content {
    font-size: 20px; } }
.profile-content-main .profile-link-ul > li {
  margin-bottom: 30px;
  font-size: 16px; }
.profile-content-main .profile-link-ul > li:last-child {
  margin-bottom: 0; }
.profile-content-main .order-info {
  width: 620px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 10px; }
.profile-content-main .order-info .order-info-title {
  padding-bottom: 25px;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee; }
.profile-content-main .order-info .order-info-block {
  padding-top: 25px; }
.profile-content-main .order-info .order-info-block li {
  color: #999999;
  margin-bottom: 20px; }
.profile-content-main .order-info .order-info-block li .key {
  display: inline-block;
  min-width: 130px; }
.profile-content-main .order-info .order-info-block li .val {
  display: inline-block; }
.profile-content-main .order-info .order-info-block li:last-child {
  margin-bottom: 0; }

.form-content-main {
  border-radius: 20px;
  overflow: hidden; }
.form-content-main .form-top {
  background-color: #0d49b8;
  padding: 26px;
  color: #fff; }
.form-content-main .form-top h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px; }
.form-content-main .form-top .form-top-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 18px; }
.form-content-main .form-top .form-top-info i {
  width: 20px;
  text-align: center; }
.form-content-main .form-top a {
  color: #fff; }
.form-content-main .form-top a:hover {
  text-decoration: underline; }
.form-content-main .form-mid {
  background-color: #f6f6f6;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0 26px; }
.form-content-main .form-mid > .back-title {
  color: #333;
  display: flex;
  align-items: center; }
.form-content-main .form-mid > .back-title i {
  font-size: 30px;
  line-height: 1;
  color: #0d49b8;
  margin-right: 10px;
  position: relative;
  top: -1px; }
.form-content-main .form-bottom {
  background-color: #fff;
  padding: 60px 80px; }
.form-content-main .form-bottom h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px; }
.form-content-main .form-bottom h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px; }
.form-content-main .form-bottom .el-form {
  width: 100%;
  max-width: 890px;
  margin: 0 auto; }
.form-content-main .form-bottom .el-form .el-form-item__label {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #333;
  font-size: 16px; }
.form-content-main .form-bottom .el-form .el-select {
  width: 100%; }
.form-content-main .form-bottom .submit-btn {
  width: 320px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  background-color: #0d49b8;
  font-size: 16px; }
.form-content-main .form-bottom .upload-btn {
  background-color: #0d49b8;
  font-size: 16px; }
.form-content-main .form-bottom .add-btn {
  width: 130px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 40px; }
.form-content-main .form-bottom .authors-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.form-content-main .form-bottom .authors-item .miuns-btn {
  width: 60px;
  min-width: 60px;
  margin-left: 10px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 40px; }
.form-content-main .form-bottom .more-checkbox .el-checkbox__input {
  position: relative;
  top: 2px;
  vertical-align: top; }
.form-content-main .form-bottom .more-checkbox .el-checkbox__label {
  word-break: break-word;
  white-space: normal; }
.form-content-main .form-bottom .checkbox-sup {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  user-select: none;
  line-height: 19px;
  padding-left: 26.5px; }
.form-content-main .form-bottom .checkbox-sup li {
  margin-bottom: 10px;
  position: relative; }
.form-content-main .form-bottom .checkbox-sup li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0d49b8; }
.form-content-main .form-bottom .file-list li {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 5px 12px; }
.form-content-main .form-bottom .file-list li > .icon {
  background-color: #acacac;
  width: 68px;
  height: 26px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
  color: #fff; }
.form-content-main .form-bottom .file-list li > .icon > img {
  width: 16px;
  height: 16px;
  margin-left: 7px;
  margin-right: 7px; }
.form-content-main .form-bottom .file-list li > .file-name {
  width: calc(100% - 110px);
  padding-left: 10px;
  padding-right: 10px; }
.form-content-main .form-bottom .file-list li > .remove-icon {
  width: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer; }

@media (max-width: 768px) {
  .form-content-main .form-bottom {
    padding: 30px; }

  .form-content-main .form-top {
    padding: 30px; }

  .form-content-main .form-top h4 {
    font-size: 18px; }

  .form-content-main .form-top .form-top-info {
    font-size: 16px; }

  .form-content-main .form-mid {
    height: 40px;
    font-size: 14px;
    padding: 0 15px; }

  .form-content-main .form-bottom h4 {
    font-size: 16px;
    margin-bottom: 10px; }

  .form-content-main .form-bottom h5 {
    font-size: 14px;
    margin-bottom: 8px; }

  .form-content-main .form-bottom .el-form .el-form-item__label {
    font-size: 14px; } }
@media (max-width: 567px) {
  .form-content-main .form-bottom {
    padding: 20px; }

  .form-content-main .form-top {
    padding: 20px; }

  .form-content-main .form-top h4 {
    font-size: 16px; }

  .form-content-main .form-top .form-top-info {
    font-size: 14px; } }

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