.ordersearch{
    padding:0 0 40px;
   
    text-align: center;
}
.ordersearch .box{
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.05);
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 36px 0 48px;
}
.ordersearch h1{
    font-size: 28px;
font-family: BALOO2-SEMIBOLD;

color: #333;

margin-bottom:10px;
}

.ordersearch p{
    font-size: 18px;
font-family: Roboto;
font-weight: 400;
line-height: 28px;
color: #666;
text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.ordersearch .btn a{
   margin:0 10px;
   width: 108px;
height: 33px;
border-radius: 5px;
background:url(../images/ico2.png) no-repeat left 10px center;
background-color: rgba(115,139,216,1);
display: inline-block;
line-height:33px;
font-size: 16px;
font-family: Baloo_M;
padding-left: 32px;
box-sizing: border-box;
color: #FFFFFF;
}
.ordersearch .btn a:last-child{
    background:url(../images/ico3.png) no-repeat left 10px center;
    background-color: rgb(24 181 86);
}
.ordersearch .searchs{
    margin:0px 0 25px;
}
.ordersearch .searchs input{
    width: 577px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    padding-left: 10px;
    border-radius: 6px;
    outline: none;
    border: none;
    font-size: 16px;
    color:#7d7d7d;
    border: 1px solid #BAC2D2;
    font-family: Baloo_R;
}

.ordersearch .searchs  a{
    width: 105px;
height: 43px;
background: #0DA5EB;
border-radius: 5px;
font-size: 18px;
font-family: Baloo_M;
vertical-align: top;
line-height: 43px;
color: #FFFFFF;
display: inline-block;
margin-left: 10px;
text-align: center;
}

.ordersearch p:last-child{
    font-size: 16px;
    color: #666666;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.ordercontainer{
    padding:0px 0 40px;
}


.ordercontainer .box{
    width: 1200px;
margin:0 auto;
box-sizing: border-box;
}

.ordercontainer .box .top{
    display: flex;
    line-height: 26px;
    position: relative;
}
.ordercontainer .box em,.ordercontainer .box p{
    font-size: 16px;
    color: #363537;
    font-style: normal;
}
.ordercontainer .box .top p:last-child{
    color: #333333;
text-decoration: underline;
position:absolute;
right:0;
top:0;
}
.ordercontainer .box .top span{
    height: 26px;
    line-height: 26px;
    padding:0 10px;
    color:#fff;
    font-size: 14px;
    background:#FF6B3B;
    margin-right:15px;
    border-radius: 3px;
}
.ordercontainer .box .top span.color_blue{
    background: rgba(232,240,247,1);
    color: #508FD1;
}
.ordercontainer .box .top span.color_yellow{
    background: rgba(249,236,231,1);
    color: #FF7243;
}

.ordercontainer .box .top span.color_green{
    background:#E8F4D2;
    color:#8DC81E
}
.ordercontainer .box .content{
    border: 1px solid #E1E1E1;
border-radius: 2px;
margin-top:5px;
}
.ordercontainer .box .content .contenttop{
    background: rgba(238,238,238,1);
    line-height:50px;
    display: flex;
}
.ordercontainer .box .content li{
    display: none;
    border-bottom: 1px solid #E2E2E2;
  
}
.ordercontainer .box .content li:first-child,.ordercontainer .box .content li.active{
    display: flex;
}
.ordercontainer .box .content .contenttop span,
.ordercontainer .box .content li >span,
.ordercontainer .box .content li >a{
    width: 17%;
    padding-left: 25px;
    box-sizing: border-box;
    border-right: 1px solid #E1E1E1;
}
.ordercontainer .box .content .contenttop span:nth-of-type(1),
.ordercontainer .box .content li >div{
    width: 49%;
    border-right: 1px solid #E1E1E1;
}
.ordercontainer .box .content li >div{
    display: flex;
    align-items: flex-start;
    padding:20px 25px;
    box-sizing: border-box;
    text-align: left;
}
.ordercontainer .box .content li >div img{
    width: 66px;
    margin-right:18px;
}
.ordercontainer .box .content li >div  p{
    font-size: 14px;
line-height: 18px;
color: #888888;
}
.ordercontainer .box .content li >div span{
    font-size: 17px;
font-weight: bold;
margin-bottom:4px;
display: block;
color: #0DA5EB;
}
.ordercontainer .box .content li >span{
    font-size: 16px;
color: #363537;
display: flex;
    align-items: center;
}
.ordercontainer .box .content li >span.price{
    font-family: Baloo_M;
color: #D21E43;
}
.ordercontainer .box .content li >a.more{
    color: #0DA5EB;
text-decoration: underline !important;
cursor: pointer;
display: flex;
align-items: center;
}

.ordercontainer .box .content .contenttop span:last-child, .ordercontainer .box .content li >a:last-child{
    border-right:none;
}
.ordercontainer .box .content .bottom{
  padding:15px 40px;
}
.ordercontainer .box .content .bottom span{
    text-align: right;
    font-size: 16px;
display: inline-block;

width: 50px;
color: #333333;
text-align: right;
margin-right: 15px;
}
.ordercontainer .box .content .bottom p{
    font-size: 14px;

line-height: 30px;
color: #888888;
}


.ordercontainer .orderlist{
    margin-bottom: 30px;
}
#paging #order-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}


.ordercontainer .nolist img{
    display: block;
    margin:0 auto;
    width:300px;
}


.emailpop{
    width: 350px;
height: 236px;
background: rgba(255,255,255,1);
box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
position:fixed;
top:50%;
left:50%;
transform: translate(-50%,-50%);
border-radius: 8px;
z-index: 99;
padding:15px;
box-sizing: border-box;
}
.emailpop h2{
    font-size: 18px;
font-family: Roboto;
margin-bottom:15px;
color: #000000;
}
.emailpop img{
    position:absolute;
    right:15px;
    top:15px;
    width:20px;
    cursor: pointer;
}

.emailpop input{
    height: 37px;
background: rgba(241,241,241,1);
width:100%;
margin:0 auto 15px;
outline: none;
border:none;
font-size: 14px;
padding-left:12px;
box-sizing: border-box;
color: #C9C9C9;
}
.emailpop  .code{
    display: flex;
    justify-content: space-between;
}

.emailpop  .code input{
    background: rgba(255,255,255,1);
    width: 233px;
    border-radius: 4px;
    margin:0;
    border: 1px solid #C6D5E9;
    color: #879BB1;
}

.emailpop  .code input[type='button']{
    width: 78px;
height: 37px;
background:none;
border: 1px solid #C6D5E9;
text-align: center;
border-radius: 4px;
font-size: 14px;
font-family: Roboto;

line-height: 37px;
color: #879BB1;
display: inline-block;
cursor: pointer;
padding:0;
}

.emailpop .btns{
    text-align: right;
    margin-top:30px;
}
.emailpop .btns a{
    width: 76px;
height: 35px;
line-height: 35px;
border: 1px solid #C6D5E9;
border-radius: 18px;
font-size: 16px;
display: inline-block;
color: #333333;
text-align: center;
margin-left: 10px;
}
.emailpop .btns a:last-child{
    background: rgba(66,122,180,1);
    color:#fff;
}
.emailpop P{
    font-size: 12px;
font-family: Roboto;
color: #E24B4B;
display:none;
}

.layers{
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: rgb(55, 55, 55, 0.5);
}
.ordercontainer .box .content .contentcenter>a.more{
    display: none;
}

.ordercontainer .box .content li:first-child >div p.active i{
    background:url(../images/xl.png) no-repeat right center;
    padding-left:25px;
    cursor: pointer;
    height:15px;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.ordercontainer .box .content li:first-child >div p.active1 i{
    background:url(../images/xl2.png) no-repeat right center;
    padding-left:25px;
    cursor: pointer;
    height:15px;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.ordercontainer .box .content li >div p:nth-child(n+3){
    display: none;
}

@media only screen and (max-width: 1024px) {
    .ordersearch .container{
        padding:0;
    }

    .ordercontainer .ordertitle span, .orderlist span{
        font-size: 14px;
    }
    .ordersearch .search input{
        width: 500px;
    }
   
  
    .emailpop .code input{
        width: 174px;
        border: 1px solid #C6D5E9;
    }
    .emailpop .btns{
        margin-top:20px;
    }
    .emailpop{
        width: 294px;
        padding:18px 15px;
        height:250px;
    }
    .emailpop h2{
        font-size: 16px;
    }
   
    .ordersearch{
        padding:0px 15px 0px;
      
    }
    body{
        background:#fff;
    }
    .ordersearch .box{
        border:none;
        box-shadow:none;
        padding: 8px 0 10px;
    }
    .ordersearch h2{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .ordersearch p{
        font-size: 13px;
        line-height: 15px;
    }
    .ordersearch .searchs{
        margin:0 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .ordersearch .searchs input{
        width:78%;
        height: 37px;
        line-height: 37px;
        font-size: 16px;
    }
    .ordersearch .searchs a{
        height: 37px;
        line-height: 37px;
        font-size: 16px;
        width:20%;
        margin:0;
    }
    .ordersearch .btn a{
        /* width: 89px;
        height:29px; */
        /* line-height:29px;
        font-size: 12px; */
        margin:0 5px;
        background-size:18px !important;
        padding-left: 30px;
    }
    .ordersearch p:last-child{
        font-size: 11px;
        width: 240px;
        margin:10px auto 0;
    }
    .ordercontainer .nolist img{
        width: 225px;
    }
    .ordercontainer{
        padding: 24px 15px 50px;
        min-height: calc(100vh - 450px);
    }
    .ordercontainer .box{
        max-width: 100%;
        box-shadow: none;
        padding:0;
        border:none;
        background:none;
    }
 
    .ordercontainer .box .orderlist{
        padding:0 12px 50px;
        border: 1px solid #ECECEC;
box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
border-radius: 4px;
background: rgba(255,255,255,1);
margin-bottom:15px;
position: relative;
    }
    .ordercontainer .box .top{
        line-height:50px;
        border-bottom: 1px solid #F1F1F1;
        display: flex;
        align-items: center;
        position: static;
    }
    .ordercontainer .box em, .ordercontainer .box p{
        font-size: 12px;
        color: #888888;
    }
    .ordercontainer .box .top span{
        padding:0 6px;
        font-size: 13px;
        margin-right:5px;
    }

    .ordercontainer .box .content li{
      
        border:none;
        position: relative;
    }
    .ordercontainer .box .content li >a.more{
        display: none;
    }
    .ordercontainer .box .content li:first-child,.ordercontainer .box .content li.active{
        display: block;
    }
    .ordercontainer .box .content li >div{
        padding:10px 0;
        width: 80%;
        border:none;
    }
    .ordercontainer .box .content li >div p{
        font-size: 13px;
    }
  
    .ordercontainer .box .content li >div span{
        font-size: 15px;
        margin-bottom:10px;
    }
    .ordercontainer .box .content li span.price{
        position:absolute;
        top:10px;
        right:0;
        font-size: 14px;
        padding:0;
        width: auto;
    }
    .ordercontainer .box .content li >div img{
        width: 70px;
    }

    .ordercontainer .box .content li >span:nth-of-type(1){
        position:absolute;
        right:0;
        bottom:12px;
        padding:0;
        width: auto;
        font-size: 12px;
    }
    .ordercontainer .box .top p:last-child{
        top:auto;
        bottom:0;
        left:12px;
        font-size: 13px;
        text-decoration: none;
    }
   
    .ordercontainer .box p em{
        display: none;
    }
    .ordercontainer .box .content .contentcenter>a.more{
        position:absolute;
        bottom:12px;
        right:12px;
        width: 68px;
height: 27px;
line-height:27px;
color:#fff;
background: rgba(13,165,235,1);
border-radius: 2px;
font-size: 12px;
padding:0;
text-decoration: none;
text-align: center;
display: block;
    }

    .ordercontainer .box .content .contenttop{
    display: none;}

    .ordercontainer .box .content,.ordercontainer .box .content .contenttop span, .ordercontainer .box .content li >span{
        border:none;
    }
    .ordercontainer .box .content .bottom{
        background: rgba(244,246,248,1);
padding:6px 0;
border-radius: 2px;
display: flex;
    }
    .ordercontainer .box .content .bottom p{
        font-size: 12px;
color: #B6B6B6;
text-align: center;
flex:1;
line-height: 19px;
border-right: 1px solid #E2E4E5;

    }
    .ordercontainer .box .content .bottom p:last-child{
        border:none;
    }

    .ordercontainer .box .content .bottom p span{
        display: block;
        color: #333333;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    
}