@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
    z-index: 999;
}

.header-logo {
    width: 1.0833rem;
    height: .2031rem;
    background-image: url(../images/logo01.png);
}

nav {
    margin-left: 2rem;
    margin-right: .3021rem;
}

nav>ul>li {
    padding: 0 6px;
}

nav>ul>li>a {
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .2083rem 0;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-search a span {
    font-size: .1458rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo02.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #135249;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #135249;
    width: 100%;
}

.header-active .header-search a span:hover {
    color: #135249;
}

.header-cart {
    margin-right: .1979rem;
}

.header-cart span {
    font-size: .1458rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

.header-active .header-cart span {
    color: #000;
}


/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}


/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #135249;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

/*下拉菜单样式*/
.header-pro-nav {
    background-color: #fff;
    top: .5104rem;
    padding: .2292rem 0;
    border-top: 1px solid #ccc;
    z-index: 990;
    overflow: hidden;
    border-radius: 0 0 .2083rem .2083rem;
    display: none;
}

.header-pro-nav-mask {
    z-index: 989;
    top: .5104rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-pro-nav-con {
    align-items: flex-start;
}

.header-pro-item {
    margin: 0 .3125rem;
}

.header-pro-item img {
    width: .3125rem;
    height: .3125rem;
}

.header-pro-item h4 {
    opacity: 0.9;
    font-size: .0938rem;
    margin-bottom: .1302rem;
    margin-top: .0781rem;
}

.header-pro-item a {
    opacity: 0.9;
    font-size: .0781rem;
    font-weight: normal;
    text-align: center;
    color: #0e0509;
    margin-bottom: .1042rem;
}
.header-pro-item a:hover{
    color: #135249;
    text-decoration: underline;
}



/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 2%;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    width: .0781rem;
    height: .0781rem;
    display: block;
    opacity: 0.6;
    margin: 0 .026rem;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: .2083rem;
    border-radius: .1563rem;
}

.ba-txt {
    width: 30%;
}

.ba-txt h4 {
    color: #fff;
    font-size: .2344rem;
    line-height: 1.2;
    margin-bottom: .2083rem;
}

.ba-txt p {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .2083rem;
}

.ba-txt a {
    color: #fff;
    background: #135249;
    font-size: .0833rem;
    padding: .1198rem .1875rem;
}

.ba-txt a:hover {
    border-radius: .2083rem;
}

.index-box {
    margin-top: .3229rem;
}

.index-tit h4 {
    font-size: .2083rem;
    font-weight: 700;
}

.index-top {
    margin-bottom: .3021rem;
}

.index-tit a {
    color: #757575;
    font-size: .0833rem;
    line-height: 1;
}

.index-tit a:hover {
    border-bottom: 1px solid #757575;
}

.index-cate-i {
    transition: all ease-in-out .3s;
}

.index-cate-txt {
    padding-bottom: .1042rem;
}

.index-cate-txt h4 {
    font-size: .1146rem;
    color: #fff;
}

.index-cate-txt span {
    background-color: #135249;
    color: #fff;
    border-radius: .1771rem;
    padding: .1042rem .3125rem;
    font-size: .0833rem;
    display: none;
}

.index-cate-i:hover {
    border-radius: .4688rem .4688rem .1042rem .1042rem;
}

.index-cate-i:hover .index-cate-txt h4 {
    display: none;
}

.index-cate-i:hover .index-cate-txt span {
    display: inline-block;
}

.index-cate-nav {
    margin-top: .1406rem;
}

.index-cate-nav .swiper-pagination {
    position: relative;
    background-color: #e1e1e1;
    height: 3px;
    border-radius: .0104rem;
    z-index: 1;
}

.index-cate-nav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000;
    opacity: 1;
    height: 3px;
    border-radius: .0104rem;
}

.index-cate-fy {
    margin-right: .1667rem;
}

.index-cate-fy div {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    margin: 0 .0417rem;
    cursor: pointer;
}

.index-cate-fy div:hover {
    background-color: #135249;
    border: 1px solid #135249;
    color: #fff;
}

.index-cate-fy div:hover i {
    color: #fff;
}

.index-cate-fy div i {
    font-size: .1042rem;
    color: #757575;
    line-height: 1;
    cursor: pointer;
}

.index-video {
    margin-top: .7292rem;
}

.index-video-con {
    width: 32%;
}

.index-video-con h4 {
    font-size: .1771rem;
    margin-bottom: .2031rem;
    line-height: 1.3;
}

.index-video-btn {
    background-color: #135249;
    padding: .0521rem;
    border-radius: .1823rem;
    width: 1.1458rem;
    transition: all ease-in-out 0.3s;
}

.index-video-btn span {
    width: .2813rem;
    height: .2813rem;
    background-color: #fff;
    margin-right: .1042rem;
}

.index-video-btn span i {
    font-size: .0833rem;
    color: #135249;
}

.index-video-btn em {
    font-size: .0938rem;
    color: #fff;
    line-height: 1;
}

.index-video-btn:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 10%;
    left: 50%;
    width: 4.6875rem;
    margin-left: -2.3438rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.6042rem;
    width: 4.6875rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;

}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}



.index-se {
    margin-top: -0.4167rem;
    z-index: 1;
}

.index-se-i {
    background: #ffffff;
    border-radius: .2083rem;
    width: 31.25%;
    padding: .3594rem 0 .5365rem;
}

.index-se-i img {
    width: .349rem;
}

.index-se-i h4 {
    font-size: .1354rem;
    margin: .3125rem 0 .2083rem;
}

.index-se-i p {
    opacity: 0.8;
    font-size: .1042rem;
    padding: 0 .1719rem;
}

.index-why {
    margin-top: .5208rem;
}

.index-sup-l {
    width: 54.37%;
}

.index-sup-r {
    width: 40.46%;
}

.index-sup-r-con {
    width: 76.31%;
}

.index-sup-r-con>h4 {
    font-size: .2083rem;
    line-height: 1.3;
    margin-bottom: .1042rem;
}

.index-sup-r-con p {
    font-size: .1042rem;
    opacity: 0.7;
}

.index-sup-i {
    margin-top: .349rem;
    width: 50%;
}

.index-sup-i h4 {
    font-size: .2344rem;
    color: #135249;
    margin-bottom: .1198rem;
}

.index-sup-i p {
    color: #000000;
    font-size: .0938rem;
    opacity: 0.8;
    line-height: 1;
}

.index-why-video {
    margin-top: .5469rem;
}

.index-why-video-i {
    border-radius: .2083rem .0521rem .2083rem .0521rem;
    transition: all ease-in-out 0.3s;
    width: 32.5%;
}

.index-why-video-i:hover {
    border-radius: .0521rem;
}

.index-why-video-btn {
    width: .5104rem;
    height: .5104rem;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-why-video-btn i {
    color: #fff;
    font-size: .2083rem;
}

.index-why-logo {
    width: 2.5365rem;
    opacity: 0.05;
    right: -0.2604rem;
    z-index: -1;
}

.index-ce {
    margin-top: .4688rem;
    background: #fff;
    border-radius: 0px .7813rem 0px 0px;
}

.index-ce-con {
    width: 36.25%;
}

.index-ce-con h4 {
    font-size: .2344rem;
    line-height: 1.3;
    margin-bottom: .1719rem;
}

.index-ce-con p {
    opacity: 0.7;
    font-size: .1042rem;
    margin-bottom: .3125rem;
}

.index-ce-con a {
    background: #135249;
    border-radius: .1042rem;
    padding: .1458rem .2813rem;
    color: #fff;
    font-size: .0833rem;
    margin-top: .3542rem;
}

.index-ce-con a:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    border-radius: .2083rem;
}

/*bo样式*/
.index-bo div {
    height: .3125rem;
    z-index: 2;
}

.index-bo1 {
    background: url(../images/keep/water-1.svg) repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-1 3.5s infinite linear;
    animation: wave-animation-1 3.5s infinite linear;
}

.index-bo2 {
    background: url(../images/keep/water-2.svg) repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-2 6s infinite linear;
    animation: wave-animation-2 6s infinite linear;
}

@keyframes wave-animation-1 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600px top
    }
}

@keyframes wave-animation-2 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600x top
    }
}


.index-faq {
    padding: 0;
    margin-bottom: .5156rem;
}

.index-faq-tit h4 {
    font-weight: 700;
    font-size: .1667rem;
    color: #000;
}

.index-faq-list {
    margin-top: .224rem;
    padding-right: .5313rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.index-faq-r {
    padding-left: .5313rem;
}

.index-faq-i {
    margin-bottom: .0833rem;
}

.index-faq-i-tit {
    padding: .1458rem;
    cursor: pointer;
}

.index-faq-i-tit p {
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: .1042rem;
}

.index-faq-i:hover .index-faq-i-tit,
.index-faq-i.on .index-faq-i-tit {
    background-color: #135249;
}

.index-faq-i:hover .index-faq-i-tit p,
.index-faq-i.on .index-faq-i-tit p {
    color: #fff;
}

.index-faq-i:hover .index-faq-i-tit span::after,
.index-faq-i.on .index-faq-i-tit span::after {
    color: #fff;
}


.index-faq-i-tit span::after {
    content: "+";
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
}

.index-faq-i.on .index-faq-i-tit span::after {
    content: "-";
}

.index-faq-i-con {
    border-top: 1px solid #e5e5e5;
    padding: .1458rem;
    font-size: .0833rem;
    opacity: 0.7;
    line-height: 1.6;
    color: #000;
    display: none;
}

.index-faq-i.on .index-faq-i-con {
    display: block;
}

.index-faq-form {
    margin-top: .1979rem;
    width: 100%;
}

.index-faq-se input,
.index-faq-se textarea {
    border: none;
    resize: none;
    width: 100%;
    display: block;
    font-size: .0938rem;
    color: #000;
}

.index-faq-se {
    border: 1px solid #e5e5e5;
    margin-bottom: .1563rem;
    padding: .1563rem;
    border-radius: .0521rem;
    width: 2.8542rem;
}

.index-faq-se:last-child {
    width: 100%;
}

.index-faq-se span {
    font-size: .0938rem;
    opacity: 0.7;
    color: #000;
    line-height: 1;
    transition: all ease-out .3s;
}

.index-faq-se textarea {
    height: .9375rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .0729rem;
    left: .1563rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .1042rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .1563rem 0;
    cursor: pointer;
    background: #135249;
    width: 2.8542rem;
    border: none;
    display: block;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #000;
}

.index-contact {
    margin-bottom: .5729rem;
}

.index-contact-item {
    width: 32%;
}

.index-contact-txt {
    margin-bottom: .1563rem;
    margin-left: .1875rem;
}

.index-contact-txt p {
    font-size: .1146rem;
    font-family: 'Malnor Sans DEMO';
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
}



/*底部*/
.f-contact {
    margin-bottom: -0.7292rem;
    background-color: transparent;
    z-index: 2;
}

.f-contact-l {
    padding-left: .5208rem;
}

.f-contact-l h4 {
    font-size: .599rem;
    color: #fff;
}

.f-contact-l span {
    font-size: .599rem;
    color: #135249;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.f-contact-l p {
    color: #ffffff;
    font-size: .1042rem;
}

.f-contact-r {
    margin-right: .5208rem;
    margin-top: .1042rem;
}

.f-contact-r a {
    background-color: #135249;
    border-radius: .1042rem;
    padding: .1042rem .2083rem;
}

.f-contact-r a span {
    color: #fff;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.f-contact-r a p {
    color: #fff;
    font-size: .0833rem;
}

.f-contact-r a:hover {
    transform: translateY(-10px);
}


.f-pt {
    border-radius: 0 0 .2344rem .2344rem;
    background-color: #fff;
    height: .2344rem;
    margin-bottom: -0.2344rem;
}

footer {
    background: #e7ebed;
}

.footer-t-con {
    padding: 1.1979rem 0 .3125rem;
}


.footer-t-item h4 {
    font-weight: 700;
    font-size: .1563rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-t-item a {
    opacity: 0.7;
    font-size: .1042rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}

.footer-t-item a:hover {
    color: #000;
    text-decoration: underline;
}

.footer-contact {
    width: 3rem;
}

.footer-contact>h4 {
    font-weight: 700;
    font-size: .1563rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-contact-i {
    margin-bottom: .1563rem;
    align-items: flex-start;
}

.footer-contact-i p {
    opacity: 0.7;
    font-size: .1042rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    line-height: 1.3;
    flex: 1;
}

.footer-contact-i span {
    color: #135249;
    margin-right: .1042rem;
    font-size: .1302rem;
}

.footer-form {
    width: 1.9271rem;
}

.footer-form h4 {
    font-weight: 700;
    font-size: .1563rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-form-se {
    margin-bottom: .1042rem;
}

.footer-form-se input {
    background-color: #fff;
    width: 100%;
    font-size: .0833rem;
    border-radius: .0521rem;
    overflow: hidden;
    padding: .1042rem;
}

.footer-form-btn {
    background-color: #135249;
    color: #fff;
    padding: .1042rem 0;
    font-size: .0833rem;
}

.footer-form-btn:hover {
    background-color: #000;
}


.footer-c {
    border-top: 1px solid #e8e8e8;
    padding: .0938rem 0;
}

.footer-c p {
    font-size: .0729rem;
}

.footer-c p a:hover {
    text-decoration: underline;
}

/*about*/
.ab-box {
    padding: .5208rem 0;
}

.ab-top {
    margin-bottom: .3385rem;
    align-items: flex-start;
}

.ab-top-l h4 {
    font-size: .1667rem;
    line-height: 1.3;
}

.ab-top-r p {
    opacity: 0.8;
    font-size: .0938rem;
}

.ab1-top-r p {
    margin-bottom: .1563rem;
}

.ab-top-l {
    width: 2.7448rem;
}

.ab-top-r {
    width: 4.4844rem;
}

.ab2-con h4 {
    font-size: .2344rem;
    color: #fff;
    margin-bottom: .2083rem;
}


.ab3-video {
    object-fit: cover;
    z-index: 0;
    height: 3.9063rem;
    display: flex;
}

.ab3-video {
    height: 3.3854rem;
}

.ab2-con p {
    font-size: .1146rem;
    color: #fff;
    width: 60%;
}

.ab3-top-l {
    width: 1.7708rem;
}

.ab3-top-r {
    width: 1.9792rem;
}

.ab3-list-i {
    margin-bottom: .0729rem;
    width: 32.8%;
}

.ab3-list-i img {
    width: 100%;
    height: 100%;
}

.ab4 {
    background-color: rgba(0, 0, 0, 0.03);
}

.ab4-l {
    width: 53.75%;
}

.ab4-r {
    width: 40.46%;
}

.ab5 {
    background-color: rgba(0, 0, 0, 0.03);
}

.ab5-i {
    width: 31.25%;
}

.ab5-i-img {
    margin-bottom: .2604rem;
}

.ab5-txt {
    padding: 0 .0833rem;
}

.ab5-txt h4 {
    font-size: .1458rem;
    font-weight: 700;
    margin-bottom: .1042rem;
}

.ab5-txt p {
    font-size: .0938rem;
    opacity: 0.8;
}

.ab6-top-l {
    width: 1.8229rem;
}

.ab6-top-r {
    width: 1.8542rem;
}

.ab6-list-l {
    width: 62.87%;
}

.ab6-list-r {
    width: 36.62%;
}

.ab6-list-r-i {
    margin-bottom: .0365rem;
}

.ab6-list-r-i:last-child {
    margin-bottom: 0;
}

.ab7 {
    background: #f7f7f7;
}

.ab7-top-l {
    width: 2.2813rem;
}

.ab7-top-r {
    width: .6771rem;
}

.ab7-fy div {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    margin: 0 .0417rem;
}

.ab7-fy div:hover {
    background-color: #135249;
    border: 1px solid #135249;
    color: #fff;
}

.ab7-fy div:hover i {
    color: #fff;
}

.ab7-fy div i {
    font-size: .1042rem;
    color: #757575;
    line-height: 1;
    cursor: pointer;
}

.ab7-item {
    background: #005558;
    border-radius: .1042rem;
}

.ab7-item-l {
    width: 4.1563rem;
}

.ab7-item-r {
    padding-left: .5052rem;
    padding-right: 1.0417rem;
}

.ab7-item-r h4 {
    color: #fff;
    font-size: .2083rem;
    margin-bottom: .1667rem;
}

.ab7-item-r p {
    font-size: .1042rem;
    color: #fff;
}

.ab7-item-num {
    font-size: 1.5625rem;
    color: #fff;
    opacity: 0.02;
    right: -0.1042rem;
    bottom: -0.2604rem;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
}

.ab7 .ab7-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: .2604rem;
    z-index: 0;
}

.ab7 .ab7-pagination .swiper-pagination-bullet {
    width: .0625rem;
    height: .0625rem;
    margin: 0 .026rem;
    background-color: #000;
}

.ab7 .ab7-pagination .swiper-pagination-bullet-active {
    background-color: #135249;
}

.ab8-i {
    background-color: #eee;
    padding: 0.1354rem 0.3333rem;
    width: 23%;
}

/*service*/
.se-top-txt h4 {
    color: #fff;
    font-size: .5104rem;
}

.se1 {
    padding: 5% 0;
}

.se1-l {
    width: 45%;
}

.se1-r {
    width: 50%;
}

.se1-r img {
    width: 100%;
}

.se1-l h4 {
    font-size: .2083rem;
    margin-bottom: .2083rem;
    line-height: 1.3;
}

.se1-l p {
    font-size: .0938rem;
    line-height: 1.5;
    text-align: justify;
    opacity: 0.7;
}



.se-video-con h4 {
    color: #fff;
    font-size: .2083rem;
    line-height: 1.3;
}

.se-video-con p {
    line-height: 1.5;
    color: #fff;
    font-size: .0938rem;
    margin-top: .1875rem;
}

.se-o {
    margin-top: -.4167rem;
    z-index: 1;
}

.se-o-item {
    background-color: #fff;
    width: 13%;
    padding: .2604rem 0 .2083rem;
}

.se-o-item .se-o-pic {
    width: .2188rem;
    height: .2188rem;
}

.se-o-item p {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    margin-top: .125rem;
}

.se-o-item em {
    opacity: 0.05;
    font-size: .5208rem;
    font-weight: bolder;
    line-height: 1;
    bottom: -0.1302rem;
    font-style: italic;
}

.se2 {
    padding: 5% 0;
}

.se2-pic img {
    width: 100%;
}

.se2-txt {
    margin-left: -0.1042rem;
    z-index: 1;
    background-color: #135249;
    padding: .7813rem .5521rem 0;
}

.se2-txt h4 {
    color: #fff;
    font-size: .2292rem;
    margin-bottom: .0938rem;
}

.se2-txt p {
    color: #fff;
    line-height: 1.5;
    font-size: .0938rem;
}

.se2-list {
    margin-top: .0938rem;
}

.se2-item {
    width: 19%;
}

.se2-item img {
    width: 100%;
}

.se3 {
    background-color: #f7f7f7;
    padding: 5% 0;
    margin-bottom: 3%;
}

.se3-left {
    width: 3.5938rem;
}

.se3-right {
    width: 3.5417rem;
    margin-left: .5417rem;
}

.se3-pic img {
    width: 100%;
}

.se3-pic:hover img {
    transform: scale(1.1, 1.1);
}

.se3-item {
    margin-bottom: .3125rem;
}

.se3-item:last-child {
    margin-bottom: 0;
}

.se3-item h4 {
    font-size: .1146rem;
    color: #000;
    text-align: left;
}

.se3-item p {
    margin-top: .1042rem;
    font-size: .0938rem;
    line-height: 1.5;
    text-align: left;
    opacity: 0.7;
}

/*视频样式*/
.se-video-txt {
    background-color: rgba(0, 0, 0, 0.5);
}





/*联系我们*/
.ca-top {
    margin-top: 2.6042rem;
}

.ca-top h4 {
    font-size: .2344rem;
    color: #fff;
    margin-bottom: .1042rem;
}

.ca-top p {
    color: #fff;
    line-height: 1;
    font-size: .1146rem;
}

.ca-map {
    height: 1.5625rem;
}

.ca-1 {
    background-color: #F7F7F7;
    margin-bottom: .9833rem;
}

.ca-1-l {
    width: 40%;
    padding: .7292rem .4531rem;
}

.ca-1-i {
    margin-bottom: .2344rem;
}

.ca-1-item img {
    width: .1302rem;
    margin-right: .125rem;
}

.ca-1-txt h4 {
    font-size: .1667rem;
    margin-bottom: .2344rem;
    line-height: 1.3;
}

.ca-1-item {
    margin-bottom: .1875rem;
    align-items: center;
}

.ca-1-txt p {
    font-size: .0938rem;
    line-height: 1.5;
}

.ca-1-item:last-child p {
    padding-top: .0417rem;
}

.ca-1-r {
    background-color: #135249;
    width: 60%;
    padding: .7292rem .4531rem;
}

.ca-1-r-tit h4 {
    color: #fff;
    font-size: .1667rem;
    margin-bottom: .1146rem;
}

.ca-1-r-tit p {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .4792rem;
}

.ca-1-r-form .ca-1-label input,
.ca-1-r-form .ca-1-label textarea {
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.ca-1-r-form .ca-1-label input::placeholder,
.ca-1-r-form .ca-1-label textarea::placeholder {
    color: #ccc;
}

.ca-1-r-form .ca-1-btn:hover {
    background-color: #666;
}

.ca-1-label {
    margin-bottom: .208333rem;
    width: 31%;
}

.ca-1-label:last-child {
    width: 100%;
}

.ca-1-label input {
    background-color: transparent;
    font-size: .0833rem;
    padding-bottom: .0521rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.ca-1-label textarea {
    background-color: transparent;
    font-size: .0833rem;
    padding-bottom: .0521rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: .6083rem;
}

.ca-1-btn {
    cursor: pointer;
    background-color: #2D2D2D;
    color: #fff;
    font-size: .0938rem;
    padding: .1458rem 0;
    width: 1.0417rem;
}

.ca-1-btn em {
    margin-right: .1563rem;
}

.ca-1-btn:hover {
    background-color: #135249;
}

/*blog*/
.news-page {
    padding: .3646rem 0;
}

.news {
    padding: .3125rem 0;
    min-height: 3.125rem;
    background-color: #e8e8e8;
}

.index-blog-item {
    background: #f8f8f8;
    margin-bottom: .1563rem;
    padding: 0 .1042rem;
}

.index-blog-item:hover .index-blog-txt h4 {
    text-decoration: underline;

}


.index-blog-pic {
    width: 40%;
}

.index-blog-txt {
    padding: .2083rem .1563rem;
}

.index-blog-txt h4 {
    font-size: .1563rem;
    margin-bottom: .1823rem;
    line-height: 1.3;
}

.index-blog-txt p {
    opacity: 0.7;
    font-size: .0833rem;
}

.index-blog-txt span {
    cursor: pointer;
    font-size: .0833rem;
    font-weight: 700;
    margin-top: .1563rem;
}

.index-blog-item:hover .index-blog-txt span {
    text-decoration: underline;
}


.news-show-con {
    align-items: flex-start;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
    min-height: 3.125rem;
}

.news-show-con-right p,
.news-show-con-right h3 {
    margin-bottom: .0781rem;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #000;
    border: 1px solid #000;
}

.news-show-btn:hover {
    border: 1px solid #135249;
    color: #fff;
    background-color: #135249;
}

/*产品页面*/
.index-pro-cate {
    margin: .3646rem 0;
}

.index-pro-cate-list {
    margin-top: .3125rem;
}

.index-pro-cate-list .index-cate-item {
    width: 48%;
    margin-bottom: .2604rem;
}

.index-pro-cate-list .index-cate-item img {
    width: 100%;
}

.index-pro-cate-list .index-cate-item p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1563rem;
}

/*产品列表*/
.pro-top-nav {
    margin-top: .1563rem;
    margin-bottom: .2083rem;
}

.pro-top-nav a,
.pro-top-nav em,
.pro-top-nav span {
    font-size: .0833rem;
}

.pro-top-nav em {
    margin: 0 .0521rem;
}

.pro-top-nav a:hover {
    color: #000;
    text-decoration: underline;
}

.pro-top-txt .pro-top-nav {
    margin-top: .2344rem;
    margin-bottom: .276rem;
    color: #000;
}

.pro-top-txt .pro-top-nav a:hover {
    color: #135249;
    text-decoration: underline;
}

.pro-top-txt .pro-top-nav a,
.pro-top-txt .pro-top-nav em,
.pro-top-txt .pro-top-nav span {
    color: #000;
}

.pro-top-txt>h4 {
    font-size: .2604rem;
    color: #000;
    padding-top: .2083rem;
    padding-bottom: 10px;
}

.pro-main {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
}

.pro-main-side {
    width: 18%;
    margin-right: .2604rem;
}

.pro-main-side-tit h4 {
    font-size: .125rem;
    padding-bottom: .2135rem;
    border-bottom: 1px solid #d8d8d8;
}



.pro-main-side-item {
    border-bottom: 1px solid #d8d8d8;
    padding: .125rem 0;
}

.pro-main-side-item-tit {
    cursor: pointer;
}

.pro-main-side-item-tit span {
    font-size: .0938rem;
    font-weight: 700;
}



.pro-main-side-item-tit i {
    font-size: .0938rem;
}

.pro-main-side-item-tit.on {
    color: #135249;
}

.pro-main-side-item-tit.on i {
    color: #135249;
}

.pro-main-side-item-list {
    margin-top: .125rem;
    display: none;
}

.pro-main-side-item-list a {
    font-size: .0885rem;
    color: #222;
    margin-bottom: .0781rem;
    line-height: 1;
    display: block;
}

.pro-main-side-item-list a:hover,
.pro-main-side-item-list a.active {
    text-decoration: underline;
    color: #135249;
}



.pro-main-side-item-list.on {
    display: block;
}

.pro-main-side-item-tit i.on {
    transform: rotate(90deg);
}

.pro-main-bar {
    margin-bottom: .2083rem;
}

.pro-main-bar-tit {
    margin-right: .1042rem;
}

.pro-main-bar-tit span {
    font-size: .1563rem;
    margin-right: .0521rem;
}

.pro-main-bar-tit h4 {
    font-size: .0938rem;
}

.pro-main-bar-i {
    margin-right: .1563rem;
    cursor: pointer;
    padding-top: .026rem;
}

.pro-main-bar-i span {
    font-size: .0833rem;
    margin-right: .0521rem;
    opacity: 0.7;
}

.pro-main-bar-i i {
    font-size: .0833rem;
    opacity: 0.7;
}

.pro-box-sort>h4 {
    font-size: .0938rem;
    margin-right: .0521rem;
}

.pro-box-sort a {
    font-size: .0833rem;
    opacity: 0.7;
    padding-top: .026rem;
}

.pro-main-options {
    margin-bottom: .2083rem;
}

.pro-main-option-i {
    margin-right: .1042rem;
    cursor: pointer;
    border: 1px solid #000;
    padding: .0781rem .1042rem;
}

.pro-main-option-i h4 {
    font-size: .0938rem;
}

.pro-main-option-i p {
    line-height: 1;
    opacity: 0.8;
    font-size: .0833rem;
    margin-right: .0521rem;
    margin-left: .0521rem;
}

.pro-main-option-i span {
    font-size: .0833rem;
    line-height: 1;
    opacity: 0.8;
}

.clear-btn {
    background-color: #000;
}

.clear-btn h4 {
    color: #fff;
}

.pro-main-option-i:hover {
    background-color: #135249;
    color: #fff;
    border: 1px solid #135249;
}

.pro-main-option-i:hover h4,
.pro-main-option-i:hover p {
    color: #fff;
}


.pro-main-item {
    background-color: #fff;
    padding: .0521rem;
    width: 25%;
    margin-bottom: .1563rem;
}

.pro-main-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #135249;
}

.pro-item-txt {
    padding-top: .0781rem;
}

.pro-item-txt h4 {
    font-size: .0938rem;
    margin-bottom: .0521rem;
}

.pro-item-txt p {
    font-size: .0833rem;
    opacity: 0.7;
    margin-bottom: .0521rem;
}

.pro-item-color span {
    width: 0.1042rem;
    height: 0.1042rem;
    margin-right: 0.0521rem;
}





/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

.pro-main-page {
    margin: .3125rem auto;
}


/*详情样式*/
.pro-top-sc a {
    color: #000;
    padding: 0 .0521rem;
}

.pro-top-sc a span {
    font-size: .0938rem;
    color: #222;
}

.pro-top-sc a:hover span {
    color: #135249;
}

.pro-show-top-l {
    width: 55%;
}

.pro-show-top-r {
    width: 42%;
}

.product-show-img-thumbs {
    width: .4063rem;
    margin-right: .0729rem;
}

.product-show-img-thumbs .swiper-slide {
    width: .4063rem;
    height: .4063rem;
    padding: .0208rem;
}

.swiper-slide-thumb-active {
    border: 1px solid #000;
}

.product-show-img-top {
    width: 4.1146rem;
    border: 1px solid #ccc;
}

.pro-show-top-tit h4 {
    font-size: .1667rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    word-break: break-word;
}

.pro-show-price {
    margin: .1771rem 0;

}

.pro-show-price p {
    font-size: .1042rem;
    line-height: 1;
    opacity: 0.7;
}


.pro-show-gg {
    margin: .1563rem 0;
}

.pro-show-gg h4 {
    font-size: .0938rem;
}


.pro-show-gg-list {
    margin-top: .1042rem;
}

.pro-show-color-list .pro-show-gg-item {
    margin-right: .0781rem;
    margin-bottom: .1042rem;
}

.pro-show-color-list .pro-show-gg-item span {
    width: .2865rem;
    height: .1823rem;
    opacity: 1;
    display: block;
}

.pro-show-color-list .pro-show-gg-item p {
    margin-top: .026rem;
    opacity: 0.7;
    font-size: .0729rem;
    text-align: center;
}

.pro-show-btn-box {
    margin-top: .3125rem;
}


.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 48.5%;
}

.add-cart {
    background-color: #135249;
    color: #fff;
    border: 1px solid #135249;
}

.p-order {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.p-order:hover {
    background-color: #135249;
    color: #fff;
    border: 1px solid #135249;
}

.add-cart:hover {
    background-color: #000;
    border: 1px solid #000;
}

.pro-show-desc-con p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-top: .0781rem;
}

.pro-show-btn a:hover {
    color: #fff;
    background-color: #3d3d3d;
}

.pro-show-desc {
    margin-top: .2083rem;
}

.pro-show-desc-item {
    padding: .1042rem .0521rem .1042rem 0;
    border-bottom: 1px solid #ccc;
}

.pro-show-desc-tit {
    cursor: pointer;
}

.pro-show-desc-tit h4 {
    font-size: .0938rem;
}

.pro-show-desc-tit em {
    font-size: .0833rem;
}

.pro-show-desc-tit em.on {
    transform: rotate(90deg);
}

.pro-show-desc-con {
    font-size: .0833rem;
    color: #222;
    line-height: 1.6;
    display: none;
    padding: .1042rem .0521rem;
}

.pro-show-desc-con.on {
    display: block;
}

.pro-show-detail {
    margin-top: .4167rem;
}

.pro-show-detail h4 {
    font-size: .1198rem;
    margin-bottom: .2083rem;
}

.pro-show-detail-con {
    height: 4.1667rem;
}

.pro-show-detail-mask {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    padding-top: 1.0417rem;
}

.pro-show-detail-box {
    width: 4.1667rem;
    margin: 0 auto;
}

.pro-show-detail-btn {
    padding: .1042rem 0;
    background-color: #fff;
}

.pro-show-detail-btn span {
    cursor: pointer;
    padding: 0 .1771rem;
    height: .2083rem;
    border-radius: .1302rem;
    border: 1px solid #222;
    font-weight: 500;
    font-size: .0833rem;
    color: #222;
    line-height: .2083rem;
}

.pro-show-detail-btn span:hover {
    background-color: #135249;
    border: 1px solid #135249;
    color: #fff;
}

.pro-show-detail .pro-show-detail-con.on {
    height: auto;
}

.pro-show-detail-mask.on {
    position: static;
    padding-top: 0;
    background: none;
}

.pro-show-download {
    margin-top: .3125rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1198rem .1354rem;
    opacity: 0.7;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;

}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #135249;
    background-color: #135249;
    color: #fff;
    opacity: 1;
}



.pro-show-relate {
    margin-top: .3125rem;
}

.pro-show-relate-list {
    margin-top: .1042rem;
}

.pro-show-detail-tit h4 {
    font-size: .1198rem;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .125rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}


/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}

/*blog*/
.news-page {
    padding: .3646rem 0;
}

.news {
    padding: .3125rem 0;
    min-height: 3.125rem;
    background-color: #e8e8e8;
}

.news-show-con {
    align-items: flex-start;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
    min-height: 3.125rem;
}

.news-show-con-right p,
.news-show-con-right h3 {
    margin-bottom: .0781rem;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #000;
    border: 1px solid #000;
}

.news-show-btn:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

/*stock*/
.stock-bar {
    margin-bottom: -0.2083rem;
    z-index: 999;
}

.stock-tit {
    padding: .4479rem 0;
}

.stock-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.stock-tit p {
    opacity: 0.7;
    font-size: .1042rem;
}

.stock-con {
    background-color: #fff;
    padding: .1146rem;
}

.stock-bar-item {
    background: #f4f4f4;
    border-radius: .0521rem;
    padding: .1302rem;
}

.stock-bar-item:nth-child(1),
.stock-bar-item:nth-child(2) {
    width: 33%;
}

.stock-bar-item input {
    color: #000;
    font-size: .0938rem;
    width: 100%;
    background: transparent;
}

.stock-bar-item select {
    color: #000;
    font-size: .0938rem;
    border: none;
    width: 100%;
    background: transparent;
}

.stock-bar-btn {
    width: 23.43%;
    background-color: #135249;
    color: #fff;
    padding: .1302rem 0;
    font-size: .1042rem;
}

.stock-bar-btn:hover {
    background-color: #000;
}

.stock-map {
    margin-bottom: .4479rem;
}

.stock-map {
    height: 3.125rem;
    overflow: auto;
    width: 98%;
    margin: 0 auto;
}

#map {
    height: 100%;
    width: 100%;
}

/*support*/
.sup-list {
    margin-top: .2083rem;
}

.sup-item {
    width: 48.5%;
    margin-bottom: .2083rem;
}

.sup-item-txt {
    padding: .1042rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sup-item-txt h4 {
    font-size: .1563rem;
    color: #fff;
}

.sup-item:hover .sup-item-txt h4 {
    color: #135249;
}

/*download*/
.download-top h4{
    font-size: .2344rem;
    padding:.4688rem 0 ;
}
.download-list {
    padding:0 0 .4688rem;
}
.download-list-item {
    margin-bottom: .1563rem;
    padding-bottom: .1563rem;
    border-bottom: 1px solid #ccc;
}

.download-list-item img {
    width: 100%;
}

.download-list-txt h4 {
    font-size: .1042rem;
    line-height: 1.3;
}

.download-list-btn {
    width: 15%;
    border: 1px solid #000;
    line-height: 1;
    padding: .0781rem 0;

}

.download-list-btn em {
    margin-right: .0781rem;
    font-size: .0833rem;
}

.download-list-item:hover .download-list-btn {
    background-color: #135249;
    color: #fff;
    border: 1px solid #135249;
    
}
.download-list-btn  span{
    transform: rotate(90deg);
}
/* 邮箱验证样式 */
.verify-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 8px;
}

.step { 
    margin-bottom: 30px; 
    margin-top: 20px;
}
.step h3{
    font-size: 20px;
}


.step input[type="email"], .step input[type="text"] {
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.step button {
    width: 100%;
    padding: 20px 10px;
    background: #135249;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.resend {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.modal-content .close { 
     color: #000;
     font-size: 30px;
     font-weight: bold;
     cursor: pointer;
}