@import './base.css';
body {
    background: #eef3f9;
    min-width: 988px;
}
.root {
    width: 100%;
    height: 100%;
    overflow: auto;
}

header {
    width: 100%;
    height: 58px;
    backdrop-filter: saturate(180%) blur(20px)!important;
    background-color: hsla(0, 0%, 100%, .7)!important;
    box-shadow: none;
    position: fixed;
    color: #262626;
    z-index: 1000;
}
.header .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
header .nav-container .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow: visible;
}
header .nav-container .logo {
    margin-right: 20px;
}
header .nav-container .logo img {
    display: inline-block;
    float: left;
    cursor: pointer;
    height: 40px;
}
header .nav-container .nav-content .menu-container {
    display: flex;
    align-items: center;
    min-width: 530px;
    justify-content: flex-end;
}

header .nav-container .nav-content .menu-container .main-menu {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #262626;
    float: right;
    margin-right: 42px;
    line-height: 58px;
    position: relative;
    cursor: pointer;
}
header .nav-container .nav-content .menu-container .main-menu a {
    color: rgba(0, 0, 0, 0.86);
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    touch-action: manipulation;
}
header .nav-container .nav-content .menu-container .main-menu a:hover {
    color: #1890ff;
}
header .nav-container .nav-content .menu-container .main-menu a.dropdown::after {
    content: "";
    display: block;
    margin: 1px 0 1px 2px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAQtJREFUWEftk88KQVEQh7/7ALJgIyspJUtZyVJR3sczeB4LiqWdLKWUrGTDQl6AqZNu/nXPmaMs5qznN/Pdb+Ym/PlL/pwPA9RuyAyaQa0Bbd5u0AxqDWjzdoNm8I2BMlALNLMFDj7ZkBtcAG2fIanaOdD1yYYAdoAxkPcZBFyAASAfmPmFAErzJjAFihknnYAesMpY/ygLBZQG9fuqZ4Dc5LcnNydr3fjCSb0GUPIVB1n9MHzn4PYhcDEApUfJQTaeINYO7hgKFwtQ+hSACdByMEugD5w1cDEBpVcOGDmgIXDVwsUGjMHz0kP7k/wEKt3UALWKzaAZ1BrQ5u0GzaDWgDZvN2gGtQa0+RvGIBgpW9JSRgAAAABJRU5ErkJggg==) no-repeat;
    background-size: contain;
}

header .nav-container .nav-content .userinfo {
    height: 58px;
    line-height: 58px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
}
header .nav-container .nav-content .userinfo .avatar {
    width: 28px;
    height: 28px;
}
header .nav-container .nav-content .userinfo .avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
header .nav-container .nav-content .userinfo .icon-arrow {
 font-size: 12px;
 display: inline-block;
 margin-left: 2px;
}
header .nav-container .nav-content .userinfo .userinfo-menu {
    display: none;
}
header .nav-container .nav-content .btn-login {
    width: 93px;
    height: 34px;
    border-radius: 8px;
    background: #1e64ff;
    margin-left: 20px;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    float: right;
}
header .nav-container .nav-content .btn-login a {
    color: #fff;
    display: block;
}

.dialog-wxapp {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    /*background: rgba(0,0,0,0.1);*/
}
.dialog-wxapp .qrcode {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: saturate(180%) blur(20px)!important;
    background-color: hsla(0, 0%, 100%, .7)!important;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.dialog-wxapp .qrcode img {
    width: 180px;
    height: 180px;
}

main {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 58px;
    min-height: calc(100vh - 172px);
    overflow: hidden;
}
main .main-container {
    width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}
main .haibao {
    width: 1920px;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -360px;
    top: 0;
}
main .haibao img {
    height: 100%;
}

main .youshi {
    width: 1160px;
    font-family: PingFang SC, PingFang SC-Semibold;
}
main .youshi .title {
    margin-top: 67px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 50px;
}
main .youshi .info-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: 282px;
    margin: 35px auto 80px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(175, 187, 202, .1);
}
main .youshi .info-list .info-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
}
main .youshi .info-list .info-item .image {
    position: absolute;
    top: 0;
    width: 140px;
    height: 120px;
    transition: all .3s cubic-bezier(0,0,.5,1);
}
main .youshi .info-list .info-item .title-p {
    margin-top: 116px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 28px;
    white-space: nowrap;
}
main .youshi .info-list .info-item .tips-p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(0, 0, 0, .66);
    line-height: 20px;
    white-space: nowrap;
}

footer {
    width: 100%;
    background: #fff;
}
footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    font-size: 14px;
}
footer .footer-container .links {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer-container .links .link-item {
    margin: 0 10px;
    color: #999;
}
footer .footer-container .links .link-item:hover {
    color: #1890ff;
}
footer .footer-container .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #999;
}
footer .footer-container .copyright span {
    margin: 0 8px;
}
footer .footer-container .copyright a {
    color: #999;
}

footer .footer-container .copyright a:hover {
    color: #1890ff;
}

