html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.list:hover {
  border: none;
}

#preview p {
  margin: 0 0 10px !important;
}
#preview .component {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 50px 0;
}
@media screen and (max-width:768px) {
  #preview .component {
    padding: 50px 0 0 0;
  }
}
#preview .component_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  #preview .component_wrap {
    padding: 20px;
  }
}
#preview .component_title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 10px 10px 30px 10px;
}
@media screen and (max-width:768px) {
  #preview .component_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#preview .component_subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 10px 10px 30px 10px;
}
@media screen and (max-width:768px) {
  #preview .component_subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
#preview .component_text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 25px;
  width: 100%;
  margin: 10px;
}
@media screen and (max-width:768px) {
  #preview .component_text {
    font-size: 12px;
    line-height: 15px;
  }
}
#preview .component_text_1 {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #preview .component_text_1 {
    font-size: 12px;
  }
}
#preview .component_content {
  width: 100%;
}
#preview .component_content_line {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
}
#preview .component_content_line.mb-240 {
  margin-bottom: 240px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line.mb-240 {
    margin-bottom: 140px;
  }
}
#preview .component_content_line.mb-550 {
  margin-bottom: 550px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line {
    flex-wrap: wrap;
  }
  #preview .component_content_line.flex-start {
    justify-content: flex-start;
  }
}
#preview .component_content_line .item_title,
#preview .component_content_line .item_text,
#preview .component_content_line .item_link {
  word-wrap: break-word;
}
#preview .component_content_line .item_link {
  font-size: 18px;
  font-weight: 400;
  color: #0063FF;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_link {
    font-size: 12px;
    margin-top: 15px;
  }
}
#preview .component_content_line .item_2 {
  margin: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
#preview .component_content_line .item_2 .item_title,
#preview .component_content_line .item_2 .item_text {
  word-break: break-word;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_2 {
    margin: 10px 20px;
  }
}
#preview .component_content_line .item_2 .item_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_2 .item_icon {
    width: 30px;
    height: 30px;
  }
}
#preview .component_content_line .item_2.item_2-row {
  flex-direction: column;
}
#preview .component_content_line .item_2.item_2-row_2 {
  width: calc(50% - 40px);
}
#preview .component_content_line .item_2.item_2-row_3 {
  width: calc(33% - 27px);
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_2.item_2-row_3 {
    width: calc(50% - 40px);
  }
}
#preview .component_content_line .item_2.item_2-row_4 {
  width: calc(25% - 20px);
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_2.item_2-row_4 {
    width: calc(50% - 40px);
  }
}
#preview .component_content_line .item_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_3 {
    flex-direction: column;
  }
}
#preview .component_content_line .item_3.item_3-row {
  flex-direction: column;
  margin: 0 20px;
}
@media screen and (min-width:768px) {
  #preview .component_content_line .item_3.item_3-row_2 .item_3_banner {
    width: 580px;
    height: 360px;
  }
  #preview .component_content_line .item_3.item_3-row_2 .item_3_content {
    margin-left: 0;
    margin-top: 40px;
    width: 580px;
  }
  #preview .component_content_line .item_3.item_3-row_3 .item_3_banner {
    width: 373px;
    height: 280px;
  }
  #preview .component_content_line .item_3.item_3-row_3 .item_3_content {
    width: 373px;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width:400px) {
  #preview .component_content_line .item_3.item_3-row {
    width: 100% !important;
  }
}
#preview .component_content_line .item_3_banner {
  display: block;
  width: 620px;
  height: 360px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_3_banner {
    width: 310px;
    height: 192px;
  }
}
@media screen and (max-width:400px) {
  #preview .component_content_line .item_3_banner {
    width: 100% !important;
  }
}
#preview .component_content_line .item_3_content {
  box-sizing: border-box;
  width: 530px;
  margin-left: 50px;
  padding: 0 20px 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_3_content {
    width: 310px;
    margin-top: 18px !important;
    margin-left: 0px;
  }
}
@media screen and (max-width:400px) {
  #preview .component_content_line .item_3_content {
    width: 100% !important;
  }
}
#preview .component_content_line .item_3_content .item_title,
#preview .component_content_line .item_3_content .item_link {
  text-align: left;
}
#preview .component_content_line .item_3_content .item_text {
  text-align: justify;
}
#preview .component_content_line .item_3_content .item_title {
  margin-top: 0px;
}
#preview .component_content_line .item_4 {
  width: 100%;
}
@media screen and (max-width:768px) {
  #preview .component_content_line #item_4_middle {
    display: none;
  }
}
@media screen and (max-width:400px) {
  #preview .component_content_line #item_4_middle {
    display: none;
  }
}
@media screen and (min-width:768px) {
  #preview .component_content_line #item_4_small {
    display: none;
  }
}
#preview .component_content_line #item_4_middle .item_3_content {
  height: 260px;
  margin: 50px;
  padding: 0 20px;
}
#preview .component_content_line #item_4_middle .item_3_content .item_link {
  bottom: 0;
  display: block;
  position: absolute;
  margin-top: 0 !important;
}
#preview .component_content_line .item_5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 20px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_5 {
    flex-direction: column;
  }
}
#preview .component_content_line .item_5 .item_link {
  display: block;
  position: absolute;
  bottom: 50px;
  margin-top: 0 !important;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_5 .item_link {
    bottom: 40px;
  }
}
#preview .component_content_line .item_5-row {
  flex-direction: column;
}
#preview .component_content_line .item_5-row_2 .item_5_banner {
  width: 580px;
  height: 250px;
}
#preview .component_content_line .item_5-row_2 .item_5_content {
  width: 580px;
  height: 230px;
}
#preview .component_content_line .item_5-row_2 .item_5_content .item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#preview .component_content_line .item_5-row_3 .item_5_banner {
  width: 374px;
  height: 250px;
}
#preview .component_content_line .item_5-row_3 .item_5_content {
  width: 374px;
  height: 230px;
}
#preview .component_content_line .item_5-row_3 .item_5_content .item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#preview .component_content_line .item_5_banner {
  display: block;
  width: 540px;
  height: 260px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_5_banner {
    width: 310px !important;
    height: 133px !important;
  }
}
#preview .component_content_line .item_5_content {
  box-sizing: border-box;
  width: 660px;
  height: 260px;
  background: #0063FF;
  padding: 10px 30px 30px 30px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_5_content {
    width: 310px !important;
    height: 133px !important;
    padding: 10px 20px 20px 20px;
  }
}
#preview .component_content_line .item_5_content .item_title,
#preview .component_content_line .item_5_content .item_link {
  text-align: left;
  color: #fff;
}
#preview .component_content_line .item_5_content .item_text {
  text-align: justify;
  color: #fff;
}
#preview .component_content_line .item_6 {
  box-sizing: border-box;
  padding: 50px;
  width: 580px;
  height: 280px;
  margin: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_6 {
    width: 310px;
    height: 150px;
    padding: 20px;
  }
}
#preview .component_content_line .item_6 .item_title {
  color: #fff;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 0;
}
#preview .component_content_line .item_6 .item_text {
  color: #fff;
  text-align: left;
  word-break: break-word;
}
#preview .component_content_line .item_6 .item_link {
  color: #fff;
  text-align: left;
  display: block;
  position: absolute;
  bottom: 70px;
  margin-top: 0 !important;
}
#preview .component_content_line .item_7 {
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7 {
    width: 315px;
  }
}
#preview .component_content_line .item_7_title {
  background-color: #0063FF;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_title {
    line-height: 21px;
    font-size: 12px;
  }
}
#preview .component_content_line .item_7_content {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  background: #FAFAFA;
  padding: 30px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content {
    padding: 12px;
  }
}
#preview .component_content_line .item_7_content.item_7_content_sm {
  padding: 15px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content.item_7_content_sm {
    padding: 10px;
  }
}
#preview .component_content_line .item_7_content.item_7_content_sm .item_7_content_box {
  margin: 4px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content.item_7_content_sm .item_7_content_box {
    margin: 2px;
  }
}
#preview .component_content_line .item_7_content.item_7_content_sm .item_7_content_box .item_7_content_logo {
  width: 159px;
  height: 55px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content.item_7_content_sm .item_7_content_box .item_7_content_logo {
    width: 94px;
    height: 33px;
  }
}
#preview .component_content_line .item_7_content_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 10px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content_box {
    margin: 4px;
  }
}
#preview .component_content_line .item_7_content_logo {
  display: block;
  width: 170px;
  height: 75px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content_logo {
    width: 87px;
    height: 40px;
  }
}
#preview .component_content_line .item_7_content_title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 168px;
  line-height: 16px;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_7_content_title {
    font-size: 12px;
    margin-top: 20px;
    width: 87px;
  }
}
#preview .component_content_line .item_8 {
  width: 100%;
}
#preview .component_content_line .item_8 .item_8_title_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_8 .item_8_title_box {
    justify-content: flex-start;
  }
}
#preview .component_content_line .item_8_title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: #DCDCDC;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border: white 1px solid;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_8_title {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
  }
}
#preview .component_content_line .item_8_title_fixed_width {
  width: 150px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_8_title_fixed_width {
    width: 70px;
  }
}
#preview .component_content_line .item_8_title_flex_width {
  flex: 1;
}
#preview .component_content_line .item_8_title:hover {
  background-color: #0063FF;
  color: #fff;
}
#preview .component_content_line .item_8_title_select {
  background-color: #0063FF;
  color: #fff;
}
#preview .component_content_line .item_8_content {
  height: 240px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #FAFAFA;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_8_content {
    width: calc(100vw - 40px);
    font-size: 12px;
    line-height: 20px;
    padding: 25px;
    height: 148px;
  }
}
#preview .component_content_line .item_9 {
  width: 100%;
}
#preview .component_content_line .item_9 .item_9_title_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9 .item_9_title_box {
    justify-content: flex-start;
  }
}
#preview .component_content_line .item_9_title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: #DCDCDC;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border: white 1px solid;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_title {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
  }
}
#preview .component_content_line .item_9_title_fixed_width {
  width: 150px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_title_fixed_width {
    width: 70px;
  }
}
#preview .component_content_line .item_9_title_flex_width {
  flex: 1;
}
#preview .component_content_line .item_9_title:hover {
  background-color: #0063FF;
  color: #fff;
}
#preview .component_content_line .item_9_title_select {
  background-color: #0063FF;
  color: #fff;
}
#preview .component_content_line .item_9_content {
  box-sizing: border-box;
  padding: 40px;
  background-color: #FAFAFA;
  font-size: 18px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_content {
    width: calc(100vw - 40px);
    font-size: 12px;
    line-height: 20px;
    padding: 25px;
    top: 28px;
  }
}
#preview .component_content_line .item_9_content_item {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_content_item {
    width: 110px;
    margin: 0 5px;
  }
}
#preview .component_content_line .item_9_content_item_icon {
  display: block;
  width: 160px;
  height: 160px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_content_item_icon {
    width: 87px;
    height: 87px;
  }
}
#preview .component_content_line .item_9_content_item_text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 27px;
  margin-top: 28px;
  margin-bottom: 30px;
  word-wrap: break-word;
  width: 100%;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_9_content_item_text {
    font-size: 12px;
    line-height: 20px;
  }
}
#preview .component_content_line .item_10 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
#preview .component_content_line .item_10_box {
  display: flex;
  align-items: start;
  margin: 25px;
  width: 500px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_10_box {
    width: 100%;
  }
}
#preview .component_content_line .item_10_icon {
  margin-right: 40px;
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_10_icon {
    margin-right: 20px;
    width: 55px;
    height: 55px;
  }
}
#preview .component_content_line .item_10 .item_title,
#preview .component_content_line .item_10 .item_text {
  text-align: left;
}
#preview .component_content_line .item_10 .item_title {
  position: relative;
  margin-top: 0 !important;
}
#preview .component_content_line .item_11 {
  box-sizing: border-box;
  width: 90%;
  box-shadow: 10px 5px 30px 5px rgba(88, 33, 24, 0.4);
  border-radius: 10px;
  margin-top: -30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_11 {
    margin-top: -40px;
  }
}
#preview .component_content_line .item_11 .item_text {
  text-align: left;
}
#preview .component_content_line .item_11_top {
  width: 100%;
  height: 30px;
  border-radius: 10px 10px 0 0;
  background-color: #f4f5f9;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_11_top {
    height: 20px;
  }
}
#preview .component_content_line .item_11_center {
  padding: 20px 50px 50px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_11_center {
    padding: 20px 30px 30px 30px;
  }
}
#preview .component_content_line .item_11_icon {
  margin-right: 40px;
  float: left;
  width: 100px;
  height: 100px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_11_icon {
    margin-right: 20px;
    width: 55px;
    height: 55px;
  }
}
#preview .component_content_line .item_12 .item_12_img {
  width: 1200px;
  display: block;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_12 .item_12_img {
    width: 310px;
    overflow: hidden;
  }
}
#preview .component_content_line .item_13 {
  box-sizing: border-box;
  height: 430px;
  position: relative;
  background-color: #ccc;
  padding: 100px 50px 100px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13 {
    height: 250px;
    padding: 60px 15px;
    background-size: 150% 100%;
  }
}
#preview .component_content_line .item_13 .component_btns_btn {
  background-color: white;
  color: #1b3cc0;
  margin-top: 0 !important;
}
#preview .component_content_line .item_13 .item_title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  height: 52px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13 .item_title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    height: 40px;
  }
}
#preview .component_content_line .item_13 .item_text {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  height: 30px;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13 .item_text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
  }
}
#preview .component_content_line .item_13_content {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13_content {
    margin-bottom: 0;
  }
}
#preview .component_content_line .item_13_deliver {
  width: 330px;
  height: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13_deliver {
    width: 170px;
    height: 2px;
    margin-bottom: 8px;
  }
}
#preview .component_content_line .item_13_deliver_1 {
  width: 66%;
  height: 100%;
  background: linear-gradient(90deg, #1b6aff, #69dbf9);
}
#preview .component_content_line .item_13_deliver_2 {
  width: 1%;
  height: 100%;
  background: linear-gradient(90deg, #83b8de, #69dbf9);
  border-radius: 50%;
}
#preview .component_content_line .item_13_deliver_3 {
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #bdc0d0, #fba45f);
}
#preview .component_content_line .item_13_brdge {
  width: 85px;
  height: 98px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_13_brdge {
    width: 46px;
    height: 53px;
    left: 15px;
  }
}
#preview .component_content_line .item_title {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_title {
    font-size: 14px;
    margin: 8px 0;
  }
}
#preview .component_content_line .item_text {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 27px;
}
@media screen and (max-width:768px) {
  #preview .component_content_line .item_text {
    font-size: 12px;
    line-height: 18px;
  }
}
#preview .component_btns_btn {
  padding: 10px;
  margin: 40px 10px 0 0;
  background-color: #0063FF;
  height: 50px;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #preview .component_btns_btn {
    margin-top: 30px;
    width: 110px;
    font-size: 14px;
    height: 40px;
  }
}
#preview .item_15_fixed {
  position: fixed;
  top: 70px;
  background-color: white;
  z-index: 98;
}
#preview .swiper {
  width: 100%;
  height: 100%;
}
#preview .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preview .swiper .swiper-arrow {
  display: none;
}
@media screen and (max-width:768px) {
  #preview .swiper .swiper-arrow {
    display: none !important;
  }
}
#preview .swiper:hover .swiper-arrow {
  display: block;
}
#preview .swiper .arrow_left {
  transform: rotateY(180deg);
}
#preview .swiper .zy_item {
  width: 375px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 15px;
  padding-bottom: 15px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width:768px) {
  #preview .swiper .zy_item {
    width: 310px;
    height: 300px;
    margin-bottom: 20px;
  }
}
#preview .swiper .zy_item > img {
  display: block;
  width: 375px;
  height: 220px;
}
@media screen and (max-width:768px) {
  #preview .swiper .zy_item > img {
    width: 310px;
    height: 182px;
  }
}
#preview .swiper .zy_item .logo {
  display: block;
  width: 130px;
  height: 40px;
  background: #2168F6;
  border-radius: 15px;
  position: absolute;
  top: 200px;
  left: 30px;
}
@media screen and (max-width:768px) {
  #preview .swiper .zy_item .logo {
    top: 165px;
    left: 20px;
    width: 100px;
    height: 31px;
  }
}
#preview .swiper .zy_item .zy_title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 20px;
  padding: 0 20px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:768px) {
  #preview .swiper .zy_item .zy_title {
    margin-top: 20px;
    font-size: 13px;
  }
}
#preview .swiper .zy_item .zy_des {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0 20px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 27px;
  text-align: justify;
}
@media screen and (max-width:768px) {
  #preview .swiper .zy_item .zy_des {
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 18px;
  }
}
#preview .page-tab-box {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 80px;
}
@media screen and (max-width:768px) {
  #preview .page-tab-box {
    padding: 0 15px;
    display: block;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    min-height: 40px;
    border-bottom: 1px solid #e9e9ef;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #preview .page-tab-box::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
}
#preview .page-tab-box .page-tab-item {
  height: 100%;
  height: 80px;
  line-height: 80px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #b2b1b2;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #preview .page-tab-box .page-tab-item {
    height: 40px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
    padding: 10px 0;
  }
}
#preview .page-tab-box .page-tab-item:hover {
  color: #0564fc;
  border-bottom: 1px solid #0564fc;
}
#preview .page-tab-box .page-tab-item_select {
  color: #0564fc;
  border-bottom: 1px solid #0564fc;
}/*# sourceMappingURL=component_c.css.map */