
* {
    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);
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    background-color:#f3f5f7;
    width: 100%;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: black;
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: normal;
}

input {
    border: 0;
    background: url("");
    border-radius: 0;
}

.clearfix {
    clear: both;
}

/*标题 返回*/
.main-return {
  background-color: #ffffff;
}

.main-title {
    height: 6.6vh;
    line-height: 6.6vh;
    margin: 0 5.1vw;
    background-size: 17px;
    background-color: #ffffff;
    color:#252525;
}

.main-title img {
    padding-top: 2.6vw;
    width:3vw;
}

.main-title span {
    padding-left: 36vw;
    font-size: 4vw;
}


/*配送内容*/
.db-detail{
  /*  background: linear-gradient(90deg, #58d871, #6fc339);*/
    background:url("../images/ig-img.jpg")center center no-repeat;
    background-size: contain;
    text-align: left;
    color:red;
    padding:4vw 6.1vw;
    height:57vw;
    margin:3vw 3vw 0 3vw;

}
.db-detail span{
   font-size:3.6vw;
    font-weight: bold;
}
.detail-title{
    margin-top: 40vw;
}
	/*配送明细*/
.db-disdetail{
    height:13.3vw;
    line-height:13.3vw;
    text-align: center;
    padding-left: 5.2vw;
    font-size: 3.27vw;
    background:url("../images/db-disdetail.png")center center no-repeat ;
    background-size: 44.27vw;
    background-color: #ffffff;
 /*   border-bottom:#DCDCDC solid 1px;*/
    margin:3vw;
}
.integral-content{
    color:#FAAD0F;
    font-size: 3vw;
}
.db-record{
   margin-left: 3vw;
    margin-bottom: 15vh; 
   padding-bottom: 20px;
}
.clearfix2{ overflow: hidden;}
.shopimg{
    background-color: #ffffff;
    text-align: center;
    float:left;
    margin:0 3vw 3vw 0;
    width:45.5vw;
    padding:2vw 0;
}
.shopimg img{
    width:40vw;
}
.footer a img {
    /*	height: 26px;*/
    margin: 3px auto;
}
.footer  h1{
    padding-top: 3px;
    font-size: 2.4vw;
}

/*.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;
}

