/* CSS Document */


/*common*/

.wraps {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.wraps_in {
    margin: 0px 12.5vw;
}

.wraps_c {
    margin: 0px 8.33vw;
}

.w_waps {
    display: none !important;
}

body {
    background-color: #f1f3f5;
}

body .btnfr {
    background-color: #fff;
    margin-top: 0 !important;
    overflow: hidden;
}

.salesenquiry {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.salesenquiry .se_wrap {
    max-width: 1100px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacyCommitInfo {
    background-color: #FFF;
    padding: 60px 0;
    margin-top: 20px;
    display: block;
    padding-bottom: 120px;
}

.privacy_commit_t {
    width: 100%;
    overflow: hidden;
    color: #333333;
}

.privacy_commit_t h1 {
    width: 100%;
    margin: 0px;
    padding: 40px 0;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.privacy_commit_t p {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
    margin: 0 auto;
    text-align: center;
}

.privacy_commit_t p a {
    color: #0175E8;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.privacy_commit_t .privacy_commit_bar {
    background-color: #f1f3f5;
    border-radius: 1px;
    padding: 20px 20px;
}

.privacy_commit_c {
    width: 100%;
    overflow: visible;
}

.privacy_commit_c ul {
    width: 100%;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 26px;
}

.privacy_commit_c ul li {
    width: 100%;
    overflow: visible;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacy_commit_c ul li span {
    position: absolute;
    left: 10px;
    top: 30px;
    pointer-events: none;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
    color: #9B9FA8;
    z-index: 1;
}

/* 隐藏样式（加在 li 上） */
.privacy_commit_c ul li.hide-span  span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.privacy_commit_c ul li input.privacy_commitc_txt {
    width: 100%;
    height: 46px;
    border: 1px solid #d2dbe7;
    padding: 0px 15px;
    margin: 5px 0;
    color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacy_commit_c ul li input.privacy_commitc_txt:focus {
    border: 1px solid #6A6B6D;
}

.privacy_commit_c ul li label {
    width: 100%;
    display: block;
    overflow: visible;
}

.privacy_commit_c ul li i {
    color: #e72f52;
    margin-left: 4px;
}

.privacy_commit_c ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
}

.privacy_commit_c ul li p.err_msg {
    color: #e72f52;
}

.privacy_commit_c ul li em.em1 {
    width: 18px;
    height: 50px;
    display: block;
    overflow: hidden;
    background: url("https://eo-sgp-cos.ruijie.com/site_style/salesenquiry/upimg/se_01.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 36px;
    top: 18px;
    pointer-events: none;
}

.privacy_commit_c ul li em.em2 {
    width: 27px;
    height: 50px;
    display: block;
    overflow: hidden;
    background: url("https://eo-sgp-cos.ruijie.com/site_style/salesenquiry/upimg/se_02.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    pointer-events: none;
    z-index: 99;
}

.privacy_commit_c ul li textarea {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border: 1px solid #d2dbe7;
    padding: 15px;
    resize: none;
    color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacy_commit_c ul li textarea:focus {
    border: 1px solid #6A6B6D;
}

.privacy_commit_c ul li em.em3 {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 999;
    font-style: normal;
    color: #666;
    display: none;
}

.privacy_commit_c ul li .sel_select {
    width: calc(100% - 20px);
    /* height: 216px; */
    max-height: 216px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 70px;
    padding: 10px 0px;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
}

.privacy_commit_c ul li .sel_select .sc_li {
    width: 100%;
    overflow: hidden;
    color: #666;
    line-height: 40px;
    padding: 0px 15px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacy_commit_c ul li .sel_select .sc_li:hover {
    background-color: #f1f3f5;
}

.privacy_commit_c ul li .sel_select .sc_li.select {
    color: #e72f52;
}

.privacy_commit_c ul li .sel_select::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.privacy_commit_c ul li .sel_select::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
}

.privacy_commit_c ul li .sel_select::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d5d5d5;
}

.privacy_commit_c ul li .sel_select::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #d5d5d5;
}

.privacy_commit_c ul li .sel_select1 {
    width: calc(100% - 20px);
    max-height: 216px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 55px;
    padding: 10px 0px;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
}

.privacy_commit_c ul li .sel_select1 .sc_li {
    width: 100%;
    overflow: hidden;
    color: #666;
    line-height: 40px;
    padding: 0px 15px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.privacy_commit_c ul li .sel_select1 .sc_li:hover {
    background-color: #f1f3f5;
}

.privacy_commit_c ul li .sel_select1 .sc_li.select {
    color: #e72f52;
}

.privacy_commit_c ul li .sel_select1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.privacy_commit_c ul li .sel_select1::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
}

.privacy_commit_c ul li .sel_select1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f1f3f5;
}

.privacy_commit_c ul li .sel_select1::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #f1f3f5;
}

.privacy_commit_c ul li.li1 {
    grid-column: 1/span 2;
}

.privacy_commit_c ul li.on span,
.privacy_commit_c ul li#speSel span {
    left: 10px;
    top: -10px;
    background-color: #fff;
    color: #6A6B6D;
    font-weight: normal;
    font-size: 12px;
}

#speSel input {
    transition: unset;
    -webkit-transition: unset;
}

.iti {
    width: 100%;
}

ul.iti__country-list {
    display: block;
    width: unset;
    overflow-y: scroll;
}

ul.iti__country-list li span {
    position: unset;
    background-color: unset!important;
    line-height: unset;
    padding: unset;
    pointer-events: unset;
}

input.iti__search-input::placeholder,
#telephone::placeholder {
    color: #9B9FA8;
}

.iti__selected-country {
    padding-left: 14px;
}

.iti--allow-dropdown .iti__country-container .iti__selected-country {
    background: unset!important;
}

.privacy_commit_c ul li.error input.privacy_commitc_txt {
    border: 1px solid #e72f52;
}

.privacy_commit_c ul li.error textarea {
    border: 1px solid #e72f52;
}

.privacy_commit_c ul li.error span {
   font-weight: normal;
}

.privacy_commit_c ul li.on.error span {
    font-weight: normal;
}

.privacy_commit_b,
.privacy_commit_xx {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #666;
    margin-top: 1.85vh;
    position: relative;
}

.privacy_commit_b input,
.privacy_commit_xx input {
    float: left;
    width: 15px;
    height: 15px;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 1px 0px 0px 0px;
    cursor: pointer;
    background: url("https://eo-sgp-cos.ruijie.com/site_style/salesenquiry/upimg/sel_03.svg") center no-repeat;
    background-size: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.privacy_commit_b input:checked,
.privacy_commit_xx input:checked {
    background: url("https://eo-sgp-cos.ruijie.com/site_style/salesenquiry/upimg/sel_04.svg") center no-repeat;
    background-size: 100%;
    outline: none;
}

.privacy_commit_b i,
.privacy_commit_xx i {
    float: left;
    color: #e72f52;
    margin-left: 10px;
    position: absolute;
    left: 15px;
    top: 0px;
}

.privacy_commit_b span,
.privacy_commit_xx span {
    float: left;
    margin-left: 40px;
    margin-right: 20px;
}

.privacy_commit_sub {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 32px;
}

.privacy_commit_sub input {
    width: 160px;
    height: 46px;
    background-color: #E60039;
    color: #fff;
    border-radius: 6px;
    border: 0px;
    cursor: pointer;
}

.close_sub {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 4.63vh;
}

.close_sub input {
    width: 200px;
    height: 50px;
    background-color: #E60039;
    color: #fff;
    border-radius: 6px;
    border: 0px;
    cursor: pointer;
}

.privacySucess {
    display: none;
    padding: 60px 0 140px 0;
    margin-top: 30px;
    background-color: #FFF;
    text-align: center;
}

.successTitle {
    margin-top: 32px;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
}

.successDesc {
    margin-top: 8px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

.fts_62 {
    font-size: 58px;
}

.fts_50 {
    font-size: 48px;
}

.fts_36 {
    font-size: 32px;
}

.fts_32 {
    font-size: 28px;
}

.fts_24 {
    font-size: 20px;
}

.fts_20 {
    font-size: 16px;
}

.fts_18 {
    font-size: 14px;
}

.fts_16 {
    font-size: 14px;
}

.fts_12 {
    font-size: 12px;
}

@media screen and (max-width: 1500px) {
    .fts_62 {
        font-size: 48px;
    }
    .fts_50 {
        font-size: 36px;
    }
    .fts_36 {
        font-size: 32px;
    }
    .fts_32 {
        font-size: 28px;
    }
    .fts_24 {
        font-size: 20px;
    }
    .fts_20 {
        font-size: 16px;
    }
    .fts_18 {
        font-size: 14px;
    }
    .fts_16 {
        font-size: 14px;
    }
    .fts_12 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) {
    .wraps_in {
        margin: 0px 5%;
    }
    .wraps_c {
        margin: 0px 5%;
    }
}

@media screen and (max-width: 1200px) {
    .salesenquiry .se_wrap {
        max-width: 900px;
    }
}

@media screen and (max-width: 990px) {
    .wraph {
        max-width: 100%;
        margin: 0px auto;
    }
    .wraph_in {
        margin: 0px 20px;
    }
    .wraph_c {
        margin: 0px 20px;
    }
    .w_pch {
        display: none !important;
    }
    .w_waph {
        display: block !important;
    }
    .salesenquiry .se_wrap {
        padding: 20px 10px;
        margin: 0px 10px;
    }
    .privacy_commit_c ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }
    .privacy_commit_c ul li.li1 {
        grid-column: 1;
    }
    .privacy_commit_b input,
    .privacy_commit_xx input {
        width: 20px;
        height: 20px;
    }
    .fts_62 {
        font-size: 32px;
    }
    .fts_50 {
        font-size: 20px;
    }
    .fts_36 {
        font-size: 22px;
    }
    .fts_32 {
        font-size: 18px;
    }
    .fts_24 {
        font-size: 20px;
    }
    .fts_20 {
        font-size: 16px;
    }
    .fts_18 {
        font-size: 14px;
    }
    .fts_16 {
        font-size: 14px;
    }
    .fts_12 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .privacyCommitInfo {
        padding: 48px 40px;
    }
    .privacyCommitSucess {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 526px) {
    .privacy_commit_c ul li span {
        font-size: 14px;
    }
    .privacyCommitInfo {
        padding: 20px 20px 60px 20px;
    }
    .privacy_commit_c ul li span {
        max-width: calc(100% - 56px);
    }
    .privacy_commit_c ul li textarea {
        padding: 15px 15px 15px 15px;
        height: 140px;
    }
    .privacy_commit_c ul li span {
        max-width: calc(100% - 68px);
    }
    #channel {
        height: 75px;
    }
    .privacyCommitSucess {
        padding: 40px 20px;
    }
    .successTitle {
        font-size: 20px;
    }
    .successDesc {
        font-size: 14px;
    }
    .successLogo {
        width: 80px;
        margin: 0 auto;
    }
    .successLogo img {
        width: 100%;
    }
}

@media screen and (max-width: 526px) {
    .privacy_commit_c li:last-child div {
        flex-wrap: wrap;
    }
}


/* 4.29新增 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.click_no {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border {
        border-width: 0.5px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border {
        border-width: 0.333333px !important;
    }
}

.w750 {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F5F5F5;
}

.swiper-container,
.selectData {
    height: 100%;
}

.swiper-slide {
    height: 48px;
    line-height: 48px;
    font-size: 0.3rem;
    color: #ccc;
}

.swiper-slide:first-child {
    color: #B7BABF;
}

.swiper-slide-prev,
.swiper-slide-next {
    font-size: 14px;
    color: #898B8F;
}

.swiper-slide-active {
    font-size: 16px;
    color: #191919;
}

@keyframes fadeInUp1 {
    100% {
        bottom: 0;
    }
}

.select_box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
}

.select_box.yes {
    display: block;
}

.select_box .select {
    height: 40vh;
    overflow: auto;
    text-align: center;
    padding: 0.8rem 0.1rem 0.2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background-color: #fff;
}

.select_box.yes .select {
    animation: fadeInUp1 .3s ease-out;
    animation-fill-mode: forwards;
}

.select_box.yes .select .close,
.select_box.yes .select .ok {
    color: #E60039;
    font-size: 16px;
    position: absolute;
    top: 0.2rem;
}

.select_box.yes .select .close {
    left: 0.2rem;
}

.select_box.yes .select .ok {
    right: 0.2rem;
}

.select_box.yes .select .cloth {
    position: absolute;
    height: 6vh;
    top: 13.6vh;
    left: 0;
    right: 0;
    border-top: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
}


.vcode-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/* 指定输入框固定显示宽度（可改为 260px 等你想要的值） */
.vcode-row input.privacy_commitc_txt {
  flex: 0 0 177px;   /* 固定宽度 */
  max-width: 100%;
  box-sizing: border-box;
}

/* 验证码图大小 */
.vcode-row img.v-img {
  width: 88px;
  height: 46px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d2dbe7;
}
.vcode-desc{
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.placehold_custom{
    position: absolute;
    left: 10px;
    top: 35px;
    pointer-events: none;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 16px;
    color: #9B9FA8;
    z-index: 1;
}


@media screen and (max-width: 768px) {
    .privacy_commit_t p {
        width: 100%;
        overflow: hidden;
        line-height: 1.75;
        margin: 0 auto;
        text-align: left;
    }

    .privacy_commit_c ul li .sel_select {
        width: 100%;
    }
    .salesenquiry .se_wrap {
        padding: 0 8px;
        margin: 0;
    }
    .privacy_commit_t {
        padding: 0 12px;
    }
    .privacy_commit_c ul li {
        padding-right: 0;
    }
    .privacy_commit_c ul li em.em1 {
        right: 12px;
    }
    #imgCode {
        width: 88px;
        flex-shrink: 0;
    }
    .privacy_commit_c li:last-child div {
        flex-wrap: nowrap;
    }
    .hideInpt {
        display: none;
    }
    .vcode-row input.privacy_commitc_txt {
        min-width: 177px;
    }
    .vcode-row img.v-img {
        width: 90px;
    }

    .privacy_commit_sub input {
        width: 160px;
        height: 46px;
        background-color: #E60039;
        color: #fff;
        border-radius: 6px;
        border: 0px;
        cursor: pointer;
    }

    .privacySucess {
        display: none;
        padding: 60px 0 60px 0;
        background-color: #FFF;
        text-align: center;
    }

    /* 指定输入框固定显示宽度（可改为 260px 等你想要的值） */
    .vcode-row input.privacy_commitc_txt {
    max-width: 100%;
    box-sizing: border-box;
    }
}