
* {
    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: #ffffff;
    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: linear-gradient(90deg, #58d871, #6fc339);
/*    background-color: #ffffff;*/
}

.main-title {
    height: 6.6vh;
    line-height: 6.6vh;
    margin: 0 5.1vw;
  /*  background-fize: 17px;*/
   color:#ffffff;
    background: linear-gradient(90deg, #58d871, #6fc339);
  /*  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{
   /* margin-top: 10px;*/
    background: linear-gradient(90deg, #58d871, #6fc339);
    text-align: center;
    color:#ffffff;
    padding:0 6.1vw;
}
.detail-title{
    font-size: 4.4vw;
   padding-top: 6vw;
}
/*下次配送时间*/
.detail-time{
    line-height: 20vw;
}
.mui-text-center h5{
    text-align: right;
    color:#E3E3E3;
}
.mui-progressbar{
    height:4px;
}
.mui-progressbar span{
    background-color: #ffffff;
}
.pickup{
    line-height: 16vw;
}
.remarks{
    text-align: left;
    font-size: 3.7vw;
    color:#E6E2E2;
    line-height: 10vw;
}
.remarks a{
    color:#E6E2E2;
    font-size: 3.7vw;
    text-decoration:underline;
    padding:0 2px;
}
	/*配送明细*/
.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;
}
.db-record{
    padding:0 2vw;
}
table{
    width:100%;
}
table th{
    line-height: 10vw;
}
table td{

    color:#858585;
    padding-right:0.8vw;
    line-height: 8vw;
    border-bottom:2px double white;
}