.pages {
    text-align: center;
    margin: 30px auto 10px;
    box-sizing: border-box;
    font-size: 0
}

.pages span {
    height: 35px;
    background: var(--blue);
    border-radius: 2px;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: -1px;
    border: 1px solid var(--blue);
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    margin: 0 5px
}

.pages a {
    margin: 0 5px;
    height: 35px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 0 10px;
    color: #999;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: -1px;
    display: inline-block;
    background-color: #fff
}

.pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

.form_1f8c60f5 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center
}

.form_1f8c60f5.show {
    display: flex
}

.form_1f8c60f5 .box {
    width: 720px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden
}

.form_1f8c60f5 .box>img {
    height: 500px
}

.form_1f8c60f5 .box .form_con {
    position: relative;
    flex: 1;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding: 30px 0
}

.form_1f8c60f5 .box .form_con .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 20px;
    width: 15px;
    height: 15px;
    box-sizing: content-box;
    cursor: pointer
}

.form_1f8c60f5 .box .form_con form {
    width: 325px
}

.form_1f8c60f5 .box .form_con form h3 {
    font-weight: bold;
    font-size: 24px;
    color: #0770d1
}

.form_1f8c60f5 .box .form_con form p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 15px 0 10px
}

.form_1f8c60f5 .box .form_con form input {
    width: 325px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #666
}

.form_1f8c60f5 .box .form_con form .select select {
    width: 325px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-top: 15px;
    appearance: none;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    outline: none
}

.form_1f8c60f5 .box .form_con form .code {
    display: flex;
    justify-content: space-between;
    width: 325px;
    margin-top: 15px
}

.form_1f8c60f5 .box .form_con form .code input {
    flex: 1;
    margin-top: 0;
    width: 0;
    margin-right: 15px
}

.form_1f8c60f5 .box .form_con form .code button {
    width: 115px;
    height: 42px;
    background: #0770d1;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.form_1f8c60f5 .box .form_con form .code button[disabled] {
    opacity: .5
}

.form_1f8c60f5 .box .form_con form .xy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0
}

.form_1f8c60f5 .box .form_con form .xy label {
    color: #666;
    margin-right: 2px;
    cursor: pointer
}

.form_1f8c60f5 .box .form_con form .xy label input {
    width: 14px;
    height: 14px;
    margin-top: 0;
    display: none
}

.form_1f8c60f5 .box .form_con form .xy label input+span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background: url(../images/f0376074.png) center/contain no-repeat;
    vertical-align: -2px
}

.form_1f8c60f5 .box .form_con form .xy label input:checked+span {
    background-image: url(../images/2489a8be.png)
}

.form_1f8c60f5 .box .form_con form .xy a {
    color: #0770d1
}

.form_1f8c60f5 .box .form_con form>button {
    width: 325px;
    height: 42px;
    background: #0770d1;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer
}

:root {
    --blue: #0770D1
}

body {
    background-color: #f3f3f7
}

section {
    width: 1280px;
    margin: 0 auto 50px;
    min-height: calc(100vh - 599px);
}

section .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px
}

section .top .title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 30px
}

section .top .title i {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #0770d1;
    margin-right: 5px;
    vertical-align: -2px
}

section .top form {
    width: 432px;
    height: 32px;
    border-radius: 16px;
    position: relative
}

section .top form input {
    width: 432px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 0 74px 0 20px
}

section .top form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

section .top form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 32px;
    background: #0770d1;
    border-radius: 16px;
    border: none
}

section .top form button img {
    height: 20px
}

section menu {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    line-height: 45px;
    padding: 0 20px
}

section menu span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333
}

section menu span::after {
    content: "";
    width: 0;
    height: 10px;
    margin-left: 12px;
    vertical-align: -1px;
    border-right: solid 1px #e6e6e6
}

section menu ul {
    display: flex
}

section menu ul li {
    margin-left: 40px
}

section menu ul li:first-of-type {
    margin-left: 20px
}

section menu ul li.active a,
section menu ul li:hover a {
    color: var(--blue)
}

section menu ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #666
}

section>ul li {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    cursor: pointer
}

section>ul li:hover .desc h3 {
    color: var(--blue)
}

section>ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

section>ul li a img {
    width: 246px;
    height: 130px;
    object-fit: contain;
    object-position: center;
    margin-right: 20px
}

section>ul li a .desc {
    flex: 1
}

section>ul li a .desc h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

section>ul li a .desc .text {
    padding: 15px 0;
    height: 70px
}

section>ul li a .desc .text p {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify
}

section>ul li a .desc .xz {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px
}

section>ul li a .desc .xz span {
    color: #0770d1
}

section>ul li a .btn {
    height: 100%;
    display: flex;
    align-items: center;
    border-left: solid 1px #d1d1d1;
    margin-left: 20px
}

section>ul li a .btn button {
    width: 94px;
    height: 30px;
    background: #0770d1;
    border-radius: 4px;
    border: 1px solid #0770d1;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    cursor: pointer;
    line-height: 1
}