* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

button {
    font-size: 14px;
    color: #fff;
    background-color: #006BEC !important;
    border-radius: 6px;
    padding: 0px 17px;
    height: 28px;
    line-height: 28px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

/*导航*/
.dw_header {
    /* position: relative; */
    margin-bottom: 30px;
}

.dw_search_content {
    width: 348px;
    height: 34px;
    background: #F3F3F3;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.dw_search_content span {
    width: 40px;
    line-height: 34px;
    /* margin: 0 !important; */
    margin: 0 12px 0 0 !important
}

.dw_search_content input {
    width: 292px;
    border: none;
    height: 34px;
    background: #F3F3F3;
    padding-left: 8px;
}

.dw_search_content span {
    width: 1px;
    height: 25px;
    border-left: 1px solid #666666;
    opacity: 0.26;
    border-radius: 50%;
}

.dw_search_content img {
    width: 18px;
}

.dw_nav {
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    display: flex;
    justify-content: space-between;
    padding: 0px 31px 0px 28px;
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, .16); */
    color: #2B2D34;
    /* position: absolute; */
    top: 0;
    /* width: 100%; */
    left: 0;
    align-items: center;
    height: 50px;
    width: calc(100% - 60px);
    min-width: 1200px;
}

.dw_nav a {
    font-size: 14px;
    margin: 0 23px;
    color: #2B2D34 !important;
    cursor: pointer;
}

.dw_nav span {
    font-size: 14px;
    margin: 0 23px;
    color: #2B2D34 !important;
    cursor: pointer;
}

.dw_nav_sign {
    /* border-right: 1px solid #fff; */
    padding-right: 30px;
    /* height: 25px; */
    display: flex;
    align-items: center;
}

.dw_nav_sign img {
    margin-right: 30px;
}

.dw_nav_leftContent {
    padding-left: 45px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(102, 102, 102, .47)
}

.dw_nav_leftContent :first-child {
    margin-left: 0;
}

.dw_nav_rightContent {
    display: flex;
}

.dw_nav_rightContent button {
    margin-left: 18px;
}

.dw_nav_rightContent_iconBtn {
    display: flex;
    align-items: center;
}

.dw_nav_rightContent_iconBtn span {
    margin: 0 22px 0 9px;
}

.dw_nav_rightContent_iconBtn>img {
    width: 18px !important;
    height: 18px !important;
}

.dw_nav_name {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    /* margin-left: 90px; */
}

.dw_nav_name img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.dw_nav_rightContent :nth-child(3) span {
    margin-right: 16px;
}

/* 介绍 */
.dw_intro {
    display: flex;
    margin: 0 auto;
    width: 1200px;
}

.dw_intro_content {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 56px;
    background-image: url(../../images/index/creator/creatorBac.png);
}

.dw_intro img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 33px;
}

.dw_intro_name {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.dw_intro_name h3 {
    font-size: 24px;
    color: #2B2D34;
    margin-right: 16px;
}

.dw_intro_name span {
    width: 107px;
    height: 26px;
    background: #D7E6F8;
    border: 1px solid #B0D1F8;
    border-radius: 13px;
    color: #006BEC;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}

.dw_intro_text {
    font-size: 16px;
    color: #2B2D34;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.dw_intro_text_more {
    font-size: 14px;
    color: #016CEC;
    margin-left: 14px;
    cursor: pointer;
}

.dw_intro_kind {
    color: #A7A7A7;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.dw_intro_count {
    color: #FB603F;
    font-size: 24px;
    margin-left: 20px;
}

.dw_intro_kind div {
    border-left: 1px solid #d7d7d7;
    height: 16px;
    margin: 0 30px;
    /* width: 2px; */
}

.dw_intro_btn {
    margin-left: auto;
    width: 173px;
}

/* 内容 */
.dw_detail_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* margin-bottom: 50px; */
    justify-content: space-between;
}

.dw_detail_left {
    width: 761px;
    height: 935px;
    margin-bottom: 30px;
}

.dw_left_tag {
    width: 761px;
    border-bottom: 1px solid #d7d7d7;
}

.dw_left_tag span {
    padding-bottom: 14px;
    color: #282A30;
    font-size: 16px;
    width: 120px;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #006BEC;
}

.dw_left-subtitle {
    margin: 20px 0 0 0;
}

.dw_left-subtitle>span {
    width: 73px;
    height: 26px;
    background: rgba(150, 150, 150, 0.08);
    /* opacity: 0.08; */
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #818181;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
}

.dw_left-subtitle>:first-child>span {
    width: 8px;
    height: 8px;
    background: #FB603F;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
}
.dw_left-subtitle>:first-child{
    position: relative;
}

.dw_left-subtitle>span:focus {
    background: rgba(0, 107, 236, .1);
    color: #006BEC;
}

.dw_left_newContent {
    display: flex;
    flex-direction: column;
}

.dw_left_newContent_item {
    display: flex;
    margin-bottom: 20px;
}

.dw_left_newContent_item img {
    width: 182px;
    height: 116px;
    margin-right: 31px;
    object-fit: cover;
}

.dw_left_newContent_item_content h5 {
    color: #202020;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 560px;
}

.dw_left_newContent_item_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.dw_left_newContent_item_time span {
    font-size: 14px;
    color: #A7A7A7;
}

.dw_left_newContent_item_count {
    display: flex;
    align-self: center;
}

.dw_left_newContent_item_count span {
    font-size: 16px;
    color: #31333A;
}

.dw_left_newContent_item_count img {
    margin: 0 10px 0 20px;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
}

.dw_left_newContent_item_time {
    display: flex;
    align-items: center;
}

.dw_left_newContent_item_content h6 {
    color: #4D4D4D;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    cursor: pointer;
    max-width: 560px;
    height: 60px;
}


.dw_right_newContent {
    width: 386px;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}

.dw_new_rightTitle {
    color: #090909;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

.dw_right_title_changeIcon {
    display: flex;
    align-items: center;
}

.dw_right_title_border {
    display: inline-block;
    background-color: rgba(0, 107, 236, .16);
    width: 81px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: -5px;
    bottom: 2px;
}

.dw_right_title_changeIcon img {
    margin-right: 7px;
}

/* 热点视频 */
.dw_right_hotVideoList {
    display: flex;
    flex-direction: column;
}

.dw_hot_imgGroup {
    position: relative;
}

.dw_hot_point {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px 0px 7px 0px;
    color: #fff !important;
    font-size: 14px;
}

.dw_hotVideo_item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 25px;
    cursor: pointer;
}

.dw_hotVideo_item img {
    width: 163px;
    height: 102px;
    margin-right: 25px;
    object-fit: cover;
}

.dw_hotVideo_item h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 500;
}

.dw_hotVideo_item span {
    font-size: 12px;
    color: #A7A7A7;
}

.dw_hotVideo_fontContent {
    padding: 4px 0px 13px 0px;
    display: flex;
    justify-content: space-between;
}

.dw_hotVideo_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
}

.dw_hotVideo_title h5 {
    font-size: 16px;
    color: #202020;
}

.dw_hotVideo_title div :first-child {
    margin-right: 16px;
}



/*版权*/
#dw_copyrightdddd {
    background: rgba(0, 107, 236, .03);
    /* opacity: 0.03; */
    display: flex;
    justify-content: space-between;
    /* padding: 0 28px; */
    align-items: center;
    height: 50px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: #fff; */
    /* position: fixed; */
    bottom: 0;
}


/* 弹窗 */
#dw_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 42, 48, .23);
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    visibility: hidden;
    z-index: 100;
}

.dw_modal_content {
    padding: 19px 23px;
    width: 478px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
    border-radius: 6px;
    /* margin: 0 auto; */
}

.dw_modal_title {
    margin-top: 10px;
    margin-bottom: 10px;
    /* line-height: 0 !important; */
}

.dw_modal_content span {
    line-height: 30px;
}

.dw_modal_text {
    height: 105px;
    overflow-y: auto;
    display: inline-block;
}

#dw_close_modal {
    cursor: pointer;
}

.dw_select_content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 135px;
    background: #fff;
    height: 116px;
    border-radius: 0 8px 8px 6px;
    border-radius: 1px solid #ccc;
    color: #2B2D34 !important;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    left: -11px;
    bottom: -128px;
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.13);
}

.dw_select_content span {
    cursor: pointer;
    font-size: 14px;
    color: #2B2D34 !important;
    margin: 0px !important;
}

#dw_select_input {
    width: 55px;
    text-align: center;
    cursor: pointer;
    border: 0;
    background: none;
    color: #2B2D34;
    font-size: 14px;
    margin: 0 23px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 3px;
    outline: none;
}

#dw_select {
    position: relative;
}

.dw_select_content span:hover {
    color: #006BEC !important;
}

/* tabs切换 */
ul {
    position: relative;
    display: flex;
  }

  /* li {
    flex: 1;
    height: 60px;
  } */

.dw_tabs_input {
    display: none;
  }

  .dw_tabs_input+label {
    width: 73px;
    height: 26px;
    background: rgba(150, 150, 150, 0.08);
    /* opacity: 0.08; */
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #818181;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
  }

  .dw_tabs_input+label+.dw_left_newContent {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 50px;
  }
  .dw_tabs_input:checked+label {
    background: #E5F0FD;
    color: #006BEC;
  }

  .dw_tabs_input:checked+label+.dw_left_newContent {
    display: flex;
  }

  .tab-box {
    width: 50vw;
    height: 300px;
    background-color: darkred;
  }
  .dw_tabs_check_point{
    width: 8px;
    height: 8px;
    background: #FB603F;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 65px;
  }
  .dw_left_tabs_video{
      width: 246px;
      margin-bottom:16px ;
  }
  .dw_left_tabs_video>div>img{
    width: 245px;
    height: 153px;
    cursor: pointer;
    object-fit: cover;
  }
  .dw_left_tabs_video>div{
      position: relative;
  }
  .dw_left_tabs_video>div>span{
      position:absolute;
      bottom: 8px;
      left: 10px;
      color: #fff;
      font-size: 14px;
      display: flex;
      align-items: center;
  }
  .dw_left_tabs_video>div>span>img{
      margin-right: 8px;
  }
  .dw_left_tabs_video>h5{
      font-size: 16px;
      color: #202631;
      cursor: pointer;
      margin: 8px 0;
      line-height: 28px;
      font-weight: 600;
  }
  .dw_left_tabs_video>span{
      color: #A2A3A7;
      font-size: 16px;
  }
  .dw_left_tabs_video_list{
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dw_news_tabs_mea_list{
      flex-direction: column;
  }
  .dw_news_tabs_mea{
      display: flex;
      margin-bottom: 30px;
  }
  .dw_news_tabs_mea>img{
    width: 182px;
    height: 116px;
    margin-right: 32px;
    object-fit: cover;
  }
  .dw_news_tabs_mea>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dw_news_tabs_mea>div>h5{
      color: #202020;
      font-size: 18px;
      cursor: pointer;
  }
  .dw_news_tabs_mea>div>span{
      font-size: 14px;
      color:#A7A7A7 ;
  }
  /* 分页 */
  .dw_pagation{

  }
  .dw_pagation>span{
    width: 36px;
    height: 36px;
    border: 1px solid #C7CBD2;
    border-radius: 8px;
    display: inline-block;
    color: #818A92;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
  }

.dw_pagation_content{
    width: 1200px;
    margin: 0 auto;
}
#dw_pagation{
    width: 761px;
}
.layui-laypage a, .layui-laypage span{
    margin: 0 7px !important;
    border-radius: 8px;
    /* padding:0 !important;
    text-align: center !important;
    width: 30px; */
    /* font-size: 16px !important;
    height: 36px; */
}
.layui-laypage a:hover{
    color: #818A92 !important;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.label_back {
    width: 73px;
    height: 26px;
    background: rgba(150, 150, 150, 0.08);
    /* opacity: 0.08; */
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #818181;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
}
.content_wrap {
    position: absolute;
    left: 0;
    top: 50px;
    padding-bottom: 50px;
}
.pagination {
    display: flex;
}