.classification {
  width: 1170px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 70px;
}

.classification .left {
  width: 810px;
}

.classification .left .left-container {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 5px 5px #e0e0e0;
}

.classification .left .left-container .box {
  cursor: pointer;
}

.classification .left .left-container .box .title {
  color: #000;
  font-size: 18px;
  text-align: left;
  letter-spacing: 3px;
  padding-top: 10px;
  margin-left: 20px;
  font-weight: 700!important;
  line-height: 1.5!important;
  letter-spacing:0.5px;
}

.classification .left .left-container .box .content {
  margin-top: 10px;
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
  margin-right: 20px;
}

.classification .left .left-container .tab_right_menu {
  width: 65%;
  margin-left: 2.5%;
  margin-top: 25px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classification .left .left-container .tab_right_menu button {
  position: absolute;
  left: 30px;
  bottom: 10px;
  height: 20px;
  width: 55px;
  border-radius: 10px;
  color: #fff;
  background-color: #5d90be;
  outline: none;
  border: 0px;
  font-size: 10px;
  margin-top: 10px;
}

.classification .left .left-container .tab_right_menu li {
  list-style: none;
  font-size: 10px;
  color: #76839b;
  margin-top: 10px;
  cursor: pointer;
}

.classification .left .left-container .container {
  padding-top: 15px;
  display: none;
}

.classification .left .left-container .container textarea {
  resize: none;
  border-radius: 5px;
  border: 0;
  width: 780px;
  font-size: 14px;
  height: 100px;
  outline: none;
  margin-left: 15px;
  
}

.classification .left .left-container .container .container-foot {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-align: right;
}

.classification .left .left-container .container .container-foot span {
  padding-right: 20px;
  cursor: pointer;
}

.classification .left .left-container .container .container-foot .comment-submit {
  border: 1px solid #5079b7;
  background-color: #fff;
  color: #5079b7;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 23px;
  height: 24px;
  cursor: pointer;
  outline: none;
}

.classification .left .left-container .container .container-foot .smilies-wrapper {
  cursor: pointer;
  position: relative;
}

.classification .left .left-container .container .container-foot .smilies-wrapper .button--smile {
  font-size: 12px;
}

.classification .left .left-container .container .container-foot .smilies-wrapper .button--smile .fa {
  font-size: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -3px;
}

.classification .left .left-container .container .container-foot .smilies-wrapper .button--smile i {
  width: 30px;
  height: 30px;
  background: red;
}

.classification .left .left-container .container .container-foot .smilies-wrapper .my-smilies {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  display: none;
  left: -36px;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 210px;
  z-index: 1;
}

.classification .left .more {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.classification .left .more span {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  background: #aed6ff;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

.classification .right {
  width: 330px;
}

.classification .right img {
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.classification .right .right-tags {
  background: #fff;
  width: 100%;
  height: 220px;
}

.classification .right .right-tags .tags-title {
  width: 90%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #f8f8f8;
}

.classification .right .right-tags .tags-title p {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 18px;
  /* border-bottom: 2px solid #5b90bc; */
  height: 50px;
}

.classification .right .right-tags .tags-content {
  width: 170px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.classification .right .right-tags .tags-content div {
  width: 80%;
  padding-left: 20px;
}

.classification .right .right-tags .tags-content div span {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 10px;
  font-size: 10px;
  color: #ddd;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  line-height: 20px;
}

.classification .right .tags-list {
  background: #f5f5f5;
  width: 100%;
  margin-top: 30px;
  height: auto;
  position: relative;
}

.classification .right .tags-list .box {
  height: 50px;
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 5%;
  color: #f5f5f5;
  background: #000;
  opacity: 0.5;
  border-radius: 0px 0px 10px 10px;
  line-height: 50px;
  font-size: 18px;
  padding-right: 80px;
  box-sizing: border-box;
}
.classification .right .tags-list .box span{
  margin-left: 30px;
}
.classification .right .tags-list .list-title {
  width: 90%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #f0f0f0;
}

.classification .right .tags-list .list-title p {
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 18px;
  bottom: -18px;
  height: 50px;
 /*  bottom: -18px;
 font-size: 18px;
 border-bottom: 2px solid #5b90bc; */
}

.classification .right .tags-list img {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 140px;
  border-radius: 10px;
  margin-top: 10px;
}
.plBOX{
    width: 200px;
    height: 50px;
    position:fixed;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #aed6ff;
    
    display: none;
  }
  .title1 {
  width: 810px;
  display: flex;
  flex-wrap: wrap;
  /* background: #fffbfb; */
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  height: 60px;
  /* box-shadow: 5px 5px #eee; */
  border-radius:10px 10px 0px 0px;
} 
.title1 span {
  margin-left: 10px;
  margin-right: 5px;
}

.title1 img {
  width: 10px;
  height: 10px;
  margin-top: 5px;
}

.title1 a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0px;
}

.right-mm{
      margin-top:20px;
      height: auto;
      background: #fff;
      box-shadow: 10px 8px #eee;
      border-radius:10px 10px 10px 10px;
  }
  .right-mm-title{
    font-size: 20px;
    padding: 0 20px;
    padding-top: 5px;
    color: #5d90be;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eee;
  }
  .right-mm-title a{
    color: #9f9f9f;
    font-size: 12px;
    text-decoration: none; 
    padding-top:3px; 
  }
  .right-mm-content{
    margin-top: 20px;
    height: auto; 
    border-bottom: 3px solid #eee;
    border-radius: 13px;
  }
  .right-mm-content p{
    text-align: left;
    margin-left: 20px;
    display: flex;
    justify-content:flex-start; 
  }
  .right-mm-content p a{
      display: block;
      width: 30px;
      height: 30px;
       border-radius: 50%;
  }
  .right-mm-content p a img{
    width: 30px;
    height: 30px;
    border-radius: 50%; 
  }
  .right-mm-content p span{
    display: inline-block;
    color: #5d90be;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px; 
  }
  .right-mm-content div{
    margin-top: 10px;
    text-align: left;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 10px; 
    color: #7a7b7c;
    line-height: 1.5;
  }
  .right-mm-content div span{
    color: #5d90be;
    margin-left: 10px;
    letter-spacing: 1px;
    cursor: pointer;
  }