
/* global start */
html,body {
    margin: 0;
    padding:0;
    height: 100%;
    background-color: #e7eaec;
}
#wrapper {
    position: relative;
    min-height:100%;
    height: auto !important;
    height: 100%; /*IE6ä¸è¯†åˆ«min-height*/
}
#page-wrapper {
    padding-bottom: 180px;/*ç­‰äºŽfooterçš„é«˜åº¦*/
}
.browserupgrade {
    height: 300px;
    line-height: 300px;
    text-align: center;
    background-color: #d8dde0;
    font-size: larger;
}
.grass-color {
    color: #0c933e;
}
.grass-color-force {
    color: #0c933e !important;
}
.grass-large {
    font-size: 16px;
}
a:link, a:visited {
    color: black;
    text-decoration: none;
}
a:hover, a:active {
    color: #0c933e;
    text-decoration: none;
}

.hide-default {
    display: none;
}
.required-star {
    color: red;
}
.poor-message {
    color: #0c933e;
    padding: 0 0 15px;
}
/* global end */
/* column start */

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* column end*/
/* navbar start */
.navbar-grass .navbar-brand img {
    height: 22px;
}
.navbar-grass .nav>li.active {
    border-bottom: 2px solid #0c933e;
}
.navbar-grass .navbar-nav>.active>a, .navbar-grass .navbar-nav>.active>a:focus, .navbar-grass .navbar-nav>.active>a:hover {
    color: #0c933e;
    background-color: #e7e7e7;

}
#id_signup_popup .popover-content {
    padding: 0 14px;
}
#id_signup_popup .btn-signup-popup {
    display: block;
    margin: 10px 5px;
}
.btn-signup-popup:link, .btn-signup-popup:visited, .btn-signup-popup:hover, .btn-signup-popup:active{
    color:white;
}
/* navbar end */
/* panel start */
.panel-grass>.panel-heading{
    color: #0c933e;
    background-color: #f3fff3;
    border-bottom: 1px solid #e0f0e0;
    padding: 0 15px;
}
.panel-grass>.panel-footer{
    color: #0c933e;
    background-color: #f3fff3;
    border-top: 1px solid #e0f0e0;
    padding: 0 15px;
}
.panel-grass .panel-block-title {
    clear: both;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e7eaec;
    font-weight: bold;
}
.panel-block-title .panel-block-sub {
    display: inline-block;
    margin-left: 30px;
}
.panel-block-title .panel-block-desc {
    color: #a7a7a7;
}
.panel-block-title .panel-block-number {
    padding-left: 10px;
    padding-right: 10px;
    color: #0c933e;
}
/* paenl end */
/* media start */
.media-grass {
    border-bottom: 1px solid #e7eaec;
}
.media-grass .media-object{
    border: 1px solid #e7eaec;
    width: 90px;
    height: 90px;

}
.media-grass .media-body{
    padding-left: 10px;
}
.media-grass .media-body .media-heading{
    font-size: 14px;
}
.media-grass .media-body .media-info, .media-grass .media-body .media-tags{
    color: #808080;
    padding-right: 50px;
}
.media-grass .media-body .media-tags .active{
    color: #0c933e;
}
.media-grass .media-right{
    vertical-align: middle;
}
/* media end */
/* button start */
.btn-grass {
    color: #0c933e;
    background-color: white;
    border-color: #0c933e;
}
a.btn-grass:link, a.btn-grass:visited{
    color: #0c933e;
}
.btn-grass-error {
    color: #e74b56;
    background-color: white;
    border-color: #e74b56;
}
a.btn-grass-error:link,a.btn-grass-error:visited {
    color: #e74b56;
    background-color: white;
    border-color: #e74b56;
}
.btn-grass-info {
    color: #10aeff;
    background-color: white;
    border-color: #10aeff;
}

a.btn-grass-info:hover,a.btn-grass-info:link,a.btn-grass-info:visited {
    color: #10aeff;
    background-color: white;
    border-color: #10aeff;
}
.btn-grass-warning {
    color: #ddac58;
    background-color: white;
    border-color: #ddac58;
}
a.btn-grass-warning:link, a.btn-grass-warning:visited {
    color: #ddac58;
    background-color: white;
    border-color: #ddac58;
}
.btn-grass-primary {
    color: white;
    background-color: #0c933e;
    border-color: #0c933e;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-grass-primary:hover,.btn-grass-primary:focus,.btn-grass-primary:link, .btn-grass-primary:visited{
    color: white;
}

.btn-yellow {
    color: white;
    background-color: #E9BA1D;
    border-color: #E9BA1D;
}
a.btn-yellow:link, a.btn-yellow:visited{
    color: white;
}
.btn-blue {
    color: white;
    background-color: #006cff;
    border-color: #006cff;
}
a.btn-blue:link, a.btn-blue:visited{
    color: white;
}

.btn-tag {
    color: #0c933e;
    background-color: #dcf6e4;
    border-color: #97d9ac;
    padding-top: 2px;
    padding-bottom: 2px;
}
a.btn-tag:link, a.btn-tag:visited{
    color: #0c933e;
}
.btn-tag-poor {
    color: #fff;
    background-color: #36a55f !important;
    border:none;
    padding-top: 2px;
    padding-bottom: 2px;
}
a.btn-tag-poor:link, a.btn-tag-poor:visited{
    color: #fff;
}

.btn-grass-lg {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 1.3333333;
}
/* button end*/
/* pagination start */
.nav-grass {
    text-align: center;
}
.pagination-grass.pagination>li>a, .pagination-grass>li>span {
    color: #0c933e;
}
.pagination-grass>.active>a, .pagination-grass>.active>a:focus, .pagination-grass>.active>a:hover, .pagination-grass>.active>span, .pagination-grass>.active>span:focus, .pagination-grass>.active>span:hover{
    background-color: #0c933e;
    border-color: #0c933e;
}
/* pagination end */
/* nav-tabs start */
.nav-tags-grass {

}
.nav-tabs-grass>li>a, .nav-tabs-grass>li>a:focus, .nav-tabs-grass>li>a:hover{
    font-weight: bold;
    color:#808080;
}
.nav-tabs-grass>li.active>a, .nav-tabs-grass>li.active>a:focus, .nav-tabs-grass>li.active>a:hover {
    color: #0c933e;
}

.nav-tabs-right {
    float: right;
    padding-right: 0;
}
/* nav-tabs end */
/* form grass start */
.form-grass .form-group>.col-md-2 {
     width: 100px;
}
.form-grass .form-group>.col-md-10 {
    float: none;
    width: auto;
    margin-left: 100px;

}
.form-grass .form-group>.col-md-offset-2 {
    margin-left: 100px;
}
.form-grass .form-control.sm {
    width: 50%;
}
.form-grass .form-control.xsm {
    width: 40%;
}
/* form grass end */
/* index start */
.index-ngos{
    margin-top: 20px;
}
.ngos-more{
    font-size: 16px;
    font-weight: 400;
    color: #696969 !important;
}
.tags {
    background: #fafafa;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 15px;
    line-height: 2;

}
.tags>a{
    margin-right: 10px;
    color: #696969;
    white-space: nowrap;
}
.tags .active {
    color: #36a55f;
}
/* index end */


/** ngo list start */
.ngos-summary {
    font-weight: 400;
    color: #585858;
    position: absolute;
    left: 50%;
    margin-left: -95px;
}

/* ngo list end */

/* ngo detail start */
.ngo-detail .ngo-header {
    text-align: center;
    position: relative;
    min-height: 100px;
}
.ngo-detail .ngo-header img.ngo-backimg{
    width: 100%;
}
.ngo-detail .ngo-header img.ngo-logo{
    position: absolute;
    bottom: 70px;
    left:50%;
    margin-left: -40px;

    width: 80px;
    height: 80px;

    border: 5px solid #6bb382;
    border-radius: 8px;

}
.ngo-detail .ngo-header .project-ngo-title{
    position: absolute;
    bottom: 68px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: larger;
}
.ngo-detail .ngo-header .ngo-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #0c933e;
    background: white ;
    padding: 20px 0;
    margin: 0;
    opacity: 0.5;
}
.ngo-detail .ngo-header .ngo-title span{
    opacity: 1;
}
.ngo-detail .ngo-content {
    padding: 10px 0;
    color: #808080;
}
.ngo-detail .ngo-content .ngo-tag {
    margin-right: 10px;
}
.media-poor .media-tags .ngo-tag {
    margin-right: 10px;
}
/* ngo detail end */

/* user base start */
.profile .panel-heading {
    background-color: white;
    border-bottom-color: #e7eaec;
}
.profile-row{
    width: 100%;
    padding-bottom: 5px;
}
.profile-row .profile-attr{
    display: inline-block;
    width: 60px;
    color: black;
}
.profile-row .profile-value{
    color: #999;
}
.profile-tabs-content {
    border-top: none;
}

/* user base end */

/* poor list start */
.poor-name {
    display: inline-block;
    width: 70px;
}
/* poor list end */


/* poor status start */
.on_line {
    width: 100%;
    height: auto;
    background: #fff;
}
.on_result {
    position: relative;
    padding-top: 1rem;
}
.lfb_three_percent {
    position:relative;
    width: 33%;
    height: auto;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 13px;
    float: left;
    z-index: 3;
}
.on_cotton {
    position: absolute;
    left:15%;
    top: 6rem;
    width: 33%;
    height: 0.3rem;
    background: #4b966a;
    z-index: 1;
}
.on_place {
    left: 48%;
}
.circle {
    width: 10rem;
    height: 10rem;
    margin:0 auto;
    line-height: 10rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #4b966a;
    background: #52a474;
}
.on_information {
    margin-top: 0.5rem;
    padding: 0 60px
}
.circle-orange {
    color: #c7812f;
    background: #fac78a;
    border-color: #e7a960;
}
.circle-gray {
    color: #9b9b9b;
    background: #d8d8d8;
    border-color: #cfcfcf;
}
.orange-background {
    background: #e7a960;
}
.font-orange {
    color: #c7812f;
}
.poor-status-content .profile-row {
    padding: 10px 0;
}
.poor-status-content .profile-attr {
    width: 100px;
}
/* poor status end */
/* signup start */
.signup-attr {
    width: 50px !important;
}
.form-signup,.form-signin .control-label {
    text-align: left;
}
/* signup end */


.btn-send-vcode {
    color: white;
    background-color: #0c933e;
    border-color: #0c933e;
    padding-left: 0px;
    padding-right: 0px;
}

.web-error-message {
    color: #FF5B5B;
}
/* footer start */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
}
.footer-wechat {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: larger;
    color: #0c933e;
    background-color: #d8dde0;

}
.footer-company {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #717679;
}
/* footer end */
/* poor edit start */
.help_add.delete {
    color: #f43958;
    float: right;
}
.help_add.edit {
    color: #777;;
    float: right;
}
fieldset.fieldset-preason {
    margin-bottom: 20px;

    background-color: #f5f5f5;
    border: 1px solid #e7eaec !important;
    padding: 0 0.5em 0em 0.5em !important;
    margin: 0 0 1em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
fieldset.fieldset-preason legend {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    border-top: 1px solid #e7eaec;
}
fieldset.fieldset-preason * {
    border-radius: 5px;
}
fieldset.fieldset-preason .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
fieldset.fieldset-preason legend {
    background-color: #f5f5f5;
}
.preason-bg {
    border: 1px solid #e7eaec;
    background-color: #f5f5f5;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 5px;
}
.preason-bg * {
    background-color: #f5f5f5;
}
/* poor edit end*/

/* data page */
#stats_chart_tag_cloud, #stats_chart_heat, #stats_chart_poor_reason {
    width: 100%;
    height: 520px;
    text-align: center;
    vertical-align: middle;
}

.chart-title {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    padding: 20px 0;
}
.btn-poor-heat {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: none;
    background-color: #eee;
    margin-left: -10px;
    white-space: pre-wrap;
}
.btn-poor-heat.active, .btn-poor-heat.active:active {
    background-color: #31b0d5 !important;
    color: #fff !important;
    border-color: #269abc !important;
}

/* checkbox-group-grass start */
.checkbox-group-grass {
    min-height: 24px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.checkbox-group-grass label{
    padding-left: 18px;
    color: #666666;
    font-weight: 400;
}

.checkbox-group-grass input[type="checkbox"] + label:before {
    background: #fff url('/static/web/images/checkbox_green.png?75ebb160997c');
    content: " ";
    height: 22px;
    left: 0;
    position: absolute;
    width: 22px;
}

.checkbox-group-grass input[type="checkbox"] {
    box-sizing: border-box;
    margin-top: 6px;
    margin-right: 12px;
    position: absolute;
}
.checkbox-group-grass input[type="checkbox"]:focus + label:before,
.checkbox-group-grass input[type="checkbox"] + label:hover:before {
    background-position: -24px 0;
}

.checkbox-group-grass input[type="checkbox"]:checked + label:before {
    background-position: -48px 0;
}

.checkbox-group-grass input[type="checkbox"][disabled] + label:before {
    background-position: -72px 0;
}

.checkbox-group-grass input[type="checkbox"][disabled]:checked + label:before {
    background-position: -96px 0;
}
/* checkbox-group-grass end */

/* radio-group-grass start */
.radio-group-grass {
    min-height: 24px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.radio-group-grass label{
    padding-left: 18px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 0px;
}
.radio-group-grass input[type="radio"] + label:before {
    background: #fff url('/static/web/images/radiobox_green.png?75ebb160997c');
    content: " ";
    height: 22px;
    padding-top: 6px;
    left: 0;
    position: absolute;
    width: 22px;
}

.radio-group-grass input[type="radio"] {
    box-sizing: border-box;
    margin-top: 6px;
    margin-right: 12px;
    position: absolute;
}
.radio-group-grass input[type="radio"]:focus + label:before,
.radio-group-grass input[type="radio"] + label:hover:before {
    background-position: -24px 0;
}

.radio-group-grass input[type="radio"]:checked + label:before {
    background-position: -48px 0;
}

.radio-group-grass input[type="radio"][disabled] + label:before {
    background-position: -72px 0;
}

.radio-group-grass input[type="radio"][disabled]:checked + label:before {
    background-position: -96px 0;
}
/* radio-group-grass end */


/* æŽ§åˆ¶å ä½ç¬¦é¢œè‰² */
textarea::-webkit-input-placeholder {
color: #D5D5D6 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #D5D5D6 !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #D5D5D6 !important;
}

textarea:-ms-input-placeholder {
color: #D5D5D6 !important;
}


/*è”ç³»æˆ‘ä»¬é¡µé¢ start*/
.about {

}

.about h3{
    margin-top: 40px;
    font-family: "PingFang SC","Microsoft YaHei","å¾®è½¯é›…é»‘", "SimHei","é»‘ä½“", serif;
    color: #2D8C49;
    font-weight: 600;
}
.about h3 + p{
    color: #626262;
}
.about .mail_grass{
    font-weight: 900;
}

/*è”ç³»æˆ‘ä»¬é¡µé¢ end*/

/* æ¶ˆæ¯ç³»ç»Ÿ start*/
.msgsys {
    padding: 15px 0;
    margin-top: 0;
}

.msgsys:last-child {
    border-bottom: none;
}
.msgsys.msg-open{
    background-color: #f0faf6;
}
.msgsys .msg-time {
    white-space: nowrap;
}
.msgsys .msg-action {
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}
.msgsys.msg-close .msg-action:after{
    content: "å±•å¼€";
    color: #0c933e;
}
.msgsys.msg-open .msg-action:after{
    content: "\00a0\00a0\00a0\00a0æ”¶èµ·\00a0\00a0\00a0\00a0";
    color: #31b0d5;
}
.msgsys .msg-content{
    text-align: justify;
}
.msgsys.msg-close .msg-content{
    height: 43px;
    overflow: hidden;
}
.msgsys.msg-unread .msg-content{
    font-weight: bold;
}
.msgsys.msg-read .msg-content{
    font-weight: normal;
}
.msg-count {
    display: block;
    position: absolute;
    top: 10px;
    left: 24px;
    color: #fff;
    padding: 2px 5px 2px 4px;
    min-width: 10px;
    background: #bb0c0d;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    line-height: 1;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(188,17,31,0.6);

}

/*æ¶ˆæ¯ç³»ç»Ÿ end*/



/*basic settings*/
.grass_theme_color{
    color: #0c933e;
}
.grass_theme_tips{
    font-size: 12px;
}
/**/

/*å…¬ç›Šç»„ç»‡äººå‘˜ç¼–è¾‘é¡µé¢*/
.verified_staff{
    background-color: #60c480;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    color: #ffffff;
}
.unverified_staff{
    background-color: #777;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    color: #ffffff;
}
/*font-faceæ”¯æŒ*/
@font-face {
  font-family: 'iconfont';
  src: url('http://at.alicdn.com/t/font_1474453604_0505302.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1474453604_0505302.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1474453604_0505302.woff') format('woff'), /* chromeã€firefox */
  url('http://at.alicdn.com/t/font_1474453604_0505302.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1474453604_0505302.svg#iconfont') format('svg'); /* iOS 4.1- */
}


.iconfont{
    font-family:"iconfont";
    font-size:14px;
    font-style:normal;
}


/*å…¬ç›Šç»„ç»‡è¯¦æƒ…é¡µé¢*/
.ngo-detail-correction{
    position: relative;
    display: inline-block;
    color: #2c8ec0;
    cursor: pointer;
}

.ngo-detail-correction img{
    display: none;
}
.ngo-detail-correction:hover img{
    position: absolute;
    display: block;
    top: -260px;
    left: -330px;
}


@media (max-width: 768px)
{
    .btn-send-vcode {
        margin-top: 5px;
    }
    .footer {
        height: auto;
    }
    .footer-wechat {
        height: auto;
        line-height: 2;
        text-align: center;
    }
    .footer-wechat img {
    }
}

/*åé¦ˆç³»ç»Ÿ begin*/
.fb_time_line {
    position: relative;
    padding-top: 1rem;
}
.fb_time_line .fb_line{
    margin: 20px;
    position: relative;
}
.fb_time_line .fb_line .list_circle {
    position: absolute;
    top:42%;
    left: -20px;
    content: "";
    border: 8px solid #37b353;
    border-radius: 50%;
}

.fb_time_line .fb_line:first-child .time_up_line {
    position: absolute;
    top:0;
    content: "";
    height: 0;
    border: 0px solid #37b353;
}

.fb_time_line .fb_line .time_up_line {
    position: absolute;
    top:-20%;
    left: -14px;
    margin-top: 0px;
    content: "";
    height: 80%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 2px solid #37b353;
}

.fb_time_line .fb_line .time_down_line {
    position: absolute;
    top:42%;
    left: -14px;
    content: "";
    height: 80%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 2px solid #37b353;
}
.fb_time_line .fb_line:last-child .time_down_line {
    position: absolute;
    top:42%;
    left: -14px;
    content: "";
    height: 0px;
    border: #37b353;
}


.fb_time_line .fb_line .content{
    width: 85%;
    display:inline-block;
    color: #FFFFFF;
    background-color: #37b353;
    border: 5px solid #37b353;
    border-radius: 5px;
}

.fb_time_line .fb_btn{
    position:absolute;
    right: 0;
    top:38%;
    cursor: pointer;
    color: #37b353;
    padding: 1px 3px;
    border: 1px solid #37b353;
    border-radius: 4px;
}

.fb_panel_footer{
    text-align: right;
    padding: 10px 30px !important;
}

.fb_panel_footer >span{
    color: #888888;
}

.fb_panel_footer .fail_btn{
    color: #ecba38;
    border: solid #ecba38 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.fb_radio{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fb_radio > label{
    width: 100%;
    position: relative;
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
}

.fb_radio > label >div{
    display: inline-block;
}

.fb_radio > label >div >input{
    position: absolute;
    left: -9999rem;
}

.fb_radio > label >div >i{
    position: absolute;
    right: 0;
    top:8px;
}

.fb_radio > label >div >i:before{
    content: "\f1db";
    color: #B2B2B2;
}

.fb_radio > label >div >input:checked + i:before{
    content: "\f058";
    color: #37b353;
}

#fb_failModal .modal-footer{
    border-top-width:0;
    padding-left: 60px;
    padding-right: 60px;
}

#fb_failModal .modal-footer >div{
    display:inline-block;
    padding: 5px;
    cursor:pointer;
    background-color: #FFFFFF;
    border-width: 0;
    font-weight: 900;
    font-size: 24px;
}

#fb_failModal .modal-footer .fb_cancel{
    color: #477aac;
}

#fb_failModal .modal-footer .fb_submit{
    color: #666666;
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.chen_07 {
    height: 42px;
    font-size: 18px;
    background: #88d11f;
    color: #fff;
}
.chen_08 {
  margin-top: 10px;
}
.chen_08 li {
    height: 39px;
    margin: 0 auto;
    border: 0px;
}
.cmh201 {
    float: left;
    width: 36px;
    color: #81bf29;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.cmh202 {
    float: left;
    width: 36px;
    margin-left: 70px;
    color: #81bf29;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.cmh203 {
    float: right;
    width: 85px;
    text-align: center;
    color: #81bf29;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.cmh204 {
    float: left;
    width: 36px;
    color: #81bf29;
}
.cmh205 {
    float: left;
    width: 50px;
    margin-left: 67px;
    color: #4db241;
    font-size: 14.6px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
.cmh206 {
    float: right;
    width: 100px;
    text-align: center;
    color: #4db241;
    font-size: 14.6px;
    font-weight: bold;
    text-align: center;
}
.cmh204 p {
    background: #FC0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 0 auto !important;
    text-align: center;
    color: #FFF !important;
    font-size: 14.6px !important;
    line-height: 20px !important;
    float: none !important;
}
.goods-list > li {
  float: left;
  border-bottom: 1px solid #eee;
  position: relative;
    width: 25%;
    padding: 0 10px;
    box-shadow: none;
    transition: box-shadow .5s;
}
.goods-list li .img {
    height: 192px;
    padding-top: 10px;
    overflow: hidden;
}
.goods-list li:hover {
    box-shadow: 0 5px 10px #aaa;
}
.goods-list li:hover .goods-list__qrbox {
    display: block;
}
.goods-list li {
    border-right: 1px solid #eee;
}
.goods-list li:nth-child(4n+1) {
    border-left: 1px solid #eee;
}
.goods-list__qrbox {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 184px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
}
.goods-list__qr {
    width: 55%;
    margin: 8px auto 8px;
}
.goods-list__qrbox h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
    text-align: center;
    color: #fff;
}
.goods-list__qr img {
    width: 100%;
}
.goods-list li .img img {
    vertical-align: top;
    width: 100%;
}
.ez-last {
    position: relative;
}
.goods-list .price {
  margin-bottom: 5px;
    height: 3em;
    overflow: hidden;
    color: #666;
}
.ez-last .price strong {
    font-size: 21px;
    color: #dc0000;
    font-weight: 500;
}
.goods-list .name {
  margin-bottom: 5px;
    height: 4em;
    overflow: hidden;
}
.ez-last .cart1 {
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.ez-last .cart1.active span {
    display: inline;
}
.ez-last .cart1 span:not(:last-child) {
    display: none;
}

.ez-last .cart1 .cart1__btn {
    cursor: pointer;
}
.ez-last .cart1 span .icon {
    width: 25px;
    height: 25px;
    color: #eb4407;
    vertical-align: -.55em;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.ez-last .cart1 span:hover .icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ez-last .cart1 .cart1__num {
    font-size: 16px;
    color: #eb4407;
    padding: 0 5px;
}
.restaurant-cart {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 310px;
    height: 38px;
}
.rcart-group {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.rcart-group-toggle {
    display: none;
    position: absolute;
    top: 0;
    left: -16px;
    width: 16px;
    border-radius: 4px 0 0 4px;
    background: #3298dc;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.rcart-no.empty {
    background-image: url(../images/rst-sprites.b35686d3.png);
    background-position: 0 -30px;
}
.rcart-no.ui_c1 {
    background-color: #2888d1;
}
.rcart-no {
    float: left;
    width: 38px;
    height: 38px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font: 18px/38px arial,sans-serif;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
.rcart-dock {
    position: relative;
    z-index: 3;
    width: 310px;
    height: 38px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    background: #2c2c2c;
    cursor: pointer;
    background: -webkit-linear-gradient(left,rgba(15,166,234,1) 0,rgba(89,204,24,1) 100%);
    background: -moz-linear-gradient(left,rgba(15,166,234,1) 0,rgba(89,204,24,1) 100%);
    background: -ms-linear-gradient(left,rgba(15,166,234,1) 0,rgba(89,204,24,1) 100%);
    background: linear-gradient(left,rgba(15,166,234,1) 0,rgba(89,204,24,1) 100%);
}
.icon-rcart.ui_c1 {
    background-color: #2888d1;
}
.icon-rcart {
    float: left;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    background-color: inherit;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    text-align: center;
    font-size: 20px;
    line-height: 38px;
}
.rcart-info {
    float: left;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    word-spacing: 6px;
}
.rcart-checkout {
    float: right;
    margin: 5px 5px 0 0;
    padding: 0 20px 0 22px;
    border-radius: 4px;
    background-color: #fdda33;
    background-image: linear-gradient(to bottom,#ffe233,#fbd233);
    color: #333;
    font: bold 14px/28px "Helvetica Neue",Arial,"Microsoft Yahei",sans-serif;
}
.rcart-checkout.disabled {
    background: #eee;
    color: #666;
    cursor: default;
    box-shadow: none;
}
.rcart-list-wrapper.ui_c1 {
    border-top-color: #2888d1;
}
.rcart-list-wrapper {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 310px;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    background-color: #fff;
    border-top-width: 3px;
    border-top-style: solid;
}
.rcart-empty {
    margin: 0;
    padding: 16px;
}
.text-center {
    text-align: center!important;
}
.restaurant-cart__qrcode img {
  width: 100%;
}
.restaurant-cart__qrcode {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 200px;
    opacity: 0;
    padding: 5px;
    border: 1px solid #e6e6e6;
    visibility: hidden;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.icon-rcart .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
  }
.restaurant-cart__qrcode_vis {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
.rcart-title {
    margin: 0;
    padding: 12px 12px 2px;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.rcart-clear {
    font-size: 12px;
    color: #2888d1!important;
}
.rcart-list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 310px;
    overflow: auto;
    padding: 4px 12px;
}
.rcart-dish {
    position: relative;
    padding: 12px 0px;
}
.rcart-d-name {
    float: left;
    width: 136px;
    margin-right: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rcart-d-modify {
    float: left;
    width: 64px;
    text-align: center;
    color: #666;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.rcart-d-act {
    background: #f5f5f5;
    color: #999;
    font-family: "eleme",monospace;
    vertical-align: bottom;
    font-size: 12px;
    visibility: hidden;
}

.rcart-d-act, input.rcart-d-qty {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    text-align: center;
}
input.rcart-d-qty {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 -1px;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    color: #666;
}
.rcart-d-total {
    margin-left: 10px;
    color: #f17530;
    text-align: right;
    font-size: 14px;
}
.rcart-d-del {
    position: relative;
    top: -1px;
    float: right;
    display: none;
    width: 16px;
    color: #999;
    font-size: 16px;
    text-align: right;
}
.brief_title {
  display: block;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brief_time {
  font-size: 12px;
  color: #FF5B38;
  background-color: #FFF2E9;
  border-radius: 3px;
  padding: 4px 10px;
  display: inline-block;
  margin-top: 6px;
}
.goods-list li:nth-child(1) {
  border-top: 1px solid #eee;
}
.goods-list li:nth-child(2) {
  border-top: 1px solid #eee;
}
.goods-list li:nth-child(3) {
  border-top: 1px solid #eee;
}
.goods-list li:nth-child(4) {
  border-top: 1px solid #eee;
}
.goods-list li .img {
  position: relative;
}
.goods-list li .img .state {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 18px;
  border-radius: 30px;
  font-size: 15px;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  z-index: 10;
}
.goods-list li .img .tips {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    background-color: #FF5B38;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0.7;
    line-height: 20px;
    width: 65px;
    text-align: center;
    display: inline-block;
}
.img-disabled img {
  opacity: .5;
}
.img-disabled .tips {
  opacity: .5!important;
}

