@charset "utf-8";
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    font-family: sans-serif;
    background: #f0eff5;
    color: #333;
    font-size: .32rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins,
a {
    text-decoration: none
}

.icon-redpacket_fill{
    color: red;
}

/*自定义盒子模型*/


/*横向弹性盒子*/

.flex-box-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex
}

.flex-box-x>.col-xs-x {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}


/*纵向弹性盒子*/

.flex-box-y {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex
}

.flex-box-y>.col-xs-y {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}


/*水平居中*/

.flex-x-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    text-align: center
}


/*垂直居中*/

.flex-y-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex
}


/*水平垂直居中*/

.flex-xy-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
}


/*顶部对齐*/

.flex-top-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
}


/*底部对齐*/

.flex-botttom-center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
}

.wh-msgbox {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.wh-msgbox.wh-msgbox-show {
    display: -webkit-flex;
    display: flex;
}

.wh-msgbox>.wh-msgbox-main {
    width: 80%;
    background: #fff;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-tit {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: .266667rem;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-main {
    padding: 0.3rem 0.4rem;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-content {
    padding: 0.3rem 0.4rem;
}


/*文字内容*/

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-content>.wh-msgbox-content-text {
    font-size: 0.32rem;
}


/*input内容*/

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-content>.wh-msgbox-content-input input {
    height: 0.64rem;
    padding: 0 0.2rem;
    background: #F5F5F5;
    border-radius: 0.06rem;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-footer {
    border-top: 1px solid #D9D9D9;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-footer .wh-btn {
    height: 1.066667rem;
    line-height: 1.066667rem;
    font-size: .4rem;
    position: relative;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-footer .wh-btn:active {
    background: #eeeeee;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-footer .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background: #ccc;
}

.wh-msgbox>.wh-msgbox-main>.wh-msgbox-footer .wh-btn.right {
    background: #4e90e6;
    color: #fff;
}

@font-face {
    font-family: Muiicons;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/mui.ttf) format('truetype')
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    width: .533333rem;
    height: .533333rem;
    border: 0;
    outline: 0 !important;
    background-color: transparent;
    -webkit-appearance: none;
    vertical-align: middle;
    position: relative;
}

input[type=checkbox][disabled]:before,
input[type=radio][disabled]:before {
    opacity: .3
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: Muiicons;
    font-size: .533333rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #aaa;
    border-radius: 0;
    background: 0 0;
    -webkit-font-smoothing: antialiased
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    color: #007aff
}

input[type=radio]:before {
    content: '\e411'
}

input[type=radio]:checked:before {
    content: '\e441'
}

input[type=checkbox]:before {
    content: '\e411'
}

input[type=checkbox]:checked:before {
    content: '\e442'
}

select::-ms-expand {
    display: none;
}

select {
    direction: rtl;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}