/* 主体公共样式 */
html,
body {
    direction: ltr;
    font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto !important;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@-ms-viewport {
  width: auto !important;
}
* {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
.row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: Microsoft YaHei;
  /* min-width: 1300px; */
}
input,
button,
a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
a:hover {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sb::after {
  content: '';
  flex: auto;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 结束 */
.clearfix::after {
  content: "";
  /* 空内容的默认高度为0,避免生成的内容破坏原有布局的高度 */
  display: block;
  /* 使生成的内容以块级元素显示,占满剩余空间 */
  height: 0;
  /* 当内容不为空时,设置0高度,避免生成的内容破坏原有布局的高度 */
  visibility: hidden;
  /* 使生成的内容不可见,避免影响被其盖住的内容的交互事件 */
  clear: both;
  /* 关键:清除左右浮动 */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pc {
  display: block;
}
.pn {
  display: none;
}
.bgEBF0F5 {
  background: #EBF0F5;
}
.singleLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moreLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.moreLine3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.border_none {
  border: none !important;
}
.bg_fff {
  background: #fff;
}
.m_20 {
  margin: 20px;
}
.m_l_20 {
  margin-left: 20px;
}
.m_l_10 {
  margin-left: 10px;
}
.m_t_20 {
  margin-top: 20px;
}
.m_t_16 {
  margin-top: 16px;
}
.m_b_20 {
  margin-bottom: 20px;
}
.m_b_0 {
  margin-bottom: 0px !important;
}
.m_b_35 {
  margin-bottom: 35px;
}
.p_20 {
  padding: 20px;
}
.p_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p_r_20 {
  padding-right: 20px;
}
.p_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p_t_20 {
  padding-top: 20px;
}
.p_t_10 {
  padding-top: 10px;
}
.p_b_10 {
  padding-bottom: 10px;
}
.p_b_20 {
  padding-bottom: 20px;
}
.w100 {
  width: 100%;
  height: 100%;
}
.fb {
  font-weight: bold !important;
}
.bg-fff {
  background-color: #fff;
}
body {
  background: #F3F3F0;
}
/* 面包屑 */
.Crumbs {
  width: 1200px;
  margin: 20px auto;
}
.Crumbs ul {
  display: flex;
}
.Crumbs ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.Crumbs ul li img {
  width: 14px;
  vertical-align: top;
  margin-top: 4px;
}
.Crumbs ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
  display: inline-block;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Crumbs ul li i {
  margin: 0 10px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.2s;
  /* Safari 和 Chrome */
  -o-transition: -o-transform 0.2s;
}
.down {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #333 !important;
    line-height: 1.8 !important;
}
.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #333 !important;
    line-height: 1.8 !important;
}
.Crumbs-menu {
  width: 136px;
  height: 143px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
  border-radius: 2px;
  border: 1px solid #F0F0F0;
  overflow-y: auto;
  position: absolute;
  left: -5px;
  top: 30px;
  z-index: 2;
  display: none;
}
.Crumbs-menu .item {
  height: 36px;
  background: #FFFFFF;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Crumbs-menu .item:hover {
  background: #F1F1F3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
}
.top-dec {
  border-top: 3px solid #56B95F;
}
.top-dec .top-dect-tit {
  height: 32px;
  background: #56B95F;
  border-radius: 0px 0px 16px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  padding: 0 30px 0 16px;
  display: inline-block;
}
.top-dec .top-dect-tit > img {
  margin-right: 6px;
}
.top-dect-comment {
  height: 32px;
  background: rgba(234, 234, 226, 0.6);
  border-radius: 0px 0px 16px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 32px;
  padding: 0 30px 0 16px;
  display: inline-block;
}
/* 主体区域 */
.MyCenter-main {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.dot-vertical {
  width: 18px;
  cursor: pointer;
}
.btn-report {
  position: relative;
}
.btn-report .list {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  overflow-y: auto;
  position: absolute;
  right: -6px;
  top: 24px;
  z-index: 2;
  display: none;
}
.btn-report .list .list-item {
  height: 36px;
  background: #ffffff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-report .list .list-item a {
  color: #000028;
}
.btn-report .list .list-item:hover {
  background: #f1f1f3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
}
.BBS-main .left-main {
    background: #fff;
    padding: 16px;
    border-top: 3px solid #00acc7;
}
.BBS-main .left-main .post-part {
    position: relative;
}
.BBS-main .left-main .post-part .postguidediv {
    display:none;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 235px;
    height: 85px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.BBS-main .left-main .post-part .postguideclose {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 14px;
    cursor: pointer;
}
.BBS-main .left-main .post-part h4 {
    font-size: 18px;
    font-weight: bold !important;
}
.BBS-main .left-main .option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000028;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
}
.BBS-main .left-main .option p {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  font-weight:bold;
}
.BBS-main .left-main .option p i {
  margin-right: 8px;
}
.BBS-main .left-main .option p a {
  color: #00ACC7;
  text-decoration: underline;
  margin-left: 10px;
}
.BBS-main .left-main .option label {
  margin-right: 20px;
  font-weight: 400;
  margin-bottom: 0;
  font-size:14px;
}
    .BBS-main .left-main .option label input {
        vertical-align: baseline;
        margin: 0 6px 0 0;
    }
    .BBS-main .left-main .option .filter-box {
        margin-right: 10px;
    }

    .BBS-main .left-main .option #fenlei {
        width: 140px;
    }
    .BBS-main .left-main .input-box h6 {
        font-size: 14px;
        /*color: #000028 !important;*/
        font-weight: bold !important;
        position: unset;
    }
.BBS-main .left-main .input-box .title-c {
  position: relative;
}
.BBS-main .left-main .input-box .title-c input {
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  height: 32px;
  line-height: 32px;
  width: 100%;
  text-indent: 10px;
}
.BBS-main .left-main .input-box .title-c span {
  position: absolute;
  right: 10px;
  top: 7px;
  color: rgba(0, 0, 0, 0.6);
}
.BBS-main .right-main .advertisement {
  background: #fff;
  height: 200px;
}
.BBS-main .right-main .right-list .illustrate {
  padding: 8px;
}
.BBS-main .right-main .right-list .illustrate h6 {
  font-size: 14px;
  padding: 10px 0 10px 24px;
  margin: 0;
  position: relative;
  font-weight: bolder !important;
  left:0;
}
    .BBS-main .right-main .right-list .illustrate h6::before {
        position: absolute;
        content: "►";
        font-size: 8px;
        margin-right: 8px;
        vertical-align: middle;
        left: 10px;
        top: 14px;
        font-family: Arial;
    }
.BBS-main .right-main .right-list .illustrate .text-main {
  padding: 12px;
  background: #F4FAFB;
  padding-left: 24px;
}
.BBS-main .right-main .right-list .illustrate .text-main p {
  display: block;
  line-height: 180%;
  color: #000028;
  position: relative;
  margin-bottom: 6px;
  font-weight: 400;
}
.BBS-main .right-main .right-list .illustrate .text-main p::before {
  position: absolute;
  content: "•";
  font-size: 12px;
  margin-right: 8px;
  vertical-align: middle;
  left: -12px;
}
.rotate-90 {
  transition: transform 0.2s !important;
  -moz-transition: -moz-transform 0.2s !important;
  -webkit-transition: -webkit-transform 0.2s !important;
  -o-transition: -o-transform 0.2s !important;
  transform: rotate(90deg) !important;
}
.fixed-left {
  position: fixed;
  left: calc((50% - 600px) - 62px);
  top: 370px;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: #56b95f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-right {
  position: fixed;
  right: calc((50% - 600px) - 230px);
  bottom: 20px;
  z-index: 2;
  width: 190px;
  height: 170px;
  overflow: hidden;
}
.fixed-right .fixed-right-code {
  width: 140px;
  height: 170px;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  float: left;
}
.fixed-right .fixed-right-code > img {
  width: 120px;
  height: 120px;
  display: block;
  margin-bottom: 7px;
}
.fixed-right .fixed-right-code > p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
}
.fixed-right .fixed-right-btn {
  float: right;
}
.fixed-right .fixed-right-btn .fixed-right-btn-top {
  height: 120px;
  margin-bottom: 10px;
  padding: 10px 0 10px;
}
.fixed-right .fixed-right-btn .fixed-right-btn-top > li {
  cursor: pointer;
  margin-bottom: 12px;
}
.fixed-right .fixed-right-btn .fixed-right-btn-top > li:last-child {
  margin-bottom: 0;
}
.fixed-right .fixed-right-btn .fixed-right-btn-top > li > img {
  display: block;
  margin: 0 auto;
}
.fixed-right .fixed-right-btn .fixed-right-btn-top > li p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
}
.fixed-right .fixed-right-btn .fixed-right-btn-btm {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fixed-right .fixed-right-btn > div,
.fixed-right .fixed-right-btn > ul {
  width: 40px;
  background: #ffffff;
  border-radius: 4px;
}
.fixed-tit {
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.fixed-tit h1 {
  width: 830px;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #000028;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-tit .fixed-tit-btns {
  width: calc(100% - 870px);
  float: right;
  padding-top: 10px;
  overflow: hidden;
}
.fixed-tit .fixed-tit-btns > button {
  font-size: 16px;
  font-weight: 400;
  color: #1d9d29;
  height: 34px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #56b95f;
  float: right;
  margin-left: 10px;
  padding: 0 10px;
}
.fixed-tit .fixed-tit-btns > button > img {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.fixed-tit .fixed-tit-btns > button.edit {
  background: #56b95f;
  color: #fff;
}
.mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
}
.jinhuaPop {
  display: none;
  width: 543px;
  height: 245px;
  top: 50%;
  margin-top: -122px;
  left: 50%;
  margin-left: -272px;
  padding: 16px;
  position: fixed;
  z-index: 99;
  background: linear-gradient(125deg, #D6EBFF -3.43%, #FFF 41.01%, #FFF 96.95%);
}
.jinhuaPop .icon-Close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 24px;
  padding: 0;
  background: none;
  cursor: pointer;
  z-index: 9;
}
.jinhuaPop .icon-Close:hover {
  background: #f5f5f5;
}
.jinhuaPop .main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.jinhuaPop .main .clap-hands {
  margin-left: -90px;
}
.jinhuaPop .main .text {
  margin-top: 20px;
  margin-left: -60px;
}
.jinhuaPop .main .text p {
  font-size: 18px;
  color: rgba(0, 0, 40, 0.6);
  margin-bottom: 10px;
}
.jinhuaPop .main .text a {
  font-size: 18px;
  color: #00ACC7;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 340px;
}
.jinhuaPop .main .text h4 {
  color: #000028;
  font-size: 20px;
  font-weight: 700;
}
.jinhuaPop .main .text h4 span {
  font-size: 18px;
  color: rgba(0, 0, 40, 0.6);
  font-weight: 400;
}
.jinhuaPop .main .Q-code {
  position: absolute;
  right: 10px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jinhuaPop .main .Q-code img {
  width: 98px;
  height: 98px;
}
.jinhuaPop .main .Q-code p {
  color: rgba(0, 0, 40, 0.6);
  font-size: 12px;
}
.level-up {
  display: none;
  width: 543px;
  height: 245px;
  top: 50%;
  margin-top: -122px;
  left: 50%;
  margin-left: -272px;
  padding: 16px;
  position: fixed;
  z-index: 99;
  background: linear-gradient(125deg, #D6EBFF -3.43%, #FFF 41.01%, #FFF 96.95%);
}
.level-up .icon-Close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 24px;
  padding: 0;
  background: none;
  cursor: pointer;
  z-index: 9;
}
.level-up .icon-Close:hover {
  background: #f5f5f5;
}
.level-up .main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  margin: 20px auto;
}
.level-up .main .vip {
  width: 100px;
  position: relative;
}
.level-up .main .vip img {
  position: relative;
  z-index: 2;
}
.level-up .main .vip p {
  font-size: 14px;
  text-align: center;
}
.level-up .main .vip::after {
  content: "";
  position: absolute;
  background: rgba(140, 181, 218, 0.5);
  filter: blur(15px);
  width: 100px;
  height: 28px;
  border-radius: 100px;
  z-index: 1;
  bottom: 30px;
}
.level-up > p {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.level-up > p .yellow {
  color: #FF9242;
}
.level-up > p .blue {
  color: #00ACC7;
}
.form-control {
    width: auto;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #333;
    padding: 6px 8px;
    height:33px;
}
#g_loading {
}

    #g_loading.modal-backdrop {
        opacity: 0.7;
        filter: alpha(opacity=70);
        background-color: #000;
    }

    #g_loading .loading-container {
        position: fixed;
        height: 75px;
        bottom: 0px;
        left: 5px;
        right: 5px;
        z-index: 1045;
        box-shadow: 2px 2px 10px #999;
        -moz-box-shadow: 2px 2px 10px #999;
        -webkit-box-shadow: 2px 2px 10px #999;
        opacity: 0.7;
        filter: alpha(opacity=70);
        border: 1px solid #c4c4c4;
    }

        #g_loading .loading-container .loading-content {
            padding-top: 15px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: 100%;
            background-color: #fff;
            text-align: center;
        }

            #g_loading .loading-container .loading-content progress {
                width: 250px;
                height: 15px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 15px;
            }

                #g_loading .loading-container .loading-content progress i {
                    background-repeat: no-repeat;
                    background-image: url("img/ajax-loader.gif");
                    background-position: center;
                    width: 31px;
                    height: 31px;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }

            #g_loading .loading-container .loading-content span {
                clear: both;
                font-size: 12px;
                line-height: 12px;
                margin-top: 15px;
            }
/* -- loading layer end -- */
/*页面样式兼容*/
.btn {
    padding: 0;
}
.send {
    float: right;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #00ACC7;
    color: #fff;
    font-size: 14px;
    height: auto;
}
.send i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
