.orderCenter_page {
    width: 1200px;
    padding: 40px 0;
    margin: auto;
    font-size: 14px;
}

.orderCenter_page>ul {
    width: 100%;
    background: #EEEEEE;
    overflow: hidden;
    margin-bottom: 40px;
}

.orderCenter_page>ul>li {
    float: left;
    width: 10%;
}

.orderCenter_page>ul>li>a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box
}

.orderCenter_nav_acitive>a {
    color: white;
    background: #E4151A;
}

.orderCenter_page>ul>li:hover a {
    color: white;
    background: #E4151A;
}

/*  */

.orderCenter_search>input {
    width: 443px;
    height: 40px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: 6px 10px;
}

.orderCenter_search>a {
    display: inline-block;
    width: 70px;
    height: 40px;
    background: rgba(228, 21, 26, 1);
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
}

.orderCenter_search>a>img {
    width: 25px;
    height: 24px;
}

/*  */

.orderCenter_table {
    margin-top: 40px;
}

.orderCenter_table>ul {
    overflow: hidden;
    display: table;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

.orderCenter_table>ul:first-child {
    background: #EEEEEE;
}

.orderCenter_table>ul>li {
    padding: 10px;
    display: table-cell;
    border-right: 1px solid #EEEEEE;
    text-align: center;
    width: 10%;
    box-sizing: border-box;
}
.orderCenter_table_610>ul>li{
    width:8%!important;
}
.orderCenter_table>ul>li:first-child {
    border-left: 1px solid #EEEEEE;
}

.orderCenter_table>ul>li:nth-of-type(3) {
    width: 30%!important;
}

 .orderCenter_table>ul>li:last-of-type, .orderCenter_table>ul>li:nth-of-type(6) {
    width: 15%!important;
}

.orderCenter_table>ul>li>span {
    min-width: 55px;
    padding: 0 6px;
    box-sizing: border-box;
    height: 25px;
    background: #EEEEEE;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    color: #E4151A;
    cursor: pointer;
}

.orderCenterSortBtn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orderCenterSortBtn>img {
    margin-left: 4px;
    width: 10px;
    height: 15px;
}

/* 弹窗 */

.order_detail_dialog {
    width: 500px!important;
    min-height: 530px!important;
    height: auto!important;
    padding-bottom: 10px;
    margin: -265px 0 0 -250px !important;
}
.order_detail_info{
    padding: 70px 50px 0;
    box-sizing: border-box;
}
.order_detail_info>div>span{
    width: 70px;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}
.order_detail_info>div{
    margin-bottom: 20px;
}
.order_detail_info>div>input{
    width:292px;
    height:40px;
    border:1px solid #E5E5E5;
    background: white;
    padding-left: 14px;
    box-sizing: border-box;
}
.order_detail_info>div>textarea{
    width:292px;
    height:131px;
    border:1px solid #E5E5E5;
    background: white;
    padding-left: 14px;
    box-sizing: border-box;
    resize: none;
    vertical-align: top;
}
.order_detail_info>p{
    text-align: center;
}
.order_detail_info>p>a{
    display: inline-block;
    width:120px;
    height:45px;
    text-align: center;
    line-height: 45px;
    background:#666666;
    border-radius:22px;
    color: white;
}
.order_detail_info>p>a:first-child{
    margin-right: 20px;
    background: #E4151A;
    margin-left: 45px;
}

/* 退换货弹窗 */
.order_replacement_dialog{
    width:532px!important;
    min-height:560px!important;
    height: auto!important;
    margin: -280px 0 0 -266px!important;
    padding-bottom: 20px;
}
.order_replacement_info>div>span{
    width: 76px;
    vertical-align: middle;
}
.order_replacement_info>div>input{
    width:286px;
}
.order_replacement_info>div>textarea{
    width:286px;
    /* min-height:40px; */
    height: auto;
    resize: none;
    vertical-align: middle;
    padding: 10px;
    resize: none;
    box-sizing: border-box;
}
.order_replacement_info>div:last-of-type{
    overflow: hidden;
}
.order_replacement_info>div:last-of-type>div{
    width:318px!important;
    float: right;
}
.order_replacement_info>div img{
    float: left;
    width:90px;
    height:90px;
    margin-right: 8px;
    margin-bottom: 4px;

}
.order_replacement_info>div img:nth-child(3n+3){
    margin-right: 0;
}

/* 发货弹窗 */
.order_send_dialog{
    width:532px!important;
height:322px!important;
margin: -161px 0 0 -266px!important;
}
.order_send_info .layui-form {
    width: 292px;
    display: inline-block;
}

/* 修改金额弹窗 */
.order_money_info{
    text-align: center;
}
.order_money_info>h6{
    margin-bottom: 30px;
}
.order_money_info>div>input{
    width: 304px;
}