﻿h1,
h2,
h3,
p {
    margin: 0;
}


/* 业务受理点列表页 */

.download .location {
    text-align: left;
    color: #FFFFFF;
}

.download .breadcrumb-wrapper {
    background-image: url(../picture/receiving_pointer-banner.png);
    background-size: 100% 100%;
}


/* 所有表单 */

.form-box {
    padding: 30px 0;
}

.form-type {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.form-type a {
    /* padding: 12px 0; */
    padding: 8px 0;
    font-size: 16px;
    color: #185ABD;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    border-radius: 25px;
    margin-right: 25px;
    border: 1px solid #185ABD;
    width: 140px;
    text-align: center;
    transition: all 300ms;
}

.form-type a:hover {
    color: #fff;
    background: #185ABD;
}

.form-type a:last-child {
    margin-right: 0;
}

.form-type a.active {
    color: #fff;
    background: #185ABD;
}

.form-box .form-select {
    margin-top: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #DCE1E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form-select-tab {
    display: flex;
    width: 655px;
    margin-top: 20px;
}

.form-select-tab a {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 600;
    padding: 0 15px;
    border-right: 1px solid #DCE1E6;
    transition: all .5s;
    cursor: pointer;
}

.form-select-tab a.active {
    color: #0767CD;
}

.form-select-tab a:hover {
    color: #0767CD;
}

.form-select-search {
    display: flex;
    background-color: #E6E6E6;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 40px;
    width: 307px;
    align-items: center;
    margin-top: 20px;
}

.form-select-search img {
    width: 20px;
    height: 20px;
}

.form-select-search input {
    border: none;
    outline: none;
    flex: 1;
    background-color: transparent;
    padding-left: 5px;
}

.form-main .form-main-item {
    padding: 40px 0 20px 0;
    /* padding: 0px 0 20px 0; */
}

.form-main .form-main-item h1 {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    /* margin-top: 40px; */
}
.form-list-box {
    display: flex;
    flex-wrap: wrap;
}
.form-list-box>div{
    margin-top: 20px;
}


.form-main .form-main-item .list-item {
    display: flex;
    /* margin-top: 20px; */
    background: #FFFFFF;
    border: 1px solid #E6EBF0;
    border-radius: 5px;
    padding: 20px;
    justify-content: space-between;
    position: relative;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    align-items: center;
    height: 100%;
}

.form-main .form-main-item .list-item .word h2 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 600;
}

.form-main .form-main-item .list-item .word span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}

.form-main .form-main-item .list-item img {
    width: 68px;
    margin: 20px 20px 20px 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-main .form-main-item .list-item .download-box {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 85px;
    height: 90px;
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.form-main .form-main-item .list-item:hover {
    box-shadow: 0px 9px 24px 0 rgb(6 20 35 / 28%);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.form-main .form-main-item .list-item:hover .download-box {
    opacity: 1;
}

.form-main .form-main-item .list-item:hover img {
    opacity: 0;
}

.form-main .form-main-item .list-item .download-box .u-download {
    margin: 26px 32px 10px;
    width: 20px;
    height: 20px;
    padding: 2px 10px;
    display: inline-block;
    background-image: url(../picture/arrowdown_black.png);
    background-size: 20px 20px;
}

.form-main .form-main-item .list-item .view-detail {
    display: inline-block;
    padding: 2px 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #185ABD;
    border: 1px solid #185ABD;
    border-radius: 20px;
    opacity: 0;
    cursor: pointer;
    transition: all 300ms;
}
.form-main .form-main-item .list-item .view-detail:hover {
    background-color: #185ABD;
    color: #fff;
}
.form-main .form-main-item .list-item:hover .view-detail {
    opacity: 1;
}
/* .form-header-fixed */
.form-header-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 16px 0 rgb(0 0 0 / 8%);
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dce1e6;
    z-index: 9999;
    transition: all 300ms;
    /* display: flex; */
    display: none;
    /* opacity: 0;
    visibility: hidden; */
}

.form-header-fixed>.container {
    padding-bottom: 20px;
}

.form-header-fixed .form-select-tab {
    margin-right: 12px;
    width: 613px;
}
.form-header-fixed .form-select-tab a {
    padding: 0 10px;
}

.form-header-fixed .form-select-search {
    margin-right: 20px;
    width: 280px;
}
.form-header-fixed .form-type a {
    margin-right: 15px;
    width: 131px;
}


.form-header-fixed.show {
    /* opacity: 1;
    visibility: visible; */
    display: flex;
}

.form-header-fixed .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
}
.form-header-fixed .form-select-tab a:first-child {
    padding-left: 0;
}


/* 热门表单 */

.hot-form .form-type {
    border-bottom: 1px solid #DCE1E6;
    padding-bottom: 50px;
}

.hot-form .hot-form-item {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.hot-form .hot-form-item .hot-form-title {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    background-color: #0767CD;
    color: #fff;
}

.hot-form .hot-form-item .hot-form-title h1 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 600;
}

.hot-form .hot-form-item .hot-form-title .more {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hot-form .hot-form-item .hot-form-title .more img {
    width: 16px;
}

.hot-form .hot-form-item .hot-form-main {
    background-color: #F3F3F3;
    /* padding: 20px; */
}

.hot-form .hot-form-item .hot-form-main .hot-item {
    display: flex;
    align-items: center;
    padding: 13.5px 20px;
}

.hot-form .hot-form-item .hot-form-main .hot-item:first-child {
    margin-top: 0;
}

.hot-form .hot-form-item .hot-form-main .hot-item .order {
    font-size: 20px;
    color: #2675EB;
    text-align: center;
    font-weight: 400;
}

.hot-form .hot-form-item .hot-form-main .hot-item .name {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    font-weight: 400;
    flex: 1;
    margin-left: 17px;
}

.hot-form .hot-form-item .hot-form-main .hot-item .download {
    background: url(../picture/arrowdown_blue.png) no-repeat 10px center;
    background-size: 16px;
    padding-right: 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 9px 13px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 300ms;
}

.hot-form .hot-form-item .hot-form-main .hot-item .download span {
    padding-left: 15px;
    color: #185ABD;
    transition: all 300ms;
}

.hot-form .hot-form-item .hot-form-main .hot-item .download:hover {
    background-image: url(../picture/arrowdown_tran.png);
    background-color: #2675EB;
}

.hot-form .hot-form-item .hot-form-main .hot-item .download:hover span {
    color: #fff;
}

@media (max-width : 1750px) {
    .form-header-fixed .form-select-tab a {
        font-size: 15px;
    }
    .form-header-fixed .form-select-tab {
        width: 578px;
    }
    .form-header-fixed .form-type a {
        width: 120px;
        font-size: 15px;
    }
    .form-header-fixed .form-type a:last-child {
        margin-right: 0;
    }
}


/* 业务指南 */
.businessGuide .title{
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    margin-bottom:20px;
    letter-spacing: 2px;
}

/* .hot-form .hot-form-item .hot-form-main .hot-item .download img {
    width: 10px;
    margin-right: 5px;
} */