
.page-centent{
    width: 1200px;
    margin: 0 auto
}
 .modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.modal .modal-content{
 width: 1200px; 
 /* 设置最大高度为可视区域的80% */ 
 /*  溢出时显示滚动条 */
 height: auto;
 padding: 0px 23px 27px;
 background-color: #eeeeee;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border-radius: 10px;
 box-sizing: border-box;
}
.modal .modal-content  .close-btn{
position:absolute;
right: -40px;
top: -40px;
z-index: 1000;
margin-right:10px;
cursor: pointer;
}
.modal .modal-content .content-title {
    margin-top: 54px;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
}
.modal .modal-content .content-title .order-number{
    font-size: 26px;
    color: #000000;
}
.modal .modal-content .content-title .order-time{
   font-size:16px;
   color: #ababab;
   margin-top: 15px;
   display: block;
}
.modal .modal-content .content-title .order-tag{
    width: 133px;
    height: 46px;
    background-color: #85cdf2;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    font-size: 20px;
}
.modal .modal-content .info-box{
    width: 100%;
    height: 460px;
    overflow: auto;
    background-color: #ffffff;
    margin-top: 45px;
    padding:35px 33px 0 33px;
    box-sizing: border-box;
    border-radius: 10px;
}
.modal .modal-content .info-box .info-title{
    font-size: 24px;
    font-weight: bold;
}
.modal .modal-content .info-box .order-details{
    border-bottom: 1px solid #cfcdce;
    padding-bottom: 25px;
   
}
.modal .modal-content .info-box .order-details .info-item{
    font-size: 16px;
    margin-top: 10px;
}
.modal .modal-content .info-box .order-details .info-item {
    border-collapse: collapse;
}
.modal .modal-content .info-box .order-details .info-item tr{
    line-height: 40px;
}
.modal .modal-content .info-box .order-details .info-item th{
    font-weight:normal;
    float: left;
}
.modal .modal-content .info-box .order-details .info-item td{
    padding-left: 10px;
}
.modal .modal-content .info-box .order-details .info-item textarea{
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    width:482px;
    height: 89px;
    outline: none;
    resize: none;
}
.modal .modal-content .info-box .order-details .info-item .offline-tag{
    width: 89px;
    height: 33px;
    background-color: #85868a;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
}
.modal .modal-content .info-item .pic-content .pic-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
}
.modal .modal-content .info-box .recipient-info{
    padding-bottom: 45px;
}
.modal .modal-content .info-box .recipient-info .info-title{
    margin-top: 45px;
}
.modal .modal-content .info-box .recipient-info  .info-item{
    font-size: 18px;
    margin-top: 25px;
}
.modal .modal-content .info-box .recipient-info  .info-item div{ 
    margin-bottom: 20px;
}
.user-info{
    width:100%;
    height: 212px;
    background-color: #eeeeee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 47px 90px;
    box-sizing: border-box;
    border-radius: 10px;
}
.user-info .avatar{
   width: 113px;
   height: 113px;
   border-radius: 50px;
}
.user-info .avatar img{
    width: 100%;
    height: 100%;
}
.user-info .info{
    margin-left: 42px;
    flex: 1;
    font-size: 20px;
}
.user-info .info .welcome,
.user-info .info .user-name{
    font-weight: bold;
}
.user-info .info .user-phone{
  display: block; 
  margin-top: 25px;
} 
.user-info .service{
    width: 144px;
    height: 58px;
    background-color: #f7f7f7;
    border: none;
    font-size: 18.54px;
    color: #000000;
    cursor: pointer;
    border-radius: 10px;
}

.order-info{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .order-info .goback {
        display: flex;
        width: 100px;
        height: 40px;
        border: 1px solid #e5e5e5;
        border-radius: 50px;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
.order-info .form-title{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.order-info .order-menu{
    display: flex;
    gap: 7px;
    left: 0;
    position: relative;
    top: 29px;
}
    .order-info .order-menu .menu-type {
        width: 154px;
        height: 83px;
        line-height: 60px;
        text-align:center;
        background-color: #b7b7b7;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        font-size: 20px;
        padding-bottom: 30px;
        box-sizing: border-box;
        display: inline-block;
    }
.order-info .order-menu .menu-type.active{
    background-color: #000000;
}
  .order-info .search-input{
    width: 865px;
    height: 67px;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 75px;
  }
  .order-info .search-input input{
    outline: none;
    border: none;
    font-size: 16px;
    margin-left: 25px;
    width:90%;
  }
  .order-info .search-input button{
    width: 102px;
    height: 67px;
    background-color: #000;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: -3px;
  }
   .pro-content #search-particles .search-input{
        width: 90%;
        height: 70px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content #search-particles .particles-content .subtitle::after{
        width: 0%;
    }
    .pro-content #search-particles .search-input button{
        width: 70px;
        height: 70px;
    }

    .pro-content #search-particles .search-input img{
        width: 20px;
    }
.order-info .order-form{
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 21px 20px 60px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    z-index: 10;
    box-sizing: border-box;
}
.order-info .order-form .order-list{
   display: flex;
   flex-direction: column;
   gap: 15px;
}
.order-info .order-form .order-list .order-item{
  width: 100%;
  height: 190px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 38px 45px 35px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.order-info .order-form .order-list .order-item .item-left .order-number{
    font-size: 24px;
    color: #000000;
}
.order-info .order-form .order-list .order-item .item-left .order-time{
    font-size: 16px;
    color:#b2b2b2;
    display: block;
    margin-top: 5px;
}
.order-info .order-form .order-list .order-item .item-left .order-details{
    width: auto;
    padding:0px 20px;
    height: 46px;
    line-height:46px; 
    text-align:center;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    border-radius: 50px;
    color: #000000;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
    display:inline-block;

}
.order-info .order-form .order-list .order-item .item-right .state-tag{
    width: 133px;
    height: 46px;
    color: #ffffff;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.order-info .order-form .order-list .order-item .item-right .state-tag.review{
    background-color: #85cdf2;
}
.order-info .order-form .order-list .order-item .item-right .state-tag.reviewed{
    background-color: #4dabe9;
}
.order-info .order-form .order-list .order-item .item-right .state-tag.reject{
    background-color: #85868a;
}
.order-info .order-form .order-list .order-item .item-right .cancel-btn{
    width: 133px;
    height: 46px;
    background-color: #e2e3e6;
    color: #7a7b7c;
    border: none;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
}
.order-info .next-btn{
    width: 120px;
    height: 40px;
    background-color: #000000;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}
@media screen and (max-width: 1350px){
    .page-centent{
        width: 90%;
    }
    .order-info .search-input {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .order-info .search-input button {
        width: 60px;
        height: 60px;
    }

    .order-info .search-input img {
        width: 20px;
    }
}
@media screen and (max-width: 850px){
    .user-info{
        display: none;
    }

    .order-info .goback{
        display: flex;
    }
    .order-info .form-title{
        text-align: center;
        margin-top: 20px;
    }
    .order-info .next-btn{
        display: block;
    }
    .order-info .search-input {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .order-info .search-input button {
        width: 60px;
        height: 60px;
    }

    .order-info .search-input img {
        width: 20px;
    }
}
@media screen and (max-width: 750px){
    .order-info{
        width: 100%;
        margin-top: 40px;
    }
    .order-info .form-title{
        text-align: center;
    }
    .order-info .form-menu .menu-btn{
        font-size: 14px;
    }
    .order-info .order-form{
        padding: 10px 10px 60px 10px;
    }
    .order-info .order-form .order-list .order-item{
         padding: 20px 10px 35px 10px;
    }
    .order-info .order-form .order-list .order-item .item-left .order-number{
        font-size: 14px;
    }
    .order-info .order-form .order-list .order-item .item-left .order-time{
        font-size: 14px;
    }
    .order-info .order-form .order-list .order-item .item-left .order-details{
        width: 93px;
        height: 36px;
        line-height:36px;
        font-size: 14px;

    }
    .order-info .order-form .order-list .order-item .item-right .state-tag{
        width: 93px;
        height: 36px;
        line-height: 35px;
    }
    .order-info .order-form .order-list .order-item .item-right .cancel-btn{
           width: 93px;
           height: 36px;
    }
}
@media screen and (max-width: 350px){
    .order-info .order-form .order-list .order-item .item-left .order-number{
        font-size: 12px;
    }
    .order-info .order-form .order-list .order-item .item-left .order-time{
        font-size: 12px;
    }
    .order-info .order-form .order-list .order-item .item-left .order-details{
        width: 73px;
        height: 36px;
        font-size: 12px;
    }
    .order-info .order-form .order-list .order-item .item-right .state-tag{
        width: 73px;
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .order-info .order-form .order-list .order-item .item-right .cancel-btn{
           width: 73px;
           height: 36px;
           font-size: 12px;
    }
}