* {
    margin: 0;
    padding: 0
}

body, button, input, keygen, legend, select, textarea {
    font-family: "Microsoft YaHei UI", sans-serif;
    outline: 0;
    color: #333333;
}

body {
    font-size: .28rem;
    overflow-x: hidden;
    position: relative;
    background: #6523ea;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

input::-webkit-input-placeholder {
    color: #ccc
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: #333
}

img {
    width: 100%;
    display: block
}

em, i {
    font-style: normal
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix {
    *zoom: 1
}

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

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pb-02 {
    padding-bottom: .2rem
}

.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    height: 100%;
    position: relative
}
.number{
    padding: .4rem 0;
    display: flex;
    text-align: center;
}
.number div{
    flex: 1;
    line-height: .5rem;
    font-size: .26rem;
}
.number div:last-child{
    border: none;
}
.number .num{
    font-size: .36rem;
    font-weight: bold;
}
.lp-num,.tp-num{
    color: #fff;
}
.fw-num{
    color:#fff ;
}
.hot {
    background: url(../image/mrbk.png?1) center center no-repeat;
    background-size: cover;
    margin:0 0.2rem 0.2rem;
    height:3rem;
    padding: 0.2rem;
}
.hot_content {
    padding-top: .5375rem;
    display: flex;
}
.hot_l {

}
.hot_l_box {
    padding: 0.1rem;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: .2rem;
}
.hot_l_img {
    width: 1.8rem;
    height: 1.8rem;
    background-position: center center;
    background-size: contain;
}
.hot_r {
    padding-left: .2rem;
    width: 4.7rem;
    /* height: 1.5625rem; */
    text-align: left;
    color: #fff;
}
.hot_title {
    margin-top: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.hot_price {
    margin-top: .1rem;
    color: #ffdd0a;
}
.hot_price span {
    font-size: .40625rem;
    font-weight: 600;
}
.hot_priceo_and_btn {
    display: flex;
    justify-content: space-between;
}
.hot_priceo {
    margin-top: .15rem;
    font-size: .24rem;
}
.hot_btn {
    text-align: right;
}
.hot_btn img {
    width: 2rem;
    display: block;
}
.heading {
    position: relative;
    margin-top: .6rem;
    margin-left: auto;
    margin-right: auto;
    width: 4.5rem;
    height: 1.1rem;
    line-height: 1.5rem;
    color: #fff;
    font-size: .3rem;
    /* text-indent: .03125rem; */
    letter-spacing: .03125rem;
    background: url(../image/heading.png) center center no-repeat;
    background-size: 100%;
    text-align: center;
}
.bg_purple {
    background-color: #b670fa;
}
.m_25 {
    margin: .2rem;
}


.m_t_n30 {
    margin-top: -.3rem;
}
.p_15 {
    padding: .15rem;
}
.brd_rds {
    border-radius: .2rem;
}
.bg_grey {
    background-color: #efefef;
}

.p_30 {
    padding: .3rem;
}
.products {
    padding: .125rem;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.product_box {
    padding: .1rem;
}
.product {
    display: block;
    border: 1px solid #dadada;
    text-align: center;
    background-color: #fff;
}
.product-img {
    margin: .15rem auto;
    border: 1px solid #cdcdcd;
    width: 2.7rem;
    height: 2.7rem;
    background-position: center center;
    background-size: contain;
	overflow: hidden;
}
.product-title {
    margin: .15rem .15rem;
    height: .7rem;
    line-height: .35rem;
    text-align: left;
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-origin-price {
    margin: .15rem .15625rem;
    height: .3rem;
    line-height: .25rem;
    text-align: left;
    font-size: .22rem;
    color: #a4a4a4;
    text-decoration: line-through;
}
.product-price-tag {
    height: .55rem;
    background-color: #b670fa;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.product-price {
    height: .55rem;
    line-height: .55rem;
    margin-left: .2rem;
    font-size: .26rem;
    white-space: nowrap;
}
.product-price-value {
    font-size: .3rem;
    font-weight: 600;
}
.product-buy {
    margin: .08rem 0;
    padding: 0 .15rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .22rem;
    font-weight: bold;
    background-color: #ff0ea6;
    color: #fff;
    white-space: nowrap;
}

.companies {
    padding: .125rem;
}
.company_box {
    padding: .0625rem;
}
.company {
    display: block;
    border: 1px solid #dadada;
    text-align: center;
    background-color: #fff;
}
.company-logo {
    margin: .125rem auto;
    border: 1px solid #cdcdcd;
    width: 2.8rem;
    height: 1.2rem;
    background-position: center center;
    background-size: contain;
}
.company-info {
    background-color: #fff;
    padding: 0 .15625rem .125rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.bottom{
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.75rem;
    /* height: 1.25rem; */
    background: #fff;
    padding: .15rem 0 .3rem;

}
.bottom ul{
    display: flex;
}
.bottom ul li{
    flex: 1;
    text-align: center;
    font-size: 0.26rem;
}
.btn-an{
    display: flex;
    padding: 0 0.4rem;
    height: 1rem;
}

.btn-an a{
    flex: 1;
}

.btn-an a:first-child{
    margin-right: 0.4rem;
}
.btn-a1{
    background: url(../image/a1.png) no-repeat;
    background-size: 100%;
}
.btn-a1.on{
    background: url(../image/a2.png) no-repeat;
    background-size: 100%;
}
.btn-a2{
    background: url(../image/a3.png) no-repeat;
    background-size: 100%;
}
.btn-a2.on{
    background: url(../image/a4.png) no-repeat;
    background-size: 100%;
}
.ifr{
    width: 7.1rem;
    margin: 0.2rem;
    height: 10rem;
    margin-bottom: 2rem;
}
.icon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto;
    margin-bottom: .1rem;
}
.icon-sy {
    background: url(../image/111.png) no-repeat center center;
    background-size: 100%;
}

.bottom .on .icon-sy {
    background: url(../image/11.png) no-repeat center center;
    background-size: 100%;
}
.icon-yh {
    background: url(../image/222.png) no-repeat center center;
    background-size: 100%;
}

.bottom .on .icon-yh {
    background: url(../image/22.png) no-repeat center center;
    background-size: 100%;
}
.icon-gz {
    background: url(../image/333.png) no-repeat center center;
    background-size: 100%;
}

.bottom .on .icon-gz {
    background: url(../image/33.png) no-repeat center center;
    background-size: 100%;
}
.icon-lp {
    background: url(../image/444.png) no-repeat center center;
    background-size: 100%;
}

.bottom .on .icon-lp {
    background: url(../image/44.png) no-repeat center center;
    background-size: 100%;
}
.bottom a {
    color: #313131;
    display: block;
    margin: 0 .3rem;
    font-size: .26rem;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}
.swiper-slide {
    text-align: center;


    /* Center slide text vertically */
    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;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
}
.back{
    position: fixed;
    top: .4rem;
    left: .3rem;
    width: .6rem;

}
.wrap{
    padding: .3rem;
    margin-top: .8rem;
}
.wrap .top{
    display: flex;
    padding-bottom: .2rem;
    border-bottom: 1px solid #fff;
}
.wrap .top span{
    line-height: .8rem;
}
.xh{
    font-size: .26rem;
    flex: 0 0 .8rem;
}
.wrap .top span.name{
    text-align: center;
    font-size: .34rem;
    flex: 1;
    color: #fff;
}
.dianhua{
    text-align: right;
}
.dianhua a{
    width: .8rem;
    display: inline-block;
    vertical-align: top;

}
.paiming{
    margin-top: .3rem;
    font-size: .26rem;
    padding: 0.1rem;
    background: #1b6ea1;
    color: #fff;
    text-align: center;
}
.paiming span{
    margin: 0 0.2rem;
}
.red{
    color: #00619c;
}
.con{
    margin-top: .4rem;
    line-height: .5rem;
    text-align: justify;
    font-size: .27rem;
}
.con p{
    color: #fff;
}
.pic{
    margin-top: .4rem;
}
.pic img{
    margin-bottom: .2rem;
}
.code{
    text-align: center;
    margin-top: .5rem;
}
.code-img{
    width: 4.4rem;
    margin: .2rem auto;
}
.btn-vote{
    text-align: center;
    margin-bottom: 1.2rem;
}
.wytp{
    display: inline-block;
    width: 6.3rem;
    height: .9rem;
    margin: 0.3rem auto;
    background: #1b6ea1;
    color: #fff;
    text-align: center;
    line-height: .9rem;
}
.wssl{
    display: inline-block;
    width: 6.3rem;
    height: .9rem;
    text-align: center;
    line-height: .9rem;
    /* border-radius: .1rem; */
    /* border: 1px solid #1b6ea1; */
    color: #1b6ea1;
    background: #fff;
}
.tit.youhui ul li{
    font-size: .28rem;
}
.list-yh li{
    margin-top: .7rem;
}
.shu{
    width: .1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
}
.title{
    margin-bottom: .3rem;
}
.title .dh{
    width: .7rem;
    display: inline-block;
    float: right;
}
.title .name{
    font-size: .3rem;
}
.other{
    border-radius: .1rem;
    background: #fff;
    margin-top: .2rem;
    height: 3rem;
}
.list-yh{
    display: none;
}
.list-yh.current{
    display: block;
}
.alert{
    width: 2rem;
    position: fixed;
    right: 0;
    bottom: 2rem;
}
.page{
    margin: 0 auto;
    font-size: .28rem;
    margin-bottom: .5rem;
    text-align: center;
}
.list .page li{
    padding: .1rem;
     width: .6rem;
    height: .6rem;
    text-align: center;
    flex: 1;
    margin-right: .1rem;
    line-height: .4rem;
    border: 1px solid #1b6ea0;
    border-radius: 5px;
    display: inline-table;
}
.list .page li.active{
    background: #ef3234;
    border: none;
}
.list .page li a{
    color:#1b6ea0 ;
}
.list .page li.active a{
    color: #fff;
}
.list .page ul{
    display: inherit;
}
.tit-p{
    color: #fff;
}
.num-bh{
    padding: 0.1rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.24rem;
}
.lowin {
    text-align: center;
    font-size: 14px;
    width: 5.5rem;
    position: fixed;
    z-index: 1;
    padding: 0.4rem;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    height: 9rem;
}
.lowin.rule-detail{
    width: 6.5rem;
    z-index: 12;
}
.lowin .lowin-wrapper {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}

.lowin .lowin-box-inner p {
    color: var(--color-semidark);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.lowin .lowin-box-inner p.dh{
    position: absolute;
    top: 5.1rem;
    font-size: 0.28rem;
    left: 0.6rem;
}
.lowin .lowin-box-inner .lowin-group {
    margin-bottom: 30px;
}
.lowin .lowin-box-inner label {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    color: var(--color-semidark);
    font-weight: 700;
    text-align: left;
    font-size: 15px;
}
.lowin  .lowin-input {
    background-color:#fff;
    color: rgb(27, 110, 160);
    border: none;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    text-align: center;
    font-size: 0.28rem;
}
.lowin .lowin-btn {
    display: inline-block;
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px;
    background-color: #1b6ea0;
    outline: 0;
    font-size: 0.26rem;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.lowin .text-foot {
    text-align: center;
    padding: 10px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--color-semidark);
}

.lowin-box-inner p{
    font-size: 20px;
}
.overly{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.6);
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
:root{
    color: #ff11a6;
}
.rule{
    position: fixed;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    right: 0.2rem;
    top:1.7rem;
    z-index: 11;
    animation: heartBeat 1s infinite linear;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.new-sub {
    position: absolute;
    bottom: 1.5rem;
    z-index: 10;
    padding: 0.1rem 0.2rem;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: none;
    right: 0.2rem;
}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #000;border-bottom:5px solid #000;opacity:.5;}
.bt-name{font-size:16px;color:#000;}
.bt-name a{display:block;font-size:16px;color:#000;}
.new-sub .tiggle{
    position: absolute;
    bottom: 2rem;
    z-index: 10;
    /* width: 100%; */
    padding: 0.2rem;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: none;
}
.new-sub .innertiggle{
    width:0px;
    height:0px;
    position:absolute;
    left:50%;
    margin-left:-9px;
    bottom:-8px;
    border-top:9px solid white;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    z-index:11;
}
.new-sub a{
    padding: 0.15rem 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.new-sub a.jlb{
    border-bottom: none;
}
.del{
    bottom: -0.4rem;
    position: absolute;
    width: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
}
.form{
    padding:0.1rem 0.4rem;
}
.form label{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 0.29rem;
}
.form input{
    width: 100%;
    background: #fff;
    padding: 0.15rem;
    margin: 0.2rem 0 0.4rem;
    border-radius: 0.1rem;
    font-size: 0.27rem;
}
.dx{
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0.2rem;
    margin-top: 0.2rem;
}
.dx span{
    background: url(../image/k.png);
    display: inline-block;
    background-size: 100%;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    vertical-align: bottom;
}

.dx .choose.on span{
    background: url(../image/kon.png);
    display: inline-block;
    background-size: 100%;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    vertical-align: bottom;
}
.dx .choose{
    flex: 0 0 25%;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

.dx .choose2.on span{
    background: url(../image/kon.png);
    display: inline-block;
    background-size: 100%;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    vertical-align: bottom;
}
.dx .choose2{
    flex: 0 0 25%;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

.dh a{
    text-decoration: underline;
}
.an-tj{
    width: 100%;
    height: 0.8rem;
    background: #fb3db0;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.29rem;
    margin: 0.4rem auto;
    border-radius: 0.1rem;
    color: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.zx {
    margin-bottom: 0.3rem;
}

.zx.dx .choose{
    flex: 0 0 33.33%;
}

.zx.dx .choose2{
    flex: 0 0 33.33%;
}