.pages {
    margin: 1.25rem 1rem 0;
}

.record_div {
    background: #FFFFFF;
    /* height: 42.5rem; */
    border-radius: 1.25rem;
    margin-bottom: 1rem;
    /* padding-bottom: 0.625rem; */
}

.headline {
    margin: 0 1.5rem;
    padding: 1.1875rem 0 0.875rem;
    border-bottom: 1px solid #CDCDCD;
}

.record_title {
    color: #E93129;
}

.headline img {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.625rem;
}

.headline text {
    font-size: 1.875rem;
    font-weight: bold;
    height: 2.875rem;
    line-height: 2.875rem;
    /* margin-top: 0.15625rem; */
}

.record_content_div {
    line-height: 3.6rem;
}

.record_content {
    flex: 1 1 0%;
    line-height: 3.6rem;
    border-bottom: 1px solid #DDDDDD;
}

.record_content_div {
    margin: 2.5rem 1.5rem 0;
    line-height: 3.2rem;
}

.record_content_div:last-child {
    margin: 1.25rem 1.5rem;
}

.record_content_div img {
    max-width: 100%;
}

.record_content_title {
    width: 7rem;
    /* font-size: 1.875rem; */
    font-size: 1.625rem;
    font-weight: bold;
    /* margin-right: 0.625rem; */
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    height: 3.6rem;
    line-height: 3.6rem;
    overflow: hidden;
}

.record_content_title:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.record_content_input {
    width: 70%;
    padding-left: 0.625rem;
    font-size: 1.625rem;
    border: none;
    border-bottom: 1px solid #eee;
    margin-left: 0.625rem;
}

.record_content_input:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
}

.record_content_textarea {
    width: 70%;
    height: 10.125rem;
    padding-left: 0.625rem;
    font-size: 1.625rem;
    border-radius: 0.625rem;
    margin-left: 0.625rem;
}

.sign_color {
    color: #0079D6;
}

/**三会一课记录表单**/
.dj_input {
    border: 0;
    margin: 0;
    border-radius: 1.25rem;
    line-height: 1.875rem;
    padding: 2.1875rem 1.5rem;
    font-weight: bold;
}

.dj_cell {
    position: relative;
}

.dj_btn {
    height: 4rem;
    margin: 20px 0 20px ;
    padding: 0;
    border-radius: 1.25rem;
    line-height: 4rem;
    border: 0;
    background-color: #dd514c;
    color: #FFFFFF;
}

.dj_cell_title {
    height: 4.625rem;
    padding: 1.5rem 0 1.25rem;
}

.dj_cell_title img {
    width: 0.625rem;
    height: 1.875rem;
    margin-right: 1.25rem;
}

.dj_cell_title span {
    color: #E93129;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.875rem;
}

.dj_cells {
    line-height: 3.6rem;
    background-color: #FFFFFF;
    border-radius: 1.25rem;
    padding: 1.375rem 1.375rem 1px 1.375rem;
}

.dj_cells .dj_row {
    margin-bottom: 2.125rem;
}

.dj_input_title {
    width: 100px;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    height: 3.6rem;
    line-height: 3.6rem;
    overflow: hidden;
}

.dj_input_title:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.dj_cells .dj_input {
    padding: 0 0.8125rem;
    color: #999999;
    background-color: #FFFFFF;
    margin-left: 0.2rem;
    border:1px solid #e2e2e2;
}
.dj_cells .dj_input.readonly {
    background-color: #e2e2e2;
}
/**上传图片**/
.dj_uploader {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.dj_uploader_item {
    margin: 0 0.375rem 0.375rem 0;
    position: relative;
}

.dj_uploader_item .preview_img {
    width: 10.3125rem;
    height: 10.3125rem;
}

.dj_uploader_item .del_img {
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}

/**会议签到**/

.dj_head_pic {
    width: 2.1875rem;
    height: 2.1875rem;
}

.sign_list li {
    margin-bottom: 0;
    border-top: 0;
}

/**会议列表**/

#header {
    position: absolute;
    left: 0;
    top: 49px;
    z-index: 999;
    width: 100%;
    height: 5.625rem;
    line-height: 5.625rem;
    overflow: hidden;
    background: #fdfdfc;
    font: 12px/40px hiragino sans gb, microsoft yahei, simsun;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#header .swiper-slide {
    line-height: 5.625rem;
    padding: 0 20px;
    width: auto;
}

.dj_line {
    display: none;
    height: 4px;
    position: absolute;
    bottom: 2px;
    left: 20%;
    width: 60%;
    background-color: #E93129;
    border-radius: 4px;
}

.dj_line.active {
    display: block;
}

.dj_time_icon {
    width: 1.75rem;
    height: 1.75rem;
}

/**文章列表**/
.article_item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #DDDDDD;
    margin: 0.75rem;
}

.article_img {
    width: 16.25rem;
    height: 13.4375rem;

}

.article_item_r {
    height: 13.4375rem;
    margin-left: 1.25rem;
    position: relative;
}

.article_item_r .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clight: 1;
    max-height: 2.6em;
}

.eye_icon {
    width: 1.9375rem;
    height: 1.5rem;
}

.artlist_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clight: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**我的页面**/
.my-header {
    background: url(../image/my_background.png) center center;
    background-size: 100%;
    padding-bottom: 1px;
}

.my-bar {
    background-color: #dd5147;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 16px 0px;
}

.my-bar .my-icon {
    width: 2rem;
}

.my-list {
    padding: 0;
}

.my-list li {
    border: 0;
    list-style: none;
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
}

.my-list li a {
    font-size: 14px;
}

.my-list .my-icon {
    /*width: 3.5rem;*/
    width: 30px;
    height: 30px;
    margin-right: 1.5px;
}

.my-light {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background-color: #f00;
    vertical-align: middle;
}

.my-light-red {
    background-color: #f00;
}

.my-light-yellow {
    background-color: #ff0;
}

.my-light-green {
    background-color: #0f0;
}

/**积分排行**/
.rank-list {
    padding: 0;
    padding-top: 6.5rem;
}

.rank-list li {
    border: 0;
    list-style: none;
    padding: 0 6px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EEEEEE;
}

.rank-list li a {
    color: #000;
}

.rank-list li:nth-child(1) a {
    color: #ffffff;
}

.rank-list li:nth-child(2) a {
    color: #ffffff;
}

.rank-list li:nth-child(3) a {
    color: #ffffff;
}

.rank-num-img {
    display: inline-block;
    width: 31px;
    height: 34px;
}

.rank-list li:nth-child(1) {
    background: url(../image/top1bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.rank-list li:nth-child(2) {
    background: url(../image/top2bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.rank-list li:nth-child(3) {
    background: url(../image/top3bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.rank-num {
    display: inline-block;
    width: 31px;
    text-align: center;
}

.rank-list li:nth-child(-n+3) .rank-num {
    display: none;
}

.rank-list .my-icon {
    width: 45px;
    height: 45px;
    margin: 0 5px;
}

.rank-point-num {
    margin-right: 8px;
}

/**头部***/
.am-header-default {
    background-color: #dd514c;
}

.button-color {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}

.am-titlebar-default .am-titlebar-title {
    color: #232323;
}

.am-titlebar-default .am-titlebar-title:before {
    border-left: 3px solid #dd514c;
}

.am-titlebar-default a {
    color: #232323;
}

.am-btn-primary, .am-btn-primary:hover, .am-btn-primary:focus {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}

.am-article-bd img {
    display: block;
    max-width: 100%;
    height: auto;
}

/**分页样式**/
.am-pagination > .am-active > a, .am-pagination > .am-active > span, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span:hover, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > span:focus {
    background-color: #dd514c;
    border-color: #dd514c;
}

.am-pagination > li > a, .am-pagination > li > span {
    color: #dd514c;
}