@charset "UTF-8";
/* 自定义滚动条的样式 */
/* 定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
  width: 8px;
  /* 对垂直流动条有效 */
  height: 8px;
  /* 对水平流动条有效 */ }

/* 定义滑块高度、颜色、内阴影及圆角 */
::-webkit-scrollbar-thumb {
  background: #EBEBEB;
  border-radius: 8px; }

.no-scroll::-webkit-scrollbar {
  width: 0;
  /* 对垂直流动条有效 */
  height: 0;
  /* 对水平流动条有效 */ }

/* // .common-scroll {
  //   &::-webkit-scrollbar-thumb {
  //     background: rgba(0, 0, 0, 0);
  //   }
  // }
  
  // .common-scroll:hover {
  //   &::-webkit-scrollbar-thumb {
  //     background: #EBEBEB;
  
  //   }
  // } */
.h100 {
  height: 100%; }

.fw-5 {
  font-weight: 500; }

.pointer {
  cursor: pointer; }

.mr8 {
  margin-right: 8px; }

.por {
  position: relative; }

.pr100 {
  padding-right: 100px; }

.tx-pre {
  white-space: pre-wrap; }

.ccc {
  color: #ccc; }

.bb {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5); }

.no-break {
  white-space: nowrap; }

/* 首页 */
.swiper {
  position: relative;
  height: 360px;
  background-color: #3C73A6; }

.tab-item {
  width: 180px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #999;
  transition: all .2s;
  cursor: pointer; }
  .tab-item.active {
    color: #4A80F5;
    position: relative; }
    .tab-item.active:after {
      position: absolute;
      content: '';
      width: 37px;
      height: 5px;
      background: #4A80F5;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.tip-title {
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #333333; }
  .tip-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 22px;
    background: #4A80F5; }

.sf-icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  transition: all .2s;
  cursor: pointer;
  margin-right: 2px; }

.qq-icon {
  background: url(../images/qq.png) no-repeat center;
  background-size: 24px 24px; }
  .qq-icon:hover {
    background: url(../images/qq2.png) no-repeat center;
    background-size: 24px 24px;
    background-color: #4A80F5; }

.qqkj-icon {
  background: url(../images/qqkj.png) no-repeat center;
  background-size: 24px 24px; }
  .qqkj-icon:hover {
    background: url(../images/qqkj2.png) no-repeat center;
    background-size: 24px 24px;
    background-color: #4A80F5; }

.wx-icon {
  background: url(../images/wx.png) no-repeat center;
  background-size: 24px 24px; }
  .wx-icon:hover {
    background: url(../images/wx2.png) no-repeat center;
    background-size: 24px 24px;
    background-color: #4A80F5; }

.wb-icon {
  background: url(../images/wb.png) no-repeat center;
  background-size: 24px 24px; }
  .wb-icon:hover {
    background: url(../images/wb2.png) no-repeat center;
    background-size: 24px 24px;
    background-color: #4A80F5; }

.dd-icon {
  background: url(../images/dd.png) no-repeat center;
  background-size: 24px 24px; }
  .dd-icon:hover {
    background: url(../images/dd2.png) no-repeat center;
    background-size: 24px 24px;
    background-color: #4A80F5; }

.video-box {
  width: 1200px;
  height: 600px;
  background: #000; }

.video-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px; }

.num {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  background: rgba(76, 130, 246, 0.1);
  border-radius: 4px;
  color: #4A80F5; }

.star-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 2px; }

.star-icon2 {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 2px; }

.code-img {
  display: block;
  width: 100px;
  height: 100px; }

.zan-img {
  width: 112px;
  height: 112px;
  border-radius: 112px;
  background: url(../images/zan.png) no-repeat center;
  background-size: 112px 112px; }
  .zan-img:hover {
    background: url(../images/zan2.png) no-repeat center;
    background-size: 100px 100px; }

.content-box {
  overflow: hidden; }

.l-bg {
  width: 580px;
  height: 440px;
  position: absolute;
  left: -360px;
  bottom: 0;
  background: url("../images/l-bg.png") no-repeat;
  background-size: cover;
  z-index: 1; }

.r-bg {
  width: 580px;
  height: 440px;
  position: absolute;
  right: -360px;
  bottom: 0;
  background: url("../images/l-bg.png") no-repeat;
  background-size: cover;
  z-index: 1; }

.content-info {
  position: relative;
  z-index: 2; }

.tea-img {
  width: 200px;
  height: 267px;
  border-radius: 2px;
  position: relative;
  margin: 0 82px 0 10px;
  background-color: red; }
  .tea-img::after {
    position: absolute;
    content: '';
    left: -10px;
    top: 10px;
    width: 200px;
    height: 267px;
    background: #EEEEEE;
    border-radius: 2px;
    z-index: 0; }
  .tea-img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2; }

.source-box {
  width: 1200px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 60px 60px 0px; }

.source-tab {
  width: 203px;
  height: 150px;
  margin-right: 103px;
  background: #FBFDFE;
  font-size: 16px;
  font-weight: 500;
  color: #4A80F5;
  transition: all .2s;
  cursor: pointer; }
  .source-tab .icon {
    width: 20px;
    height: 20px; }
  .source-tab.active {
    color: #fff;
    background: linear-gradient(135deg, #4A80F5 0%, #1AB9F1 100%);
    border-radius: 0px 3px 3px 0px;
    position: relative; }
    .source-tab.active::after {
      position: absolute;
      content: '';
      right: 0;
      width: 5px;
      height: 150px;
      background: #4A80F5;
      border-radius: 3px; }
  .source-tab:hover {
    color: #fff;
    background: linear-gradient(135deg, #4A80F5 0%, #1AB9F1 100%);
    border-radius: 0px 3px 3px 0px;
    position: relative; }

.source-info {
  width: 816px;
  height: 270px;
  overflow: hidden; }

.source-info2 {
  width: 816px;
  height: 300px;
  overflow: hidden; }

.no-event {
  pointer-events: none; }

.source-next {
  width: 48px;
  height: 48px;
  background: rgba(76, 130, 246, 0.06);
  border-radius: 48px;
  cursor: pointer; }
  .source-next .next-icon {
    display: block;
    width: 24px;
    height: 24px; }
  .source-next .l-icon {
    width: 24px;
    height: 24px;
    background: url(../images/l2.png) no-repeat center;
    background-size: 24px 24px; }
  .source-next .r-icon {
    width: 24px;
    height: 24px;
    background: url(../images/r2.png) no-repeat center;
    background-size: 24px 24px; }
  .source-next:active, .source-next:hover, .source-next.active {
    background: #4A80F5; }
    .source-next:active .l-icon, .source-next:hover .l-icon, .source-next.active .l-icon {
      background-image: url(../images/l.png); }
    .source-next:active .r-icon, .source-next:hover .r-icon, .source-next.active .r-icon {
      background-image: url(../images/r.png); }

.comment-box {
  height: 64px;
  background: #F2F2F2;
  border-radius: 12px;
  padding: 0 24px; }
  .comment-box input {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 12px;
    background: #F2F2F2;
    font-size: 16px; }

.btn-box {
  width: 180px;
  height: 64px;
  background: #E0E0E0;
  border-radius: 12px; }
  .btn-box.active {
    background: #4A80F5; }

.source-content-item {
  width: 264px;
  height: 264px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  margin-right: 12px;
  position: relative; }
  .source-content-item:active {
    border: 1px solid #4A80F5; }
  .source-content-item .img {
    display: block;
    width: 179px;
    height: 200px;
    margin: 32px auto; }
  .source-content-item .data-img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 32px auto; }
  .source-content-item .data-img2 {
    object-fit: contain; }
  .source-content-item .see {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: none;
    font-weight: 500;
    color: #4A80F5;
    font-size: 16px;
    padding-top: 8px; }
  .source-content-item:hover {
    border: 1px solid #4A80F5; }
    .source-content-item:hover .see {
      display: block; }

.banner-img {
  display: block;
  width: 100%;
  height: 100%; }

.video-item-box {
  display: inline-block;
  width: 380px;
  background: #FFFFFF;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-right: 24px;
  margin-bottom: 20px;
  overflow: hidden; }
  .video-item-box:nth-of-type(3n) {
    margin-right: 0; }
  .video-item-box .img {
    width: 384px;
    height: 216px;
    border-radius: 12px 12px 0px 0px; }
  .video-item-box .info {
    height: 45px;
    line-height: 25px; }

.source-info3 {
  width: 840px;
  height: 322px;
  overflow: hidden; }

.source-content-item2 {
  width: 264px;
  display: inline-block;
  margin-right: 10px;
  position: relative; }
  .source-content-item2:active {
    border: 1px solid #4A80F5; }
  .source-content-item2 .img-box {
    width: 264px;
    height: 264px;
    border: 1px solid #EEEEEE; }
  .source-content-item2 .data-img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 32px auto; }
  .source-content-item2 .data-img2 {
    object-fit: contain; }

.pre-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto; }
  .pre-mask .img-box {
    min-width: 100px;
    max-width: 1200px;
    margin: 50px auto; }
    .pre-mask .img-box img {
      display: block;
      object-fit: contain; }

/*# sourceMappingURL=ly.css.map */
