.pc-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}
.pc-box .top {
    background: rgba(31,31,34,0.4);
    backdrop-filter: blur(10px);
    padding: 0 0 0 80px;
}
.pc-box .top .logo {
    padding-top: 19px;
}
.pc-box .top .logo img{
    height: 40px;
}
.pc-box .top .nav {

}
.pc-box .top .nav .cell {
    padding: 0 45px;
    height: 60px;
}
.pc-box .top .nav .cell a {
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.pc-box .top .nav .on a {
    color: #FED555;
}
.pc-box .top .nav .on a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FED555;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pc-box .top .right .handle a {
    margin-right: 16px;
}
.pc-box .top .right .handle a img{
    width: 36px;
}
.pc-box .top .right .not-login .login-in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 60px;
    font-size: 14px;
    color: #1F1F22;
    background-color: #ffffff;
}
.pc-box .top .right .not-login .Register {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 60px;
    font-size: 14px;
    color: #1F1F22;
    background: #FFF2C2;;
}
.pc-box .top .right .is-login {
    position: relative;
}
.pc-box .top .right .is-login .login-info{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.pc-box .top .right .is-login .login-info .icon {
    width: 36px;
}
.pc-box .top .right .is-login .login-info .text {
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 10px;
}
.pc-box .top .right .is-login .login-info .r-icon {
    width: 11px;
}
.pc-box .top .right .is-login .open-menu {
    position: absolute;
    top: 60px;
    right: 0;
    padding-top: 20px;
}
.pc-box .top .right .is-login .open-menu .open-menu-main {
    width: 220px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    display: none;
}
.pc-box .top .right .is-login:hover .open-menu .open-menu-main {
    display: block;
}
.pc-box .top .right .is-login .open-menu .cell {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}
.pc-box .top .right .is-login .open-menu .cell:last-child {
    border-bottom: none;
}
.pc-box .top .right .is-login .open-menu .cell img {
    width: 25px;
}
.pc-box .top .right .is-login .open-menu .cell .text {
    padding-left: 10px;
    font-size: 14px;
    color: #1F1F22;
}
.footer .top {
    background-image: url("/Areas/Web/Images/images/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.footer .top .title-box {
    font-size: 24px;
    color: #FFFFFF;
}
.footer .top .form {
    padding-top: 20px;
}
.footer .top .form .cell {
    padding-top: 24px;
    flex: 1;
}
.footer .top .form .cell:first-child {
    margin-right: 24px;
}
.footer .top .form .cell .input {
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(10px);
    padding: 0 24px;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
}
.footer .top .form .cell .textarea {
    height: 136px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(10px);
    padding: 24px;
    font-family: PingFangSC, PingFang SC;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
}
.footer .top .form .cell .button {
    width: 140px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    color: #1F1F22;
    border: none;
}
.footer .top .form .cell .button .text {
    padding-right: 25px;
}
.footer .top .form .cell .button:hover {
    opacity: 0.9;
}
.footer .center {
    padding: 40px 0;
    background-color: #1F1F22;
}
.footer .center .logo img {
    height: 76px;
}
.footer .center .c-center {
    padding: 0 70px;
}
.footer .center .c-center .title-box {
    font-size: 18px;
    color: #FFFFFF;
}
.footer .center .c-center .info {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    padding-top: 23px;
    line-height: 200%;
}
.footer .center .c-right .nav {
    padding-bottom: 45px;
}
.footer .center .c-right .nav .cell {
    padding-left: 60px;
}
.footer .center .c-right .nav .cell a {
    font-size: 14px;
    color: #FFFFFF;
}
.footer .center .c-right .share {
    text-align: right;
    justify-content: flex-end;
}
.footer .center .c-right .share a {
    margin-left: 19px;
}
.footer .center .c-right .share a img {
    width: 20px;
}
.footer .bottom {
    background: #29292D;
    padding: 14px;
    font-size: 14px;
    color: #eeeeee;
    text-align: center;
}
.app-contact {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    background: #FED555;
    border-radius: 100px 0px 0px 100px;
    padding: 4px;
}
.app-contact img {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    object-fit: cover;
}
.app-contact .text {
    padding: 0 10px;
    font-size: 14px;
    color: #1F1F22;
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
}
.banner .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .swiper-slide .marginAuto {
    height: 100%;
}
.banner .swiper-slide .marginAuto .title {
    font-size: 30px;
    color: #FFFFFF;
}
.banner .swiper-slide .marginAuto .desc {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 60px;
}
.banner .swiper-slide .marginAuto .button {
    width: 140px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    color: #1F1F22;
    border: none;
}
.banner .swiper-slide .marginAuto .button .text {
    padding-right: 25px;
}
.banner .swiper-slide .marginAuto .button:hover {
    opacity: 0.9;
}
.banner-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 99;
}
.banner-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 0;
    margin-right: 15px;
    display: block;
}
.banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.index-main {
    padding: 100px 0;
}
.h-c-title {
    padding-bottom: 60px;
}
.h-c-title .title {
    font-weight: bold;
    font-size: 26px;
    color: #1F1F27;
}
.h-c-title .more .text {
    font-size: 14px;
    color: #333333;
    padding-right: 6px;
}
.h-c-banner {
    padding: 60px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    border-radius: 6px;
}
.h-c-banner .desc {
    font-weight: 400;
    font-size: 18px;
    color: #1F1F22;
    line-height: 36px;
    padding-bottom: 40px;
}
.h-c-banner .button {
    width: 140px;
    height: 52px;
    background: #1F1F22;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    color: #ffffff;
    border: none;
}
.h-c-banner .button .text {
    padding-right: 25px;
}
.h-c-banner .button:hover {
    opacity: 0.9;
}
.h-c-white .button{
    background: #FED555;
    color: #1F1F22;
}
.h-c-white .desc {
    color: #ffffff;
}


.h-c2 .cell {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}
.h-c2 .cell:nth-child(3n) {
    margin-right: 0;
}
.h-c2 .cell .img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.h-c2 .cell .img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.h-c2 .cell .info {
    background: #F5F6F9;
    border-radius: 0px 0px 8px 8px;
    padding: 32px;
}
.h-c2 .cell .info .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.h-c2 .cell .info .label {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    padding: 20px 0;
}
.h-c2 .cell .info .value {}
.h-c2 .cell .info .value .item {
    padding: 5px 0;
}
.h-c2 .cell .info .value .item .i-label {
    font-weight: 400;
    font-size: 14px;
    color: #687697;
}
.h-c2 .cell .info .value .item .i-value {
    font-weight: 400;
    font-size: 14px;
    color: #687697;
    padding-left: 8px;
}
.h-c2 .hot {
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
}

.h-c1 {
    padding-bottom: 120px;
}
.h-c1 .h-c1-menu {
    width: 357px;
}
.h-c1 .h-c1-content {
    width: calc(100% - 357px);
    padding-left: 45px;
}
.h-c1 .h-c1-menu .menu-item {
    background: rgba(254,244,206,0.9);
    border-radius: 8px;
    backdrop-filter: blur(11px);
    position: relative;
    margin-bottom: 20px;
    padding: 0 30px;
}
.h-c1 .h-c1-menu .menu-item .hot {
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
}
.h-c1 .h-c1-menu .menu-item .menu-title {
    padding: 30px 0;
    font-weight: bold;
    font-size: 20px;
    color: #1F1F22;
}
.h-c1 .h-c1-menu .menu-item .menu-title a {
    color: #1F1F22;
}
.h-c1 .h-c1-menu .menu-item .menu-expand .features b {
    font-weight: bold;
    font-size: 14px;
    color: #1F1F22;
}
.h-c1 .h-c1-menu .menu-item .menu-expand ul {
    padding: 8px 0;
}
.h-c1 .h-c1-menu .menu-item .menu-expand ul li {
    padding: 6px 0;
}
.h-c1 .h-c1-menu .menu-item .menu-expand ul li .icon {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}
.h-c1 .h-c1-menu .menu-item .menu-expand ul li .text {
    font-size: 14px;
    color: #696969;
    padding-left: 8px;
}
.h-c1 .h-c1-menu .menu-item .expand-btn {
    border-top: 1px dashed #999999;
    padding: 14px 0;
    cursor: pointer;
}
.h-c1 .h-c1-menu .menu-item .expand-btn .text {
    font-size: 14px;
    color: #1F1F22;
}
.h-c1 .h-c1-menu .menu-item .expand-btn .icon {
    width: 14px;
    height: 8px;
    margin-left: 10px;
    background-image: url("../images/icon21.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.h-c1 .h-c1-menu .active .expand-btn .icon {
    background-image: url("../images/icon22.svg");
}
.h-c1 .h-c1-menu .active {
    border: 2px solid #FED555;
}
.h-c1 .h-c1-content .swiper-block {

}
.h-c1 .h-c1-content .swiper-block .swiper-item-title {
    padding-bottom: 16px;
}
.h-c1 .h-c1-content .swiper-block .swiper-item-title .left {
    font-weight: bold;
    font-size: 24px;
    color: #1F1F22;
}
.h-c1 .h-c1-content .swiper-block .swiper-item-title .right {
}
.h-c1 .h-c1-content .swiper-block .swiper-item-title .right div{
    margin-left: 20px;
    cursor: pointer;
}
.h-c1 .h-c1-content .swiper-block .swiper-wrap {}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper {
    position: relative;
    overflow: hidden;
}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide {}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item {
    width: calc(100% / 3 - 14px);
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item .slide-title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    left: 28px;
    bottom: 28px;
}
.h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item:nth-child(3n) {
    margin-right: 0;
}


.page-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-banner .marginAuto {
    height: 100%;
    position: relative;
}
.page-banner .marginAuto .title {
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 80px;
}
.page-banner .marginAuto .line {
    width: 90px;
    height: 3px;
    background: #FED555;
}
.page-banner .page-banner-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-banner .page-banner-nav .cell {
    width: calc(100% / 5);
    margin: 0 15px;
}
.page-banner .page-banner-nav .cell a {
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    border-radius: 8px 8px 0px 0px;
    backdrop-filter: blur(10px);
    font-weight: 400;
    font-size: 14px;
    color: #1F1F27;
}
.page-banner .page-banner-nav .on a {
    background: #FED555;
    font-weight: bold;
}
.page-main {
    padding: 25px 0;
}
.page-main .page-navigation {
    padding-bottom: 55px;
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}
.page-main .page-navigation a {
    color: #696969;
}
.page-wrap {

}
.page-wrap .page-left {
    width: 300px;
}
.page-wrap .page-left .page-nav {
    width: 100%;
    background: #FAFAFA;
}
.page-wrap .page-left .page-nav .label {
    font-weight: bold;
    font-size: 20px;
    color: #1F1F22;
    padding: 25px 30px;
}
.page-wrap .page-left .page-nav .value {}
.page-wrap .page-left .page-nav .value .cell a {
    display: block;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.page-wrap .page-left .page-nav .value .on a {
    background: #FED555;
}
.page-wrap .page-right {
    width: calc(100% - 300px);
    padding-left: 40px;
}
.page-wrap .page-left .page-contact {
    background: #FAFAFA;
    padding: 30px;
    border-top: 1px solid #e8e8e8;
}
.page-wrap .page-left .page-contact .title {
    font-weight: bold;
    font-size: 20px;
    color: #1F1F22;
    padding: 15px 0;
}
.page-wrap .page-left .page-contact .info .cell {
    padding-top: 12px;
}
.page-wrap .page-left .page-contact .info .cell .text {
    padding-left: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.page-right .page-right-title {
    font-weight: bold;
    font-size: 22px;
    color: #1F1F22;
}
.Register-Member {
    padding-top: 80px;
}
.Register-Member .step .cell .label {
    width: 26px;
    height: 26px;
    background: #DEE2EA;
    border-radius: 13px;
    font-size: 14px;
    color: #ffffff;
}
.Register-Member .step .cell .value {
    font-weight: 400;
    font-size: 18px;
    color: #4D4F55;
    padding-left: 10px;
}
.Register-Member .step .cell .line {
    width: 90px;
    height: 1px;
    border: 1px solid #BCC8DE;
    margin: 0 10px;
}
.Register-Member .step .on .label {
    background: #FED555;
    color: #333333;
}
.Register-Member .step .on .value {
    color: #1F1F22;
}
.Register-Member .form {
    padding-top: 80px;
}
.Register-Member .form .cell {
    margin-bottom: 34px;
}
.Register-Member .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.Register-Member .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.Register-Member .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Register-Member .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.Register-Member .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.Register-Member .form .cell .button:hover {
    opacity: 0.8;
}



.page-wrap .page-left .center-nav {
    width: 100%;
    background: #FAFAFA;
}
.page-wrap .page-left .center-nav .label {
    font-weight: bold;
    font-size: 20px;
    color: #1F1F22;
    padding: 25px 30px;
}
.page-wrap .page-left .center-nav .value {
}
.page-wrap .page-left .center-nav .menu-max {
}
.page-wrap .page-left .center-nav .menu-max .menu-label {
    padding: 25px 30px;
}
.page-wrap .page-left .center-nav .menu-max .menu-label .icon {
    width: 20px;
}
.page-wrap .page-left .center-nav .menu-max .menu-label .text {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding: 0 14px;
}
.page-wrap .page-left .center-nav .menu-max .menu-label .r-icon {
    width: 14px;
    height: 9px;
    background-image: url("../images/icon29.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-wrap .page-left .center-nav .menu-max .menu-value {
    display: none;
}
.page-wrap .page-left .center-nav .menu-max .menu-value .cell a{
    display: block;
    padding: 20px 65px;
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}

.page-wrap .page-left .center-nav .current .menu-label {
    background-color: #FED555;
}
.page-wrap .page-left .center-nav .current .menu-label .text {
    font-weight: bold;
    font-size: 18px;
    color: #1F1F22;
}
.page-wrap .page-left .center-nav .current .menu-label .r-icon {
    background-image: url("../images/icon30.svg");
}
.page-wrap .page-left .center-nav .current .menu-value .on a{
    font-weight: bold;
    font-size: 14px;
    color: #1F1F22;
    background-color: #FCF3D6;
}
.page-wrap .page-left .center-nav .current .menu-value {
    display: block;
}

.Order-Detail {
    padding-top: 40px;
}
.Order-Detail .title-box {
    font-weight: 500;
    font-size: 18px;
    color: #1F1F22;
    padding-bottom: 24px;
}
.Order-Detail .Order-Detail-table .head-table {
    width: 100%;
}
.Order-Detail .Order-Detail-table .head-table th {
    background: #F2F2F2;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.Order-Detail .order-wrap {
    padding-top: 30px;
}
.Order-Detail .order-wrap .order-header {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #DEDEDE;
}
.Order-Detail .order-wrap .order-header label span {
    padding-left: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.Order-Detail .order-wrap .order-header .num {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.Order-Detail .order-wrap .nested-table {
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.Order-Detail .order-wrap .nested-table tr td {
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.Order-Detail .order-wrap .nested-table tr td .img img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 4px;
    object-fit: cover;
}
.Order-Detail .order-wrap .nested-table tr td .t-info {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.Order-Detail .order-wrap .nested-table tr td .handle-info {

}
.Order-Detail .order-wrap .nested-table tr td .handle-info .desc {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 12px;
}
.Order-Detail .order-wrap .nested-table tr td .handle-info .link-btn {
    width: 136px;
    height: 40px;
    background: rgba(254,213,85,0.16);
    border-radius: 4px;
    border: 1px solid #FED555;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.Order-Detail .order-wrap .nested-table tr td .link {
    font-weight: 500;
    font-size: 14px;
    color: #DA8317;
}
.order-center-top {

}
.order-center-top .photo {

}
.order-center-top .photo img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 4px;
    object-fit: cover;
}
.order-center-top .info {
    padding: 0 24px;
}
.order-center-top .info .title {
    font-weight: 900;
    font-size: 20px;
    color: #1F1F22;
}
.order-center-top .info .email {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-top: 20px;
}
.order-center-top .btn1 {
    width: 202px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.order-center-top .btn2 {
    width: 202px;
    height: 52px;
    background: #1F1F22;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
}
.order-center-top .btn1:hover {
    opacity: 0.8;
}
.order-center-top .btn2:hover {
    opacity: 0.8;
}
.order-info-item {
    padding: 25px 0;
    border-top: 1px solid #DEDEDE;
    margin-top: 25px;
}
.order-info-item .cell {
    width: calc(100% / 5 - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: linear-gradient( 0deg, rgba(255,255,255,0) 0%, #FFF8E3 100%);
    padding: 35px 20px;
}
.order-info-item .cell:last-child {
    margin-right: 0;
}
.order-info-item .cell .value {
    font-weight: 900;
    font-size: 18px;
    color: #DA8317;
}



.user-info-card {
    margin-bottom: 32px;
}
.user-info-card .user-info-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.user-info-card .user-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.user-info-card .user-info-table td {
    border: 1px solid #eee;
    padding: 12px 16px;
    font-size: 14px;
    vertical-align: middle;
}
.user-info-card .user-info-table .label {
    background: #f7f7f7;
    color: #333;
    width: 160px;
    text-align: right;
}
.user-info-card .user-info-table .avatar {
    text-align: center;
    width: 120px;
}
.user-info-card .avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eee;
}
.user-info-card .company-img-list {
    display: flex;
    gap: 16px;
    align-items: center;
}
.user-info-card .company-img {
    width: 180px;
    height: 120px;
    object-fit: contain;
    border-radius: 6px;
}

.Modify-Company-data .form-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.Modify-Company-data .form {
}
.Modify-Company-data .form .cell {
    margin-bottom: 34px;
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}
.Modify-Company-data .form .cell:nth-child(2n) {
    margin-right: 0;
}
.Modify-Company-data .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.Modify-Company-data .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.Modify-Company-data .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Modify-Company-data .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.Modify-Company-data .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.Modify-Company-data .form .cell .button:hover {
    opacity: 0.8;
}

.contact-page .form-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.contact-page .form {

}
.contact-page .form .cell {
    margin-bottom: 34px;
    width: 100%;
}
.contact-page .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.contact-page .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.contact-page .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.contact-page .form .cell .value .textarea {
    height: 200px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.contact-page .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.contact-page .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.contact-page .form .cell .button:hover {
    opacity: 0.8;
}


.page-back {
    padding-bottom: 60px;
}
.page-back .back .text {
    font-weight: 400;
    font-size: 20px;
    color: #696969;
    padding-left: 5px;
}
.center-order-details .order-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.center-order-details .order-section-title {
    font-weight: 500;
    font-size: 20px;
    color: #1F1F22;
    padding-bottom: 24px;
}
.center-order-details .order-table-wrap .order-table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.center-order-details .order-table-wrap .order-table th{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 20px;
    background: #F2F2F2;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.center-order-details .order-table-wrap .order-table td{
    font-size: 14px;
    color: #333333;
    padding: 20px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.center-order-details .order-remark-block {
    padding-top: 24px;
}
.center-order-details .order-remark-block .label {
    padding: 24px 0;
    font-weight: 500;
    font-size: 20px;
    color: #1F1F22;
}
.center-order-details .order-remark-block .textarea {
    padding: 24px;
    height: 116px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}
.center-order-details .order-total-bar {
    font-weight: 500;
    font-size: 20px;
    color: #1F1F22;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
}
.center-order-details .order-bottom-bar {
    padding: 24px 0;
}
.center-order-details .order-bottom-bar .price-label {
    font-weight: 500;
    font-size: 20px;
    color: #1F1F22;
}
.center-order-details .order-bottom-bar .price-value {
    font-weight: 500;
    font-size: 24px;
    color: #CC0908;
    padding-left: 10px;
}
.center-order-details .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
    margin-top: 24px;
}
.center-order-details .button:hover {
    opacity: 0.8;
}


.Update-Password .title-box {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.Update-Password .min-title {
    font-weight: 500;
    font-size: 20px;
    color: #1F1F22;
    padding-bottom: 24px;
}
.Update-Password .form {

}
.Update-Password .form .cell {
    margin-bottom: 34px;
    width: 100%;
}
.Update-Password .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.Update-Password .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.Update-Password .form .cell .value {
    position: relative;
}
.Update-Password .form .cell .value .see-icon{
    width: 20px;
    height: 14px;
    background-image: url("../images/icon33.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}
.Update-Password .form .cell .value .see-on {
    background-image: url("../images/icon32.svg");
}
.Update-Password .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Update-Password .form .cell .value .send-code {
    width: 274px;
    height: 52px;
    background: #FCF3D6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    margin-left: 24px;
}
.Update-Password .form .cell .value .textarea {
    height: 200px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Update-Password .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.Update-Password .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.Update-Password .form .cell .button:hover {
    opacity: 0.8;
}




.Inquiry-page .form-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.Inquiry-page .Inquiry-info {
    padding-bottom: 50px;
}
.Inquiry-page .Inquiry-info .label {
    font-weight: bold;
    font-size: 20px;
    color: #1F1F22;
}
.Inquiry-page .Inquiry-info .value {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
    padding-top: 10px;
}
.Inquiry-page .min-title {
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 24px;
}
.Inquiry-page .form {

}
.Inquiry-page .form .cell {
    margin-bottom: 34px;
    width: 100%;
}
.Inquiry-page .form .item .cell {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
}
.Inquiry-page .form .item .cell:nth-child(2n) {
    margin-right: 0;
}
.Inquiry-page .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.Inquiry-page .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.Inquiry-page .form .cell .value {
    position: relative;
}
.Inquiry-page .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Inquiry-page .form .cell .value .select {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Inquiry-page .form .cell .more .input {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}
.Inquiry-page .form .cell .more .select {
    width: calc(100% / 2);
    margin-right: 0;
}
.Inquiry-page .form .cell .value .send-code {
    width: 274px;
    height: 52px;
    background: #FCF3D6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    margin-left: 24px;
}
.Inquiry-page .form .cell .value .textarea {
    height: 200px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Inquiry-page .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.Inquiry-page .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.Inquiry-page .form .cell .button:hover {
    opacity: 0.8;
}
.Inquiry-page .form .tips {
    font-weight: 400;
    font-size: 14px;
    color: #CC0908;
    padding-top: 20px;
}
.Inquiry-page .form .cell .form-label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-left: 28px;
}
.Inquiry-page .form .cell .text-label {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}
.Inquiry-page .form .cell .min-input {
    width: 240px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    margin: 0 24px;
}

.about-main {
    padding: 60px 0;
}
.about-main .about-nav {
    padding-bottom: 30px;
}
.about-main .about-nav .cell {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-main .about-nav .cell:nth-child(2n) {
    margin-right: 0;
}
.about-main .about-nav .cell a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 13px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.about-main .about-nav .on a{
    background: #FED555;
    font-weight: 900;
}
.about-main .about-wrap {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
    line-height: 220%;
}
.about-main .about-wrap img {
    max-width: 100%;
}


.Product-page .Product-info {
    background: rgba(254,245,211,0.43);
    padding: 30px;
    margin-top: 40px;
}
.Product-page .Product-info .item {
    padding-bottom: 20px;
}
.Product-page .Product-info .item .label {
    font-weight: 900;
    font-size: 20px;
    color: #1F1F22;
}
.Product-page .Product-info .item .value {
}
.Product-page .Product-info .item .value .cell {
    padding-top: 20px;
}
.Product-page .Product-info .item .value .cell .cell-label {
    color: #333333;
}
.Product-page .Product-info .item .value .cell .cell-value {
    font-weight: 400;
    font-size: 14px;
    color: #4D4F55;
    padding-left: 8px;
}
.Product-page .Product-info .imgs {
}
.Product-page .Product-info .imgs .cell {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.Product-page .Product-info .imgs .cell:nth-child(4n) {
    margin-right: 0;
}
.Product-page .Product-info .imgs .cell img {
    width: 100%;
}
.Product-page .lists {
    padding-top: 20px;
}
.Product-page .lists .item {
    padding: 60px 0;
    border-bottom: 1px solid #e8e8e8;
}
.Product-page .lists .item .img-box {
    width: 345px;
    height: 365px;
    position: relative;
}
.Product-page .lists .item .img-box .img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
.Product-page .lists .item .img-box .tag {
    width: 67px;
    position: absolute;
    right: 0;
    top: 0;
}
.Product-page .lists .p-right {
    width: calc(100% - 345px);
    padding-left: 40px;
}
.Product-page .lists .p-right .title a {
    font-weight: 900;
    font-size: 20px;
    color: #1F1F22;
}
.Product-page .lists .p-right .info {
    padding: 10px 0;
}
.Product-page .lists .p-right .info .cell {
    padding: 10px 0;
}
.Product-page .lists .p-right .info .cell .cell-label {
    color: #333333;
}
.Product-page .lists .p-right .info .cell .cell-value {
    font-weight: 400;
    font-size: 14px;
    color: #4D4F55;
    padding-left: 8px;
}
.Product-page .lists .p-right .tags {
    padding: 10px 0;
}
.Product-page .lists .p-right .tags .tag-cell {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #406663;
    background: #F2F7F7;
    margin-right: 14px;
}
.Product-page .lists .p-right .btn1 {
    width: 180px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.Product-page .lists .p-right .btn2 {
    width: 180px;
    height: 52px;
    background: rgba(254,213,85,0.16);
    border-radius: 4px;
    border: 1px solid #FED555;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    margin-left: 14px;
}
.Product-page .lists .p-right .btn1:hover {
    opacity: 0.8;
}
.Product-page .lists .p-right .btn2:hover {
    opacity: 0.8;
}
.Product-page .lists .p-right .btn1 img {
    margin-right: 8px;
}

.Express-Order .title-box {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
}
.Express-Order .Express-Order-info {}
.Express-Order .Express-Order-info .cell {
    width: calc(100% / 4 - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: linear-gradient( 0deg, rgba(255,255,255,0) 0%, #FFF8E3 100%);
    padding: 35px 20px;
}
.Express-Order .Express-Order-info .cell:last-child {
    margin-right: 0;
}
.Express-Order .Express-Order-info .cell .value {
    font-weight: 900;
    font-size: 14px;
    color: #DA8317;
}

.Express-Order .form .cell {
    margin-bottom: 34px;
    width: 100%;
}
.Express-Order .form .item .cell {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
}
.Express-Order .form .item .cell:nth-child(2n) {
    margin-right: 0;
}
.Express-Order .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-bottom: 19px;
}
.Express-Order .form .cell .label span {
    color: #D52323;
    margin-right: 10px;
}
.Express-Order .form .cell .value {
    position: relative;
}
.Express-Order .form .cell .value .input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Express-Order .form .cell .value .select {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 0 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Express-Order .form .cell .more .input {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}
.Express-Order .form .cell .more .select {
    width: calc(100% / 2);
    margin-right: 0;
}
.Express-Order .form .cell .value .send-code {
    width: 274px;
    height: 52px;
    background: #FCF3D6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    margin-left: 24px;
}
.Express-Order .form .cell .value .textarea {
    height: 200px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    padding: 17px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.Express-Order .form .cell .value img {
    height: 52px;
    margin-left: 15px;
}
.Express-Order .form .cell .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
}
.Express-Order .form .cell .button:hover {
    opacity: 0.8;
}
.Express-Order .form .tips {
    font-weight: 400;
    font-size: 14px;
    color: #CC0908;
    padding-top: 20px;
}
.Express-Order .form .cell .form-label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding-left: 28px;
}
.Express-Order .form .cell .text-label {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}
.Express-Order .form .cell .min-input {
    width: 240px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    margin: 0 24px;
}
.Express-Order .form .button1 {
    width: 180px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
    border: none;
}
.Express-Order .form .button2 {
    width: 180px;
    height: 52px;
    background: #FCF3D6;
    border-radius: 4px;
    border: 1px solid #FED555;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
    margin-left: 24px;
}
.Express-Order .form .button1:hover {
    opacity: 0.8;
}
.Express-Order .form .button2:hover {
    opacity: 0.8;
}
.Express-Order table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.Express-Order table th {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    background: #F2F2F2;
    padding: 20px;
    word-break: break-word;     /* 优先对单词内断行 */
    white-space: normal;        /* 默认换行行为，允许换行 */
    overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
}
.Express-Order table td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 20px;
    word-break: break-word;     /* 优先对单词内断行 */
    white-space: normal;        /* 默认换行行为，允许换行 */
    overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
}
.Express-Order table td .link {
    padding: 5px 10px;
    background: #FCF3D6;
    border-radius: 4px;
    border: 1px solid #FED555;
    font-weight: 400;
    font-size: 12px;
    color: #1F1F22;
}
.Express-Order table td:last-child {
    word-break: normal;
}
.Express-Order table td .Canceled {
    background: #F2F2F2;
}

.Product-details-box .product-info-section {
    padding-top: 20px;
}
.Product-details-box .product-info-section .info-title {
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    padding-bottom: 24px;
}
.Product-details-box .product-info-section .info-content {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    line-height: 200%;
}
.Product-details-box .product-info-section .info-content img{
    max-width: 100%;
}
.Product-details-box .product-properties-block {}
.Product-details-box .product-properties-block .properties-title {
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    padding-bottom: 40px;
}
.Product-details-box .product-properties-block .properties-table-wrap {

}
.Product-details-box .product-properties-block .properties-table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.Product-details-box .product-properties-block .properties-table th {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    background: #F2F2F2;
    padding: 20px;
    word-break: break-word;     /* 优先对单词内断行 */
    white-space: normal;        /* 默认换行行为，允许换行 */
    overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
}
.Product-details-box .product-properties-block .properties-table td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 20px;
    word-break: break-word;     /* 优先对单词内断行 */
    white-space: normal;        /* 默认换行行为，允许换行 */
    overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
}
.Product-details-box .product-properties-block .properties-table-note {
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    line-height: 200%;
}
.Product-details-box {
    padding: 10px 0;
}
.Product-details-box .product-feature-app {

}
.Product-details-box .product-feature-app .product-feature-col {
    width: calc(100% / 2 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.Product-details-box .product-feature-app .product-feature-col:nth-child(2n) {
    margin-right: 0;
}
.Product-details-box .product-feature-app .product-feature-col .feature-title {
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}
.Product-details-box .product-feature-app .product-feature-col .feature-list {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.Product-details-box .product-feature-app .product-feature-col .feature-list li{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-right: 40px;
    margin-bottom: 20px;
}
.Product-details-box .product-feature-app .product-feature-col .app-img-item img {
    width: 100%;
}
.Product-details-box .product-desc-block {

}
.Product-details-box .product-desc-block .product-desc-title {
    padding: 40px 0;
    border-bottom: 1px solid #e8e8e8;
}
.Product-details-box .product-desc-block .product-desc-title .left {
    font-weight: bold;
    font-size: 24px;
    color: #1F1F22;
}
.Product-details-box .product-desc-block .product-desc-title .right {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.Product-details-box .product-desc-content {
    font-size: 14px;
    color: #1F1F22;
    padding: 40px 0;
}
.Product-details-box .product-desc-content .desc-title {
    font-weight: 900;
    font-size: 24px;
    color: #1F1F22;
}
.Product-details-box .product-main-info {}
.Product-details-box .product-main-info .product-info-left {
    width: 35%;
}
.Product-details-box .product-main-info .product-title {
}
.Product-details-box .product-main-info .product-type {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}
.Product-details-box .product-main-info .product-name {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}
.Product-details-box .product-main-info .product-price {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
}
.Product-details-box .product-main-info .product-price .price {
    font-weight: 900;
    font-size: 20px;
    color: #DA8317;
}
.Product-details-box .product-main-info .product-params-list {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}
.Product-details-box .product-main-info .param-row {
    padding: 10px 0;
}
.Product-details-box .product-main-info .param-row .param-label {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    flex: 1;
}
.Product-details-box .product-main-info .param-row .param-value {
    font-weight: 900;
    font-size: 14px;
    color: #333333;
    flex: 1;
}
.Product-details-box .product-main-info .product-quantity-block {}
.Product-details-box .product-main-info .product-quantity-block .label {
    font-weight: 900;
    font-size: 14px;
    color: #333333;
    padding: 24px 0;
}
.Product-details-box .product-main-info .product-quantity-block .quantity-ctrl{
    border: 1px solid #333333;
    border-radius: 4px;
}
.Product-details-box .product-main-info .product-quantity-block .quantity-ctrl .quantity-btn {
    width: 40px;
    height: 52px;
    border: none;
    background: none;
}
.Product-details-box .product-main-info .product-quantity-block .quantity-ctrl .quantity-input {
    width: 60px;
    height: 52px;
    border: none;
    text-align: center;
}
.Product-details-box .product-main-info .product-quantity-block .quantity-ctrl .minus{
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #333333;
}
.Product-details-box .product-main-info .product-quantity-block .quantity-ctrl .plus{
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #333333;
}
.Product-details-box .product-main-info .product-quantity-block .button {
    width: 310px;
    height: 52px;
    background: #FED555;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F22;
    border: none;
    margin-left: 14px;
}
.Product-details-box .product-main-info .product-info-right {
    width: 65%;
    padding-left: 40px;
}
.Product-details-box .product-main-info .product-main-img {
    width: calc(100% - 106px);
    padding-right: 12px;
}
.Product-details-box .product-main-info .product-img-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Product-details-box .product-main-info .swiper-slide {
    width: 100%;
    height: 550px;
}
.Product-details-box .product-main-info .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Product-details-box .product-main-info .swiper-button-prev {}
.Product-details-box .product-main-info .swiper-button-next{}
.Product-details-box .product-main-info .product-img-list {
    width: 94px;
}
.Product-details-box .product-main-info .img-thumb {
    margin-bottom: 12px;
    opacity: 0.7;
}
.Product-details-box .product-main-info .active {
    opacity: 1;
}
.Product-details-box .product-main-info .img-thumb img {
    width: 94px;
    height: 100px;
    object-fit: cover;
}
.pc-box {
    display: block;
}

.app-login-box {
    height: 100vh;
}
.app-login-box .login-left {
    width: 45%;
    height: 100vh;
    position: relative;
    background-color: #333333;
}
.app-login-box .login-left .logo{
    position: absolute;
    left: 30px;
    top: 30px;
}
.app-login-box .login-left .logo img {
    height: 60px;
}
.app-login-box .login-left .t1 {
    font-weight: 900;
    font-size: 40px;
    color: #FED555;
}
.app-login-box .login-left .t2 {
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
}
.app-login-box .login-left .handle {
    width: 100%;
    padding-top: 50px;
}
.app-login-box .login-left .handle .cell {
    flex: 1;
}
.app-login-box .login-left .handle .cell img {
    width: 60px;
    display: block;
    margin: auto;
}
.app-login-box .login-left .handle .cell .text {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 15px;
    text-align: center;
}
.app-login-box .login-right {
    width: 55%;
    height: 100vh;
}
.app-login-box .login-right .r-main {
    width: 50%;
    margin: 0 auto;
}
.app-login-box .login-right .r-main .login-tab .cell {
    flex: 1;
}
.app-login-box .login-right .r-main .login-tab .cell .text {
    font-weight: 400;
    font-size: 22px;
    color: #4D4F55;
}
.app-login-box .login-right .r-main .login-tab .cell .line {
    height: 4px;
    background: #ffffff;
    width: 100%;
}
.app-login-box .login-right .r-main .login-tab .on .text {
    font-weight: 700;
    color: #1F1F22;
    padding-bottom: 8px;
}
.app-login-box .login-right .r-main .login-tab .on .line {
    background: #FED555;
}
.app-login-box .login-right .r-main .item {
    padding-top: 50px;
    display: none;
}
.app-login-box .login-right .r-main .item:first-child {
    display: block;
}
.app-login-box .login-right .r-main .item .form {
}
.app-login-box .login-right .r-main .item .form .cell {
    padding-bottom: 30px;
}
.app-login-box .login-right .r-main .item .form .cell .label {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F22;
}
.app-login-box .login-right .r-main .item .form .cell .label span {
    color: #D52323;
    margin-right: 5px;
}
.app-login-box .login-right .r-main .item .form .cell .value {
    padding-top: 10px;
}
.app-login-box .login-right .r-main .item .form .cell .value input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #DEDDDD;
    width: 100%;
    padding: 0 15px;
}
.app-login-box .login-right .r-main .item .form .Forgot-password {
    font-weight: 400;
    font-size: 14px;
    color: #DA8317;
}
.app-login-box .login-right .r-main .item .form .Forgot-password a {
    color: #DA8317;
}
.app-login-box .login-right .r-main .item .form .button {
    height: 60px;
    background: #FED555;
    border-radius: 4px;
    font-size: 14px;
    color: #1F1F22;
    border: none;
    width: 100%;
    margin-top: 30px;
}
.app-login-box .login-right .r-main .item .form .button:hover {
    opacity: 0.8;
}
.app-login-box .login-right .r-main .item .Sign {
    font-size: 16px;
    color: #696969;
    padding: 20px 0;
    text-align: center;
}
.app-login-box .login-right .r-main .item .handle {}
.app-login-box .login-right .r-main .item .handle .cell {
    padding: 0 20px;
}
@media only screen and (max-width: 1600px) and (min-width:1200px) {
    .pc-box .top .nav .cell {
        padding: 0 15px;
    }
    .pc-box .top .nav .cell a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) and (min-width:0px) {




    .app-login-box {
        height: auto;
    }
    .app-login-box .login-left {
        width: 100%;
        height: auto;
        padding: 40px 30px;
    }
    .app-login-box .login-left .logo{
        left: 20px;
        top: 20px;
    }
    .app-login-box .login-left .logo img {
        height: 30px;
    }
    .app-login-box .login-left .t1 {
        font-size: 20px;
    }
    .app-login-box .login-left .t2 {
        font-size: 20px;
    }
    .app-login-box .login-left .handle {
        width: 100%;
        padding-top: 30px;
    }
    .app-login-box .login-left .handle .cell img {
        width: 30px;
    }
    .app-login-box .login-right {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .app-login-box .login-right .r-main {
        width: 90%;
    }
    .app-login-box .login-right .r-main .login-tab .cell .text {
        font-size: 16px;
    }
    .app-login-box .login-right .r-main .item {
        padding-top: 30px;
    }
    .app-login-box .login-right .r-main .item .form .cell {
        padding-bottom: 20px;
    }
    .app-login-box .login-right .r-main .item .form .button {
        margin-top: 20px;
    }
    .app-login-box .login-right .r-main .item .Sign {
        font-size: 14px;
        padding: 12px 0;
    }
    .app-login-box .login-right .r-main .item .handle .cell {
        padding: 0 12px;
    }





    .Product-details-box .product-info-section {
        padding-top: 20px;
    }
    .Product-details-box .product-info-section .info-title {
        font-size: 18px;
        padding-bottom: 18px;
    }
    .Product-details-box .product-info-section .info-content {
        font-size: 14px;
    }
    .Product-details-box .product-properties-block .properties-title {
        font-size: 18px;
        padding-bottom: 18px;
    }
    .Product-details-box .product-properties-block .properties-table-note {
        font-size: 18px;
    }
    .Product-details-box {
        padding: 20px 0;
    }
    .Product-details-box .product-feature-app .product-feature-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .Product-details-box .product-feature-app .product-feature-col .feature-title {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .Product-details-box .product-feature-app .product-feature-col .feature-list {
        font-size: 14px;
    }
    .Product-details-box .product-feature-app .product-feature-col .feature-list li{
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 12px;
    }
    .Product-details-box .product-desc-block .product-desc-title {
        padding: 20px 0;
    }
    .Product-details-box .product-desc-block .product-desc-title .left {
        font-size: 18px;
    }
    .Product-details-box .product-desc-block .product-desc-title .right {
        font-size: 12px;
    }
    .Product-details-box .product-desc-content {
        font-size: 14px;
        padding: 20px 0;
    }
    .Product-details-box .product-desc-content .desc-title {
        font-size: 22px;
    }
    .Product-details-box .product-main-info .product-info-left {
        width: 100%;
        padding-bottom: 20px;
    }
    .Product-details-box .product-main-info .product-type {
        font-weight: 600;
        font-size: 36px;
        color: #333333;
    }
    .Product-details-box .product-main-info .product-name {
        font-weight: 600;
        font-size: 36px;
        color: #333333;
    }
    .Product-details-box .product-main-info .product-price {
        font-weight: 400;
        font-size: 18px;
        color: #1F1F22;
        padding: 10px 0 30px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .Product-details-box .product-main-info .product-price .price {
        font-weight: 900;
        font-size: 24px;
        color: #DA8317;
    }
    .Product-details-box .product-main-info .product-params-list {
        padding: 20px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .Product-details-box .product-main-info .param-row {
        padding: 10px 0;
    }
    .Product-details-box .product-main-info .product-info-right {
        width: 100%;
        padding-left: 0;
    }
    .Product-details-box .product-main-info .product-main-img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 12px;
    }
    .Product-details-box .product-main-info .swiper-slide {
        width: 100%;
        height: 320px;
    }
    .Product-details-box .product-main-info .product-img-list {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .Product-details-box .product-main-info .img-thumb {
        margin-bottom: 12px;
        margin-right: 12px;
    }
    .Product-details-box .product-main-info .img-thumb img {
        width: 64px;
        height: 64px;
    }







    .Express-Order .title-box {
        font-size: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 12px;
    }
    .Express-Order .Express-Order-info .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12;
        padding: 15px;
    }
    .Express-Order .Express-Order-info .cell:last-child {
        margin-right: 0;
    }
    .Express-Order .Express-Order-info .cell .value {
        font-size: 18px;
    }

    .Express-Order .form .cell {
        margin-bottom: 14px;
    }
    .Express-Order .form .item .cell {
        width: 100%;
        margin-right: 0;
    }
    .Express-Order .form .item .cell:nth-child(2n) {
        margin-right: 0;
    }
    .Express-Order table {
        width: 100%;
        border-left: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
    }
    .Express-Order table th {
        font-size: 12px;
        padding: 6px;
    }
    .Express-Order table td {
        font-size: 12px;
        padding: 6px;
    }
    .Express-Order table td .link {
        padding: 5px 10px;
        background: #FCF3D6;
        border-radius: 4px;
        border: 1px solid #FED555;
        font-weight: 400;
        font-size: 12px;
        color: #1F1F22;
    }
    .Express-Order table td:last-child {
        word-break: normal;
    }
    .Express-Order table td .Canceled {
        background: #F2F2F2;
    }





    .Product-page .Product-info {
        padding: 12px;
        margin-top: 20px;
    }
    .Product-page .Product-info .item {
        padding-bottom: 12px;
    }
    .Product-page .Product-info .item .label {
        font-size: 16px;
    }
    .Product-page .Product-info .item .value .cell {
        padding-top: 12px;
    }
    .Product-page .Product-info .item .value .cell .cell-value {
        font-size: 16px;
    }
    .Product-page .Product-info .imgs .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .Product-page .lists {
        padding-top: 12px;
    }
    .Product-page .lists .item {
        padding: 20px 0;
    }
    .Product-page .lists .item .img-box {
        width: 100%;
        height: 165px;
    }
    .Product-page .lists .item .img-box .tag {
        width: 47px;
    }
    .Product-page .lists .p-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .Product-page .lists .p-right .title a {
        font-size: 22px;
    }
    .Product-page .lists .p-right .info .cell .cell-value {
        font-size: 14px;
    }
    .Product-page .lists .p-right .tags .tag-cell {
        padding: 12px;
        font-size: 14px;
        margin-bottom: 6px;
    }




    .about-main {
        padding: 0;
    }
    .about-main .about-nav {
        padding-bottom: 20px;
    }
    .about-main .about-nav .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }




    .Inquiry-page .form-title {
        font-size: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 12px;
    }
    .Inquiry-page .Inquiry-info {
        padding-bottom: 20px;
    }
    .Inquiry-page .Inquiry-info .label {
        font-size: 26px;
    }
    .Inquiry-page .Inquiry-info .value {
        font-size: 14px;
    }
    .Inquiry-page .min-title {
        font-size: 18px;
        padding-bottom: 14px;
    }
    .Inquiry-page .form .cell {
        margin-bottom: 14px;
        width: 100%;
    }
    .Inquiry-page .form .item .cell {
        width: 100%;
        margin-right: 0;
    }
    .Inquiry-page .form .cell .form-label {
        font-weight: 400;
        font-size: 18px;
        color: #1F1F22;
        padding-left: 28px;
    }
    .Inquiry-page .form .cell .text-label {
        font-weight: 400;
        font-size: 18px;
        color: #696969;
    }
    .Inquiry-page .form .cell .min-input {
        width: 140px;
        height: 52px;
        border-radius: 4px;
        border: 1px solid #DEDDDD;
        margin: 0 24px;
    }




    .page-back {
        padding-bottom: 30px;
    }
    .page-back .back .text {
        font-weight: 400;
        font-size: 20px;
        color: #696969;
        padding-left: 5px;
    }
    .center-order-details .order-table-wrap .order-table th{
        font-size: 12px;
        padding: 5px;
        word-break: break-word;     /* 优先对单词内断行 */
        white-space: normal;        /* 默认换行行为，允许换行 */
        overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
    }
    .center-order-details .order-table-wrap .order-table td{
        font-size: 12px;
        padding: 5px;
        word-break: break-word;     /* 优先对单词内断行 */
        white-space: normal;        /* 默认换行行为，允许换行 */
        overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
    }



    .contact-page .form-title {
        font-size: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 12px;
    }




    .Modify-Company-data .form-title {
        font-size: 18px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .Modify-Company-data .form .cell {
        margin-bottom: 14px;
        width: 100%;
        margin-right: 0;
    }



    .user-info-card {
        margin-bottom: 12px;
    }
    .user-info-card .user-info-title {
        font-size: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 12px;
    }
    .user-info-card .user-info-table td {
        padding: 6px;
        font-size: 12px;
        word-break: break-word;     /* 优先对单词内断行 */
        white-space: normal;        /* 默认换行行为，允许换行 */
        overflow-wrap: break-word;  /* 避免长单词或URL溢出 */
    }
    .user-info-card .user-info-table .label {
        font-size: 12px;
        width: auto;
    }
    .user-info-card .user-info-table .avatar {
        text-align: center;
        width: auto;
    }
    .user-info-card .avatar-img {
        width: 24px;
        height: 24px;
    }
    .user-info-card .company-img-list {
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .user-info-card .company-img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        border-radius: 6px;
        display: block;
    }




    .Order-Detail {
        padding-top: 20px;
    }
    .Order-Detail .Order-Detail-table .head-table th {
        padding: 5px;
        font-size: 12px;
    }
    .Order-Detail .order-wrap {
        padding-top: 20px;
    }
    .Order-Detail .order-wrap .order-header {
        padding: 12px;
    }
    .Order-Detail .order-wrap .order-header label span {
        padding-left: 6px;
        font-size: 12px;
    }
    .Order-Detail .order-wrap .order-header .num {
        font-size: 12px;
    }
    .Order-Detail .order-wrap .nested-table tr td {
        padding: 5px;
        font-size: 12px;
    }
    .Order-Detail .order-wrap .nested-table tr td .img img {
        width: 26px;
        height: 26px;
    }
    .Order-Detail .order-wrap .nested-table tr td .t-info {
        font-size: 12px;
    }
    .Order-Detail .order-wrap .nested-table tr td .handle-info .desc {
        font-size: 12px;
    }
    .Order-Detail .order-wrap .nested-table tr td .handle-info .link-btn {
        width: 100%;
        height: auto;
        font-size: 12px;
    }
    .Order-Detail .order-wrap .nested-table tr td .link {
        font-size: 12px;
    }
    .order-center-top .photo {
        width: 100%;
    }
    .order-center-top .photo img {
        display: block;
        width: 140px;
        height: 140px;
        border-radius: 4px;
        object-fit: cover;
    }
    .order-center-top .info {
        padding: 24px 0;
        width: 100%;
    }
    .order-center-top {
        width: 100%;
    }
    .order-center-top .handle {
        width: 100%;
    }
    .order-center-top .btn1 {
        width: 100%;
    }
    .order-center-top .btn2 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .order-info-item {
        padding: 25px 0;
        border-top: 1px solid #DEDEDE;
        margin-top: 25px;
    }
    .order-info-item .cell {
        width: 100%;
        margin-right: 0;
    }






    .page-wrap .page-left {
        width: 100%;
    }
    .page-wrap .page-left .page-nav .label {
        font-size: 22px;
        padding: 15px;
    }
    .page-wrap .page-left .page-nav .value .cell a {
        padding: 15px;
        font-size: 16px;
    }
    .page-wrap .page-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .page-wrap .page-left .page-contact {
        padding: 15px;
    }
    .page-wrap .page-left .page-contact .title {
        font-size: 22px;
    }
    .page-wrap .page-left .page-contact .info .cell .text {
        font-size: 14px;
    }
    .page-right .page-right-title {
        font-size: 22px;
    }
    .Register-Member {
        padding-top: 40px;
    }
    .Register-Member .step .cell .label {
        width: 23px;
        height: 23px;
    }
    .Register-Member .step .cell .value {
        font-size: 16px;
    }
    .Register-Member .step .cell .line {
        width: 30px;
    }
    .Register-Member .form {
        padding-top: 40px;
    }
    .Register-Member .form .cell {
        margin-bottom: 24px;
    }



    .page-banner {
        height: 200px;
    }
    .page-banner .marginAuto {
        height: 100%;
    }
    .page-banner .marginAuto .title {
        font-size: 26px;
        padding-bottom: 12px;
        padding-top: 50px;
    }
    .page-banner .marginAuto .line {
        width: 60px;
    }
    .page-banner .page-banner-nav .cell {
        width: auto;
        margin: 0 6px;
    }
    .page-banner .page-banner-nav .cell a {
        height: auto;
        font-size: 16px;
        padding: 10px;
    }
    .page-banner .page-banner-nav .on a {
        background: #FED555;
        font-weight: bold;
    }



    .h-c1 {
        padding-bottom: 30px;
    }
    .h-c1 .h-c1-menu {
        width: 100%;
    }
    .h-c1 .h-c1-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .h-c1 .h-c1-menu .menu-item {
        padding: 0 20px;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-item-title {
        padding-bottom: 12px;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-item-title .left {
        font-size: 26px;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-item-title .right div{
        margin-left: 10px;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item {
        width: 100%;
        margin-right: 0;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item img {
        height: 220px;
    }
    .h-c1 .h-c1-content .swiper-block .swiper-wrap .h-c1-swiper .swiper-slide .slide-item .slide-title {
        font-size: 18px;
        left: 18px;
        bottom: 18px;
    }



    .h-c2 .cell {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .h-c2 .cell .img {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }
    .h-c2 .cell .img img {
        height: 140px;
    }
    .h-c2 .cell .info {
        padding: 15px;
    }
    .h-c2 .cell .info .title {
        font-size: 20px;
    }
    .h-c2 .cell .info .label {
        font-size: 16px;
        padding: 12px 0;
    }
    .h-c2 .cell .info .value .item {
        padding: 5px 0;
    }
    .h-c2 .cell .info .value .item .i-label {
        font-size: 14px;
    }
    .h-c2 .cell .info .value .item .i-value {
        font-size: 14px;
    }


    .index-main {
        padding: 100px 0;
    }
    .h-c-title {
        padding-bottom: 60px;
    }
    .h-c-title .title {
        font-size: 26px;
    }
    .h-c-title .more .text {
        font-size: 15px;
    }
    .h-c-banner {
        padding: 20px;
        margin-bottom: 20px;
    }
    .h-c-banner .desc {
        font-size: 16px;
        color: #1F1F22;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .h-c-white .desc {
        color: #ffffff;
    }


    .footer .top {
        padding: 30px 0;
    }
    .footer .top .title-box {
        font-size: 20px;
        color: #FFFFFF;
    }
    .footer .top .form {
        padding-top: 12px;
    }
    .footer .top .form .cell {
        padding-top: 14px;
    }
    .footer .top .form .cell:first-child {
        margin-right: 14px;
    }
    .footer .center {
        padding: 20px 0;
    }
    .footer .center .logo {
        width: 100%;
    }
    .footer .center {
        width: 100%;
    }
    .footer .center .c-center {
        padding: 20px 0;
    }
    .footer .center .c-right {
        width: 100%;
    }
    .footer .center .c-right .nav {
        padding-bottom: 15px;
    }
    .footer .center .c-right .nav .cell {
        padding-left: 0;
        padding-right: 12px;
    }
    .footer .center .c-right .nav .cell a {
        font-size: 14px;
    }
    .footer .center .c-right .share {
        text-align: left;
        justify-content: flex-start;
    }
    .footer .center .c-right .share a {
        margin-left: 6px;
    }
    .app-contact {
        position: fixed;
        right: 0;
        top: 30%;
        z-index: 999;
        background: #FED555;
        border-radius: 100px 0px 0px 100px;
        padding: 4px;
    }
    .app-contact img {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        object-fit: cover;
    }
    .app-contact .text {
        font-size: 14px;
    }



    .banner {
        height: 300px;
    }
    .banner .swiper-slide .marginAuto .title {
        font-size: 26px;
    }
    .banner .swiper-slide .marginAuto .desc {
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 30px;
    }
    .banner-pagination .swiper-pagination-bullet {
        width: 50px;
    }



    .pc-box {
        display: none;
    }
}
