html, body {

  width: 100%;

  height: 100%;

  padding: 0;

  margin: 0;

}



ul, li {

  list-style: none;

}



a {

  color: #000000;

  text-decoration: none;

}



/* #region flex */

.flex {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.flex-sa {

  justify-content: space-around;

}



.flex-center {

  justify-content: center;

}





.flex-start {

  justify-content: flex-start;

}



.flex-column {

  flex-direction: column;

}



.flex-wrap {

  flex-wrap: wrap;

}



.flex-auto {

  flex: auto;

}



/* #endregion */



/* #region float */

.float-l {

  float: left;

}



.float-r {

  float: right;

}



.clearfix::after {

  content: "";

  display: block;

  clear: both;

  visibility: hidden;

  height: 0

}



.clearfix {

  zoom: 1

}



/* #endregion */





/* #region padding & margin */

.box-sizing {

  box-sizing: border-box;

}



.m0 {

  margin: 0 !important;

}



.mt0 {

  margin-top: 0 !important;

}



.mt5 {

  margin-top: 5px !important;

}



.mt10 {

  margin-top: 10px !important;

}



.mt15 {

  margin-top: 15px !important;

}



.mt20 {

  margin-top: 20px !important;

}



.ml0 {

  margin-left: 0 !important;

}



.ml5 {

  margin-left: 5px !important;

}



.ml10 {

  margin-left: 10px !important;

}



.ml15 {

  margin-left: 15px !important;

}



.ml20 {

  margin-left: 20px !important;

}



.mr0 {

  margin-right: 0 !important;

}



.mr5 {

  margin-right: 5px !important;

}



.mr10 {

  margin-right: 10px !important;

}



.mr15 {

  margin-right: 15px !important;

}



.mr20 {

  margin-right: 20px !important;

}



.mb0 {

  margin-bottom: 0 !important;

}



.mb5 {

  margin-bottom: 5px !important;

}



.mb10 {

  margin-bottom: 10px !important;

}



.mb15 {

  margin-bottom: 15px !important;

}



.mb20 {

  margin-bottom: 20px !important;

}



.p0 {

  padding: 0 !important;

}



.pt5 {

  padding-top: 5px !important;

}



.pt10 {

  padding-top: 10px !important;

}



.pt15 {

  padding-top: 15px !important;

}



.pt20 {

  padding-top: 20px !important;

}



.pl5 {

  padding-left: 5px !important;

}



.pl10 {

  padding-left: 10px !important;

}



.pl15 {

  padding-left: 15px !important;

}



.pl20 {

  padding-left: 20px !important;

}



.pr5 {

  padding-right: 5px !important;

}



.pr10 {

  padding-right: 10px !important;

}



.pr15 {

  padding-right: 15px !important;

}



.pr20 {

  padding-right: 20px !important;

}



.pb5 {

  padding-bottom: 5px !important;

}



.pb10 {

  padding-bottom: 10px !important;

}



.pb15 {

  padding-bottom: 15px !important;

}



.pb20 {

  padding-bottom: 20px !important;

}



/* #endregion */



/* #region other style */



.w100 {

  width: 100%;

}



/* #endregion */



.hidden_txt {

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-all;

}



.hidden_txt_2 {

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-all;

}



.hidden {

  display: none;

}



.show {

  display: inline-block;

}



/* #region footer */

.footer .copy_right {

  box-sizing: border-box;

  padding: 15rem;

  font-size: 14rem;

  font-weight: 400;

  text-align: center;

  color: #828282;

}



.footer .copy_right_play_name {

  font-size: 20rem;

  font-weight: 500;

}



.footer .copy_right_play_url {

  color: #828282;

}



.footer .service_content {

  margin-top: 6rem;

  font-size: 12rem;

}



.footer .service_content .partition_line {

  margin: 0 4rem;

}



.footer .copy_right_play_info {

  color: #828282;

}



/* #endregion */

html, body {
    background: #3d3d3d;
    font-size:1.0px !important;
}
.header,.container,.popup{
    position: relative;
    left:50% !important;
    max-width:675px;
    transform: translateX(-50%);
}
.container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon ,.container .main .other_play .play_list .play_item_box .play_item .play_img {
    max-height: 200px;
}
.container .main .hot_play .play_list .play_item .play_info .play_icon {
    max-height: 317.5px;
}