.top {
    width: 100%;
    height: 420px;
    background: url(../../img/shopping/topbg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.topinfo {
    width: 1200px;
    height: 209px;
    /* position: absolute;
    bottom: 51px;
    left: 120px; */
    margin: 0 auto;
    padding-top: 150px;
}

.topinfo .toptitle {
    width: 680px;
    height: 36px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 21px;
}

.topinfo .topdesc {
    width: 680px;
    height: 96px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 24px;
}

.topinfo .zixun {
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #1F7BFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

.xitong {
    width: 100%;
    height: 760px;
    background: #F8F9FD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xitong .xttitle {
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    font-style: normal;
    margin-top: 80px;
}

.xitong .xtdesc {
    width: 800px;
    height: 40px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #686B73;
    line-height: 20px;
    font-style: normal;
    margin-top: 16px;
}

.xitong img {
    width: 1200px;
    height: 496px;
    margin-top: 30px;
}

.yunying {
    width: 100%;
    height: 680px;
    background: url(../../img/shopping/yyt.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.yunying .yytitle {
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 38px;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 80px;
}

.yunying .yydesc {
    height: 14px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: right;
    font-style: normal;
    margin-bottom: 65px;
}

.yunying .yybox {
    width: 1200px;
    /* margin-top: 64px; */
    height: 362px;
    display: flex;
    align-items: center;
}

.yunying .yybox .yyboxnav {
    width: 120px;
    margin-right: 56px;
    display: flex;
    flex-direction: column;
}

.yunying .yybox .yyboxnav div {
    width: 120px;
    text-align: right;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: right;
    font-style: normal;
    padding-bottom: 32px;
    position: relative;
    padding-top: 32px;
    cursor: pointer;
}

.yunying .yybox .yyboxnav .active::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
}

.yunying .yybox .yyboxinfo {
    width: 1024px;
    height: 362px;
    display: flex;
    display: none;
    transition: box-shadow 0.5s ease;
    border-radius: 0px 20px 20px 0px;
}

.yunying .yybox .yyboxinfo:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.yunying .yybox .yyboxinfo img {
    width: 400px;
    height: 362px;
}

.yunying .yybox .yyboxinfo .model {
    width: 624px;
    height: 362px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 0px 20px 20px 0px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 56px;
    box-sizing: border-box;
    overflow: hidden;
}

.yunying .yybox .yyboxinfo .model .modeltitle {
    width: 100%;
    height: 24px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 33px;
}

.yunying .yybox .yyboxinfo .model p {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
    cursor: pointer;
}

.manzu {
    width: 100%;
    height: 822px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mztitle {
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    text-align: right;
    font-style: normal;
    margin-top: 80px;
}

.mzdesc {
    height: 20px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #686B73;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    margin-top: 16px;
}

.mzbox {
    height: 420px;
    display: flex;
}

.mzbox .mzbinfo {
    width: 240px;
    height: 420px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
    transition: all 1s;
}

.mzbox .mzbinfo:nth-child(1) {
    background: url("../../img/shopping/mz1.png") no-repeat;
    background-size: cover;
}

.mzbox .mzbinfo:nth-child(2) {
    background: url("../../img/shopping/mz2.png") no-repeat;
    background-size: cover;
}

.mzbox .mzbinfo:nth-child(3) {
    background: url("../../img/shopping/mz3.png") no-repeat;
    background-size: cover;
}

.mzbox .mzbinfo:nth-child(4) {
    background: url("../../img/shopping/mz4.png") no-repeat;
    background-size: cover;
}

.mzbox .mzbinfo:nth-child(5) {
    background: url("../../img/shopping/mz5.png") no-repeat;
    background-size: cover;
}

.mzbox .mzbinfo:hover {
    transform: scale(1.1);
}

.mzbox .mzbinfo .line {
    width: 31px;
    height: 4px;
    background: #FFFFFF;
    margin-top: 29px;
}

.mzbox .mzbinfo img {
    width: 80px;
    height: 80px;
    margin-top: 100px;
    transition: all 1s;
}

.mzbox .mzbinfo:hover img:nth-child(1) {
    display: block;
}

.mzbox .mzbinfo:hover img:nth-child(2) {
    display: none;
}

.mzbox .mzbinfo .select {
    display: none;
}

.mzbox .mzbinfo .mzname {
    height: 20px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    margin-top: 31px;
}

.mzbox .mzbinfo .mznameinfo {
    width: 200px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-top: 65px;
    display: none;
    transition: all 1s;
}

.mzbox .mzbinfo:hover .mznameinfo {
    display: block;
}

.mzbox .active {
    transform: scale(1.1);
}

.mzbox .active .mznameinfo {
    display: block;
}

.tools {
    width: 100%;
    height: 1262px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.tools .toolstopbg {
    width: 100%;
    height: 515px;
    background: url(../../img/shopping/tooltopbg.png) no-repeat;
    background-size: cover;
    position: absolute;
}

.tools .toolsbtmbg {
    width: 100%;
    height: 747px;
    background: url(../../img/shopping/toolbtmbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 515px;
}

.tools .toolstitle {
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    font-style: normal;
    margin-top: 88px;
    position: absolute;
    z-index: 1;
}

.tools .toolsdesc {
    height: 20px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #686B73;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    margin-bottom: 95px;
    position: absolute;
    z-index: 1;
    margin-top: 142px;
}

.tools .showimg {
    margin-top: 257px;
    width: 1072px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}

.tools .showimg .showinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 193px;
    height: 470px;
    transition: all 1s;
}

.tools .showimg .showinfo:hover {
    transform: scale(1.03);
}

.tools .showimg .showinfo img {
    width: 193px;
    height: 421px;
}

.tools .showimg .btns {
    width: 127px;
    height: 27px;
    background: linear-gradient(90deg, #FF9D13 0%, #FF2222 100%);
    border-radius: 14px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 27px;
    font-style: normal;
    text-align: center;
}

.tools .anli {
    bottom: 409px;
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    text-align: justify;
    font-style: normal;
    position: absolute;
}

.tools .anlibox {
    width: 1200px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 7px;
    position: absolute;
    bottom: 88px;
    display: flex;
    align-items: center;
    border: none;
    transition: box-shadow 0.5s ease;
}

.tools .anlibox .anliinfo {
    width: 840px;
    height: 290px;
    padding: 32px;
    box-sizing: border-box;
    padding-right: 45px;
}

.tools .anlibox:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.tools .anlibox .anliinfo .nsblogo {
    display: flex;
    align-items: center;
}

.tools .anlibox .anliinfo .nsblogo img:nth-child(1) {
    width: 50px;
    height: 50px;
    background: #D8D8D8;
}

.tools .anlibox .anliinfo .nsblogo img:nth-child(2) {
    width: 90px;
    height: 40px;
    background: #D8D8D8;
    margin-left: 11px;
}

.tools .anlibox .anliinfo .nsbinfo {
    width: 100%;
    height: 128px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 16px;
    color: #1C2232;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-top: 32px;
    text-indent: 2em;
}

.tools .anlibox img {
    width: 360px;
    height: 290px;
}

.baozhang {
    width: 100%;
    height: 700px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.baozhang .bztitle {
    width: 152px;
    height: 38px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 38px;
    color: #222222;
    line-height: 38px;
    text-align: right;
    font-style: normal;
    margin-top: 80px;
    margin-bottom: 20px;
}

.baozhang .bzdesc {
    height: 20px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    font-style: normal;
    margin-bottom: 44px;
}

.baozhang .bzbox {
    width: 1200px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    height: 292px;
    justify-content: space-between;
}

.baozhang .bzbox .bzinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 264px;
    height: 292px;
    border: 1px solid #E6E8EC;
    padding: 30px 20px;
    box-sizing: border-box;
    transition: box-shadow 0.5s ease;
    cursor: pointer;
}

.baozhang .bzbox .bzinfo:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.baozhang .bzbox .bzinfo img {
    width: 64px;
    height: 64px;
}

.baozhang .bzbox .bzinfo .bzinfotitle {
    width: 100%;
    height: 20px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.baozhang .bzbox .bzinfo .bzinfodesc {
    width: 100%;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
}

.baozhang .service {
    width: 1200px;
    height: 106px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    margin-top: 50px;
    padding: 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.baozhang .setitle {
    width: 260px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 20px;
}

.baozhang .sedesc span:nth-child(1) {
    width: 70px;
    height: 14px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #1F7BFF;
    line-height: 14px;
    text-align: justify;
    font-style: normal;
}

.baozhang .sedesc span:nth-child(2) {
    width: 406px;
    height: 14px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: justify;
    font-style: normal;
}

.baozhang .servicebtn {
    width: 121px;
    height: 36px;
    background: #1F7BFF;
    border-radius: 2px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
}

footer {
    position: relative;
    width: 100%;
    height: 284px;
    background: #303848;
    min-width: 1200px;
}

footer .row {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    overflow: hidden;
}

footer .row .row-left {
    width: 838px;
    height: 100%;
    position: absolute;
    left: calc((100% - 1200px) / 2);
    top: 0;
    z-index: 9;
}

footer .row .row-left .left-main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 7%;
}

footer .row .row-right {
    width: 37.5%;
    height: 100%;
    background-color: rgba(29, 36, 51, 0.39);
    position: absolute;
    left: calc((100% - 1200px) / 2 + 838px);
    top: 0;
    z-index: 9;
}

footer .row .row-right .right-main {
    width: 362px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 5%;
}

footer .row .row-right .right-main ul li:nth-child(2) img {
    width: 22px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
}

footer .row .row-right .right-main ul li:nth-child(2) span {
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
}

footer .row .row-right .right-main .address {
    display: flex;
}

footer .footer-content {
    position: absolute;
    left: 0%;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    background: #1d2433;
    text-align: center;
    color: #ffffff;
}

footer ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin: 25px 0;
}

footer ul:not(:nth-child(1)) {
    margin-left: 100px;
}

footer ul:nth-child(2) {
    width: 190px;
}

footer ul:nth-child(2) li {
    display: inline-block;
}

footer ul:nth-child(2) li:nth-child(1) {
    width: 100%;
}

footer ul:nth-child(2) li:nth-child(2n) {
    margin-right: 20px;
}

footer ul li {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 10px;
    width: fit-content;
}

footer ul li:nth-child(1) {
    margin-bottom: 20px;
    font-weight: 900;
}

footer ul li:nth-child(1) a {
    font-size: 15px;
    color: #ffffff;
}

footer ul li a {
    font-size: 13px;
    color: #9c9c9d;
    text-decoration: none;
}

footer ul li a:hover {
    color: #ffffff;
}

footer .aside {
    width: 48px;
    position: fixed;
    right: 26px;
    top: 50%;
    z-index: 9;
}

footer .aside .btn {
    display: block;
    width: 48px;
    height: 96px;
    background: #1f7bff;
    border-radius: 1px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 10px;
}

footer .aside .phone-box {
    width: 48px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

footer .aside .phone-box:hover .hide {
    display: block;
}

footer .aside .phone-box .hide {
    width: 254px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -260px;
    box-sizing: border-box;
    padding: 22px;
}

footer .aside .phone-box .hide .hide-item {
    display: flex;
    margin-bottom: 20px;
}

footer .aside .phone-box .hide .hide-item img {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

footer .aside .phone-box .hide .hide-item .item-right div:nth-child(1) {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
    margin-bottom: 12px;
}

footer .aside .phone-box .hide .hide-item .item-right .number {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1f7bff;
    line-height: 14px;
}

footer .aside .phone-box .hide .hide-bot {
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

footer .aside .phone {
    width: 48px;
    height: 48px;
    background: #1f7bff;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 20px;
}

footer .aside .phone img {
    width: 18px;
    height: 18px;
}

footer .aside .phone-number {
    width: 116px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #111111;
    line-height: 16px;
    transform: rotateZ(90deg);
    margin-top: 50px;
}
.footer-content a {
    display: inline-block;
}