@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    box-sizing: border-box;
    font-family: "Mircrosoft YaHei", "微软雅黑";
    color: #3e3e3e;
    padding: 0;
    margin: 0;
    background: #f6f6f6;
    -webkit-user-select: text;
    user-select: text;
    -webkit-tap-highlight-color: none;
}

em,
i {
    display: inline-block;
    font-style: normal;
}

ol li,
ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #3d3d3d;
}

div,
section {
    margin: 0 auto;
}

img {
    max-width: 100%;
}

button,
input,
select,
textarea {
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #638eb6 inset;
}

input:-webkit-autofill:focus {
    background-color: transparent!important;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.flex {
    display: flex;
}

.clear {
    clear: both;
}

.main {
    width: 100%;
    font-size: .14rem;
}

.content {
    width: 75%;
    overflow: hidden;
}

.iconfont {
    font-size: .3rem;
    /* vertical-align: middle; */
}

.swiper-container {
    max-height: 4rem;
}

.swiper-container img {
    /* width:auto;
  height:100%; */
}

.banner {
    position: relative;
}

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

.bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 0;
}

.banner div {
    position: absolute;
    top: 30%;
    left: 10%;
    display: inline-block;
    padding: .15rem 1.2rem;
    z-index: 5;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, 1);
    letter-spacing: .03rem;
    box-shadow: 0.2rem 0.2rem 0.02rem 0.1rem rgba(0, 0, 0, .15);
}

.banner div span {
    font-family: Arial, Helvetica, sans-serif;
}

.banner div p {
    text-indent: .5rem;
    font-size: .21rem;
}

.swiper-slide {
    text-align: center;
}

.banner-swiper .swiper-slide:nth-child(1) {
    background: rgb(243, 180, 235);
}

.banner-swiper .swiper-slide:nth-child(2) {
    background: rgb(165, 3, 44);
}

.banner-swiper .swiper-slide:nth-child(3) {
    background: rgb(155, 189, 237);
}

.intro {
    margin-top: .1rem;
    padding: .1rem 1.8rem;
    background: #ffffff;
    font-size: .15rem;
    overflow: hidden;
    text-align: left;
}

.intro li {
    padding: 0 .2rem;
    flex: 1;
    font-size: .12rem;
    color: #666;
    /* border-right:.011rem solid  #efecec; */
}

.intro li i {
    float: left;
    margin-right: .2rem;
    margin-top: .05rem;
    font-size: .4rem;
    color: #f97c4a;
}

.intro li p span {
    display: block;
    line-height: .3rem;
    font-size: .16rem;
    color: #333;
}


/**产品**/

h3 {
    margin: .2rem 0 .15rem;
    line-height: .3rem;
    border-bottom: .015rem solid #656565;
}

.pro-list {
    margin-bottom: .2rem;
    background: #ffffff;
    overflow: hidden;
}

.first-pro {
    display: inline-block;
    width: 19%;
    max-height: 2.18rem;
    padding-top: 6%;
    vertical-align: top;
    color: #ffffff;
    text-align: center;
    font-size: .2rem;
    background: -webkit-linear-gradient(left, #56c7f3, #228ed8);
    background: -o-linear-gradient(right, #56c7f3, #228ed8);
    background: -moz-linear-gradient(right, #56c7f3, #228ed8);
    background: linear-gradient(to right, #56c7f3, #228ed8);
}

.first-pro span {
    display: inline-block;
    position: relative;
    margin: .2rem 0;
    font-size: .14rem;
}

.first-pro span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -.07rem;
    left: 21%;
    width: .3rem;
    height: .02rem;
    background: #ffffff;
}

.pro-list .rt-list {
    display: inline-block;
    width: 80%;
    max-height: 2.18rem;
}

.pro-list ul li {
    float: left;
    width: 20%;
    padding: .15rem .05rem;
    text-align: center;
    border-right: .011rem solid #f6f6f6;
}

.pro-list ul li img:hover {
    animation: scale 2s;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.pro-list .rt-list li {
    width: 25%;
}

.pro-list ul li:last-child {
    border: 0;
}

.pro-img img {
    width: 60%;
    height: auto;
}

.pro-text p {
    padding: .1rem .15rem;
    color: #666;
    font-size: .12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-text span {
    font-size: .16rem;
    color: #fa2846;
}

.mid-pro {
    overflow: hidden;
}

.mid-pro li {
    width: 33%;
    float: left;
}

.mid-pro li:nth-child(2) {
    margin: 0 0.5%;
}

.two-row {
    width: 49.5%;
    float: left;
}

#proList3Box .two-row:first-child {
    margin-right: 1%;
}

.two-row .first-pro {
    width: 38%;
    padding: 0;
    background: transparent;
}

.two-row ul.rt-list {
    height: auto;
    width: 60%;
}

.two-row ul.rt-list li {
    width: 50%;
}

.two-row ul li:nth-child(even) {
    border: 0;
}


/**合作伙伴**/

.partner {
    background: #eaeaea;
    overflow: hidden;
    color: #777;
    text-align: center;
    /* background:url(../images/index_bg_1.png) no-repeat center; */
}

.partner>div {
    overflow: hidden;
    /* background:rgba(0,0,0,.7); */
}

.partner h3 {
    position: relative;
    text-align: center;
    line-height: .1rem;
    /* color:#ffffff; */
    font-size: .15rem;
    font-weight: normal;
    border: 0;
}

.partner h3::before,
.partner h3::after {
    width: 44%;
    height: .02rem;
    background: rgba(255, 255, 255, .6);
}

.partner ul {
    overflow: hidden;
}

.partner ul li {
    flex: 1;
    text-align: center;
    overflow: hidden;
}

.partner ul li span {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: #ffffff;
    border-radius: 50%;
    border: .05rem solid #ffffff;
    overflow: hidden;
    text-align: center;
}

.partner ul li p {
    margin-left: .08rem;
}

.enter {
    text-align: center;
}

.enter a {
    display: inline-block;
    width: 40%;
    margin: .1rem 0 .3rem;
    line-height: .4rem;
    font-size: .17rem;
    color: #14a6e1;
    border: .012rem solid #14a6e1;
    border-radius: .06rem;
}


/*头部header*/

header {
    position: relative;
    height: .25rem;
    padding: 0 .2rem;
    line-height: .25rem;
    color: #ffffff;
    overflow: hidden;
    background: -webkit-linear-gradient(left, #16abe5, #0574c0);
    background: -o-linear-gradient(right, #16abe5, #0574c0);
    background: -moz-linear-gradient(right, #16abe5, #0574c0);
    background: linear-gradient(to right, #16abe5, #0574c0);
}

header p.lf {
    height: 100%;
}

header p.lf img {
    float: left;
    width: auto;
    height: .35rem;
    margin-top: -.04rem;
}


/***底部 footer*/

footer {
    padding: .05rem 0 .15rem;
    text-align: center;
    background: #eaeaea;
    font-size: .14rem;
    color: #777;
}

footer a {
    display: block;
    line-height: .35rem;
}


/*S  media*/

@media screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }
    html {
        font-size: 80px;
    }
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 14px;
    }
    html {
        font-size: 100px;
    }
}


/****E  media****/


/**产品详情页面***/

.detail-body {
    background: #ffffff;
}

.prodetail {
    margin-top: .2rem;
    overflow: hidden;
}

.prodetail-img {
    float: left;
    width: 40%;
}

.gallery-top {
    height: 80%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 20%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.prodetail-text {
    float: left;
    width: 60%;
}

.prodetail-text .title {
    font-size: .16rem;
    color: #666;
    font-weight: bold;
}

.prodetail-text p {
    color: #999;
    padding: .08rem 0;
}

.prodetail-text p span {
    display: inline-block;
    margin-left: .1rem;
    color: #666;
    cursor: pointer;
}

.prodetail-text .price span {
    color: #e4393c;
}

.prodetail-text .price em {
    font-size: .2rem;
}

.prodetail-text p span img {
    width: .4rem;
    height: .4rem;
    vertical-align: middle;
}

.prodetail-text .select {
    padding-left: .6rem;
}

.prodetail-text .select span {
    padding: .01rem .02rem;
    border: .011rem solid #ccc;
    border-radius: .02rem;
    margin-bottom: .06rem;
    font-size: .12rem;
}

.prodetail-text .select span.cur {
    border-color: #e4393c;
}

.prodetail-text .select label {
    display: inline-block;
    margin-left: -.6rem;
}

.tobuy {
    padding-left: .6rem;
    margin-top: .3rem;
}

.tobuy input {
    width: .8rem;
    line-height: .3rem;
    border: .011rem solid #ccc;
    border-radius: .02rem;
    text-align: center;
}

.tobuy a {
    padding: .01rem .08rem;
    background: #e2e2e2;
}

.tobuy button {
    padding: .03rem .2rem;
    margin-left: .3rem;
    background: #df3033;
    color: #ffffff;
    font-size: .18rem;
    font-weight: 900;
}

.detail-info {
    text-align: center;
}

.detail-info>p {
    font-size: .16rem;
    font-weight: bold;
    line-height: .4rem;
    border-bottom: .015rem solid #666;
}

.detail-info ul {
    overflow: hidden;
    margin: .3rem 0 .3rem;
}

.detail-info ul li {
    float: left;
    width: 25%;
    text-align: left;
    color: #666666;
    font-size: .14rem;
}

.pro-list .ul-list2 {
    width: 100%;
}

.pro-list .ul-list2 li {
    width: 16%;
}


/***商户入驻页面***/

.merchants-in .content {
    width: 70%;
    padding: 0 .2rem;
}

.merchants-in h3 {
    border: 0;
}

.merchants-in input[type='text'],
.merchants-in input[type="email"],
.merchants-in select {
    width: 40%;
    padding: 0 .1rem;
    border-bottom: .011rem solid #ccc;
    font-size: .16rem;
    line-height: .3rem;
}

.merchants-in form {
    overflow: hidden;
}

.merchants-in form li {
    line-height: .35rem;
    font-size: .16rem;
    margin-bottom: .1rem;
    overflow: hidden;
}

.merchants-in form li label {
    float: left;
    display: inline-block;
}

.img-box {
    float: left;
    padding-left: .15rem;
}

.img-box .show-img {
    position: relative;
    float: left;
    width: 3rem;
    height: 1.5rem;
    margin-top: .15rem;
    border: .001rem solid #e8e8e8;
}

.img-box .show-img:first-child {
    margin-right: .2rem;
}

.img-box .show-img input {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.img-box .show-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}

.img-box .show-img p {
    position: absolute;
    z-index: 10;
    color: #7d7d7d;
    font-size: .12rem;
    padding-left: .2rem;
}

.merchants-in .submint {
    width: 40%;
    margin: .2rem 0 .5rem 0;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    background: #3399ff;
    font-size: .18rem;
    border-radius: .05rem;
    cursor: pointer;
}

.in-agree p {
    display: inline-block;
    color: #f97c4a;
}

.in-agree button {
    border: .01rem solid #3399ff;
    color: #3399ff;
    border-radius: .03rem;
    line-height: .25rem;
    padding: 0 .2rem;
    margin-left: .3rem;
    cursor: pointer;
}

.merchants-in h2 {
    background: #14a5e1;
    color: #fff;
    padding-left: .3rem;
    line-height: .35rem;
    font-size: .17rem;
}

.merchants-in .layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
}

.merchants-in .layer>div {
    position: relative;
    width: 30%;
    margin-top: 10%;
    padding: .3rem .2rem;
    background: #ffffff;
    border-radius: .1rem;
    text-align: center;
    line-height: .26rem;
    font-size: .16rem;
}

.merchants-in .layer>div i {
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: .02rem;
    color: #c3c3c3;
    font-size: .2rem;
    cursor: pointer;
}

.merchants-in .layer .content {
    width: 80%;
    height: 90%;
    margin-top: 3%;
    overflow-y: scroll;
}

.merchants-in .layer .content div {
    text-align: left;
    font-size: .15rem;
}

.merchants-in .layer .content div p {
    text-indent: .2rem;
}


/***S 兼容M***/

@media screen and (max-width:1000px) {
    .content {
        width: 98%!important;
    }
    .intro {
        padding: .1rem 0;
        width: 98%;
    }
}


/***E 兼容M***/