@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .navBox {
    display: none;
  }
  .navBoxH5 {
    top: 60px;
    position: fixed !important;
  }
  .contentBox {
    margin-top: 100px;
  }
  .contentBox .firstTitle {
    font-size: 4.1vw !important;
  }
  .contentBox .introduceBox .rightIntro .swiperItem {
    padding: 0 15px !important;
  }
  .contentBox .introduceBox .rightIntro .swiperItem .imgBox {
    display: none;
  }
  .contentBox .introduceBox .rightIntro .swiperItem .textBox {
    width: 100% !important;
  }
  .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail {
    margin-top: 10px !important;
  }
  .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .detailBtn {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .contentBox .newArticlesBox .listsBox .list {
    width: 100%;
    padding: 0 15px !important;
  }
  .contentBox .disciplineBox .listsBox .list {
    width: 100% !important;
  }
  .contentBox .reasonsBox .listsBox .list .listItem .desc {
    width: calc(100% - 84px) !important;
  }
  .contentBox .fa-pencil {
    display: none;
  }
  ::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .navBox {
    display: none;
  }
  .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contentBox .newArticlesBox .listsBox .list {
    width: 100%;
  }
  .contentBox .disciplineBox .listsBox .list {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .contentBox .reasonsBox .listsBox {
    padding: 0 0 0 40px;
  }
  .contentBox .reasonsBox .listsBox .listMiddle {
    margin: 0 10px;
  }
  .contentBox .newArticlesBox .listsBox .list {
    display: flex;
    vertical-align: top;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .contentBox .newArticlesBox .listsBox .list .listItem{
    width: 33.3%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .contentBox .newArticlesBox .listsBox .list .listItem:nth-of-type(2), .contentBox .newArticlesBox .listsBox .list .listItem:nth-of-type(5){
    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
  }
  .contentBox .newArticlesBox .listsBox .list .listItem .name{
    min-height: 45px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .navBox {
    display: block;
  }
  .navBoxH5 {
    display: none;
  }
  .contentBox .newArticlesBox .listsBox .list {
    margin-bottom: 10px;
  }
  .contentBox .newArticlesBox .listsBox .list:nth-of-type(2) {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
  }
  .contentBox .reasonsBox .listsBox .listMiddle {
    margin: 0 100px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .contentBox .introduceBox .leftIntro {
    width: 382px;
    float: left;
  }
  .contentBox .introduceBox .rightIntro {
    width: calc(100% - 420px);
    float: right;
    margin-left: 38px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
  .contentBox .disciplineBox .listsBox {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
  }
  .contentBox .disciplineBox .listsBox .list {
    margin-right: 0;
  }
}
#shopHome {
  width: 100%;
  height: auto;
  color: #333333;
}
#shopHome .navBox {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 8;
}
#shopHome .navBox .nav {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .navBox .nav:hover {
  background: #555555;
  cursor: pointer;
}
#shopHome .navBoxH5 {
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 8;
}
#shopHome .navBoxH5 .menusIcon {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
#shopHome .navBoxH5 .menusIcon .text {
  margin-left: 10px;
  font-size: 18px;
}
#shopHome .navBoxH5 .menusItem {
  width: 100%;
  height: auto;
  background: #f5f7fa;
  display: none;
}
#shopHome .navBoxH5 .menusItem .menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  border-top: 1px solid #cfd5e4;
  padding: 0 15px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .navBoxFixed {
  position: fixed;
  top: 60px;
}
#shopHome .contentBox {
  margin-bottom: 60px;
}
#shopHome .contentBox .firstTitle {
  height: 74px;
  line-height: 74px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 74%, #f2f2f2 100%);
  border-bottom: 1px solid #d7d6d6;
  box-shadow: 2px 2px 5px rgba(239, 239, 239, 0.35);
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  padding: 0 15px;
  margin-top: 10px;
}
#shopHome .contentBox .introduceBox {
  margin-top: 20px;
}
#shopHome .contentBox .introduceBox .leftIntro {
  height: auto;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
}
#shopHome .contentBox .introduceBox .leftIntro .text {
  line-height: 20px;
  margin-bottom: 20px;
}
#shopHome .contentBox .introduceBox .rightIntro {
  height: auto;
  position: relative;
}
#shopHome .contentBox .introduceBox .rightIntro .swiper-container {
  overflow-x: hidden;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem {
  width: 100%;
  height: 246px;
  background: linear-gradient(180deg, #3c9cd7 0%, #3c9cd7 100%);
  border-radius: 5px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .imgBox {
  width: 168px;
  height: 220px;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .imgBox .img {
  width: 100%;
  height: 100%;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox {
  width: calc(100% - 205px);
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .name {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .volumn {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .volumn:hover {
  text-decoration: underline;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .desc {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .desc:hover {
  text-decoration: underline;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail {
  margin-top: 35px;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .priceBox {
  display: flex;
  align-items: center;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .priceBox .currentPrice {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .priceBox .currentPrice:hover {
  text-decoration: underline;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .priceBox .originPrice {
  font-size: 16px;
  color: #AAAAAA;
  text-decoration: line-through;
  margin-left: 5px;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .priceBox .originPrice:hover {
  text-decoration: underline;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .detailBtn {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 7px 40px;
  cursor: pointer;
}
#shopHome .contentBox .introduceBox .rightIntro .swiperItem .textBox .priceDetail .detailBtn:hover {
  background: #f2f2f2;
  color: #3c9cd7;
  font-weight: bold;
}
#shopHome .contentBox .introduceBox .rightIntro .scopeBox {
  position: absolute;
  right: 0;
  top: -20px;
}
#shopHome .contentBox .introduceBox .rightIntro .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .swiper-horizontal > .swiper-pagination-bullets,
#shopHome .contentBox .swiper-pagination-bullets.swiper-pagination-horizontal,
#shopHome .contentBox .swiper-pagination-custom,
#shopHome .contentBox .swiper-pagination-fraction {
  bottom: -40px;
}
#shopHome .contentBox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #797979;
  opacity: 1;
  margin: 0 10px;
}
#shopHome .contentBox .swiper-pagination-bullet-active {
  background: #3c9cd7;
}
#shopHome .contentBox .titleMoreBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  background: linear-gradient(#ffffff 0%, #ffffff 74%, #f2f2f2 100%);
  border-bottom: 1px solid #d7d6d6;
  box-shadow: rgba(239, 239, 239, 0.35) 2px 2px 5px;
  padding: 0 0 0 16px;
}
#shopHome .contentBox .titleMoreBox .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .titleMoreBox .moreBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#shopHome .contentBox .titleMoreBox .moreBox .more {
  font-size: 13px;
  color: #3c9cd7;
}
#shopHome .contentBox .titleMoreBox .moreBox .more:hover {
  text-decoration: underline;
}
#shopHome .contentBox .titleMoreBox .moreBox .img {
  width: 12px;
  height: 15px;
  margin-left: 3px;
}
#shopHome .contentBox .newJournalsBox {
  margin-top: 95px;
}
#shopHome .contentBox .newJournalsBox .listsBox {
  margin-top: 30px;
  position: relative;
}
#shopHome .contentBox .newJournalsBox .listsBox .list {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  height: 145px;
  margin-bottom: 40px;
  margin-right: 28px;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .imgBox {
  width: 110px;
  height: 145px;
  margin-right: 10px;
  float: left;
  position: relative;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .imgBox .img {
  width: 100%;
  height: 100%;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .imgBox .mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.27058824);
  opacity: 0;
  transition: opacity 800ms;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .imgBox .mantle .view {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  cursor: pointer;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .imgBox .mantle:hover {
  opacity: 1;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
  position: relative;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .name {
  font-size: 13px;
  color: #3c9cd7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .name:hover {
  text-decoration: underline;
  cursor: pointer;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .formatBox {
  font-size: 13px;
  color: #000000;
  position: absolute;
  top: 75px;
  left: 0;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .formatBox .text {
  width: 50px;
  float: left;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .formatBox .format {
  width: calc(100% - 55px);
  margin-left: 5px;
  float: left;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .priceBox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .priceBox .currentPrice {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .newJournalsBox .listsBox .list .textBox .priceBox .originPrice {
  font-size: 13px;
  color: #7F7F7F;
  text-decoration: line-through;
  margin-left: 5px;
}
#shopHome .contentBox .newJournalsBox .listsBox .scopeBox {
  position: absolute;
  right: 0;
  top: -25px;
}
#shopHome .contentBox .newJournalsBox .listsBox .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .newBooksBox .listsBox {
  margin-top: 30px;
  position: relative;
}
#shopHome .contentBox .newBooksBox .listsBox .list {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  height: 145px;
  margin-bottom: 40px;
  margin-right: 28px;
}
#shopHome .contentBox .newBooksBox .listsBox .list .imgBox {
  width: 110px;
  height: 145px;
  margin-right: 10px;
  float: left;
  position: relative;
}
#shopHome .contentBox .newBooksBox .listsBox .list .imgBox .img {
  width: 100%;
  height: 100%;
}
#shopHome .contentBox .newBooksBox .listsBox .list .imgBox .mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.27058824);
  opacity: 0;
  transition: opacity 800ms;
}
#shopHome .contentBox .newBooksBox .listsBox .list .imgBox .mantle .view {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  cursor: pointer;
}
#shopHome .contentBox .newBooksBox .listsBox .list .imgBox .mantle:hover {
  opacity: 1;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
  position: relative;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .name {
  font-size: 13px;
  color: #3c9cd7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .name:hover {
  text-decoration: underline;
  cursor: pointer;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .authors {
  font-size: 13px;
  color: #555555;
  position: absolute;
  top: 48px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .formatBox {
  font-size: 13px;
  color: #000000;
  position: absolute;
  top: 75px;
  left: 0;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .formatBox .text {
  width: 50px;
  float: left;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .formatBox .format {
  width: calc(100% - 55px);
  margin-left: 5px;
  float: left;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .priceBox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .priceBox .currentPrice {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .newBooksBox .listsBox .list .textBox .priceBox .originPrice {
  font-size: 13px;
  color: #7F7F7F;
  text-decoration: line-through;
  margin-left: 5px;
}
#shopHome .contentBox .newBooksBox .listsBox .scopeBox {
  position: absolute;
  right: 0;
  top: -25px;
}
#shopHome .contentBox .newBooksBox .listsBox .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .newArticlesBox .listsBox {
  padding: 30px 0 0 0;
  position: relative;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem {
  padding-bottom: 30px;
  overflow: hidden;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .name {
  font-size: 16px;
  color: #3c9cd7;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .name:hover {
  text-decoration: underline;
  cursor: pointer;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .authors {
  font-size: 13px;
  color: #555555;
  margin-top: 15px;
  float: left;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .authors .authorsPopover {
  cursor: pointer;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .priceImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  float: right;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .priceImg .price {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .priceImg .shopImg {
  width: 28px;
  height: 22px;
  background: #3c9cd7;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#shopHome .contentBox .newArticlesBox .listsBox .list .listItem .priceImg .shopImg .img {
  width: 18px;
  height: 14px;
}
#shopHome .contentBox .newArticlesBox .listsBox .scopeBox {
  position: absolute;
  right: 0;
  top: 5px;
}
#shopHome .contentBox .newArticlesBox .listsBox .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .bestsellersBox .listsBox {
  margin-top: 30px;
  position: relative;
}
#shopHome .contentBox .bestsellersBox .listsBox .list {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  height: 145px;
  margin-bottom: 40px;
  margin-right: 28px;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .imgBox {
  width: 110px;
  height: 145px;
  margin-right: 10px;
  float: left;
  position: relative;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .imgBox .img {
  width: 100%;
  height: 100%;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .imgBox .mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.27058824);
  opacity: 0;
  transition: opacity 800ms;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .imgBox .mantle .view {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  cursor: pointer;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .imgBox .mantle:hover {
  opacity: 1;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
  position: relative;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .name {
  font-size: 13px;
  color: #3c9cd7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .name:hover {
  text-decoration: underline;
  cursor: pointer;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .authors {
  font-size: 13px;
  color: #555555;
  position: absolute;
  top: 48px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .formatBox {
  font-size: 13px;
  color: #000000;
  position: absolute;
  top: 75px;
  left: 0;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .formatBox .text {
  width: 50px;
  float: left;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .formatBox .format {
  width: calc(100% - 55px);
  margin-left: 5px;
  float: left;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .priceBox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .priceBox .currentPrice {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .bestsellersBox .listsBox .list .textBox .priceBox .originPrice {
  font-size: 13px;
  color: #7F7F7F;
  text-decoration: line-through;
  margin-left: 5px;
}
#shopHome .contentBox .bestsellersBox .listsBox .scopeBox {
  position: absolute;
  right: 0;
  top: -25px;
}
#shopHome .contentBox .bestsellersBox .listsBox .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .recommendedBox .listsBox {
  margin-top: 30px;
  position: relative;
}
#shopHome .contentBox .recommendedBox .listsBox .list {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  height: 145px;
  margin-bottom: 40px;
  margin-right: 28px;
}
#shopHome .contentBox .recommendedBox .listsBox .list .imgBox {
  width: 110px;
  height: 145px;
  margin-right: 10px;
  float: left;
  position: relative;
}
#shopHome .contentBox .recommendedBox .listsBox .list .imgBox .img {
  width: 100%;
  height: 100%;
}
#shopHome .contentBox .recommendedBox .listsBox .list .imgBox .mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.27058824);
  opacity: 0;
  transition: opacity 800ms;
}
#shopHome .contentBox .recommendedBox .listsBox .list .imgBox .mantle .view {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  cursor: pointer;
}
#shopHome .contentBox .recommendedBox .listsBox .list .imgBox .mantle:hover {
  opacity: 1;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
  position: relative;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .name {
  font-size: 13px;
  color: #3c9cd7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .name:hover {
  text-decoration: underline;
  cursor: pointer;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .authors {
  font-size: 13px;
  color: #555555;
  position: absolute;
  top: 48px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .formatBox {
  font-size: 13px;
  color: #000000;
  position: absolute;
  top: 75px;
  left: 0;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .formatBox .text {
  width: 50px;
  float: left;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .formatBox .format {
  width: calc(100% - 55px);
  margin-left: 5px;
  float: left;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .priceBox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .priceBox .currentPrice {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .contentBox .recommendedBox .listsBox .list .textBox .priceBox .originPrice {
  font-size: 13px;
  color: #7F7F7F;
  text-decoration: line-through;
  margin-left: 5px;
}
#shopHome .contentBox .recommendedBox .listsBox .scopeBox {
  position: absolute;
  right: 0;
  top: -25px;
}
#shopHome .contentBox .recommendedBox .listsBox .scopeBox .fa {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .contentBox .disciplineBox .listsBox {
  margin: 30px 0 0 0;
}
#shopHome .contentBox .disciplineBox .listsBox .list {
  width: 285px;
  height: 358px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
#shopHome .contentBox .disciplineBox .listsBox .list .listHeader {
  height: 47px;
  line-height: 47px;
  background: #3c9cd7;
  border-radius: 10px 10px 0 0;
  padding: 0 16px;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopHome .contentBox .disciplineBox .listsBox .list .listItem {
  padding: 0 16px;
  margin-top: 24px;
}
#shopHome .contentBox .disciplineBox .listsBox .list .listItem .name {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#shopHome .contentBox .disciplineBox .listsBox .list .listItem .name:hover {
  font-weight: bold;
  border-bottom: 1px solid #3c9cd7;
}
#shopHome .contentBox .reasonsBox .listsBox {
  margin: 30px 0 0 0;
}
#shopHome .contentBox .reasonsBox .listsBox .list {
  display: inline-block;
  vertical-align: top;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .imgBox {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3c9cd7;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .imgBox .reason1Img {
  width: 40px;
  height: 27px;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .imgBox .reason2Img {
  width: 36px;
  height: 29px;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .imgBox .reason3Img {
  width: 32px;
  height: 26px;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .imgBox .reason4Img {
  width: 18px;
  height: 30px;
}
#shopHome .contentBox .reasonsBox .listsBox .list .listItem .desc {
  width: 241px;
  margin-left: 24px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .desc {
  font-size: 14px;
  color: #000000;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .secureImg {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .secureImg .img {
  margin-right: 29px;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .secureImg .paypalImg {
  width: 83px;
  height: 61px;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .secureImg .wxImg {
  width: 61px;
  height: 61px;
}
#shopHome .contentBox .reasonsBox .listsBox .secureShopping .secureImg .zfbImg {
  width: 61px;
  height: 61px;
}
#shopHome .modal caption,
#shopHome .modal .panel-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}
#shopHome .modal caption {
  margin-bottom: 10px;
}
#shopHome .modal thead {
  background: #F2F2F2;
}
#shopHome .modal th,
#shopHome .modal td {
  font-size: 13px;
  text-align: center;
}
#shopHome .modal .table > tbody > tr > td,
#shopHome .modal .table > tbody > tr > th,
#shopHome .modal .table > tfoot > tr > td,
#shopHome .modal .table > tfoot > tr > th,
#shopHome .modal .table > thead > tr > td,
#shopHome .modal .table > thead > tr > th {
  line-height: 34px;
}
#shopHome .modal .delete {
  color: #3c9cd7;
  cursor: pointer;
}
#shopHome .modal .radio-inline {
  font-size: 13px;
}
#shopHome .modal .form-group {
  margin-bottom: 0;
}
#shopHome .modal .modal-title {
  font-weight: bold;
}
#sortArea,
#sortAreaRecJournal,
#sortAreaRecBook,
#sortAreaRecArticle{
	margin: 10px auto;
	width: 80%;
}

#sortArea div,
#sortAreaRecJournal div,
#sortAreaRecBook div,
#sortAreaRecArticle div{
	padding: 6px;
	background-color: #fdfdfd;
	border: solid 1px #eee;
	margin-bottom: 10px;
	cursor: move;
}

#sortArea .fa-times,
#sortAreaRecJournal .fa-times,
#sortAreaRecBook .fa-times,
#sortAreaRecArticle .fa-times{
	cursor: pointer;
	color: #3c9cd7;
}

.custom-loading {
	color: rgb(17, 130, 205);
	font-size: 30px;
	top: 50%;
	margin-top: -21px;
	text-align: center;
	position: absolute;
}
.swiper-pagination{
  z-index: 7 !important;
}