html,
body,
div,
h3, h4, h5, h6, p,
span, em, i,
::before,
::after{
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
ol, ul{
list-style: none;
padding: 0;
margin: 0;
}
body{
font-size: 14px;
color: #333;
}
em, i{
font-style: normal;
}
a{
text-decoration: none;
}
.clearfix::before,
.clearfix::after{
content: "";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
clear: both;
}
.elli{
display: box;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#copy_1{
outline: none;
border: 0px;
color: rgba(0,0,0,0.0);
position: absolute;
left:-200px;
background-color: transparent;
}
#copy_2{
position: absolute;
left:-200px;
color: rgba(0,0,0,0);
background-color: transparent
}
.download-wrapper {
display: flex;
display: -webkit-flex;
width: 100%;
height: 0.92rem;
align-items: center;
justify-content: center;
padding: 0.1rem 0.2rem;
background: #F4F4F4;
}
.download-wrapper .img-box{
flex: 0 0 0.72rem;
margin-right: 12px;
}
.download-wrapper .img-box img{
width: 100%;
height: 100%;
}
.download-wrapper .content{
flex: 1;
}
.download-wrapper .content .title{
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.download-wrapper .content .text{
font-size: 10px;
color: #666;
line-height: 14px;
}
.download-wrapper a{
flex: 0 0 1.6rem;
height: 0.56rem;
line-height: 0.56rem;
text-align: center;
background: linear-gradient(-90deg, #FF6900, #FFA500);
border-radius: 28px;
border: 0 none;
font-size: 14px;
color: #FFFFFF;
}
/*. download-wrapper .img-box,
.download-wrapper .content,
.download-wrapper button{
} */
.swiper-wrapper{
width: 7.5rem;
height: 7.5rem;
/*background-color: #f5f5f5;*/
/*width: 100%;*/
overflow: hidden;
position: relative;
}
.swiper-wrapper .swiper-item{
width: 1000%;
/*-webkit-transform: translateX(-10%);*/
/*transform: translateX(-10%);*/
}
.swiper-wrapper .swiper-item li{
width: 10%;
float: left;
}
.swiper-wrapper .swiper-item li a{
display: block;
width: 100%;
}
.swiper-wrapper .swiper-item li a img{
display: block;
width: 100%;
}
.swiper-wrapper .swiper-point{
position: absolute;
bottom: 6px;
width: 100%;
text-align: center;
}
.swiper-wrapper .swiper-point li{
width: 3px;
height: 3px;
border-radius: 50%;
display: inline-block;
margin-left: 10px;
background: #CFCFCF;
}
.swiper-wrapper .swiper-point li:first-child{
margin-left: 0;
}
.swiper-wrapper .swiper-point li.now{
width: 8px;
background: #fff;
border-radius: 0;
}
.details-wrapper{
display: flex;
display: -webkit-flex;
flex-direction: column;
width: 100%;
padding: 0 0.2rem;
}
.details-wrapper .price{
margin-top: 16px;
font-size: 0px;
font-weight: normal;
}
.details-wrapper .price span{
color: #FF1E00;
font-size: 12px;
font-weight: normal;
}
.details-wrapper .price em{
line-height: 30px;
font-size: 22px;
color: #FF1E00;
}
span.icon.icon-price{
display: inline-block;
vertical-align: top;
width: 1.28rem;
height: 0.28rem;
line-height: 0.28rem;
margin-top: 9px;
margin-left: 10px;
background: url('img/icon-price.png') no-repeat center center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
font-size: 10px;
color: #fff;
padding: 0px 5px;
}
.details-wrapper .info{
display: flex;
display: -webkit-flex;
justify-content: space-between;
align-items: center;
height: 18px;
margin: 9px 0 5px;
color: #878787;
font-size: 13px;
}
.details-wrapper .desc{
font-size: 15px;
line-height: 20px;
}
.btn-wrapper{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
}
.btn-wrapper .btn{
width: 100%;
height: 100%;
border: 0 none;
font-size: 16px;
color: #fff;
background: linear-gradient(90deg, #FF9000, #FF5000);
}
.btn-wrapper .btn em{
font-weight: 500;
}
/*.step-wrapper{
margin: 30px auto;
font-size: 14px;
line-height: 20px;
padding-left: 0.2rem;
}
.inviting-pic{
width: 5.6rem;
height: 7.76rem;
box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
margin: 0 auto;
border-radius: 10px;
}*/