|
@@ -232,7 +232,7 @@ textarea{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 45px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
line-height: 45px;
|
|
- background: #e8e8e8;
|
|
|
|
|
|
+ background: #f5f5f5;
|
|
border: 0;
|
|
border: 0;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
padding: 0.2% 5%;
|
|
padding: 0.2% 5%;
|
|
@@ -248,7 +248,7 @@ textarea{
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
right: 0px;
|
|
right: 0px;
|
|
width: 70px;
|
|
width: 70px;
|
|
- border-left: 1px solid #ccc;
|
|
|
|
|
|
+ border-left: 1px solid #e6e6e6;
|
|
border-right: 0px;
|
|
border-right: 0px;
|
|
border-top: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
border-bottom: 0px;
|
|
@@ -260,23 +260,23 @@ textarea{
|
|
height: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
.index_tit span{
|
|
.index_tit span{
|
|
- font-size: 1.4rem;
|
|
|
|
|
|
+ font-size: 1.6rem;
|
|
color: #2a2a2a;
|
|
color: #2a2a2a;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
}
|
|
}
|
|
.index_tit span.on{
|
|
.index_tit span.on{
|
|
- font-size: 1.6rem;
|
|
|
|
|
|
+ font-size: 1.8rem;
|
|
color: #333;
|
|
color: #333;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
.index_tit span.on:before{
|
|
.index_tit span.on:before{
|
|
content: "";
|
|
content: "";
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 24px;
|
|
|
|
- bottom: 1px;
|
|
|
|
- width: 45px;
|
|
|
|
- height: 8px;
|
|
|
|
|
|
+ right: -0.5rem;
|
|
|
|
+ bottom: 1px;
|
|
|
|
+ width: 3rem;
|
|
|
|
+ height: 8px;
|
|
background: linear-gradient(to right, #d77ef5 , #a5a5f7);
|
|
background: linear-gradient(to right, #d77ef5 , #a5a5f7);
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
@@ -356,8 +356,8 @@ textarea{
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
.mh_txt .tit i{
|
|
.mh_txt .tit i{
|
|
- width: 25px;
|
|
|
|
- height: 25px;
|
|
|
|
|
|
+ width: 18px;
|
|
|
|
+ height: 18px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
@@ -475,7 +475,18 @@ textarea{
|
|
background: #00d88f;
|
|
background: #00d88f;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+#ewm{
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 999;
|
|
|
|
+ top: 50%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-top: -150px;
|
|
|
|
+ margin-left: -150px;
|
|
|
|
+ width: 300px;
|
|
|
|
+ box-shadow: 0 0 15px #e0e0e0;
|
|
|
|
+ height: 300px;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+}
|
|
|
|
|
|
/* 盲盒抽选 */
|
|
/* 盲盒抽选 */
|
|
.mh_banner{
|
|
.mh_banner{
|
|
@@ -489,6 +500,9 @@ textarea{
|
|
background: url("../images/right.png") no-repeat right center;
|
|
background: url("../images/right.png") no-repeat right center;
|
|
background-size: 23px;
|
|
background-size: 23px;
|
|
}
|
|
}
|
|
|
|
+.mhcx_form label span{
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+}
|
|
.mhcx_form label button{
|
|
.mhcx_form label button{
|
|
float: right;
|
|
float: right;
|
|
padding-right: 30px;
|
|
padding-right: 30px;
|
|
@@ -528,14 +542,14 @@ textarea{
|
|
padding: 0px 0px 60px 0px!important;
|
|
padding: 0px 0px 60px 0px!important;
|
|
width: 100%;
|
|
width: 100%;
|
|
background: #f6f6f6;
|
|
background: #f6f6f6;
|
|
- height: 100vh;
|
|
|
|
|
|
+ min-height: 100vh;
|
|
}
|
|
}
|
|
.top_bg{
|
|
.top_bg{
|
|
width: 100%;
|
|
width: 100%;
|
|
background: url("../images/grzx_02.png") no-repeat top center;
|
|
background: url("../images/grzx_02.png") no-repeat top center;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
- padding: 7% 4% 7% 8%;
|
|
|
|
|
|
+ padding: 7% 2% 7% 8%;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
position: relative;
|
|
height: 24rem;
|
|
height: 24rem;
|
|
@@ -605,10 +619,12 @@ textarea{
|
|
}
|
|
}
|
|
.grzx_ye span{
|
|
.grzx_ye span{
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
- height: 19px;
|
|
|
|
- font-size: 1.2rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
color: #333;
|
|
color: #333;
|
|
}
|
|
}
|
|
|
|
+.grzx_ye span u{
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
.grzx_it{
|
|
.grzx_it{
|
|
position: absolute;
|
|
position: absolute;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -942,6 +958,8 @@ textarea{
|
|
margin: 0px!important;
|
|
margin: 0px!important;
|
|
padding: 0px 0px 0px 0px!important;
|
|
padding: 0px 0px 0px 0px!important;
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ background: #ec7d50;
|
|
}
|
|
}
|
|
.qd_btn{
|
|
.qd_btn{
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -976,6 +994,11 @@ textarea{
|
|
align-items: center;
|
|
align-items: center;
|
|
padding-top: 3rem;
|
|
padding-top: 3rem;
|
|
}
|
|
}
|
|
|
|
+.ctmh_bg .ctmh{
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
.ctmh_bg .ctmh i{
|
|
.ctmh_bg .ctmh i{
|
|
display: block;
|
|
display: block;
|
|
width: 90px;
|
|
width: 90px;
|
|
@@ -1189,7 +1212,204 @@ margin: 0px auto;
|
|
color: #fff;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 15px 20px;
|
|
padding: 15px 20px;
|
|
- background: linear-gradient(to right, #f7aaea , #6150bf);
|
|
|
|
|
|
+ background: linear-gradient(to right, #f999e8 , #61d9fd);
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* ---送礼 */
|
|
|
|
+.stlw {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lw_top {
|
|
|
|
+ padding: 1rem;
|
|
|
|
+ background: #fff;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ z-index: 9;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lw_top i {
|
|
|
|
+ width: 45px;
|
|
|
|
+ height: 45px;
|
|
|
|
+ background: #f5f5f5;
|
|
|
|
+ display: flex;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lw_top i img {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lw_bg {
|
|
|
|
+ width: 94%;
|
|
|
|
+ background: #fff;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ padding: 15px 20px;
|
|
|
|
+ display: flex;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ box-shadow: 0px 0px 7px #f7e3fb;
|
|
|
|
+ margin-top: -6rem;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
|
|
+.lw_con{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
|
|
+.stlw h2{
|
|
|
|
+ padding: 1rem 0rem 0rem 1rem;
|
|
|
|
+ font-size: 1.6rem;
|
|
|
|
+ color: #333;
|
|
|
|
+ text-align: left;
|
|
|
|
+ z-index: 9;
|
|
|
|
+}
|
|
|
|
+.lw_div{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
|
|
+.lw_div .lw_img{
|
|
|
|
+ width: 12rem;
|
|
|
|
+ height: 11rem;
|
|
|
|
+}
|
|
|
|
+.lw_div .lw_img img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+.lw_div h5{
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ color: #333;
|
|
|
|
+ text-align:left;
|
|
|
|
+ padding-bottom: 0.5rem;
|
|
|
|
+}
|
|
|
|
+.lw_txt{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction:row;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ padding: 0.5rem 0rem;
|
|
|
|
+}
|
|
|
|
+.lw_jf{
|
|
|
|
+ color: #333;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.lw_sf{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.lw_sf p{
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+}
|
|
|
|
+#total{
|
|
|
|
+ font-size: 1.6rem;
|
|
|
|
+ padding-right: 5px;
|
|
|
|
+ color: #f35484;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.lw_sf input{
|
|
|
|
+ padding: 0.5rem 1.5rem;
|
|
|
|
+ border: 0px;
|
|
|
|
+ background: #fd78a0;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+}
|
|
|
|
+.wrapper {
|
|
|
|
+ position: relative;
|
|
|
|
+ width: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ padding-top: 2rem;
|
|
|
|
+ height: 26rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wrapper .scroller {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 6rem;
|
|
|
|
+}
|
|
|
|
+.wrapper .scroller ul{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wrapper .scroller li a{
|
|
|
|
+ /* height: 5rem; */
|
|
|
|
+ color: #333;
|
|
|
|
+ /* float: left; */
|
|
|
|
+ font-size: .4rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ padding: 1rem 1rem;
|
|
|
|
+ margin: 0px 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wrapper .scroller li a {
|
|
|
|
+ color: #333;
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 0 .3rem
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wrapper .scroller li.cur a{
|
|
|
|
+ background: #f6f6f6;
|
|
|
|
+ border: 1px solid #fd78a0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wrapper .scroller li.cur a {
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+.buymain_body_son {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ /* margin-top: 4vw; */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.buymain_body_son_left {
|
|
|
|
+ display: flex;
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ letter-spacing: 1px;
|
|
|
|
+ text-shadow: 0 0 0 #777;
|
|
|
|
+ align-items: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+.buymain_body_num::placeholder{
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+.buymain_body_son_right {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ flex: 1;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.buymain_body_btn {
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ background-color: #ffa1bd;
|
|
|
|
+ color: #fff;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-right: 1vw;
|
|
|
|
+ padding: 0 1.5vw;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ border: 0px;
|
|
|
|
+}
|
|
|
|
+.buymain_body_num {
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ background-color: #ffa1bd;
|
|
|
|
+ color: #fff;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-right: 1vw;
|
|
|
|
+ padding: 0vw 1.5vw;
|
|
|
|
+ border: 0px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ width: 30px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1369,13 +1589,35 @@ margin: 0px auto;
|
|
color: #999;
|
|
color: #999;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*客服*/
|
|
|
|
+.kf_li{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ padding: 0.5rem 0rem;
|
|
|
|
+}
|
|
|
|
+.kf_li img{
|
|
|
|
+ width: 5rem;
|
|
|
|
+ height: 5rem;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ background: #ccc;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+}
|
|
|
|
+.kf_div h4{
|
|
|
|
+ font-size: 1.4rem;
|
|
|
|
+ color: #333;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+}
|
|
|
|
+.kf_div .tx_txt{
|
|
|
|
+ font-size: 1.2rem;
|
|
|
|
+ color: #666;
|
|
|
|
+}
|
|
|
|
|
|
@media screen and (max-width: 414px) {
|
|
@media screen and (max-width: 414px) {
|
|
.mh_txt {
|
|
.mh_txt {
|
|
width: 76%;
|
|
width: 76%;
|
|
}
|
|
}
|
|
.qd_btn {
|
|
.qd_btn {
|
|
- bottom: 1%;
|
|
|
|
|
|
+ bottom: 10%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 375px) {
|
|
@media screen and (max-width: 375px) {
|
|
@@ -1383,22 +1625,22 @@ margin: 0px auto;
|
|
width: 74%;
|
|
width: 74%;
|
|
}
|
|
}
|
|
.qd_btn {
|
|
.qd_btn {
|
|
- bottom: 17%;
|
|
|
|
|
|
+ bottom: 26%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 375px) and (max-height:667px) {
|
|
@media screen and (max-width: 375px) and (max-height:667px) {
|
|
.qd_btn {
|
|
.qd_btn {
|
|
- bottom: 0%;
|
|
|
|
|
|
+ bottom: 9%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 411px) and (max-height:823px) {
|
|
@media screen and (max-width: 411px) and (max-height:823px) {
|
|
.qd_btn {
|
|
.qd_btn {
|
|
- bottom: 12%;
|
|
|
|
|
|
+ bottom: 20%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-height: 731px) and (max-width: 411px){
|
|
@media screen and (max-height: 731px) and (max-width: 411px){
|
|
.qd_btn {
|
|
.qd_btn {
|
|
- bottom: 1%;
|
|
|
|
|
|
+ bottom: 9%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|