﻿body {
    background-color: #fff;
}

i, em {
    font-style: normal;
}

.header {
    width: 10.8rem;
    height: 1.68rem;
    background: #fff;
}

.header p {
    text-align: center;
    height: 1.68rem;
    font-size: 0.52rem;
    font-weight: 800;
    color: #000;
    line-height: 1.68rem;
    letter-spacing: 0.1rem;
}

.return {
    margin-left: 0.36rem;
    margin-top: -1.2rem;
}

.return i {
    color: #000;
    font-size: 0.7rem;
}

.banner-top {
    width: 10.09rem;
    height: 0.81rem;
    background: rgba(248,242,241,1);
    border-radius: 0.4rem;
    margin: auto;
    margin-top: 0.5rem;
}

.banner-top .banner-ico {
    float: left;
    width: 0.46rem;
    height: 0.43rem;
    background: url(../../Images/phone/ico-19.png) no-repeat;
    background-size: cover;
    margin-left: 0.22rem;
    margin-top: 0.22rem;
}

.banner-top span {
    display: inline-block;
    margin-left: 0.33rem;
    font-size: 0.37rem;
    color: #EF402E;
    line-height: 0.81rem;
}

.product {
    padding: 0.55rem 0.36rem 0 0.39rem;
    background-color: #fff;
    overflow: hidden;
}

.product .title {
    height: 0.86rem;
}

.title .next {
    float: right;
}

.next .inputs {
    width: 2.16rem;
    height: 0.86rem;
    text-align: center;
    background: linear-gradient(159deg,rgba(238,103,42,0.8),rgba(226,49,58,1));
    border-radius: 0.63rem;
}

.next span {
    font-size: 0.37rem;
    color: #fff;
    line-height: 0.86rem;
}

.title h3 {
    display: inline-block;
    font-size: 0.43rem;
    color: #3B3030;
    font-weight: 700;
    line-height: 0.86rem;
    letter-spacing: 0.03rem;
    margin-left: 0.13rem;
}

.pro1 {
    overflow: hidden;
    border-bottom: 0.01rem solid #ECECEC;
    /*padding-bottom: 0.13rem;*/
    padding-top: 0.13rem;
    box-shadow: 3px 3px 3px 3px #000;
    /*-moz-box-shadow:3px 3px 3px 3px #000;    //以火狐为代表的mozilla内核浏览器，火狐现在的版本已经支持这个属性，所以不用再加-moz*/
    -webkit-box-shadow: 4px 4px 10px #CCCCCC;
    line-height: 3rem;
    margin: 0.4rem 0;
    height: 2.9rem;
}

.pro1 .pro-left {
    float: left;
    width: 2.6rem;
    height: 3rem;
    border-radius: 0.14rem;
    margin-right: 0.37rem;
    border-radius: 0.14rem;
}

.pro1 .pro-left img {
    width: 100%;
}

.pro1 .pro-right {
    margin-top: 20px;
}

.pro1 .pro-right p {
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0.03rem;
    color: coral;
}

.pro1 .pro-right span {
    display: block;
    font-size: 0.3rem;
    color: #666;
    line-height: 1.8em;
}

.pro1 .pro-right span i {
    color: #EF402E;
}

.pro2 {
    height: 3.54rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 10.8rem;
    height: 1.7rem;
    margin-top: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0.24rem;
    overflow: hidden;
    z-index: 99;
    box-shadow: 0px -12px 26px 0px rgba(202,202,202,0.2);
}

.footer ul {
    display: flex;
    justify-content: space-around;
}

.footer .fot-1 {
    width: 0.73rem;
    height: 0.67rem;
    background: url(../../Images/phone/pics.png) no-repeat -1.24rem -10.44rem;
    background-size: 10.8rem auto;
}

.footer .fot-2 {
    width: 0.69rem;
    height: 0.69rem;
    background: url(../../Images/phone/pics.png) no-repeat -3.24rem -11.94rem;
    background-size: 10.8rem auto;
}

.footer .fot-3 {
    width: 0.68rem;
    height: 0.66rem;
    background: url(../../Images/phone/pics.png) no-repeat -5.5rem -11.94rem;
    background-size: 10.8rem auto;
    margin:0px 0px 0px 13px;
}

.footer .fot-4 {
    width: 0.63rem;
    height: 0.68rem;
    background: url(../../Images/phone/pics.png) no-repeat -7.43rem -11.89rem;
    background-size: 10.8rem auto;
}

.footer ul li span {
    display: block;
    font-size: 0.32rem;
    color: #a6a6a6;
    margin-top: 0.2rem;
}

.footer ul li span.active {
    color: #a6a6a6;
}

.footer ul li span.home {
    color: #EF402E;
}

.tops {
    position: fixed;
    right: 0;
    bottom: 3.2rem;
    width: 2.15rem;
}









.parcel {
    max-width: 10.8rem;
    margin: auto;
}


@media (min-width: 768px) {
    .parcel {
        max-width: 1080px;
        margin: 0 auto
    }

    .header {
        width: 100%;
        max-width: 1080px;
        height: 62px;
        margin: auto;
        background: #fff;
    }

    .header p {
        text-align: center;
        height: inherit;
        font-size: 22px;
        font-weight: 800;
        line-height: 62px;
        letter-spacing: 0.1rem;
    }

    .return {
        width: 0.16rem;
        height: 0.28rem;
        margin-left: 30px;
        margin-top: -45px;
    }

    .return i {
        color: #000;
        font-size: 24px;
    }



    .banner-top {
        width: 93%;
        height: 40px;
        background: rgba(248,242,241,1);
        border-radius: 0.4rem;
        margin: auto;
        margin-top: 0.4rem;
    }

    .banner-top .banner-ico {
        float: left;
        width: 15px;
        height: 15px;
        background: url(../../Images/phone/ico-19.png) no-repeat;
        background-size: cover;
        margin-left: 20px;
        margin-top: 15px;
    }

    .banner-top span {
        display: inline-block;
        margin-left: 20px;
        font-size: 16px;
        color: #EF402E;
        line-height: 40px;
    }

    .next .inputs {
        width: 100px;
        height: 40px;
        text-align: center;
        background: linear-gradient(159deg,rgba(238,103,42,0.8),rgba(226,49,58,1));
        border-radius: 30px;
    }

    .next span {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
    }

    .product .title {
        height: 40px;
    }

    .pro2 {
        height: 200px;
    }

    .product {
        padding: 20px 60px 0 60px;
        background-color: #fff;
    }

    .product h3 {
        font-size: 18px;
        color: #3B3030;
        font-weight: 700;
        line-height: 2em;
        letter-spacing: 0.03rem;
        margin-left: 5px;
    }

    .pro1 {
        overflow: hidden;
        border-bottom: 0.01rem solid #ECECEC;
        padding-bottom: 10px;
        padding-top: 15px;
        height: 136px;
    }

    .pro1 .pro-left {
        float: left;
        width: 150px;
        height: 180px;
        border-radius: 10px;
        margin-right: 0.37rem;
        overflow: hidden;
    }

    .pro1 .pro-left img {
        width: 100%;
        margin-top: -191px;
    }

    .pro1 .pro-right {
        margin-top: 20px;
    }

    .pro1 .pro-right p {
        font-size: 18px;
        font-weight: 700;
        line-height: 2em;
        letter-spacing: 0.03rem;
    }

    .pro1 .pro-right span {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 1.8em;
    }

    .pro1 .pro-right span i {
        color: #EF402E;
    }


    .footer {
        position: fixed;
        bottom: 0;
        width: 10.8rem;
        height: 52px;
        margin-top: 0.1rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 3px 0;
        overflow: hidden;
        z-index: 99;
        box-shadow: 0px -12px 26px 0px rgba(202,202,202,0.2);
    }

    .footer ul {
        display: flex;
        justify-content: space-around;
    }

    .footer .fot-1 {
        width: 25px;
        height: 25px;
        background: url(../../Images/phone/pro-19.png) no-repeat;
        background-size: cover;
        margin: auto;
    }

    .footer .fot-2 {
        width: 25px;
        height: 25px;
        background: url(../../Images/phone/pro-18.png) no-repeat;
        background-size: cover;
        margin: auto;
    }

    .footer .fot-3 {
        width: 25px;
        height: 25px;
        background: url(../../Images/phone/pro-17.png) no-repeat;
        background-size: cover;
        margin: auto;
    }

    .footer .fot-4 {
        width: 25px;
        height: 27px;
        background: url(../../Images/phone/pro-22.png) no-repeat;
        background-size: cover;
        margin: auto;
    }

    .footer ul li span {
        display: block;
        font-size: 16px;
        color: #a6a6a6;
        margin-top: 3px;
    }

    .footer ul li span.active {
        color: #a6a6a6;
    }

    .tops {
        position: fixed;
        right: 50%;
        bottom: 150px;
        width: 100px;
        margin-right: -650px;
    }
}
