@charset "utf-8";
/* CSS Document */
/*css reset*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    -webkit-appearance: none;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    -webkit-appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, th, td, ul, li {
    margin: 0;
    padding: 0;
}

body {
    color: #282828;
    background-color: #f3f3f3;
    outline: none;
    line-height: normal;
    /*-webkit-appearance: none*/;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, option, button {
    font-size: 100%;
    font-weight: normal;
    -webkit-appearance: none;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

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

fieldset, img {
    border: 0;
    max-width: 100%;
}

abbr {
    border: 0;
}

em, i {
    font-style: normal;
}

ul, ol, li {
    list-style: none;
    zoom: 1;
}

a {
    text-decoration: none;
    outline: none;
}

a:active, a:hover {
    outline: none;
    text-decoration: none;
}

a, button, input, textarea, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
.clear {
    clear: both;
    height: 0;
}

textarea {
    resize: none;
}

/*禁止改变大小*//*解决firefox按钮文字难以垂直居中问题*/
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    -webkit-appearance: none;
}

input, textarea, select, option, button, form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    padding-top: 1px;
    color: #cccccc;
    font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    padding-top: 1px;
    color: #cccccc;
    font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    padding-top: 1px;
    color: #cccccc;
    font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    padding-top: 1px;
    color: #cccccc;
    font-size: 14px;
}

.fl {
    float: left;
    display: inline;
}

/*浮动bug*/
.fr {
    float: right;
    display: inline;
}

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

/*IE6>*/
* html .clearfix {
    *zoom: 1
}

/*IE7>*/
*:first-child + html .clearfix {
    zoom: 1
}

.zoom {
    *zoom: 1
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb50 {
    margin-bottom:50px;
}
.mb60 {
    margin-bottom:60px;
}
.bc-w {
    background-color: #fff;
}

.f0 {
    font-size: 0;
}

.ft10 {
    font-size: 10px !important;
}

.ft11 {
    font-size: 11px !important;
}

.ft12 {
    font-size: 12px !important;
}

.ft13 {
    font-size: 13px !important;
}

.ft14 {
    font-size: 14px !important;
}

.ft15 {
    font-size: 15px !important;
}

.ft16 {
    font-size: 16px !important;
}

.ft17 {
    font-size: 17px !important;
}

.ft18 {
    font-size: 18px !important;
}

.ft19 {
    font-size: 18px !important;
}

.ft20 {
    font-size: 20px !important;
}

.ft21 {
    font-size: 21px !important;
}

.ft22 {
    font-size: 22px !important;
}

.ft23 {
    font-size: 23px !important;
}

.ft24 {
    font-size: 24px !important;
}

.ft25 {
    font-size: 25px !important;
}

.img-wh {
    display: block;
    width: 100%;
    height: 100%;
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow {
    position: relative;
}

.arrow:after {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e649";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 12px;
    height: 20px;
    line-height: 20px;
    color: #aaaaaa;
    font-size:16px;
    display: block;
}

/*点击背景效果*/
.highlight:active {
    background: transparent;
    background-color: rgba(238, 238, 238, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#eeeeee);
}

.line-top, .line-bot, .line-left, .line-right, .line-circle {
    position: relative;
}

/*横线 上*/
.line-top:before {
    width: 200%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    content: "";
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: left top;
    background-color: #eaeaea;
}

/*横线 下*/
.line-bot:after {
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    content: "";
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: left bottom;
    background-color: #eaeaea;
}

/*竖线 左*/
.line-left:before {
    width: 1px;
    height: 200%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    content: "";
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: left top;
    background-color: #eaeaea;
}

/*竖线 右*/
.line-right:after {
    width: 1px;
    height: 200%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    content: "";
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: right top;
    background-color: #eaeaea;
}

.display-box {
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: box;
}

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

.display-box-middle {
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: box;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
}

.display-box-middle-center {
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
}

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

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

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

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

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

/*主体*/
#container .mui-content.has-footer {
    padding-bottom: 50px;
}

#footer {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.bgcolor-geen {
    background-color: #43d674 !important;
}

.bgcolor-red {
    background-color: #ff5f6b !important;
}

.bgcolor-blue {
    background-color: #4aadfc !important;
}

.bgcolor-white {
    background-color: #ffffff !important;
}

.tag.tag-red {
    color: #00863a !important;
    border: 1px solid #00863a !important;
}

.tag.tag-grey {
    color: #333333 !important;
    border: 1px solid #dfdfdf !important;
}

.color-red {
    color: #e10d42 !important;
}

.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

/*monkey新加样式*/
.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellips_line2,
.ellips_line3,
.ellips_line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellips_line2 {
    -webkit-line-clamp: 2;
}

.ellips_line3 {
    -webkit-line-clamp: 3;
}

.ellips_line4 {
    -webkit-line-clamp: 4;
}

/*细边框*/

.line_box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .line_box:after {
        width: 200%;
        height: 200%;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/*圆角*/

.rad_3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rad_5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rad_circle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*两端对齐*/
.justify-list {
    text-align: justify;
    line-height: 0;
}

.justify-list .item {
    display: inline-block;
    vertical-align: top;
}

.justify-fix {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

/*新置颜色*/
.m_red {
    color: #f8594f;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellips_line2,
.ellips_line3,
.ellips_line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellips_line2 {
    -webkit-line-clamp: 2;
}

.ellips_line3 {
    -webkit-line-clamp: 3;
}

.ellips_line4 {
    -webkit-line-clamp: 4;
}

/*细边框*/

.line_box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .line_box:after {
        width: 200%;
        height: 200%;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/*圆角*/

.rad_3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rad_4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rad_5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rad_circle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*新置颜色*/
.m_red {
    color: #f8594f;
}

/*新置红色线条*/
.red_line:after {
    width: 200%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    content: "";
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: left bottom;
    background-color: #e10d42;
}

.noscroll, .noscroll body {
    overflow: hidden;
}
