* {
    font: 400 14px/1.5 "微软雅黑";
}

@media only screen and (max-width: 375px) {
    html {
        font-size: calc(100% + 2 * (100vw - 375px) / 39);
        font-size: calc(16px + 2 * (100vw - 375px) / 39);
    }
}

@media only screen and (max-width: 414px) {
    html {
        font-size: calc(100% + 2 * (100vw - 414px) / 586);
        font-size: calc(18px + 2 * (100vw - 414px) / 586);
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: calc(100% + 2 * (100vw - 600px) / 400);
        font-size: calc(20px + 2 * (100vw - 600px) / 400);
    }
}

@media only screen and (max-width: 1000px) {
    html {
        font-size: calc(100% + 2 * (100vw - 1000px) / 1000);
        font-size: calc(22px + 2 * (100vw - 1000px) / 1000);
    }
}

html,
body {
    font-size: 16px;
    width: 100%;
    height: 120%;
    background-color: #f3f5f7;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
    border: 0;
    background-color: transparent;
    background-image: url("");
}

textarea {
    resize: none;
}

a, li {
    text-decoration: none;
    list-style: none;
}

.clearfix {
    clear: both;
}

/*头部*/
.header {
    width: 100%;
    height: 40vw;
    position: relative;
    background: linear-gradient(90deg, #58d871, #6fc339);
}

/*我的*/
.my {
    position: absolute;
    top: 4vw;
    left: 4vw;
    color: #fff;
    font-size: 4vw;
}

/*设置图标*/
.icon1 img {
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 5.3vw;
    height: 5.3vw;
}

/*头像*/
.photo img {
    width: 16vw;
    height: 16vw;
    position: absolute;
    border-radius: 50%;
    top: 18vw;
    left: 6vw;
}

/*右边会员*/
/*未登录*/
.unlisted {
    font-size: 4vw;
    padding-top: 3vw;
}

/*登录*/
.text {
    position: absolute;
    left: 26vw;
    top: 18vw;
    font-size: 5vw;
    color: #fff;
}

#cwxname {
    font-size: 4vw;
}

#usercode {
    font-size: 3vw;
}

#grade {
    font-size: 3vw;
    margin-top: 10px;
}

/*进入个人中心按钮*/
.retrun img {
    width: 2.13vw;
    position: absolute;
    right: 6.13vw;
    top: 22vw;
}

/*钱包积分banner*/

.list {
    width: 100%;
    height: 18vw;
    font-size: 3.2vw;
    background-color: #ffffff;
    padding: 4vw 0;

}

.list li {
    color: #4E4E4E;
    padding: 2px 0;
}

.list a {
    float: left;
    width:100%;
    height: 16vw;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 1vw;
}

.integral {
    border-left: 1px solid #e2e2e2;
}

/*我的订单*/
.myorder {
    margin-top: 2.67vw;
    text-align: center;
    line-height: 6vw;
    font-size: 4vw;
    background-color: #ffffff;
}

.mm-myorder {
    height: 6vw;
    margin: 0 6.1vw;
    padding: 3vw 0;
    color: #252525;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    border-bottom: 1px solid #e2e2e2;
}

.mm-myorder p {
    padding-left: 8vw;
    background: url("../images/pic92.png") left center no-repeat;
    background-size: 3.74vw;
}

/*代发货待收货*/
.nav_list {
    height: 19.3vw;
    font-size: 3.2vw;
    text-align: center;
    background-color: #ffffff;
}

.nav_list div {
    float: left;
    width: 20%;
    text-align: center;
}

.nav_list div img {
    width: 6.1vw;
    margin-top: 4vw;
    margin-bottom: 1vw;
}

/*我的优惠券*/
.function_list1 {
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list1 li {
    padding-left: 8vw;
    background: url("../images/pic99.png") left center no-repeat;
    background-size: 4.8vw;
    line-height: 12.4vw;
    font-size: 4vw;
    margin-left: 6.1vw;
    float: left;
}
/*我的会员卡*/
.function_list2 {
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list2 li {
    padding-left: 8vw;
    background: url("../images/pic100.png") left center no-repeat;
    background-size: 4.8vw;
    font-size: 4vw;
    line-height: 12.4vw;
    margin-left: 6.1vw;
    float: left;
}
/*配送地址管理*/
.function_list3 {
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list3 li {
    padding-left: 8vw;
    background: url("../images/pic101.png") left center no-repeat;
    background-size: 4.8vw;
    font-size: 4vw;
    line-height: 12.4vw;
    margin-left: 6.1vw;
    float: left;
}

/*我的配送记录*/
.function_list4{
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list4 li {
    padding-left: 8vw;
    background: url("../images/pic102.png") left center no-repeat;
    background-size: 4vw;
    font-size: 4vw;
    line-height: 12.4vw;
    margin-left: 6.1vw;
    float: left;
}
/*帮助中心*/
.function_list5{
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list5 li {
    padding-left: 8vw;
    background: url("../images/pic103.png") left center no-repeat;
    background-size: 4.53vw;
    font-size: 4vw;
    line-height: 12.4vw;
    margin-left: 6.1vw;
    float: left;
}

/*修改密码*/
.function_list6{
    margin-top: 4vw;
    margin-right: 6.1vw;
    background: url("../images/pic93.png") right center no-repeat;
    background-size: 2.13vw;
    height: 12.4vw;
    color: #252525;
}

.function_list6 li {
    padding-left: 8vw;
    background: url("../images/pic107.png") left center no-repeat;
    background-size: 4.53vw;
    font-size: 4vw;
    line-height: 12.4vw;
    margin-left: 6.1vw;
    float: left;
}

/*.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    border-top: 2px solid #e1e1e1;
    font-size: 2vw;
    width: 100%;
}

.footer a {
    float: left;
    width: calc(100% / 4);
    text-align: center;
}

.footer a img {
    height: 7vw;
    margin: .5vw auto;
}

.footer a:nth-child(4) {
    color: #6ab93a;
}*/








.footer {
    font-size: 2.4vw;
    width: 100%;
    height:49px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    position: fixed;
    right: 0;
    bottom: 0;
}

.footer  h1{
    padding-top: 2px;
    font-size: 2.4vw;
}
.footer a {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 5px;
    color: #666;
    font-size: 2.4vw;
}
/*footer a {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: #666;
	font-size: 2.4vw;
}*/

.footer a img {
    width:6.1vw;
    height:6.1vw;
    margin:0 auto;
    display: block;
}

.footer a:nth-child(4) {
    color: #6ab93a;
}
@media only screen and (max-device-width :374px) {
    .rush-buy .title .time {
        font-size: 12px;
    ;
        margin-top: 10px;
    }
    .rush-buy .title .time span {
        font-size: 10px;
    }
    .rush-buy>.goods-list a h3 {
        font-size: 10px;
        margin-top: 6px;
    }
    .rush-buy>.goods-list a p {
        font-size: 14px;
    }
    .rush-buy>.goods-list a span {
        font-size: 10px;
    }
    ul.goods-list li a h3 {
        font-size: 12px;
    }
    .footer a img {
        /*	height: 26px;*/
        margin: 3px auto;
    }
    .footer  h1{
        padding-top: 3px;
        font-size: 2.4vw;
    }

}