@media(min-width:1025px) {
    .s404-left {
        float: left;
    }
    .s404 {
        background-color: #EDEEEF;
        height: 452px;
        width: 100%;
        min-width: 1080px;
        border-bottom: 5px solid #0f3e60;
    }
    .s404-content {
        width: 1080px;
        margin: 0 auto;
        overflow: hidden;
    }
    .s404-content h1 {
        margin-top: 36px;
    }
    .s404-info {
        margin-top: 110px;
        font-size: 30px;
        color: #0F3E60;
    }
    .s404-right {
        float: right;
    }
    .s404-right p {
        color: #0F3E60;
        font-size: 16px;
        margin-top: 288px;
        text-align: right;
    }
    .s404-search {
        position: relative;
    }
    .s404-right input {
        width: 544px;
        height: 62px;
        border: 1px solid #0F3E60;
        margin-top: 20px;
        margin-right: 6px;
        text-indent: 28px;
        font-size: 14px;
    }
    .s404-right span {
        display: inline-block;
        width: 33px;
        height: 33px;
        position: absolute;
        background-image: url(../img/searchbtn.svg);
        top: 35px;
        right: 28px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .s404-left {
        float: left;
        width: 40%;
        position: relative;
        height: 320px;
    }
    .s404 {
        background-color: #EDEEEF;
        height: 320px;
        width: 100%;
        min-width: 768px;
        border-bottom: 5px solid #0f3e60;
    }
    .s404-content {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    .s404-content h1 {
        margin-top: 50px;
    }
    .s404-content h1 img {
        width: 100%;
    }
    .s404-info {
        font-size: 20px;
        color: #0F3E60;
        position: absolute;
        bottom: 34px;
    }
    .s404-right {
        width: 60%;
        float: right;
    }
    .s404-right p {
        color: #0F3E60;
        font-size: 16px;
        margin-top: 188px;
        text-align: right;
    }
    .s404-search {
        position: relative;
    }
    .s404-right input {
        float: right;
        width: 410px;
        height: 50px;
        border: 1px solid #0F3E60;
        margin-top: 20px;
        text-indent: 28px;
        font-size: 14px;
    }
    .s404-right span {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        background-image: url(../img/searchbtn.svg);
        top: 32px;
        right: 18px;
    }
}

@media(max-width: 767px) {
    .s404 {
        background-color: #EDEEEF;
        width: 100%;
        min-width: 320px;
        padding-bottom: 60px;
        border-bottom: 5px solid #0f3e60;
    }
    .s404-content {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    .s404-content h1 {
        width: 66%;
        margin: 0 auto;
        margin-top: 54px;
    }
    .s404-content h1 img {
        width: 100%;
    }
    .s404-info {
        margin-top: 28px;
        font-size: 30px;
        color: #0F3E60;
        text-align: center;
    }
    .s404-right p {
        color: #0F3E60;
        font-size: 16px;
        margin-top: 46px;
        text-align: center;
    }
    .s404-search {
        position: relative;
    }
    .s404-right input {
        display: block;
        width: 90%;
        height: 62px;
        border: 1px solid #0F3E60;
        text-indent: 6px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .s404-right span {
        display: inline-block;
        width: 33px;
        height: 33px;
        position: absolute;
        background-image: url(../img/searchbtn.svg);
        top: 15px;
        right: 8%;
    }
}

.shwo-404 .banner {
    width: 100%;
    background-image: url(/static/img/shwo-404/b.svg);
    background-repeat: no-repeat;
}

.shwo-404 .banner .banner-img {
    width: 410px;
    height: 264px;
    margin: 0 auto;
    margin-top: 32px;
}

.shwo-404 .banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shwo-404 .banner .banner-title {
    font-size: 36px;
    line-height: 36px;
    margin-top: 32px;
    text-align: center;
    margin-bottom: 52px;
}

.shwo-404 .banner .search-box {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shwo-404 .banner .search-box {
    display: flex;
    justify-content: space-between;
}

.shwo-404 .banner .search-box input {
    width: 382px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #2E8CFF;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 20px;
    outline: none;
}

.shwo-404 .banner .search-box span {
    width: 150px;
    height: 40px;
    display: block;
    background-color: #2E8CFF;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}

.shwo-404 .banner .search-box span:hover {
    background-color: #147AE0;
}

.shwo-404 .banner .search-content {
    font-size: 14px;
    text-align: center;
    color: #808080;
    margin-top: 15px;
}

.shwo-404 .banner .search-content span {
    font-size: 16px;
    color: #000000;
}

.shwo-404 .banner .banner-btn {
    display: block;
    width: 190px;
    height: 42px;
    background-color: #2E8CFF;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    margin-top: 26px;
    cursor: pointer;
}

.shwo-404 .banner .banner-btn:hover {
    background-color: #147AE0;
}

.shwo-404 .banner .banner-btn span:nth-child(1) {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
}

.shwo-404 .banner .banner-btn span:nth-child(2) {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
}

.shwo-404 .banner .banner-btn span:nth-child(2)::after {
    content: "";
    background-image: url(/static/img/shwo-404/btn-jt.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 8px;
    height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shwo-404 .content-title {
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-top: 100px;
}

.shwo-404 .content-card-box {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    flex-wrap: wrap;
}

.shwo-404 .content-card-box .content-card {
    width: 250px;
    margin: 0 auto;
    padding-top: 26px;
    text-align: center;
    box-shadow: 2px 2px 15px rgba(78, 78, 198, 0.15);
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 30px;
    background-color: #fff;
}

.shwo-404 .content-card-box .content-card img {
    width: 52px;
}

.shwo-404 .content-card-box .content-card .content-card-title {
    font-size: 18px;
    color: #000;
    margin-top: 26px;
    margin-bottom: 18px;
}

.shwo-404 .content-card-box .content-card .content-card-content {
    font-size: 16px;
    line-height: 26px;
    color: #808080;
}

.shwo-404 .content-card-box .content-card .content-card-btn {
    width: 118px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}

.shwo-404 .content-card-box .content-card .content-card-btn:hover span:nth-child(2) {
    transform: translateX(10px);
}

.shwo-404 .content-card-box .content-card .content-card-btn span:nth-child(1) {
    font-size: 14px;
    color: #2E8CFF;
}

.shwo-404 .content-card-box .content-card .content-card-btn span:nth-child(2) {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #2E8CFF;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
}

.shwo-404 .content-card-box .content-card .content-card-btn span:nth-child(2)::after {
    content: "";
    background-image: url(/static/img/shwo-404/jt-white.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 8px;
    height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shwo-404 .content {
    padding-bottom: 72px;
    background-image: url(/static/img/shwo-404/bottom-bg-8.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.shwo-404 .content-card-box2 {
    margin-top: 108px;
    background-image: url(/static/img/shwo-404/s.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.shwo-404 .content-card-box2 .content-card-box2-title {
    font-size: 36px;
    text-align: center;
}

.shwo-404 .content-card-box2 .content-card-box2-btn-box {
    width: 410px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 34px;
}

.shwo-404 .content-card-box2 .content-card-box2-btn-box .content-card-box2-btn {
    display: block;
    width: 190px;
    height: 42px;
    border-radius: 20px;
    background-color: #2E8CFF;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.shwo-404 .content-card-box2 .content-card-box2-btn-box .content-card-box2-btn:hover {
    background-color: #147AE0;
}

@media screen and (max-width: 1200px) {
    .shwo-404 .banner {
        background-image: unset;
    }
    .shwo-404 .banner .banner-img {
        width: 80%;
        height: unset;
    }
    .shwo-404 .banner .banner-img img {
        height: unset;
    }
    .shwo-404 .banner .banner-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .shwo-404 .banner .search-box span {
        width: 84px;
        text-align: center;
    }
    .shwo-404 .banner .search-box input {
        width: 180px;
    }
    .shwo-404 .banner .search-content {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        width: fit-content;
        margin: 0 auto;
    }
    .shwo-404 .banner .search-content span:nth-child(1) {
        display: block;
        font-size: 16px;
        text-align: left;
    }
    .shwo-404 .banner .search-content span:nth-child(2) {
        text-align: left;
        font-size: 14px;
    }
    .shwo-404 .content-title {
        font-size: 24px;
        margin-top: 60px;
    }
    .shwo-404 .content-card-box {
        margin-top: 32px;
    }
    .shwo-404 .content-card-box .content-card {
        margin-top: 14px;
    }
    .shwo-404 .content-card-box2 {
        margin-top: 60px;
    }
    .shwo-404 .content-card-box2 .content-card-box2-title {
        font-size: 24px;
    }
    .shwo-404 .content-card-box2 .content-card-box2-btn-box {
        width: 90%;
    }
    .shwo-404 .content-card-box2 .content-card-box2-btn-box .content-card-box2-btn {
        width: 148px;
        line-height: 34px;
        font-size: 14px;
        font-weight: bold;
        height: 34px;
    }
    .shwo-404 .content-card-box2 {
        background-image: unset;
    }
    .shwo-404 .content {
        padding-bottom: 40px;
    }
}