body {
  background: url("../image/bodybg.png");
  /*background-size: 100%100%;*/
}

.thenbody {
  padding-top: 1.875vw;
  /*width:93.75vw;*/
  height: 80.185vh;
  display: flex;
  justify-content: space-around;
}

.body_left {
  width: 22.19%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}

.body_right {
  width: 69.9%;
  height: 100%;
  margin-left: -3%;
  background: rgba(255, 255, 255, 1);
}

.body_left .left_margin {
  /*width: 100%;*/
  height: 100%;
  margin: 0 2.76vw;
}

.top_title {
  width: 100%;
  padding-top: 5%;
}


.top_title p {
  width: 8vw;
  text-align: center;
  font-size: 1.5vw;
  margin-top: 3%;
  font-weight: 700;
  color: rgba(50, 51, 51, 1);
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(33, 154, 253, 1);
}

.top_title .top_border {
  width: 100%;
  height: 1px;
  background: rgba(33, 154, 253, 1);
  opacity: 0.2;
  padding: 0;
  margin: -2px;
}

.left_ul {
  width: 100%;
  height: 88%;
  overflow-y: auto;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  font-size: 1.3vw !important;
}

.layui-tab-title li {
  font-size: 1vw !important;
}

.layui-tab-content {
  width: 100%;
  height: 87%;
  margin: 1vw auto;
  overflow-y: auto;
  padding: 0 !important;
}

#article {
  width: 95%;
  margin: 0 auto;
}

.layui-tab {

  display: block;
  width: 100%;
  height: 100%;
}

#file {
  width: 100%;
  /*height: 100%;*/
  margin-top: 5.555vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#file li {
  width: 7.812vw;
  height: 7.812vw;
  text-align: center;
  /*margin-top: 4%;*/
  margin-bottom: 7.685vh;
  position: relative;
}

#file li a {
  color: #323333;
}

#file li a p {
  color: #666666;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


#file li .file_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 228, 1);
  box-shadow: 0px 4px 8px 1px rgba(4, 0, 0, 0.3);
  overflow: hidden;
}

#file li .file_div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#file li a h3 {
  font-size: .9vw;
  font-weight: 500;
  color: rgba(50, 51, 51, 1) !important;
  padding: 2.77vh 0 0.925vh 0;
  padding: 1.77vh 0 0.925vh 0;
  height: 1.25vw;
  line-height: 30px;
  padding: 0.925vh 0;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#file li .stamp_img {
  max-width: 100%;
  max-height: 100%;
}

#file li .stamp_ewm {
  width: 2.52vw;
  position: absolute;
  right: 10%;
  top: -.75vh;
}


.stamp_ewm_no_background {
  display: none;
  background: rgba(25, 25, 25, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.stamp_ewm_no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 7.812vw;
  height: 100%;
  margin-left: -3.906vw;
  background: url(../image/QrBackground.png)no-repeat;
  background-size: 100% 100%;
  /* background-size: cover; */
  background-position: center;
}

.stamp_ewm_no img {
  width: 80%;
  height: auto;
}

.stamp_ewm_no2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 100%;
  margin-left: -40%;
  background: url(../image/QrBackground.png)no-repeat;
  background-size: 100% 100%;
  /* background-size: cover; */
  background-position: center;
}

.stamp_ewm_no2 img {
  width: 80%;
  height: auto;
}


.layui-tab-title {
  border-bottom-style: none !important;
}




.right_top {
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
  height: 10%;
}

.layui-tab-title {
  left: 1vw !important;
}

.right_down {
  width: 100%;
  height: 80%;
}

.right_top .right_margin {
  display: flex;
  justify-content: space-between;
  height: 70%;
}

.right_top .right_margin input {
  border: 1px solid rgba(191, 191, 191, 1);
  width: 80%;
  padding-left: 1%;
  font-size: 1vw;
}

.right_top .right_margin button {
  width: 15%;
  font-size: 1vw;
  height: 100%;
  margin-right: 2%;
}

.right_margin {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.layui-tab-brief>.layui-tab-title.layui-this {
  font-weight: 600;
  color: rgba(50, 51, 51, 1) !important;
}


#stamp {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}


#stamp li {
  width: 15%;
  height: 9.7916vw;
  text-align: center;
  margin: 0.5vw;
  margin-bottom: 8%;
  position: relative;
}

#stamp li a {
  color: #323333;
}

#stamp li a p {
  color: #666666;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stamp li a p img {
  width: 1.25vw;
  height: auto;
  margin-right: 0.52vw;
}

#stamp li .stamp_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 228, 1);
  box-shadow: 0px 4px 8px 1px rgba(4, 0, 0, 0.3);
  overflow: hidden;
}

#stamp li .stamp_div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



#stamp li a h3 {
  font-size: .9vw;
  font-weight: 500;
  color: rgba(50, 51, 51, 1) !important;
  padding: 2.77vh 0 0.925vh 0;
  padding: 1.77vh 0 0.925vh 0;
  /*height: 1vw;*/
  line-height: 30px;
  padding: 0.925vh 0;
  margin-top: 0.5vh;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#stamp li .stamp_img {
  max-width: 100%;
  max-height: 100%;
}

#stamp li .stamp_ewm {
  width: 2.52vw;
  position: absolute;
  right: 10%;
  top: -.7vh;
}

#album {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#album li {
  width: 15%;
  height: 9.7916vw;
  text-align: center;
  margin: 0.5vw;
  margin-bottom: 8%;
  position: relative;
}

#album li a {
  color: #323333;
}

#album li a p {
  color: #666666;
  font-size: 0.9375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#album li a .look_p span {
  margin-right: .52vw;
  display: flex;
  align-items: center;
}

#album li a p img {
  width: 1.25vw;
  height: auto;
  margin-right: 0.52vw;
}

#album li .stamp_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.7916vw;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 228, 1);
  box-shadow: 0px 4px 8px 1px rgba(4, 0, 0, 0.3);
  overflow: hidden;
}

#album li .stamp_div a {
  width: 100%;
  height: 9.7916vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#album li .stamp_div a img {
  max-width: 100%;
  max-height: 100%;
}

#album li a h3 {
  font-size: .9vw;
  font-weight: 500;
  color: rgba(50, 51, 51, 1) !important;
  padding: 2.77vh 0 0.925vh 0;
  padding: 1.77vh 0 0.925vh 0;
  height: 1.25vw;
  line-height: 30px;
  padding: 0.925vh 0;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


#album li .stamp_img {
  max-width: 100%;
  max-height: 100%;
}

#album li .stamp_ewm {
  width: 2.52vw;
  position: absolute;
  right: 10%;
  top: -.7vh;
}













.right_content {
  padding-bottom: 1%;
  width: 100%;
  height: 5vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
  border-bottom: 1px solid rgba(191, 191, 191, 1);

}

.right_content a {
  width: 100%;
  height: 100%;

}

.right_content .words {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  font-size: 1.25vw;
}

.right_content .words_img {
  width: 20%;
  height: 100%;
  text-align: center;
}

.right_content .words_img img {
  max-width: 100%;
  max-height: 100%;
}

.right_content .wordsp {
  font-size: 1vw;
  width: 100%;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}

.right_content .words .words_span {
  width: 100%;
  font-size: .8vw;
  color: rgba(51, 51, 51, 1);
  word-break: break-all;

  text-overflow: ellipsis;

  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/

  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/

  -webkit-line-clamp: 2;
  /** 显示的行数 **/

  overflow: hidden;
  /** 隐藏超出的内容 **/
}

.right_content .words .words_down {
  font-size: .8vw;
  font-weight: 500;
  color: rgba(50, 51, 51, 1);
  display: flex;
  align-items: center;
}

.right_content .words .words_down span {
  display: flex;
  align-items: center;
  margin-left: 2vw;
}

.right_content .words .words_down span img {
  margin-right: .52vw;
}


#author {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#author li {
  width: 30%;
  height: 20%;
  margin: 0 1.1vw;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px 1px rgba(51, 51, 51, 0.4);
  margin-top: 8%;
}

#author li .author_div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

#author li .author_div .file_left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

#author li .author_div .file_left .left_margin {
  width: 70%;
  margin: 0 auto;
}

#author li .author_div .file_right {
  width: 50%;
  position: relative;
}

#author li .author_div .file_right img {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 10%;
}

#author li .author_div .file_left h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  display: inline;
}

#author li .author_div .file_left span {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}

#author li .author_div .file_left p {
  margin-top: 5%;
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
}


.thensearch_no {
  width: 100%;
  height: 100%;
  display: none;
}

.thensearch_no div {
  width: 467px;
  height: 281px;
  margin: 0 auto;
  margin-top: 8%;
  text-align: center;
}

.thensearch_no div img {
  width: 100%;
  height: 100%;
}


.thensearch_no div p {
  height: 12px;
  font-size: 1.5vw;
  font-weight: 600;
  color: rgba(50, 51, 51, 1);
  line-height: 1.5vw;
}

.is_guess {
  width: 100%;
  height: 97%;
  margin: 0 auto;
}

.is_guess_top {
  width: 95%;
  margin: 0 auto;
  height: 10%;
}

.is_guess_down {
  height: 95%;
  margin: 0 auto;
  width: 93%;
  margin-left: 2.5%;
}


.is_guess_top p {
  width: 7vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
  color: rgba(50, 51, 51, 1);
  line-height: 30px;
}

.is_guess_top .thenxihuan {
  width: 3vw;
  margin-left: 2vw;
  margin-top: -7px;
  border-bottom: 8px solid rgb(90, 166, 252);
  border-radius: 8px;
}

#stamp_guess {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#stamp_guess li {
  width: 15%;
  height: 9.7916vw;
  text-align: center;
  position: relative;
}


#stamp_guess li a {
  color: #323333;
}

#stamp_guess li a p {
  color: #666666;
  display: flex;
  font-size: 0.9375vw;
  align-items: center;
  justify-content: center;
}

#stamp_guess li a p img {
  width: 1.25vw;
  margin-right: 0.52vw;
  height: auto;
}



#stamp_guess li .stamp_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.7916vw;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 228, 1);
  box-shadow: 0px 4px 8px 1px rgba(4, 0, 0, 0.3);
  overflow: hidden;
}

#stamp_guess li .stamp_div a {
  width: 100%;
  height: 9.7916vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stamp_guess li a h3 {
  font-size: .9vw;
  font-weight: 500;
  color: rgba(50, 51, 51, 1) !important;
  padding: 2.77vh 0 0.925vh 0;
  padding: 1.77vh 0 0.925vh 0;
  height: 1.25vw;
  line-height: 30px;
  padding: 0.925vh 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#stamp_guess li .stamp_img {
  max-width: 100%;
  max-height: 100%;
}

#stamp_guess li .stamp_ewm {
  width: 2.52vw;
  position: absolute;
  right: 10%;
  top: -.7vh;
}

.words_p_title {
  font-size: 1vw;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layui-tab-brief>.layui-tab-moreli.layui-this:after,
.layui-tab-brief>.layui-tab-title.layui-this:after {
  border-bottom: 2px solid rgb(73, 153, 250) !important;
}

.layui-this .stamp_title_b {
  display: inline-block
}
.layui-tab-title li{
    margin-right: 1.563vw;
}
.layui-this .stamp_title_b p {

  width: 100%;
  height: 10px;
  margin-top: -13px;
  background: linear-gradient(270deg, rgba(50, 145, 255, 1), rgba(88, 214, 249, 1));
  border-radius: 5px;
}

.stamp_title_b {
  display: inline-block
}

.layui-this .stamp_title_span {
  font-size: .8vw !important;
  font-weight: 600 !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none;
  width: 36% !important;
  margin-left: 13% !important;
  top: -4px !important;
  position: relative;

}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: black !important;
}

.xianshi {
  display: block !important;
}

.yincang {
  display: none !important;
}

#author li .file_div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}



#author li .file_div .file_left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

#author li .file_div .file_left .left_margin {
  width: 70%;
  margin: 0 auto;
}

#author li .file_div .file_right {
  width: 50%;
  height: 100%;
  position: relative;
}

#author li .file_div .file_right .file_right_div {

  width: 60%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

#author li .file_div .file_right .then_right_img0 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10px;
  left: 55px;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  box-shadow: 0px 10px 17px 0px rgba(51, 51, 51, 0.3);


  display: flex;
  align-items: center;
}

#author li .file_div .file_right .then_right_img0 img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

#author li .file_div .file_right .then_right_img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 35px;
  left: 0px;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  box-shadow: 0px 10px 17px 0px rgba(51, 51, 51, 0.3);
  display: flex;
  align-items: center;
}

#author li .file_div .file_right .then_right_img1 img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}

#author li .file_div .file_right .then_right_img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 60px;
  left: -55px;
  display: flex;
  align-items: center;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  box-shadow: 0px 10px 17px 0px rgba(51, 51, 51, 0.3);



}

#author li .file_div .file_right .then_right_img2 img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}

#author li .file_div .file_left h3 {
  font-size: 1.2vw;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 71%;
}

/* #author li .file_div .file_left span {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
} */

#author li .file_div .file_left p {
  margin-top: 5%;
  font-size: 1vw;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
}

.layui-tab-item {
  width: 100%;
  height: 100%;
}

.then_content .then_head {
  width: 10%;
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5vw;
  font-size: 1.25vw;
}

.then_content .then_head .then_head_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.then_content .then_head span {
  font-size: 1vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);

}

.then_content .then_head_content {
  width: 80%;
  height: 45%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.then_content .then_head_content p {
  width: 95%;
  font-size: .9vw;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  overflow: hidden;
}

.then_content .then_top_no {
  width: 100%;
  height: 20%;
  background: linear-gradient(270deg, rgba(50, 145, 255, 1), rgba(88, 214, 249, 1));
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: none;
}


.then_content .then_head_no {
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 2vw;
  padding-top: 3%;
  font-size: 1.5vw;
}

.then_content .then_head_no span {
  font-size: 1vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}


.then_content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.then_content .then_top {
  width: 100%;
  height: 20%;
  background: linear-gradient(270deg, rgba(50, 145, 255, 1), rgba(88, 214, 249, 1));
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.3);
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.then_content .then_down {
  width: 100%;
  height: 75%;
  margin: 1vw 0;
  overflow-y: auto;
}

.then_content .then_down .then_down_margin {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.xianshi {
  display: block;
}

.yincang {
  display: none;
}



#author-stamp {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

#author-stamp li {
  width: 12%;
  height: 31%;
  text-align: center;
  margin: 0 .98vw;
  margin-top: 3%;
  margin-bottom: 5%;
  position: relative;
}

#author-stamp li a {
  color: #323333;
}

#author-stamp li a h3 {
  margin-top: 5%;
  padding: .5vw 0;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9vw;
}

#author-stamp li a p {
  color: #666666;
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  margin-bottom: 1vw;
  font-size: 1vw;

}

#author-stamp li a p img {
  width: 1.5vw;
  margin-right: 5px;
}


#author-stamp li .stamp_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 228, 1);
  box-shadow: 0px 4px 8px 1px rgba(4, 0, 0, 0.3);
}

#author-stamp li .stamp_div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stauthor-stampamp li a h3 {
  margin-top: 5%;
  padding: .5vw 0;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9vw;
}

#author-stamp li .stamp_img {
  max-width: 100%;
  max-height: 100%;
}

#author-stamp li .stamp_ewm {
  width: 2.52vw;
  position: absolute;
  right: 10%;
  top: -.38vw;
}

.stamp_ewm_no_background {
  display: none;
  background: rgba(25, 25, 25, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.stamp_ewm_no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 100%;
  /*margin-left: -3.906vw;*/
  background: url(../image/QrBackground.png)no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.stamp_ewm_no img {
  width: 80%;
  height: auto;
}