body,
html {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  background: #000;
}

.handle_div {
  position: absolute;
  top: 6%;
  width: 100%;
  text-align: center;
  display: none;
}

#msg_bg_img,
#me_head_img,
#he_head_img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.head_img_label {
  display: flex;
  align-items: center;
}

.head_img_input {
  display: none;
}

#viewImg {
  margin-right: 50px;
}

.wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 10%;
  display: none;
}

.wrap .first {
  border: 1px solid #fff;
  padding: 0 20px;
  border-radius: 5px;
}

.wrap .second {
  border: 1px solid #fff;
  padding: 50px 20px;
  border-radius: 5px;
  padding-top: 0px;
}

.wrap .title {
  margin: 50px 0;
  text-align: center;
  font-size: 24px;
}

.draw {
  display: flex;
  flex-direction: column;
}

.draw strong {
  color: red;
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-weight: normal;
}

.draw .mini {
  width: 60px;
  margin-right: 0px;
}

.draw input,
.draw select {
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 5px;
  padding-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

#qun_num {
  display: none;
}

.draw>div {
  display: flex;
  margin: 10px 0;
}

.draw .label {
  margin-right: 15px;
  height: 30px;
  line-height: 30px;
}

.draw .fileItem {
  margin-right: 40px;
  align-items: center;
}

.msgContent {
  flex-direction: column;
}

.msgContent .handle {
  margin-right: 10px;
}

.msgContent .info_list {
  display: flex;
  align-items: baseline;
  margin: 5px 0;
}

.qunliao_head,
.msg_img_div {
  display: none;
  align-self: flex-start;
}

.msgContent .info_list .head_img,
.msgContent .info_list .msg_img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}


.info_list select.hide,
.info_list input {
  display: none;
}

.info_list input.date,
.info_list input.time {
  width: 120px;
}

.info_list .infoFlag {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}

.info_list .infoFlag.post {
  background: #58f558;
}

.info_list .infoFlag.get {
  background: #e94820;
}

.info_list .infoFlag.middle {
  background: #e3990a;
}


.content {
  height: 844px;
  width: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header {
  display: flex;
  flex-direction: column;
  height: 90px;

}

.header .top {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.header .top .time {
  margin-left: 30px;
  font-family: ui-rounded;
}

.header .top .right {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.header .top .right .xinhao {
  margin-right: 5px;
  font-size: 20px
}

.header .top .right .siji {
  margin-right: 5px;
  font-size: 14px;
  font-family: ui-rounded;
}

.header .top .right .wifi {
  top: -2px;
  position: relative;
  margin-right: 5px;
  font-size: 20px;
  display: none;
}

.header .top .right .dianchi {
  display: flex;
  align-items: center;
}

.header .top .right .dianchi .prev {
  display: flex;
  border: 1px solid #929292;
  border-radius: 2px;
  height: 8px;
  width: 20px;
  padding: 1px;
}

.header .top .right .dianchi .next {
  width: 3px;
  height: 6px;
  background: #929292;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  margin-left: 1px;
  background-clip: content-box;
}

.header .top .right .tianchong {
  display: inline-block;
  height: 100%;
  width: 20%;
  border-radius: 2px;
}

.header .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 18px !important;
  align-items: center;
}

.header .bottom .back {
  margin-left: 15px;
}

.header .bottom .back span {
  font-size: 18px;
}

.header .bottom .more {
  margin-right: 20px;
}

.header .bottom .more span {
  font-size: 28px;
}

.footer {
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: space-between;
  align-items: center;
}

.footer .top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  width: 370px;
}

.footer .top span {
  font-size: 28px;
}

.footer .top input {
  height: 40px;
  width: 240px;
  border-radius: 3px;
  border: 0;
}

.footer .bottom {
  width: 36%;
  height: 5px;
  margin: 8px;
  border-radius: 5px;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 0 10px;
}


.main>div {
  margin: 10px 0;
  letter-spacing: 1px;
  position: relative;
}

.main .time {
  text-align: center;
  font-size: 14px;
  color: #A3A3A3;
}

.main .response,
.main .request {
  display: flex;
  width: 315px;
}

.main .request {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.main .response>img,
.main .request>img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.main .response .info,
.main .request .info {
  padding: 10px;
  border-radius: 5px;
}

.main .info_icon {
  position: relative;
  top: 11px;
}

.main .response .info_icon {
  left: 6px;
}

.main .request .info_icon {
  right: 5px;
}

.main .recived,
.main .recived .red_package {
  position: relative;
}

.main .recived .red_package {
  background: #Ae6f2c;
  /* background: #A56F3A; */
}

.main .recived .red_info_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .recived .red_info_div .recived_info {
  font-size: 12px;
}

.trans_info_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trans_info_div .trans_info {
  font-size: 12px;
}

.trans_info_div .trans_info_span {
  margin-bottom: 2px
}


.main .recived .open {
  position: absolute;
  width: 47px;
  left: 11px;
}


.main .recived .open.trans {
  width: 39px;
  left: 17px;
}

.red_info_span {
  margin-bottom: 2px
}

.main .red_package {
  height: 84px;
  width: 210px;
  background: #E18D35;
  border-radius: 5px;
  padding: 0 15px
}

.main .red_package .top {
  height: 63px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.main .red_package img {
  width: 31px;
}

.main .red_package span {
  margin-left: 15px;
}

.main img.trans_light {
  width: 40px;
  margin-left: -3px;
  margin-right: -5px;
}

.trans_info_div em {
  font-style: normal;
  display: inline-block;
  margin-right: -4px;
  margin-left: -3px;
}

.main .red_package .bottom {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scale(0.1);
  height: 200px;
  font-size: 120px;
  border-top: 1px solid #fff;
  width: 2150px;
  line-height: 200px;
  color: #FCC188;
}
.main .recived .red_package .bottom{
  color:#cb9d69;
}
.main .red_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.main .red_info img {
  width: 16px;
  height: 19px;
  border-radius: 2px;
  margin-right: 10px;
}

.main .red_info .prev {
  color: #A3A3A3;
}

.main .red_info .next {
  color: #E18D35;
}

.draw .handle {
  margin: 40px;
  display: flex;
  justify-content: space-around;

}


button {
  background: #e3990a;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.handle {
  display: flex;
  justify-content: space-around;
  height: 40px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 80px;
}

.handle>span {
  font-size: 16px;
  padding: 5px 15px;
  background: #e3990a;
  border: 0;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.handle span.yulan {
  background: #3e8bef;
  display: none;
}

.face {
  height: 22px;
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.faceContent {
  display: none;
  width: 800px;
  height: 700px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 5;
  color: #000;
  flex-direction: column;
  padding: 5%;
}

.faceContent .handleFace {
  text-align: center;
}

.faceContent .handleFace button {
  padding: 10px 20px;
  font-size: 16px;
}

.faceContent .title {
  font-size: 18px;
  text-align: center;
  margin: 20px;
}

.faceContent .tips {
  text-align: center;
}

.faceTable {
  display: flex;
  align-items: center;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  flex-wrap: wrap;
  overflow-y: scroll;
}

.faceDiv {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px;
  background: #ebebeb;
  padding: 5px;
}

.faceDiv img {
  height: 35px;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.5;
}


.response_content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.response_content .name {
  padding-left: 17px;
  font-size: 12px;
  color: #A3A3A3;
  margin-bottom: 1px;
}

.response_content .res_content_info {
  display: flex;
}

.main>div:first-of-type {
  margin-top: 15px !important;
}

.response .show_msg_img,
.request .show_msg_img {
  max-width: 140px;
  max-height: 140px;
  display: inline;
  border-radius: 5px;
}

.request .show_msg_img {
  margin-right: 10px;
}

.response .show_msg_img {
  margin-left: 10px;
}

.msgContent .info_list .msg_input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.msgContent .info_list .msg_input>input,
.msgContent .info_list .msg_input>select,
.msgContent .info_list .msg_input>div {
  margin-top: 2px
}

#shuiyin{
  position: absolute;
  top: 90px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0.3;
  color: #f15a5a;
  overflow: hidden;
}
#shuiyin>div{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
#shuiyin .shuiyinspan{
  transform: rotate(-35deg);
}
.re_edit{
  position: absolute;
  background: #f34141;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  right: 2px;
  top: 35%;
  line-height: 35px;
  z-index: 11;
}
.load_img{
  position: absolute;
  background: #00bcd4;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  right: 2px;
  top: 45%;
  line-height: 35px;
  z-index: 11;
}

.ad{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  z-index: 111;
  color: #000;
}

.ad_bander{
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.ad_tip{
  margin-top: 30px;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
}
.ad_handle{
  margin-top: 20px;
  text-align: center;
}
button.disabled{
  background: #ccc;
  color: #fff;
}
.res_tip{
  display: none;
  margin: 20px 10px;
  padding: 10px;
  font-size: 14px;
  background: #5ebd5e;
  color: #fff;
  border-radius: 5px;
}