 .flex {
     display: flex;
     align-items: center;
 }
.container{
    position: relative;
}
 .message {
     /*width: calc(100% - 5.2rem);*/
     margin: 0 auto;
         width: 16rem;
    max-width: 100%;
     padding: 0.8rem 0.9rem 1.2rem;
     
 }

 .message .me_tit1 {
     font-size: 0.32rem;
     color: #333333;
 }

 .message .me_tit2 {
     font-size: 0.16rem;
     color: #042C60;
 }

 .me_line1 {
     height: 0.32rem;
     width: 0.02rem;
     background-color: #999;
     margin: 0 0.2rem;
 }

 .line {
     width: 100%;
     height: 0.02rem;
     background-color: #EDEDED;
     margin: 0.29rem 0 0.28rem 0;
 }

 .line1 {
     width: 0.96rem;
     height: 0.03rem;
     background-color: #008A32;
 }

 .inform {
     margin-bottom: 0.4rem;
 }

 .inform_tit1 {
     color: #333;
     font-size: 0.2rem;
     line-height: 0.28rem;
 }

 .inform_content {
     font-size: 0.16rem;
     line-height: 0.3rem;
     color: #666;
     margin-top: 0.15rem;
 }
.inform_content li{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
}
 .go_list {
     width: 1.4rem;
     line-height: 0.4rem;
     border: 0.01rem solid #CBCBCB;
     background-color: #fff;
     color: #666666;
     font-size: 0.16rem;
     text-align: center;
     margin-right: 0.3rem;
 }

 .send {
     width: 1.4rem;
     line-height: 0.4rem;
     background-color: #008A32;
     color: #666666;
     font-size: 0.16rem;
     text-align: center;
     color: #fff;
 }

 .message_dialog {
     position: absolute;
     background-color: rgba(0, 0, 0, 0.6);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     display: none;
     /* 初始隐藏 */
     z-index: 999;
 }

 .popup {
     background-color: #fff;
     width: 5.06rem;
     /*height: 5.58rem;*/
     border-radius: 0.08rem;
     padding: 0.27rem 0.37rem 0.45rem 0.37rem;
     margin: 1.5rem auto 0;
     transform: scale(0.9);
     /* 初始缩小 */
     opacity: 0;
     transition: opacity 0.3s ease, transform 0.3s ease;
     /* 过渡效果 */
 }

 .message_dialog.show {
     display: flex;
 }

 .message_dialog.show .popup {
     opacity: 1;
     transform: scale(1);
     /* 放大到正常大小 */
 }

 .popup_tit1 {
     color: #333;
     font-size: 0.28rem;
     line-height: 0.39rem;
     font-weight: bold;
 }

 .popup_close img {
     width: 0.25rem;
     height: 0.25rem;
     cursor: pointer;
 }

 .popup_header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 0.03rem solid #E6E6E6;
     padding-bottom: 0.15rem;
     margin-bottom: 0.2rem;
 }

 .popup .input_item {
     display: flex;
     flex-direction: column;
 }

 .popup .input_item .input_title {
     color: #333;
     font-size: 0.18rem;
     margin-bottom: 0.1rem;
 }

 .popup .input_item input {
     border: 0.01rem solid #E6E6E6;
     border-radius: 0.05rem;
     /*width: 5.06rem;*/
     height: 0.4rem;
     margin-bottom: 0.18rem;
 }

 .upload_btn {
     color: #069239;
     font-size: 0.14rem;
     width: 1.5rem;
     height: 0.4rem;
     border: 0.01rem solid #069239;
     border-radius: 0.2rem;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
 }

 .upload_btn span {
     margin-right: 0.17rem;
 }

 .file_item {
     width: 4.81rem;
     height: 0.4rem;
     color: #666;
     font-size: 0.14rem;
     font-family: Microsoft YaHei, Microsoft YaHei;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background-color: #F8F8F8;
     margin-top: 8px;
     padding: 0 0.1rem 0 0.15rem;
 }

 .file_btnbox {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 0.16rem;
     margin-top: 0.4rem;
 }

 .file_btnbox div {
     width: 1.36rem;
     line-height: 0.4rem;
     text-align: center;
     cursor: pointer;
 }

 .file_submit {
     margin-right: 0.3rem;
     background-color: #069239;
     color: #fff;
 }

 .file_cancel {
     border: 0.01rem solid #555555;
     color: #555555;
 }




 .input_item .file {
     display: none;
 }

 .input_item label {
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0.1rem;
     width: 1.5rem;
     height: 0.4rem;
     border-radius: 0.2rem;
     border: 0.01rem solid #069239;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 0.14rem;
     color: #069239;
 }

 .input_item label img {
     width: 0.1578rem;
     height: 0.19rem;
     margin-left: 0.27rem;
 }

 .text {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     height: 0.4rem;
     background: #F8F8F8;
     padding: 0 0.21rem;
     box-sizing: border-box;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 0.14rem;
     color: #6D6D6D;
     margin-top: 0.08rem;
 }

 .text img {
     cursor: pointer;
     display: block;
     width: 0.26rem;
     height: 0.26rem;
     transform: translateX(0.12rem);
 }