.layout-commit-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  background: #e8e8e8;
  padding: 0.3rem 0 0.2rem 0
}
.layout-commit-container div {
  margin: 0;
}
.layout-commit-container .text {
  width: 5rem;
  height: 0.9rem;
  border: 1px solid #c90;
  border-radius: 0.09rem;
  background: #fff;
  color: #ccc;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.88rem;
}
.layout-commit-container .emoji {
  position: relative;
  display: block;
  margin-left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
  background: url(/img/message.png) center center/0.62rem auto no-repeat;
}
.layout-commit-container .emoji .num {
    font-size: 0.29rem;
    color: #c90;
    width: 0.5rem;
    height: 0.5rem;
    padding-top: 0.1rem;
    text-align: center;
    border-radius: 50%;
    background: #c90;
    color: #fff;
    display: block;
    margin: -0.18rem 0.45rem 0;
}
.layout-commit-container-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0.3rem 0.2rem 0;
  background: #f9f9f9;
  display: none;
}
.layout-commit-container-body div {
  margin: 0;
}
.layout-commit-container-body .b-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 1.4rem; */
    color: #666;
    font-size: 0.48rem;
    padding-bottom: 0.3rem;
}
.layout-commit-container-body .emoji {
  width: 0.7rem;
  height: 0.7rem;
  background: url("") center center/0.68rem auto no-repeat;
}
.layout-commit-container-body .text-edit textarea {
    padding: 0.2rem;
    width: 100%;
    height: 3rem;
    outline: none;
    border: 1px solid #c90;
    background: #fff;
    font-size: 0.4rem;
    border-radius: 0.1rem;
    line-height: 1.5;
    color: #bbb;
}
.layout-commit-container-body .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0.2rem;
}
.layout-commit-container-body .btn-group button {
    width: 1.56rem;
    height: 0.66rem;
    border: 1px solid #c90;
    border-radius: 0.08rem;
    background: #c90;
    color: #fff;
    text-align: center;
    font-size: 0.42rem;
    line-height: 0.66rem;
}
.layout-commit-container-body .swiper {
  position: relative;
  margin: 0 -0.2rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #d1d1d1;
  background: #f6f6f6;
  display: none;
}
.layout-commit-container-body .swiper .swiper-container {
  overflow: hidden;
}
.layout-commit-container-body .swiper .cmnt_fixed {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-commit-container-body .swiper .cmnt_fixed>* {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
}
.layout-commit-container-body .swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  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;
}
.layout-commit-container-body .swiper .swiper-pagination span {
  display: block;
  margin: 0 5Px;
  width: 10Px;
  height: 5Px;
  background: #fff;
}
.layout-commit-container-body .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff8200;
}
.cmnt_fixed .face_1 {
  background-image: url("../img/face-1_2x.png");
}
.cmnt_fixed .face_2 {
  background-image: url("../img/face-2_2x.png");
}
.cmnt_fixed .face_3 {
  background-image: url("../img/face-3_2x.png");
}
.cmnt_fixed .face_4 {
  background-image: url("../img/face-4_2x.png");
}
.cmnt_fixed .face {
  height: 32Px;
  margin: 0.2rem 0;
  background-size: 32Px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.cmnt_fixed .face.icon_0 {
  background-position: 50% 0;
}
.cmnt_fixed .face.icon_1 {
  background-position: 50% -32Px;
}
.cmnt_fixed .face.icon_2 {
  background-position: 50% -64Px;
}
.cmnt_fixed .face.icon_3 {
  background-position: 50% -96Px;
}
.cmnt_fixed .face.icon_4 {
  background-position: 50% -128Px;
}
.cmnt_fixed .face.icon_5 {
  background-position: 50% -160Px;
}
.cmnt_fixed .face.icon_6 {
  background-position: 50% -192Px;
}
.cmnt_fixed .face.icon_7 {
  background-position: 50% -224Px;
}
.cmnt_fixed .face.icon_8 {
  background-position: 50% -256Px;
}
.cmnt_fixed .face.icon_9 {
  background-position: 50% -288Px;
}
.cmnt_fixed .face.icon_10 {
  background-position: 50% -320Px;
}
.cmnt_fixed .face.icon_11 {
  background-position: 50% -352Px;
}
.cmnt_fixed .face.icon_12 {
  background-position: 50% -384Px;
}
.cmnt_fixed .face.icon_13 {
  background-position: 50% -416Px;
}
.cmnt_fixed .face.icon_14 {
  background-position: 50% -448Px;
}
.cmnt_fixed .face.icon_15 {
  background-position: 50% -480Px;
}
.cmnt_fixed .face.icon_16 {
  background-position: 50% -512Px;
}
.cmnt_fixed .face.icon_17 {
  background-position: 50% -544Px;
}
.cmnt_fixed .face.icon_18 {
  background-position: 50% -576Px;
}
.cmnt_fixed .face.icon_19 {
  background-position: 50% -608Px;
}
.cmnt_fixed .face.icon_20 {
  background-position: 50% -640Px;
}
.cmnt_fixed .face.icon_21 {
  background-position: 50% -672Px;
}
.cmnt_fixed .face.icon_22 {
  background-position: 50% -704Px;
}
.cmnt_fixed .face.icon_23 {
  background-position: 50% -736Px;
}
.cmnt_fixed .face.icon_24 {
  background-position: 50% -768Px;
}
.cmnt_fixed .face.icon_25 {
  background-position: 50% -800Px;
}
.cmnt_fixed .face.icon_26 {
  background-position: 50% -832Px;
}
.cmnt_fixed .face.icon_27 {
  background-position: 50% -864Px;
}

/*# sourceMappingURL=add.css.map */


.layout-commit-container-body .yzm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 0.4rem;
}
.layout-commit-container-body .yzm img {
    height: 0.56rem;
    margin-left: 0.2rem;
}
.layout-commit-container-body .yzm input {
    border: 1px solid #c90;
    line-height: 0.56rem;
    height: 0.6rem;
    font-size: 0.36rem;
    border-radius: 0.06rem;
    }
.layout-commit-container-body .yzm .nm input {
    border: 1px solid #bfbfbf;
    width: 1rem;
    height: 0.5rem;
    background-color: #eee;
    font-size: 0.36rem;
}
.layout-commit-container-body .tishi {
    text-align: center;
    margin-top: 0.2rem;
    color: #999;
    font-size: 0.4rem;
}
.layout-commit-container-body .tishi a{
    color:#999;
}