/*初始化类*/


html {

    font-size: 100px;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC,
    helvetica neue,
    arial,
    hiragino sans gb,
    microsoft yahei ui,
    microsoft yahei,
    simsun,
    sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

input {
    padding: 0.05rem 0.15rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*font-size: 0.15rem;*/
    /*line-height: 1.05;*/
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .3s linear;
}

.tran_scale:hover img {
    transform: translateZ(0) scale(1.1);
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-: translateZ(0) scale(1.1);
    -o-transform: translateZ(0) scale(1.1);
    -ms-transform: translateZ(0) scale(1.1);
}

body {
    padding-top: 1rem;
    overflow-x: hidden;
}

.w1400 {
    width: 14rem;
}

.w1600 {
    width: 16rem;
}

/* 标题 */
.common-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #383635;
    text-align: center;
    position: relative;
    padding-bottom: 0.3rem;
    padding-top: 0.7rem;
}

.common-title::after {
    content: '';
    width: 1.08rem;
    height: 0.06rem;
    background: #00BCB3;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/* 顶部图片 */
.common-banner {
    width: 100%;
    height: 6rem;
    position: relative;
}

.common-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.common-banner-title-cn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.54rem;
    color: #FFFFFF;
}

.common-banner-title-en {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    margin-top: .2rem;
    line-height: .36rem;
    color: #FFFFFF;
}

.common-product-title {
    text-align: left;
}

.common-product-title .common-banner-title-cn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.46rem;
    color: #383635;
    white-space: nowrap;
}

.common-product-title .common-banner-title-en {
    width: 8.61rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #383635;
    line-height: 0.36rem;
}

/* 面包屑导航 */
.common-nav-wrap {
    height: .8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
}

.common-nav-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.common-crumbs-box {
    display: flex;
    align-items: center;
}

.common-crumbs {
    display: flex;
    align-items: center;
}

.common-crumbs img {
    width: 0.18rem;
    height: 0.18rem;
}

.common-crumbs p {
    margin: 0 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #8D8D8D;
    display: flex;
}

.common-crumbs p a {
    color: #8D8D8D;
}

/* 顶部导航 */
.common-nav-list {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.common-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .4rem;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #383635;
    position: relative;
}

.common-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .6rem;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #383635;
    position: relative;
}

/* .common-nav:hover {
    color: #76C431;
} */

.common-nav-box .active {
    font-weight: bold;
    color: #00BBB3;
}

.common-nav .active a {
    font-weight: bold;
    color: #00BBB3;
}

.common-nav-box .active::after {
    content: '';
    width: 0.74rem;
    height: 0.02rem;
    background: linear-gradient(90deg, #00BCB4 0%, #019FDD 100%);
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.common-nav-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #383635;
}

/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.45rem;
}


.paging-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #00BBB3;
    color: #fff;
}

.paging-img {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* border: 1px solid #DEDEDE;
    margin: 0 0.04rem; */
}

.paging-img img {
    width: 0.15rem;
}

.paging-a {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEDEDE; */
    margin: 0 0.04rem;
    background: #fff;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.5rem;
    height: 0.32rem;
    border: 1px solid #DEDEDE;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #00BBB3;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}


/* 隐藏模态框初始状态 */
.myModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 模态框内容样式 */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0.20rem;
    border: 0.01rem solid #888;
    width: 4.47rem;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-1 {
    width: 0.84rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: #00BBB3;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 0.32rem;
}

.login-2 {
    margin-top: 0.14rem;
    width: 0.52rem;
    height: 0rem;
    border: 0.02rem solid #818181;
}


.login-3 p:first-child input {
    width: 3.9rem;
    height: 0.43rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DEDEDE;

}

.login-3 {
    position: relative;
}

.login-3 p:last-child {
    position: absolute;
    top: 0.4rem;
    left: 0.16rem;
    display: flex;
    align-items: center;
    height: 0.23rem;
}

.login-3 p {
    height: 0.43rem;
}

/*.login-4 p{*/
/*    height: 0.43rem;*/
/*}*/
.login-4 p:first-child input {
    width: 3.90rem;
    height: 0.43rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DEDEDE;
}

.login-4 {
    position: relative;
    top: 0.17rem;
}

.login-4 p:last-child {
    position: absolute;
    top: 0.4rem;
    left: 0.16rem;
    display: flex;
    align-items: center;
    height: 0.23rem;
}

.login-4 p:last-child span,
.login-3 p:last-child span {
    padding-left: 0.08rem;
}

.login-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    width: 3.90rem;
    height: 0.43rem;
    background: #00BBB3;
    border-radius: 0.22rem 0.22rem 0.22rem 0.22rem;
    margin-bottom: 0.4rem;
}

.login-5 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: block;
    width: 100%;
}

.login-4-span,
.login-3-span {
    font-size: 0.16rem;
}


@media only screen and (max-width: 768px) {
    .w1600 {
        width: 7rem;
    }

    .w1400 {
        width: 7rem;
    }

    .wrap {
        margin-top: 0.4rem;
    }

    /*.common-banner{
        height: auto;
    }*/
    .common-nav-box {
        flex-direction: column-reverse;
        margin: 0.2rem auto;
    }

    .common-nav-list {
        justify-content: space-around;
        width: 7rem;
    }

    .common-nav {
        margin-right: 0;

    }

    .common-product-title .common-banner-title-cn {
        white-space: normal;
        font-size: 0.4rem;
    }

    .common-product-title .common-banner-title-en {
        width: 6.61rem;
    }

    .wrap .common-banner-img {
        object-fit: cover !important;
    }

    /*.wrap p, span, ol, li{
      width:7rem!important;
    font-size:0.18rem!important;
      line-height:0.35rem!important;
  }*/
    /*.wrap strong {
        font-size: 0.26rem!important;
    }*/
}

.multicolored{
    -webkit-text-stroke-color: #0256FFFF !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #BF42FE 10%, #34D7C8 30%);
}
