@charset "utf-8";
/* CSS Document */
/*reset 
------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
pre,
form,
fieldset,
p,
blockquote,
label,
table,
th,
tr,
td,
embed,
object {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
fieldset,
img,
a img,
a:link img,
a:visited img {
  border: 0px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h4,
h5,
h6 {
  font-size: 100%;
  vertical-align: central;
}
q:before,
q:after {
  content: '';
}
embed,
object {
  display: block;
}
p,
ul,
li,
h {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #0f0f0f;
  font-family: 'Roboto-R', "微软雅黑", "宋体", "黑体";
}
@font-face {
  font-family: 'Roboto-B';
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}
@font-face {
  font-family: 'Roboto-R';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}
/* 修改垂直滚动条 */
::-webkit-scrollbar {
  width: 2px;
  /* 修改宽度 */
}
/* 修改滚动条轨道背景色 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/* 修改滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
  background-color: #dadada;
}
/* 修改滚动条滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
header {
  width: 100%;
  background-color: #4d42c8;
  z-index: 8888;
}
.header {
  display: flex;
  background-color: #4d42c8;
  justify-content: space-between;
  width: 90%;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header ul.menu-ul {
  /* float:left;  */
  /* margin: 0 auto; */
  width: 60%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
}
.header ul li {
  float: left;
  width: 25%;
  text-align: center;
  /* margin-right:20px;  */
  position: relative;
  cursor: pointer;
}
.header ul li a {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #fff;
}
.header ul li.active > a {
  color: #00ffde;
}
.header .left {
  width: 20%;
}
.header .right {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  text-align: right;
}
.header .right .tow_nav {
  background-color: #fff;
  position: absolute;
  /* width: 120px; */
  /* width: 100%; */
  width: auto;
  text-align: center;
  /* border: 1px solid #000; */
  border-bottom: none;
  display: none;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.header .right ul li:hover .tow_nav {
  display: block;
  z-index: 9;
}
.header .right .tow_nav a {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #000;
  /* width:100%; */
  width: auto;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  /* border-bottom: 1px solid #000; */
}
.header .right .tow_nav a:hover {
  background-color: #3b0ba9bf;
  color: #fff;
}
/* 页尾 */
.footer {
  background: #363B50;
  text-align: center;
  width: 100%;
}
.footer footer .foot .footer-bottom {
  /* border-top: 1px solid #f3f9fd77; */
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #f0f6ff;
}
.footer footer .foot .footer-bottom p em {
  font-style: normal;
}
.footer footer .foot .footer-bottom p span a {
  color: #f0f6ff;
}
.footer footer .foot .footer-bottom p span + span {
  margin-left: 20px;
}
/* 页尾end*/
/* 登錄头样式调整*/
.header .userbox {
  display: inline-block;
  margin-left: 30px;
}
.ecp_top-nav .ecp_tn-header {
  width: auto !important;
}
.ecp_top-nav {
  height: 50px !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  height: 50px !important;
}
.ecp_top-nav {
  background-color: transparent !important;
  border-bottom: none !important;
  color: #ffffff;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab {
  color: #ffffff !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  padding: 0 !important;
  padding-left: 20px !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab {
  line-height: 50px !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab:hover,
.tn-person-r .tn-setting .tn-name:hover,
.tn-person-r .tn-setting .ecp_tn-tab:hover,
.tn-person-r .tn-onmouse .ecp_tn-tab,
.tn-person-r .tn-onmouse .ecp_tn-tab {
  border: none;
  background-color: transparent !important;
  text-decoration: none;
}
#Ecp_top_jf_login2 span {
  top: 0 !important;
}
.tn-person-r .tn-topmenulist .tn-text-list li a {
  padding: 0 7px !important;
}
.tn-person-r .ecp_tn-title {
  font-size: 14px !important;
}
#Ecp_top_bk_login {
  height: 50px;
}
.tn-person-r {
  line-height: 50px;
}
.tip {
  line-height: 26px;
}
#Ecp_top_login_layer .account-login {
  line-height: 20px;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab {
  z-index: 9999 !important;
}
#Ecp_top_jf_login span {
  top: 0 !important;
}
.account-login .smart-agreement {
  display: none !important;
}
#Ecp_top_bk_login {
  display: flex;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  width: 80px;
}
.login ul li a {
  font-size: 14px;
}
.List-page {
  font-family: 'Roboto-R';
}
.List-page main {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  height: calc(100vh - 153px);
  padding-top: 40px;
  padding-bottom: 30px;
}
.List-page main .content .content-left {
  box-sizing: border-box;
  padding: 25px;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  background: linear-gradient(to bottom, #6e30e0da 0%, #4e17b3 51%, #4403bd 100%);
  border-radius: 15px;
}
.List-page main .content .content-left .img-div {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.List-page main .content .content-left .img-div img {
  width: 100%;
}
.List-page main .content .content-left .btn-div {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.List-page main .content .content-left .btn-div .btn {
  cursor: pointer;
  width: 160px;
  line-height: 36px;
  height: 36px;
  background-color: #ffffff48;
  border-radius: 18px;
  color: #ffffff;
  border: solid 1px #a88dff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.List-page main .content .content-left .btn-div .btn a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.List-page main .content .content-left .btn-div i {
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.List-page main .content .content-left .btn-div .btn.all i {
  width: 20px;
  background: url(../images/videoResource/icon/icon10.svg);
  background-repeat: no-repeat;
}
.List-page main .content .content-left .btn-div .btn.one i {
  width: 29px;
  background: url(../images/videoResource/icon/icon9.svg);
  background-repeat: no-repeat;
}
.List-page main .content .content-left .btn-div .btn.share i {
  width: 29px;
  background: url(../images/videoResource/icon/icon14.svg);
  background-repeat: no-repeat;
}
.List-page main .content .content-left .btn-div .btn:hover {
  background-color: #ffffff;
  color: #4403bd;
}
.List-page main .content .content-left .btn-div .btn:hover a {
  color: #4403bd;
}
.List-page main .content .content-left .btn-div .btn.all:hover i {
  background: url(../images/videoResource/icon/icon8.svg);
  background-repeat: no-repeat;
}
.List-page main .content .content-left .btn-div .btn.one:hover i {
  background: url(../images/videoResource/icon/icon7.svg);
}
.List-page main .content .content-left .btn-div .btn.share:hover i {
  background: url(../images/videoResource/icon/icon22.svg);
  background-repeat: no-repeat;
}
.List-page main .content .content-left .name {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: 'Roboto-B';
}
.List-page main .content .content-left .info {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e8e8e8;
}
.List-page main .content .content-left .info1 {
  display: flex;
  justify-content: space-between;
}
.List-page main .content .content-left .info1 span + span {
  margin-left: 10px;
}
.List-page main .content .content-left .info3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fbedd6;
}
.List-page main .content .content-right {
  width: calc(100% - 450px);
  height: 100%;
  overflow-y: auto;
}
.List-page main .content .player-item {
  cursor: default;
  height: 140px;
  margin-bottom: 0;
  padding: 5px;
}
.List-page main .content .player-item .player-img {
  cursor: pointer;
  flex: 0 0 180px;
  width: 180px;
  height: 100%;
  height: 120px;
}
.List-page main .content .player-item .player-img > img {
  width: 180px;
  height: 120px;
}
.List-page main .content .player-item .player-img span {
  bottom: 5px;
  right: 9px;
  font-size: 14px;
  line-height: 24px;
}
.List-page main .content .player-item .player-img .opcity-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000063;
  display: none;
  align-items: center;
  justify-content: center;
}
.List-page main .content .player-item .player-img .opcity-box img {
  width: 28px;
  height: 24px;
}
.List-page main .content .player-item .player-info .player-title {
  cursor: pointer;
  height: 64px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
}
.List-page main .content .player-item .player-info .player-position {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 0px;
}
.List-page main .content .player-item .player-info .player-position i {
  margin: 0 10px;
}
.List-page main .content .player-item .player-info .player-report {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.List-page main .content .player-item .player-info .player-report .downCount {
  cursor: pointer;
}
.List-page main .content .player-item .player-info .player-report .downCount span {
  margin-left: 10px;
  color: #4e42c8;
}
.List-page main .content .player-item .player-info .player-report .downCount:hover {
  font-weight: bold;
}
.List-page main .content .player-item .player-info .player-report a {
  line-height: 26px;
  letter-spacing: 0px;
  color: #4e42c8;
}
.List-page main .content .player-item .player-info .player-report span {
  color: #666666;
}
.List-page main .content .player-item .player-info .player-report .downCount a {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0px;
}
.List-page main .content .player-item .player-info .player-report img {
  width: 16px;
  height: 18px;
  margin-right: 5px;
}
.List-page main .content .player-item .player-info .player-report div {
  display: flex;
  align-items: center;
}
.List-page main .content .player-item .player-info .player-report .likeCount {
  cursor: pointer;
}
.List-page main .content .player-item .player-info .player-report .likeCount i {
  display: inline-block;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  background: url(../images/videoResource/icon/icon5.svg);
  background-repeat: no-repeat;
}
.List-page main .content .player-item .player-info .player-report .likeCount.active i {
  background: url(../images/videoResource/icon/icon6.svg);
  background-repeat: no-repeat;
}
.List-page main .content .player-item:hover {
  background-color: #faf7ff;
}
.List-page main .content .player-item:hover .opcity-box {
  display: flex;
}
.content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.content .content-right .player-item {
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
}
.content .content-right .player-item .player-img {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.content .content-right .player-item .player-img span {
  position: absolute;
  z-index: 8;
  color: #ffffff;
}
.content .content-right .player-item .player-img .opcity-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000063;
  display: none;
  align-items: center;
  justify-content: center;
}
.content .content-right .player-item .player-img .opcity-box img {
  width: 28px;
  height: 24px;
}
.content .content-right .player-item .player-info .player-title {
  line-height: 24px;
  color: #282828;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .content-right .player-item .player-info .player-position {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 10px;
}
.content .content-right .player-item .player-info .player-position i {
  margin: 0 10px;
}
.content .content-right .player-item:hover {
  background-color: #faf7ff;
}
.content .content-right .player-item:hover .opcity-box {
  display: flex;
}
.Play-page {
  font-family: 'Roboto-R';
  height: 100vh;
}
.Play-page main {
  width: 80%;
  margin: 0 auto;
  min-height: calc(100% - 193px);
  height: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.Play-page main .content-left {
  flex: 0 0 70%;
  max-width: 70%;
}
.Play-page main .content-left #video {
  height: 60vh;
  width: auto;
  max-width: 100%;
  max-height: 550px;
  min-height: 200px;
}
.Play-page main .content-left .video-title p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #282828;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Play-page main .content-left .count-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Play-page main .content-left .count-box .count-left {
  display: flex;
  align-items: center;
  color: #666666;
}
.Play-page main .content-left .count-box .count-left div {
  display: flex;
  align-items: center;
}
.Play-page main .content-left .count-box .count-left .view-count img {
  width: 25px;
  height: 18px;
  margin-right: 5px;
}
.Play-page main .content-left .count-box .count-left .like-count {
  cursor: pointer;
  margin: 0 50px;
}
.Play-page main .content-left .count-box .count-left .like-count i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/videoResource/icon/icon5.svg);
  background-repeat: no-repeat;
  margin-right: 5px;
}
.Play-page main .content-left .count-box .count-left .like-count.active i {
  background: url(../images/videoResource/icon/icon6.svg);
  background-repeat: no-repeat;
}
.Play-page main .content-left .count-box .count-left .share {
  cursor: pointer;
}
.Play-page main .content-left .count-box .count-left .share i {
  margin-right: 5px;
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../images/videoResource/icon/icon13.svg);
  background-repeat: no-repeat;
}
.Play-page main .content-left .count-box .count-left .share:hover {
  color: #ff9100;
}
.Play-page main .content-left .count-box .count-left .share:hover i {
  background: url(../images/videoResource/icon/icon21.svg);
  background-repeat: no-repeat;
}
.Play-page main .content-left .count-box .count-right a {
  display: flex;
  align-items: center;
  color: #4e42c8;
}
.Play-page main .content-left .count-box .count-right a span + span {
  margin-left: 10px;
}
.Play-page main .content-left .count-box .count-right a span {
  margin-left: 7px;
}
.Play-page main .content-left .count-box .count-right a:hover {
  font-weight: bold;
}
.Play-page main .content-left .count-box .count-right img {
  width: 16px;
  height: 18px;
  margin-left: 20px;
  margin-right: 5px;
}
.Play-page main .content-left .other-box {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Play-page main .content-left .other-box p {
  margin-bottom: 10px;
}
.Play-page main .content-left .comment-box img {
  width: 50px;
}
.Play-page main .content-left .comment-box .total {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #282828;
  margin-bottom: 10px;
  text-align: left;
}
.Play-page main .content-left .comment-box .line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin-bottom: 30px;
}
.Play-page main .content-left .comment-box .comment-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.Play-page main .content-left .comment-box .comment-input .img-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.Play-page main .content-left .comment-box .comment-input .img-box img {
  width: 100%;
}
.Play-page main .content-left .comment-box .comment-input .input-box {
  height: 40px;
  width: calc(100% - 50px);
  border: 1px solid #dadada;
  position: relative;
  border-radius: 5px;
}
.Play-page main .content-left .comment-box .comment-input .input-box input {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  padding: 0 10px;
  padding-right: 50px;
  box-sizing: border-box;
}
.Play-page main .content-left .comment-box .comment-input .input-box img {
  position: absolute;
  top: 0;
  right: 10px;
  height: 38px;
  width: 24px;
}
.Play-page main .content-left .comment-box .comment-input .input-box.error {
  border: 1px solid red;
}
.Play-page main .content-left .comment-box .comment-list .comment-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .img-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .img-box img {
  width: 100%;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content {
  width: calc(100% - 50px);
  color: #666666;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content > p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 13px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content > p .comment_time {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content p.comment_text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .Reply-box {
  display: flex;
  margin-bottom: 20px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-input {
  display: none;
  margin-bottom: 20px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-input .input-box {
  width: calc(100% - 80px);
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-input .close_reply_box button {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-input .close_reply_box button img {
  height: 22px;
  width: 36px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-input.show {
  display: flex;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list-btn {
  display: inline-block;
  cursor: pointer;
  color: #4e42c8;
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 18px;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list-btn i {
  display: inline-block;
  height: 36px;
  float: left;
  width: 19px;
  background: url(../images/videoResource/icon/icon11.svg) center center no-repeat;
  margin-right: 10px;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list-btn.rotate i {
  transform: rotate(180deg);
  transition: transform 0.6s;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list-btn:hover {
  background-color: #e8edff;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list {
  display: none;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list .reply-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list .reply-item .reply-content {
  width: calc(100% - 50px);
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list .reply-item .reply-content .Reply-box {
  display: none;
}
.Play-page main .content-left .comment-box .comment-list .comment-item .comment-content .reply-list.show {
  display: block;
}
.Play-page main .content-right .player-list {
  padding-left: 10px;
  max-height: 550px;
  height: 60vh;
  overflow-y: auto;
  min-height: 200px;
}
.Play-page main .content-right .player-item {
  height: 74px;
  margin-bottom: 0;
}
.Play-page main .content-right .player-item .player-img {
  flex: 0 0 110px;
  width: 110px;
  height: 56px;
}
.Play-page main .content-right .player-item .player-img > img {
  width: 110px;
  height: 56px;
}
.Play-page main .content-right .player-item .player-img span {
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 18px;
}
.Play-page main .content-right .player-item .player-info .player-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.Play-page main .content-right .player-item .player-info .player-position {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.Play-page main .content-right .player-item .player-info .player-position .likeCount {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.Play-page main .content-right .player-item .player-info .player-position .likeCount span {
  display: none;
}
.Play-page main .content-right .player-item .player-info .player-position .likeCount img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.Play-page main .content-right .player-item.current {
  background-color: #faf7ff;
  display: none;
}
.dialog_share,
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none;
}
.dialog_share .dialog_box,
.dialog .dialog_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 360px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
}
.dialog_share .dialog_close,
.dialog .dialog_close {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 30px;
  right: 20px;
}
.dialog_share .dialog_close img,
.dialog .dialog_close img {
  width: 12px;
  height: 14px;
}
.dialog_share .dialog_title,
.dialog .dialog_title {
  font-size: 20px;
  line-height: 36px;
  color: #282828;
}
.dialog_share .dialog_content,
.dialog .dialog_content {
  font-size: 14px;
}
.dialog_share .dialog_content ul,
.dialog .dialog_content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.dialog_share .dialog_content ul .img-box,
.dialog .dialog_content ul .img-box {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.dialog_share .dialog_content ul li,
.dialog .dialog_content ul li {
  text-align: center;
  cursor: pointer;
}
.dialog_share .dialog_content .Facebook .img-box,
.dialog .dialog_content .Facebook .img-box {
  background-color: #0866ff;
}
.dialog_share .dialog_content .Facebook img,
.dialog .dialog_content .Facebook img {
  width: 30px;
  height: 30px;
}
.dialog_share .dialog_content .Facebook:hover .img-box,
.dialog .dialog_content .Facebook:hover .img-box {
  background-color: #024bc0;
}
.dialog_share .dialog_content .Twitter .img-box,
.dialog .dialog_content .Twitter .img-box {
  background-color: #000000;
}
.dialog_share .dialog_content .Twitter img,
.dialog .dialog_content .Twitter img {
  width: 24px;
  height: 22px;
}
.dialog_share .dialog_content .Twitter:hover .img-box,
.dialog .dialog_content .Twitter:hover .img-box {
  background-color: #424242;
}
.dialog_share .dialog_content .Weibo .img-box,
.dialog .dialog_content .Weibo .img-box {
  background-color: #d52c2b;
}
.dialog_share .dialog_content .Weibo img,
.dialog .dialog_content .Weibo img {
  width: 33px;
  height: 26px;
}
.dialog_share .dialog_content .Weibo:hover .img-box,
.dialog .dialog_content .Weibo:hover .img-box {
  background-color: #7c1313;
}
.dialog_share .dialog_content .weixin,
.dialog .dialog_content .weixin {
  width: 135px;
  font-size: 12px;
}
.dialog_share .dialog_content .weixin img,
.dialog .dialog_content .weixin img {
  width: 80px;
  height: 80px;
}
.dialog_share .dialog_content .share_link,
.dialog .dialog_content .share_link {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dadada;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.dialog_share .dialog_content .share_link button,
.dialog .dialog_content .share_link button {
  cursor: pointer;
  border: none;
  width: 60px;
  height: 30px;
  padding: 0 10px;
  background-color: #4e42c8;
  border-radius: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.dialog_share .dialog_content .share_link input,
.dialog .dialog_content .share_link input {
  margin: 0 12px 0 14px;
  width: 350px;
  border: none;
  outline: none;
}
.dialog_tips p {
  text-align: left;
  margin-top: 30px;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 40px;
}
.dialog_tips button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #0866ff;
  border: none;
  color: #ffffff;
  border-radius: 5px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .Play-page main {
    max-width: 1180px;
  }
  main {
    max-width: 1180px;
    min-width: 1100px;
    width: 1100px;
  }
  .content {
    max-width: 1180px;
    min-width: 1100px;
    width: 1100px;
  }
}
@media screen and (max-width: 1400px) {
  .List-page main .content .player-item {
    height: 110px;
  }
  .List-page main .content .player-item .player-img {
    height: 100px;
  }
  .List-page main .content .player-item .player-img > img {
    height: 100px;
  }
  .List-page main .content .player-item .player-info .player-title {
    height: 48px;
    line-height: 24px;
  }
  .List-page main .content .player-item .player-info .player-position {
    line-height: 24px;
  }
}
