.homesolutions>div:hover .homesolution-mask {
    transform: translateY(0);
    transition: all .5s ease 100ms;
}

.homesolutions>div img {
    transform: scale(1.05);
    transition: all .5s ease 100ms;
}


.homesolutions>div {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


.homesolutions>div:hover img {
    transform: scale(1.2);
    transition: all .5s ease 100ms;
}

.homecases .gallery-item {
    transform: translateY(0px) scale(1);
    transition: all .2s ease 100ms;
}

.homecases .gallery-item:hover {
    transform: translateY(-20px) scale(1.1);
    transition: all .2s ease 100ms;
}

.homecases .gallery-caption {
    margin: 10px 0 !important;
}



.homecases img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    transform: translateY(0px);
    transition: all .2s ease 100ms;
}


.formbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.formbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formbox * {
    font-family: Inter;
}

.formbox-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 11px 0;
    padding: 0px 0px;
    row-gap: 7px;
}

.formbox-row>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border-radius: 5px;
}

.formbox-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0 0 0;
    padding: 0px 0px;
}

.formbox-cmd>.button-send {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #C6090F;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.formbox-cmd>.button-send:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #C6090F;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}


.formchkbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.formckbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    column-gap: 30px;
    row-gap: 10px;
    line-height: 1.6;
}

.formckbox-item {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 15px;
}

.formckbox-item>.checkbox1 {
    display: flex;
    margin: 5px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    transform: scale(1.2);
}

.formckbox-item>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    cursor: pointer;
}

.formchkbox-head {
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}

.formchkbox-head>label {
    font-size: 20px;
    cursor: pointer;
}

/*--------自适应--------*/


/*--------自适应--------*/


.headersearch-box {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
}

.headersearch-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.headersearch {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 650px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%) translateY(0%);
}

.headersearch-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.headersearch-t>.headersearch-close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.headersearch-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 90%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.headersearch-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-l>.input-headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.headersearch-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-r>.button-headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #D9ECF3;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    outline: none;
    cursor: pointer;
}

.button-headersearch-search>label {
    color: #000;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #0D6DDD;
    border: solid 1px #0D6DDD;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}



.search-result {
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
}



.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 40px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox table {
    margin: 10px 0;
    padding: 0 0;
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.detailbox table th {
    border: solid 1px #ddd;
    min-height: 50px;
    height: auto;
}

.detailbox table tr {
    border: solid 1px #ddd;
}

.detailbox table tr td {
    border: solid 1px #ddd;
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}



/*---------  ---------*/

.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}


.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.product-form {
    position: fixed;
    max-width: 960px;
    height: 500px;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* height: 80%; */
    overflow-x: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.m-product-table {
    background: #F4F4F4;
    border-top: 5px solid #19212F;
    padding: 40px 50px 35px;
}

.formtitle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    padding-right: 60px;
    margin-bottom: 10px;
}

.form-text {
    font-size: 16px;
    color: rgba(47, 47, 47, 0.7);
}

.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}

.input-item {
    position: relative;
}

.name-tit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #373737;
}

.name-tit em {
    font-style: normal;
    color: #d91921;
}

.quote-box {
    position: relative;
    background: #fff;
}

.quote-box span {
    position: absolute;
    width: 55px;
    top: 0;
    left: 0;
    height: 100%;
    background: #cacaca;
    text-align: center;
}

.quote-box span img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quote-box input,
.quote-box textarea,
.quote-box select {
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding: 10px 0;
    line-height: 1.4;
}

.quote-box textarea {
    height: 90px;
}

.quote-box select {
    background: url("../images/wicon20.png") right center no-repeat;
}


.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}

.clearfix {
    zoom: 1;
}


.product-formtable ul li.li1 {
    margin: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    ;
    column-gap: 20px;
}

.product-formtable ul li.li1 .input-item {
    float: left;
    width: 50%;
    padding: 0 0px;
    margin-bottom: 0;
}

.quote-box {
    padding-left: 50px;
}

.quote-box span {
    width: 50px;
    height: 50px;
}

.quote-box input,
.quote-box textarea,
.quote-box select {
    height: 50px;
    overflow: hidden;
    width: 100%;
    flex: 1;
    margin: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.sendfeedback ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}

.sendfeedback ul li {
    list-style: none;
}

.contact-submit {
    margin-top: 28px;
}

.contact-submit input {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    background: #E59E00;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-submit input:hover {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #000;
    background: #E59E00;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}


.sign-text {
    color: rgba(47, 47, 47, 0.7);
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    right: 50px;
}

.sign-text .check-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #eee;
}

.popclose-btn {
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.popclose-btn>label {
    color: #E59E00;
    font-size: 30px;
}







/*--------------- css ---------------*/

.pl_service4 a {
    text-decoration: none;
    color: #fff;
}

.pl_service4 a:hover {
    text-decoration: none;
    color: #fff;
}

.pl_service4 span {
    font-size: 14px;
}

.pl_service4 p {
    margin: 0 0;
}

.pl_service4 {
    position: fixed;
    right: -60px;
    bottom: 10%;
    transform: translateY(-0%);
    z-index: 99;
}

.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}

.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}

.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}

.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
    fill: #fff;
}

.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}

.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
}

.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
}

.pl_service4 .service_value.dh {
    line-height: 40px;
}

.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}

.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}

.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}

@media only screen and (max-width: 768px) {


    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }

    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }

    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }

    .custom-service-background {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }

    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }

    .pl_content_box.show {
        right: 0;
    }

    .body_service {
        flex-grow: 1;
        overflow-y: auto;
        /* margin-bottom: 50px; */
    }

    .service_item {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        border-top: 1px solid #f5f5f5;
    }

    .service_icon {
        float: left;
        display: flex;
        margin-top: 10px;
        padding-right: 8px;
        color: #999998;
    }

    .service_value {
        float: left;
        margin-top: 5px;
        ;
        width: 100%;
    }

    .service_value p {
        font-size: 13px;
        width: 100%;
    }

    .service_pop {
        width: 60%;
    }

    .service_pop p {
        display: none;
    }

    .service_pop img {
        width: 100%;
        height: auto;
    }

    .footer_service {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        width: 100%;
        /* padding: 10px; */
        overflow: hidden;
        color: #333;
        background-color: #fff;
        flex-grow: 0;
    }

    .footer_service p {
        display: flex;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .p_kefuicon {
        color: #999998;
    }

    .bottom_type {
        padding: 0 5px 0 5px;
    }

    .doThirdFunc {
        width: 100%;
        white-space: normal;
    }
}





/*--------------- css ---------------*/





.articlebox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 40px 40px;
    background: #fff;
    background-color: #fff;
    border-radius: 8px;
    /* 四周阴影效果 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}

.articlebox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.articlebox-t>h1 {
    padding: 0px 0px;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.articlebox-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.articlebox-m1>.label-date {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.articlebox-m1>.label-view {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.articlebox-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.articlebox-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.articlebox-detail p {
    margin: 0px 0px;
}

.articlebox-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.articlebox-detail>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-detail>.img {
    object-fit: cover;
}

.articlebox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
}

.articlebox-prenext {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-prenext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-prenext-l>.label-prev {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.articlebox-prenext-l>.label-prev-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-prenext-l>.label-prev-text:hover {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-l>.label-prev-text:active {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-l>.label-prev-text:visited {
    color: #666;
    text-decoration: none;
}

.label-prev-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.articlebox-prenext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-prenext-r>.label-next {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.articlebox-prenext-r>.label-next-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-prenext-r>.label-next-text:hover {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-r>.label-next-text:active {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-r>.label-next-text:visited {
    color: #666;
    text-decoration: none;
}

.label-next-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}


.main-article {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 80px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #fff;
}



.proicon-tab:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #EEF2FC !important;
}

.proicon-tab:hover .proicontext {
    border-bottom: solid 2px #093684;
}

.proicon-tab:hover .proicontext .elementor-heading-title {
    font-size: 22px;
    font-weight: 400;
    color: #093684 !important;
}


/*---------  ---------*/

.download-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px;
    padding: 15px 5px;
    border-bottom: dashed 1px #ddd;
}

.downloaditem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem-l svg {
    width: 16px;
    height: auto;
}

.downloaditem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.downloaditem-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.downloaditem-title>.label-title:hover {
    color: #333;
    text-decoration: none;
}


.downloaditem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem-r>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #0D6DDD;
    text-decoration: underline;
}

/*--------自适应--------*/


.openquote-box {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

.openquote-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.openquote {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 650px;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.openquote-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #ddd;
}

.openquote-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    font-family: Inter;
}

.openquote-t>.openquote-close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: red;
    cursor: pointer;
}

.openquote-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 20px 20px;
}

/*--------自适应--------*/

.foot-getquote {
    cursor: pointer;
}


@media screen and (max-width: 750px) {
    .pagedetail-scroll {
        width: 100%;
        max-width: 100%;
        word-break: break-all;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* 启用平滑滚动（iOS） */
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #999 #f1f1f1;
        /* Firefox */
    }

    .pagedetail-scroll::-webkit-scrollbar {
        height: 8px;
        /* 水平滚动条高度 */
    }

    .pagedetail-scroll::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 4px;
    }

    .pagedetail-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
}


/*---------  resource ---------*/
.resourcedil-title {
    font-family: "Inter", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    margin: 0 0;
    padding: 0 0;
}

.resourcedil-summary {
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

.resourcedil-date {
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-weight: normal;
    line-height: 1.6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.resourcedil-date>label.fa {
    font-size: 18px;
}


.resourcedil-content {
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

/*---------  ---------*/
.related_guides-c {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.related_guides {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border-bottom: solid 1px #eee;
    column-gap: 10px;
}

.related_guides-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.related_guides-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    font-family: Inter;
}

.related_guides-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.related_guides-r>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

/*--------自适应--------*/

.positionbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.6;
    font-family: Inter;
    color: #333;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}

.positionbox>a {
    font-family: Inter;
    color: #333;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}


/*------------------- css ---------------------*/

.specbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
    height: calc(100% + 40px);
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 30px;
    border-radius: 5px;
    background: #111;
}

.specbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 0px;
}

.specbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.specbox-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    font-family: Inter;
}

.specbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border-bottom: solid 1px #222;
}

.specbox-b>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    color: #aaa;
    font-family: Inter;
}

.specbox-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    font-family: Inter;
}

/*--------自适应--------*/



.promodal-box {
    box-sizing: border-box;
    display: none;
    width: 100vw;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

.promodal-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.promodal {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    max-height: 95vh;
    min-width: 300px;
    min-height: 95vh;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.promodal-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
}

.promodal-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.promodal-t>.promodal-close {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    overflow: hidden;
}

.promodal-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.promodal-b img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}


.promodal-b>.img1 {
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/


.cup-table table {
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-collapse: collapse;
    border: none !important;
}

.cup-table th {
    border: none;
    border-bottom: solid 1px #eee;
    height: 40px;
    text-align: center;
}

.cup-table tr {
    border: solid 1px #eee;
}

.cup-table tr td {
    border: none;
    border-bottom: solid 1px #eee;
    font-size: 14px;
    color: #000;
    height: 40px;
    line-height: 1.8;
    text-align: center;
}

.cup-table tr>td:nth-child(1) {
    border: none;
    border-bottom: solid 1px #eee;
    font-size: 14px;
    color: #000;
    height: 40px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
}



/*--------------- css ---------------*/

.faqlist-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.faqlist-item.on .faqlist-cnt-b {
    max-height: 1000px;
    transition: all .4s ease-in-out 100ms;
}

.faqlist {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
    row-gap: 5px;
    border: solid 1px #eee;
    border-radius: 6px;
}

.faqlist .faqlist-item:nth-last-child(1) {
    border-bottom: none;
}

.faqlist-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    cursor: pointer;
}

.faqlist-cnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.faqlist-cnt-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 8px 20px;
}

.faqlist-cnt-t>.label-head {
    flex: 1;
    width: 100%;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    font-family: "Inter";
}

.faqlist-cnt-t>.label2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.faqlist-cnt-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    max-height: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out 100ms;
}

.faqlist-answer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 0px;
}

.faqlist-cnt-b p {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    font-family: "Inter";
    color: #000;
}

.faqlist-cnt-t>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

/*--------自适应--------*/


.discussbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0 0;
    padding: 0px 20px;
}

.discussbox>.button-discuss {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #C6090F;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
    column-gap: 8px;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.discussbox>.button-discuss svg {
    fill: #fff;
    width: 16px;
    height: auto;
}

.discussbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.discussbox-b>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
    font-family: "Inter";
}

/*--------自适应--------*/







.xprevnext {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.xprevnext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.xprevnext-l>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.previtem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.previtem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-l img {
    width: 80px;
    height: 80px;
    max-width: 80px !important;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.previtem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.previtem-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.previtem-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #D30100;
}

.xprevnext-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.xprevnext-m1>.label-line {
    width: 2px;
    height: 30px;
    padding: 0px 0px;
    background: #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.xprevnext-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-l2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-l2>.img {
    width: 60px;
    height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.previtem-r2 {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.previtem-info2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-t2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-b2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-b2>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.xprevnext-m3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.xprevnext-m3>.label-line {
    width: 2px;
    height: 30px;
    padding: 0px 0px;
    background: #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.xprevnext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.previtem-info-title3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.previtem-info-title3>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.previtem-info-b3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.previtem-info-b3>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #D30100;
    cursor: pointer;
}

.xprevnext-r>.label2 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

/*--------自适应--------*/



.machbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machbox-t {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.machgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #eee;
    overflow: hidden;
}

.machgood-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    aspect-ratio: 913/423;
    overflow:hidden;
}

.machgood-t>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
    transition: all .2s ease 100ms;
    transform: scale(1);
    cursor: pointer;
}

.machgood-t:hover>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
    transition: all .2s ease 100ms;
    transform: scale(1.1);
    cursor: pointer;
}

.machgood-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machgood-b>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    font-family: "Inter";
    color: #000;
}

.machbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 20px 0px;
    border: solid 1px #eee;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.machitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 25%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 15px;
}

.machitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machitem-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Inter";
    line-height: 1.6;
    color: #000;
}

.machitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machitem-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    font-family: "Inter";
}

.machbox-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #ddd;
}

/*--------自适应--------*/




















.customdlg-box {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

.customdlg-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.customdlg {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 980px;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #eee;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%);
}

.customdlg-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #ddd;
    background: #000;
    position: relative;
}

.customdlg-t>.img3 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 6px;
}

.customdlghead {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlghead-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlghead-t>.label-head {
    display: block;
    margin: 0 0;
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Bebas Neue", Sans-serif;
}

.customdlghead-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px 5px 0;
}

.customdlghead-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.customdlg-t>.customdlg-close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.customdlg-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 20px 20px;
}

.customdlg-b-a {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 20px 0px;
    column-gap: 20px;
}

.customdlg-b-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-left: none;
    border-right: none;
}

.customdlgleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 10px;
}

.customdlgleft-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgleft-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

.customdlgleft-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgpro {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    background: #fff;
    column-gap: 20px;
}

.customdlgpro-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgpro-l>a>.img1 {
    width: 150px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.customdlgpro-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.customdlgpro-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgpro-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 10px;
}

.customdlgpro-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgpro-info-t>.label-head {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.customdlgpro-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 10px;
}

.customdlgpro-info-b>.label-date {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.customdlgleft-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgleft-m1>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

.customdlgleft-m1>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.customdlgleft-m3 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
    row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.customdlgselect {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #C90101;
    border-radius: 5px;
    cursor: pointer;
}

.customdlgselect-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.customdlgselect-l>.checkbox1 {
    display: flex;
    margin: 5px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    transform: scale(1.5);
}

.customdlgselect-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgselect-r>.label-checktext {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

.customdlgleft-m4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 30px;
    border: dashed 1px #666;
    border-radius: 5px;
    column-gap: 15px;
}

.customdlgleft-m4 * {
    cursor: pointer;
}

.customdlgleft-m4>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.customdlgupload {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgupload-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgupload-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

.customdlgupload-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.customdlgupload-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.customdlg-b-a-a2 {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 0px 20px;
    border-left: solid 1px #ccc;
}

.customdlg-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 0px 0px 0px;
    border-top: solid 1px #ccc;
}

.customdlg-b-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 10px;
}

.customdlg-b-b-a>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #000;
}

.customdlg-b-b-a>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

.customdlg-b-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 6px 26px;
    border: solid 1px #000;
    border-radius: 5px;
    column-gap: 10px;
    cursor: pointer;
}

.customdlg-b-b-b * {
    cursor: pointer;
}

.customdlg-b-b-b>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.customdlg-b-b-b>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 1px;
}

/*--------自适应--------*/


.formagree {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0px 0 10px 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 6px;
}

.formagree>label {
    font-weight: normal;
    font-size: 12px;
    color: #000;
    margin: 0 0;
}

.formbox-row>label {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0 0;
}

.formbox-row>label>span {
    color: red;
}



.uploadprocess {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0px;
}

.uploadcur {
    width: 0%;
    height: 100%;
    background-color: #009100;
    color: #fff;
    font-size: 12px;
}



/*--------------- css ---------------*/

.gallerycmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    column-gap: 5px;
}

.gallerycmd>.button-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    outline: none;
    cursor: pointer;
    background-color: #000;
}

.gallerycmd>button>svg {
    fill: #FFF;
}

.gallerycmd>.button-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    outline: none;
    cursor: pointer;
    background-color: #000;
}

.gallerycmd>.button-next.dis {
    border: solid 1px #ccc;
    background-color: transparent;
    color: #ccc;
}

.gallerycmd>.button-next.dis>svg {
    fill: #ccc;
}

.gallerycmd>.button-prev.dis {
    border: solid 1px #ccc;
    background-color: transparent;
    color: #ccc;
}

.gallerycmd>.button-prev.dis>svg {
    fill: #ccc;
}


.gallerycmd>.button-next>svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.gallerycmd>.label-num {
    width: 70px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

/*--------自适应--------*/





.swgallery-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: relative;
    max-width: 100% !important;
}

.swgallery-c .swiper-pagination {
    bottom: 0px !important;
}

.swgallery-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swgallery-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swgallery-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.swgallery-c .swgallery-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swgallery-c .swgallery-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 2px #999;
    border-radius: 100%;
    font-size: 30px;
    color: #999;
    overflow: hidden;
    cursor: pointer;
}

.swgallery-c .swgallery-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
}

.swgallery-c .swgallery-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 2px #999;
    border-radius: 100%;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}

.swgallery-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swgallery-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swgallery-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swgallery-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swgallery-c .swiper-item img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    margin: 0px 0px;
    padding: 0px 0px;
}

.swgallery-c .swiper-pagination {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/*--------自适应--------*/

.machtext {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 10px;
    background: #111214;
}

.machtext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.machtext-l>.label-line {
    width: 35px;
    height: 2px;
    padding: 0px 0px;
    background: #D62418;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.machtext-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.machtext-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 0px;
}

.machtext-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machtext-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.machtext-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: normal;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.machtext-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.machtext-info-b>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #ccc;
    font-family: "Inter";
}

/*--------自适应--------*/


.mainpic{ 
    box-sizing: border-box ; 
    margin: 0 0 ; 
    padding: 0 0 0 0 ; 
    width: auto; 
    max-width: 65%;
    height: 100% ; 
    text-align: center ;  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute ;  
    top : 0px ; 
    right : 0px ;
    z-index:0;
}
.mainpic>img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/*--------------- css ---------------*/



.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    height: auto;
    max-width: 500px;
    text-align: center;
}

.product-big {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: solid 1px #eee;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mysw .swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
}

.mysw .swiper-pagination {
    bottom: 30px !important;
}

.mysw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.mysw .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.mysw-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.mysw-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.mysw-next label,
.mysw-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.mysw .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
}

.mysw .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
}

.mysw .swiper-button-next:after,
.mysw .swiper-button-prev:after {
    content: '';
}

.flex-control-thumbs {
    position: relative;
    zoom: 1;
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 25px;
}

.flex-control-thumbs .swiper {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-control-thumbs .swiper-slide {
    overflow: hidden;
    width: 65px;
    height: 65px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 0px;
}

.flex-control-thumbs .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 0;
    padding: 0 0;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.flex-control-thumbs .swiper-slide.on {
    border: solid 1px #C6090F;
}

.xsmall-cmd {
    position: static;

}

.xsmall-next {
    width: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
}

.xsmall-prev {
    width: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #999;
}



.picsbox-c {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    display: none;
}

.picboxs-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.picboxs-topleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.picboxs-topleft>.label-count {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.picboxs-topright {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.picboxs-topright>.img-fullscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-exitscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-share {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-close {
    width: 29px;
    height: 29px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-zoom {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picsbox-c-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d .img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}


/*------------------- css ---------------------*/
.resource_anchor{ 
    box-sizing: border-box ; 
    margin:10px 0 ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ; 
    text-align: center ;  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.resource_anchor *{
    cursor: pointer;
}
.resource_anchor span{
    color: #C6090F;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
}
.resource_anchor label{
    margin-left: 6px;
    width: 100%;
    flex: 1;
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    text-align: left;
}