@font-face {
  font-family: 'HarmonyOS Sans SC';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
  font-family: 'HarmonyOS Sans SC Lighter';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: 'HarmonyOS Sans SC Regular';  /* Project id 2442050 */
  src: url('/static/public/font/HarmonyOS_Sans_SC_Regular.ttf');
}
html{
    font-size: calc(100vw/19.2);
}
body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
  height: 100vh;
  /* overflow-y: auto; */
  font-family: 'HarmonyOS Sans SC', sans-serif;
  position: relative;
}
.screen_container{
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

.mes_container::-webkit-scrollbar {
  width: 0; /* 隐藏垂直滚动条 */
  height: 0; /* 隐藏水平滚动条 */
}
.mes-header-placeholder{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.mes_box{
  width: 100%;
  height: 13.26rem;
  position: relative;
  box-sizing: border-box;
  padding: 1rem;
  background-color: white;
  color: rgba(17, 45, 54, 1);
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url('/static/public/img/mes_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mes_left_title{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.55rem;
  line-height: 0.7rem;
  letter-spacing: 0%;
}
.mes_left_content{
  width: 5rem;
  height: 7.95rem;
  font-family: 'HarmonyOS Sans SC Regular';
  font-size: 0.26rem;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 0.18rem;
  box-sizing: border-box;
  padding: 0.5rem 0.3rem;
  margin-top: 0.65rem;
  background-color: white;
  box-shadow: 10px 10px 30px 0px #6060601C;
}
.mes_left_content div{
  margin-bottom: 0.2rem;
}
.mes_left_content img{
  width: 4.3rem;
  height: 3.86rem;
  margin: 0.44rem auto 0.4rem auto;
}
.mes_box_right{
  width: 11.11rem;
    
}
.mes_right_title{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.55rem;
  line-height: 0.7rem;
  letter-spacing: 0%;
  box-sizing: border-box;
  padding: 0 1rem;
}

.mes_right_content{
  margin-top: 0.67rem;
  height: 8.82rem;
  background-color: white;
  border-radius: 0.18rem;
  box-sizing: border-box;
  padding: 0.4rem 0.67rem 0.75rem 0.73rem;
  box-shadow: 5px 8px 39.8px 0px #C5C5C538;
}

.mes_top_input{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mes_input_item{
  width: 4rem;
  height: 1.2rem;
  margin-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
}
.mes_input_title{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.26rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.mes_input_title span{
  margin-right: 0.1rem;
  color: red;
}
.mes_input_item input{
  width: 4rem;
  box-sizing: border-box;
  height: 0.67rem;
  border: 1px solid rgba(238, 238, 238, 1);
  margin-top: 0.3rem;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  font-family: 'HarmonyOS Sans SC';
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.mes_bottom_input{
  display: flex;
  flex-direction: column;
}

.mes_bottom_input textarea{
  width: 100%;
  height: 2rem;
  box-sizing: border-box;
  border: 1px solid rgba(238, 238, 238, 1);
  margin-top: 0.3rem;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  padding: 0.2rem;
  font-family: 'HarmonyOS Sans SC';
  resize: none;
}
.mes_agreement{
  font-family: 'HarmonyOS Sans SC Regular';
  font-size: 0.16rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(102, 102, 102, 1);
  /*margin-top: 0.26rem;*/
  cursor: pointer;
}
.mes_right_btnbox{
  margin-top: 0.7rem;
  height: 0.5rem;
  font-family: 'HarmonyOS Sans SC Regular';
  font-size: 0.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mes_right_btn{
  width: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.35rem;
  border-radius: 0.25rem;
  cursor: pointer;
  user-select: none;
  color: rgba(17, 45, 54, 1);
  border: 1px solid rgba(17, 45, 54, 1);
  background-color: white;
  font-size: 0.2rem;
}
.mes_right_btn:hover{
  color: white;
  font-size: 0.2rem;
  background-color: rgba(17, 45, 54, 1);
}