.message_box {
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    background: #F7F7FA;
	padding: 0.72rem 0.72rem 1rem;
}

.message_item {
    width: 100%;
    
    /*padding-right: .47rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .4rem;
	position: relative;
	flex: 0 0 30.2%;
    padding: 0 0.13rem;
    /*height: 0.48rem;*/
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.01rem solid #E8E8EB;
    margin: 0 0.19rem 0.4rem;
}
.message_item:last-child{
	/*padding-right: 0;*/
}
.message_item:focus{
    border: 1px solid #6D8FF7;
}
.message_item:blur{
    border: 1px solid #6D8FF7;
}
.order_mi{
    padding-right: 0.2rem;
    border-right: 0.01rem solid #E8E8EB;
}
.order_mi p{
    font-family: HarmonyOS_SC_regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    white-space: nowrap;
}
.order_mi p:nth-of-type(1){
    margin: 0.04rem 0.09rem 0 0;
}
.mi{
 /*   margin-right: 0;*/
 /*   position: absolute;*/
 /*   left: 0.32rem;*/
 /*   top: 53%;*/
 /*   transform: translateY(-50%);*/
	/*z-index: 1;*/
}

.mi span {
    color: #FF0000;
}

.order_bottom{
    margin: 0 -0.19rem;
    padding: 0 0.11rem;
}
.select {
    display: flex;
    position: relative;
    cursor: pointer;
}

.select img {
    position: absolute;
    width: .16rem;
    height: auto;
    top: 50%;
    cursor: pointer;
	right: .32rem;
	transform: translateY(-50%) rotate(90deg);
}

.select input {
    cursor: pointer;
}

.select_box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 0.03rem .01rem #999999;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    max-height: 3.6rem;
    z-index: 100;
}

.select_box::-webkit-scrollbar {
    width: 0.08rem;
    background: #F2F2F2;
    border-radius: 0.04rem;
}

.select_box::-webkit-scrollbar-thumb {
    background: #C3C0C1;
    border-radius: 0.04rem;
}

.select_box p {
    margin: 0;
    padding: 0 .16rem;
    line-height: 2;
}

.select_box p:hover {
    background: #292890;
    color: #FFFFFF;
}

.message_item input {
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.46rem;
    /*background: #FFFFFF;*/
    /*border-radius: 0.08rem;*/
    /*border: 0.01rem solid #E8E8EB;*/
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
}

.message_item_other input{
	/*padding: 0 0.43rem;*/
}
.message_item_other input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
.message_item input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
.message_item_other .order_mi p:nth-of-type(1){
    opacity: 0;
}
.message_item_another {
    align-items: flex-start;
}


.file_box {
    width: 6.06rem;
    display: flex;
}

.file_btn {
    display: block;
    width: .89rem;
    height: .89rem;
    position: relative;
}

.file_btn input {
    width: .89rem;
    height: .89rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
}

.file_btn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.file_img {
    max-width: .89rem;
    max-height: .89rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* margin-right: .14rem; */
}

.file_img img {
    width: .89rem;
    height: .89rem;
    object-fit: contain;
    margin-right: .14rem;
}

.file_img .colse {
    position: absolute;
    right: .07rem;
    top: 0;
    width: .15rem;
    height: .15rem;
    cursor: pointer;
    margin: 0;
}

input[type='checkbox'] {
    margin-right: .24rem;
        position: relative;
        width: 0.37rem;
        height: 0.37rem;
        background: #FFFFFF;
        border-radius: 0.08rem;
        border: 0.01rem solid #E8E8EB;
}

input[type='checkbox']:checked::after {
    position: absolute;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: .14rem;
    height: .14rem;
    border: 1px solid #919191;
    /* content: ''; */
    color: #919191;
    box-sizing: border-box;
    border-radius: .01rem;
    font-size: 12px;
    font-weight: 700;
    background-color: #FFFFFF;
    color: #333333;
    border-radius: 2px;
}

.message_checkbox {
    width: 98%;
    margin: auto;
    display: flex;
    box-sizing: border-box;
	align-items: center;
}

.message_checkbox p {
    font-family: HarmonyOS_SC_regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}

.message_checkbox p span{
	color: #3D99F5;
	font-size: 0.14rem;
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	cursor: pointer;
}

.message_btn {
        width: 3.2rem;
    height: 0.48rem;
    background: #DFDFED;
    font-family: HarmonyOS_light;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
        border: none;
        margin: 0.56rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}
.message_btn:hover{
    /*background: #292890;*/
    transition: all 0.5s;
}

.success_box{
    width: 14rem;
    height: 6.34rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto .61rem;
    background: #FFFFFF;
}

.success_box img{
    width: .8rem;
    height: .8rem;
    margin-bottom: .24rem;
}

.success_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: .18rem;
}

.success_txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    margin-bottom: .33rem;
}

.back_home{
    width: 1.28rem;
    height: 0.4rem;
    background: #234498;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .02rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-bottom: 1.1rem;
}

.order{
	margin-top: -0.85rem;
	position: relative;
	padding-bottom: 0.84rem;
}
.order_box{
	background: #F7F7FA;
}
.message_textarea{
	padding: 0;
	width: 99% !important;
	border: 0.01rem solid #E8E8EB;
    border-radius: 0.08rem;
    margin: 0 0.1rem 0.4rem;
    background: #FFFFFF;
}
textarea{
	width: 100%;
	    /*padding: 0.22rem 0.43rem;*/
	    height: 1.6rem;
	    background: #FFFFFF;
	    border-radius: 0.08rem;
		resize: none;
		 font-family: HarmonyOS_SC_regular;
		    /*font-family: HarmonyOS_light;*/
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 0.25rem 0.28rem;
    /*border: 1px solid #E8E8EB !important;*/
}
.order_top{
    margin: 0 -0.19rem;
    padding: 0 0.11rem;
}
.oeder_tit{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-bottom: 0.39rem;
}
.oeder_tit span{
	font-family: HarmonyOS_light;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FF0000;
	margin-right: 0.04rem;
}

.order_alert_box{
    padding: 0.3rem 0.46rem 0.59rem 0.52rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 40px 0px rgba(80,111,153,0.05);
}
.order_alert{
	position: fixed;
	height: 100%;
	    width: 100%;
	    top: 0;
	    z-index: 999;
	    overflow: auto;
		display: none;
		padding: 0.6rem;
		background: #FFFFFF;
		
}
.order_alert img{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: auto;
}
.order_title{
    font-family: HarmonyOS_SC_medium;
	font-size: 0.24rem;
    color: #000000;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.order_dec p{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
    color: #333333;
    line-height: 0.3rem;
    margin: 0.06rem 0;
}
.order_dec span{
font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FF0000;
	line-height: 0.3rem;
}
.right{
	text-align: right;
}



/**
 * Component: Dropdown
 * --------------------------------------------------
 */
.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.c-dropdown__list {
    width: 108% !important;
  padding: 0.1rem 0.1rem;
  /*margin-left: 0.1rem;*/
  list-style: none;
  position: absolute;
  top: 125%;
  left: -12px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.03rem;
  background: #fff;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(45, 112, 202, 0.05);
    border-radius: 8px;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 102%;
  z-index: 1;
  max-height: 2.6rem;
    overflow-Y: scroll;
}
.c-dropdown.is-open .c-button--dropdown:after{
    /*transform: rotate(-90deg);*/
    top: 50%;
    background: url("/assets/img/order2.png") no-repeat;
    background-size: contain;
}

.c-dropdown__item {
  font-family: HarmonyOS_SC_regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333;
    text-align: left;
    margin-top: 0;
    cursor: pointer;
    padding: 0.18rem 0.2rem;
    /*transition: all 0.5s;*/
    border-radius: 6px;
}
.c-dropdown__item:hover {
    /*font-family: HarmonyOS_SC_medium;*/
  color: #3C6AF4;
  background: RGBA(60, 106, 244, 0.08);
  transition: all 0.5s;
}
.c-dropdown__item_show{
    color: #3C6AF4;
    font-family: HarmonyOS_SC_medium;
}
/* 改变滚动条整体背景色 */
::-webkit-scrollbar {
    background: transparent;
    width: 0.06rem;
    opacity: 0.4;
}
 
/* 改变滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
     width: 0.06rem;
    background: RGBA(185,187,194,0.4);
    border-radius: 3px;
}


/**
 * Component: Button
 * --------------------------------------------------
 */


.c-button {
   width: 98%;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-button:hover,
.c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
    width: 100%;
    height: 0.46rem;
    /*font-family: HarmonyOS_light;*/
    font-family: HarmonyOS_SC_regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333;
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: 100%;
    line-height: 0.46rem;
    text-align: left;
}
.c-button--dropdown:hover {
  /*background-color: transparent;*/
}
.c-button--dropdown:after {
  content: "";
  background: url("/assets/img/order1.png") no-repeat;
  position: absolute;
    width: .12rem;
    height: auto;
    top: 50%;
    cursor: pointer;
    right: 0.09rem;
    height: 0.12rem;
    background-size: contain;
    transform: translateY(-50%);
}
.cus-select-picker{
    position: relative;
    flex: 0 0 30.2%;
    padding: 0 0.13rem;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.01rem solid #E8E8EB;
    margin: 0 0.19rem 0.4rem;
}
.cus-select-picker:last-child .c-button--dropdown{
    /*padding: 0 0.76rem;*/
    /*font-family: HarmonyOS_SC_medium;*/
     font-family: HarmonyOS_SC_regular;
    font-size: 0.14rem;
}
.gx{
    position: relative;
    margin-right: 0.12rem;
}
.gx img{
    width: 0.24rem;
    height: 0.24rem;
}
.message_item_border{
    border: 1px solid #6D8FF7;
}
/*#marker{*/
/*    display: none;*/
/*}*/
textarea::placeholder {
  color: #BFBFBF; /* 将颜色改为您想要的颜色 */
}
.message_btn_ac{
    background: #292890;
    transition: all 0.5s;
}
.message_btn_ac:hover{
    background: #302CC3;
    transition: all 0.5s;
}



@media only screen and (max-width: 1024px){
    .message_box{
    padding: 10px;
}
.cus-select-picker, 
.message_item{
    height: 40px;
    flex: 0 0 100%;
    margin-right: 0;
    margin-left: 0;
}
.message_textarea{
    height: auto;
}
.c-dropdown{
    height: 100%;
    display: flex;
    align-items: center;
}
.order_bottom, 
.order_top{
     flex-wrap: wrap !important;
         justify-content: space-between;
    padding: 0 4%;
}
.message_btn{
    height: 40px;
    width: 100%;
}
}