* {
    padding: 0;
    margin: 0;
    font-family: 'MyCustomFont', sans-serif;

}

@font-face {
    font-family: 'MyCustomFont';
    src: url('outfit-regular.woff');
}

.banner {
    margin: 0 auto;
    min-height: 450px;
}
.brnav{
    color: #fff;
    position: absolute;
    top: 21px;
    left: 0;
    display: flex;
}
.navlists{
    display: flex;
}
.navlist {
    margin-right: 4px;
}
.navlist img{
    width: 8px;
    height: 10px;
}
.banner-img {
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    min-height: 450px;
    height: auto;
    background: url(https://static.efeglasses.com/upload/sts/2024-11-15/9502470.jpg?x-oss-process=image/resize,l_3840/format,webp) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-cont {
    position: relative;
    width: 62.5%;
    margin: 0 auto;
    padding: 133px 0 162px 0;
}

.banner-tit {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner-search {
    margin: 0 auto;
    display: flex;
    font-size: 30px;
    align-items: center;
    width: 800px;
    border-radius: 40px;
    padding: 13px 31px 14px;
    height: 50px;
    background-color: #FFFFFF;
    justify-content: space-between;
}

.banner-search input {
    font-size: 18px;
    border: 0;
    outline: 0;
    width: 80%;
}

.banner-search .icoBox {
    width: 30px;
    display: flex;
    cursor: pointer;
}

.banner-search .icoBox svg{
    width: 100%;
    height: auto;
    fill:#666 ;
}

.banner-search .icoBox:hover svg{
    fill: #FA6E07;
}

.banner-search input::placeholder {
    font-size: 18px;
    color: #999999;
    line-height: 34px;
}



.detail-3-1-left {
    text-align: center;
}

.detail-3-1-left .icon-a-Orderplaced,
.detail-3-1-left .icon-Shipped,
.detail-3-1-left .icon-Delivered {
    font-size: 54px;
    color: #FA6E07;
}

.detail-3-text-1 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 4px;
}

.detail-3-text-2 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.detail-3-line {
    width: 434px;
    margin: 5px 0px;
    border: 1px dashed #FA6E07;
}

.detail-3-text-3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;

    margin-top: 20px;
    margin-bottom: 10px;
}

.detail-3-table1 table {
    width: 100%;
    border-collapse: collapse;
}

.detail-3-table1 table,
.detail-3-table1 th,
.detail-3-table1 td {
    border: 1px solid #CBCBCB;
}

.detail-3-table1 .td-center {
    text-align: center;
}

.detail-3-table1 .td-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background: rgba(250, 110, 5, 0.1);
}

.detail-3-table1 .td-title-width {
    width: 20%;
}


.detail-3-table1 table tr td {
    padding: 14px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.detail-3-table1 .table-titps {
    font-size: 14px;
    font-family: Outfit, Outfit;
    font-weight: 400;
    color: #999999;
    text-align: right;
    margin-top: 6px;
}





.delivery {
    padding: 0px 60px 50px;
}
.order-detail {
    width: 1200px;
    margin: 50px auto 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.nav-con {
    margin-top: 20px;
    width: 100%;
}
.detail-top{

    width: 100%;
    background: #FAFAFA;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 60px 19px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.order-id{
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    display: flex;
    align-items: center;
}
.order-id .text{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.order-id .track{
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: #FA6E07;
    cursor: pointer;
}

.order-id .track .icoBox{
    width: 10px;
    display: flex;
    margin-left: 2px;
}

.order-id .track .icoBox svg{
    width: 100%;
    height: auto;
}

.delivery-shop{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
}
.delivery-shop img{
    width: 100px;
    margin-right: 20px;
}
.shop-detail .order-id{
    font-size: 16px;
}
.shop-detail span{
    font-size: 16px;
}
.delivered{
    display: flex;
}
.order-tracking{
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
}
.step-line{
    width: 12px;
    text-align: center;
}
.step-line div{
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
}
.step-line span{
    margin: 2px 0 0 0;
    display: inline-block;
    border: 1px solid #333333;
    height: calc(100% - 19px);
}
.step{
    position: relative;
    bottom: 5px;
    margin-left: 16px;
    margin-bottom: 24px;
}
.step-tit{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.step-cont{
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.step-cont span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.active-color{
    color: #FA6E07;

}
.active-bgcolor{
    background-color: #FA6E07 !important;
}
.hide{
    cursor: pointer;
    margin-top: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #FA6E07;
}
.hide img{
    width: 16px;
    height: 8px;
}
.delivery-cont{
    display: none;
}