@charset "UTF-8";
/*公共样式表，请勿放入私有样式
 *含有icon字体,字体大小,颜色
 *页面布局
 *mui重置,特殊的重置加上前置类
 */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"],
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*------------------------------------- 清除默认样式 start-------------------------------------*/
html, body, p, ul, ol, label, li, dl, dt, dd, div, h1, h2, h3, h4, img, form, input, button, i {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

/*------------------------------------- 清除默认样式 end-------------------------------------*/

/*------------------------------------- 全局样式 start -------------------------------------*/
html {
    font-size: 100px;
}

body {
    margin: 0;
    padding: 0;
    color: #232323;
    font-size: .14rem;
    font-family: 'PingFangSC-Regular,Helvetica,"Droid Sans",Arial,sans-serif,Microsoft YaHei';
    background: #efeff4;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
}

a:active {
    color: inherit !important;
}

a {
    text-decoration: none;
}

input {
    cursor: pointer;
    background: none;
    border: 1px solid #bbb;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

a:hover, a:visited, a:link, a {
    color: #4b4947;
}
/*------------------------------------- 全局样式 end -------------------------------------*/

/*------------------------------------- 公共样式 start -------------------------------------*/
/*字体,icon*/
@font-face {
    font-family: 'u-icon';
    src: url('/resources/fonts/u-icon.eot?mpt4vp');
    src: url('/resources/fonts/u-icon.eot?mpt4vp#iefix') format('embedded-opentype'),
    url('/resources/fonts/u-icon.ttf?mpt4vp') format('truetype'),
    url('/resources/fonts/u-icon.woff?mpt4vp') format('woff'),
    url('/resources/fonts/u-icon.svg?mpt4vp#u-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'u-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-le-clock:before {
    content: "\e902";
}
.icon-le-fail:before {
    content: "\e908";
}
.icon-le-sucess:before {
    content: "\e909";
}
.icon-le-search:before {
    content: "\e907";
}
.icon-le-skill:before {
    content: "\e906";
}
.icon-le-have-collect:before {
    content: "\e903";
}
.icon-le-collect:before {
    content: "\e905";
}
.icon-le-share:before {
    content: "\e901";
}
.icon-le-list:before {
    content: "\e904";
}
.icon-le-apostrophe:before {
    content: "\e900";
    color: #9fa0a0;
}


/*字体颜色*/
.primary-text {
    color: #f62e2e;
}

.gray-text {
    color: #989797;
}

.black-text {
    color: #232323;
}

/*字体大小*/
.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

/*字体样式*/
.line-through {
    text-decoration: line-through;
}

/*边框*/
.bdr-r {
    position: relative;
}

.bdr-r:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #e3e5e9;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    z-index: 10;
}

.bdr-t {
    position: relative;
}

.bdr-t:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #e3e5e9;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    z-index: 10;
}

.bdr-b {
    position: relative;
}

.bdr-b:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #e3e5e9;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    z-index: 10;
}

.un-boder {
    border: none;
}

.un-after-boder {
    content: none;
}

/*布局*/
.padding {
    padding: 8px;
}

.padding-x {
    padding-left: 8px;
    padding-right: 8px;
}

.padding-y {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-y-min {
    padding-top: 4px;
    padding-bottom: 8px;
}

.padding-r-1 {
    padding-right: 1px;
}

.padding-l-1 {
    padding-left: 1px;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-r-2 {
    padding-right: 2px;
}

.padding-l-2 {
    padding-left: 2px;
}

.padding-b-1 {
    padding-bottom: 2px;
}

.padding-top-y {
    padding-top: 8px;
}

.padding-bottom-y {
    padding-bottom: 8px;
}
.margin-0{
    margin: 0!important;
}
.margin-x {
    margin-left: 8px;
    margin-right: 8px;
}

.margin-y {
    margin-top: 8px;
    margin-bottom: 8px;
}

.margin-top-y {
    margin-top: 8px;
}

.margin-bottom-y {
    margin-bottom: 8px;
}

.margin-b-4 {
    margin-bottom: 4px;
}

.justify-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.align-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hideme {
    display: none;
}
.u-price-wrapper{
    display: flex;
    display: -webkit-flex;
    text-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
/*------------------------------------- 公共样式 end -------------------------------------*/

/*------------------------------------- mui样式重置 start -------------------------------------*/
/*搜索框与标题栏同时出现的情况*/
.mui-bar-nav~.mui-bar-nav{
    top:44px;
}
.mui-bar-nav~.mui-bar-nav~.mui-content{
    padding-top:88px;
}

.mui-table-view .mui-media-object {
    width: 80px;
    max-width: 80px;
    height: 80px;
    line-height: 80px;;
}

.mui-table-view-cell:after, .mui-input-group .mui-input-row:after {
    background: #e3e5e9;
}
.mui-slider-indicator .mui-indicator{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
.mui-slider-indicator .mui-active.mui-indicator{
    background: #ffa200;
}

.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}
.mui-preview-header {
    height: 44px;
    top: 0;
}
.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}
.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}
.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}
.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: 25%;
    max-width: 100%;
    max-height: 100%;
    transform:rotate(90deg)scale(1.5);
    -ms-transform:rotate(90deg)scale(1.5); 	!* IE 9 *!
    -moz-transform:rotate(90deg)scale(1.5); 	!* Firefox *!
    -webkit-transform:rotate(90deg)scale(1.5); !* Safari 和 Chrome *!
    -o-transform:rotate(90deg)scale(1.5);
}*/
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}
.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.mui-preview-loading.mui-active {
    display: block;
}
.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}
.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*------------------------------------- mui样式重置 end -------------------------------------*/