.home {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

.home .search {
    width: 100%;
    height: 82.44792vw;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    position: relative
}

.home .search .data-base {
    background-color: #fff;
    width: 75%;
    height: 20.83333vw;
    border-radius: 1.04167vw;
    margin: 0 auto;
    position: relative;
    margin-top: 1.04167vw;
    padding: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-base .goback {
    position: absolute;
    right: .52083vw;
    top: 1.04167vw;
    width: 5.20833vw;
    height: 2.08333vw;
    border-radius: .26042vw;
    color: #fff;
    text-align: center;
    line-height: 2.08333vw;
    background-color: #556bee;
    cursor: pointer
}

.home .search .data-base .data-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 1.04167vw;
    margin-top: 1.04167vw
}

.home .search .data-base .data-list .list-item {
    width: 15.625vw;
    margin: 1.04167vw 1.04167vw;
    border-radius: .52083vw;
    background-color: #f5f9ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-base .data-list .list-item .item-title {
    color: #888;
    font-size: .83333vw;
    margin-bottom: .52083vw
}

.home .search .data-base .data-list .list-item .item-data {
    color: #000;
    word-wrap: break-word;
    width: 100%;
    font-size: .625vw
}

.home .search .data-detail {
    display: flex;
    justify-content: start;
    background-color: #fff;
    width: 75%;
    height: 52.08333vw;
    border-radius: 1.04167vw;
    margin: 0 auto;
    position: relative;
    margin-top: 1.04167vw;
    padding: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-detail .goback {
    position: absolute;
    right: .52083vw;
    top: 1.04167vw;
    width: 5.20833vw;
    height: 2.08333vw;
    border-radius: .26042vw;
    color: #fff;
    text-align: center;
    line-height: 2.08333vw;
    background-color: #556bee;
    cursor: pointer
}

.home .search .data-detail .block {
    width: 50%;
    position: relative;
    height: 100%;
    overflow-y: scroll
}
.home .search .data-detail .block-item {
    display: flex;
    justify-content: space-around;
    background-color: #f5f9ff88;
    width: 90%;
    height: 4.16667vw;
    border-radius: .52083vw;
    align-items: center;
    margin: .52083vw
}

.home .search .data-detail .block-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 5.20833vw;
    font-size: .625vw
}

.home .search .data-detail .block-item:first {
    font-size: .625vw
}

.home .search .data-detail .exchange {
    width: 100%;
    position: relative;
    height: 100%;
    overflow-y: scroll
}

.home .search .data-detail .exchange-item {
    display: flex;
    justify-content: space-around;
    background-color: #f5f9ff88;
    width: 90%;
    height: 4.16667vw;
    border-radius: .52083vw;
    align-items: center;
    margin: .52083vw;
    cursor: pointer
}

.home .search .data-detail .exchange-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 5.20833vw;
    font-size: .625vw
}

.home .search .data-detail .exchange-list {
    padding: .52083vw
}

.home .search .data-detail .exchange-list div {
    padding: 1.04167vw;
    width: 100%;
    font-size: .72917vw;
    margin: .52083vw 0;
    background-color: #f5f9ff88
}

.home .search .data-detail .exchange-item:first {
    font-size: .625vw
}

.shuxian-icon {
    width: 1.04167vw;
    height: 3.125vw
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-track {
    background: #f0f2f5;
    border-radius: .10417vw
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: .52083vw
}

::-webkit-scrollbar-thumb:hover {
    background: #222
}

.sousuo-icon {
    width: 1.04167vw;
    height: 1.04167vw;
    border-color: #000;
    position: absolute;
    top: 5.98958vw;
    left: .52083vw
}

.search-box {
    position: relative;
    text-align: center;
    width: 36.45833vw;
    margin: 0 auto;
    padding-top: 5.20833vw;
    display: flex
}

.search-box .search-word {
    height: 2.60417vw;
    width: 100%;
    padding-left: 2.08333vw;
    border-radius: .52083vw
}

.search-box .search-btn {
    position: relative;
    top: .52083vw;
    right: 4.16667vw;
    width: 4.16667vw;
    height: 1.5625vw;
    text-align: center;
    line-height: 1.5625vw;
    font-size: .625vw;
    color: #fff;
    background-color: #556bee;
    border-radius: .26042vw;
    cursor: pointer
}

.home {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

.home .header {
    width: 100%;
    height: 22.1875vw;
    background-image: url(../img/%E6%B5%8F%E8%A7%88%E5%99%A801%E5%A4%B4%E9%83%A8.504d56e4.png);
    background-size: 100% 100%
}

.home .header .search-box {
    position: relative;
    text-align: center;
    width: 36.45833vw;
    margin: 0 auto;
    padding-top: 5.20833vw;
    display: flex
}

.home .header .search-box .search-word {
    height: 2.60417vw;
    width: 100%;
    padding-left: 2.08333vw;
    border-radius: .52083vw
}

.home .header .search-box .search-btn {
    position: relative;
    top: .52083vw;
    right: 4.16667vw;
    width: 4.16667vw;
    height: 1.5625vw;
    text-align: center;
    line-height: 1.5625vw;
    font-size: .625vw;
    color: #fff;
    background-color: #556bee;
    border-radius: .26042vw;
    cursor: pointer
}

.home .header-link {
    position: absolute;
    top: 2.08333vw;
    right: 20.83333vw;
    display: flex;
    justify-content: space-between;
    z-index: 999
}

.home .header-link li {
    margin: 0 3.125vw;
    font-size: .9375vw;
    color: #fff;
    cursor: pointer
}

.home .search {
    width: 100%;
    height: 82.44792vw;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column
}

.home .search .data-base {
    background-color: #fff;
    width: 75%;
    height: 20.83333vw;
    border-radius: 1.04167vw;
    margin: 0 auto;
    position: relative;
    margin-top: 1.04167vw;
    padding: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-base .data-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 1.04167vw;
    margin-top: 0
}

.home .search .data-base .data-list .list-item {
    width: 15.625vw;
    height: 5.20833vw;
    margin: 1.04167vw 1.04167vw;
    border-radius: .52083vw;
    background-color: #f5f9ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-base .data-list .list-item .item-title {
    color: #888;
    font-size: .83333vw;
    margin-bottom: .52083vw
}

.home .search .data-base .data-list .list-item .item-data {
    color: #000;
    font-size: .9375vw;
    font-weight: 700
}

.home .search .data-detail {
    display: flex;
    justify-content: start;
    background-color: #fff;
    width: 75%;
    height: 52.08333vw;
    border-radius: 1.04167vw;
    margin: 0 auto;
    position: relative;
    margin-top: 1.04167vw;
    padding: 1.04167vw;
    box-sizing: border-box
}

.home .search .data-detail .block {
    width: 50%;
    position: relative;
    height: 100%;
    overflow-y: scroll
}

.home .search .data-detail .block-item {
    display: flex;
    justify-content: space-around;
    background-color: #f5f9ff88;
    width: 90%;
    height: 4.16667vw;
    border-radius: .52083vw;
    align-items: center;
    margin: .52083vw;
    cursor: pointer
}

.home .search .data-detail .block-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 5.20833vw;
    font-size: .625vw
}

.home .search .data-detail .block-item:first {
    font-size: .625vw
}

.home .search .data-detail .exchange {
    width: 50%;
    position: relative;
    height: 100%;
    overflow-y: scroll
}

.home .search .data-detail .exchange-item {
    display: flex;
    justify-content: space-around;
    background-color: #f5f9ff88;
    width: 90%;
    height: 4.16667vw;
    border-radius: .52083vw;
    align-items: center;
    margin: .52083vw;
    cursor: pointer
}

.home .search .data-detail .exchange-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 5.20833vw;
    font-size: .625vw
}

.home .search .data-detail .exchange-item:first {
    font-size: .625vw
}

.home .footer {
    width: 100%;
    height: 7.29167vw;
    background-image: url(../img/07%E5%B0%BE%E9%83%A8.3c498383.png);
    background-size: 100% 100%;
    position: relative
}

.home .footer-link {
    color: hsla(0, 0%, 100%, .5);
    position: absolute;
    font-size: .72917vw;
    top: 4.16667vw;
    left: 21.875vw;
    display: grid;
    grid-template-columns: 10.41667vw 10.41667vw;
    grid-gap: .26042vw 1.875vw
}

.home .footer-link div {
    cursor: pointer
}

.shuxian-icon {
    width: 1.04167vw;
    height: 3.125vw
}

.sousuo-icon {
    width: 1.04167vw;
    height: 1.04167vw;
    border-color: #000;
    position: absolute;
    top: 5.98958vw;
    left: .52083vw
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-track {
    background: #f0f2f5;
    border-radius: .10417vw
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: .52083vw
}

::-webkit-scrollbar-thumb:hover {
    background: #222
}