.co_event_tab {
    display: flex;
    background: #fff;
    padding: .6rem 0;
    margin-bottom: .5rem;
}

.co_event_tab a {
    flex: 1;
    text-align: center;
    color: #333;
    font-size: .8rem;
}

.co_event_tab .tab_btn_on {
    color: #0099FF;
    position: relative;
}

.co_event_tab .tab_btn_on:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 1px;
    border-bottom: 1px solid #0099FF;
    bottom: -.6rem;
    left: 20%;
}

.co_event_tab a:nth-child(1) {
    border-right: 1px solid #e6e6e6;
}

/*coEvent详情*/
.co_event_header {
    background: white;
    position: relative;
    overflow: hidden;
    height: 10rem;
}

.co_event_cover {
    width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.co_event_des_status {
    position: absolute;
    top: 10px;
    left: 10px;
}

.co_event_login_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}

.co_event_login{
    color: #fff;
    padding: 0 6px;
    background: #0099FF;
    font-size: 14px;
    display: block;
}

.co_event_signed_up {
    flex: 1;
    color: white;
    font-size: .6rem;
}

.co_event_status {
    color: #fff;
    padding: 0 6px;
    background: #0099FF;
    font-size: 14px;
}

.co_event_info {
    margin-bottom: .5rem;
}

.co_event_title {
    width: 96%;
    padding: .4rem 2%;
    font-size: .9rem;
    color: #0f65a2;
    font-weight: bold;
    background: white;
    border-bottom: #f5f5f5 1px solid;
}

.co_event_info_ul {
    background: #fff;
}

.co_event_info_ul li {
    padding: .5rem 2%;
    color: #999;
    font-size: .7rem;
    border-bottom: 1px solid #f5f5f5;
}

.co_event_content {
    width: 96%;
    padding: .5rem 2% 3rem;
    background: white;
    line-height: 1.4;
    color: #444;
    font-size: .8rem;
}
.co_event_content * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-break: break-all !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    list-style: none;
}

.co_event_content img {
    max-width: 100%;
    height: auto
}

.co_event_btn_area {
    background: white;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.co_event_sign_up_btn {
    height: 100%;
    flex: 2;
    color: white;
    background: #0099FF;
}

.co_event_sign_up_btn:active {
    background: #85cdff;
}

.co_event_cancel_sign_up_btn {
    height: 100%;
    flex: 4;
    color: white;
    background: #0099FF;
    display: none;
}

.co_event_cancel_sign_up_btn:active {
    background: #85cdff;
}

.co_event_btn_disable {
    background: #c5c5c5;
}

/*对话框*/
#co_event_sign_up_dlg_wrap {
    height: 100%;
    width: 100%;
    background: rgba(38, 38, 38, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
}

#co_event_sign_up_dlg {
    background: white;
    border-radius: .2rem;
    z-index: 1000;
    display: block;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    position: absolute;
}

#co_event_sign_up_dlg .weui-cells{
    margin-top: 0;
}

.co_event_sign_up_btn_confirm {
    width: 100%;
    height: 2.5rem;
    color: white;
    line-height: 2.5rem;
    background: #0099FF;
    display: block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
}

.co_event_sign_up_btn_confirm:active {
    background: #85cdff;
}

.sign_up_dlg_title {
    color: #0f65a2;
    padding: 0 2%;
    font-size: .9rem;
    position: relative;
    height: 2.2rem;
    line-height: 2.2rem;
}

.sign_up_dlg_title:after {
    content: '+';
    position: absolute;
    display: block;
    font-size: 2rem;
    transform: rotate(45deg);
    right: 2%;
    color: #666;
    height: 2.2rem;
    text-align: center;
    top: 0;
    line-height: 2.2rem;
    font-weight: 200;
}

.sign_up_type_wrap, .sign_up_type_wrap span {
    line-height: 2rem;
}

.dlg_line_wrap {
    width: 94%;
    margin: auto;
    display: flex;
    line-height: 1.8rem;
}

.dlg_line_wrap + .dlg_line_wrap {
    margin-top: 1rem;
}

.sign_up_dlg_line_title {
    width: 5rem;
    text-align: justify;
    line-height: 1.8rem;
    overflow: hidden;
    display: block;
    height: 1.8rem;
}

.sign_up_dlg_line_title:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
}

.sign_up_dlg_type_content {
    flex: 3;
    line-height: 1.8rem;
}

.sign_up_dlg_type_content span {
    float: left;
    color: #666;
}

.sign_up_dlg_type_content_box {
    margin-right: 5%;
    overflow: hidden;
    float: left;
}

/*活动图文按钮*/
.mfb-component--br {
    margin: 60px 20px
}

.btn_sign_up:active {
    background: rgba(00, 150, 250, 0.3);
}

.btn_sign_up_icon {
    display: block;
    margin: .5rem auto;
    text-align: center;
    font-size: 1rem;
}

.mfb-component--br p {
    display: block;
    margin: .4rem auto;
    margin-top: .3rem;
}

.mfb-component__button--child, .mfb-component__button--main {
    background-color: #0099ff;
    *opacity: 0.2;
}

.item {
    margin-bottom: .5rem;
    padding: .5rem 0;
    background: #fff;
    overflow: hidden;
}

.item-first-li-handle {
    font-size: .9rem;
    color: #666;
    padding: 0 3%;
    text-align: justify;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.item-first-li-icon {
    margin-top: .5rem;
    float: left;
    width: 3px;
    height: 1rem;
    margin-right: 0.3rem;
    background: #0099FF;
}

.item-content {
    font-size: .8rem;
    color: #333;
    padding: 0 3%;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal
}

.item-content pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.item-content a {
    color: #009ff0;
    font-size: .8rem;
}

.item-file-group {
    overflow: hidden;
    width: 97%;
    padding: 0 1.5%;
}

.item-file-xl {
    width: 97%;
}

.item-file-group li {
    list-style: none;
    margin-top: .5rem;
    position: relative;
    overflow: hidden;
}

.item-file-group li img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-file-l {
    float: left;
    margin: 0 3%;
    width: 46.5%;
}

.item-file-sm {
    float: left;
    width: 30%;
}

.mfp-bottom-bar .mfp-counter {
    display: none;
}

.item-foot-div {
    width: 100%;
    overflow: auto;
}

.item-foot-left-a, .item-foot-right-a {
    text-decoration: none;
    color: #666;
    margin-top: .4rem;
    height: 24px;
    line-height: 24px;
}

.info-icon:before {
    float: left;
    margin-top: 4px;
    margin-right: 2px;
}

.item-foot-left-a {
    float: left;
    padding-left: 4%;
}

.item-foot-right-a {
    float: right;
    padding-right: 4%;
}

.item-comment-div {
    font-size: .7rem;
    color: #666;
    margin: 3% 3%;
    padding: 1% 3%;
    text-align: justify;
    background-color: #ececec;
    border-radius: 4px;
}

.item-comment-div span {
    color: #586c94;
}

.item-comment-div a {
    color: #586c94;
}

.printPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.printContent {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 62px;
    width: 100%;
    z-index: 5000;
    background: #fff;
}

#printPopup-input {
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px;
    font-size: .7rem;
    color: #666;
    box-sizing: border-box;
}

.printHead {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 20px;
    background: #f8f8f8;
}

.printBack {
    color: #666;
}

.printSend {
    color: #0099FF;
    float: right;
}

.printOverlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.num-limit {
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #888;
    font-size: .7rem;
}

/*图文的大图缩放效果 start*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*图文的大图缩放效果 end*/