* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial,
    Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei,
    WenQuanYi Micro Hei, "sans-serif";
}
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,
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,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
  min-width: 1000px;
}
a,button{
  user-select: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/*logo*/
.my-logo {
  color: #fff;
  font-size: 27px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*a{
    text-decoration: none;
    color: #333
}*/
/*a:hover{*/
/*    text-decoration: none;*/
/*}*/
input {
  background: none;

  outline: none;

  /*border:0px;*/
}

button {
  border: 0;
}
button:focus {
  outline: none;
}
input,
button {
  -webkit-appearance: none;
}
textarea {
  resize: none;
  outline: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* div::-webkit-scrollbar{

	display:none;
} */

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 2px;
}
*::-webkit-scrollbar-thumb {
  background: #dce1e6;
  border-radius: 5px;
}

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #b3b2be;
  border-radius: 5px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #dce1e6 #f7f7f7;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #b3b2be #f7f7f7;
}
/*头部样式*/
.header {
  width: 100%;
  height: 60px;
  z-index: 99;
  background: #191919;
  /*padding: 0 30px;*/
  position: fixed;
  top: 0;
}
.headerContent{
  margin:0 auto;
  max-width: 1720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}
.logo-img {
  width: 110px;
  height: 45px;
}
.header-info {
  margin-left: 25px;
}
.header-info-nav {
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.wenzhan{
  font-size: 15px;
}
.header-info-withmore {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-info-withmore a.header-info-href {
  padding: 0 30px;
  height: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-info-nav a {
  color: #ffffff;
}
.active {
  background: #242424;
}
.logo {
  width: 100px;
  /*margin-left: 27px;*/
}
.LoginInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.heard-left {
  display: flex;
  align-items: center;
}
.login-btnarea,
.login-area {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.LoginInfo .exitLogin {
  margin-left: 23px;
  color: #ffffff;
  white-space: nowrap;
}
.head-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.head-hover-show {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.hover-show-vip-header {
  width: 275px;
  height: 100px;
  position: relative;
  padding: 0 20px;
  color: #596b96;
  background: url("/static/web/assets/imgs/non-vip2x_e40427eb.png") no-repeat
    top;
  display: flex;
  flex-direction: column;
}

.notvip-tips {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
  border-radius: 4px 0 10px 0;
  color: #fdfdff;
  background: rgba(0, 0, 0, 0.2);
}

.nick-name {
  max-width: 130px;
  margin-top: 40px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #434951;
  text-align: left;
}

.mine-list {
  padding: 8px 0;
}

.mine-list-item {
  display: block;
  padding: 10px 16px;
  line-height: 20px;
  color: #000;
  text-align: left;
  cursor: pointer;
}
/*头部消息提醒*/
.LoginInfo .info-link{
  text-decoration: none;
  color: #281711;
  position: relative;
}
.info-icon {
  width: 26px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.info-num {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #FF4B4B;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -6px;
  transform: scale(0.8);
}

/*遮罩层*/
#cover {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
  z-index: 999;
}
/*.mine-list-item:hover {*/
/*    background-color: #f1f2f4;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/
/*导航*/
.position-recommed {
  height: 60px;
  margin: 0 auto;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}
.position-new {
  height: 60px;
  margin: 0 auto;
  display: inline-block;
}
.li-a {
  float: left;
  height: 60px;
  line-height: 42px;
  margin-top: 10px;
  text-align: start;
  text-align: left;
  margin-right: 30px;
  display: block;
}
.li-a a {
  display: inline-block;
}
/*.position-active {*/
/*  font-weight: 600;*/
/*  border-bottom: 2px solid #ff5c00;*/
/*}*/
.position-active{
  font-weight: bold;
}
.position-active::after{
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #ff5c00;
  margin: 0 auto;
}
/*导航屑*/
.course-nav-ul {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #a5a5a8;
  max-width: 2080px;
  margin: 0 auto;
  padding-left: 10px;
}
.course-nav-ul li {
  display: inline;
  list-style-type: none;
}
.course-nav-ul a {
  color: #a5a5a8;
}

/*右侧主体内容样式*/
.content {
  min-width: 100%;
  min-height: 1500px;
  background-color: #f5f6f7;
  margin-top: 60px;
}
.disabled {
  background: #f5f6f7;
  color: #878787;
  cursor: no-drop;
}

.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  user-select: none;
}

.nodata-img {
  width: 168px;
  height: 168px;
}
.nodata span {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  margin-top: 15px;
}

.callback-dialog {
  display: none;
  box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 30%);
  max-width: 300px;
  border-radius: 4px;
  z-index: 999999;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

/*分页样式*/

.pagination {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 8px;
  bottom: 50%;
  transform: translate(0, 50%);
}

.pagination li {
  display: inline-block;
  font-size: 14px;
  min-width: 41px;
  min-height: 33px;
  line-height: 33px;
  padding: 0;
  margin-top: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 8px;
  background: #fff;
}

.pagination li.disabled {
  cursor: not-allowed;
}

.pagination li.active {
  float: left;
  min-width: 41px;
  min-height: 33px;
  line-height: 33px;
  background: #1d78ee;
  color: #fff;
}
#footer {
  width: 100%;
  background-color: #1a1a1a;
  box-sizing: border-box;
  color: #918f91;
  font-size: 14px;
  padding-bottom: 20px;
  min-width: 1000px;
  position: relative;
}

.footer_main {
  height: 100%;
  margin: 0 auto;
  background-color: #1a1a1a;
  max-width: 1720px;
  padding: 0 70px;
}
.media-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.wechat-container {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0 20px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wechat-container img {
  width: 100%;
  height: 100%;
}
.wechat-foot-container {
  position: relative;
}
.wechat-qrcode {
  display: none;
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 55px;
  right: -8px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  padding: 3px;
  z-index: 999;
  background-color: #fff;
  border-radius: 4px;
}
.wechat-qrcode img {
  width: 100%;
}
.footer_main li {
  float: left;
}

.footer_main a {
  color: #918f91;
}

.footer_top {
  height: 80px;
  border-bottom: #404042 1px solid;
  display: flex;
  justify-content: space-between;
  /*margin: 0 40px;*/
  padding-top: 37px;
}
.footer_top,
.footer_top a {
  font-size: 13px;
  color: #ffffff;
}

.footer_top li {
  margin-right: 23px;
}

.footer_bottom {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  /*margin: 0 40px;*/
  position: relative;
}
.bottom-href {
  color: #ffffff;
}
.footer_bottom li {
  margin: 0 23px 10px 0;
}
.bottom-friendship {
  font-size: 13px;
  margin-top: 20px;
  width: 90%;
}
.fb_bottom li {
  font-size: 13px;
  padding: 0 13px 10px 0;
  margin: 0;
  height: 14px;
  line-height: 14px;
  /*border-left: 1px solid #918f91;*/
}
.goBackToTop {
  width: 60px;
  height: 65px;
  position: absolute;
  right: 40px;
  top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #918f91;
  color: #918f91;
  cursor: pointer;
}
.font {
  width: 15px;
  height: 15px;
  margin: 0 0 5px 5px;
}
.huidao {
}
.font img {
  width: 100%;
  height: 100%;
}
.fb_bottom .fb_bottom_li {
  margin-top: 15px;
  padding-right: 13px;
  border: none;
}
.pagination li a {
  float: left;
  min-width: 41px;
  min-height: 33px;
  line-height: 33px;
  font-size: 12px;
  border-radius: 6px;
}

.pagination li:last-child,
.pagination li:first-child {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.pagination li:last-child span,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:first-child a {
  display: inline-block;
  transform: rotate(90deg);
}

/*.pagination li.active, .pagination li:hover {*/
/*    background: #1d78ee;*/
/*    color: #fff;*/
/*}*/

/*.pagination li.active a, .pagination li:hover a {*/
/*    color: #fff;*/
/*}*/

/*.pagination li.disabled:hover, .pagination li.disabled:hover span {*/
/*    cursor: not-allowed;*/
/*    background: none;*/
/*    color: #323941;*/
/*}*/
/*底部分页*/
.bottompage {
  text-align: center;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bottompage li:first-child span,
.bottompage li:last-child span,
.bottompage li:first-child a,
.bottompage li:last-child a {
  display: inline-block;
  transform: rotate(360deg);
}
.bottompage li {
  display: inline-block;
  font-size: 14px;
  min-width: 41px;
  min-height: 33px;
  line-height: 33px;
  padding: 0;
  margin-left: 8px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 1300px) {
  .leftbar {
    width: 175px;
    flex: 0 0 175px;
  }
  .nav-list {
    width: 175px;
  }
}



/* 强制下线dialog */
.detail-dialogbg, .device-dialogbg {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.template-dialog, .device-dialog {
  /*width: 600px;*/
  /*height: 420px;*/
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.device-dialog {
  width: 480px;
  height: auto;
  padding: 16px 24px;
}
.device-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 16px;
}
.device-detail {
  color: #636c78;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.device-info {
  margin-top: 20px;
}
.device-detail {
  color: #636c78;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.device-detail {
  color: #636c78;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.device-btnarea {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.device-btn {
  min-width: 80px;
  padding: 0 16px;
  border-radius: 4px;
  line-height: 38px;
  font-size: 14px;
  color: #444950;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  background-color: #f0f3f4;
  cursor: pointer;
  margin-right: 8px;
}

.device-btn {
  min-width: 80px;
  padding: 0 16px;
  border-radius: 4px;
  line-height: 38px;
  font-size: 14px;
  color: #444950;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  background-color: #f0f3f4;
  cursor: pointer;
  margin-right: 8px;
}
.blue-btn {
  background-image: linear-gradient(
          206deg
          , rgba(67, 213, 183, 0.79) 0%, rgba(29, 213, 230, 0.79) 100% ), linear-gradient(#22c3b2, #22c3b2);
  color: #fff;
}