.over-hiden {
  position: fixed;
  left: 0;
  right: 0;
}

label {
  margin-bottom: 0 !important;
}

.mar-t-10 {
  margin-top: 10px !important;
}

body {
  position: relative;
}

.text-red {
  font-size: 12px;
  color: #f44444;
  font-weight: 600;
}

.text-over {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  /* padding: 10px 5px !important; */
  /* position: relative; */
  vertical-align: sub;
}

.coment-show {
  background-color: #eaeaea;
  position: absolute;
  /* -webkit-transition: .5s ease; */
  /* transition: .5s ease; */
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
  height: -webkit-fill-available;
}

.coment-show > .show-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background-color: #4e4e4e;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.coment-show > .show-head > a {
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-show > .show-head > span {
  width: 60%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-show > .show-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 40px;
  webkit-overflow-scrolling: touch;
}

.coment-show > .show-cont > .nav-tabs > li.active > a,
.coment-show > .show-cont .nav-tabs > li.active > a:focus,
.coment-show > .show-cont .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #ff8b00;
  border: 1px solid #e87e00;
  font-weight: 600;
  border-radius: 0;
}

.coment-show > .show-cont > .nav > li > a:focus,
.coment-show > .show-cont .nav > li > a:hover {
  text-decoration: none;
  background-color: #ff8b00;
  border: 1px solid #e87e00;
  font-weight: 600;
  border-radius: 0;
  color: #fff;
}

.coment-show > .show-cont > ul {
  list-style: none;
  padding: 0;
}

.coment-show > .show-cont > ul > li {
  width: 50%;
  border-radius: 0;
}

.coment-show > .show-cont > ul > li > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-show > .show-cont > form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.coment-show > .show-cont > form > textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border-radius: 0;
}

.coment-show > .show-cont > form > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  width: 20%;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0197f8;
  border: 1px solid #0197f8;
}

.coment-show > .show-cont > .tab-content {
  padding: 5px 0;
  background-color: #f4f4f4;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.coment-show .show-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.coment-show .show-footer form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  z-index: 999;
  margin: 0;
}

.coment-show .show-footer form > textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding-left: 10px;
}

.coment-show .show-footer form > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: initial;
  border-radius: 0;
  background-color: #0197f8;
  border: 1px solid #0197f8;
}

.new-body {
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #e3e3e3;
          box-shadow: 2px 2px 2px #e3e3e3;
}

.new-body > .search-new .popularity {
  list-style: none;
}

.new-body > .search-new .popularity > li {
  float: left;
  margin-right: .5%;
}

.new-body > .search-new .popularity > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  font-size: 12px;
}

.new-body > .search-new .popularity:after {
  content: '';
  display: block;
  clear: both;
}

.new-body > .new-contents {
  padding: 0;
  margin: 0;
}

.new-body > .new-contents > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}

.new-body > .new-contents > ul > li {
  float: left;
  width: 33.33333%;
  height: 50px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}

.new-body > .new-contents > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #050505;
  font-weight: 600;
  font-size: 16px;
}

.new-body > .new-contents > ul > li:first-child {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

.new-body > .new-contents > ul > li:last-child {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.new-body > .new-contents > ul .active {
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 60px;
  margin-top: -10px;
  z-index: 999;
  border-bottom: 0;
  -webkit-box-shadow: inset 0px -20px 14px 4px #eaeaea;
          box-shadow: inset 0px -20px 14px 4px #eaeaea;
  border-top: 4px solid #ffde00;
  background-color: white;
}

.new-body > .new-contents > ul:after {
  content: '';
  display: block;
  clear: both;
}

.new-body > .new-contents > .check-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin: 5px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-body > .new-contents > .check-radio > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.new-body > .new-contents > .check-radio > label > input {
  margin-right: 5px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}

.content-nav {
  list-style: none;
  padding: 0;
  margin-top: 18px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
}

.content-nav > .active {
  background-color: #ff6122;
  color: #fff;
  border-radius: 0 !important;
}

.content-nav > li {
  float: left;
  width: 11.111%;
  height: 37px;
  border-right: 1px solid #a3a3a3;
  background-color: #f2f2f2;
}

.content-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: .8rem;
  position: relative;
}

.content-nav > li > a span {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
}

.content-nav > li:first-child {
  border-radius: 5px 0 0 5px;
}

.content-nav > li:last-child {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}

.content-nav:after {
  content: '';
  display: block;
  clear: both;
}

.content-list > ul {
  list-style: none;
  padding: 0;
}

.content-list > ul > li > a {
  float: left;
  margin-right: .5%;
  margin-bottom: .5%;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  position: relative;
  width: 12%;
}

.content-list > ul > li > a img {
  width: 100%;
  max-width: 100%;
}

.content-list > ul > li > a > .top-img {
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.content-list > ul > li > a > .top-img > img {
  height: auto;
  vertical-align: middle;
  border-radius: 5px 5px 0 0;
}

.content-list > ul > li > a > .top-img > .day {
  position: absolute;
  width: 80px;
  top: 5px;
  right: -20px;
  text-align: center;
  background-color: #9c9c9c;
  color: #fff;
  font-size: .8rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.content-list > ul > li > a > .cont {
  padding: 5px;
}

.content-list > ul > li > a > .cont > h5 {
  padding: 0;
  margin: 0;
  font-size: .8rem;
  color: #000;
  text-align: left;
  font-weight: 600;
  line-height: .8rem;
  margin-bottom: 5px;
  max-width: 90px;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-list > ul > li > a > .cont > p {
  font-size: .8rem;
  text-align: left;
  font-weight: 600;
  line-height: .8rem;
  margin: 0;
  margin-bottom: 5px;
}

.content-list > ul > li > a > .cont > .tit {
  color: #a9b1bc;
  text-align: left;
  max-width: 90px;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-list > ul > li > a > .cont > .tit-v {
  color: #7f7f7f;
  text-align: left;
}

.content-list > ul > li > a:last-child {
  margin-right: 0;
}

.content-list > ul:after {
  content: '';
  display: block;
  clear: both;
}

.new-menu {
  margin-top: 18px;
}

.new-menu > ul {
  margin: 0 !important;
}

.new-menu > ul::after {
  content: '';
  display: block;
  clear: both;
}

.new-menu > ul > li {
  float: left;
  margin-right: 0.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  height: 45px;
  line-height: 43px;
  width: 5.69%;
}

.new-menu > ul > li > a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #898989;
  background-color: #fff;
  color: #222222;
  height: 40px;
  width: 100%;
  line-height: 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  opacity: .99;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.new-menu > ul > li > a.active {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #222222;
  height: 40px;
  min-width: 67px;
  line-height: 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  opacity: .99;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.new-menu > ul > li > a.active {
  width: 100% !important;
  min-width: auto;
}

.new-menu > ul > li > a > font {
  border-bottom: 1px solid #ff0909;
  padding-bottom: 3px;
}

.new-menu > ul > li > a:hover > font,
.new-menu > ul > li > a.active > font {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
}

.new-menu > ul > li:nth-last-child(1) {
  margin-right: 0;
}

.new-menu > ul > li > a:before {
  content: '';
  background-color: #ffde00;
  width: 140%;
  height: 140%;
  position: absolute;
  top: 80%;
  left: -120%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.new-menu > ul > li > a:hover:before {
  top: -20%;
  left: -20%;
  color: #000;
}

.scachar > ul > li {
  width: 10.49%;
  position: relative;
}

.scachar > ul > li > span {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  display: block;
  line-height: initial;
}

.title > ul > li {
  width: 5.32%;
  position: relative;
}

.title > ul > li > span {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  display: block;
  line-height: initial;
}

.back-to-top {
  bottom: 20px;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 999;
  background-color: #ffffffad;
  -webkit-box-shadow: 2px 2px 2px #eaeaea;
  box-shadow: inset 0px -20px 7px #e9e9e9;
  border-radius: 50%;
  border: 1px dashed #000;
}

.new-tab-two > .nav-tabs > li.active > a,
.new-tab-two .nav-tabs > li.active > a:focus,
.new-tab-two .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #ffde00;
  border: 1px dashed #898989;
  font-weight: 600;
}

.new-tab-two > .nav > li > a:focus,
.new-tab-two .nav > li > a:hover {
  text-decoration: none;
  background-color: #ffde00;
  border: 1px dashed #898989;
  font-weight: 600;
}

.new-tab-two > ul {
  border-bottom: none;
}

.new-tab-two > ul > li {
  width: 49.5%;
  margin-right: 1%;
}

.new-tab-two > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #898989;
  border-radius: 5px;
}

.new-tab-two > ul > li:last-child {
  margin-right: 0;
}

.new-tab > .nav-tabs > li.active > a,
.new-tab .nav-tabs > li.active > a:focus,
.new-tab .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #ffde00;
  border: 1px dashed #898989;
  font-weight: 600;
}

.new-tab > .nav > li > a:focus,
.new-tab .nav > li > a:hover {
  text-decoration: none;
  background-color: #ffde00;
  border: 1px dashed #898989;
  font-weight: 600;
}

.new-tab > ul {
  border-bottom: none;
}

.new-tab > ul > li {
  width: 32.6%;
  margin-right: 1%;
}

.new-tab > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #898989;
  border-radius: 5px;
}

.new-tab > ul > li:last-child {
  margin-right: 0;
}

.pad-10 {
  padding: 10px !important;
}

.coment-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.coment-nav > a {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 5px 25px;
  margin-right: 5px;
  background-color: #f9f9f9;
  font-size: .8rem;
  line-height: 1rem;
}

.coment-nav > .active {
  border-radius: 5px;
  padding: 5px 25px;
  margin-right: 5px;
  background-color: #ffde00;
  border: 1px solid #d5bb09;
}

.coment-nav > div {
  position: absolute;
  right: 0;
}

.coment-nav > div > a {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  position: relative;
}

.coments > .coment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.coments > .coment-head > .navigation {
  width: 100%;
  position: relative;
}

.coments > .coment-head > .navigation > select {
  border-radius: 5px;
  margin: 5px;
  min-width: 120px;
  outline: none;
  padding: 5px;
}

.coments > .coment-head > .navigation > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #959595;
  font-weight: 100;
}

.coments > .coment-head > .navigation > span {
  border-bottom: 1px dashed #aaa;
  font-size: .8rem;
  line-height: 1rem;
  margin-left: 5px;
  padding-bottom: 5px;
}

.coments > .coment-head > .navigation > div {
  position: absolute;
  top: 0;
  right: 0;
}

.coments > .coment-head > .navigation > div > button {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 0 10px;
}

.coments > .coment-head > .coment-tit > h5 {
  padding: 0;
  margin: 15px 0 5px;
  font-size: .9rem;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #5a5a5a;
}

.coments > .coment-head > .coment-tit > input[type=title] {
  margin: 5px;
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 1px solid #a9a9a9;
  outline: none;
  padding-left: 10px;
  font-size: 12px;
  color: #959595;
}

.coments > .coment-head > .coment-detail {
  position: relative;
}

.coments > .coment-head > .coment-detail > .detail {
  font-size: 12px;
  color: #959595;
}

.coments > .coment-head > .coment-detail > .detail > label {
  font-weight: 100;
  margin-right: 1.5%;
}

.coments > .coment-head > .coment-detail > .detail > label > i {
  margin-right: 5px;
}

.coments > .coment-head > .coment-detail > .detail > label:last-child {
  margin-right: 0;
}

.coments > .coment-head > .coment-detail > .detail-time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #959595;
}

.coments > .coment-head > .coment-detail > .detail-time > label {
  font-weight: 100;
  margin-right: 1.5%;
}

.coments > .coment-head > .coment-detail > .detail-time > label > i {
  margin-right: 5px;
}

.coments > .coment-head > .coment-detail > .detail-time > label:last-child {
  margin-right: 0;
}

.coments > .coment-body .c-table {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}

.coments > .coment-body .c-table > table {
  width: 100%;
}

.coments > .coment-body .c-table > table > thead > tr {
  border-bottom: 1px solid #eaeaea;
  border-top: 2px solid #000;
}

.coments > .coment-body .c-table > table > thead > tr > th {
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
  height: 40px;
  line-height: 40px;
}

.coments > .coment-body .c-table > table > tbody > .active {
  background-color: #f5f5f5;
}

.coments > .coment-body .c-table > table > tbody > .admin {
  background-color: aliceblue;
  font-weight: 600;
  color: #156684;
}

.coments > .coment-body .c-table > table > tbody > .admin:hover {
  background-color: aliceblue;
}

.coments > .coment-body .c-table > table > tbody > tr {
  border-bottom: 1px dashed #d3d3d3;
}

.coments > .coment-body .c-table > table > tbody > tr > td {
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
  padding: 10px 5px;
}

.coments > .coment-body .c-table > table > tbody > tr > td > span {
  margin-right: 5px;
}

.coments > .coment-body .c-table > table > tbody > tr > td > .text-position {
  position: absolute;
  top: 0;
  right: 0;
}

.coments > .coment-body .c-table > table > tbody > tr > td:nth-of-type(2) {
  text-align: left;
}

.coments > .coment-body .c-table > table > tbody > tr:hover {
  background-color: #fafafa;
}

.coments > .coment-body > .coment-form {
  border-bottom: 1px solid #f2f2f2;
  min-height: 300px;
  padding: 5px;
  margin-top: 5px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}

.coments > .coment-body > .coment-form > textarea {
  width: 100%;
  outline: none;
  font-size: 12px;
  border: 1px solid #a9a9a9;
  padding-left: 10px;
  color: #959595;
  min-height: 300px;
}

.coments > .coment-body > .coment-form > .coment-link > div {
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #a9a9a9;
  height: 33px;
  border-radius: 5px;
}

.coments > .coment-body > .coment-form > .coment-link > div > input[type=text] {
  width: -webkit-fill-available;
  outline: none;
  padding-left: 10px;
  border: none;
}

.coments > .coment-body > .coment-form > .coment-link > div > input[type=file] {
  width: -webkit-fill-available;
  outline: none;
  padding-left: 10px;
  border: none;
}

.coments > .coment-body > .coment-form > .coment-link > div > a > i {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #303030;
  color: #fff;
  width: 30px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 5px 5px 0;
}

.coments > .coment-body > .coment-form > .recommend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.coments > .coment-body > .coment-form > .recommend > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coments > .coment-body > .coment-form > .recommend > a > div {
  border-radius: 10px;
  background-color: #ededed;
  border: 2px solid #ededed;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.coments > .coment-body > .coment-form > .recommend > a > div > .icon {
  padding: 15px;
}

.coments > .coment-body > .coment-form > .recommend > a > div > .icon-text {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coments > .coment-body > .coment-form > .recommend > div {
  border-radius: 10px;
  background-color: #ededed;
  border: 2px solid #ededed;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.coments > .coment-body > .coment-form > .recommend > div > .icon {
  padding: 15px;
}

.coments > .coment-body > .coment-form > .recommend > div > .icon-text {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coments > .coment-body > .coment-form > .recommend > :first-child {
  margin-right: 5%;
}

.coments > .coment-body > .btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}

.coments > .coment-body > .btn-group > button {
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
}

.coments > .coment-body > .btn-group > .btn-close {
  background-color: #a9a9a9;
  border: 1px solid #7e7e7e;
}

.coments > .coment-body > .c-nav {
  width: 100%;
  margin: 15px 0;
}

.coments > .coment-body > .c-nav > div {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coments > .coment-body > .c-nav > div > a {
  padding: 5px 10px;
}

.coments > .coment-body > .c-nav > :first-child {
  width: 30%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.coments > .coment-body > .c-nav > :first-child > a > img {
  margin-right: 15px;
}

.coments > .coment-body > .c-nav > :last-child {
  width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.coments > .coment-body > .c-nav > :last-child > a > img {
  margin-left: 15px;
}

.coments > .coment-body > .c-nav > :nth-of-type(2) {
  width: 40%;
}

.coments > .coment-body > .c-nav:after {
  content: '';
  display: block;
  clear: both;
}

.coments > .coment-body > .web > .coment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  width: 100%;
  position: relative;
}

.coments > .coment-body > .web > .coment-btn > textarea {
  width: 100%;
  height: 60px;
  line-height: 1rem;
  padding: 10px 80px 0 10px;
  outline: none;
}

.coments > .coment-body > .web > .coment-btn > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  border-radius: 0 5px 5px 0;
  font-size: .8rem;
  line-height: 1rem;
}

.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 15px auto 0;
}

.pagination > li > a {
  width: initial;
  height: initial;
  font-size: 12px;
  padding: 5 10px;
  z-index: 0 !important;
}

.coment-user-list {
  margin-top: 0;
}

.coment-user-list > ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.coment-user-list > ul > li {
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 10px;
}

.coment-user-list > ul > li > h5 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  position: relative;
}

.coment-user-list > ul > li > h5 > .declaration {
  position: absolute;
  top: 0;
  right: 0;
}

.coment-user-list > ul > li > h5 > .declaration > label {
  padding: 0 10px;
  margin: 0;
  font-size: .5rem;
  font-weight: 100;
  /* color: #909090; */
}

.coment-user-list > ul > li .user-coment > .top-coment {
  font-size: 12px;
  line-height: 0.8rem;
  letter-spacing: -0.5px;
  margin-top: 5px;
}

.coment-user-list > ul > li .user-coment > .top-coment > span {
  margin-right: 5px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment {
  position: relative;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .declaration > label {
  padding: 0 10px;
  margin: 0;
  font-size: .5rem;
  font-weight: 100;
  /* color: #a2a2a2; */
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .declaration > label:first-child {
  border-right: 1px solid #dadada;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-btn > button {
  height: 24px;
  line-height: 21px;
  font-size: 12px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-btn > button > img {
  width: 12px;
  margin-right: 5px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-btn > button:last-child {
  margin-right: 0;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show {
  margin-top: 10px;
  display: none;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li:first-child {
  border-top: 1px solid #dadada;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li {
  border-bottom: 1px solid #dadada;
  padding: 10px;
  background: #f4f4f4;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li h5 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  position: relative;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li h5 > span {
  color: #0197f8;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li h5 > img {
  margin-top: -5px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li h5 > .declaration {
  position: absolute;
  top: 0;
  right: 0;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li h5 > .declaration > label {
  padding: 0 10px;
  margin: 0;
  font-size: .5rem;
  font-weight: 100;
  /* color: #a2a2a2; */
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .top-coment {
  font-size: 12px;
  line-height: .8rem;
  margin-left: 15px;
  margin-top: 15px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .top-coment > span {
  margin-right: 5px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .bottom-coment {
  position: relative;
  margin-left: 15px;
  padding: 0;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .bottom-coment > .de-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .bottom-coment > .de-btn > button {
  height: 24px;
  line-height: 21px;
  font-size: 12px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li:last-child {
  border-bottom: 0;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .ment-show {
  display: none;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .ment-show form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  z-index: 999;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .ment-show form > textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding-left: 10px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .ment-show form > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: initial;
  border-radius: 0;
  background-color: #0197f8;
  border: 1px solid #0197f8;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .ment-show > form {
  margin-top: 6px;
}

.coment-user-list > ul > li .user-coment > .bottom-coment .m-show {
  margin-top: 0;
}

.mobile-text {
  display: none;
}

@media screen and (max-width: 980px) {
  .new-body {
    width: 100%;
    max-width: unset;
  }
  .tab-content {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .c-table {
    width: 100%;
  }
  #main-footer {
    display: none;
  }
  .mobile-t {
    display: none;
  }
  .coment-user-list > ul > li .user-coment > .bottom-coment > .de-show > ul > li > .bottom-coment {
    position: relative;
    margin-left: 15px;
    padding: 0;
  }
  .mobile-text {
    display: block;
    margin-top: 5px;
  }
  .mobile-text > ul {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .mobile-text > ul > li {
    float: left;
    font-size: 12px;
    line-height: 10px;
    color: #a5a5a5;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ddd;
  }
  .mobile-text > ul > li:last-child {
    border-right: 0;
  }
  .mobile-text > ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .coment-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    cursor: pointer;
    width: 150px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    text-align: center;
    z-index: 50;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #000;
    margin-bottom: -1px;
  }
  .coment-list > label {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 32px;
  }
  .coment-list > label > span {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -7px;
  }
  .coment-list > label > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .coment-list > label > a > span {
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    padding: 2px 5px;
  }
  .new-menu > ul > li {
    width: 12%;
    margin-right: .5%;
  }
  .scachar > ul > li {
    width: 10.49%;
    position: relative;
    margin-right: .5%;
  }
  .title > ul > li {
    width: 10.6%;
    position: relative;
    margin-right: .5%;
  }
  .aaa {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .aaa .show-cont {
    position: fixed !important;
    bottom: 40px;
    overflow: hidden;
  }
  .new-menu > ul > li > a:before {
    content: '';
    background-color: #ffde00;
    width: 140%;
    height: 90%;
    position: absolute;
    top: 80%;
    left: -120%;
  }
  .new-menu > ul > li > a:hover:before,
  .new-menu > ul > li > a.active:before {
    top: 5%;
    left: -20%;
    color: #000;
  }
  .new-tab > ul > li > a {
    font-size: .8rem;
  }
  .new-contents {
    padding: 0;
    margin: 0;
  }
  .new-contents > ul {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .new-contents > ul > li {
    float: left;
    width: 33.33333%;
    height: 35px !important;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
  }
  .new-contents > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #050505;
    font-weight: 600;
    font-size: 12px !important;
  }
  .new-contents > ul .active {
    border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    height: 40px !important;
    margin-top: -5px !important;
    z-index: 999;
    border-bottom: 0;
    -webkit-box-shadow: inset 0px -20px 14px 4px #eaeaea;
    box-shadow: inset 0px -20px 14px 4px #eaeaea;
    border-top: 4px solid #ffde00;
    background-color: white;
  }
  .new-contents > ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .new-contents > .check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin: 5px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .new-contents > .check-radio > label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .new-contents > .check-radio > label > input {
    margin-right: 5px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
  }
  .content-list > ul > li > a {
    width: 32.3%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 850px) {
  .content-list > ul > li > a {
    width: 19%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
}

@media only screen and (min-width: 640px) {
  .top-img {
    width: 100%;
    min-height: 117px !important;
    max-height: 117px !important;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .top-img {
    width: 100%;
    min-height: 117px !important;
    max-height: 117px !important;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 420px) {
  .content-list > ul > li > a {
    width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .top-img {
    width: 100%;
    min-height: 85px !important;
    max-height: 85px !important;
    overflow: hidden;
    position: relative;
  }
  .coments > .coment-body > table > tbody > tr > td:nth-of-type(2) {
    text-align: left;
    padding-left: 20px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*# sourceMappingURL=new-body.css.map */