@charset "utf8";

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

#app {
  width: 100vw;
  height: 100vh;
}

#mainFrame {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  width: 991px;
  margin: auto;
}

.logo>img {
  height: 50px;
}

.nav-bar {
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #CEDCE4;
  padding: 10px 20px;
}

.nav-logo>img {
  height: 40px;
}

.nav-search {
  background-color: #ECF3FC;
  padding: 6px 8px;
  border-radius: 15px;
}

.nav-search .icon-search {
  font-size: 18px;
  color: #A1ADC5;
}

.nav-search input {
  font-size: 16px;
  width: 260px;
  border: none;
  outline: none;
  background-color: #ECF3FC;
  margin-left: 10px;
}

.nav-search input::placeholder {
  color: #A1ADC5;
}

.nav-login-btn {
  color: #fff;
  background-color: #3F77CB;
  font-size: 16px;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  cursor: pointer;
}

.nav-login .iconfont {
  font-size: 30px;
}

.nav-login>* {
  margin: 0 15px;
}

.contain {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.mt-2 {
  margin-top: 20px;
}

.swiper-left {
  width: 650px;
}

.swiper-left * {
  border-radius: 20px;
}

.swiper-left img {
  width: 650px;
}

.swiper-right {
  width: 300px;
  background-color: #EAF1F5;
}

.swiper-right {
  border-radius: 20px;
  margin-left: 50px;
  position: relative;
}

.swiper-right img {
  width: 100px;
  margin: 15px 100px 5px 100px;
}

.swiper-right .yvshou {
  background-image: url("/img/pre-sell-icon.a8b862af.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.swiper-slide a {
  display: inline;
  text-align: center;
  text-decoration: none;
  color: gray;
  font-size: 12px;
}

.swiper-slide a h3 {
  margin-bottom: 10px;
  color: #1C355A;
}

.swiper-container {
  height: 250px;
}

.swiper-box {
  margin-bottom: 30px;
}

.contain .toRight {
  background-color: #CEDCE4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.book-information {
  width: 220px;
  margin-bottom: 20px;
}

.book-information>.book {
  background-color: #EAF1F5;
  padding: 8px;
}

.book-img1 {
  width: 100px;
  margin: auto;
}

.book-img1:hover {
  transform: scale(1.1);
}

.book-text {
  height: 100px;
  padding-top: 20px;
  background-color: #F6F9FB;
  text-align: center;
}

.book-text p {
  margin-top: 10px;
  font-size: 12px;
  color: gray;
}

.new-book-img1 {
  width: 250px;
  margin-right: 50px;
}

.new-book-img2 {
  width: 220px;
  margin-right: 50px;
}

.contain>h2 {
  margin: 20px 0;
}

.book-more>a {
  margin: 30px 0;
  text-decoration: none;
  color: #3F77CB;
}

.tab-bar {
  padding: 10px 20px;
}

.tab-bar-left {
  width: 550px;
}

.text-tab {
  font-size: 12px;
  margin: 10px 0 30px 0;
}

.tab-img {
  width: 260px;
  margin-top: 10px;
}

.about-service {
  font-size: 12px;
  margin-top: 5px;
  margin-right: 30px;
}

.code {
  width: 80px;
  margin: 10px 30px 5px 0;
}

.join-us {
  width: 150px;
  font-size: 12px;
}

.join-us a {
  color: #3F77CB;
  font-size: 14px;
  text-decoration: none;
}

.tab-end {
  margin-top: 20px;
  font-size: 12px;
  color: #aeaeae;
}

.tab-end>div {
  margin-top: 5px;
}

.book-title {
  color: #152844;
  font-weight: 600;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  margin: 20px 0;
}

.user-box {
  position: relative;
}

.mine-menu {
  position: absolute;
  left: -80px;
  width: 200px;
  box-sizing: border-box;
  padding: 0 16px;
  background-color: #fcfcfc;
  border-radius: 4px;
  box-shadow: 0 0 3px rgb(0 0 0 / 12%);
}

.menu-view>.top {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}


.menu-view>.top>.nickname {
  font-size: 18px;

  font-weight: bold;
  box-sizing: border-box;
}

.menu-view>.bottom {
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
}

.menu-view>.bottom>.log-out {
  outline: none;
  border: none;
  background-color: #fcfcfc;
  color: #f62a2a;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.menu-view>.center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.center-item {
  width: 50%;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  margin: 8px 0;
}

.center-item>a {
  color: #1e1e1e;
}

.center-item>a:hover {
  color: #4684e2;
}