@charset 'UTF-8';
body {
    background: #f3f3f3;
}
.practice-summary {
    padding: 30px 340px 39px 45px;
    background: url(../img//bkg-huodong.png) center center no-repeat;
    color: #fff;
}
.practice-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 18px;
}
.practice-intro {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.practice-tip {
    margin-top: 40px;
}
.practice-tip > span {
    padding-left: 28px;
    line-height: 22px;
    display: inline-block;
}
.practice-duration {
    background: url(../img/icon-clock.png) 0 center no-repeat;
    margin-right: 45px;
}
.practice-team {
    background: url(../img/icon-person.png) 0 center no-repeat;
}

.section-normal-inner {
    padding: 14px 45px 28px;
    background: #fff;
}
.title-blank {
}
.title-blank h4 {
    display: inline-block;
    line-height: 40px;
}
.practice-num {
    font-size: 18px;
    color: #f64e4b;
    margin-right: 45px;
}
.practice-status {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.practice-status.status0 {
    background: #f64e4b;
}
.practice-status.status1 {
    background: #00ca72;
}
.practice-status.status2 {
    background: #999;
}

.row-wrapper {
    padding: 14px 0 0 0;
}
.row-wrapper:last-child {
    border-bottom: none;
}
.list-like {
    margin-top: 14px;
}
.list-like-item {
    line-height: 36px;
    position: relative;
    padding-left: 110px;
    margin-bottom: 16px;
}
.list-like-item .label-like {
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-right: none;
    background-color: #fbfbfb;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}
.list-like-item .text-wrapper {
    width: 980px;
    display: block;
    border: 1px solid #e6e6e6;
    padding-left: 18px;
    min-height: 40px;
}
.list-like-item .text-wrapper.mutli-line {
    width: 1000px;
    line-height: 25px;
    padding: 5px 20px 5px;
    box-sizing: border-box;
}

.qr-img {
    width: 136px;
    height: 136px;
    display: block;
}

.gallery {
    margin-top: 10px;
}
.gallery-inner {
}
.gallery-item {
    width: 823px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
.detail-tabel {
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top: 10px;
}
.detail-tabel th,
.detail-tabel td {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}
.detail-tabel th {
    background: #f2f2f2;
}

.btn-group {
    margin-top: 30px;
    display: none;
}

.bottom-tip {
    font-size: 14px;
    color: #999;
    text-align: center;
}
