/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  border: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix::after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  display: block;
}
.pointer {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html,
body {
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif !important;
  color: #000000;
  width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei', '微软雅黑';
}
.flex {
  display: flex;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
textarea {
  font: inherit;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}
/* 播放列表 */
.lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.lists .lists-item {
  height: 270px;
  background: #000028;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px -10px 10px -10px;
}
.lists .lists-item .OEM::before {
  background: url(../../img/common/OEM-Tips.png);
  background-size: 100% 100%;
  content: "OEM会员";
  width: 70px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
}
.lists .lists-item .lists-item-img {
  position: relative;
  height: 172px;
}
.lists .lists-item .lists-item-img .bg {
  width: 100%;
  height: 100%;
}
.lists .lists-item .lists-item-img .operate-lists {
  position: absolute;
  bottom: 0;
  height: 35px;
  left: 0px;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.lists .lists-item .lists-item-img .operate-lists li {
  height: 20px;
  float: left;
}
.lists .lists-item .lists-item-img .operate-lists li img {
  width: 16px;
  height: 16px;
  margin: 2px 8px 2px 10px;
}
.lists .lists-item .lists-item-img .operate-lists li span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin: 0 10px 0 0;
}
.lists .lists-item .lists-item-img h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  left: 10px;
  top: 28px;
  width: 80%;
  padding-left: 10px;
}
.lists .lists-item .lists-item-img h3::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8%;
  width: 2px;
  height: 84%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#00d7a0), to(#00bedc));
  background: linear-gradient(90deg, #00d7a0, #00bedc);
}
.lists .lists-item .lists-item-info {
  height: 98px;
  padding: 0 14px;
  background: linear-gradient(180deg, #323252 0%, #000028 100%);
  box-shadow: 1px 2px 2px 0px rgba(25, 25, 61, 0.48);
  position: relative;
  z-index: 2;
  transition: height 0.5s;
}
.lists .lists-item .lists-item-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  padding: 10px 0 0;
  height: 55px;
  position: relative;
  margin-bottom: 10px;
}
.lists .lists-item .lists-item-info p {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-shadow: 4px 8px 8px rgba(25, 25, 61, 0.48);
  margin: 0 0 10px;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  height: 144px;
}
.lists .lists-item .lists-item-info > div .tag {
  font-size: 12px;
  font-weight: 400;
  color: #00ffb9;
  line-height: 18px;
  min-width: 34px;
  text-align: center;
  float: left;
  border: 1px solid #00ffb9;
}
.lists .lists-item .lists-item-info > div .time {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  float: right;
}
.lists .lists-item .lists-item-info h6 {
  width: 276px;
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
}
.lists .lists-item .lists-item-info h6 span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  display: block;
  margin: 0 10px;
}
.lists .lists-item .lists-item-info h6 .tips {
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 38px;
  margin: 0;
  height: 20px;
  border-radius: 1px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #00ffb9;
  color: #00ffb9;
  float: left;
}
.lists .lists-item .lists-item-info h6 .free {
  height: 20px;
}
.lists::after {
  content: "";
  flex: auto;
}
@media screen and (min-width: 801px) {
  .lists-item:hover .lists-item-info {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
  }
  .lists-item:hover .lists-item-info .lists-item-info-tit {
    height: 65px;
    padding-top: 10px;
  }
  .lists-item:hover .lists-item-info h3 {
    position: relative;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 55px;
    height: auto;
  }
  .lists-item:hover .lists-item-info h3::before {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10%;
    width: 2px;
    height: 80%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#00d7a0), to(#00bedc));
    background: linear-gradient(90deg, #00d7a0, #00bedc);
  }
  .lists-item:hover .lists-item-info p {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
  }
  .lists-item:hover .lists-item-info > div {
    padding: 0 5px;
  }
}
.NoDate {
  text-align: center;
  width: 100%;
}
.NoDate img {
  width: 360px;
}
.NoDate p {
  text-align: center;
  font-size: 18px;
  color: #000028;
  margin-top: 20px;
}
.NoDate span {
  text-align: center;
  font-size: 12px;
  color: #a1a1b4;
  margin-top: 6px;
  display: block;
}
.singleLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moreLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.btn-primary-text {
  font-size: 14px;
  font-weight: 400;
  color: #008aa6;
  line-height: 28px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.btn-primary-text:hover,
.btn-primary-text:active {
  color: #008aa6;
  text-decoration: none;
}
.btn-primary {
  width: 146px;
  height: 42px;
  background: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  color: #000028;
  line-height: 42px;
}
.btn-primary:hover,
.btn-primary:active {
  color: #000028 !important;
  text-decoration: none;
  background: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
}
@media screen and (min-width: 801px) {
  .el-message-box {
    width: 445px;
    /* height: 240px; */
    background: linear-gradient(180deg, #272e59 0%, #11123a 100%);
    box-shadow: 5px 9px 12px 0px rgba(0, 0, 40, 0.32);
    border-radius: 0;
    border: 0;
    padding: 0 20px 50px 20px;
  }
  .el-message-box__message {
    margin-bottom: 20px;
  }
  .el-message-box__message > p {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
  }
  .el-message-box__message > div {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
  }
  .el-message-box__message > div h3 {
    margin-bottom: 16px;
  }
  .el-message-box__message > div span {
    font-size: 14px;
  }
  .el-message-box__btns {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .el-message-box__btns .el-button {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 132px;
    height: 34px;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .el-message-box__btns .el-button--primary {
    background-color: #00ffb9;
    color: #000028;
    border-color: #00ffb9;
  }
  .content {
    margin: 0 auto;
    width: 1200px;
  }
  .pc {
    display: block !important;
  }
  .pn {
    display: none !important;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  main {
    padding-top: 80px;
  }
  .bor-tab-lists li {
    min-width: 60px;
    height: 24px;
    border-radius: 18px;
    border: 1px solid #008aa6;
    text-align: center;
    padding: 0 10px;
    margin-right: 20px;
    line-height: 22px;
    color: #008aa6;
    display: inline-block;
    cursor: pointer;
  }
  .bor-tab-lists li.active {
    background: rgba(0, 204, 204, 0.12);
  }
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 80px;
    background: #000028;
    border-radius: 0;
    margin-bottom: 0;
  }
  .navbar .TopNavPC {
    height: 80px;
  }
  .navbar .TopNavPC .sie-logo {
    width: 120px;
    height: 20px;
    float: left;
    margin-top: 28px;
    margin-left: -15px;
  }
  .navbar .TopNavPC .nav.navbar-nav {
    padding: 12px 0;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
  }
  .navbar .TopNavPC .nav.navbar-nav li a {
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
    margin: 0 30px;
  }
  .navbar .TopNavPC .nav.navbar-nav li a:hover {
    background: none;
  }
  .navbar .TopNavPC .nav.navbar-nav .header-scoll {
    position: absolute;
    content: "";
    height: 4px;
    width: 36px;
    background: #009999;
    bottom: 0;
    left: 0;
    top: 60px;
    padding: 0;
    margin: 0 30px;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1.05);
  }
  .navbar .TopNavPC .navbar-right {
    float: right;
    padding: 24px 0;
    position: relative;
  }
  .navbar .TopNavPC .navbar-right:hover .nologin {
    display: block;
  }
  .navbar .TopNavPC .navbar-right .nologin {
    position: absolute;
    right: 0;
    padding-top: 20px;
    display: none;
  }
  .navbar .TopNavPC .navbar-right .user-part {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .navbar .TopNavPC .navbar-right .user-part .user-head {
    width: 30px;
    border-radius: 30px;
  }
  .navbar .TopNavPC .navbar-right .user-part h4 {
    color: #009999;
    font-size: 14px;
    width: 70px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 12px;
  }
  .navbar .TopNavPC .navbar-right .user-part .OEM-tips {
    background: url(../../img/common/sign-bg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 16px;
    padding: 0 6px;
    color: #00ffb9;
    font-size: 12px;
    border: 1px solid #009999;
    border-radius: 2px;
  }
  footer {
    width: 100%;
    background: linear-gradient(180deg, #0c0c3d 0%, #000028 100%);
    padding: 40px 0;
  }
  footer .container {
    display: flex;
    justify-content: center;
  }
  footer p {
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
  }
  footer p a,
  footer p span {
    color: #fff;
    margin-right: 30px;
  }
  .BottomBar {
    display: none;
  }
  .h3_title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000028;
    line-height: 28px;
    position: relative;
    padding-left: 22px;
    text-align: left;
  }
  .h3_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #009999;
  }
}
.user-main {
  background: #fff;
  width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.user-main::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-right: 100px;
  float: right;
  background: #252b56;
  transform: rotate(45deg);
  z-index: 0;
}
.user-main .user-top-box {
  background: url(../../img/common/We@2x.png);
  background-size: 100%;
  width: 100%;
  height: 95px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.user-main .user-top-box > a {
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #fff;
  top: 15px;
}
.user-main .user-top-box > a > i {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: bottom;
  font-size: -2px;
}
.user-main .user-top-box .header-img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
  float: left;
  margin-left: 10px;
  position: relative;
}
.user-main .user-top-box .header-img > img {
  width: 50px;
  height: 50px;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
}
.user-main .user-top-box .name {
  float: left;
  color: #fff;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 120px;
}
.user-main .user-top-box .name h4 {
  font-size: 16px;
  font-weight: bolder;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-main .user-top-box .name h4 a {
  color: #fff;
}
.user-main .user-top-box .name p {
  font-size: 12px;
}
.user-main .user-top-box .memeberIdentity {
  /* width: 64px; */
  /* height: 20px; */
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  /* margin-left: 30px; */
  /* margin-top: 5px; */
  color: #00ffb9;
  text-align: center;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  z-index: 2;
  background: url(../../img/common/identity-l.jpg) no-repeat center;
  background-size: 100% 100%;
}
.user-main .user-top-box .user-bottom {
  font-size: 0px;
  float: left;
}
.user-main .user-top-box .user-bottom .HeroBtn {
  font-size: 12px;
  padding: 5px 16px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 4px;
}
.user-main .user-top-box .user-bottom a {
  color: #00ffb9;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 30px;
  display: inline-block;
}
.user-main .user-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0 10px;
  width: 100%;
}
.user-main .user-ul li {
  width: 35%;
  height: 86px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.user-main .user-ul li:hover {
  background: #ebf0f4;
}
.user-main .user-ul li img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 16px;
}
.user-main .user-ul li p {
  font-size: 12px;
}
.user-main .logout {
  padding: 12px 20px;
  border-top: 1px solid #e5e5e9;
  width: 100%;
  text-align: right;
  font-size: 12px;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
}
.user-main .logout a {
  color: #000028;
  cursor: pointer;
}
.user-main .logout i {
  margin-right: 4px;
}
/*:hover > div {
    opacity: 1;
    padding-top: 44px;
    width: 370px;
    height: 360px;
}*/
/* 确认提示框公用 */
.confirm-active {
  padding: 42px 0 32px;
  width: 405px;
  min-height: 194px;
  background: linear-gradient(180deg, #272e59 0%, #11123a 100%);
  box-shadow: 5px 9px 12px 0px rgba(0, 0, 40, 0.32);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.confirm-active p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.confirm-active .confirm-active-btns {
  padding: 0 55px;
}
.confirm-active .btn {
  width: 132px;
  height: 34px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  line-height: 32px;
}
.confirm-active .btn.btn-confirm {
  border: 1px solid #00ffb9;
  color: #00ffb9;
  background: rgba(0, 153, 153, 0.15);
  float: left;
}
.confirm-active .btn.btn-cancel {
  border: 1px solid #fff;
  color: #fff;
  float: right;
}
/* dialog */
.modal-content {
  border: none;
}
.modal-dialog-centered {
  width: 740px;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media screen and (max-width: 800px) {
  .el-message-box {
    width: 80%;
    /* height: 240 * (@scale); */
    background: linear-gradient(180deg, #272e59 0%, #11123a 100%);
    box-shadow: 0.12077295rem 0.2173913rem 0.28985507rem 0rem rgba(0, 0, 40, 0.32);
    border-radius: 0;
    border: 0;
    padding-bottom: 0.96618357rem;
  }
  .el-message-box__message {
    margin-bottom: 0.48309179rem;
  }
  .el-message-box__message > p {
    font-size: 0.48309179rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.6763285rem;
    text-align: center;
  }
  .el-message-box__message > div {
    font-size: 0.48309179rem;
    color: #ffffff;
    line-height: 0.6763285rem;
  }
  .el-message-box__message > div h3 {
    margin-bottom: 0.24154589rem;
  }
  .el-message-box__message > div span {
    font-size: 0.33816425rem;
  }
  .el-message-box__btns {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .el-message-box__btns .el-button {
    background-color: transparent;
    color: #fff;
    font-size: 0.38647343rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 3.1884058rem;
    height: 0.82125604rem;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .el-message-box__btns .el-button--primary {
    background-color: #00ffb9;
    color: #000028;
    border-color: #00ffb9;
  }
  .pc {
    display: none !important;
  }
  .pn {
    display: block !important;
  }
  .pn-ib {
    display: inline-block !important;
  }
  .pc-ib {
    display: inline-block !important;
  }
  .navbar {
    height: 1.54589372rem;
    background: #000028;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .navbar .TopNavPC {
    height: 1.54589372rem;
    padding-right: 0.48309179rem;
    padding-left: 0.48309179rem;
  }
  .navbar .TopNavPC .navbar-nav,
  .navbar .TopNavPC .navbar-right {
    display: none;
  }
  .navbar .TopNavPC .sie-logo {
    width: 2.89855072rem;
    height: 0.48309179rem;
    margin-top: 0.53140097rem;
    display: block;
    margin-left: 0;
  }
  .lists .col-xs-6,
  .lists .col-md-3 {
    padding: 0.12077295rem;
  }
  .lists .lists-item {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .lists .lists-item .OEM::before {
    background: url(../../img/common/OEM-Tips.png);
    background-size: 100% 100%;
    content: "OEM会员";
    width: 1.32850242rem;
    height: 0.36231884rem;
    line-height: 0.36231884rem;
    font-size: 0.24154589rem;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
  }
  .lists .lists-item .lists-item-img {
    height: 2.56038647rem;
  }
  .lists .lists-item .lists-item-img h3 {
    font-size: 0.28985507rem;
    top: 0.24154589rem;
    line-height: 0.38647343rem;
  }
  .lists .lists-item .lists-item-img .operate-lists {
    height: 0.65217391rem;
    padding-top: 0;
  }
  .lists .lists-item .lists-item-img .operate-lists li {
    height: 0.65217391rem;
  }
  .lists .lists-item .lists-item-img .operate-lists li img {
    height: 0.41062802rem;
    margin: 0.09661836rem 0.07246377rem;
  }
  .lists .lists-item .lists-item-img .operate-lists li span {
    font-size: 0.28985507rem;
    margin: 0.09661836rem 0.07246377rem;
    margin-right: 0.41062802rem;
  }
  .lists .lists-item .lists-item-info {
    height: auto;
    padding: 0.14492754rem 0.24154589rem 0.31400966rem 0.24154589rem;
  }
  .lists .lists-item .lists-item-info h3 {
    font-size: 0.24154589rem;
    line-height: 0.38647343rem;
    padding: 0rem 0;
    margin-top: 0.14492754rem;
    font-weight: 400;
    height: 0.77294686rem;
    margin-bottom: 0.14492754rem;
  }
  .lists .lists-item .lists-item-info div .tag {
    font-size: 0.24154589rem;
    line-height: 0.36231884rem;
    min-width: 0.84541063rem;
  }
  .lists .lists-item .lists-item-info div .time {
    font-size: 0.24154589rem;
    line-height: 0.36231884rem;
  }
  .lists .lists-item .lists-item-info h6 {
    width: auto;
  }
  .lists .lists-item .lists-item-info h6 .tips {
    font-size: 0.43478261rem;
    line-height: 0.6763285rem;
    height: 0.72463768rem;
    min-width: 1.32850242rem;
    width: 1.32850242rem;
  }
  .lists .lists-item .lists-item-info h6 span {
    font-size: 0.48309179rem;
    margin: 0;
    line-height: 0.6763285rem;
  }
  .lists .lists-item .lists-item-info h6 .free {
    height: 0.72463768rem;
  }
  .lists:hover .lists-item .lists-item-info {
    position: relative;
  }
  .lists:hover .lists-item .lists-item-info p {
    display: none;
  }
  .bor-tab-lists li {
    min-width: 1.44927536rem;
    height: 0.48309179rem;
    border-radius: 0.43478261rem;
    border: 0.02415459rem solid #008aa6;
    text-align: center;
    padding: 0 0.24154589rem;
    margin-right: 0.19323671rem;
    line-height: 0.48309179rem;
    color: #008aa6;
    font-size: 0.28985507rem;
    display: inline-block;
    cursor: pointer;
  }
  .bor-tab-lists li.active {
    background: rgba(0, 204, 204, 0.12);
  }
  footer {
    display: none;
  }
  /* 底栏 */
  .BottomBar {
    height: 1.54589372rem;
    background: #000028;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.28985507rem 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
  .BottomBar a {
    display: block;
    text-align: center;
    width: 25%;
  }
  .BottomBar a i {
    color: #fff;
    display: block;
    font-size: 0.60386473rem;
    font-style: normal;
    padding: 0.07246377rem 0;
  }
  .BottomBar a img {
    width: 0.96618357rem;
    padding: 0 0 0.09661836rem 0;
  }
  .BottomBar a p {
    color: #fff;
    font-size: 0.24154589rem;
    display: block;
  }
  .BottomBar .click i {
    color: #00ffb9;
    -webkit-animation-name: click;
    animation-name: click;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform-origin: 100% 0;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1.05);
  }
  .BottomBar .click p {
    color: #00ffb9;
  }
  .h3_title {
    font-size: 0.43478261rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.6763285rem;
    position: relative;
    padding-left: 0.50724638rem;
    text-align: left;
  }
  .h3_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4%;
    width: 0.09661836rem;
    height: 92%;
    background: #009999;
  }
  main {
    padding-top: 1.54589372rem;
    padding-bottom: 1.54589372rem;
  }
  .NoDate {
    text-align: center;
    width: 100%;
  }
  .NoDate img {
    width: 80%;
  }
  .fix-bar {
    display: none;
  }
}
.el-pagination {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #009999;
  color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #009999;
}
[v-cloak] {
  display: none !important;
}
.van-overlay {
  z-index: 10000 !important;
}
.fix-bar {
  position: fixed;
  right: 66px;
  top: 240px;
  z-index: 9999;
}
.fix-bar .bar-link {
  background: url("../../img/common/fixed-bg.png") no-repeat;
  background-size: 100%;
  width: 62px;
  padding: 14px 0;
  margin-bottom: 15px;
}
.fix-bar .bar-link a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  display: block;
  cursor: pointer;
}
.fix-bar .bar-link a:hover,
.fix-bar .bar-link a.active {
  color: #00ffb9;
  text-decoration: none;
}
.fix-bar .bar-link:hover .fix-bar-code-box {
  display: block;
}
.fix-bar button {
  width: 62px;
  height: 36px;
  text-align: center;
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
}
.fix-bar button img {
  width: 24px;
  height: 24px;
}
