* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f0f2f7;
    font-size: 14px;
}

.bth {
    display: block;
    height: 50px;
    box-sizing: border-box;
}
#me-form{
    display: flex;

}
#me-form div{
    margin-right:7px ;
}
.me-time{

    position: relative;
    right: -475px;
}

.me-width-150 {
    width: 150px;
}

.container-fluid {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
}

.me-mb-0,
.me-my-0 {
    margin-bottom: 0 !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.lightGallery .image-tile,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.me-col-md-7,
.col-md-8,
.me-col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}

.me-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.me-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.me-datage-thead>tr{
    display: flex;
    justify-content:  flex-start;
}
.me-datage-thead>tr>td:first-child{
    line-height: 20px;
}
p {
    font-size: 0.875rem;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .me-main-panel {
        padding-top: 60px;
    }
}

.badge {
    border-radius: 0.125rem;
    font-size: 0.75rem;
    font-weight: initial;
    line-height: 1.5;
    padding: .25rem .5625rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
/*======以上是共用======*/


/*======首页导航======*/

.me-header .me-navbar {
    background-color: #090e40;
    height: 60px;
}

.me-header .me-menu {
    background-color: #FFFFFF;
    /*height: 60px;*/
    line-height: 60px;
    overflow: hidden;
    min-width: 800px;
    box-sizing: border-box;
}

.me-badge-warning {
    border: 1px solid #f5a623;
    color: #fff;
    background-color: #f5a623;
}

.me-menu li {
    list-style: none;
}

.me-badge-success {
    border: 1px solid #7ed321;
    color: #fff;
    background-color: #7ed321;
}

.me-menu-item .me-active {
    color: #439aff;
}

.me-menu-item .me-active>a {
    color: #439AFF !important;
    border-bottom: 2px solid #439aff;
}

.me-navbar {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.me-menu li a {
    display: block;
    font-size: 15px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.me-menu li a:hover {
    color: #439aff;
}

.me-menu-item li {
    text-align: center;
    width: 120px;
    float: left;
    background-color: #FFFFFF;
}

.me-menu-item li ul {
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    display: none;
    width: 150px;
    position: absolute;
    top: 114px;
    /*121改为114下拉列表已修改*/
    z-index: 999;
    background: #fff;
    border-top: none;
    border-radius: 4px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);

}

.me-menu-item li ul li {
    width: 140px;
    position: relative;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    left: 0;
    top: 0;
}

.me-menu-item li ul li a i {
    color: #de8a45;
}

.me-menu-item li:hover ul {
    display: block;
    color: #439AFF;
}


/*======首页导航======*/


/*======按钮组======*/

.me-button-group .btn {
    margin-right: 0.5rem !important;
}

.me-press {
    margin-top: 12px;
}

.me-spacing {
    margin-left: -10px;
}

.me-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: 4px;
}


/*======按钮组======*/


/*======表格组======*/

.me-table-index {
    width: 40px;
}

.me-avatar {
    width: 30px;
    height: 30px;
    border-radius: 40px;
}

.table td {
    vertical-align: middle;
    font-size: 0.876rem;
    line-height: 1;
    padding: 15px 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f2f7;
}

.table-striped {
    margin-top: 20px;
}

.table-bordered {
    margin-top: 20px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.70rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.bg-success {
    background-color: #7ed421 !important;
}

.me-btn-toolbar {
    padding: 20px;
}


.me-iframe {
    margin-top: 20px;
}


/*======表格======*/


/*======卡片======*/

.card {
    border: 0;
    box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
}

.card .me-card-body {
    padding: 30px 30px;
    margin: 25px 0;
}

.card-title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
}

.card .me-card-body+.me-card-body {
    padding-top: 0;
}

.me-card-title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
}

.me-card-title {
    margin-bottom: 0.75rem;
}

.card-update .update-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.me-stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.me-stretch-card>.card {
    width: 100%;
    min-width: 100%;
}


/*======卡片======*/


/*======登录======*/

.me-login-background {
    /*background: url(../img/download.jpg);*/
    background: #f5f5f5;
}

.me-login {
    margin: auto;
    width: 520px;
    margin-top: 6%;
    padding: 25px;
    margin-bottom: 20px;
}

.me-login-title{
    float: none;
    font-size: 2rem;
    letter-spacing: .06em;
    line-height: 1.2;
}

.me-login-subtitle{
    font-size: 14px;
    color: #9a9da0 !important;
    margin-bottom: 30px;
    margin-top: 10px;
}

.me-login-underline {
    border: 0;
    height: 88px;
    /*下划线*/
}

.me-login-input {
    border: 1px solid #4E555B;
    border-radius: 5px;
}

.me-login-input input {
    border: 0;
}

.me-login-input div button {
    border: 0;
    background-color: #FFFFFF;
}

.me-login-input div button:hover {
    background-color: #FFFFFF;
    border: 0;
}

.me-login-button {
    border: 0;
    margin-top: 25px;
    margin-bottom: 40px;
}

.me-login-button button {
    height: 40px;
    line-height: 20px;
}

.me-login-button button img {
    padding: 0 10px;
}

.me-login-determine {
    border: 0;
    margin-top: -10px;
    line-height: 20px;
}

.me-login-determine div {
    float: left;
    padding-left: 20px;
    width: 168px;
    font-size: 13px;
}

.me-login-determine-password {
    margin-left: 162px;
    margin-top: 4px;
    text-align: center;
}

.me-login-determine-password a {
    color: #000000;
    font-size: 13px;
}

.me-login-determine-password a:hover {
    color: rgb(67, 154, 255);
}

.me-login-determine div:last-child {
    margin-right: 0;
}

.me-login-member {
    border: 0;
    padding: 0 165px;
    font-size: 13px;
    text-align: center;
}

.me-login-member a {
    color: #000000;
}

.me-login-member a:hover {
    color: rgb(67, 154, 255);
}

.me-login-clause {
    width: 300px;
    color: #ccc;
    margin: 20px auto;
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.me-login-clause ul {
    padding: 0 50px;
    line-height: 10px;
    text-align: center;
}

.me-login-clause ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 0 10px;
    height: 12px;
}

.me-login-clause ul li a {
    color: #ccc;
    text-decoration: none;
}

.me-login-clause ul li a:hover {
    color: #ccc;
}

.me-login-clause li:last-child {
    border-right: 0;
}

.me-login-low {
    overflow: hidden;
    width: 300px;
    font-size: 14px;
}


/*======登录======*/


/*======Table======*/

.table.me-table-borderless {
    border: none;
}

.table.me-table-borderless td,
.table.me-table-borderless th,
.table.me-table-borderless tr {
    border: none;
}

.table.me-table-borderless tr td:first-child {
    padding-left: 0;
}

.table.me-table-borderless tr td:last-child,
.table.me-table-borderless tr th:last-child {
    padding-right: 0;
}

.table.me-table-borderless tr td {
    padding-bottom: 8px;
}

.table.me-table-borderless tr:first-child td {
    padding-top: 6px;
}

.table.me-table-borderless tr:last-child td {
    padding-bottom: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.placewidth{
    width: 18mm;
    color: #0C0C0C;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f2f2f2;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f2f2f2;
}

.table tbody+tbody {
    border-top: 2px solid #f2f2f2;
}

.table .table {
    background-color: #fff;
}

.font-weight-normal {
    font-weight: 400;
}


/*======Table======*/


/*======仪表板======*/

.me-card-statistics .me-card-statistics-item {
    padding: 2rem 2.25rem 2rem 1.75rem;
}

.me-p-0 {
    padding: 0 !important;
}

.me-bg-secondary {
    background-color: #fdbab1 !important;
}

.me-disc {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.me-justify-content-between {
    justify-content: space-between !important;
}

@media (min-width: 768px) {
    .me-text-md-left {
        text-align: left !important;
    }
}

.me-image-layers {
    position: relative;
    min-height: 24px;
}

.me-image-layers .image-layer-item {
    position: absolute;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
}

.me-image-layers :nth-child(1) {
    z-index: 10;
    left: 0px;
}

.me-image-layers :nth-child(2) {
    z-index: 9;
    left: 15px;
}

.me-image-layers :nth-child(3) {
    z-index: 8;
    left: 30px;
}

.me-image-layers :nth-child(4) {
    z-index: 7;
    left: 45px;
}

.me-image-layers :nth-child(5) {
    z-index: 6;
    left: 60px;
}

.me-image-layers :nth-child(6) {
    z-index: 5;
    left: 75px;
}

.me-image-layers :nth-child(7) {
    z-index: 4;
    left: 90px;
}

.me-image-layers :nth-child(8) {
    z-index: 3;
    left: 105px;
}

.me-image-layers :nth-child(9) {
    z-index: 2;
    left: 120px;
}

.me-image-layers :nth-child(10) {
    z-index: 1;
    left: 135px;
}

.me-image-layers .me-profile-image-text {
    line-height: 20px;
}

.me-text-muted {
    color: #959595 !important;
}

.me-border-right {
    border-right: 1px solid #f2f2f2 !important;
}

.me-earning-report-legend ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.me-h-100 {
    height: 100% !important;
}

.me-earning-report-legend ul li {
    font-weight: 400;
}

.me-earning-report-legend ul li .legend-label {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

.me-flex-column {
    flex-direction: column !important;
}

.me-d-flex,
.me-earning-report-legend ul li {
    display: flex !important;
}

.me-list-wrapper {
    height: 100%;
    max-height: 100%;
}

.badge.me-badge-pill {
    border-radius: 10rem;
}
.me-badge-danger {
    color: #fff;
    background-color: #ff5e5e;
}

.me-badge-danger[href]:hover,
.me-badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff2b2b;
}

.me-list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.me-list-wrapper ul li {
    font-size: .9375rem;
    padding: .7rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.me-list-wrapper ul li:first-child {
    border-bottom: none;
}

.me-list-wrapper ul li .me-form-check {
    max-width: 90%;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.me-list-wrapper ul li .me-form-check .me-form-check-label {
    color: #000;
}

.me-list-wrapper input[type="checkbox"] {
    margin-right: 15px;
}

.me-list-wrapper .me-remove {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 20px;
    text-align: center;
}

.me-earning-report-legend ul li .me-legend-percentage {
    font-weight: 600;
}

.me-grid-margin {
    margin-bottom: 12px;
}

@media (min-width: 576px) {
    .me-grid-margin-sm-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .me-grid-margin-md-0 {
        margin-bottom: 0;
    }
    .me-time{

        position: relative;
        right: -60px;
    }
}

@media (min-width: 992px) {
    .me-grid-margin-lg-0 {
        margin-bottom: 0;
    }
    .me-time{

        position: relative;
        right: -306px;
    }

}

@media (min-width: 1200px) {
    .me-grid-margin-xl-0 {
        margin-bottom: 0;
    }
    .me-time{

        position: relative;
        right: -475px;
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.me-page-body-wrapper.full-page-wrapper .me-content-wrapper {
    max-width: 100%;
}

.documentation .me-content-wrapper {
    padding-top: 0;
    min-height: calc(100vh - 60px);
}

.w-75 {
    width: 75% !important;
}

.me-pt-3,
.me-py-3 {
    padding-top: 1rem !important;
}

.pb-3,
.me-py-3 {
    padding-bottom: 1rem !important;
}

.me-pt-4,
.me-pt-4 {
    padding-top: 1.5rem !important;
}

.me-pt-4,
.me-pt-4 {
    padding-bottom: 1.5rem !important;
}

.me-img-sm {
    width: 40px;
    height: 40px;
}

.me-rounded-circle {
    border-radius: 50% !important;
}

.me-align-items-end {
    align-items: flex-end !important;
}

.me-content-wrapper {
    padding: 1.5rem 0;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 121px - 60px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.me-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

@media (min-width: 576px) {
    .me-content-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .me-content-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .me-content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .me-content-wrapper {
        max-width: 1140px;
    }
}

.me-page-body-wrapper {
    min-height: 100vh;
}

.me-page-body-wrapper.full-page-wrapper .me-content-wrapper {
    max-width: 100%;
}


/*======仪表板======*/


/*======基本验证表======*/

.me-body-wrapper {
    background: #f0f2f7;
    padding-left: 0;
    padding-right: 0;
}

.me-body-wrapper.full-page-wrapper {
    min-height: 100vh;
}

.me-body-wrapper.full-page-wrapper .me-content-wrapper {
    max-width: 100%;
}

.icon-lg {
    font-size: 2.5rem !important;
}


/*======基本验证表======*/


/*======投资组合======*/

.me-portfolio-gridr figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #f5a623;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .me-portfolio-gridr figure {
        width: 270px;
    }
}

.me-portfolio-gridr figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
    height: 300px;
}

.me-portfolio-gridr figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.me-portfolio-gridr figure figcaption:after,
.me-portfolio-gridr figure figcaption:before {
    pointer-events: none;
}

.me-portfolio-gridr figure.me-effect-text-in {
    border-radius: 0.25rem;
}

.me-portfolio-gridr figure.me-effect-text-in h4,
.me-portfolio-gridr figure.me-effect-text-in img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.me-portfolio-gridr figure.me-effect-text-in img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.me-portfolio-gridr figure.me-effect-text-in h4,
.me-portfolio-gridr figure.me-effect-text-in p {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
}

.me-portfolio-gridr figure.me-effect-text-in p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.me-portfolio-gridr figure.me-effect-text-in:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

.me-portfolio-gridr figure.me-effect-text-in:hover h4 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

.me-portfolio-gridr figure.me-effect-text-in:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*======投资组合======*/


/*======标签======*/
.me-badge-outline-primary {
    color: #439aff;
    border: 1px solid #439aff;
}
.me-badge-outline-info {
    color: #4729b7;
    border: 1px solid #4729b7;
}

.me-badge-outline-danger {
    color: #ff5e5e;
    border: 1px solid #ff5e5e;
}

.me-badge-outline-success {
    color: #7ed321;
    border: 1px solid #7ed321;
}

.me-badge-outline-warning {
    color: #f5a623;
    border: 1px solid #f5a623;
}


/*======标签======*/

.text-custom {
    color: #fe6271 !important;
}

.text-inverse {
    color: #60667a !important;
}

.me-p-30{
    padding: 30px !important;
}

.me-t-r{
    text-align: right !important;
}

.me-p-t-25{
    padding-top:25px ;
}

.me-frame{
    width: 80%;
    height: 100%;
    /*min-width: 1285px;*/
    /*background-color: red;*/
    margin: auto;
    max-width: 1200px;
    min-width: 1200px;
}
.red{
    background-color: red;
}

.me-framea{
    margin-left: 2px;
    font-size: 21px;
}
.me-framea a{
    margin-right: 10px;
}
#me-frams{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.me-frame-card{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 1200px;
    max-width: 1200px;
    box-sizing: content-box;

}
.confirmBegin{
    background: red;
}
.me-fram-card{
    width: 25%;
    height: 25%;
    box-shadow: 1px 2px 4px #ddd;
    min-width: 190px;
    max-width: 200px;
    margin: 6px 10px;
    background-color: #FFF;
    padding: 10px;
    box-sizing: content-box;
}
.me-fram-card-ut{
    width: 30px;
    height: 25%;
    box-shadow: 1px 2px 4px #ddd;
    min-width: 155px;
    max-width: 200px;
    margin: 6px 10px;
    background-color: #FFF;
    padding: 10px;
    margin-right: 5px;
    box-sizing: content-box;

}
.me-fram-card-top{
    font-size: 0.85em;
    display: flex;
    justify-content: space-between;
    padding: 1px;

}
.consumering{
    display: block;
    width: 53px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    margin: -3px 0;
}
.me-fram-card-top span{
    font-weight: bold;
}
.me-fram-card-top .me-fram-card-top-img{
    display: flex;
    text-align: center;
}


.me-card-left{
    width: 1350px;
    margin: 0 auto;

}
.me-frame-show{
    /*box-shadow: rgba(0, 0, 0, 0.9) 0px 2px 16px -11px;*/
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    width: 1328px;
    margin: 0 auto;

}

@media only screen and (min-width: 1350px) {
    .me-card-left {
        width: 100%;
    }
    .me-frame-show {
        width: 80%;
    }

}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {
    .me-card-left {
        width: 100%;
    }
    .me-frame-show {
        width: 80%;
    }

}

@media only screen and (min-width: 852px) and (max-width: 1100px) {
    .me-card-left {
        width: 100%;
    }
    .me-frame-show {
        width: 100%;
    }
    .me-content-wrapper{
        margin-top: -60px;
    }
}

@media only screen and (max-width:851px) {
    .me-card-left {
        width: 100%;
    }
    .me-frame-show {
        width: 100%;
    }
    .me-content-wrapper{
        margin-top: -60px;
    }
}
#bg-light thead tr{
    display: flex;
}
#bg-light thead tr th{
    width: 20px;
}
.me-paddin{
    padding: 40px;
    width: 100%;
    margin: 0 auto;
}
.sizefont{
    font-family:"NSimSun";
    font-size: 20px;
}
.me-bothsides{
    display: flex;
    width: 100%;
    min-width: 60%;
    justify-content: space-between ;
}
.me-bothsides div{
    font-size: 20px;
    font-weight: bold;

    max-width: 790px;
}
.me-start div{
    margin: 6px 0;
}
.me-bth{
    margin-bottom: 10px;
}
.me-start div{
    font-size: 16px;
    font-weight: 400;
}
.bg-light {
    background-color: #CCCCCC !important;
}
#table td{
    line-height: 28px;
}
.me-price{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.underline {
    width: 100%;
    height: 1px;
    margin: 1% auto;
    background-color: #E2E3E5;
}

/*打印*/
.me-heda {
    width: 500px;
    color: #0C0C0C;
}

.d-f {
    display: flex;
    width: 260px;
    height: 40px;
    padding: 0 5px;
}

.m-t20 {
    line-height: 20px;
    margin-top: -20px;
}

.m-t-30 {
    margin-top: -20px;
}

.m-t-10 {
    margin-top: -10px;
}

.w-b {
    width: 30%;
}

.f-s {
    font-size: 8px;
}

.d-f-ju {
    justify-content: space-between;
}
.m-t-po{
    position: relative;
    top: -20px;
}
.f-e{
    justify-content: flex-end;
}


/**消费中*/
.me-imgra{

    /**margin: 23px 0;*/
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    font-family: "Microsoft YaHei";
    color: #ffffff;

}

.me-imgra-img-staff{
    width: 90px;
    height: 172px;
    margin-right: 2px;
}
.me-imgra-img{
    width: 90px;
    height: 140px;
    margin-right: 2px;
}

.me-imgra-imgs{
    width: 90px;
    height: 150px;
    margin-right: 2px;
}

.d-i{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}
.d-i view:nth-child(1){
    width: 18%;
}
.d-i view:nth-child(2){
    width: 60%;
    font-size: 12px;

}

.preview1 {
    width: 60px;
    text-align: center;
    margin-left: -96px;
    display: flex;
    margin-top: 2px;
}
.preview1 .me-color{
    height: 20px;
    width: 25%;
    line-height: 16px;
    color: #FFF;
}
.preview1 .me-color:nth-child(1){
    height: 20px;
    width: 20%;
    line-height: 20px;

}
.preview1 .me-color:nth-child(2){
    height: 20px;
    width: 20%;
    line-height: 20px;
}
.preview1 .me-color:nth-child(3){
    height: 20px;
    width: 20%;
    line-height: 20px;
}

.preview1 .me-color:nth-child(4){
    height: 20px;
    width: 20%;
    line-height: 20px;
}


.me-imgra-img img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.me-imgra-img button{
    font-size: 12px;
    width: 90px;
    /*height: 50px;*/
    line-height: 20px;
    background-color: #FF5722;
    text-align: center;
    margin: 20px 11px;
    border: none;
    min-width: 69px;
    color: white;
}
.me-imgra-img-staff button{
    font-size: 11px;
    width: 90px;
    /*height: 50px;*/
    line-height: 20px;
    background-color: #FF5722;
    text-align: center;
    margin: 20px 11px;
    border: none;
    min-width: 69px;
    color: white;
}



.me-imgra-img div{
    font-size: 15px;
    width: 69px;
    height: 20px;
    line-height: 20px;
    background-color: #FF5722;
    text-align: center;
    margin: 14px 11px;
    border-radius: 2px;
}