html {
    font-size: 100px;
}


input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    -webkit-appearance: none !important;

    margin: 0;

}

.pdf-nav {
    display: block;
    width: 100%;
    height: calc(100vw * 0.0525);
    background-color: #ffffff;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: .14rem;
}

.pdf-nav a {
    color: #454545;
}

.nav-ul {
    display: flex;
    border: 2px solid #f7a418;
    position: relative;
    border-radius: 5px;
    width: 90%;
}

.nav-main {
    width: 40%;
    margin: 0px 0px 0px 34%;
    padding-top: .3rem;
}

.nav-main .li-main {
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    width: 25%;
    text-align: center;
    background-color: #fff;
    position: relative;
    color: #454545;

}

.li-text {
    cursor: pointer;
}


.nav-main .li-main.li-selected p {
    background-color: #f7a418;
    color: #ffffff;
    font-size: 0.15rem;
    letter-spacing: 1px;
}

.nav-main .li-main a:hover {
    color: #f7a418;
}

.nav-main .li-main p {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .15rem;
    display: block;
    width: 100%;
    padding: .08rem 0;
    position: relative;
    border-radius: 2px;
}

.nav-main .li-main .view-apply p {
    padding: 0;
    height: 75%;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .13rem;
    display: flex;
    width: 70%;
    position: static;
    border-radius: 5px;
    background-color: #f7a418;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.li-main+.li-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: #f7a418;
}

.li-selected::before,
.li-selected+.li-main::before {
    display: none;
}


.nav-main .li-main:hover {
    background-color: #fff;
    color: #f7a418;
    border-radius: 5px;
}

.nav-main .li-main:hover .slide-wrap {
    display: block;
}

.slide-wrap {
    position: absolute;
    left: 50%;
    top: 100%;
    color: #010004;
    display: none;
}

.slide-wrap.apply-slide {
    width: 4rem;
    margin-left: -2rem;

}

.certifitionshow a {
    display: inline-block;
    margin: 0 0.12rem;
    color: #333;
}

.nav-main .li-main .certifitionshow a:hover {
    color: #f7a418;
}

.certifitionshow a.shover {
    color: #f7a418;
    font-weight: bold;
}

.certificate-slide a {
    display: inline-block;
}


.slide-con {
    background-color: #ffffff;
    margin-top: .26rem;
    position: relative;
    padding: .1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    max-height: 500px;
    overflow: auto;
}


.slide-con table {
    width: 100%;
    border-collapse: collapse;

}

.slide-con thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    box-shadow: 0 -1px 0 #ddd, 0 1px 0 #ddd;
    /* 添加上下阴影 */
    margin: 0 -.10rem;
    padding: 0 .10rem;
}

.slide-con thead::before {
    content: '';
    position: absolute;
    top: -.10rem;
    left: 0;
    right: 0;
    height: .10rem;
    background: white;
    box-shadow: 0 -1px 0 #ddd;
    /* 确保伪元素也有顶部阴影 */
}

.arr {
    position: absolute;
    left: 50%;
    top: 9px;
    margin-left: -15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #ffffff;
    z-index: 1;
    /* 确保三角形在阴影上方 */
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
    /* 给三角形添加微弱阴影 */
}

.slide-con table th,
.slide-con table td {
    width: 50%;
    border: 1px solid #E8E8E8;
    height: .4rem;
    font-size: 0.14rem;
}

.slide-con table td .part-o {
    margin-right: 8px;
    display: inline-flex;
    border: 1px solid #e67e22;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #e67e22;
    justify-content: center;
    align-items: center;
}


.pdf-apply {
    width: 70%;
    margin: 0 auto;
    background-image: linear-gradient(#ffaa54, #f78e25);
    color: #ffffff;
    padding: .04rem 0;
    border-radius: 5px;
    cursor: pointer;
}

.pdf-apply i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/apply.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 3px;
}

.pdf-apply p {
    display: inline-block !important;
    width: auto !important;
    vertical-align: top;
    padding: 0 !important;
}

.float_img {
    display: none;
}


.slide-children {
    background-color: #ffffff;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-children li {
    width: 1rem;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.certificate-slide .slide-children li {
    width: .55rem;
}

.slide-children li:first-child {
    border-left: 1px solid #E8E8E8;
}

.slide-children li a {
    padding-top: .05rem;
}

.slide-children li p {
    display: block;
    color: #010004 !important;
    font-size: .12rem;
}

/* 飞入购物车 begin */

.fly_to_cart {
    position: absolute;
    left: 0;
    top: 0;
    width: .35rem;
    height: .35rem;
    z-index: 15000;
    border-radius: 50%;
    display: none;
}

.fly_to_cart img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
}


.source-download {
    display: inline-block;
    margin: 3px;
    width: auto;
}

.nav-main .li-main .slide-children p {
    font-size: 0.12rem;
    letter-spacing: 0;
    font-weight: normal;
    color: #333;
}

.pro-spirite {
    display: inline-block;
    background-image: url("../../common/images/pro-spirite.png?v=6.0");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.pro-spirite.certificate-bg {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pro-spirite.isdownload-bg {
    display: inline-block;
    width: 45px;
    height: 30px;
}


.clickCE {
    cursor: pointer;
}

.pdf-bg {
    background-position: -176px -220px;
}


.request-bg {
    background-position: -86px -220px;
    cursor: pointer;
}

.download-bg {
    background-position: -131px -220px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.ce-bg {
    background-position: -20px -380px;
}

.cb-bg {
    background-position: -70px -380px;
}

.ul-bg {
    background-position: -270px -380px;
}

.ccc-bg {
    background-position: -120px -380px;
}

.cqc-bg {
    background-position: -170px -380px;
}

.rohs-bg {
    background-position: -220px -380px;
}

.ce-pending {
    width: 45px !important;
    height: 30px !important;
    background-position: -320px -380px;
}

.calibration-bg {
    width: 45px !important;
    height: 30px !important;
    background-position: -365px -410px;
    background-position: -377px -377px;
}


.ce-isdownload-bg {
    background-position: -20px -310px;
}

.cb-isdownload-bg {
    background-position: -85px -310px;
}

.ul-isdownload-bg {
    background-position: -345px -310px;
}

.ccc-isdownload-bg {
    background-position: -150px -310px;
}

.cqc-isdownload-bg {
    background-position: -280px -310px;
}

.rohs-isdownload-bg {
    background-position: -215px -310px;
}

/* .source-download{
    display: inline-block;
    width: 30px;
    height:30px;

    margin: 3px;
} */

.source-download.pro-spirite {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.three-download {
    background-position: -25px -430px;
}


.pcb-download {
    background-position: -125px -430px;
}


.sd-download {
    background-position: -75px -430px;
}

.app-download {
    background-position: -25px -504px;
}

.tech-download {
    background-position: -75px -504px;
}

.buy-bg {
    background-position: -13px -264px;
    cursor: pointer;
}


.select-form-wrapper {
    box-sizing: border-box;
    width: 5rem;
    padding: .35rem .2rem 0 .25rem;
    max-width: 500px;
    float: left;
    color: #595757;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 50%;
    top: 10%;
    font-size: .14rem;
    margin-left: -2.25rem;
}

.row-wrapper {
    width: 100%;
    margin-bottom: 0.15rem;
    position: relative;
}

.artificial-type .star-font::before {
    color: red;
}

.row-wrapper input,
.row-wrapper label,
.row-wrapper p {
    height: 0.25rem;
    line-height: .25rem;
}

.row-wrapper label {
    float: left;
    font-size: .13rem;
    width: 30%;
}

.row-wrapper .unit {
    float: right;
    vertical-align: top;
}

.area-selection {
    display: inline-block;
    width: 70%;
}

.add-row {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 6px;
    border: 2px solid #FF2E30;
    font-size: 12px;
    color: #FF2E30;
    font-weight: bolder;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.cut-row {
    width: 10px;
    height: 10px;
    line-height: 8px;
    position: absolute;
    right: 0px;
    top: 6px;
    border: 2px solid #FF2E30;
    font-size: 12px;
    color: #FF2E30;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.artificial-type .border-input {
    width: 100%;
    border: 1px solid #D5D5D5;
    /* margin-top: .05rem; */
    height: .3rem;
    line-height: .3rem;
    width: 70%;
}

.artificial-type .star-font::before {
    color: red;
}

.select_pro {
    width: 49%;
    margin-right: 1%;
}

.select_pro input {
    height: .3rem;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}


.select_pro .options {
    top: .3rem;
}

.select_pro .options li {
    height: auto;
    white-space: normal;
    font-size: .13rem;
    margin-bottom: .08rem;
}


.add-rows-tips {
    margin-top: -.08rem;
    margin-bottom: .1rem
}

.add-rows-tips p {
    background-color: #E5F2FA;
    color: #83B6E0;
    font-size: 12px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    height: auto;
    line-height: 20px;
}

#province,
#city {
    display: block;
}


.select_pro {
    width: 49%;
    margin-right: 1%;
}

#province,
#city {
    display: block;
}

.select_pro input {
    height: 0.3rem;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

.row-wrapper input,
.row-wrapper label,
.row-wrapper p {
    height: 0.25rem;
    line-height: .25rem;
}

.row-wrapper input {
    font-size: .13rem;
    color: #454545;
    text-align: center;
}

.row-wrapper input[name='VoutOne'],
.row-wrapper input[name='VoutTwo'],
.row-wrapper input[name='VoutThree'],
.row-wrapper input[name='VoutFour'] {
    width: 65% !important;
}

.select_pro .options {
    top: 0.3rem;
}

.select_pro .options li {
    height: auto;
    white-space: normal;
    font-size: .13rem;
    margin-bottom: 0.08rem;
}


.submit-row {
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: .1rem 0;
}

.row-wrapper.submit-row input {
    color: #ffffff;
    height: .35rem !important;
    line-height: .35rem !important;
    padding: 0 .2rem;
}

/* input[type="submit"] {
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0.08rem 0.3rem;
    border: none;
    line-height: 0;
} */
.row-wrapper input#used,
.row-wrapper input#otherdemand,
.row-wrapper input#yourname,
.row-wrapper input#yourtel,
.row-wrapper input#yourcompany,
.row-wrapper .select_pro input {
    text-align: left;
}

.select_pro input {
    height: 0.3rem;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}


.type-tips {
    text-align: center;
    margin-bottom: .3rem;
    color: #0081cc;
    font-size: .16rem;
    font-weight: bold;
}


.select-form-wrapper .close {
    position: absolute;
    color: #eeeeee;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 8px;
    cursor: pointer;
    background-position: -169px -290px;
}

.select-form-wrapper {
    display: none;
    z-index: 11;
}

.artificial-type .star-font::before {
    color: red;
}

.star-font::before {
    content: "*";
    color: #0181CC;
    position: absolute;
    left: -10px;
    top: 5px;
}

.star-font.star-font-red::before {
    color: red;
}

.pdf-logo {
    display: block;
    position: absolute;
    left: 8.5%;
    height: 0.8rem;
    padding: 0 .1rem;
    margin-top: .1rem;
}

.pdf-nav .logo-spirite {
    display: inline-block;
    width: 1.75rem;
    height: 0.38rem;
    /* background-position: -10px -148px; */
    background-position: 3% 71.15%;
    /* margin-bottom: 12px; */
    /* margin-top: 25px; */
    margin-top: 10px;
    background-size: 228.26%;


}


.bg-r {
    height: .9rem;
    position: absolute;
    right: 0;
    top: 0;
}


.annnounce {
    display: block;
    color: #ffdb15;
    height: 27px;
    margin-bottom: 10px;
}



.annnounce i {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.annnounce p {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    float: left;
    width: 90%;
    margin-left: 10px;
}

.footer-box {
    margin-top: 0px;
    background: #000;
    color: #fff;
}

@media screen and (max-width:1910px) {

    .nav-main {
        margin: 0px 0px 0px 34.5%;
    }


}

@media screen and (max-width:1700px) {

    .nav-main {
        padding-top: .23rem;
    }
}

@media screen and (max-width:1600px) {
    .pdf-logo {
        left: 7%;
        height: .7rem;
    }

    .nav-main .li-main p {
        font-size: .13rem;
        padding: .05rem 0;
    }

    .nav-main .li-main.li-selected p {
        font-size: 0.13rem;
    }

    .nav-main {
        padding-top: .25rem;
    }
}
@media screen and (max-width:1500px) {

    .nav-main {
        padding-top: .2rem;
    }
}
@media screen and (max-width:1400px) {

    .nav-main {
        padding-top: .17rem;
        margin: 0px 0px 0px 34.5%;
    }
}

@media screen and (max-width:1280px) {

    .bg-r {
        display: none;
    }

    .pdf-nav .logo-spirite {
        width: 1.5rem;
    }

    .nav-ul {
        line-height: 20px;
    }
}
@media screen and (max-width:1150px) {
    .nav-main {
        padding-top: .15rem;
    }
}
@media screen and (max-width:1024px) {
    .pdf-nav {
        display: none;
    }
}