/**
 * Dev
 */

/*
 * Fly version
 */

/* 全局 */
html {
  overflow-x: hidden;
}
html {
  background-color: #f2f2f2;
}
i {
  font-style: normal;
}

/* 系统 */
.layui-input::-webkit-input-placeholder {
  color: #959595;
}

/* 辅助 */
a:hover {
  color: #fc5600;
  transition: all 0.3s;
}

/* layui extend */
.layui-border-green1 {
  border-color: #5fb878;
  color: #5fb878;
}

/*.layui-container{padding: 0;}*/
.fly-main {
  width: 1079px;
  min-height: 600px;
  margin: 0 auto 15px;
}
.layui-badge {
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
}

.fly-link {
  color: red;
}
.fly-link:hover {
  color: #5fb878;
}
.fly-grey {
  color: #999;
}

.fly-msg,
.fly-error {
  padding: 10px 15px;
  line-height: 24px;
}
.fly-msg {
  background-color: #f8f8f8;
  color: #666;
}
.fly-msg a {
  color: #4f99cf;
}
.fly-error {
  color: #ff5722;
}
.fly-editbox {
  position: relative;
}

.fly-marginTop {
  margin-top: 15px;
}
.fly-mid {
  display: inline-block;
  height: 10px;
  width: 1px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #e2e2e2;
}
.fly-right {
  position: absolute;
  right: 15px;
  top: 0;
}
.fly-imagecode {
  position: relative;
  top: -3px;
  left: 3px;
  cursor: pointer;
}

.fly-label {
  display: inline-block;
  width: 110px;
  text-align: right;
}
.fly-value {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
}

/* 过度 */
.fly-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -15px;
  font-size: 30px;
  color: #c2c2c2;
}

/* 头像 */
.fly-avatar {
  position: absolute;
  left: 15px;
  top: 15px;
}
.fly-avatar img {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 2px;
}

/* 徽章 */
.fly-badge-vip {
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  background-color: #000000;
  color: #fff;
  border-radius: 2px;
}
.fly-badge-accept {
  height: 18px;
  line-height: 18px;
  padding: 0 5px !important;
  background-color: #5fb878;
  border-radius: 2px;
}

/* 赞助商 */
.fly-zanzhu {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  background-color: #009688;
  color: #fff;
}
.fly-zanzhu:first-child {
  margin-top: 0;
}
.fly-zanzhu:hover {
  opacity: 0.9;
  color: #fff;
}
.fly-zanzhu-img {
  height: auto;
  max-width: 100%;
  padding: 0;
  text-align: center;
  background-color: #eee;
}
.fly-zanzhu-img img {
  max-width: 100%;
}

/* 图标 */
.icon-touxiang {
  display: inline-block;
  font-size: 24px;
}
.icon-qq,
.icon-weibo {
  font-size: 30px;
}
.icon-renzheng {
  position: relative;
  color: #ffb800;
}
.icon-kiss {
  font-size: 18px;
}
.icon-pinglun1 {
  position: relative;
  top: 2px;
}

.icon-alipay {
  position: relative;
  color: #3aa1fb;
  font-size: 24px;
}
.icon-weixinzhifu {
  position: relative;
  color: #40af3a;
}

.icon-liwu {
  color: #ff5722;
}

/* 头部 */
.fly-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #404553;
  border-right: 1px solid #404553;
  border-radius: 0;
}
.fly-logo {
  position: absolute;
  left: 15px;
  top: 11px;
}
.fly-nav {
  margin-left: 200px;
}
.fly-nav a i {
  position: absolute;
  left: 25px;
  top: 0;
  padding-right: 10px;
  font-size: 26px;
}
.fly-nav a .icon-shouye,
.nav a .icon-shezhi {
  top: 2px;
}

.fly-nav-user {
  position: absolute;
  top: 0;
  right: 0;
}
.fly-nav-user .iconfont {
  position: relative;
}
.fly-nav-avatar img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 100%;
}
.fly-nav-avatar .icon-renzheng {
  font-size: 16px;
  top: 1px;
}
.fly-nav-avatar .fly-badge-vip {
  position: relative;
  margin-left: 10px;
}
.fly-nav-user .layui-nav-child {
  text-align: center;
}
.fly-nav-user .layui-nav-child a i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 26px;
}

.fly-nav-msg {
  position: relative;
  top: 50%;
  left: -10px;
  right: auto !important;
  padding: 0 6px !important;
  font-style: normal;
}
.fly-nav-msg:hover {
  color: #fff;
}

.fly-header .layui-nav {
  padding: 0;
  background: none;
}
.fly-header .fly-nav a {
  padding: 0 25px 0 60px;
}

.fly-header .fly-nav .fly-nav-child a {
  padding-left: 25px;
}
.fly-header .fly-nav .layui-nav-more {
  display: none;
}

.fly-header .fly-nav-user li a {
  padding: 0 10px;
}
.fly-header .fly-nav-user li .fly-nav-avatar {
  padding-right: 0;
}
.fly-header .fly-nav-user a.iconfont {
  color: #a9b7b7;
}
.fly-header > .layui-nav-item a {
  color: rgba(255, 255, 255, 0.5);
}
.fly-header .layui-this a {
  color: #fff;
}
.fly-header .layui-nav .layui-this:after,
.fly-header .layui-nav .layui-nav-bar,
.fly-header .fly-nav-user .layui-nav-more,
.fly-html-layui .fly-nav-avatar .layui-nav-more {
  display: none !important;
}
.fly-header .fly-nav-user .layui-nav-child {
  left: auto;
  right: 0;
  width: 120px;
  min-width: 0;
}
.fly-html-layui .fly-nav-msg {
  left: -30px;
}
.fly-html-layui .layui-header .layui-nav-child dd {
  text-align: center;
}
.fly-html-layui .layui-header .layui-nav-item a cite {
  padding: 0 0 0 10px;
}
.fly-html-layui .layui-header .layui-nav .fly-layui-user {
  margin: 0;
  margin-left: 40px;
}
.fly-html-layui .layui-header .layui-nav .fly-layui-user a {
  padding: 0;
}
.fly-layui-user .layui-nav-child {
  left: auto;
  right: 0;
  min-width: 0;
  width: 120px;
}

/* 底部 */
.fly-footer {
  margin: 16px 0 0;
  padding: 32px 0;
  line-height: 2.1;
  text-align: center;
  color: #737573;
}
.fly-footer a {
  padding: 0 6px;
  font-weight: 300;
  color: #333;
}
.fly-footer a:hover {
  color: #777;
}
.fly-union {
  color: #999;
}
.fly-union > * {
  display: inline-block;
  vertical-align: middle;
}
.fly-union a[sponsor] img {
  width: 80px;
}
.fly-union span {
  position: relative;
  top: 5px;
}
.fly-union span a {
  padding: 0;
  display: inline;
  color: #999;
}
.fly-union span a:hover {
  text-decoration: underline;
}

/* 面板 */
.fly-panel {
  position: relative;
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.fly-panel[pad20] {
  padding: 20px;
}
.fly-panel-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px dotted #e9e9e9;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.fly-panel-main {
  padding: 10px 15px;
}
.fly-panel-border {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.fly-panel-border .fly-panel-title {
  border-bottom: 1px solid #e6e6e6;
}
.fly-panel-main .layui-btn {
  background-color: #fc8d41 !important;
}

/* 专栏 */
.fly-column {
  height: 52px;
  line-height: 52px;
}
.fly-column ul li {
  position: relative;
  display: inline-block;
  height: 50px;
}
.fly-column ul li a {
  padding: 0 20px;
}
.fly-column ul li.layui-this:after {
  position: absolute;
  bottom: 13px;
  left: 8px;
  z-index: 0;
  width: 50px;
  height: 22px;
  border: 1px solid #5fb878;
  border-radius: 2px;
}
.fly-column ul li.layui-this a {
  color: #5fb878;
}
.fly-column ul li .fly-mid {
  margin: 0 20px;
}
.fly-column-right {
  position: absolute;
  right: 0;
  top: 0;
}
.fly-column-right .layui-btn {
  vertical-align: initial;
}
.fly-column .layui-badge-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 20px;
}

/* 搜索 */
.fly-search {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.fly-search .layui-icon {
  font-size: 20px;
}
.fly-search:hover {
  color: #5fb878;
}
.fly-layer-search input {
  height: 75px;
  line-height: 75px;
  width: 500px;
  padding: 0 15px;
  font-size: 20px;
  border: none 0;
  background: none;
}

/* 头条轮播 */
.fly-topline {
  height: 195px;
}
.fly-topline img {
  max-width: 100%;
}
.fly-topline .layui-carousel-ind {
  top: -25px;
}
.fly-topline .layui-carousel-ind ul {
  background: none;
}
.fly-topline .layui-carousel-ind ul li {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .fly-topline {
    height: 166px;
  }
}
@media screen and (min-width: 992px) {
  .fly-topline {
    height: 141px;
  }
}
@media screen and (min-width: 1200px) {
  .fly-topline {
    height: 172px;
  }
}

/* 筛选 */
.fly-filter a.layui-this {
  color: #5fb878;
}
.fly-filter .fly-mid {
  margin: 0 8px;
}
.fly-filter-right {
  position: absolute;
  right: 10px;
  top: 0;
}

/* Tab */
.fly-tab {
  position: relative;
  padding-top: 3px;
}
.fly-tab .layui-tab {
  margin: 0;
}
.fly-tab .layui-tab-title {
  border-bottom: 1px dotted #e2e2e2;
}

.fly-tab-border {
  position: relative;
  margin-bottom: 15px;
}
.fly-tab-border span,
.fly-tab-border span a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.fly-tab-border span {
  border: 1px solid #ddd;
  border-right: none;
  font-size: 0;
}
.fly-tab-border span a {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-right: 1px solid #ddd;
  font-size: 14px;
  background-color: #fff;
}
.fly-tab-border .tab-this {
  color: #000;
}
.fly-tab-border .tab-this:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100%;
  height: 1px;
  padding: 0 1px;
  background-color: #009688;
}

/* 分页 */
.laypage-main,
.laypage-main * {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.laypage-main {
  margin: 30px 0;
  border: 1px solid #009e94;
  border-right: none;
  border-bottom: none;
  font-size: 0;
}
.laypage-main * {
  margin: -1px;
  padding: 0 20px;
  line-height: 36px;
  border-right: 1px solid #009e94;
  border-bottom: 1px solid #009e94;
  font-size: 14px;
}
.laypage-main .laypage-curr {
  background-color: #009e94;
  color: #fff;
}

/* 简易编辑器 */
.fly-editor {
  font-family: Menlo, Monaco, Consolas, 'Courier New', 'Microsoft Yahei',
    monospace;
}
.fly-edit {
  position: relative;
  display: block;
  height: 38px;
  top: 1px;
  left: 0;
  border: 1px solid #e6e6e6;
  border-radius: 2px 2px 0 0;
  background-color: #fbfbfb;
  font-size: 0;
}
.fly-edit span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 38px;
  line-height: 38px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  color: #009e94;
  cursor: pointer;
  font-size: 18px;
}
.fly-edit span i {
  position: relative;
  font-size: 18px;
}
.fly-edit span.layui-this,
.fly-edit span:hover {
  background-color: #f2f2f2;
  color: #5db276;
}
.layui-textarea:hover,
.layui-textarea:focus {
  border-color: #e6e6e6 !important;
}

.dev-editor-preview {
  position: absolute;
  left: 1px;
  top: 41px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}
.dev-editor-preview > .detail-body {
  margin: 0;
  padding: 16px;
}

/* 列表 */
.fly-list li {
  position: relative;
  height: 45px;
  line-height: 22px;
  padding: 15px 15px 15px 75px;
  border-bottom: 1px dotted #e2e2e2;
}
.fly-list li:last-child {
  border-bottom: none;
}
.fly-list li h2,
.fly-list li h2 a,
.fly-list-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fly-list li h2 {
  height: 26px;
  font-size: 0;
}
.fly-list li h2 a {
  display: inline-block;
  max-width: 80%;
  padding-right: 10px;
  font-size: 16px;
}
.fly-list li h2 .layui-badge {
  top: -2px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #5fb878;
  background: none;
  color: #5fb878;
}

.fly-list-info {
  position: relative;
  font-size: 13px;
  color: #999;
}
.fly-list-info > * {
  padding-right: 15px;
}
.fly-list-info a[link] {
  color: #999;
}
.fly-list-info a[link]:hover {
  color: #5fb878;
}
.fly-list-info .icon-renzheng {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.fly-list-info .fly-badge-vip {
  position: relative;
  margin-left: 2px;
}
.fly-list-kiss {
  color: #ff5722;
}
.fly-list-nums {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0 !important;
}
.fly-list-nums i {
  position: relative;
  padding: 0 3px 0 15px;
}

.fly-list-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
}
.fly-list-badge .layui-badge {
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

/* 我的列表  */
/*.fly-list-mine li{padding: 15px;}
.fly-list-mine .fly-avatar,*/
.fly-list-mine .fly-list-info a:first-child {
  display: none;
}

/* 单行列表 */
.fly-list-one .fly-panel-title {
  margin-bottom: 5px;
}
.fly-list-one dd {
  margin: 0 15px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  list-style: decimal-leading-zero inside;
  *list-style-type: decimal inside;
  color: #009e94;
}
.fly-list-one dd a,
.fly-list-one dd span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-style: normal;
}
.fly-list-one dd a {
  max-width: 85%;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.fly-list-one dd span {
  font-size: 12px;
  color: #ccc;
}
.fly-list-one dd:last-child {
  padding-bottom: 5px;
}

body .layui-edit-face {
  border: none;
  background: none;
}
body .layui-edit-face .layui-layer-content {
  padding: 0;
  background-color: #fff;
  color: #666;
  box-shadow: none;
}
.layui-edit-face .layui-layer-TipsG {
  display: none;
}
.layui-edit-face ul {
  position: relative;
  width: 372px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.layui-edit-face ul li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 22px;
  width: 26px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center;
}
.layui-edit-face ul li:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #eb7350;
  background: #fff9ec;
}

/* 签到 */
.fly-signin cite {
  padding: 0 5px;
  color: #ff5722;
  font-style: normal;
}
.fly-signin .layui-badge-dot {
  top: -7px;
  margin-left: 0px;
}
.fly-signin-list {
  padding: 0;
  line-height: 30px;
}
.fly-signin-list .layui-tab-item {
  padding: 10px;
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.fly-signin-list li {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e2e2e2;
  white-space: nowrap;
}
.fly-signin-list li:first-child {
  margin-top: 0;
}
.fly-signin-list li:last-child {
  border: none 0;
}
.fly-signin-list img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 2px;
}
.fly-signin-list span {
  padding-left: 10px;
}
.fly-signin-list span i {
  color: #ff5722;
}
.fly-signin-list .fly-none {
  padding-top: 20px;
  min-height: 0;
}
.fly-signin-days {
  position: absolute;
  right: 15px;
  padding-left: 10px;
  color: #999;
}
.fly-signin-main {
  position: relative;
  height: 68px;
}
.fly-signin-main span {
  padding-left: 10px;
}
.fly-signin-main .fly-signin-item {
  display: flex;
}
.fly-signin-main .fly-signin-item .fly-signin-days {
  margin-left: auto;
  font-size: 17px;
  font-weight: 400;
}
.fly-signin-main .fly-signin-item .fly-signin-days cite {
  font-weight: bold;
  color: #f6711e;
}
.fly-signin-item .layui-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff !important;
  color: #fc8d41 !important;
  border: 1px solid #fc8d41 !important;
}
.fly-signin-item .layui-btn:hover {
  background-color: #fc8d41 !important;
  color: #fff !important;
  border: 1px solid #fc8d41 !important;
}
.fly-signin-item .layui-btn + .layui-btn-disabled {
  background-color: #fc8d41 !important;
  color: #fff !important;
  border: 1px solid #fc8d41 !important;
}
.fly-signin-score {
  color: #fc8d41;
}

/* 榜单 */
.fly-rank {
  padding-bottom: 10px;
}
.fly-rank dl {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  margin-left: 20px;
  text-align: center;
  font-size: 0;
}
.fly-rank dd {
  position: relative;
  width: 65px;
  height: 85px;
  margin: 10px 25px 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 12px;
}
.fly-rank dd a img {
  width: 65px;
  height: 65px;
  border-radius: 2px;
}
.fly-rank dd a cite {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fly-rank dd a:hover cite {
  display: block;
}
.fly-rank dd a i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

/* 快捷通道 */
.fly-list-quick {
  border: 1px solid #f2f2f2;
  border-bottom: none;
  border-right: 0;
}
.fly-list-quick .layui-col-xs6 {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #f2f2f2;
  border-left: none;
  border-top: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fly-list-quick a {
  display: block;
}
.fly-list-quick a:hover {
  color: #5fb878;
}

/* 静态列表 */
.fly-list-static li {
  line-height: 26px;
  list-style-position: inside;
  list-style-type: disc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fly-list-static li a {
  color: #01aaed;
}
.fly-list-static li a:hover {
  opacity: 0.8;
}

/* 单行列表 */
.jie-row li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e9e9e9;
  font-size: 0;
}
.jie-row li * {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 20px;
  font-size: 12px;
}
.jie-row li span {
  padding: 0 6px;
  margin-right: 10px;
  background-color: #dadada;
  color: #fff;
  font-size: 12px;
}
.jie-row li .fly-stick {
  background-color: #393d49;
}
.jie-row li .fly-jing {
  background-color: #cc0000;
}
.jie-row li .jie-status {
  margin: 0 10px 0 0;
}
.jie-row li .jie-status-ok {
  background-color: #8fcda0;
}
.jie-row li a {
  padding-right: 15px;
  font-size: 14px;
}
.jie-row li cite {
  padding-right: 15px;
}
.jie-row li i,
.jie-row li em,
.jie-row li cite {
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.jie-row li .mine-edit {
  margin-left: 15px;
  padding: 0 6px;
  background-color: #8fcda0;
  color: #fff;
  font-size: 12px;
}
.jie-row li em {
  position: absolute;
  right: 0;
  top: 0;
}
.jie-row li .jie-user {
}
.jie-row li .jie-title {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jie-row li .jie-user img {
  position: relative;
  top: 16px;
  width: 35px;
  height: 35px;
}

/* Detail页 */
.detail-box {
  padding: 20px;
}
.detail h1 {
  font-size: 24px;
  line-height: 36px;
}
.fly-detail-info {
  position: relative;
  margin: 10px 0 15px;
}
.fly-detail-info .layui-btn {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  border-radius: 0;
}
.fly-detail-info .layui-btn + .layui-btn {
  margin-left: 0;
}
.fly-admin-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.fly-detail-info .fly-list-nums {
  top: -3px;
  font-size: 16px;
}
.fly-detail-info .fly-list-nums i {
  padding: 0 3px 0 15px;
  font-size: 22px;
  color: #999;
}

.fly-detail-admin {
  padding-top: 10px;
  text-align: right;
  border-top: 1px dotted #eaeaea;
  background-color: #f8f8f8;
}
.jie-admin-collect {
  visibility: hidden;
  transition: all 0s;
}

.detail-about {
  position: relative;
  line-height: 20px;
  padding: 15px 15px 15px 75px;
  font-size: 13px;
  background-color: #f8f8f8;
  color: #999;
}
.detail-about .jie-status,
.detail-about .jie-status-ok {
  color: #fff;
}
.detail-about .fly-jing {
  padding: 0 6px;
  background-color: #c00;
  color: #fff;
}
.detail-about .detail-hits {
  position: relative;
  top: 5px;
  line-height: 20px;
}
.fly-detail-user {
  white-space: nowrap;
  overflow: hidden;
}
.fly-detail-user a {
  padding-right: 10px;
  font-size: 14px;
}
.fly-detail-user .icon-renzheng {
  top: 1px;
}

.detail-hits span {
  height: 20px;
  line-height: 20px;
}
.detail-hits .layui-btn {
  border-radius: 0;
}
.detail-hits .layui-btn + .layui-btn {
  margin-left: 5px;
}
.detail-hits .jie-admin {
  margin-right: 1px;
}

/* 内容主体  */
.detail-body {
  margin: 16px 0 0;
  min-height: 306px;
  line-height: 26px;
  font-size: 14px;
  color: #3a3a3a;
  word-wrap: break-word;
}
.detail-body p {
  margin: 15px 0;
}
.detail-body img {
  max-width: 100%;
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: bold;
}
.detail-body h1 {
  margin: 16px 0;
}
.detail-body h2,
.detail-body h3 {
  margin: 11px 0;
}
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  margin: 6px 0;
}

.detail-body li ul {
  padding-left: 16px;
}
/*
.detail-body table{margin: 10px 0 15px;}
.detail-body table thead{background-color:#f2f2f2;}
.detail-body table th, 
.detail-body table td{padding: 10px 20px; line-height: 22px; border: 1px solid #DFDFDF; font-size: 14px; font-weight: 400;}
*/
.detail-body .layui-btn {
  margin: 0 10px 10px 0;
}
.detail-body .layui-btn a {
  color: #fff;
}
.detail-body ul > li {
  margin-top: 0;
}
.detail-body .layui-elem-quote {
  margin: 10px 0;
  font-size: 14px;
  line-height: 26px;
}
.detail-body .layui-tab-content {
  padding: 32px 0;
}

/* 发帖 */
.layui-form-item.layui-col-space15 {
  margin-bottom: 7.5px;
}

/* 求解管理 */
.jie-admin {
  cursor: pointer;
}
.detail-hits .jie-admin {
  color: #fff;
  padding: 0 10px;
}
.detail-hits .jie-admin a {
  color: #fff;
}
.jieda-admin {
  position: absolute;
  right: 0;
  top: 4px;
}

/* 回答 */
.jieda {
  margin-bottom: 30px;
}
.jieda > li {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: 1px dotted #dfdfdf;
}
.jieda > li:last-child {
  border-bottom: none;
}
.jieda .fly-none {
  height: 50px;
  min-height: 0;
}
.jieda .icon-caina {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 60px;
  color: #58a571;
}

.detail-about-reply {
  padding: 0 0 0 55px;
  background: none;
}
.detail-about-reply .detail-hits {
  left: 0;
  bottom: 0;
}
.detail-about-reply .fly-avatar {
  left: 0;
  top: 0;
}

.jieda-body {
  margin: 25px 0 20px;
  min-height: 0;
  line-height: 24px;
  font-size: 14px;
}
.jieda-body p {
  margin-bottom: 10px;
}
.jieda-body a {
  color: #4f99cf;
}
.jieda-reply {
  position: relative;
}
.jieda-reply span {
  padding-right: 20px;
  color: #999;
  cursor: pointer;
}
.jieda-reply span:hover {
  color: #666;
}
.jieda-reply span i {
  margin-right: 5px;
  font-size: 16px;
}
.jieda-reply span em {
  font-style: normal;
}
.jieda-reply span .icon-zan {
  font-size: 22px;
}
.jieda-reply .zanok,
.jieda-reply .jieda-zan:hover {
  color: #c00;
}
.jieda-reply span .icon-svgmoban53 {
  position: relative;
  top: 1px;
}

/* 用户中心 */
body .fly-user-main {
  position: relative;
  height: 1050px;
}
.fly-user-main > .layui-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  padding: 10px 0;
}
.fly-user-main > .layui-nav i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-right: 10px;
}
.fly-user-main > .layui-nav .fly-user-nav-tip-bg {
  background: #ffc21c;
}
.fly-user-main > .fly-panel {
  height: 1000px;
  margin: 0 0 10px 200px;
}
.fly-user-main .fly-none {
  min-height: 0;
}
.fly-panel-user[pad20] {
  padding-top: 5px;
}
.fly-panel-user .layui-card .layui-card-header {
  background: linear-gradient(180deg, #ffc29a 0%, #ffffff 100%);
  color: #fc5600;
  border-bottom: none;
}
.fly-panel-user .layui-card .layui-card-body {
  font-size: 18px;
  font-weight: bold;
  color: #f6711e;
}

.fly-form-app {
  margin-top: 30px;
}
.fly-form-app .iconfont {
  font-size: 26px;
  padding: 0 5px;
}
.fly-form-app .icon-qq {
  color: #12b7f5;
}
.fly-form-app .icon-weibo {
  color: #e6162d;
}

.user-tab {
  margin: 20px 0;
}
.user-about {
  position: relative;
  padding: 0 0 0px 20px;
  border-left: 1px solid #dfdfdf;
  text-align: center;
}
.user-about .user-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.user-about p {
  line-height: 30px;
}
.user-about p span {
  padding: 0 5px;
  color: #999;
}

/* 个人主页 */
.fly-home {
  position: relative;
  padding: 30px 0 30px;
  text-align: center;
}
.fly-home img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.fly-home h1 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
}
.fly-home h1 span {
  font-size: 14px;
  color: #999;
}
.fly-home h1 .icon-nan {
  color: #4ebbf9;
}
.fly-home h1 .icon-nv {
  color: #f581b1;
}
.fly-home-sign {
  padding: 0 10px;
  color: #999;
  margin-top: 10px;
}
.fly-home .icon-renzheng {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 45px;
  left: -15px;
  background-color: #ffb800;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.fly-home-info i {
  padding-right: 5px;
  padding-left: 10px;
  color: #666;
}
.fly-home-info span {
  color: #999;
}
.fly-sns {
  margin-top: 20px;
}

.fly-home-jie .jie-row,
.fly-home-da .home-jieda {
  min-height: 500px;
  padding: 5px 20px;
}

/*.home-jieda li{margin-bottom:20px; padding-bottom:10px; line-height:24px; border-bottom: 1px dotted #DFDFDF;}*/
.home-jieda li {
  margin-bottom: 20px;
  line-height: 24px;
}
.home-dacontent {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #f2f2f5;
  border-radius: 2px;
  word-wrap: break-word;
}
.home-dacontent pre {
  background-color: #f2f2f5;
}
.home-dacontent img {
  max-width: 100%;
}
.home-jieda li a {
  padding: 0 5px;
  color: #4f99cf;
}
.home-jieda li p {
  color: #999;
}
.home-jieda li p span {
  padding-right: 5px;
}

.fly-mode-item {
  display: flex;
  align-items: center;
}
.fly-mode-item .fly-mode-icon {
  margin-left: auto;
  width: 28px;
  height: 28px;
}

/* 快捷方式 */
.fly-shortcut {
  margin: 5px 0;
}
.fly-shortcut li {
  text-align: center;
}
.fly-shortcut li .layui-icon {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fly-shortcut li cite {
  position: relative;
  top: 2px;
  display: block;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
.fly-shortcut li:hover .layui-icon {
  opacity: 0.9;
}
.fly-shortcut li .layui-icon {
  background-color: #fc8d41;
}
.fly-shortcut-icon {
  width: 46px;
  height: 46px;
}

/* 我的消息 */
#LAY-minemsg {
  min-height: 420px;
}
.mine-msg li {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 5px;
  line-height: 24px;
  border-bottom: 1px dotted #e9e9e9;
}
.mine-msg li cite {
  padding: 0 5px;
  color: #4f99cf;
}
.mine-msg li i {
  color: #4f99cf;
  padding-right: 5px;
}
.mine-msg li > p {
  position: relative;
  margin-top: 5px;
  line-height: 26px;
  text-align: right;
}
.mine-msg li > p span {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.mine-msg li .fly-delete {
  visibility1: hidden;
  opacity: 0;
  position: relative;
  top: -3px;
}
.mine-msg li .layui-elem-quote p[download] {
  padding: 10px 0 5px;
}
.mine-msg li:hover .fly-delete {
  visibility1: visible;
  opacity: 1;
}

/* 设置 */
.app-bind li {
  margin-bottom: 10px;
  line-height: 30px;
  color: #999;
}
.app-bind li .iconfont {
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 28px;
}
.app-bind .app-havebind {
  color: #5fb878;
}
.app-bind .app-havebind .icon-qq {
  color: #7ca9c9;
}
.app-bind .app-havebind .icon-weibo {
  color: #e6162d;
}

/* 结算 */
.fly-form-btn {
  width: 160px;
  margin: 0 10px 10px 0;
}

.fly-form-btn.layui-this {
  border-color: #ff5722;
  color: #ff5722;
}
.fly-form-btn + .fly-form-btn {
  margin-left: 0;
}
.fly-bill-tips {
  line-height: 26px;
  padding: 15px;
  font-size: 13px;
  background-color: #f6f6f6;
  color: #ff5722;
}

/* 问答专区 */
.fly-groups {
  position: relative;
  padding: 32px 0;
  text-align: center;
}
.fly-column {
  border-top: 1px solid #f7f7f7;
}
.fly-groups h1 {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
}
.fly-groups-search {
  position: relative;
  height: 50px;
}
.fly-groups .fly-extend-banner-search {
  top: 0;
}
.fly-groups-search .fly-extend-banner-search .layui-input {
  width: 410px;
}
.fly-groups-footer {
  color: #999;
}

/* 订单记录 */
.fly-user-order-info li {
  line-height: 30px;
}

/* 扩展组件平台 */
.fly-html-extend body,
.fly-html-layui body {
  margin: 0;
}
.fly-extend-banner {
  position: relative;
  height: 400px;
  background: #9fa6a2;
}
.fly-extend-banner *[carousel-item] > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.fly-extend-banner *[carousel-item] > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.fly-extend-banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fly-extend-banner-title,
.fly-extend-banner-search,
.fly-extend-banner-release {
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  text-align: center;
}
.fly-extend-banner-title {
  top: 65px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  color: rgba(255, 255, 255, 1);
}
.fly-extend-banner-search .layui-input {
  height: 42px;
  border: none;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
}
.fly-extend-banner-search .layui-btn {
  height: 42px;
  line-height: 40px;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.fly-extend-banner-search .layui-btn .layui-icon {
  position: relative;
  top: 1px;
  font-size: 20px;
}
.fly-extend-banner-release {
  top: 260px;
}
.fly-extend-banner-release .layui-btn {
  padding: 0 35px;
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.fly-extend-banner-release .layui-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.fly-extend-banner .layui-carousel-ind ul {
  background: none;
}

.fly-extend-banner-sm {
  height: 200px;
  background-color: #334e59;
}
.fly-extend-banner-sm .fly-extend-banner-title {
  top: 40px;
  color: #fff;
}
.fly-extend-banner-sm .fly-extend-banner-release {
  top: 110px;
}

.fly-extend-tabs {
  padding: 30px 0;
}
.fly-extend-tabs .layui-tab-title {
  text-align: center;
  border: none;
}
.fly-extend-tabs .layui-tab-title li {
  min-width: 0;
  margin: 0 20px;
  padding: 0;
}

.fly-extend-list {
  position: relative;
  padding: 30px;
  line-height: 24px;
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fly-extend-list:hover {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}
.fly-extend-list a {
  color: #999;
}
.fly-extend-list-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #999;
}
.fly-extend-list-header a {
  color: #999;
}
.fly-extend-list-header .fly-extend-title {
  font-size: 20px;
  padding-right: 150px;
}
.fly-extend-list-header .fly-extend-title a {
  color: #000;
}
.fly-extend-list-header .layui-badge {
  top: -2px;
  margin-left: 5px;
}
.fly-extend-list-info {
  position: absolute;
  max-width: 200px;
  height: 40px;
  right: 0;
  top: 0;
  overflow: hidden;
}
.fly-extend-list-info span {
  padding-right: 10px;
}
.fly-extend-list-info .icon-xiazai {
  position: relative;
  top: 1px;
  font-size: 20px;
}
.fly-extend-list-user img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.fly-extend-list-user cite {
  padding: 0 3px;
}

.fly-extend-list-desc {
  border: none;
  color: #666;
}
.fly-extend-list-desc p {
  max-height: 48px;
  line-height: 24px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fly-extend-list .fly-extend-list-desc p {
  height: 48px;
}

.fly-extend-detail {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #fff;
}
.fly-extend-detail .layui-container {
  padding: 0 15px;
}
.fly-extend-doc-nav {
  padding: 15px 0;
}
.fly-extend-doc-nav li {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: 5px 0;
  padding: 0 15px;
  text-align: center;
}
.fly-extend-doc-nav li a {
  display: block;
}
.fly-extend-doc-nav li a .iconfont {
  position: relative;
  padding-right: 10px;
  top: 2px;
  font-size: 22px;
}
.fly-extend-doc-nav li a .icon-kaifashili {
  top: 3px;
  font-size: 20px;
}
.fly-extend-doc-nav li a .icon-rizhi {
  font-size: 20px;
}
.fly-extend-doc-nav li.layui-this {
  background-color: #f8f8f8;
}
.fly-extend-doc-nav li.layui-this:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #009688;
}
.fly-extend-doc {
  display: none;
  padding: 20px 0;
}
.fly-extend-doc .layui-card-header {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.fly-extend-doc .layui-card-header .layui-inline.layui-this {
  padding: 0 15px;
  border-bottom: 2px solid #5fb878;
}

.fly-extend-list-bottom {
  position: relative;
  line-height: 30px;
  margin-top: 10px;
  padding-right: 100px;
}
.fly-extend-list-bottom span {
  padding-right: 15px;
  color: #999;
}
.layui-extend-doc-edit {
  position: absolute;
  right: 20px;
  top: 0;
}

.fly-extend-doc .layui-card-body {
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #666;
}

.fly-extend-card-release {
  margin-top: 20px;
}
.fly-extend-card-release .layui-card-header {
  padding: 20px 0 0;
  border-bottom: none;
  text-align: center;
}
.fly-extend-card-release .layui-card-header .layui-elem-field {
  width: 200px;
  margin: 0;
}
.fly-extend-card-release .layui-card-body {
  padding: 30px;
}

.fly-extend-update-title {
  padding-top: 5px;
  font-weight: 300;
}
.fly-extend-update-title h2 {
  font-size: 20px;
}
.fly-extend-update-title .layui-badge {
  top: -1px;
}

/* 广告 */
.fly-ad {
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
}
.fly-ad:before {
  content: '广告位';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  left: 50%;
  margin: -10px 0 0 -25px;
  color: #aaa;
  font-size: 18px;
  font-weight: 300;
}
.fly-ad div {
  position: relative;
  z-index: 1;
}

/* 友链 */
.fly-link dd {
  display: inline-block;
  vertical-align: top;
}
.fly-link a {
  line-height: 24px;
  padding-right: 15px;
}

/* 404或提示 */
.fly-none {
  min-height: 600px;
  text-align: center;
  padding-top: 50px;
  color: #999;
}
.fly-none .iconfont {
  line-height: 300px;
  font-size: 300px;
  color: #393d49;
}
.fly-none .icon-tishilian {
  display: inline-block;
  margin: 30px 0 20px;
}
.fly-none p {
  margin-top: 50px;
  padding: 0 15px;
  font-size: 20px;
  color: #999;
  font-weight: 300;
}
.fly-list-one .fly-none {
  min-height: 70px;
}

@media screen and (max-width: 768px) {
  .fly-main {
    width: 100%;
  }

  /* 头部 */
  .fly-header .fly-nav-user li .fly-nav-avatar {
    padding-right: 15px;
  }
  .fly-header .fly-nav-user {
    margin-right: 5px;
  }

  /* 专栏 */
  .fly-column {
    height: auto;
  }
  .fly-column ul {
    padding: 10px;
    font-size: 0;
  }
  .fly-column ul li {
    float: left;
    width: 33.33%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
  }
  .fly-column-right {
    right: 10px;
  }
  .fly-column ul li.layui-this:after {
    display: none;
  }

  /* 页脚 */
  .fly-footer {
    margin-top: 0;
    border-top: none;
  }

  /* 分页 */
  .laypage-main a,
  .laypage-main span {
    display: none;
  }
  .laypage-main .laypage-prev,
  .laypage-main .laypage-curr,
  .laypage-main .laypage-next {
    display: inline-block;
  }

  /* 列表 */
  .fly-list li h2 a {
    max-width: 72%;
  }

  /* Detail 页 */
  .fly-admin-box {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
  .fly-detail-info .fly-list-nums {
    top: -2px;
  }
  .fly-edit span {
    border-right: none;
  }

  /* 组件平台 */
  .fly-extend-banner-search .layui-input {
    width: 200px !important;
  }
  .fly-extend-list-header .fly-extend-title {
    padding-right: 50px;
  }

  body .fly-user-main {
    width: auto;
  }
  .fly-user-main > .layui-nav {
    left: -300px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .fly-user-main > .fly-panel-user {
    width: auto;
    margin-left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .site-mobile .site-tree-mobile {
    display: none !important;
  }
  .site-mobile .fly-user-main > .layui-nav {
    left: 0;
  }
  .site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
}

@media screen and (max-width: 992px) {
  body .header .layui-nav .layui-nav-item {
    margin: 0 5px;
  }
}

/*
 * New Version
 */
img {
  max-width: 100%;
}

/* 设置头像  */
.dev-set-avatar {
  min-height: 373px;
  padding: 32px 16px;
  text-align: center;
  background-color: #fafafa;
}
.dev-set-avatar p {
}
.dev-set-avatar p img {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 50%;
}
.dev-set-avatar .layui-elem-field {
  margin: 32px 0;
}

/* 头像列表  */
.dev-avatar-list {
}
.dev-avatar-list li {
  display: inline-block;
  margin: 5px;
}
.dev-avatar-list img {
  width: 52px;
  border-radius: 50%;
  cursor: pointer;
}

/* 主题  */
.dev-themes {
  margin-top: 16px;
}
.dev-themes-header .layui-card-body {
  padding: 0;
}
.dev-themes-cover {
  position: relative;
  height: 320px;
  text-align: center;
  background-color: #f8f9fa;
}
.dev-themes-cover img {
  height: 100%;
}
.dev-themes-intro h1 {
  line-height: 32px;
  padding: 16px 0;
  font-size: 32px;
}
.dev-themes-intro p {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 1px;
  color: #959595;
}
.dev-themes-attrs {
  padding: 16px 0;
}
.dev-themes-attrs > span {
  position: relative;
  padding-right: 32px;
  color: #b7b7b7;
}
.dev-themes-attrs > span .layui-icon {
  margin-right: 8px;
}
.dev-themes-attrs > span img,
.dev-themes-color {
  position: relative;
  top: -1px;
  width: 18px;
  margin-left: 8px;
}
.dev-themes-color {
  display: inline-block;
  top: 0;
  height: 11px;
}

.dev-themes-intro,
.dev-themes-content .layui-card-body > .layui-tab > .layui-tab-title {
  text-align: center;
}

/* > xs */
@media screen and (min-width: 768px) {
  /* 主题  */
  .dev-themes-intro {
    padding: 32px;
  }
  .dev-themes-active .layui-btn {
    height: 52px;
    line-height: 52px;
    margin: 0 16px 16px 0;
    padding: 0 32px;
    font-size: 18px;
    border-radius: 3px;
  }
  .dev-themes-content .layui-card-body {
    padding: 8px 32px;
  }
}

/* xs */
@media screen and (max-width: 767.98px) {
  /* 主题  */
  .dev-themes {
    margin: 0;
    padding: 0;
  }
  .dev-themes-cover {
    margin: 0;
  }
  .dev-themes-intro {
    padding: 16px;
  }
  .dev-themes-intro h1 {
    padding: 6px 0;
    font-size: 18px;
  }
  .dev-themes-intro p {
    font-size: 14px;
  }
}
.layui-nav .layui-nav-item a {
  color: #fff;
}
.fly-layui-user .layui-nav-child a {
  color: #000000;
}
.layui-nav {
  background-color: #fc8d41;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
  background-color: #ec6f2f;
}
.layui-nav .layui-this::after,
.layui-nav-bar {
  background-color: #ffffff;
}
.layui-nav-tree .layui-nav-bar {
  background-color: #ffffff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fc8d41;
}

.radio-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.radio-wrapper .icon {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.radio-wrapper .text {
  font-size: 15px;
}
.radio-border {
  width: 155px;
  height: 35px;
}
.layui-form-radio {
  margin: 0 0 0 0;
  padding-right: 0px;
}
.layui-elem-quote {
  border-left: 5px solid #fc8d41;
}
/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*火狐*/
input[type='number'] {
  -moz-appearance: textfield;
}
.tc h1 {
  text-align: center;
  padding: 20px 0 10px;
  color: red;
  font-size: 26px;
}
.tc p {
  padding: 0 0 0 80px;
  margin-bottom: 15px;
  font-size: 14px;
}
.layui-btn-normal {
  background-color: #fc8d41;
}
.layui-card-header {
  border-bottom: 1px solid #e6e6e6;
}
.layui-card:last-child {
  border: 1px solid #e6e6e6;
}
.layui-btn-ss {
  height: 22px;
  line-height: 22px;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-9deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1) rotate(9deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1) rotate(-9deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-9deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1) rotate(9deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1) rotate(-9deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.progress-bar {
  animation: progress-bar-active 2s linear infinite normal;
}
.progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 2rem 2rem;
}
@-webkit-keyframes progress-bar-active {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2rem 0;
  }
}
@keyframes progress-bar-active {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2rem 0;
  }
}
.progress.progress-active > .progress-bar {
  animation: progress-bar-active 2s linear infinite normal;
}
.layui-nav-tree {
  width: 215px;
}
/*侧边栏样式*/
.silder-wrapper {
  position: fixed;
  z-index: 100;
  top: 120px;
  left: 10px;
  width: 300px;
  height: 750px;
}
.silder-wrapper .silder-wrapper-button {
  position: absolute;
  width: 236px;
  height: 76px;
  left: 33px;
}
.silder-wrapper .silder-wrapper-button-1 {
  cursor: pointer;
  bottom: 273px;
}
.silder-wrapper .silder-wrapper-button-2 {
  cursor: pointer;
  bottom: 170px;
}
.silder-wrapper .silder-wrapper-button-3 {
  cursor: pointer;
  bottom: 66px;
}


.shadows {
  background-color: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.layui-layer-title {
  border-bottom: 1px solid #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  border-radius: 10px 10px 0 0 !important;
}
.layui-layer {
  border-radius: 10px 10px 10px 10px !important;
}
.layui-layer-iframe iframe {
  border-radius: 0 0 10px 10px;
}
.recom-item1-bottom {
  margin: 0 0 10px 0;
  cursor: pointer;
}

/*折扣券和抽奖礼物弹窗样式*/
.record-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
}
.record-popup .record-popup__open {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 204px;
  height: 63px;
}
.record-popup .record-popup__open-icon {
  width: 204px;
  height: 66px;
}
.recharge-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
}
.recharge-popup .recharge-popup__open {
  position: absolute;
  top: 234px;
  left: 50%;
  transform: translateX(-50%);
  width: 214px;
  height: 63px;
}
.recharge-popup .recharge-popup__open-icon {
  width: 204px;
  height: 63px;
}

.rr-common-popup__close {
  position: absolute;
  top: 3px;
  right: 3px;
}
.rr-common-popup__close-icon {
  width: 33px;
  height: 33px;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);

  padding: 90px 105px 0;
  width: 741px;
  height: 452px;
  background: url('/home/images/85@2x.png') transparent no-repeat 0 0;
  background-size: 100% 100%;
}


.popup__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.popup__title {
  margin-bottom: 17px;
  width: 389px;
  height: 43px;
}

.popup__tips {
  font-size: 10px;
  font-weight: 400;
  color: #BE7352;
}

.popup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
}

.popup__form-item {
  display: flex;
  align-items: center;
}

.popup__form-item+.popup__form-item {
  margin-top: 16px;
}

.popup__form-label {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #DC784B;
}

.popup__form-input {
  padding-left: 12px;
  width: 250px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D49077;
}

.popup__form-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #D49077;
}

.popup__form-input:focus {
  outline: 1px solid #D49077;
}

.popup__btn {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__btn-icon {
  width: 139px;
  height: 44px;
}

.popup__close {
  position: absolute;
  top: -14px;
  right: -18px;
}

.popup__close-icon {
  width: 26px;
  height: 26px;
}

.popup__tipe-primary {
  color: #FF4904;
  font-style: normal;
}

.mask {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 77%);
  display: none;
}

.mt40 {
  margin-top: 40px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* 充值券兑换 */
.site-popue-wrapper {
  margin-top: 20px;
  padding: 0 10px;
}
.popue-item {
  width: 280px;
  height: 90px;
  background: url('/home/images/popue-wrapper-bg.png');
  background-size: 100% 100%;
  padding-top: 12px;
  margin-right: 24px;
  margin-bottom: 24px;
  float: left;
}
.popue-item:nth-child(3n) {
  margin-right: 0;
}
.popue-item > div {
  text-align: center;
}
.popue-item .title {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.popue-item .date {
  font-size: 12px;
  color: #B99B8D;
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 16px;
}
.popue-item .btn .popue-btn {
  height: 24px;
  line-height: 24px;
  border-radius: 11px;
  font-size: 14px;
}

.my-game-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.home-my-game {
  position: absolute;
  right: 16px;
  top: 17px;
}
.home-my-game .search-my-game {
  background: #FF6F39;
  border-radius: 19px;
  padding: 5px 12px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 16px;
  cursor: pointer;
}
.home-my-game .search-my-game img {
  width: 13px;
  height: 13px;
}

.home-game-title {
  display: flex;
  justify-content: space-between;
}
.home-game-title .common-favator {
  width: 15px;
  height: 15px;
}
.home-game-title .favator {
  background: url('/home/images/game/my-game-bg-9.png') no-repeat;
  background-size: contain;
} 
.home-game-title .no-favator {
  background: url('/home/images/game/my-game-bg-10.png') no-repeat;
  background-size: contain;
}