.init-loading .order-list {
    display: none;
}

.init-loading .Confirm, .init-loading .Alert {
    display: none;
}

@media (min-width:960px) {
    .search-box .content {
        padding: 186px 0 100px 288px;
        box-sizing: border-box;
        position: relative;
        margin-top: 68px;
    }
    .search-box .content .title {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #062f67;
        line-height: 33px;
    }
    .search-box .content .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #062f67;
        line-height: 20px;
        margin-top: 6px;
    }
    .search-box .content .input-view {
        margin-top: 24px;
        display: flex;
        padding-bottom: 34px;
        position: relative;
    }
    .search-box .content .input-view input {
        width: 432px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #b2b2b2;
        box-sizing: border-box;
        padding-left: 20px;
        font-size: 14px;
    }
    .search-box .content .input-view .Submit {
        width: 120px;
        height: 40px;
        background: #436fff;
        border-radius: 5px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 35px;
        cursor: pointer;
        position: relative;
    }
    .search-box .content .input-view .error_tip {
        display: none;
        position: absolute;
        bottom: 0;
        font-weight: bold;
        top: 54px;
        left: 0;
    }
    .search-box .content .input-view.error input {
        border: 1px solid #e53c3c;
    }
    .search-box .content .input-view.error .error_tip {
        display: block;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        color: #de0000;
        line-height: 20px;
    }
    .order-list {
        position: relative;
    }
    .order-list .mask {
        display: none;
    }
    .order-list .order-list-header {
        height: 51px;
        background: rgba(235, 243, 255, 1);
        display: Flex;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(19, 77, 157, 1);
        line-height: 22px;
    }
    .order-list .order-list-item {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .order-list .order-list-row {
        display: Flex;
        border-bottom: 1px solid #e8e8e8;
    }
    .order-list .order-list-row .order-list-item {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 20px;
        padding: 38px 0;
    }
    .order-list .order-list-row .order-list-item .Product {
        width: 252px;
        text-align: center;
    }
    .order-list .order-list-row .order-list-item .Cancel {
        text-decoration: underline;
        color: #436fff;
        cursor: pointer;
    }
    .order-list .order-list-row .order-list-item .Retrieve {
        text-decoration: underline;
        color: #436fff;
        cursor: pointer;
    }
    .pagination-box {
        display: flex;
        justify-content: center;
        width: 200px;
        height: 40px;
        margin: 24px auto;
        line-height: 40px;
        background: #f0f0f0;
        border-radius: 5px;
        color: #3c3c3c;
        font-size: 16px;
        cursor: pointer;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
    }
    .pagination-box:hover {
        background: #d9d9d9;
    }
    .pagination-loading {
        width: 200px;
        margin: 24px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 22px;
    }
    .pagination-loading .vue-loading {
        margin: -5px 0 0 0;
    }
    .pagination-loading>span {
        margin-left: 7px;
    }
    .more {
        width: 1100px;
        margin: 80px auto 0;
        padding-bottom: 209px;
    }
    .more .more-title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, PingFang SC;
        font-weight: 600;
        color: #2f2f2f;
        line-height: 42px;
        margin: 0 0 64px;
        text-align: center;
    }
    .more .content {
        width: 100%;
        height: 333px;
        display: flex;
    }
    .more .content .content-item:first-child {
        margin-left: 0px;
    }
    .more .content .content-item:last-child {
        margin-right: 0px;
        float: right;
    }
    .more .content .content-item {
        width: 269px;
        height: 333px;
        margin: 0 70px;
        background: white;
        -webkit-box-shadow: 0px 2px 12px 0px rgba(19, 77, 157, 0.23);
        box-shadow: 0px 2px 12px 0px rgba(19, 77, 157, 0.23);
        border-radius: 10px;
        padding: 40px 10px;
        text-align: center;
        float: left;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
    }
    .more .content .content-item .item-title {
        font-size: 18px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #073b81;
    }
    .more .content .content-item .item-img {
        margin-top: 26px;
    }
    .more .content .content-item .item-info {
        padding: 30px 0 0 0;
        font-size: 16px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
    }
    .more .content .content-item .item-footer {
        width: 100%;
        font-size: 16px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #134d9d;
        position: absolute;
        left: 0;
        bottom: 50px;
    }
    .more .content .content-item .item-footer:hover {
        text-decoration: underline;
    }
    .more .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:960px) {
    .more {
        /* width: 1100px; */
        /* margin: 0 auto; */
        overflow: hidden;
        padding-bottom: 0.32rem;
        background: url('../images/BackgroudShape.png') no-repeat left 15rem;
        background-size: contain;
    }
    .more .more-title {
        font-size: 0.36rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #436fff;
        line-height: 0.5rem;
        margin: 1.48rem 0 0.38rem;
        text-align: center;
    }
    .more .content {
        /* width: 100%; */
        /* height: 333px; */
        /* display: flex; */
        position: relative;
        z-index: 2;
    }
    .more .content .content-item:first-child {}
    .more .content .content-item:last-child {
        /* margin-right: 0px; */
        /* float: right; */
    }
    .more .content .content-item {
        width: 6rem;
        height: 4.48rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(19, 77, 157, 0.23);
        border-radius: 0.2rem;
        text-align: center;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        margin: 0 auto 0.38rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: initial;
    }
    .more .content .content-item .item-title {
        font-size: 0.28rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #436fff;
        line-height: 0.4rem;
    }
    .more .content .content-item .item-img {
        margin-top: 0.2rem;
    }
    .more .content .content-item .item-img img {
        width: 0.7rem;
        height: auto;
    }
    .more .content .content-item .item-info {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(60, 60, 60, 1);
        line-height: 0.5rem;
        height: 1.5rem;
        padding: 0.2rem 0.32rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more .content .content-item .item-footer {
        width: 100%;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 0.44rem;
        color: #436fff;
    }
    .more .content .content-item .item-footer .result_icon_right {
        width: 0.34rem;
        height: 0.34rem;
    }
    .more .content .content-item .item-footer:hover {
        text-decoration: underline;
    }
    .more .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:960px) {
    .retrieve-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2.92rem;
    }
    .retrieve-container.error input {
        border: 1px solid #e53c3c;
    }
    .retrieve-container.error .error_tip {
        display: block;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        color: #de0000;
        line-height: 20px;
    }
    .retrieve-container.isOrder {
        margin-top: 0.8rem;
    }
    .retrieve-container .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #062f67;
    }
    .retrieve-container .tips {
        margin-top: 0.26rem;
        margin-bottom: 0.26rem;
        width: 6.76rem;
        height: 0.88rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #062f67;
        line-height: 0.44rem;
    }
    .retrieve-container .error_tip {
        display: none;
        margin-top: 0.14rem;
        width: 6.76rem;
        font-weight: 400;
    }
    .retrieve-container .retrieve {
        border-radius: 5px;
        box-shadow: 1px 2px 8px 1px #ccc;
    }
    .retrieve-container .retrieve .retrieve-input {
        width: 6.62rem;
        height: 0.96rem;
        border-radius: 5px;
        border: 1px solid #b2b2b2;
        padding-left: 20px;
        box-sizing: border-box;
        font-size: 16px;
        color: #5f5c5c;
    }
    .retrieve-container .btn {
        margin-top: 0.32rem;
        width: 6.66rem;
        height: 0.96rem;
        background: #436fff;
        border-radius: 5px;
        font-size: 0.36rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        text-align: center;
        color: white;
        line-height: 0.96rem;
    }
    .order-list {
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: center; */
        /* align-items: center; */
        margin-top: 2.92rem;
    }
    .order-list.error input {
        border: 1px solid #e53c3c;
    }
    .order-list.error .error_tip {
        display: block;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        color: #de0000;
        line-height: 0.4rem;
    }
    .order-list.isOrder {
        margin-top: 0.8rem;
    }
    .order-list .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #062f67;
    }
    .order-list .tips {
        margin-top: 0.26rem;
        margin-bottom: 0.36rem;
        width: 6.76rem;
        height: 0.88rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #062f67;
        line-height: 0.44rem;
    }
    .order-list .error_tip {
        display: none;
        margin-top: 0.14rem;
        width: 6.76rem;
        font-weight: 400;
    }
    .order-list .retrieve {
        /* border-radius: 0.1rem; */
        /* box-shadow: 1px 2px 8px 1px #ccc; */
    }
    .order-list .retrieve .retrieve-input {
        width: 6.62rem;
        height: 0.96rem;
        border-radius: 0.1rem;
        border: 1px solid #b2b2b2;
        padding-left: 0.4rem;
        box-sizing: border-box;
        font-size: 0.32rem;
        color: #5f5c5c;
    }
    .order-list .btn {
        margin-top: 0.32rem;
        width: 6.66rem;
        height: 0.96rem;
        background: #436fff;
        border-radius: 5px;
        font-size: 0.36rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        text-align: center;
        color: white;
        line-height: 0.96rem;
    }
    .order-list {
        border-bottom: 1px solid #dadada;
        margin-top: 0.6rem;
    }
    .order-list .order-item {
        padding-left: 0.28rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-top: 1px solid #dadada;
    }
    .order-list .order-item:last-child {
        border-bottom: 1px solid #dadada;
    }
    .order-list .order-item .item {
        display: flex;
    }
    .order-list .order-item .item.time-wrapper {
        margin-top: 0.4rem;
    }
    .order-list .order-item .item .title {
        font-size: 0.28rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #436fff;
        line-height: 0.4rem;
        width: 2.48rem;
    }
    .order-list .order-item .item .text {
        width: 4.48rem;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 0.4rem;
    }
    .order-list .order-item .item .text.order-text {}
    .order-list .order-item .retrieve {
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        text-decoration: underline;
        /* margin-left: 2.74rem; */
        /* margin-top: 0.4rem; */
    }
    .order-list .load-more {
        width: 3.3rem;
        height: 0.72rem;
        background: #ebf3ff;
        border-radius: 5px;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        text-align: center;
        line-height: 0.72rem;
        margin: 0.3rem auto 0;
    }
    .order-list .pagination-loading {
        width: 4rem;
        margin: 24px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: px2rem(14px);
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 22px;
    }
    .order-list .pagination-loading .vue-loading {
        margin: -5px 0 0 0;
    }
    .order-list .pagination-loading>span {
        margin-left: 7px;
    }
    .info {
        margin-top: px2rem(35px);
    }
    .info.info1 {
        margin-top: px2rem(267px);
    }
    .retrieveMyCodeloading .mask {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        flex-direction: column;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
    }
    .retrieveMyCodeloading .mask .loading-tip {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #073b81;
        margin-top: 10px;
        position: absolute;
        top: 50%;
        margin-top: 80px;
    }
    .pagination-box {
        display: flex;
        justify-content: center;
        width: 4rem;
        height: 0.8rem;
        margin: 0.48rem auto;
        line-height: 0.8rem;
        background: #f0f0f0;
        border-radius: 0.1rem;
        color: #3c3c3c;
        font-size: 0.32rem;
        cursor: pointer;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
    }
    .pagination-box:hover {
        background: #d9d9d9;
    }
}