        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;
        }

        body {
            font-size: 14px;
            background-color: #f3f5f7;
        }

        img {
            border: none;
        }

        li {
            list-style: none;
        }

        input, select, textarea {
            outline: none;
        }

        textarea {
            resize: none;
        }

        a {
            text-decoration: none;
            color: #8c8c8c;
        }
		@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);
  }
}
        /*我的订单*/
        .header {
           /* color: #ffffff;*/
            width: 100%;
            font-size: 4.7vw;
          /*  background-color: #6AB93A;*/
         /*   height: 12vw;*/
            text-align: center;
            line-height: 12vw;

            background-color: #ffffff;
        }

        .header-text {
            margin:0 5vw;
            height: 12vw;
          /*  background: url("../images/pho-zh-return.png") left center no-repeat;*/
            border-bottom: #E2E2E2 solid 1px;
        }
        .header-text img{
            float:left;
            margin-top: 3vw;
        }
        /*全部 代付款*/
        .meau {
            background-color: #ffffff;
            height: 12.3vw;
            font-size: 3.6vw;
            padding-left: 13.4vw;
            line-height: 12.3vw;
        }

        .meau a {
            padding-left: 1.5vw;
            padding-right: 2.3vw;

        }
        .meau3 {
            background-color: #ffffff;
            height: 12.3vw;
            font-size: 3.4vw;
            line-height: 12.3vw;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 0 2vw;
            box-sizing: border-box;
            overflow-x: auto;
            white-space: nowrap;
        }

        .meau3 a {
            padding: 0 1.5vw 2.5vw;
            flex-shrink: 0;
        }
        .meau2 {
            background-color: #ffffff;
            height: 12.3vw;
            font-size: 3.6vw;
            padding-left: 13.4vw;
            line-height: 12.3vw;
        }

        .meau2 a {
            padding-left: 5vw;
            padding-right: 10vw;

        }

        .b {
            border-bottom: #6AB93A solid 0.5vw;
            color: #6AB93A;
        }

        /*列表*/
        .column {
            margin: 3vw 3vw;
            height: auto;
            background-color: #ffffff;
            position: relative;
            border-radius: 3vw;
            box-shadow: 0 1px 8px rgba(106, 185, 58, 0.18);
            overflow: hidden;
            box-sizing: border-box;
        }

        .list {
            height: auto;
            margin-left: 0;
            padding: 3.5vw 4vw 2vw;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }
        .shopcontent{
            padding-bottom: 16vw;
        }

        .list-item img {
            width: 14.6vw;
            height: 14.6vw;
            object-fit: cover;
            display: block;
        }

        .list-item span {
            padding-left: 17.8vw;
            font-size: 3rem;
        }

        .list-item {
            float: none;
            flex-shrink: 0;
            font-size: 4vw;
            width:14.6vw;
            height:14.6vw;
            border-radius: 2vw;
            overflow:hidden;
            background-color: #f5f5f5;
        }

        .list-content {
            float: none;
            flex: 1;
            min-width: 0;
            font-size: 3.4vw;
            padding-left: 3vw;
            line-height: 5.5vw;
            background-color: #ffffff;
            word-break: break-all;
        }

        .list-content p {
            color: #999999;
            margin: 0;
        }

        .list-text {
            padding-bottom: 1vw;
        }

        /*去支付 / 金额行*/
        .list-text1 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 2.5vw;
            height: auto;
            min-height: 10vw;
            margin-left: 4vw;
            margin-right: 4vw;
            font-size: 3.4vw;
            line-height: 1.4;
            padding: 2.5vw 0;
            border-bottom: #e5e5e5 solid 1px;
            box-sizing: border-box;
        }

        .list-text1 > span:first-child {
            flex: 1;
            min-width: 0;
            color: #333;
        }

        .list-text1 > span:only-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .list-text1 a {
            float: none;
            flex-shrink: 0;
            font-size: 3.2vw;
            color: #fff;
            background-color: #6AB93A;
            padding: 1.2vw 3.5vw;
            border-radius: 4vw;
            line-height: 1.4;
            white-space: nowrap;
        }

        .list-text1 > span:only-child a {
            background: none;
            color: #666;
            padding: 0;
            border-radius: 0;
            font-size: 3.2vw;
        }

        .mo-delete{
            flex-shrink: 0;
            color: #f71a25;
            padding-left: 0;
            white-space: nowrap;
            font-size: 3.2vw;
        }

        /*查看订单 / 状态行*/
        .list-text2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: auto;
            min-height: 10vw;
            font-size: 3.4vw;
            margin: 0 4vw;
            line-height: 1.4;
            padding: 2.5vw 0;
            color: #666;
            box-sizing: border-box;
        }

        .list-text2 a {
            float: none;
            padding-right: 0;
            color: #6AB93A;
            white-space: nowrap;
            flex-shrink: 0;
        }

    /*    .abo {
            position: absolute;
            left: 3vw;
            right: 3vw;
            top:10vw;
            height: 30.4vw;
            border-radius: 1.6vw;
            border: solid 1px #cccccc;
            z-index: -1;
        }*/

        .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;
            z-index: 99;
        }
        
        .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(1) {
            color: #6ab93a;
        } */
        
        