#topApp_system::-webkit-scrollbar {
  /*滾動條整體樣式*/
  width : 2px;  /*高寬分別對應橫豎滾動條的尺寸*/
  height: 1px;
  }
#topApp_system::-webkit-scrollbar-thumb {
  /*滾動條裏面小方塊*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
#topApp_system::-webkit-scrollbar-track {
  /*滾動條裏面軌道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
.gj_djy_middles {
        width:100%;
        margin:0 auto;
    }
#gj_middles #recommend_datu {
        width: 100%;
        margin:0 auto;
    }
#gj_middles #gj_djy_swiper {
        position: relative;
        width: 100%;
        height:500px;
        background-color: #fff;
    }
#gj_middles .swiper-containerOne {
        width: 100%;
        height:500px;
        position: relative;
    }
#gj_middles .swiper-wrapperOne .swiper-slide {
        width: 100%;
        height:500px;
    }
#gj_middles .swiper-wrapperOne .swiper-slide img {
        width: 1280px;
        height:500px;
    }
#gj_middles .swiper-button-prev {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background: #000000;
        opacity: 0.5;
    }
#gj_middles .swiper-button-next {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background: #000000;
        opacity: 0.5;
    }
#gj_middles .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background:#000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center/9px 16px;
    }
#gj_middles .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center/9px 16px;
    }
#gj_djy_swiper .swiper-button-prev:hover {
            background-image: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTE0UCXH087j1GUpQyoEbrs210125/left_nm.png);
            background-size: 45px;
        }
#gj_djy_swiper .swiper-button-next:hover {
            background-image: url(https://p2.img.cctvpic.com/photoAlbum/templet/common/TPTECrlSENBsgDI0ii6nibr6200612/right_nm.png);
            background-size: 45px;
        }
#gj_middles .swiper_text {
        position: absolute;
        left: 50%;
        bottom: 41px;
        transform: translate(-50%, 0px);
        z-index: 1;
        width: 1080px;
        height: 37px;
        font-size: 26px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 37px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
			text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 2px 4px rgba(0, 0, 0, 0.5);
    }
#gj_middles .gj_kong {
        width: 100%;
        height: 100px;
       // background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);	
        border-radius: 0px 0px 5px 5px;
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 1;
        transform: translate(-50%, 0px);
    }
/* 優化2021-3-19 */
    #gj_middles .swiper-pagination {
        position: inherit;
        margin-top: -30px;
    }
#gj_middles .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        width: 22px;
        height: 3px;
        border-radius: 0;
        margin: 0 5px;
        opacity: 0.6;
    }
#gj_middles .all_slide .swiper-button-next,#gj_middles .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 3;
        cursor: pointer;
    }
#gj_middles .swiper-slide a {
        display: block;
        width: 1280px;
        margin: 0 auto;
    }
.login {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTE0UCXH087j1GUpQyoEbrs210125/login.png) no-repeat center 0px;
      background-size: cover;
    }
.login form {
      width: 478px;
      height: 341px;
      background: #FFFFFF;
      border-radius: 10px;
      padding: 69px;
      box-sizing: border-box;
    }
.login form input {
      width: 335px;
      margin-bottom: 10px;
    }
.login form .login_tel {
      padding-left: 35px;
      width: 296px;
    }
.login form .login_sms {
      padding-left: 35px;
      width: 296px;
    }
.login form .login_go {
      width: 335px;
      height: 52px;
      background: #1053A8;
      border-radius: 5px;
      color: white;
      border: none;
      margin-bottom: 10px;
    }
.login form .login_bottom input {
      width: 14px;
      height: 14px;
    }
.login form .login_bottom span {
      font-size: 12px;
      font-weight: 400;
      color: #919191;
    }
.login .login_bottom_bottom {
      margin-top: 18px;
      color: white;
      width: 478px;
      display: flex;
      justify-content: space-between;
    }
.login .login_bottom_bottom span {
      font-size: 12px;
      font-weight: 400;
      color: #919191;
    }
.login_tel::-webkit-input-placeholder ,.login_sms::-webkit-input-placeholder {
      color: #919191;
    }
a {text-decoration:none}
/* 中間 */
.gj_djy_middle {
    flex: 1;
    width: 1280px;
    margin: 0 auto;
  }
/* 類型紀錄片-16個圖片 */
  .video_types {
    width: 1280px;
    margin:0 auto;
    padding: 40px 0px 0px 0px;
    background: #fff;
}
.playerIcon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 100px;
    top: -110px;
    position: ab
  }
.special_column_boxs {
    width: 1080px;
    margin: 0 auto;
    margin-top: 30px;
  }
.special_column_boxs_div {
    width: 1080px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    height: auto;
  }
.special_column_boxs_div dl {
    width: 255px;
    /* height: 266px; */
    display: block;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    margin: 0px 20px 20px 0px;
  }
.special_column_boxs_div dl:nth-of-type(4n) {
    margin-right: 0;
  }
.special_column_boxs_div dl dd {
    display: block;
    width: 255px;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 3px 3px;
    margin-left: 0px;
    position: relative;
     cursor: pointer;
     overflow: hidden;
     /*字體動畫*/
  }
.special_column_boxs dl dd span {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
    font-style: normal;
    letter-spacing: 0.15px;
    /* padding: 21px 15px 21px 15px; */
    padding: 20px 15px 0px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.6s;
  }
.special_column_boxs dl dd span:hover {
       font-weight: 600;
       color: #1053A8;
     }
.special_column_boxs_div dl dt {
    display: block;
    width: 255px;
    /* height: 174px; */
    overflow: hidden; /**動畫**/
  }
.special_column_boxs_div dl dt img {
    display: block;
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    background: #D8D8D8;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0px 0px;
    transition: all 0.6s; /**動畫**/
  }
.special_column_boxs_div dl dt img:hover {
    transform: scale(1.1); /**動畫**/
  }
/* type */
  .gj_type_div {
    width: 1280px;
    /*min-height: 200px;*/
    margin: 0 auto;
    background: #fff;
  }
#gj_djy_types {
    display: flex;
    height: 29px;
    line-height: 29px;
    width: 1080px;
    margin: 36px 0 20px 0px;
  }
#gj_djy_year {
    display: flex;
    height: 29px;
    line-height: 29px;
    width: 1080px;
    margin: 0 auto;
    margin: 25px 0 0px 0;
  }
#gj_djy_years {
    display: flex;
    height: 29px;
    line-height: 29px;
    width: 1080px;
    margin: 0 auto;
    margin: 20px 0 30px 93px;
  }
.gj_title_type {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    cursor: pointer;
  }
.gj_title_theme {
    width: 1080px;
    margin: 0 auto;
    display: flex;
  }
.gj_title_year {
    width: 1080px;
    margin: 0 auto;
    display: flex;
  }
.gj_type_navall {
    margin-left: 21px;
    width: auto;
    height: 29px;
    background: #ECECEC;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
  }
.gj_year_all {
    margin-left: 21px;
    width: 49px;
    height: 29px;
    background: #ECECEC;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
  }
.gj_type_navall.active {
    width: auto;
    height: 29px;
    background: #1053A8;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
  }
.gj_theme_all.active {
    width: 49px;
    height: 29px;
    background: #1053A8;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
  }
.gj_year_all.active {
    width: 49px;
    height: 29px;
    background: #1053A8;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
  }
.gj_type_titles {
    width: auto;
    font-size: 14px;
  }
.gj_year_title {
    width: auto;
    font-size: 14px;
  }
.gj_title_video {
    width: 88px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #919191;
    line-height: 20px;
    margin-top: 8px;
    margin-left: 10px;
  }
.gj_writer {
    width: 67px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 30px; 
  }
.gj_type_box {
    width: 1080px;
    margin: 0 auto;
  }
/* .position_icon {
    position: relative;
  }
.video_number {
    width: 80px;
      height: 20px;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #919191;
      line-height: 20px;
      position: absolute;
      top: 8px;
      left: 25px;
  }
.video_icon {
    width: 10px;
      height: 10px;
      position: absolute;
      top: 12px;
      left: 12px;
  }
*/
    
  /* 分頁 */
  #pages {
    width: 1080px;
    height: 132px;
    margin: 0 auto;
  }
#pages input {
	cursor: pointer;
}
.ali_icon dl {
  width: 68px;
  height: 68px;
  background: #1053A8;
  border-radius: 4px;
  margin: 12px 0px;
  cursor: pointer;
}
.mem_img {
  width: 100%;
  height: 100%;
}
.ali_icon dl dt {
      width: 68px;
      height: 34px;
      padding: 8px 0px 0px 25px;
}
.ali_icon dl dt img {
  width: 18px;
  height: 27px;
}
.ali_icon dl dd {
  width: 61px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-left: 3px;
    margin-top: 8px;
}
