.page13-section1 {
    padding-top: 78px;
}

.page13-section1 .bg {
    background: no-repeat top;
    background-size: cover;
    position: relative;
    background-image: url(../../images/page13-1.png);
    padding: 70px 0 50px;
}

.page13-section1 .title {
    padding: 0 45px;
    text-align: center;
}

.page13-section1 .title h1 {
    font-family: font3;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.page13-section1 .title p {
    color: rgb(96, 105, 123);
    font-family: font2;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.page13-section1 form {
    border-radius: 8px;
    background: white;
    box-shadow: rgba(30, 34, 40, 0.07) 0px 5px 35px 0px;
    padding: 50px;
    width: 81%;
    margin: auto;
}

.page13-section1 form .item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(8, 60, 130, 0.07);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.page13-section1 form input {
    width: calc(100% - 106px);
    height: 52px;
    padding: 12px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
}

.page13-section1 form button {
    width: 106px;
    height: 52px;
    font-size: 16px;
    color: white;
    background: rgb(47, 142, 221);
    font-family: font3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page13-section1 form button:hover {
    box-shadow: rgba(30, 34, 40, 0.3) 0px 0px 15px 0px;
}

.page13-section1 form p.prompt {
    font-size: 14px;
    color: rgb(170, 176, 188);
    font-family: font2;
    line-height: 1.65;
}

.page13-section1 form p.prompt span {
    position: relative;
    z-index: 2;
}

.page13-section1 form p.prompt span::after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../../images/page13-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.page13-section1 .search-result {
    border-radius: 8px;
    border: 1px solid #dadada;
    font-family: font2;
    margin-top: 40px;
    cursor: pointer;
    display: none;
}

.page13-section1 .search-result .title {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    border-bottom: 2px solid #dadada;
}

.page13-section1 .search-result .title h3 {
    font-family: font3;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 22px;
}

.page13-section1 .search-result .title h4 {
    font-family: font3;
    line-height: 1.45;
    font-size: 14px;
}

.page13-section1 .search-result .title h4 span {
    color: #2f8edd;
}

.page13-section1 .search-result .title .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    font-family: font3;
    background: #2f8edd;
    height: 38px;
    padding: 0 24px;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: white;
}

.page13-section1 .search-result .title .btn:hover {
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
    transform: translateY(-4px);
}

.page13-section1 .search-result .content {
    padding: 25px 10px;
    font-size: 14px;
    line-height: 1.65;
    color: rgb(96, 105, 123);
    display: flex;
    flex-wrap: wrap;
}

.page13-section1 .search-result .content .left {
    width: 50%;
    padding: 0 15px;
}

.page13-section1 .search-result .content .right {
    width: 50%;
    padding: 0 15px;
}

.page13-section1 .search-result .content .list {
    display: flex;
    margin-bottom: 10px;
}

.page13-section1 .search-result .content .list p {
    display: flex;
    flex-wrap: wrap;
    color: #2f8edd;
}

.page13-section1 .search-result .content .list .iconfont {
    margin-right: 15px;
}

.page13-section1 .search-result .content .list img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}



.page13-section2 {
    padding: 70px 0;
    text-align: center;
}

.page13-section2 h2 {
    line-height: 1.35;
    font-size: 28px;
    font-family: font3;
    margin-bottom: 10px;
}

.page13-section3 {
    background: rgb(246, 247, 249);
    padding: 90px 0;
}

.page13-section3 .title h3 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 50px;
    text-align: center;
}

.page13-section3 .item {
    background: white;
    box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 1px;
    border-radius: 8px;
    margin-bottom: 25px;
    cursor: pointer;
}

.page13-section3 .item h4 {
    padding: 18px 26px 18px 46px;
    font-family: font3;
    font-size: 17px;
    line-height: 1.65;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.page13-section3 .item.active h4,
.page13-section3 .item h4:hover {
    color: var(--themeColor);
}

.page13-section3 .item h4 .iconfont {
    position: absolute;
    font-weight: bold;
    left: 24px;
    top: 22px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: var(--themeColor);
}

.page13-section3 .item.active h4 .iconfont {
    transform: rotate(180deg);
}

.page13-section3 .item .description {
    padding: 0 25px 25px 46px;
    color: rgb(96, 105, 123);
    font-size: 16px;
    font-family: font2;
    line-height: 1.68;
    display: none;
}

.page13-section3 .item:first-child .description {
    display: block;
}

.page13-section4 {
    padding: 90px 0;
    text-align: center;
}

.page13-section4 .title h3 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 10px;
}

.page13-section4 .item-all {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8.3%;
}

.page13-section4 .item-all .item {
    width: 20%;
    padding: 0 20px;
    margin-top: 40px;
}

.page13-section4 .item-all .item .iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: rgb(219, 237, 235);
    color: var(--themeColor);
    font-size: 28px;
    font-weight: bold;
}

.page13-section4 .item-all .item h4 {
    line-height: 1.45;
    font-size: 19px;
    font-family: font3;
    margin-bottom: 10px;
    margin-top: 15px;
}

.page13-section4 .btn-all {
    text-align: center;
    margin-top: 50px;
}

.page13-section4 .btn-all a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page13-section4 .btn-all a:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.page13-section5 {
    padding: 70px 0;
    text-align: center;
}

.page13-section5 .title {
    width: 100%;
    margin-bottom: 50px;
}

.page13-section5 .title h3 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 10px;
}

.page13-section5 .title p {
    color: #60697b;
    font-size: 18px;
    line-height: 1.7;
    font-family: font2;
    width: 66.66%;
    margin: auto;
}

.page13-section5 .box-img {
    padding: 0 30px;
}

.page13-section5 .btn-all {
    text-align: center;
    margin-top: 40px;
}

.page13-section5 .btn-all .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 24px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.page13-section5 .btn-all .btn:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.page13-section5 .btn-all .btn .iconfont {
    font-weight: bold;
    margin-left: 6px;
    font-size: 16px;
}

.email-win {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 30px 0;
}

.email-win.active {
    opacity: 1;
    pointer-events: all;
}

.email-win>.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.email-win .email-win-content {
    max-width: 560px;
    width: 100%;
    border-radius: 8px;
    background: white;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px;
    transform: translateY(-40px);
    transition: all 0.4s ease;
    margin: auto;
}

.email-win.active .email-win-content {
    transform: translateY(0);
}

.email-win .email-win-content h1 {
    font-size: 29px;
    font-family: font3;
    line-height: 1.3;
    margin-bottom: 10px;
}

.email-win .email-win-content .description {
    font-size: 12px;
    line-height: 1.5;
    font-family: font2;
    color: rgb(96, 105, 123);
    margin-bottom: 20px;
}

.email-win .email-win-content .description .iconfont {
    font-size: 12px;
    margin-right: 5px;
    color: var(--themeColor);
}

.email-win .email-win-content .description span {
    margin-right: 5px;
}

.email-win .email-win-content form input {
    height: 52px;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.email-win .email-win-content form input::placeholder {
    color: #999999;
    font-size: 15px;
}

.email-win .email-win-content form .item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.email-win .email-win-content form .item input {
    width: calc(100% - 116px);
    border: none;
    margin-bottom: 0;
}

.email-win .email-win-content form .item button {
    width: 116px;
    height: 52px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    background: rgb(246, 247, 249);
    font-family: font2;
    transition: all 0.3s ease;
    cursor: pointer;
    border-left: 1px solid #d3d3d3;
}

.email-win .email-win-content form .item button:hover {
    box-shadow: rgba(30, 34, 40, 0.3) 0px 0px 15px 0px;
}

.email-win .email-win-content form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.email-win .email-win-content form>button:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.email-win .email-win-content .line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: rgb(204, 204, 204);
}

.email-win .email-win-content .line::before,
.email-win .email-win-content .line::after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 1px;
    background: rgb(204, 204, 204);
}

.email-win .email-win-content .line::before {
    left: 0;
}

.email-win .email-win-content .line::after {
    right: 0;
}

.email-win .email-win-content a.btn {
    box-shadow: rgba(30, 34, 40, 0.05) 0px 5px 15px 0px;
    height: 54px;
    padding: 0 24px;
    border-radius: 8px;
    background: white;
    color: var(--themeColor);
    font-size: 16px;
    font-family: font3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid var(--themeColor);
}

.email-win .email-win-content a.btn:hover {
    transform: translateY(-4px);
    background: var(--themeColor);
    color: white;
}

.email-win .email-win-content a.btn img {
    height: 30px;
    margin-right: 6px;
}

.email-win .email-win-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.email-win .email-win-content .close .iconfont {
    font-size: 24px;
    color: #999999;
    transition: all 0.3s ease;
}

.email-win .email-win-content .close:hover .iconfont {
    color: var(--themeColor);
}

.email-win2 {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 30px 0;
}

.email-win2.active {
    opacity: 1;
    pointer-events: all;
}

.email-win2>.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.email-win2 .email-win2-content {
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
    background: white;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px;
    transform: translateY(-40px);
    transition: all 0.4s ease;
    margin: auto;
}

.email-win2.active .email-win2-content {
    transform: translateY(0);
}

.email-win2 .email-win2-content h1 {
    font-size: 36px;
    font-family: font3;
    line-height: 1.3;
    margin-bottom: 10px;
}

.email-win2 .email-win2-content .description {
    font-size: 18px;
    line-height: 1.65;
    font-family: font2;
    color: rgb(96, 105, 123);
    margin-bottom: 25px;
}

.email-win2 .email-win2-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.email-win2 .email-win2-content form input,
.email-win2 .email-win2-content form textarea {
    height: 52px;
    width: calc(50% - 15px);
    padding: 12px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.email-win2 .email-win2-content form input::placeholder,
.email-win2 .email-win2-content form textarea::placeholder {
    color: #959ca9;
    font-size: 15px;
}

.email-win2 .email-win2-content form textarea {
    height: 128px;
    width: 100%;
}

.email-win2 .email-win2-content form .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.email-win2 .email-win2-content form .btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 24px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.email-win2 .email-win2-content form .btn button:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.email-win2 .email-win2-content .description2 {
    font-size: 16px;
    line-height: 1.65;
    font-family: font2;
    color: rgb(170, 176, 188);
}

.email-win2 .email-win2-content .description2 a {
    color: var(--themeColor);
    position: relative;
}

.email-win2 .email-win2-content .description2 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 6px;
    background: rgba(33, 144, 132, .12);
}

.email-win2 .email-win2-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.email-win2 .email-win2-content .close .iconfont {
    font-size: 24px;
    color: #999999;
    transition: all 0.3s ease;
}

.email-win2 .email-win2-content .close:hover .iconfont {
    color: var(--themeColor);
}

@media (max-width: 1200px) {

    .page13-section1 .title h1,
    .page13-section3 .title h3,
    .page13-section4 .title h3,
    .page13-section5 .title h3,
    .email-win2 .email-win2-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {

    .page13-section1 .title h1,
    .page13-section3 .title h3,
    .page13-section4 .title h3,
    .page13-section5 .title h3,
    .email-win2 .email-win2-content h1 {
        font-size: 30px;
    }

    .email-win2 .email-win2-content {
        max-width: 560px;
    }
}

@media (max-width: 768px) {

    .page13-section1 .title h1,
    .page13-section3 .title h3,
    .page13-section4 .title h3,
    .page13-section5 .title h3,
    .email-win2 .email-win2-content h1 {
        font-size: 28px;
    }

    .page13-section1 .title {
        padding: 0;
    }

    .page13-section1 form {
        width: 100%;
    }

    .page13-section4 .item-all .item {
        width: 50%;
    }

    .page13-section4 .item-all {
        padding: 0;
    }

    .page13-section4 {
        padding: 50px 0;
    }

    .page13-section5 .title p {
        width: 100%;
    }

    .email-win2 .email-win2-content form input {
        width: 100%;
    }
}

@media (max-width: 580px) {

    .page13-section1 .title h1,
    .page13-section2 h2,
    .page13-section3 .title h3,
    .page13-section4 .title h3,
    .page13-section5 .title h3,
    .email-win2 .email-win2-content h1 {
        font-size: 26px;
    }

    .page13-section4 .item-all .item h4 {
        font-size: 16px;
    }

    .email-win .email-win-content {
        width: calc(100% - 30px) !important;
    }

    .email-win2 .email-win2-content{
        width: calc(100% - 30px);
    }
}