@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background: url("../../img/8.jpg") no-repeat center top;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

@media screen and (min-width: 1025px) {
  .videodetails_box {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .videodetails_box > .nav {
    color: #666666;
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .videodetails_box > .nav > img {
    margin-right: 10px;
  }
  .videodetails_box > .nav a {
    font-size: 12px;
  }
  .videodetails_box > .videodetails_box2 {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left {
    width: 900px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top {
    background-color: #e8cfa6;
    padding: 30px;
    border-radius: 5px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top > .videodetails_title {
    font-size: 19px;
    color: #68381e;
    font-weight: bold;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top > .videodetails_time {
    display: flex;
    align-items: center;
    color: #68381e;
    font-size: 14px;
    margin-top: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top > .videodetails_time > img {
    margin-right: 10px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video {
    width: 100%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video:hover > .video_control {
    opacity: 1;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video video {
    width: 100%;
    height: auto;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video video::-webkit-media-controls {
    display: none;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video .video_control {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #68381e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video .video_control .progress-bar {
    width: 606px;
    height: 10px;
    background-color: #f6eddf;
    overflow: hidden;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_top .custom-video .video_control .progress-bar .progress {
    width: 0;
    height: 100%;
    background-color: #cf330c;
    transition: width 0.5s ease;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_center {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    background-color: #e8cfa6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #68381e;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_center a {
    margin-top: 20px;
    display: block;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_center > .line {
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom {
    background-color: #e8cfa6;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_titel {
    font-size: 19px;
    color: #68381e;
    font-weight: bold;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item {
    display: block;
    width: 195px;
    height: 247px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item:hover {
    color: #68381e;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item:last-child {
    margin-right: 0;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_img {
    width: 100%;
    height: 144px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_img > img {
    width: 100%;
    height: 100%;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content {
    height: 100%;
    background-color: #e2c391;
    overflow: hidden;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_title {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_title > .dian {
    width: 6px;
    height: 6px;
    background-color: #68381e;
    margin-right: 10px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_title > .title {
    width: 200px;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_label {
    padding: 0 10px;
    font-size: 12px;
    color: #68381e;
    margin-top: 10px;
    font-weight: bold;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_line {
    width: 100%;
    height: 1px;
    background-color: #d8ad8d;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_timeprice {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_yearday {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_yearday > img {
    margin-right: 10px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_left > .videodetails_left_bom > .about_video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_price {
    width: 40px;
    height: 20px;
    font-size: 12px;
    background-color: #cf330c;
    color: #fff;
    line-height: 20px;
    text-align: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right {
    width: 370px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 {
    padding: 26px 20px;
    background-color: #e8cfa6;
    border-radius: 5px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_price {
    color: #68381e;
    font-size: 14px;
    background: url("../../img/16.png") no-repeat center top;
    text-align: center;
    border-bottom: dotted 1px #68381e;
    padding-bottom: 30px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_price > .price {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_zhifu {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_zhifu > .deafult {
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_zhifu > .deafult:first-child {
    background: linear-gradient(to right, #cf3b0b, #cf690d);
    cursor: pointer;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box1 > .videodetails_right_box1_zhifu > .deafult:last-child {
    background-color: #f80702;
    cursor: pointer;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 {
    overflow: hidden;
    margin-top: 30px;
    background-color: #e8cfa6;
    padding: 26px 20px;
    border-radius: 5px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info {
    color: #68381e;
    font-size: 14px;
    border-bottom: dotted 1px #68381e;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .imgtx {
    background: linear-gradient(to bottom, #e6a949, #7b4925);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .imgtx > img:first-child {
    width: 88px;
    height: 88px;
    border-radius: 50%;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .imgtx > img:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .userinfo > .username {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .userinfo > .username > img {
    margin-right: 7px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_info > .userinfo > .usertime {
    font-size: 12px;
    margin-top: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_zhifu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_zhifu > .deafult {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_zhifu > .deafult > div:first-child {
    font-size: 12px;
    color: #68381e;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box2 > .videodetails_right_box1_zhifu > .deafult > div:last-child {
    color: #cf330c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 {
    overflow: hidden;
    margin-top: 30px;
    background-color: #e8cfa6;
    padding: 26px 20px;
    border-radius: 5px;
    color: #68381e;
    height: 100%;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgxtitle {
    font-size: 19px;
    font-weight: bold;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgx_box > .zjgx_item {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgx_box > .zjgx_item > img {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-right: 20px;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgx_box > .zjgx_item > .cpinfo > .cpinfotitle {
    width: 190px;
    font-size: 19px;
    font-weight: bold;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgx_box > .zjgx_item > .cpinfo > .cpinfotime {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .videodetails_box > .videodetails_box2 > .videodetails_right > .videodetails_right_box3 > .zjgx_box > .zjgx_item > .cpinfo > .cpinfotime > img {
    margin-right: 10px;
  }
  .fullscreen {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    background-color: #000;
  }
  .fullscreen:hover > .video_control {
    opacity: 1;
  }
  .fullscreen video {
    width: 100%;
    height: 100%;
  }
  .fullscreen video::-webkit-media-controls {
    display: none;
  }
  .fullscreen .video_control {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #68381e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .fullscreen .video_control .progress-bar2 {
    width: 70%;
    height: 20px;
    background-color: #f6eddf;
    overflow: hidden;
  }
  .fullscreen .video_control .progress-bar2 .progress2 {
    width: 0;
    height: 100%;
    background-color: #cf330c;
    transition: width 0.5s ease;
  }
  #toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #68381e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    display: none;
  }
}
