﻿@charset "utf-8";
::-webkit-scrollbar {
    width: 0;
}

* {
    touch-action: manipulation;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

audio,
canvas,
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;
}

b,
strong {
    font-weight: bold;
}

h1 {
    /*font-size: 2em;*/
    /*margin: .67em 0;*/
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

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'] {
    -webkit-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-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

::-webkit-input-placeholder {
    color: #c7c7c7;
}

:-ms-input-placeholder {
    color: #c7c7c7;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #333;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    /*width: 100%;*/
    max-width: 100%;
    vertical-align: middle;
}

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role='button'] {
    cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.item-full {
    width: 100%;
}

small,
.small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

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

.text-multiple-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    margin: 40px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

/* hover */

.color-hover:hover {
    color: #00bba4 !important;
}

.g-bg,
.bg-hover:hover {
    background: #00bba4;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.background__white {
    background: #fff;
}

.bg_white {
    background: #fff;
}

.global-show {
    display: block !important;
}

.global-fixed {
    position: fixed;
}

.global-relative {
    position: relative;
}

.global__bg {
    background: #f4f4f4;
}

.global-margin__none {
    margin: 0;
}

.global-shadow {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.global-btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    white-space: nowrap;
    color: #01bbd8;
    border: 1px solid #01bbd8;
    background: transparent;
}

.global-btn__normal {
    line-height: 30px;
    color: #fff;
    border: 0;
    background: #01bbd8;
}

.global-title {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #333;
}

.global-title__big {
    font-size: 24px;
}

.global-title__normal {
    font-size: 16px;
    font-weight: normal;
}

.global-title__small {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix {
    /* 为了照顾ie6浏览器*/
    zoom: 1;
}

.box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.view-center {
    position: relative;
}

.view-center .view-center__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.menu {
    position: relative;
}

.menu .menu-main {
    display: none;
}

.menu:hover .menu-main {
    display: block;
}

.global-thumbnail {
    overflow: hidden;
    text-align: center;
}

.global-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.global-scale {
    overflow: hidden;
}

.global-scale .global-scale__child {
    transition: -webkit-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.global-scale:hover .global-scale__child {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.global-surround {
    position: relative;
}

.global-surround .global-surround__child {
    position: absolute;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #01bbd8;
}

.global-surround .global-surround__top,
.global-surround .global-surround__bottom {
    width: 0;
    height: 2px;
}

.global-surround .global-surround__right,
.global-surround .global-surround__left {
    width: 2px;
    height: 0;
}

.global-surround .global-surround__top,
.global-surround .global-surround__right {
    top: 0;
}

.global-surround .global-surround__left,
.global-surround .global-surround__bottom {
    bottom: 0;
}

.global-surround .global-surround__top,
.global-surround .global-surround__left {
    left: 0;
}

.global-surround .global-surround__right,
.global-surround .global-surround__bottom {
    right: 0;
}

.global-surround:hover .global-surround__top,
.global-surround:hover .global-surround__bottom {
    width: 100%;
}

.global-surround:hover .global-surround__right,
.global-surround:hover .global-surround__left {
    height: 100%;
}

.global-notice:before {
    position: absolute;
    top: 0;
    right: .53rem;
    width: .16rem;
    height: .16rem;
    content: '';
    border-radius: 100%;
    background: #f00;
}

.global-margin-bottom__normal {
    margin-bottom: .2rem;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1552893888154');
    /* IE9 */
    src: url('iconfont.eot?t=1552893888154#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1552893888154') format('woff'), url('iconfont.ttf?t=1552893888154') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1552893888154#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconlingdang-xianxing:before {
    content: "\e8c0";
}

.icongongzuopai1:before {
    content: "\e622";
}

.iconhome:before {
    content: "\e621";
}

.iconsousuo:before {
    content: "\e751";
}

.iconqianqian-:before {
    content: "\e606";
}

.iconwode1:before {
    content: "\e61a";
}

.iconditu-dibiao:before {
    content: "\ec3f";
}

html,
body {
    height: 100%;
    background: #f4f4f4;
}

html {
    font-size: 100px;
}

.c-gap-top {
    margin-top: .1rem;
}

.gap-top-small {
    margin-top: .05rem;
}

.gap-bottom {
    margin-bottom: .1rem;
}

.gap-bottom-small {
    margin-bottom: .05rem;
}

.gap-right-small {
    margin-right: .05rem;
}

.gap-left {
    margin-left: .1rem;
}

.c-gap-left {
    margin-left: .1rem;
}

.c-font-medium {
    font: 16px/26px Arial, Helvetica, sans-serif;
}

.c-color-gray {
    color: #999;
}

.c-container {
    width: auto;
    margin: .08rem 0;
    padding: .1rem .17rem .15rem;
    border: 0 none;
    font: 14px/24px Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    word-break: break-word;
    color: #555;
    background-color: #fff;
}

.c-flexbox,
.c-row {
    display: -webkit-box;
    display: -webkit-flex;
    width: auto;
    -webkit-align-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-lines: single;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
}

.c-btn {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: .88rem;
    padding: 0 .08rem;
    font-size: 14px;
    font-weight: 400;
    line-height: .37rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #ff7723;
    border-radius: 3px;
    border: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mui-content {
    background: #f4f4f4;
    padding-bottom: 50px;
}

.mui-bar-tab .mui-tab-item.mui-active {
    color: #12c8b2;
}

.mui-bar-tab a:first-child .mui-icon,
.mui-bar-tab a:last-child .mui-icon {
    font-size: 29px;
    margin-right: 5px;
    margin-top: -4px;
    margin-bottom: 5px;
}

/*公用*/

.pop-tips {
    display: none;
    padding: 0 0 10px;
}

.pop-tips .pop-box {
    padding: 20px;
}

.pop-tips .pop-box .pop-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #00bba4;
    /*white-space: nowrap;*/
}

.pop-tips .tip-infor {
    padding: 10px 0;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
}

.pop-tips .layui-table {
    border: 1px solid #a5a5a5;
}

.pop-tips .layui-table th,
.pop-tips .layui-table td {
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
    border-color: #a5a5a5;
}

.pop-tips .layui-table th {
    color: #343434;
    background: #e4e4e4;
}

.pop-tips .layui-table td {
    background: #fff;
}

.pop-tips .layui-table tbody tr:hover {
    background: none;
}

.pop-tips .layui-table .layui-form-radio {
    margin: 0;
    padding: 0;
}

.pop-tips .layui-table .table-link {
    color: #49cdba;
}

.pop-tips .layui-table .table-in {
    color: #ff4e00;
}

.pop-tips .table-btn {
    padding: 20px 0 20px;
}

.pop-tips .merger-btn {
    font-size: 20px;
}

.pop-tips .creat-btn {
    margin-left: 30px;
    font-size: 16px;
    color: #04a997;
}

.pop-tips .merge-tips {
    padding: 25px 0 20px;
}

.pop-tips .merge-text {
    margin: 0 0 25px;
    font-size: 15px;
    color: #1a1a1a;
}

.pop-tips .product {
    color: #ff6c00;
}

.pop-tips .merge-link {
    font-size: 20px;
}

.pop-tips .layui-form-item input {
    line-height: 40px !important;
    height: 40px !important;
}

.green_head {
    background-color: #12c8b2;
    color: #fff;
    box-shadow: 0 1px 6px #12c8b2;
}

.green_head h1,
.green_head a {
    color: #fff !important;
}

.ac.item-full {
    text-align: center;
}

.input-unit {
    position: absolute;
    top: 10px;
    right: 0;
    width: 50px;
    text-align: center;
}

/* 定位弹窗 */

.city-location {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

.city-location .browser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%
}

.city-location .browser-city {
    width: 90%;
    height: 160px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    text-align: center
}

.city-location .browser-city .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAOFJREFUKBV9kTsOgkAQhvdReABrzqKVBYmldnSyHMLSeAbDo6ETCaUUJiZ6Di+CBcH5F5YgLk6xszPz/TuTWR6G4ZFzflNKPdmEpWk6r6rq5DiOJwA3TXOJomhh4zv4TrWX67pvDggwRCTeDjsN4GsQBHuwWmAT2eAvwVAkpdzVdX2gXP8y6rC+QxsyliTJmuCC4ozG8EzeeGEu8BijezmjcGVbRC8YzexhASTKxyI90gjW20DHDs7pujHbE1MwBIBMpziOl8gJ/CD5n22gCPN9/wER/dO5LMsZ00db+3sa7gMSJI2rikcJ5wAAAABJRU5ErkJggg==);
    cursor: pointer
}

.city-location .browser-city .city-img {
    width: 100%;
    height: 172px;
    position: absolute;
    top: -59px;
    /*left: 20px;*/
    background: url(../mobile_images/nav/city-bg.png) no-repeat center center;
}

.city-location .browser-city .text {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-top: 40px;
    background: url(../mobile_images/nav/city-location.png) no-repeat 42px center;
    padding-left: 20px;
}

.city-location .browser-city .city-button {
    padding-top: 25px;
}

.city-location .browser-city .newcity {
    background: #00bba3;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    width: 110px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    margin-right: 20px
}

.city-location .browser-city .countdown {
    border: 1px solid #00bba3;
    border-radius: 2px;
    font-size: 16px;
    color: #00bba3;
    width: 110px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.city-location .browser-city .countdown .countnum {
    padding-left: 10px
}

.dn {
    display: none;
}

.ac {
    text-align: center;
}

.big-amount {
    font-size: 20px;
    color: #fd7100
}