@charset "utf-8";
@import url(../../lib/layui/css/layui.css);
/* * {
    margin     : 0px;
    padding    : 0px;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
html {
    width     : 100%;
    height    : 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    width     : 100%;
    min-height: 100%;
} */
.login-bg {
  background: #eeeeee url() 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}

.form-wrap {
  background: #f8f8f8;
  margin-top: 15px;
}

.login {
  margin: 120px auto 0 auto;
  min-height: 420px;
  max-width: 420px;
  padding: 40px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  /* overflow-x   : hidden; */
  box-sizing: border-box;
}

.login a.logo {
  display: block;
  height: 58px;
  width: 167px;
  margin: 0 auto 30px auto;
  background-size: 167px 42px;
}

.login .message {
  margin: 10px 0 0 0;
  padding: 18px 10px 18px 60px;
  background: #0dc316;
  position: relative;
  color: #fff;
  font-size: 16px;
}

.login #darkbannerwrap {
  /*    background: url(../images/aiwrap.png);
*/
  width: 18px;
  height: 10px;
  margin: 0 0 20px -58px;
  position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
select {
  border: 1px solid #DCDEE0;
  vertical-align: middle;
  border-radius: 3px;
  height: 50px;
  padding: 0px 16px;
  font-size: 14px;
  color: #555555;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
select:focus {
  border: 1px solid #27A9E3;
}

.login input[type=submit],
.login input[type=button] {
  display: inline-block;
  padding: 12px 24px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-color: #189F92;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
}

.login hr {
  background: #fff url() 0 0 no-repeat;
}

.login hr.hr15 {
  height: 15px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.login hr.hr20 {
  height: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.x-body {
  padding: 20px;
}

.x-nav {
  padding: 0 20px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
  line-height: 39px;
  height: 39px;
  overflow: hidden;
}

xblock {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 6px;
  padding-right: 15px;
  line-height: 22px;
  /* border-left  : 5px solid #15c142; */
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}

.x-right {
  float: right;
}

.x-so {
  /*text-align: center;*/
  /*background: #f2f2f2 url() 0 0 no-repeat;*/
  margin-bottom: 20px;
}

.x-so input.layui-input {
  width: 150px;
}

.x-so .layui-form-label {
  display: inline-block;
}

.x-so input.layui-input,
.x-so input.layui-btn {
  display: inline-block;
}

.x-red {
  color: red;
}

.x-a {
  color: #099641;
}

.x-a:hover {
  color: #077e37;
}

.x-sort {
  height: 30px;
}

.x-show {
  cursor: pointer;
}

.layui-form-switch {
  margin-top: 0px;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: #15c142 !important;
}

.page {
  margin-top: 20px;
  text-align: center;
}

.page a {
  display: inline-block;
  background: #f5f5f5;
  color: #888;
  padding: 10px 13px;
  min-width: 15px;
  transition: background-color ease 0.5s;
  font-family: "microsoft yahei";
  border-radius: 3px;
}

.page span {
  display: inline-block;
  padding: 10px 10px;
  min-width: 15px;
}

.page span.current {
  display: inline-block;
  background: #15c142 url() 0 0 no-repeat;
  color: #fff;
  padding: 10px 13px;
  min-width: 15px;
  border-radius: 3px;
}

.page .pagination li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.page .pagination li.active span {
  background: #15c142 url() 0 0 no-repeat;
  color: #fff;
}

/*登录样式*/
/*头部*/
.header .container {
  width: 100%;
  height: 55px;
  background-color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.header .container .logo a {
  float: left;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  line-height: 50px;
  width: 200px;
  transition: background-color ease 0.3s;
}

.header .container .right {
  background-color: rgba(0, 0, 0, 0);
  float: right;
  transition: background-color ease 0.3s;
}

.header .container .left_open {
  height: 55px;
  float: left;
}

.header .container .left_open i {
  display: block;
  background: rgba(255, 255, 255, 0.1) url() 0 0 no-repeat;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color ease 0.3s;
}

.header .container .left_open i:hover {
  background: rgba(255, 255, 255, 0.3) url() 0 0 no-repeat;
}

.header .container .left {
  background-color: rgba(0, 0, 0, 0);
  float: left;
}

.header .container .layui-nav-item {
  line-height: 50px;
}

.header .container .layui-nav-more {
  top: 25px;
}

.header .container .layui-nav-child {
  top: 50px;
}

.header .container .layui-nav-child i {
  margin-right: 10px;
}

.layui-nav .layui-nav-item a {
  color: #ccc;
  cursor: pointer;
}

.layui-nav .layui-nav-item>a:hover {
  color: #fff;
  cursor: pointer;
}

.layui-nav .layui-nav-child a {
  color: #333;
  cursor: pointer;
}

.left-nav {
  position: absolute;
  top: 51px;
  bottom: 0px;
  left: 0;
  z-index: 2;
  padding-top: 10px;
  background-color: #222324;
  width: 220px;
  max-width: 220px;
  overflow: hidden;
  border-right: 1px solid #131e26;
  /*width: 0px;*/
}

.left-nav #nav>li {
  line-height: 30px;
  border-left: 4px solid #222324;
  transition: background-color ease 0.3s;
}

.left-nav #nav>li:hover {
  background: #181818;
  border-left: 4px solid #42b8f1;
}

.left-nav #nav>li.open {
  border-left: 4px solid #42b8f1;
  background: #181818;
}

.left-nav #nav li a:hover {
  color: white;
}

.left-nav #nav .current {
  background: #41b8f0;
}

.left-nav #nav li a {
  font-size: 14px;
  padding: 12px 15px 12px 20px;
  display: block;
  cursor: pointer;
  color: #8e8e8e;
  transition: background-color ease 0.3s;
}

.left-nav #nav li a cite {
  font-size: 14px;
}

.left-nav #nav li .sub-menu {
  display: none;
}

.left-nav #nav li .opened {
  display: block;
  background: #454648;
}

.left-nav #nav li .sub-menu li {
  background: #181818;
  transition: background-color ease 0.3s
    /*color     : blue;*/
    /*background: #fff url() 0 0 no-repeat;*/
  ;
}

.left-nav #nav li .sub-menu li:hover {
  background: #303235;
  /*color     : blue;*/
  /*background: #fff url() 0 0 no-repeat;*/
}

.left-nav #nav li .sub-menu li a {
  padding: 10px 15px 10px 30px;
  font-size: 14px;
  cursor: pointer;
  color: #8e8e8e;
}

.left-nav #nav li .sub-menu li .sub-menu li a {
  padding-left: 45px;
}

/*点击当前菜单显示效果*/
.menu-current {
  background: #282b33 !important;
}

.menu-current>a {
  color: #fff !important;
}

.left-nav #nav li .sub-menu li a:hover {
  color: #fff;
}

.left-nav #nav li .sub-menu li a i {
  font-size: 12px;
}

.left-nav #nav li a i {
  padding-right: 10px;
  padding-top: 8px;
  line-height: 14px;
}

.left-nav #nav li .nav_right {
  float: right;
  font-size: 16px;
}

.page a:hover {
  color: #fff;
  background: #969696;
}

.x-slide_left {
  width: 17px;
  height: 61px;
  background: url(../images/icon.png) 0 0 no-repeat;
  position: absolute;
  top: 200px;
  left: 221px;
  cursor: pointer;
  z-index: 3;
}

.page-content {
  position: absolute;
  top: 51px;
  right: 0;
  bottom: 0px;
  left: 221px;
  overflow: hidden;
  z-index: 1;
}

.page-content-bg {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 42px;
  left: 221px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 100;
  display: none;
}

.page-content .tab {
  height: 100%;
  width: 100%;
  background: #EFEEF0 url() 0 0 no-repeat;
  margin: 0px;
}

.page-content .layui-tab-title {
  /*padding-top: 5px;*/
  height: 35px;
  background: #EFEEF0 url() 0 0 no-repeat;
  position: relative;
  z-index: 100;
}

.page-content .layui-tab-title li.home i {
  padding-right: 5px;
}

.page-content .layui-tab-title li.home .layui-tab-close {
  display: none;
}

.page-content .layui-tab-title li {
  line-height: 35px;
}

.page-content .layui-tab-title .layui-this:after {
  height: 36px;
}

.page-content .layui-tab-title li .layui-tab-close {
  border-radius: 50%;
}

.page-content .layui-tab-title .layui-this {
  background: #fff url() 0 0 no-repeat;
}

.page-content .layui-tab-bar {
  height: 34px;
  line-height: 35px;
}

.page-content .layui-tab-content {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 100%;
  background: #fff url() 0 0 no-repeat;
  padding: 0px;
  overflow: hidden;
}

.page-content .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
}

.page-content .layui-tab-content .layui-tab-item iframe {
  width: 100%;
  height: 100%;
}

.x-admin-carousel,
.layui-carousel,
.x-admin-carousel>[carousel-item]>* {
  background-color: #fff;
}

.x-admin-backlog .x-admin-backlog-body {
  display: block;
  padding: 10px 15px;
  background-color: #f8f8f8;
  color: #999;
  border-radius: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.x-admin-backlog-body h3 {
  padding-bottom: 10px;
  font-size: 12px;
}

.x-admin-backlog-body p cite {
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
  color: #169f1d;
}

.x-admin-backlog-body:hover {
  background-color: #CFCFCF;
  color: #888;
}

.welcome-footer {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  color: #666;
  font-weight: 300;
}

body .layui-layout-admin .footer-demo {
  height: auto;
  padding: 15px 0;
  line-height: 26px;
}

.welcome-footer a {
  padding: 0 5px;
}

table th,
table td {
  word-break: break-all;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #323436;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 41px;
  color: #666;
  /*padding-left  : 10px;*/
}

.footer .copyright {
  margin-left: 10px;
}

.navbar {
  margin-bottom: 0;
}

/* 个人中心 */
.main {
  margin-bottom: 40px;
}

.layui-nav.layui-nav-tree {
  max-width: 100%;
}

.layui-nav.layui-nav-tree .layui-this a {
  border-color: transparent !important;
  background: #ff253a;
  background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
  background: -webkit-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
  background: linear-gradient(135deg, #ff253a 0%, #ff8453 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff253a', endColorstr='#ff8453', GradientType=1);
}

.layui-nav.layui-nav-tree .layui-nav-bar {
  background: #ff253a;
}

.user-form .layui-form-label {
  width: 110px;
  color: #333;
  font-size: 13px;
}

.user-form .head-input img {
  display: block;
  width: 120px;
  margin: 10px 20px;
}

.user-form .layui-disabled {
  color: #999 !important;
}

header .layui-nav .layui-this>a:after {
  height: 2px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fafafa;
  box-shadow: #eee 0 0 5px;
  z-index: 10;
}

header h1 {
  margin: 0;
  padding-left: 15px;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

header h1 a,
header h1 img {
  display: block;
  max-height: 30px;
}

header nav {
  padding: 0.5rem 0;
}

header .layui-nav {
  background: none;
  color: #000;
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  margin-right: 30px;
}

header .layui-nav .layui-nav-bar {
  display: none;
}

header .layui-nav .layui-nav-more {
  right: -12px;
  width: 12px;
  height: 100%;
  top: 0;
  margin-top: 0 !important;
  transform: none !important;
  border: none;
}

header .layui-nav .layui-nav-more:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #ff516b transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 6px;
  border-top-color: #ff516b;
}

header .layui-nav .layui-nav-item {
  padding: 0 12px;
}

header .layui-nav .layui-nav-item>a {
  color: #000;
  padding: 0 6px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

header .layui-nav .layui-nav-item>a:after {
  height: 3px;
}

header .layui-nav .layui-nav-item.layui-this>a,
header .layui-nav .layui-nav-item a:hover {
  color: #ff516b;
}

header .layui-nav .layui-nav-item.layui-this>a .layui-nav-more,
header .layui-nav .layui-nav-item a:hover .layui-nav-more {
  margin-top: -9px;
  transform: rotate(180deg);
}

header .layui-nav .layui-nav-item dl {
  border: none;
  top: 45px;
  min-width: 90px;
}

header .layui-nav .layui-nav-item dl dd {
  margin-bottom: 0;
}

header .layui-nav .layui-nav-item dl dd a {
  text-align: center;
}

header .layui-nav .layui-nav-item .layui-this,
header .layui-nav .layui-nav-item .layui-this a {
  background: #ff516b !important;
  color: #fff;
}

header .layui-nav .layui-nav-item:hover .layui-nav-more:after {
  transform: rotate(180deg);
  margin-top: -9px;
}

header form input,
header form button {
  height: 40px !important;
  outline: none;
  box-shadow: none !important;
}

header #signIn {
  margin-top: 0.5rem;
  height: 40px;
  line-height: 26px;
}

header #feach {
  margin-right: 0;
  padding: 0.5rem 0;
}

header #feach img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
}

header #feach dd a {
  text-align: left;
}

.navbar-toggler {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.single-video-info-content {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}

.single-video-info-content>div {
  margin-bottom: 15px;
}

.hot-list .main-title h6 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.hot-list .main-title a {
  color: #fff;
  line-height: 40px;
}

.hot-list .main-title a i {
  font-size: 14px;
}

.hot-list .main-title a:hover {
  opacity: 0.7;
}

.hot-list ul li {
  margin-top: 8px;
  line-height: 1.5;
}

.hot-list ul li a {
  display: block;
  color: #666;
}

.hot-list ul li a span {
  color: #999;
  display: inline-block;
}

.hot-list ul li a span i {
  margin: 0 5px;
}

.hot-list ul li:hover a {
  color: #ff516b;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-left: 0;
}

.search-box {
  position: relative;
}

.search-box select,
.search-box .layui-select-title {
  background: none !important;
  outline: none !important;
  border: 0 !important;
  padding: 0;
  box-shadow: none !important;
  border-right: #dcdfdf 1px solid !important;
  position: absolute;
  width: 60px;
  height: 40px;
  line-height: 40px;
  left: 0;
}

.search-box select .layui-edge,
.search-box .layui-select-title .layui-edge {
  right: 5px;
}

.search-box select input,
.search-box .layui-select-title input {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  border: none;
}

.search-box dl dd {
  margin-bottom: 0;
}

.search-box select {
  opacity: 0;
}

.search-box input {
  padding-left: 60px;
}

.user-head {
  padding: 30px 0;
  background: #fff;
}

.user-head .container {
  position: relative;
}

.user-head .user-img {
  margin-bottom: 20px;
}

.user-head .user-img img {
  width: 130px;
  height: 130px;
}

.user-head .user-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.user-head h1 {
  font-size: 26px;
}

.user-head h1 i {
  font-size: 20px;
  vertical-align: middle;
}

.user-head h1 .fa-mars {
  color: #4EBBF9;
}

.user-head h1 .fa-venus {
  color: #F581B1;
}

.user-head p {
  font-size: 14px;
}

.user-head p span:first-of-type {
  color: #ff516b;
}

.user-head p i {
  margin-left: 15px;
  color: #999;
}

.ranking-list ul li {
  min-height: 40px;
  padding: 0 10px 0 45px;
  position: relative;
}

.ranking-list ul li .layui-circle {
  width: 40px;
  height: 40px;
  float: left;
}

.ranking-list ul li dl {
  margin-left: 60px;
}

.ranking-list ul li dl dt a {
  display: block;
  font-size: 14px;
}

.ranking-list ul li dl dd span {
  display: inline-block;
  margin-right: 20px;
}

.ranking-list ul li i {
  color: #ff516b;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: red;
  opacity: 0.85;
}

.ranking-list ul li:first-of-type i::before {
  content: 'Ⅰ';
  opacity: 1;
  font-size: 26px;
}

.ranking-list ul li:nth-of-type(2) i::before {
  content: 'Ⅱ';
  opacity: 0.95;
  font-size: 24px;
}

.ranking-list ul li:nth-of-type(3) i::before {
  content: 'Ⅲ';
  opacity: 0.9;
  font-size: 22px;
}

.video-block .col-md-8>.row {
  margin-right: 5px;
}

.video-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tl ul li {
  clear: both;
  padding: 12px 5px;
  border-bottom: 1px dashed #EEEEEE;
}

.tl ul li .thdpp-cont {
  margin-left: 60px;
  padding-right: 60px;
}

.tl ul li .thd-ico {
  margin-right: -60px;
}

.tl ul li .tl-pay {
  border: #fd5f56 2px solid;
}

.tl ul li .tl-pay:after {
  content: '';
  border-top: 15px solid transparent;
  border-right: 15px solid #fd5f56;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tl ul li .tl-pay::before {
  content: '￥';
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 1;
  transform: scale(0.8);
}

.tl ul li:hover {
  background: #eee;
}

.new-icon {
  background: #ff516b;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  border-radius: 5px;
  vertical-align: middle;
}

.video-card-image img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.index-banner #banner {
  height: 300px !important;
  overflow: hidden;
}

.index-banner .item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-banner .item a {
  height: 100%;
  display: block;
}

.index-banner .item img {
  display: none;
  width: 100%;
}

button:focus {
  outline: none !important;
}

.fast-links-box .card-body-icon {
  color: #fff;
}

.fast-links-box .card {
  border-radius: 5px;
}

.fast-links-box .card b {
  color: #fff;
}

.fast-links-box .card:hover {
  box-shadow: #9165E0 0 0 10px;
}

.fast-links-box .col-xl-3:nth-of-type(2) .card:hover {
  box-shadow: #2ACBE5 0 0 10px;
}

.fast-links-box .col-xl-3:nth-of-type(3) .card:hover {
  box-shadow: #52DDB0 0 0 10px;
}

.fast-links-box .col-xl-3:nth-of-type(4) .card:hover {
  box-shadow: #FF5246 0 0 10px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #ff516b;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border-color: #ff516b;
}

.layui-tab .layui-tab-title li {
  padding: 0 10px;
}

.layui-tab .layui-tab-content {
  padding: 0;
  overflow: hidden;
}

.layui-tab .layui-tab-content li {
  margin-bottom: 5px;
  position: relative;
}

.layui-tab .layui-tab-content li .ding {
  color: #ff516b;
}

.layui-tab .layui-tab-content li a {
  font-size: 14px;
  color: #666;
  display: block;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}

.layui-tab .layui-tab-content li:hover a {
  color: #ff516b;
  text-indent: 5px;
}

.index-news-list .layui-tab-item ul li {
  padding-right: 110px;
}

.index-news-list .layui-tab-item ul li .swtime {
  position: absolute;
  right: 0;
  top: 0;
}

.index-news-list .layui-tab-item ul li.hot {
  background-color: #ff2a3b;
  /*-2022-07-30
  height: 30px;
  line-height: 30px;
  */
  border-radius: 3px;
  color: #fff;
}

.index-news-list .layui-tab-item ul li.hot a {
  color: #fff;
}

.index-news-list .layui-tab-item ul li.hot a .ding {
  color: #fef102;
}

.index-news-list .layui-tab-item ul li.hot .swtime {
  right: 5px;
}

.title {
  height: 38px;
  line-height: 38px;
}

.title h3 {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0;
}

.title h3 i {
  color: #ff516b;
  font-weight: bold;
}

.title a {
  color: #666;
}

.title a i {
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  top: -2px;
}

.title a:hover {
  color: #ff516b;
}

.course-box .video-card {
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.course-box .video-card:hover {
  box-shadow: #ddd 0 0 10px;
  transform: translateY(-5px);
}

.course-box .learn_first {
  height: calc(100% - 15px);
}

.course-box .learn_first img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.course-box .video-card-body h4 a {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-box .video-card-body h4 a:hover {
  color: #ff516b;
}

.links-box {
  margin-bottom: 40px;
}

.links-box .links {
  padding: 6px 10px;
}

.links-box .links ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}

.links-box .links ul li a {
  display: block;
  color: #666;
}

.links-box .links ul li:hover a {
  color: #ff516b;
}

.section-padding {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.raise-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.raise-box .layui-progress {
  margin: 15px 0;
}

.raise-box span {
  margin-left: 5px;
}

.adblock {
  padding: 0 !important;
}

.adblock img {
  width: 100%;
  display: block;
}

.layui-layer {
  max-width: 100vw;
}

.pay-pupop {
  max-width: 100%;
}

.pay-pupop .card {
  padding: 20px 30px;
  box-sizing: border-box;
  color: #666;
}

.pay-pupop .card-body {
  min-height: 260px;
  align-self: center;
  align-items: center;
  display: flex;
}

.pay-pupop h5:first-child {
  color: #ff516b;
}

.pay-pupop h5 {
  font-weight: bold;
  color: #666;
}

.pay-pupop h5 strong {
  font-size: 46px;
  color: #ff516b;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

.pay-pupop p {
  line-height: 1.8;
}

.open-raise-pupop {
  max-width: 100%;
}

.open-raise-pupop .card {
  padding: 20px 30px;
  box-sizing: border-box;
  color: #666;
}

.open-withdrawal-pupop {
  max-width: 100%;
}

.open-withdrawal-pupop .card {
  padding: 20px 30px;
  box-sizing: border-box;
  color: #333;
}

.open-withdrawal-pupop .card h6 {
  font-size: 16px;
  line-height: 2;
}

.open-withdrawal-pupop .card h6 span,
.open-withdrawal-pupop .card h6 strong {
  color: #ff516b;
}

.open-withdrawal-pupop .card h6 strong {
  font-size: 22px;
}

.layui-layer-btn .layui-layer-btn0 {
  color: #fff !important;
}

.layui-elem-field legend {
  width: auto;
}

.total-like i {
  color: #ff516b;
}

.total-like:hover i {
  color: #fff;
}

#send {
  width: 55%;
}

#send .float-left {
  width: calc(100% - 58px);
}

#send+.float-right {
  padding-top: 10px;
}

#send+.float-right .layui-form-switch {
  width: 46px;
}

#send+.float-right .layui-form-onswitch i {
  left: 25px;
}

#send+.float-right>* {
  vertical-align: middle;
  margin-bottom: 0;
}

.expression-icon {
  cursor: pointer;
  margin-right: 15px;
  padding-left: 22px;
  background: url(/image/img/lk88.png) 0 center no-repeat;
}

.reviews-members .media .media-body img {
  width: auto;
  height: auto;
  border-radius: 0;
  max-width: 100%;
  display: inline-block;
}

#fromTime {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

#fromTime em {
  color: #ff516b;
  font-style: normal;
  margin: 0 5px;
}

.classtabimg img {
  height: auto !important;
  max-width: 100% !important;
}

#player-container-id,
.open-member {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.open-member {
  background: #ddd url(/image/img/video_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.open-member .video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.open-member .video-poster .video-head {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.open-member .video-poster .video-head h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: seashell;
}

.open-member .video-poster .video-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  display: flex;
  color: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 48px;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
}

.open-member .video-poster .video-bottom i {
  font-size: 24px;
  color: #FF5722;
}

.open-member .video-poster .video-bottom a {
  color: #fff;
}

#player-container-id2 {
  display: none;
  width: 100%;
  padding-top: 56.2%;
  height: 100%;
}

.layer-alert-video {
  width: 800px;
  background: transparent;
  padding: 1px;
  min-width: 800px;
  max-width: 100%;
}

.layui-layer-loading2 {
  margin: 0 auto;
}

.reviews-members-body img {
  max-width: 40% !important;
}

@media screen and (max-width: 1023px) {
  header form.form-inline {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fast-add {
    display: none;
  }

  .layui-nav .to-index {
    display: none;
  }

  .header .container .logo a {
    width: 140px;
  }

  .left-nav {
    left: -221px;
  }

  .page-content {
    left: 0px;
  }

  .page-content .layui-tab-content .layui-tab-item {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .x-so input.layui-input {
    width: 100%;
    margin: 10px;
  }

  .layui-nav.layui-nav-tree {
    width: 100%;
  }

  .layui-word-aux {
    text-align: right;
  }

  .navbar-toggler {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 13px;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
  }

  header form.form-inline {
    display: block;
    margin-right: 0 !important;
    width: 100%;
    margin-top: 15px !important;
  }

  header form.form-inline .form-control {
    width: calc(100% - 80px) !important;
    float: left;
  }

  header form.form-inline button {
    margin: 0 !important;
    float: right;
  }

  header nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    background: #fff;
    border-bottom: 5px solid #ff516b;
    padding: 15px;
    z-index: 2;
  }

  header nav .layui-nav {
    width: 100%;
    margin-right: 0;
  }

  header nav .layui-nav .layui-nav-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  header nav .layui-nav .layui-nav-item .layui-nav-more {
    right: 0;
  }

  header nav .layui-nav .layui-nav-item dl {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none !important;
    background: #eee;
    transition: all 0s;
    animation-duration: 0s;
  }

  header nav .layui-nav .layui-nav-item dl dd a {
    text-align: left;
  }

  .video-block .col-md-8>.box {
    margin-right: -15px;
  }

  .ranking-list {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .tl .thdpp-cont {
    margin-left: 60px;
  }

  .tl .thdpp-cont a.xst {
    width: 100%;
    float: none;
    display: block;
  }

  .tl .thdpp-cont img {
    display: inline-block;
  }

  .tl .thdpp-cont .thd-ico {
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }

  .tl .thdpp-cont .thd-sinfo {
    display: block;
  }

  .index-banner #banner {
    height: 175px !important;
  }
}

@media screen and (max-width: 460px) {
  .index-banner #banner {
    height: 115px !important;
  }

  .index-banner .item {
    background-size: 120% auto;
  }

  .open-member .video-poster .video-bottom {
    display: none;
  }

  .open-member .video-poster .video-head h3 {
    font-size: 18px;
  }
}

.search-radio-box .layui-form-radio {
  margin: 0;
  display: block;
  line-height: 20px;
}

.search-radio-box .layui-form-radio>i {
  font-size: 18px;
}

/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*火狐*/
input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 460px) {
  #jump label {
    display: none;
  }
}

header #feach img {
  border-radius: 5px;
}

#feach .layui-badge {
  top: -5px;
  margin: 0;
  padding: 0;
  left: 35px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 100%;
  transform: scale(0.9, 0.9);
}

.user-head .user-btn {
  position: relative;
}
/* 8/10 */
#owl-circle .owl-item {
  padding: 10px;
}
#owl-circle.circle-index-list-box .owl-item .item:hover .user-info {
  border-color: #e8198b;
}
#owl-circle.circle-index-list-box .circle-img {
  float: none;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -50px;
}
#owl-circle.circle-index-list-box .user-info {
  padding-top: 105px !important;
}
.layui-tab .layui-tab-content li a {
  color: #444;
}
.warehouse-box ul li .strong {
  padding-right: 65px !important;
}
.warehouse-box ul li .strong:after {
  width: calc(100% - 80px) !important;
}
.warehouse-box ul li .layui-badge {
  top: 5px !important;
  right: 5px !important;
  background: rgba(0, 0, 0, 0.8);
}
.box {
  overflow: hidden;
}
header #feach img {
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
header #feach:after {
  content: '';
  width: 44px;
  height: 44px;
  background-image: linear-gradient(#e8198b, #c7eafd);
  position: absolute;
  -webkit-animation: 2s spin linear infinite;
  animation: 2s spin linear infinite;
  top: 0.5rem;
  left: 15px;
  border-radius: 100%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
