@charset "utf-8";
@import url(../../css/init.css);
@import url(../../css/pub.css);
@import url(../../css/public.css);
@import url(../../fonts/simple-line-icons/css/simple-line-icons.css);
@import url(../fonts/iconfont.css);

@font-face {
  font-family: politicaregular;
  src: url(../../fonts/app-icons/politicaregular.ttf);
}

.upfile-tip {
  color: #27ae61;
}

.icon-heart,
.icon-like {
  cursor: pointer;
}

.forums-list-item {
  position: relative;
}

.forums-list-item .isessence {
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 0.3rem dotted #f40;
  color: #f40;
  line-height: 8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  right: 10%;
  top: 0;
  transform: rotate(-20deg);
}

.islock {
  position: absolute;
  width: 9rem;
  height: 3rem;
  color: #f40;
  /* transform: rotate(-10deg); */
  left: 25%;
  top: 1.5rem;
  border-radius: .5rem;
  font-size: 2rem;
  border: 0.3rem double #f40;
  text-align: center;
  font-weight: 900;
  line-height: 3rem;
}

#thread_comment {
  border: #27ae61 solid 0.1rem;
  border-radius: 0.5rem;
  outline: none;
  width: 98.79%;
  resize: vertical;
  min-height: 13rem;
  max-height: 30rem;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 0.5rem;
}

#thread_comment:focus {
  outline: none;
}

.post-replay {
  background-color: #27ae61;
  border: 1px solid #27ae61;
  height: 2.8rem;
  outline: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 2rem;
  width: 100%;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.img-content {
  display: flex;
  width: 100%;
  height: 20rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  margin-top: 1rem;
}

.img-content li {
  flex: 1;
  text-align: center;
}

.img-content img {
  width: 99%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.7rem;
  display: inline;
}

.img-content video {
  width: 99%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.7rem;
  display: inline;
}

.upload-file {
  position: relative;
}

.upload-file>i {
  position: absolute;
  font-size: 2rem;
  right: .5rem;
  top: .5rem;
  background-color: rgba(48, 54, 61, 0.5);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;

}

.add-file {
  display: inline-block;
  width: 12.8rem;
  height: 12.8rem;
  outline: none;
  background-image: url(../image/add_file.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.add-file input {
  width: 12.8rem;
  height: 12.8rem;
  opacity: 0;
  cursor: pointer;
}

.show-emoji {
  position: relative;
  display: inline-block;
}

.show-emoji:hover .arr-tip {
  opacity: 1;
  display: inline-block;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.arr-tip {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 3.3rem;
  opacity: 0;
  display: none;
  height: 30rem;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);


  /* -webkit-box-shadow: -0.5rem -0.5rem 1.5rem rgba(48, 54, 61, 0.2);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; */
}

.arr-tip::after {
  content: "";
  top: -2rem;
  left: 1.3rem;
  border: solid transparent;
  position: absolute;
  border-color: transparent;
  border-bottom-color: #f2f2f2;
  border-width: 1rem;
  margin-left: -1rem;
  z-index: 9;

}

.icon-emotsmile::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2rem;
  left: -1rem;
  top: 2rem;
  /*pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    */
}



.main-emoji {
  border-radius: .5rem;
  overflow-y: auto;
  height: 30rem;
  width: 50rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  font-size: 2.5rem;
  cursor: pointer;
}


.main-emoji span {
  height: 5rem;
  width: 5rem;
}



.option-icon .fl {
  margin-top: 1rem;
  margin-left: .3rem;
}

.option-icon li:nth-child(2) {
  margin-left: 2rem;
  position: relative;
}

.icon-picture input {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  cursor: pointer;
}

.option-icon .fl i {
  font-size: 2rem;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  z-index: 9;
  width: 18rem;
  /* height: 6rem; */
  padding-left: 2rem;
  left: -160%;
  margin: 0 0 1rem -10rem;
  bottom: 100%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 6rem;
  border-radius: 1rem;
  -webkit-box-shadow: -0.5rem -0.5rem 1.5rem rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  color: #fff;
}

.tooltip-content::after {
  content: "";

  left: 84%;
  top: 99.5%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 1rem;
  margin-left: -1rem;
}

/*
.tooltip-item .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
*/

.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip-item {
  cursor: pointer;
  display: inline-block;
  padding: 1rem 1rem;
}

.tooltip-item::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 2rem;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

.mytooltip {
  display: inline;
  position: relative;
  z-index: 9;
}

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.thread-time {
  color: #999;
  padding-top: 0.5rem;
}

.thread-replay {
  margin-top: 2rem;
}

.thread-title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 4rem;
}

.block_title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.block_title i {
  font-size: 1.2rem;
}

.thread-user>ul {
  height: 5rem;
  margin-left: 1.5rem;
}

.uname {
  font-size: 1.8rem;
}

.thread-user>ul li {
  height: 2.5rem;
  line-height: 2.5rem;
}

.forums-line {
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #f0f0f0;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.like-info {
  margin-left: 6.5rem;
  font-size: 1.6rem;
  color: #a8a8a8;
}

.like-active {
  color: #f40;
}

.like-info i {
  font-size: 1.8rem;
}

.thread-time :nth-child(2) {
  margin-left: 3rem;
}

.context-txt {
  margin-left: 6.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.main-board,
.main-thread {
  border-radius: 0.6rem;
  background-color: #fafafa;
  padding: 2rem;
  box-sizing: border-box;
}

.thread-list-item {
  margin-top: 2rem;
  position: relative;
}

.forums-opt {
  display: flex;
  justify-content: center;
}

.forums-opt button {
  padding: 0.5rem 2rem;
  border: 0.1rem solid #27ae61;
  font-size: 1.4rem;
  color: #27ae61;
  background-color: #00000000;
  margin-right: 2rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.forums-opt button:hover {
  background-color: #27ae61;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.essence::after {
  content: "精华贴";
  display: inline-block;
  width: 6rem;
  height: 1.6rem;
  border: 0.1rem solid #ff2f2f;
  border-radius: 0.3rem;
  color: #ff2f2f;
  line-height: 1.6rem;
  text-align: center;
  padding: 0.3rem;
  margin-right: 0.5rem;
}

.nodata {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.nodata img {
  width: 60%;
  height: auto;
}

.item-nodata {
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
}

.item-nodata p {
  text-align: center;
  font-size: 2rem;
  color: #27ae61;
  margin-top: 3rem;
}

.bbs-box {
  position: relative;
}

.userlogin {
  width: 90%;
  height: 30rem;
  border-radius: 0.5rem;
  /*border: 1px solid #ddd;*/
  background-color: #fafafa;
  /* box-shadow: 0px 1px 3px #8c8c8c; */
  box-sizing: border-box;
  padding: 1rem 2rem 2rem;
  float: right;
}

.baseUserInfo {
  /*width: 100px;
    display: inline-block;
    text-align: left;
    padding: 20px 30px 30px 0;
    border-right: 1px solid #e8e8e8;
    left: 0;
    top: 90px;
    */
  right: 0;
  position: absolute;
}

#userLoginDiv .login input {
  outline: none;
  border: 0.1rem solid #ddd;
  height: 4rem;
  width: 100%;
  border-radius: 0px;
  font-size: 1.6rem;
  padding: 0 1.5rem 0 3.5rem;
  box-sizing: border-box;
}

#userLoginDiv .login ul li:nth-child(-n + 3) {
  height: 7rem;
  line-height: 7rem;
  position: relative;
}

#userLoginDiv .login ul li i {
  position: absolute;
  font-size: 2rem;
  color: #9e9e9e;
  left: 0.5rem;
  top: 50%;
  margin-top: -1rem;
}

#userLoginDiv .login button {
  background-color: #27ae61;
  border: 1px solid #27ae61;
  height: 4rem;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#userLoginDiv .login button:hover,
.post-replay:hover {
  background-color: #fff;
  color: #27ae61;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.noreplay-content {
  text-align: center;
  font-size: 1.8rem;
  height: 10rem;
  line-height: 10rem;

}

.forums-context {
  line-height: 1.6;
  font-size: 1.6rem;
}

.array-image {
  width: 100%;
  text-align: left;
  /* margin-left: 2.5rem; */
}

.re-array-image {
  margin-left: 6.5rem;
}

.re-array-image p img {
  width: 95%;
  margin-top: 1rem;
}

.re-array-image p video {
  width: 95%;
  margin-top: 1rem;
}

.array-image p img {
  width: 90%;
  height: auto;
  max-height: 100rem;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.array-image p video {
  width: 90%;
  height: auto;
  max-height: 70rem;
  /* object-fit: cover; */
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.userBase {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.userBase .userName {
  font-size: 1.8rem;
  margin-left: 1rem;
  font-weight: 500;
  height: 5rem;
  line-height: 5rem;
}

.userBase .ip {
  position: absolute;
  font-size: 1.2rem;
  color: #a8a8a8;
  margin-left: 5rem;
  right: 0;
  top: 0;
}

.author-img,
.login-author-img {
  border-radius: 50%;
  vertical-align: top;
}

.author-img {
  width: 5rem;
  height: 5rem;
}

.login-author-img {
  width: 7.2rem;
  height: 7.2rem;
}

.login-uname {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 0.5rem;
  height: 7.2rem;
  line-height: 7.2rem;
}

.userlogin ul {
  margin: 1rem 0;
}

.userlogin ul li {
  color: #999;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
}

.forums-view {
  padding-top: 2.5rem;
  margin-bottom: 2rem;
  color: #999;
}

.forums-view span {
  line-height: 1.8rem;
  font-size: 1.4rem;
}

.forums-view span:nth-child(1) i {
  margin-top: -0.2rem;
}

.forums-view span i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.ml30 {
  margin-left: 3rem;
}

.forums-page {
  clear: both;
  margin-top: 3rem;
}

.forums-page ul {
  text-align: center;
}

.forums-page ul> :nth-last-child(n + 2) {
  margin-right: 15px;
}

.forums-page ul li {
  height: 36px;

  display: inline-block;
  line-height: 36px;
  text-align: center;
  border: 1px solid #bcbcbc;
  color: #777777;
}

.forums-page ul li a {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  box-sizing: border-box;
}

.forums-page ul li:hover {
  background-color: #27ae61;
  border: 1px solid #27ae61;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.forums-page ul li:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.page-active {
  background-color: #27ae61;
  border: 1px solid #27ae61;
  color: #fff;
}

.forums-page .pc-page {
  display: block;
}

.forums-page .mobile-page {
  display: none;
}

.viewer-container .viewer-toolbar .viewer-zoom-in:before {
  background: url(../image/add_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-zoom-out:before {
  background: url(../image/subtract_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-one-to-one:before {
  background: url(../image/1_1_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-reset:before {
  background: url(../image/reflash_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-prev:before {
  background: url(../image/left_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-play:before {
  background: url(../image/play_icon.png) 50% no-repeat;
  background-size: 100%;
  height: 74px;
  width: 74px;
}

.viewer-container .viewer-toolbar .viewer-next:before {
  background: url(../image/right_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-rotate-left:before {
  background: url(../image/turn_left.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-rotate-right:before {
  background: url(../image/turn_right.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-flip-horizontal:before {
  background: url(../image/heng_icon.png) 50% no-repeat;
  background-size: 100%;
}

.viewer-container .viewer-toolbar .viewer-flip-vertical:before {
  background: url(../image/shu_icon.png) 50% no-repeat;
  background-size: 100%;
}

.footer {
  margin-top: 3rem;
}

.progress {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background-color: rgba(10, 10, 10, 0.4);
  border-radius: 0.25rem;
  left: 0;
  top: 0;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.txt-danger {
  font-size: 1.8rem;
  color: #ff2f2f;
}


.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar {
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  background-color: #27ae61;
  transition: width .6s ease;
  text-align: center;
  margin-top: 10rem;
}

.edittip {
  font-size: 1.6rem;
  text-align: right;
  padding-right: 2rem;
  line-height: 2rem;
  margin-top: 3rem;
  font-style: italic;
}

#repotMsg {
  border: #a8a8a8 solid 0.1rem;
  border-radius: 0.5rem;
  outline: none;
  width: 100%;
  resize: vertical;
  min-height: 10rem;
  max-height: 20rem;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 0.5rem;
}

.dialog-txt {
  margin: 5rem auto;
  display: flex;
  width: 80%;
  flex-direction: column;
}

.repot-submit {
  margin-top: 2rem;
  background-color: #27ae61;
  border: 1px solid #27ae61;
  height: 4rem;
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  width: 20rem;
  cursor: pointer;
  border-radius: .5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.repot-submit:hover {
  color: #27ae61;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mobile-page-info {
  height: 3rem;
  line-height: 3rem;
}


.dialog-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .array-image p img {
    width: 100%;
  }

  .re-array-image p img {
    width: 99%;
  }

  .re-array-image p video {
    width: 99%;

  }

  .userlogin {
    width: 100%;
    height: 40rem;
  }

  .forums-page .pc-page {
    display: none;
  }

  .forums-page .mobile-page {
    display: block;
  }

  .bbs-user {
    margin-top: 3rem;
  }

  .baseUserInfo {
    position: sticky;
    margin-top: 2rem;
  }


  .main-emoji {
    width: 40rem;
    box-sizing: border-box;
  }


  .forums-opt button {
    padding: 0.2rem 0.5rem;
    font-size: 1.4rem;
    margin-right: 1rem;
  }



}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .userlogin {
    width: 100%;
    margin-top: 2rem;
    height: 30rem;
  }

  .baseUserInfo {
    position: sticky;
  }

  .main-emoji {
    width: 45rem;
    box-sizing: border-box;
  }

  /* .tooltip-content::after{
    left: 54%;
  }
  .tooltip-content {
    left: 50%;
  } */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .baseUserInfo {
    right: 0;
    position: absolute;
  }

  .main-emoji {
    width: 50rem;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1201px) {
  .baseUserInfo {
    right: 0;
    position: absolute;
  }
}