/* CSS Reset*/

html {
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    margin: 0;
    font-size: 1.6rem;
    color: #211f1f;
    background-color: #f7f7f7;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

ul, ol {
    list-style: none;
}

a {
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.box {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: flex !important;
}

.box-ver {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.box-hor {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}

.box-flex {
    flex: 1;
}

.box-radius {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
}

.box-radius-05em {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
}

.box-radius-1em {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
}

.box-radius-2em {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.mt5 {
    margin-top: 0.5rem;
}

.mt10 {
    margin-top: 1rem;
}

.mt15 {
    margin-top: 1.5rem;
}

.mt20 {
    margin-top: 2rem;
}

.mb5 {
    margin-bottom: 0.5rem;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb15 {
    margin-bottom: 1.5rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mb25 {
    margin-bottom: 2.5rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb60 {
    margin-bottom: 6rem;
}

.pd10 {
    padding: 1rem;
}

.clear {
    clear: both;
}

.valign_middle {
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;

    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
}

.b_h_c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ofh {
    overflow: hidden;
}

.cur {
    color: #d9131f;
}

.active-c {
    color: #57AD68;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*超出部分省略*/
.toe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*清除浮动*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;

}

.clearfloat {
    zoom: 1;
}

/* End hide from IE-mac */
/*Reset End*/

.user-tag1 {
    position: relative;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: #2ba246;
    border-radius: 0.5rem;
    margin-left: 1rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8rem;
}

.user-tag1::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #2ba246;
    border-bottom: 5px solid transparent;
    left: -4px;

}

/*头部*/
.header {
    width: 100%;
    background-color: #FFF;
    color: #666;
    position: relative;
}

.i-city {
    position: absolute;
    right: 1.7rem;
    top: 1.0rem;
}

.i-city .pin {
    color: #d9131f;
}

.i-city .right {
    font-size: 1.4rem;
    color: #b5b5b5;
}

.header .title {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    color: #666;
    border-bottom: solid 1px #EEEEEE;

}

.header .title .icon {
    text-align: center;
    height: 5rem;
    min-width: 3rem;
    line-height: 5rem;
    display: block;
    padding: 0 1rem;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
}

.header .title .logo{
    text-align: center;
    height: 3rem;
    padding: 1rem;
    margin: auto;
}
.header .title .logo img{
    height: 3rem;
}

.header .title h1 {

    text-align: center;
    line-height: 5rem;
    font-size: 1.8rem;
    display: block;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-weight: 400;

}

.header .title .h-img {
    line-height: 6.5rem;
    margin-left: 1.6rem;
}

.header .title .act {
    opacity: 0.6;
}

.header .title i {
    text-align: center;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    display: block;
}

.header .title a {
    color: #666;
}

.header .tab {
    padding: 1rem 0;
    text-align: center;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}

.header .tab li {
    height: 3rem;
    line-height: 3rem;
    color: #FFF;
    text-align: center;
    border-left: solid 0.0625em #FFF;
    border-bottom: solid 0.0625em #FFF;
    border-top: solid 0.0625em #FFF;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: #57ad68;
}

.header .tab li:first-child {
    border-top-left-radius: 3rem;
    -webkit-top-left-border-radius: 3rem;
    -moz-top-left-border-radius: 3rem;

    border-bottom-left-radius: 3rem;
    -webkit-bottom-left-border-radius: 3rem;
    -moz-bottom-left-border-radius: 3rem;
}

.header .tab li:last-child {
    border-top-right-radius: 3rem;
    -webkit-top-right-border-radius: 3rem;
    -moz-top-right-border-radius: 3rem;

    border-bottom-right-radius: 3rem;
    -webkit-bottom-right-border-radius: 3rem;
    -moz-bottom-right-border-radius: 3rem;
}

.header .tab li span {
    display: block;
    margin: auto;
    font-size: 0.8em;
}

.header .tab li.cur {
    background-color: #FFF;
    color: #3498DB;
}

.header_stab {
    width: 100%;
    background-color: #FFF;
}

.header_stab ul {
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.header_stab ul li {
    display: block;
    border-bottom: solid 2px #FFF;
}

.header_stab ul li span {
    overflow: hidden;
    color: #333;
    text-align: center;
    padding: 0 0.4em;
    line-height: 2.5em;
    display: block;
}

.header_stab ul li.cur {
    border-bottom: solid 2px #3498DB;
    color: #3498DB;
}

.header_stab ul li.cur a {
    color: #3498DB;
}

.header_stab .more {
    width: 2em;
    height: 2.5em;
    line-height: 2.5em;
}

.header_stab .more i {
    font-size: 1.6em;
    text-align: center;
    color: #000;
}

/*end*/

/*首页幻灯片*/
.slide1 {
    height: 17.7rem;
}

.slide1 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}

/*end*/

/*功能区*/
/*
.tool {
    background: #fff;
    padding: 1rem 0 2rem 0;
}

.flex-container {
    -webkit-flex-wrap: wrap;
}

.tool-item {
    display: block;
    padding: 2rem 0 1rem 0;
    float: left;
    width: 25%;
    text-align: center;
}
.tool-icon {
    margin: 0 auto;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tool-icon i {
    font-size: 2.4rem;
    color: #fff;
}
.tool-title {
    font-size: 1.4rem;
    text-align: center;
    margin: 1rem 1.5rem 0;
    overflow: hidden;
    white-space: nowrap;
}
*/

.main_tool {
    background: #fff;
    padding: 2rem 0 0rem 0;
}

.main_tool .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.main_tool .swiper-wrapper {
    padding: 0 0 1.5rem 0;
}

.main_tool .swiper-slide {
    text-align: center;
    padding: 0 0 1rem 0;
    font-size: 18px;
    background: #fff;
    height: 8.5rem;
}

.main_tool .swiper-slide .tool-icon {
    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main_tool .swiper-slide .tool-icon i {
    font-size: 2.4rem;
    color: #fff;
}

.main_tool .swiper-slide .tool-title {
    line-height: 4rem;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

/*end*/

/*公益头条*/
.headline {
    background: #fff;
    padding: 2.5rem 1rem;
}

.headline-img {
    width: 4.1rem;
    height: 4.4rem;
    margin-right: 1.5rem;
}

.headline-item {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
}

/*end*/

/*数据统计*/

.statistics {
    background: #fff;
    padding: 2.5rem 1rem;
    font-size: 1.4rem;
    text-align: center;
}

.statistics .box-flex {

}

.statistics-num {
    color: #ff5764;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*广告位*/
.slide2 {
    height: 13rem;
}

/*end*/

/*栏目标题*/
.cate {
    padding: 1.2rem;
    background: #fff;
}

.cate-title {
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-left: 1.5rem;
    background: url("../img/1_12.jpg") no-repeat 0.1rem;
    -webkit-background-size: 0.4rem 2.2rem;
    background-size: 0.4rem 2.2rem;
}

.cate-more {
    line-height: 2rem;
}

.cate-more span {
    color: #b5b5b5;
}

.cate-more a {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 1.5rem;
    color: #b5b5b5;
}

.cate-more .icon {
    padding: 0;
    padding-left: 1rem;
}

.cate-more .icon .iconfont {
    font-size: 1.8rem;
    color: #b5b5b5;
}

.cate-more .cur {
    color: #d9131f;
}

/*end*/

/*义卖推荐*/
.goods {
    margin-top: 0;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

.goods-item {
    background: #fff;
    width: 48%;

}

.goods-item.mr {
    margin-right: 4%;
}

.goods-item:nth-of-type(2n+1) {
    margin-right: 4%;
}

.goods-top .item-title {
    padding: 1rem;
}

.item-title {
    font-size: 1.6rem;
    font-weight: 400;
}

.goods-img {
    height: 11.5rem;
}

.goods-bottom {
    padding: 1rem;
}

.goods-price {
    color: #d9131f;
    font-size: 2rem;
}

.goods-price span {
    margin-right: 1rem;
}

.join-car {
    width: 2.8rem;
    height: 2.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d9131f;
    text-align: center;
    line-height: 2.8rem;
}

.join-car i {
    color: #fff;
    font-size: 1.8rem;
}

/*end*/

/*大病救助*/

.project-item {
    background: #fff;
    margin-bottom: 1.5rem;
}

.project-top .item-title {
    padding: 1.5rem 1rem;
}

.project-img {
    height: 19.7rem;
}

.project-bottom {
    padding: 1.5rem;
    font-size: 1.2rem;
    color: #b5b5b5;
}

.project-b-l {
    line-height: 2.2rem;
    height: 2.2rem;
}

.project-b-r {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    background: #d9131f;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.3rem 1rem;
}

/*end*/

/*热点新闻*/
.news-item1, .news-item2 {
    background: #fff;
    padding: 2.2rem 1rem;
}

.news-item1 .news-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-item1 .news-left {
    margin-right: 1.5rem;
}

.news-item1 .news-left .item-title {
    min-height: 6rem;
}

.news-box {
    font-size: 1.4rem;
    color: #b5b5b5;
}

.news-item1 .news-right {
    width: 11.4rem;
    height: 8.6rem;
    line-height: 8.6rem;
    text-align: center;
}

.news-item1 .news-right img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.news-imgs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-imgs img {
    height: 8.2rem;
    margin-right: 0.5rem;
}

.news-imgs img:last-child {
    margin-right: 0;
}

.news-video-img img {
    height: 18.8rem;
}

/*end*/

/*栏目切换*/
.cate-list {
    background: #fff;
    font-size: 1.8rem;
    border-top: 1px solid rgba(223, 227, 226, 1);
    border-bottom: 1px solid rgba(223, 227, 226, 1);
}

.cate-list .swiper-slide {
    width: auto;
}

.cate-item {
    display: block;
    float: left;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
}

.cate-list .swiper-slide {
    border-left: 1px solid rgba(223, 227, 226, 1);
}

.cate-list .swiper-slide:first-child {
    border-left: 0;
}

.cate-item.cur {
    color: #d9131f;
}

/*影像视频列表*/

.video-item {
    display: block;
    background: #ffffff;

}

.video-img {
    text-align: center;
    line-height: 21rem;
    height: 19rem;
}

.video-img img {
    width: 3.5rem;
    height: 3.5rem;
    opacity: 0.7;
}

.video-bottom {
    padding: 1.2rem;

}

.video-bottom .icon {
    color: #b5b5b5;
}

/*end*/

/*新闻内容页面*/

.news-show {
    background: #fff;
    padding: 1.2rem;
}

.show-text p {
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

.show-text img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.show-title {
    font-size: 2rem;
}

.show-video {
    width: 100%;
}

/*end*/

/*大病救助*/
.project-info {
    background: #ffffff;
    height: 5.2rem;
    padding: 0 1rem;
}

.pro-avatar1 {
    width: 3.7rem;
    height: 3.7rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c0bfc4;
    margin-right: 1rem;
}

.pro-time {
    text-align: right;
}

.project-title {
    padding: 1rem;
    font-size: 2rem;
}

.project-plan {
    padding: 1.6rem;
    background: #ececec;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    border-radius: 1.1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.pro-plan-text {
    font-size: 1.2rem;
    color: #999;
}

.pro-plan-num {
    font-size: 1.8rem;
    color: #d9131f;
}

.pro-jindutiao {
    width: 100%;
    height: 0.5rem;
    background: #d6d6d6;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 1.6rem 0;
}

.pro-jindu {
    height: 0.5rem;
    background: #d9131f;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.pro-plan-info {
    text-align: center;
    border-right: 1px solid #d6d6d6;
}

.pro-plan-info:last-child {
    border-right: 0;
}

.project-introduce {
    margin: 1rem 1rem 1.5rem;
}

.project-introduce p {
    margin-bottom: 10px;
}

.project-introduce img {
    max-width: 100% !important;
    height: auto !important;
}

.disease-help p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.pro-int-max-h {
    max-height: 28rem;
}

.full-text {
    font-size: 1.4rem;
    color: #d9131f;
    text-align: center;
}

.pro-introduce-imgs {
    height: 8.4rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.pro-prove-text1 {
    font-size: 1.6rem;
    color: #606060;
}

.pro-prove-text2 {
    font-size: 1.4rem;
    color: #066d14;
}

.pro-prove-text2 span {
    margin-left: 0.5rem;
}

.pro-prove-text1 .cur {
    color: #d9131f;
}

.pro-prove-text1 .iconfont {

    color: #b5b5b5;
}

.pro-prove-text3 {
    font-size: 1.2rem;
    color: #606060;
}

.project-verify {
    background: #fff;
}

.project-verify .cur {
    color: #d9131f;
}

.pro-avatar-item img {
    width: 4rem;
    height: 4rem;
    margin-right: 0.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pro-msg {
    background: #ececec;
    position: relative;
}

.trilateral {
    position: absolute;
    top: -10px;

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ececec;
}

.trilateral1 {
    left: 13px;
}

.trilateral2 {
    left: 61px;
}

.trilateral3 {
    left: 109px;
}

.trilateral4 {
    left: 157px;
}

.trilateral5 {
    left: 205px;
}

.trilateral6 {
    left: 253px;
}

.pro-help {
    display: block;
    margin: 0 auto 1rem;
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
    color: #ffffff;
    font-size: 1.6rem;
    background: #d9131f;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.project-initiator-dynamic {
    background: #ffffff;

}

.pro-tab-list {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #dfe3e2;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.pro-tab-list .cur {
    color: #ffffff;
    background: #d9131f;
}

.pro-tab-list .cur.pro-tab-item:first-child {
    -webkit-border-radius: 1rem 0 0 1rem;
    -moz-border-radius: 1rem 0 0 1rem;
    border-radius: 1rem 0 0 1rem;

}

.pro-tab-list .cur.pro-tab-item:last-child {
    -webkit-border-radius: 0 1rem 1rem 0;
    -moz-border-radius: 0 1rem 1rem 0;
    border-radius: 0 1rem 1rem 0;

}

.pro-msg-box {
    margin-left: 5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.pro-msg-img {
    display: block;
    float: left;
    height: 9rem;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1rem;
}

.pro-msg-img:nth-of-type(3n+3) {
    margin-right: 0;
}

.project-support {
    background: #fff;

}

.pro-support {
    padding: 1rem;
}

.pro-sup-l {
    font-size: 1.6rem;
    margin-right: 1rem;
}

.pro-sup-num {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0.2rem 0.5rem;
    color: #ffffff;
    background: #d9131f;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.pro-sup-num .trilateral {
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-right: 5px solid #d9131f;
    border-bottom: 2px solid transparent;
    left: -12px;
}

.pro-sup-item {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.pro-sup-username {
    font-size: 1.6rem;
    color: #3c7998;
}

.pro-sup-text {
    font-size: 1.4rem;
}

.pro-sup-time {
    font-size: 1.2rem;
    color: #9c9c9c;
}

.pro-sup-id {
    font-size: 1.2rem;
    color: #066d14;
}

.pro-sup-reply {
    font-size: 1.4rem;
}

/*end*/

/*公益众筹*/

/**商城*/

/*商城-筛选*/
.ui_filter_h {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    border-bottom: solid 1px #EEEEEE;
    background-color: #FFF;
}

.ui_filter_h .item {
    color: #666;
    text-align: center;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    border-left: solid 1px #EEEEEE;
    margin: 0.5em 0;
    line-height: 1.5em;
    display: block;
}

.ui_filter_h .item:nth-child(1) {
    border-left: none;
}

.ui_filter_h .item.cur {
    color: #57AD68;
}

.ui_filter_c {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ui_filter_box {
    position: absolute;
    width: 100%;
    max-height: 13em;
    left: 0;
    bottom: 0;
    background-color: #FFF;
}

.ui_filter_box h3 {
    line-height: 3em;
    text-align: center;
    border-bottom: solid 1px #EEEEEE;
    font-size: 1em;
}

.ui_filter_box ul {
    max-height: 10em;
    overflow: auto;
}

.ui_filter_box ul li {
    line-height: 2.5em;
    padding: 0 0.5em;
    margin: 0;
    border-bottom: solid 1px #EEEEEE;
}

.ui_filter_box ul li:hover {
    background-color: #EEE;
}

/*商城-购买选择*/
.ui_buy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ui_buy_bg {
    width: 100%;
}

.ui_buy_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
}

.ui_buy_box .tbox {
    height: 6rem;
    position: relative;

}

.ui_buy_box .tbox .img {
    width: 10rem;
    height: 10rem;
    position: absolute;
    left: 1rem;
    top: -4rem;
    background-color: #eee;
    border: solid 2px #FFFFFF;
}

.ui_buy_box .tbox .img img {
    width: 100%;
    height: 100%;
}

.ui_buy_box .tbox .txt {
    height: 6rem;
    position: absolute;
    left: 12rem;
    top: 0;
}

.ui_buy_box .tbox .txt span {
    display: block;
    line-height: 2rem;
}

.ui_buy_box .tbox .txt span b {
    font-weight: bold;
    color: #fd5555;
}

.ui_buy_box h2 {
    line-height: 3em;
    text-align: center;
    border-bottom: solid 1px #EEEEEE;
    font-size: 1.2em;
}

.ui_buy_box h3 {
    line-height: 3em;
    text-align: left;
    border-bottom: solid 1px #EEEEEE;
    font-size: 1em;
    margin: 0 1em;
}

.ui_buy_box .ul {
    margin: 1rem 1em 0 1em;
    overflow: auto;
}

.ui_buy_box .ul .li {
    line-height: 2.5em;
    padding: 0.5em 0.8em;
    margin: 0 1rem 0 0;
    background-color: #efefef;
}

.ui_buy_box .ul .li.cur {
    background-color: #fd5555;
    color: #FFFFFF;
}

.ui_buy_box .quantity {
    margin: 1em 1em 0 1em;
    border-top: solid 1px #EEEEEE;
    height: 3em;
    padding: 1em 0 0 0;
}

.ui_buy_box .quantity .ldiv {
    font-weight: bold;
    color: #000;
    float: left;
}

.ui_buy_box .quantity .ldiv span {
    font-weight: normal;
    color: #999;
    display: block;
}

.ui_buy_box .quantity .rdiv {
    float: right;
    font-size: 1.6rem;
    margin-top: 1rem;
}

.ui_buy_box .quantity .rdiv span {
    font-weight: bold;
    display: block;
    border: solid 1px #EEEEEE;
    padding: 0 1rem;
}

.ui_buy_box .quantity .rdiv .input {
    width: 4rem;
    border-bottom: solid 1px #EEEEEE;
    border-top: solid 1px #EEEEEE;
    border-left: none;
    border-right: none;
    text-align: center;
}

.ui_buy_box .btn {
    background-color: #fd5555;
    margin: 1em;
    padding: 1rem;
    text-align: center;
    color: #FFFFFF;
}

/*商城-商品列表*/
.goods_list {
    margin: 1rem 1rem 0 1rem;
    display: table-column;
}

.goods_list .item {
    width: 49%;
    padding: 0;
    color: #4d4d4d;
    float: left;
    background-color: #FFF;
    margin-bottom: 1rem;
}

.goods_list .item.mr {
    margin-right: 2%;
}

.goods_list .item.act {
    background-color: #DCDCDC;
}

.goods_list .item .img {
    width: 100%;
    height: 17rem;
    margin: 0 0.5em 0 0.5em;
    overflow: hidden;
}

.goods_list .item .img img {
    width: 100%;
    height: 17rem;
}

.goods_list .item .txt {
    margin: 0;
    padding: 5px 0.5em 0 0.5em;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.goods_list .item .price {
    height: 5rem;
}

.goods_list .item .price span {
    display: block;
    line-height: 5rem;
    color: #999;
    font-weight: bold;
    overflow: hidden;
    color: #FE5455;
    float: left;
    padding-left: 0.5rem;
}

.goods_list .item .price em {
    display: block;
    color: #FFF;
    background-color: #FE5455;
    float: right;
    margin: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
}

/*商城-商品内容*/
.g_s_slide {
    margin: 0 0 0 0;
    width: 100%;
    height: 25rem;
}

.g_s_slide .swiper-container {
    width: 100%;
    height: 100%;
}

.g_s_slide .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.g_s_slide .swiper-slide a {
    height: 100%;
    display: block;
    margin: 0 100px;
}

.g_s_title {
    margin: 1rem 0 0 0;
    padding: 1rem;
    background-color: #FFF;
}

.g_s_stitle {

    margin: 1rem 0 0 0;
    padding: 1rem;
    background-color: #FFF;
    color: #FE5455;
}

.g_s_subtitle {

    margin: 1rem 0 0 0;
    padding: 1rem;
    background-color: #FFF;
    color: #FE5455;
}

.g_s_price {
    margin-top: 1rem;
    background-color: #FFF;
    color: #FE5455;
    font-size: 2rem;
    padding: 0 1rem;
}

.g_s_items {
    background-color: #FFF;
    color: #CCC;
    padding: 0.5rem 1rem;
    border-bottom: solid 1px #EEE;
}

.g_s_promise {
    background-color: #FFF;
    color: #333;
    padding: 0.5rem 1rem;
    border-bottom: solid 1px #EEE;
}

.g_s_promise i {
    color: #FE5455;
}

.g_s_attribute {
    width: 100%;
    padding: 1rem 0;
    border-bottom: solid 1px #EEE;
    background-color: #FFF;
}

.g_s_attribute div {
    margin: 0 1rem;
}

.g_s_attribute .icon {
    width: 2rem;
    text-align: right;
}

.g_s_tab {
    width: 100%;
    margin: 1rem 0 0 0;
    border-bottom: solid 1px #EEE;
    background-color: #FFF;
}

.g_s_tab div {
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: -1px;
}

.g_s_tab div.cur {
    border-bottom: solid 1px #FE5455;
}

.g_s_tab_content {
    background-color: #FFF;
    padding: 1rem 0;
}

.g_s_tab_content .div {
    width: 100%;
}

.g_s_tab_content .div img {
    max-width: 100%;
    height: auto !important;
}

.g_s_tab_content .div video {
    max-width: 100%;
    height: auto !important;
}

.g_s_tab_content .div .text {
    margin: 0 1rem;
}

/*商城-商品内容-商品购买按钮*/
.g_s_btn {
    position: fixed;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
}

.g_s_btn .div {
    width: 100%;
    height: 5rem;
    padding: 0;
    margin: 0;
    border-top: solid 1px #EEE;
    background-color: #FFF;
}

.g_s_btn .div div {
    padding: 0.5rem 0 0 0;
    margin: 0;
    color: #999;
    text-align: center;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.g_s_btn .div div i {
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
    color: #6C6C6C;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    display: block;
}

.g_s_btn .div div i:hover {
    color: #57AD68;
}

.g_s_btn .div div span {
    font-size: 1rem;
    text-align: center;
    display: block;
}

.g_s_btn .div div a {
    display: block;
    color: #999;
    display: block;
}

.g_s_btn .div div.cur i, .g_s_btn .div div.cur span {
    color: #57AD68;
}

.g_s_btn .div div.buy {
    background-color: #FD5555;
    height: 5rem;
    line-height: 5rem;
    color: #FFF;
    padding: 0;
    margin: 0;
}

.g_s_btn .div div.buy a {
    color: #FFF;
}

.g_s_btn .div div.cart {
    background-color: #FE9402;
    height: 5rem;
    line-height: 5rem;
    color: #FFF;
    padding: 0;
    margin: 0;
}

.g_s_btn .div div.cart a {
    color: #FFF;
}

/*店铺*/
.g_s_bus_logo {
    width: 100%;
    background-color: #FFF;
    margin-top: 1rem;
    padding: 1.5rem 0 0 0;
    border-top: solid 1px #EEE;
}

.g_s_bus_logo .a {
    width: 8rem;
    height: 8rem;
    background-color: #eee;
    margin-left: 1rem;
    overflow: hidden;
}

.g_s_bus_logo .a img {
    width: 8rem;
    height: 8rem;
    display: block;

}

.g_s_bus_logo .b {
    margin: 0 1rem;
    text-align: left;
}

.g_s_bus_logo .b p {
    display: block;
    text-align: left;
    font-weight: bold;
}

.g_s_bus_logo .b .div {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 1rem;
}

.g_s_bus_logo .b .div span {
    display: block;
    text-align: center;
    color: #999;
}

.g_s_bus_logo .b .div span:first-child {
    border-right: dashed 1px #eee;
}

.g_s_bus_logo .b .div span:last-child {
    border-left: dashed 1px #eee;
}

.g_s_bus_btn {
    padding: 1.5rem 0;
    width: 100%;
    border-bottom: solid 1px #EEE;
    background-color: #FFF;
    color: #666666;
    text-align: center;
}

.g_s_bus_btn .a {
    margin: 0 1rem;
    text-align: center;
    background-color: #eee;
    line-height: 3rem;
    display: block;
}

/*购物车*/
.cart {
}

.cart .item {
    width: 100%;
    border-bottom: solid 1px #EEE;
    background-color: #FFF;
    padding: 1rem 0;
    position: relative;
}

.cart .item .a {
    margin: 0 0 0 1rem;
}

.cart .item .a i:before {
    content: "\e6d7";
}

.cart .item.action .a i:before {
    content: "\e656";
}

.cart .item .b {
    width: 5rem;
    height: 5rem;
    margin: 0 0.5rem 0 1rem;
}

.cart .item .b img {
    width: 5rem;
    height: 5rem;
    display: block;
}

.cart .item .c {
    margin-right: 0.5rem;
    text-align: left;
}

.cart .item .c span {
    display: block;
    text-align: left;
}

.cart .item .d {
    margin: 0 1rem 0 0
}

.cart .item .d p {
    height: 2rem;
    line-height: 2rem;
    padding: 0px;
    margin: 0px;
    display: block;
    color: #FE5455;

}

.cart .item .d div {
    height: 3rem;
    text-align: center;
}

.cart .item .d div span {
    border: solid 1px #EEE;
    display: block;
    padding: 0 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.cart .item .d div span input {
    border: none;
    background: none;
    text-align: center;
}

.cart .item .e {
    margin: 0 1rem 0 0;
    text-align: center;
    min-width: 5rem;
}

.cart .item .e span {
    color: #FE5455;
}

.cart .item .f {
    align-items: center;
    display: flex;
    margin: 0 1rem 0 0;
    text-align: center;
    color: #FFF;
}

.cart .item .f span {
    display: block;
    background-color: #ddd;
    padding: 0.5rem;
}

.cart_total {
    font-size: 1.6rem;
    padding: 1rem;
    background-color: #FFF;
    border-bottom: solid 1px #EEE;
    text-align: right;
}

.cart_total span {
    color: #FE5455;
}

.cart_btn {
    height: 4rem;
    padding: 1rem 0;
    background-color: #FFF;
    width: 100%;
    border-bottom: solid 1px #EEE;
}

.cart_btn .a {
    margin: 0 0 0 1rem;
}

.cart_btn .b {
    line-height: 2rem;
    margin: 0 1rem 0 1rem;
}

.cart_btn .b span {
    color: #FE5455;
}

.cart_btn .c {
    margin: 0 1rem 0 0;
    line-height: 4rem;
    padding: 0 1rem;
    display: block;

}

.cart_btn .label {
    margin: 0 3rem 0 0;
    line-height: 4rem;
    padding: 0 1rem;
    display: block;
    border-radius: 0.2rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
}

.cart_btn .label-default {
    background-color: #eeeeee;
    color: #666666;
}

.cart_btn .label-primary {
    background-color: #0275d8;
    color: #FFF;
}

.cart_btn .label-success {
    background-color: #5cb85c;
    color: #FFF;
}

.cart_btn .label-info {
    background-color: #5bc0de;
    color: #FFF;
}

.cart_btn .label-warning {
    background-color: #f0ad4e;
    color: #FFF;
}

.cart_btn .label-danger {
    background-color: #FE5455;
    color: #FFF;
}

.bg_default {
    background-color: #eeeeee;
    color: #666666;
}

.bg_primary {
    background-color: #0275d8;
    color: #FFF;
}

.bg_success {
    background-color: #5cb85c;
    color: #FFF;
}

.bg_info {
    background-color: #5bc0de;
    color: #FFF;
}

.bg_warning {
    background-color: #f0ad4e;
    color: #FFF;
}

.bg_danger {
    background-color: #FE5455;
    color: #FFF;
}

/*商城end*/

/*用户中心*/
.user {
}

.user .user-infos {
    padding: 2.5rem 2rem;
    background: #FE5455;
}

.user .user-infos .img {
    width: 6rem;
    height: 6rem;
    display: block;
    margin: 0 auto;
    margin-right: 1rem;
    border: solid 0.2rem #FFF;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    background: #fff;
}

.user .user-infos .nickname {
    font-size: 2rem;
    color: #fff;
}

.user .user-infos .user-tag {
    position: relative;
    margin-left: 1.5rem;
    padding: 0.2rem 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    background: #fff;
    color: #FE5455;
    display: inline-block;
    line-height: 1.8rem;
}

.user .user-infos .user-tag::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    left: -4px;
}

.user .user-infos .user-group {
    color: #fff;
}

.user .user-account {
    padding: 1rem;
    background: #fff;
    text-align: center;

}

.user .user-account .price {
    color: #FE5455;
    font-size: 1.8rem;
}

.user .user-account .btn {

    padding: 0.2rem 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: #FE5455;
    color: #fff;
}

/*end*/

.user_grid {
    background: #fff;
    padding: 2rem 0 0rem 0;
}

.user_grid .item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 0 1rem 0;
    font-size: 18px;
    background: #fff;
}

.user_grid .item .icon {

    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    background-color: #DDD;
}

.user_grid .item .icon i {
    font-size: 2.4rem;
    color: #fff;
}

.user_grid .item .title {
    line-height: 4rem;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.user .upa {
    width: 100%;
    border-bottom: solid 1px #EEE;
    background-color: #FE5455;
    padding: 1rem 0;
}

.user .upa .txt {
    text-align: center;
    line-height: 1.6em;
}

.user .upa .txt span {
    display: inline-block;
    color: #FFF;
}

.user .upa .txt span.price {
    color: #FF0;
}

.user .upa .txt span.btn {
    border: solid 1px #FFF;
    padding: 0.2rem 1rem;
}

.user .upa .txt span.btn a {
    display: block;
    color: #FFF;
}

.user .upa .img {
    text-align: center;
    line-height: 1.6em;
}

.user .upa .img img {
    width: 8rem;
    height: 8rem;
    display: block;
    margin: 0 auto;
    border: solid 0.2rem #FFF;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
}

.user .upa .img span {
    display: block;
    color: #FFF;
}

.user .upb {
    width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #eee;
    padding: 1rem 0;
}

.user .upb .item {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    text-align: center;
    border-left: solid 1px #eee;
    display: block;
    position: relative;
}

.user .upb .item:nth-child(1) {
    border-left: none;
}

.user .upb .item:active {

}

.user .upb .item i {
    display: block;
    font-size: 2rem;
}

.user .upb .item span {
    display: block;
    line-height: 2rem;
    text-align: center;
    color: #333;
    font-size: 1.2rem;
}

.user .upb .item b {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    line-height: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    border: solid 1px #fe5455;
    display: block;
    color: #fe5455;
    font-weight: normal;
    font-size: 1rem;
}

/*用户中心end*/

/*收银台*/
.pay {
}

.paylist {
    display: block;
    margin-top: 1rem;
    border-top: solid 1px #EEE;
}

.paylist .item {
    width: 100%;
    border-bottom: solid 1px #EEE;
    background-color: #FFF;
    padding: 1rem 0;
}

.paylist .item .a {
    width: 5rem;
    margin: 0 0 0 1rem;
}

.paylist .item .a img {
    width: 5rem;
    height: 5rem;
    display: block;
}

.paylist .item .b {
    margin: 0 1rem 0 1rem;
    font-size: 1.6rem;
    padding: 0;
}

.paylist .item .b span {
    font-weight: bold;

}

.paylist .item .c {
    margin: 0 1rem 0 1rem;
}

/*收银台end*/

/*底部*/
.footer {
    position: fixed;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-user-select: none;
    z-index: 999;
    border-top: solid 1px #EEE;
    background-color: #FFF;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
}

.footer .item {
    padding: 0.5rem 0 0 0;
    margin: 0;
    color: #999;
    text-align: center;
    display: block;
    flex: 1;
}

.footer .item .div {
    display: inline;
    padding: 0.4rem;
    background-color: #ff5764;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer .item i {
    font-size: 1.8rem;
}

.footer .item span {
    font-size: 1rem;
    text-align: center;
    display: block;
}

.footer .cur i, .footer .cur span {
    color: #FE5455;
}

.footer .footer-text {
    line-height: 4.5rem;
    background: #d9131f;
    flex: 2;
}

/*end*/

/*版权*/
.copyright {
    padding: 1rem 1rem 5.5rem 1rem;
    font-size: 1.2rem;
}

.copyright-links {
    line-height: 2em;
    text-align: center;
    color: #ccc;
}

.copyright-links a {
    color: #ccc;
}

.copyright-text {
    line-height: 2em;
    text-align: center;
    color: #ccc;
}

/*end*/

/*分享层*/
.modal-share {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../img/model.jpg);
    background-size: 100% 100%;
    z-index: 1000;
}

.modal-share .modal-share-body {
    width: 92%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.modal-share .modal-share-wechat {
    position: absolute;
    top: 7.4%;
    width: 92%;
}

.modal-share .modal-share-wechat-title {
    font-size: 18px;
}

.modal-share .modal-share-wechat-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 27px;
    padding-top: 20px;
}

.modal-share .modal-share-wechat-icon {
    width: 22px;
    height: 5px;
    display: inline-block;
    margin: 0 15px;
    background: url(../img/share.png);
    background-size: 100% 100%;
}

.modal-share .modal-share-other {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 32.3%;
}

.modal-share .modal-share-other-nav {
    width: 210px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

.modal-share .modal-share-other-nav-item {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    padding-left: 80px;
}

.modal-share .modal-share-other-nav-item:first-child {
    padding-left: 0;
}

.modal-share .modal-share-btn-qrcode-icon {
    width: 60px;
    height: 60px;
    display: block;
    content: "";
    background: url(../img/qrcode.png);
    background-size: 100% 100%;
}

.modal-share .modal-share-btn-weibo-icon {
    width: 60px;
    height: 60px;
    display: block;
    content: "";
    background: url(../img/weibo.png);
    background-size: 100% 100%;
}

.modal-share .modal-share-btn-close {
    position: absolute;
    left: 50%;
    top: 85.2%;
    margin-left: -22px;
    width: 45px;
    height: 45px;
    background: url(../img/close.png);
    background-size: 100% 100%;
}

/*end*/

/*捐赠结束页面*/

.donate-cert {
    width: 100%;
    height: 16rem;
    background: #039a79;
    position: relative;
    margin-bottom: 4rem;
}

.donate-cert .cert-bg {
    display: block;
    background: url(../img/certificate-bg.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 80%;
    height: 16rem;
    position: absolute;
    top: 2.4rem;
    left: 10%;
    text-align: center;
}

.donate-cert .cert-title {
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    margin-top: 11rem;
    color: #ffffff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.donate-cert-text {
    margin: 0 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #dcdadb;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #555555;
}

.donate-cert-text1 {
    margin: 2rem 1rem 0 1rem;
    font-size: 16px;
    text-align: center;
}

.cert-pro {
    margin: 2rem 1rem 0 1rem;
    border: 1px solid #b5b5b5;
    margin-bottom: 2rem;
}

.cert-pro .box {
    margin: 0.7rem;
    font-size: 1.4rem;
}

.cert-pro .box img {
    margin-right: 1rem;
}

.cert-btn {
    display: block;
    height: 5rem;
    margin: 2rem;
    background: #dd6362;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*商品分类*/

.goods-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
}

.goods-cate {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 51px;
    bottom: 0;
    background-color: #fff;
    margin-bottom: 51px;
}

.goods-cate .cate-nav {
    background: #EEE;
    color: #9B9B9B;
    font-size: 14px;
    text-align: center;
    width: 23%;
    top: 0;
    left: 0;
}

.goods-cate .cate-menu {
    width: 77%;
    background: #fff;
}

.goods-cate .cate-menu, .goods-cate .cate-nav {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    float: left;
}

.goods-cate .cate-nav ul {
    min-height: 600px;
    max-height: 800px;
}

.goods-cate .cate-nav li {
    cursor: pointer;
    line-height: 59px;
    border-bottom: 1px solid #E1E1E1;
    margin-right: -1px;
}

.goods-cate .cate-nav li.active {
    color: #333;
    background: #fff;
}

.cate-menu-list {
    overflow: hidden;
    padding: 10px 4%;
}

.cate-menu-list li {
    float: left;
    width: 33.33333%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cate-menu-list li a {
    position: relative;
    display: block;
    text-decoration: none;
}

.cate-menu-list .tab-img {
    position: relative;
    overflow: hidden;
    padding: 76% 0 0;
    width: 76%;
    margin: 0 auto;
}

.cate-menu-list .tab-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cate-menu-list .tab-desc {
    line-height: 23px;
    height: 23px;
    padding: 4px 0;
    font-size: 14px;
    color: #5D5D5D;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*end*/

/*志愿者*/

.volunteer-hd {
    height: 13rem;
    display: table;
    width: 100%;
}

.volunteer-btn {
    padding: 1.5rem;
    background: #fff;
}

.volunteer-btn .volunteer-icon {
    text-align: center;
}

.volunteer-btn .volunteer-icon i {
    font-size: 3rem;
}

.volunteer-btn .volunteer-title {
    text-align: center;
    font-size: 1.4rem;
}

/*end*/

/*登录*/
.login-bg {
    background: url(../img/bg-login1.png) no-repeat bottom;
    min-height: 700px;
}

.color-red {
    color: red;
}

.oauth-wp {
    padding: 20px 0 40px;
    text-align: center;
}

.fast-login {
    margin: 0 auto;
    height: 13px;
    border-bottom: 1px solid #d9e1e5;
    margin-bottom: 25px;
}

.fast-login span {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    background: #f7f7f7;
    text-align: center;
}

.oauth-wp a {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    font-size: 48px;
}

.oauth-wp .icon-qq {
    color: #5ba2e1;
}

.oauth-wp .icon-qq:hover {
    color: #71b7f5;
}

.oauth-wp .icon-weixin {
    color: #47c90e;
}

.oauth-wp .icon-weixin:hover {
    color: #5ce024;
}

/*end*/

/*志愿者回访*/
.visit-text {
    margin-top: 20px;
    padding: 15px;
    font-size: 14px;
    line-height: 2em;
    background: #fcfafa;
    border: solid 1px rgba(232, 232, 232, 0.89);
    border-radius: 4px;
    color: #555555;
}

.visit-idcard {
    margin-top: 20px;

}

.visit-idcard .idcard {
    padding: 5px 15px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 35px;
}

.visit-btn {
    margin-top: 20px;
    border-radius: 4px;
    background: #e85554;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    border: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.visit-text1 {
    font-size: 14px;
    line-height: 2em;
    color: #555555;
}

.visit-text1 i {
    color: #e85554;
}

.visit-radio-box {
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
}

.visit-radio-box .visit-radio {
    height: 30px;
}

/*end*/
.box {

}

.box-ver {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.box-hor {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}


/*项目结束颜色*/
.over-color {
    background: #999;
}

/*end*/

/*付款成功页面样式*/
.certificate .cert-top {
    height: 5.1rem;
    line-height: 5.1rem;
    font-size: 1.6rem;
    color: #2e2e2e;
    text-align: center;
}

.certificate .cert-top .iconfont {
    color: #0ebb99;
}

.certificate .cert-img {
    margin: 0 1.8rem 1rem 1.8rem;
    min-height: 60.3rem;
    position: relative;
}

.certificate .cert-img img {
    width: 100%;
}

.certificate .avatar {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}

.certificate .avatar .img {
    width: 4.5rem;
    height: 4.5rem;
    float: left;
    margin-right: 1rem;
}

.certificate .avatar .name {
    float: left;
}

.certificate .avatar .name .text1 {
    font-size: 1.5rem;
}

.certificate .avatar .name .text2 {
    font-size: 1.2rem;
}

.certificate .project {
    position: absolute;
    bottom: 10rem;
    left: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.certificate .cert-btn {
    display: block;
    height: 5rem;
    margin: 2rem;
    background: #f23634;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.certificate .cert-check {
    margin: 0 1.8rem 1rem 1.8rem;
}

.certificate .cert-check .img {
    width: 100%;
    height: 100%;
}

.certificate .cert-check .swiper-slide {
    height: 14rem;
    box-sizing: border-box;
    cursor: pointer;
}

.certificate .cert-check .active {
    box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.24);
    border: 2px solid #f23634;
}

/*end*/
/*城市切换*/

.city {
    height: 5.8rem;
    line-height: 5.8rem;
    font-size: 1.7rem;
}

.city .ct {
    margin-left: 1rem;
    color: #1b1b1f;
}

.c-serach {
    position: relative;
}

.city-search {
    width: 90%;
    height: 3.4rem;
    background: #f7f7f7;
    border: 0;
    border-radius: 0.5rem;
    padding-left: 8%;
    padding-right: 2%;
    font-size: 1.5rem;
}

.c-serach .search {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    color: #bcbcbc;
    cursor: pointer;
}

.location {
    margin-top: 1.5rem;
    height: 4.8rem;
    line-height: 4.8rem;
    border-top: solid 0.1rem #f7f7f7;
    border-bottom: solid 0.1rem #f7f7f7;
}

.lt-city {
    font-weight: 600;
}

.hot {
    padding-top: 3.4rem;
    max-height: 100rem;
    overflow: scroll;
}

::-webkit-scrollbar {
    width: 0px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.hot-t {
    color: #bcbcbc;
    font-size: 1.5rem;
}

.hot .city-item {
    width: 100%;
}

.hot .region {
    width: 20%;
    text-align: center;
    height: 3.3rem;
    line-height: 3.3rem;
    margin-top: 1.1rem;
    background: #f7f7f7;
    margin-left: 4%;
    font-size: 1.3rem;
    color: #3d3d3d;
    border-radius: 0.1rem;
    text-decoration: none;
}

.hot .region:nth-of-type(4n-3) {
    margin-left: 0;
}

.hot .letter .lter {
    font-size: 1.5rem;
    color: #bcbcbc;
}

.hot .letter {
    margin-top: 2rem;
    width: 92%;
}

.letter .letter-city {
    height: 4rem;
    line-height: 4rem;
    border-bottom: solid 0.1rem #f7f7f7;
    color: #3d3d3d;
    font-size: 1.3rem;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.stairs {
    position: fixed;
    top: 18.8rem;
    right: 1.3rem;
}

.rt-letter {
    font-size: 1rem;
    color: #3d3d3d;
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.stairs-active {
    background: #e9e9e9;
    border-radius: 50%;
}

.city-img {
    text-align: center;
    margin-top: 50%;
}

.city-img img {
    width: 19rem;
    height: 19rem;
}

.city-img .text {
    font-size: 1.1rem;
    color: #545454;
    margin-top: 1rem;
}

/*end*/


/*公用步骤样式*/
.steps-content {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
}

.steps-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 16px;
}

.steps-list i {
    font-size: 15px !important;
}

.steps-list .steps {
    padding: 0rem 0.5rem;
    display: flex;
    align-items: center;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #666666 !important;
}

.steps-list .steps:last-child {
    margin-right: 0px;
}

.steps-list .steps .sp {
    margin-right: 0.5rem;
}

.steps-list .steps::after {
    position: absolute;
    right: -2rem;
    top: 1.1rem;
    width: 1.8rem;
    height: 0.1rem;
    background-color: #bfbfbf;
    content: '';
}

.steps-list .steps:last-child::after {
    width: 0px;
}

.steps-list .steps.active {
    color: #ff5562 !important;
}

.steps-list .steps.active .sp {
    background: #ff5562 !important;
}

.steps-list .sp {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bfbfbf;
    font-size: 1.5rem;
    color: #FFFFFF;
}


/*带边线分成俩边的单选*/
.divider {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.thirds-2 {
    width: 49%;
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 0 0 -1px -1px;
    font-size: 1.5rem;
}

.divider .red {
    color: #ff5562;
}


/*服务时间表格*/
.btn-table {
    width: 100%;
    font-size: 1.3rem;
}

.btn-table td,
.btn-table th {
    padding: 0.4rem 0rem;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 0.2rem solid white;
    color: #c3c3c3;
}

.btn-table td label {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.btn-table input {
    opacity: 0;
    position: absolute;
}

.btn-table td .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    z-index: -1;
}

.btn-table input[type="checkbox"]:checked + .tit {
    background: #ff5562;
    color: #ffffff;
}

.bef-nobor::before {
    border: 0px !important;
}

.no-top {
    margin-top: 0px !important;
}

/**
在线捐赠
 */
.zyy-donation {

}

.zyy-donation-title {
    color: #333333;
    font-size: 1.5rem;
    padding: 15px;
    font-weight: bold;
}

.zyy-donation-text {
    color: #6b6b6b;
    padding: 15px;
    background-color: #ffffff;
    font-size: 1.5rem;
}

.zyy-donation-select {
    padding: 15px;
    background-color: #ffffff;
    position: relative;
}

.zyy-donation-select .weui-select {
    padding: 0 15px;
    background-color: #E0E0E0;
}

.zyy-donation-select .iconfont {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99;
    line-height: 45px;
    color: #666666;
}

.zyy-donation-items {
    padding: 0 15px;
    background: #FFFFFF;
    padding-bottom: 2.35rem;
}

.zyy-donation-items .item {
    width: 22%;
    float: left;
    background-color: #E0E0E0;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
    margin: 2.35rem 0 0 0;
    cursor: pointer;
}

.zyy-donation-items .item.mr {
    margin-right: 4%;
}

.zyy-donation-items .item.one {
    width: 100%;
}

.zyy-donation-items .item input {
    border: none;
    width: 50%;
    height: 25px;
    margin: 0 5px;
    padding: 0 5px;
    text-align: center;
    border: none;
}

.zyy-donation-items .item {
    text-align: center;
    line-height: 25px;
}

.zyy-donation-items .item.cur {
    background-color: #F00;
    color: #FFF;
}