/*********************      css reset     *********************/
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    width: 100%;
    background-color: #ffffff;
    min-width: 320px;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #252525;
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

ul, dl, form, li, dd, dt, tr, td, h1, h2, h4, h3, h5, p, input, header, nav, figure, iframe, table, header, section, footer {
    margin: 0;
    padding: 0;
}

ul, ol, dl, li, dd, dt {
    list-style: none;
}

/*********************      通用     *********************/
a {
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
}

s, u {
    text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #ffffff inset;
    -webkit-text-fill-color: #383838;
}

input, textarea, select {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

video::-webkit-media-controls {
    display: none !important;
}

.text-oh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bd-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bd-flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bd-flex.baseline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.bd-flex.stretch {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.bd-flex.start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.bd-flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/*竖向*/
.bd-flex.flex-column {
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.bd-flex.flex-column2 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: baseline;
    align-content: space-between;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.wrapper-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ft-box {
    width: 100%;
    height: 60px;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: #000000;
}

.ft-box ul {
    width: 100%;
    font-size: 12px;
}

.ft-box ul li {
    width: 20%;
    height: 50px;
    float: left;
    text-align: center;
}

.ft-box.num2 li {
    width: 25%;
}

.ft-box ul li > a, .ft-box ul li > a.active {
    width: 100%;
    display: block;
}

.ft-box ul li > a span {
    font-size: 22px;
    display: block;
    margin: 0 auto;
    padding: 3px 0;
}

.ft-box ul li > a span:before {
    color: #ffffff;
}

.ft-box ul li > a.active span:before {
    background: -moz-linear-gradient(top, #eb5d23 10%, #ef801b 100%);
    background: -webkit-linear-gradient(to top, #eb5d23 10%, #ef801b 100%);
    background: -o-linear-gradient(top, #eb5d23 10%, #ef801b 100%);
    background: linear-gradient(to top, #eb5d23 10%, #ef801b 100%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.ft-box.num4 ul li > a.active span:before {
    color: #cda97c;
    background: none;
    -webkit-text-fill-color: #cda97c;
    text-fill-color: #cda97c;
}

.ft-box ul li > a i {
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
}

.ft-box ul li > a.active i {
    color: #eb5d23;
}

.ft-box.num4 ul li > a.active i {
    color: #cda97c;
}

.ft-box.num3 {
    box-shadow: none;
}

.ft-box.num3 li {
    width: 33%;
}

.top-tip-box {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: #f6f6f6;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}

.top-tip-box > span {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin: -1px 5px 2px 0;
}

.floating-box {
    width: 50px;
    overflow: hidden;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 998;
    background-color: #ffffff;
    text-align: center;
    padding: 0 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.floating-box > div {
    width: 100%;
    height: 50px;
    padding-top: 10px;
}

.floating-box > div.lh {
    padding-top: 0;
    line-height: 50px;
    font-size: 14px;
}

.floating-box > div {
    border-bottom: 1px solid #000000;
}

.floating-box > div:last-child {
    border-bottom: none;
}

.floating-box > div.bb {
    border-bottom: none;
}

.floating-box > div > span {
    font-size: 28px;
}

.floating-box > div > span:before {
    color: #000000;
}

.add-shop-operate {
    width: 100%;
    height: 62px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 991;
    background-color: #ffffff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

.save-box {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: fixed;
    z-index: 1002;
    bottom: 0;
    left: 0;
}

.btn-save {
    width: 90%;
    height: 50px;
    margin: 10px auto;
    display: block;
    padding: 10px 0;
    line-height: 30px;
    background-color: #a1a1a1;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
}

.btn-save.bg {
    background-color: #eb5d23;
    color: #ffffff;
}

.btn-save s {
    font-size: 18px;
}

.btn-go-index {
    width: 200px;
    margin: 20px auto 0;
    overflow: hidden;
    display: block;
    border: 1px solid #eb5d23;
    background-color: #eb5d23;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding: 5px 0;
    text-align: center;
    border-radius: 36px;
}

.btn-go-index.mg {
    margin: 100px auto;
}

.btn-go-index.w {
    width: 120px;
}

.btn-shopowner {
    width: 200px;
    margin: 20px auto 0;
    overflow: hidden;
    display: block;
    border: 1px solid #cda97c;
    background-color: #cda97c;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding: 5px 0;
    text-align: center;
    border-radius: 36px;
}

/*占位*/
.seize-box, .seize-box2, .seize-box3, .seize-box4 {
    width: 100%;
    height: 60px;
    text-indent: -9999px;
}

.seize-box2 {
    height: 52px;
}

.seize-box3 {
    height: 62px;
}

.seize-box4 {
    height: 46px;
}

/*选择地区*/
.express-area {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
}

.express-area a {
    width: 100%;
    padding: 5px 0;
    display: block;
    background: url("../images/link-arrow.png") center right no-repeat;
    background-size: 10px;
}

.express-area dl {
    width: 100%;
    position: relative;
    color: #656565;
}

/*选择地区弹层*/
.areaLayer_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    display: none;
}

.express-area-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1012;
    background-color: #fff;
    line-height: 30px;
    display: none;
}

.express-area-box header {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.express-area-box header h3 {
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
}

.express-area-box header .back, .express-area-box header .close {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
}

.express-area-box header .back {
    display: none;
    left: 0;
    background: url("../images/back.png") no-repeat center;
    background-size: 8px;
}

.express-area-box header .close {
    right: 0;
    background: url("../images/close-area.png") no-repeat center;
    background-size: 8px;
}

.express-area-box article {
    height: 250px;
    overflow-y: scroll;
}

.area-list li {
    padding: 5px 15px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 30px;
    font-size: 14px;
}
