@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: PingFangSC-Medium, PingFangSC, "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  min-width: 1240px;
  background: #fff;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  min-width: 1240px;
}

div {
  margin: 0 auto;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1100 {
  width: 1100px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.w322 {
  width: 322px;
}

ul.list_18 {
  overflow: hidden;
}

ul.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 16px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 10px;
}

.list_16 li a:hover {
  color: #c00;
}

.list_16no li {
  background: none;
  padding-left: 0;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
body {
  background: url(../images/banner_top.jpg) center top no-repeat #fff;
  background: url(../images/banner_top.jpg) center top no-repeat #fff \0;
  background: url(../images/banner_top.jpg) center top no-repeat #fff \9\0;
  background-size: 1920px;
}

.banner_top {
  height: 618px;
}

.banner_top .w1000 {
  position: relative;
  width: 1000px;
  height: 618px;
}

.banner_top .w1000 .link {
  position: absolute;
  top: 40px;
  right: 0;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #FFF49E;
  letter-spacing: 0;
}

.headline_container {
  width: 1000px;
  background: #FFF6CC;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  margin: 26px auto 0;
  padding: 44px 23px 20px;
  position: relative;
}

.headline_container:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: -18px;
  z-index: -1;
  width: 970px;
  height: 37.73px;
  transform: scaleY(-1);
  background: #EFE4D6;
  filter: blur(10px);
}

.headline_container .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 128px;
  height: 55px;
  background: url(../images/headline_icon.png) center center no-repeat;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #FFF6CC;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.headline_container .icon a {
  color: #FFF6CC;
}

.headline_container h1 {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #D32929;
  letter-spacing: 0;
  text-align: center;
}

.headline_container h1 a {
  color: #D32929;
}

.headline_container ul li {
  margin: 12px auto 17px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 23px;
}

.headline_container ul li a {
  color: #333333;
}

.focus_container_bg {
  background: url(../images/focus_bg.png) center top no-repeat;
}

.focus_container {
  width: 1000px;
  min-height: 885px;
  margin: 0px auto 0;
}

.focus_container .list_con {
  height: 374px;
  background: linear-gradient(180deg, #EAF0F5 0%, #FFFFFF 100%);
  box-sizing: border-box;
  padding: 0 0px 0 0px;
}

.focus_container .list_con .title {
  margin: 0px auto 0;
  height: 44px;
  position: relative;
}

.focus_container .list_con .title h3 {
  position: absolute;
  top: -18px;
  left: -18px;
  display: inline-block;
  width: 154px;
  height: 44px;
  background: url(../images/focus_list_title.png) left center no-repeat;
  padding: 0 0 0 0px;
  font-family: iFontszhounianti;
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  text-indent: -9999em;
  color: #D54109;
}

.focus_container .list_con .title h3 a {
  display: block;
  width: 144px;
  height: 44px;
  color: #D54109;
}

.focus_container .list_con .title h6 {
  float: right;
  margin: 0 40px 0 0;
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
  color: #D54109;
}

.focus_container .list_con .title h6 a {
  color: #D54109;
}

.focus_container .list_con ul {
  margin: 5px auto 0;
  padding: 0 50px;
}

.focus_container .list_con ul li {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px 0 15px 18px;
  background: url(../images/icon_dot_red.jpg) center left no-repeat;
  color: #095374;
}

.focus_container .list_con ul li a {
  color: #095374;
}

.pic_page {
  position: absolute;
  z-index: 100;
  right: 30px;
  bottom: 10px;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
}

.pic_page i {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.pic_page em {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pic_page span {
  display: block;
  width: 35px;
  height: 35px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 11px;
  left: 13px;
  transform: rotate(-45deg);
}

.focus_view {
  position: relative;
  width: 725px;
  height: 407px;
}

.focus_view .swiper-container {
  width: 725px;
  height: 407px;
}

.focus_view .swiper-container .swiper-slide {
  position: relative;
  background: #c10000;
}

.focus_view .swiper-container .swiper-slide img {
  width: 725px;
  height: 407px;
  object-fit: contain;
}

.focus_view .swiper-container .swiper-slide div {
  width: 100%;
  height: 53px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
}

.focus_view .swiper-container .swiper-slide div p {
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  height: 53px;
  padding: 0px 10px 0 30px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
}

.focus_view .swiper-container .swiper-slide div p a {
  color: #FFFFFF;
}

.focus_view .arrow-left, .focus_view .arrow-right {
  position: absolute;
  left: -50px;
  top: 44%;
  width: 28px;
  height: 52px;
  z-index: 10;
  background: url(../images/focus_btn_prev.png) center center no-repeat;
}

.focus_view .arrow-left:after, .focus_view .arrow-right:after {
  content: "";
  position: absolute;
}

.focus_view .arrow-right {
  left: auto;
  right: -50px;
  background: url(../images/focus_btn_next.png) center center no-repeat;
}

.archive_container_bg {
  background: url(../images/archive_bg.jpg) center top no-repeat;
  height: 930px;
  margin: -10px auto 0;
  position: relative;
}

.archive_container_bg .archive_title {
  width: 1000px;
  height: 72px;
  background: url(../images/archive_title.png) center center no-repeat;
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 50%;
  margin-left: -500px;
}

.archive_container_bg .archive_title h2 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.archive_container_bg .archive_title h2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.archive_container {
  width: 1100px;
  height: 830px;
  overflow-y: hidden;
  margin: 0 auto 0;
  padding: 87px 0px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.archive_container .yearCon {
  width: 220px;
  height: 740px;
  position: relative;
  margin: 0;
  padding: 0 0px 0 0px;
}

.archive_container .yearCon::before {
  content: '';
  display: block;
  width: 4px;
  height: 741px;
  background: url(../images/archive_year_line.png) center center no-repeat;
  position: absolute;
  top: 10px;
  left: 29px;
}

.archive_container .yearCon::after {
  content: '';
  display: block;
  width: 138px;
  height: 162px;
  background-image: linear-gradient(180deg, #d32d2600 0%, #39618C 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 55px;
}

.archive_container .yearSroll {
  width: 170px;
  height: 740px;
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Webkit浏览器滚动条 */
  /* 自定义滚动条按钮 */
  /* 在滚动条的两端添加箭头图标 */
}

.archive_container .yearSroll::-webkit-scrollbar {
  display: none;
  width: 4px;
  height: 4px;
}

.archive_container .yearSroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #8CBCDD;
}

.archive_container .yearSroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #39618C;
}

.archive_container .yearSroll ::-webkit-scrollbar-button {
  background-color: #dcdcdc;
  width: 20px;
  height: 20px;
}

.archive_container .yearSroll ::-webkit-scrollbar-button:vertical:start {
  background: url("up-arrow.png") no-repeat center;
}

.archive_container .yearSroll ::-webkit-scrollbar-button:vertical:end {
  background: url("down-arrow.png") no-repeat center;
}

.archive_container .year {
  width: 170px;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 160px 0;
}

.archive_container .year li {
  margin: 10px 0;
  font-size: 32px;
  line-height: 63px;
  font-family: AbhayaLibre-Bold;
  text-align: left;
  text-indent: 30px;
  color: rgba(255, 252, 217, 0.7);
  cursor: pointer;
  position: relative;
}

.archive_container .year li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/archive_icon_circle.png) center top no-repeat;
  position: absolute;
  top: 24px;
  left: -26px;
}

.archive_container .year li.select {
  background: url(../images/archive_year_bg.png) center top no-repeat;
  color: #FFFCD9;
}

.archive_container .year li.select::before {
  background: url(../images/archive_icon_circle_select.png) center top no-repeat;
}

.archive_container .imgList {
  width: 825px;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Webkit浏览器滚动条 */
}

.archive_container .imgList::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.archive_container .imgList::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #8CBCDD;
}

.archive_container .imgList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #39618C;
}

.archive_container .imgList ul {
  display: flex;
  flex-wrap: wrap;
}

.archive_container .imgList ul li {
  width: 248px;
  float: left;
  margin: 0 0 22px 20px;
  text-align: center;
  color: #fff;
}

.archive_container .imgList ul li span {
  display: block;
  position: relative;
  margin: 0 0 0 10px;
  width: 180px;
  height: 245px;
}

.archive_container .imgList ul li span img {
  width: 180px;
  height: 245px;
  position: relative;
  z-index: 2;
}

.archive_container .imgList ul li span:after {
  content: "";
  display: block;
  width: 210px;
  height: 52px;
  background: url(../images/archive_book_shadow.png) center center no-repeat;
  position: absolute;
  left: -15px;
  bottom: -25px;
  z-index: 1;
}

.archive_container .imgList ul li h4 {
  margin: 20px auto 0;
  padding: 0 10px 0 13px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86px;
  background: url(../images/archive_book_text.png) left center no-repeat;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.archive_container .imgList ul li h4 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.booklink_container_bg {
  height: 795px;
  margin: -30px auto 0;
  background: url(../images/booklist_bg.png) center top no-repeat;
  position: relative;
}

.booklink_title {
  width: 1080px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -540px;
}

.booklink_title h2 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.booklink_title h2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.booklink_title h6 {
  position: absolute;
  top: 35px;
  right: 30px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #CE3124;
}

.booklink_title h6 a {
  color: #CE3124;
}

.booklink_container {
  width: 1064px;
  height: 660px;
  background: url(../images/booklist_right.png) right top no-repeat, url(../images/booklist_bottom.png) 50px 610px no-repeat, linear-gradient(180deg, #BFB18F 3%, #E3DAC1 45%, #FFF9E900 100%);
  margin: 100px auto 0;
  position: relative;
}

.swiper-container-plat {
  margin-top: 30px;
  margin-left: 70px;
  width: 990px;
  height: 600px;
  box-sizing: border-box;
  padding: 0 90px 5px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.swiper-container-plat .swiper-slide li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 20px 13px;
  box-sizing: border-box;
  width: 900px;
  height: 85px;
  background: url(../images/booklist_li.png) center top no-repeat;
  background-size: cover;
  border-radius: 0px 0px 18px 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  font-family: PingFangSC-SNaNpxibold;
  color: #9A8A66;
  text-align: center;
}

.swiper-container-plat .swiper-slide li a {
  color: #9A8A66;
}

.swiper-container-plat .swiper-slide li.yellow {
  color: #BDA17A;
}

.swiper-container-plat .swiper-slide li.yellow a {
  color: #BDA17A;
}

.swiper-container-plat .swiper-slide-active li {
  background: url(../images/booklist_li_hover.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.swiper-container-plat .swiper-slide-active li a {
  color: #fff;
}

.swiper-container-plat .swiper-scrollbar-bg {
  width: 12px;
  height: 520px;
  overflow: hidden;
  position: absolute;
  top: 230px;
  left: initial;
  right: 22px;
  z-index: 50;
  border-radius: 0;
  background: url(../images/booklist_line1.png) center top no-repeat;
}

.swiper-container-plat .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 3%;
  z-index: 50;
  width: 5px;
  height: 94%;
  background: none;
}

.swiper-container-plat .swiper-scrollbar-drag {
  width: 13px;
  height: 39px !important;
  left: -4px;
  background: url(../images/booklist_thumb.png) center center no-repeat;
  border-radius: 0;
}

.swiper-container-plat #swiper-btn-prev, .swiper-container-plat #swiper-btn-next {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 225px;
  z-index: 51;
}

.swiper-container-plat #swiper-btn-next {
  top: 520px;
}

.swiper-container-plat .swiper-num {
  position: absolute;
  top: 190px;
  right: 5px;
  z-index: 2;
  width: 50px;
  text-align: right;
}

.swiper-container-plat .swiper-num-current {
  font-weight: 600;
  line-height: 30px;
  font-size: 22px;
  font-family: PingFangSC;
  color: #fff;
  position: absolute;
  left: -9px;
  top: 0px;
  text-align: right;
  display: block;
  width: 30px;
  letter-spacing: 0px;
}

.swiper-container-plat .swiper-num-total {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  font-family: PingFangSC;
  color: #fff;
  letter-spacing: 1px;
}

.introduce_container_bg {
  display: none !important;
  height: 1010px;
  margin: -200px auto 0;
  background: url(../images/introduce_bg.png) center top no-repeat;
}

.introduce_container {
  width: 1020px;
  margin: 30px auto 0;
}

.introduce_container .introduce_list {
  width: 505px;
  height: 735px;
  box-sizing: border-box;
  padding: 10px 12px 0;
  background: url(../images/introduce_list_bg.png) center top no-repeat;
  position: relative;
  float: left;
}

.introduce_container .introduce_list .title {
  height: 70px;
  margin: -22px auto 0;
}

.introduce_container .introduce_list .title h2 {
  display: block;
  width: 246px;
  height: 53px;
  background: url(../images/introduce_title01.png) center center no-repeat;
  margin: 0 auto;
}

.introduce_container .introduce_list .title h2 a {
  display: block;
  width: 246px;
  height: 53px;
}

.introduce_container .introduce_list .title h6 {
  float: right;
  margin: 0 20px 0 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #CE3124;
}

.introduce_container .introduce_list .title h6 a {
  color: #CE3124;
}

.introduce_container .introduce_list ul {
  padding: 20px 35px 0 55px;
}

.introduce_container .introduce_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  margin: 0 0 25px 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.introduce_container .introduce_list:last-of-type {
  float: right;
}

.introduce_container .introduce_list:last-of-type .title h2 {
  background: url(../images/introduce_title02.png) center center no-repeat;
}

.study_container_bg {
  height: 1798px;
  margin: 50px auto 0;
  background: url(../images/study_bg.jpg) center top no-repeat;
}

.study_container {
  width: 1000px;
}

.study_container .title {
  margin: 17px auto 0;
  height: 66px;
  position: relative;
  overflow: hidden;
}

.study_container .title h2 {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 66px;
  font-size: 30px;
  font-weight: 600;
  line-height: 66px;
  text-align: center;
  color: #ffffaf;
}

.study_container .title h2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffaf;
}

.study_container .title h6 {
  float: right;
  margin: -20px 0px 0 0;
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #CE3124;
}

.study_container .title h6 a {
  color: #CE3124;
}

.study_container .list {
  margin: 0 auto;
}

.study_container .list li {
  height: 282px;
  border-bottom: 1px dashed #E6CA8C;
  padding: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.study_container .list li:last-of-type {
  border: none;
}

.study_container .list li > span {
  display: block;
  width: 352px;
  height: 222px;
}

.study_container .list li img {
  width: 352px;
  height: 222px;
  float: left;
}

.study_container .list li > div {
  padding: 0 0px 0 23px;
  flex-grow: 1;
  position: relative;
}

.study_container .list li strong {
  margin-top: 12px;
  display: block;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.study_container .list li p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.study_container .list li p i {
  float: right;
  color: #CE3124;
}

.study_container .list li p i a {
  color: #CE3124;
}

/**/
.footer {
  height: auto;
}

.copy {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: #F7F6EF;
  background: #F7FBFF;
  background-size: cover;
}

.copy .copy_list {
  width: 800px;
  height: 74px;
  margin: 45px auto;
  text-align: center;
}

.copy .copy_list img {
  float: left;
  width: 80px;
  height: 80px;
}

.copy .copy_list p {
  font-size: 16px;
  line-height: 32px;
}

body.zt_xx {
  background: url(../images/banner_top.jpg) center top no-repeat, url(../images/bg_detail.png) center top no-repeat, #F7FBFF;
}

.banner_top_detail {
  height: 688px;
  position: relative;
}

.banner_top_detail::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: #F7FBFF;
  filter: blur(30px);
  position: absolute;
  bottom: -50px;
  left: 0;
}

.detail_book_container {
  width: 1107px;
  height: 520px;
  background: url(../images/detail_book_con_bg.png) center top no-repeat;
  position: relative;
}

.detail_book_container .book {
  width: 351px;
  height: 470px;
  position: absolute;
  left: 80px;
  top: -15px;
}

.detail_book_container .book img {
  display: block;
  margin: 0px auto 0;
  width: 310px;
  height: 426px;
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
}

.detail_book_container .book:after {
  content: "";
  display: block;
  width: 90%;
  height: 20px;
  background: #0C3360;
  opacity: 70%;
  filter: blur(15px);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.detail_book_container .msg {
  width: 557px;
  position: absolute;
  left: 460px;
  top: 85px;
}

.detail_book_container .msg h3 {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.0;
}

.detail_book_container .msg h4 {
  margin: 18px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.detail_book_container .msg h4 ~ h4 {
  margin: 15px auto 0;
}

.detail_book_container .link {
  width: 557px;
  height: auto;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  border-top: 1px dashed #39618C;
  position: absolute;
  left: 460px;
  top: 322px;
}

.detail_book_container .link li {
  display: block;
  float: left;
  width: 264px;
  height: 52px;
  box-sizing: border-box;
  margin: 0 12px 10px 0;
  border-radius: 8px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
}

.detail_book_container .link li a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.detail_book_container .link li.one {
  background: #C63A36;
}

.detail_book_container .link li.two {
  background: #3E7EC4;
}

.detail_book_container .link li.thr {
  background: #D2A566;
}

.detail_description_container {
  margin: 0px auto 0;
  width: 1158px;
  min-height: 910px;
  background: url(../images/detail_description_con_bg_top.png) center top no-repeat, url(../images/detail_description_con_bg_mid.png) center top repeat-y;
  box-sizing: border-box;
  padding: 140px 140px 90px 160px;
  position: relative;
  z-index: 2;
}

.detail_description_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/detail_description_con_bg_btm.png) center center no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.detail_description_container .title {
  margin: 20px auto 0;
  text-align: center;
}

.detail_description_container .title h3 {
  display: inline-block;
  position: relative;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #145BA8;
}

.detail_description_container .title h3 i {
  position: relative;
  z-index: 2;
}

.detail_description_container .title h3:after {
  content: '';
  display: block;
  width: 80%;
  height: 15px;
  background: #8BB9EA;
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 1;
}

.detail_description_container .content {
  margin: 20px auto 0;
}

.detail_description_container .content p {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  text-indent: 2em;
}

.detail_catalog_bg {
  background: url(../images/detail_all_bg.png) center bottom no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.detail_catalog_bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 404.5px;
  background: #F7FBFF;
  filter: blur(39px);
  position: absolute;
  top: -50px;
  left: 0;
}

.detail_catalog_container_bg {
  margin: 50px auto 0;
  padding: 0 40px;
  width: 1000px;
  background: url(../images/detail_catalog_con_bg.png) center top no-repeat #F1F8FF;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.detail_catalog_container {
  box-sizing: border-box;
  margin: 15px auto 0;
  padding: 0 36px 20px;
  background-color: #F1F8FF;
}

.detail_catalog_container .title {
  text-align: center;
  margin: 30px auto 0;
}

.detail_catalog_container .title h3 {
  display: inline-block;
  position: relative;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #145BA8;
}

.detail_catalog_container .title h3 i {
  position: relative;
  z-index: 2;
}

.detail_catalog_container .title h3:after {
  content: '';
  display: block;
  width: 80%;
  height: 15px;
  background: #8BB9EA;
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 1;
}

.detail_catalog_container .content {
  margin: 20px auto 0;
}

.detail_catalog_container .content p {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #39618C;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  padding: 30px 0;
}

.detail_catalog_container .content p:last-of-type {
  border: none;
}

.detail_catalog_container .content p a {
  color: #145BA8;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    min-width: 1240px;
    overflow-x: hidden;
  }
}
