@charset "utf-8";
html {
    background-color: #fff;
    color: #000;
    font-size: 12px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
    margin: 0;
    padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
    line-height: 1.5;
    font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif
}

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

address,
cite,
dfn,
em,
i,
optgroup,
var {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

caption,
th {
    text-align: inherit
}

ul,
ol,
menu {
    list-style: none
}

fieldset,
img {
    border: 0
}

img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a,
ins,
s,
u,
del {
    text-decoration: none
}

sup,
sub {
    vertical-align: baseline
}

html {
    overflow-x: hidden;
    height: 100%;
    font-size: 50px !important;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    /* font-size: .28em; */
    line-height: 1;
    -webkit-text-size-adjust: none;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}

a {
    color: #25a4bb;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.box-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.flex3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.flex4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}


/* 弹出层 */

.popup-diy-wrap {
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    overflow: hidden;
    display: none;
}

.span-mask {
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-bottom {
    width: 100%;
    height: auto;
    position: fixed;
    min-height: 2rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .3rem .3rem 0 0;
}

.popup-title-wrap {
    height: .9rem;
    border-bottom: 1px solid #dcdcdc;
    font-size: .36rem;
    text-align: center;
    line-height: .9rem;
    color: #000;
}

.popup-body-wrap {
    height: auto;
    max-height: 7rem;
    overflow: auto;
}


/*选择/编辑 地址*/

*::before,
*::after {
    box-sizing: border-box;
}

#addressSelectWrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

#addressSelect {
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-color: #fff;
    border-radius: .32rem .32rem 0 0;
}

#addressSelect .tip {
    position: relative;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

#addressSelect .tip h3 {
    width: 100%;
    text-align: center;
    font-size: .36rem;
    font-weight: normal;
    color: #666;
}

#addressSelect .tip #cancel {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    color: #666;
    border: none;
    background: transparent url("images/cancel.png") no-repeat center;
    cursor: pointer;
}

#addressSelect #address {
    width: 100%;
    height: 100%;
}

.areaLabel+i {
    font-size: .42rem;
    line-height: .5rem;
}


/*被选中的地址*/

.selected-address {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
}

.selected-address:before {
    content: "";
    display: table;
}

.selected-address:after {
    content: "";
    display: table;
    clear: both;
}

.selected-address li {
    float: left;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    width: 25%;
    padding-right: .3em;
    padding-left: .3em;
    color: #333;
    border-bottom: 1px solid transparent;
    font-size: .30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.selected-address li.active {
    border-bottom-color: #fa7a07;
    color: #fa7a07;
}


/*各级地址列表*/

.address-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*加载中*/
}

.address-content ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 8px;
    padding-bottom: 88px;
}

.address-content ul li {
    height: .72rem;
    line-height: .72rem;
    padding: .12rem 0 .12rem .48rem;
    font-size: .28rem;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #939393;
    cursor: pointer;
}

.address-content ul li.active {
    background-color: rgba(250, 122, 7, .8);
    color: #fff;
}

.address-content .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 14px 14px 14px 52px;
    background: rgba(0, 0, 0, 0.5) url("images/loading.gif") no-repeat left 14px center / 24px 24px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
}


/*switch*/

.mui-switch {
    width: 52px;
    height: 31px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
    border-color: #fa7a07;
    box-shadow: #fa7a07 0 0 0 16px inset;
    background-color: #fa7a07;
}

.mui-switch:checked:before {
    left: 21px;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #fa7a07;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #fa7a07 0 0 0 16px inset;
    background-color: #fa7a07;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.regisSucss {
    text-align: center;
    padding-top: 4.6rem;
}

.regisSucss p {
    line-height: .48rem;
    font-size: .48rem;
    padding: .4rem 0;
}

.regisSucss .icon-chenggong {
    color: #ff6f3d;
    font-size: 1.8rem
}

.rule-box {
    position: relative;
}

.rule-box img {
    width: 100%;
    height: 100%;
}

.rule-time {
    right: .3rem;
    top: .4rem;
    position: absolute;
    background: url(../images/rule-img01.png) no-repeat left top;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    background-size: contain;
    width: .8rem;
    height: .8rem;
}

.rule-time p:first-child {
    line-height: .4rem;
    margin-top: .1rem;
}

.rule-time p:last-child {
    line-height: .1rem;
}

.title {
    line-height: .4rem;
    font-size: .32rem;
    text-align: center;
    color: #000
}

.privacyBox {
    padding: .2rem;
    top: 0rem;
    position: relative;
}

.privacyBox :not(.title) {
    text-indent: .5rem;
    line-height: .56rem;
    color: #666;
    font-size: .24rem
}

.font-weight {
    font-weight: bold
}
