﻿@charset "UTF-8";
/**CSS Reset**/
body, div, span, h1, h2, h3, h4, h5, h6, header, footer, section, article, aside, details, figcaption, figure, hgroup, nav, menu, address, time, canvas, audio, video, p, pre, sup, sub, ul, ol, li, dl, dt, dd, form, input, button, textarea, select, iframe, img, a {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, footer, section, article, aside, details, figcaption, figure, hgroup, nav, menu {
    display: block;
}

html, body {
    font-size: 20px;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #eee;
    color: #333;
    font-family: "Helvetica Neue", "Microsoft Yahei", Tahoma, Arial, Roboto, "Droid Sans", "Droid Sans Fallback", "Heiti SC", sans-self;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:link, a:visited, a:hover, a:active {
    color: #333;
    outline: none;
}

.iphone {
    width: 384px;
    height: 799px;
    padding: 182px 32px 157px;
    margin: 10px auto;
    background: url(../images/iphonese.png) no-repeat;
}

.browser {
    position: relative;
    width: 320px;
    height: 460px;
    overflow: hidden;
}

@media (min-width: 721px) and (max-width: 1300px) {
    .iphone {
        width: 270px;
        height: 562px;
        padding: 128px 23px 111px;
        margin: 20px auto;
        background-size: 270px 562px;
    }

    .browser {
        width: 224px;
        height: 323px;
    }
}

@media (max-width: 720px) {
    .iphone {
        width: 100%;
        height: 100%;
        padding: 0;
        background: none;
    }

    .browser {
        width: 100%;
        height: 100%;
    }
}

/*选择地区*/
.express-area {
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*margin-top: .25rem;*/
    /*margin-bottom: .25rem;*/
    background-color: #fff;
}

.express-area a {
    display: block;
    /*padding: .5rem;*/
    /*background: url(../images/link-arrow.png) no-repeat 98% 50%;*/
    /*background-size: .55rem .55rem;*/
}

.express-area dl {
    position: relative;
    /*line-height: 1.2rem;*/
    color: #4d525d;
}

.express-area dl dt {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*font-size: .7rem;*/
    /*line-height: 1.2rem;*/
}

.express-area dl dd {
    /*padding-top: .1rem;*/
    /*padding-right: .8rem;*/
    /*margin-left: 3.5rem;*/
    /*text-align: justify;*/
    font-size: .35rem;
    /*line-height: 1rem;*/
}

@media (min-width: 721px) and (max-width: 1300px) {
    .express-area a {
        padding: .3rem;
    }

    .express-area dl dt {
        font-size: .5rem;
        line-height: 1rem;
    }

    .express-area dl dd {
        padding-right: .6rem;
        margin-left: 3rem;
        font-size: .4rem;
        line-height: .8rem;
    }
}

/*选择地区弹层*/
.express-area-box {
    position: absolute;
    bottom: -100%;
    left: 50%;
    z-index: 15;
    width: 320px;
    margin-left: -160px;
    background-color: #fff;
    color: #4d525d;
}

.express-area-box header {
    position: relative;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
    /*margin: 0 1.675rem;*/
    text-align: center;
    font-size: .38rem;
    line-height: 3;
}

.express-area-box header .back,
.express-area-box header .close {
    position: absolute;
    top: 0;
    width: 0.5rem;
    height: 1rem;
}

.express-area-box header .back {
    display: none;
    left: 0;
    background: url(../images/back.png) no-repeat center;
    background-size: .25rem .35rem;
}

.express-area-box header .close {
    right: 0;
    background: url(../images/close-area.png) no-repeat center;
    background-size: .25rem .35rem;
}

.express-area-box article {
    height: 250px;
    overflow-y: scroll;
}

.area-list li {
    padding: 0 0.25rem;
    border-bottom: 1px solid #e2e2e2;
    text-align: justify;
    font-size: .35rem;
    line-height:3;
}

@media (min-width: 721px) and (max-width: 1300px) {
    .express-area-box {
        width: 224px;
        margin-left: -112px;
    }

    .express-area-box header h3 {
        font-size: .7rem;
        line-height: 1.7rem;
    }

    .express-area-box header .back,
    .express-area-box header .close {
        height: 1.7rem;
    }

    .express-area-box article {
        height: 120px;
    }

    .area-list li {
        padding: .3rem;
        font-size: .6rem;
        line-height: 1rem;
    }
}

@media (max-width: 720px) {
    .express-area-box {
        position: fixed;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

/*遮罩层*/
.mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 720px) {
    .mask {
        position: fixed;
    }
}