body, html {
    height: 100%;
    /*background:url(../img/img/content_bgc.jpg);*/
    background-color: rgba(252,238,226,1);
}

#wrapper .m_header_search {
    display: none;
}

footer {
    text-align: center;
    color: #a6a6a6;
    margin-top: 70px;
    padding-bottom: 20px;
    width: 100%;
    min-width:1200px;
    display: none;
}

.content {
    width: 1200px;
    min-height: 560px;
    margin: 30px auto 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 5px 1px rgba(143, 143, 143, 0.1);
}
.content:after{
    display: block;
    content:"";
    clear:both;
}
.content .cont_left {
    width: 275px;
    float: left;
    /*border: 1px solid rgba(187, 187, 187,0.3);*/
    /*box-shadow: 0 -5px 10px 0 #e3e3e3, -6px 0 6px 0 #e3e3e3, 6px 0 6px 0 #e3e3e3, 0 5px 19px 0 #e3e3e3;*/
}

.content .cont_left .top {
    height: 120px;
    background: #fff;
    padding: 10px 20px 0 20px ;
    position: relative;
}

.top .avatar {
    margin: 10px auto;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.top .avatar img {
    width: 100%;
    height: 100%;
}
/*续费功能*/
/*.top .avatar .continue {*/
/*    position: absolute;*/
/*    right: 7px;*/
/*    top: 7px;*/
/*    width: 50px;*/
/*    height: 24px;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    background-color: #04b3ff;*/
/*    border-radius: 3px;*/
/*    color: #ffffff;*/
/*}*/
.content .cont_left .bottom {
    height: 160px;
    background: #fff;
    padding: 10px 0 20px 0;
}

.content .cont_left .bottom p {
    height: 28px;
    line-height: 28px;
    color: #c1976e;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.content .cont_left .bottom p label{
    color: #3a3a3a;
}
.content .cont_left .bottom .btn {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.content .cont_left .bottom a {
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: #f9f9f9;
    background: #af6f40;
    border: 1px solid rgba(118, 118, 118, 0.3);
    border-radius: 5px;
    letter-spacing: 2px;
    margin-right: 4px;
}

.content .cont_right {
    float: left;
    width: 865px;
    min-height: 600px;
    margin-left: 20px;
    padding: 20px;

}

.content .cont_right .title {
    height: 30px;
    border-left: 1px solid #ddd;
}

.content .cont_right .menu {
    display: inline-block;
    width: 350px;
    float: left;
    height: 30px;
    line-height: 30px;

}
.content .cont_right .menu .private_title{
    width: 100px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-left: 4px solid #e6af6e;
    color: #0a0a0a;
    font-weight: bold;
}
.content .cont_right .menu a{
    width: 100px;
    height: 30px;
    font-size: 18px;
    color:#909399 ;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #909399;
}

.content .cont_right .menu a:hover, .content .cont_right .menu a.active {
    border-left: 4px solid #e6af6e;
    color: #0a0a0a;
    font-weight: bold;
}

.list {
    padding: 10px 0;
    min-height: 446px;
}

.list .row {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 5px;
    height: 100px;
}

.list .row p {
    height: 30px;
    line-height: 30px;
    color: #595959;
}
.list .row p .read_page{
    float: right;
    color: #7f7d7e;
    padding-right: 20px
}
.list .row p strong {
    color: #e6af6e;
    font-size: 18px;
}

.list .row .cnt {
    float: left;
    width: 825px;
    height: 75px;
}
.list .row .cnt .cnt-l {
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}
.list .row .cnt .cnt-l span {
    margin-right: 4px;
    color: #7f7d7e;
    font-size: 16px;
    /*height: 38px;*/
    /*line-height: 38px;*/
}
.list .row .cnt .cnt-r {
    float: right;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.list .row .cnt .cnt-r .read {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #f9f9f9;
    background: #af6f40;
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px;
    display: block;
}
.list .row .cnt .cnt-r .del {
    color: #b7b7b7;
}

.pageSelect{
    display: flex;
    float: left;
    margin-left: 150px;
}
.pageSelect .pgSizeSelect{
    margin: 50px 0 0;
    width: 80px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid rgba(118, 118, 118, 0.3);
}
.pageSelect .search {
    height: 34px;
    line-height: 34px;
    margin: 50px 0 0;
    padding-left: 8px;
}

.pageSelect .search input {
    height: 34px;
    line-height: 34px;
    width: 34px;
    margin: 0 4px;
    padding: 0 4px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    border-radius: 5px;
}
.pageSelect .search span{
    font-size: 16px;
}
#page {
    /*flex:1;*/
    margin: 50px 0 0;
    font: 14px arial;
    white-space: nowrap;
}

#page a {
    cursor: pointer;
}

#page a:active {
    color: #af6f40;
}

#page a:visited {
    color: #fff
}

#page a, #page strong {
    display: inline-block;
    vertical-align: text-bottom;
    height: 34px;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    overflow: hidden;
    margin-right: 9px;
    background: #fff;
}

#page strong .pc {
    cursor: auto;
    border: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

#page span {
    display: block;
}

#page .pc {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    cursor: pointer;
    border-radius: 5px;
}

#page .n:hover, #page a:hover .pc {
    /*background: #f2f8ff;*/
    border: 1px solid #af6f40;
}

#page .n {
    height: 34px;
    width: 34px;
    padding: 0 18px;
    border-radius: 5px;
    text-indent: -999px;
}
#page .page-pre{
    background: url(../img/img/search_btn_prve.png);
    background-size: 100%;
}
#page .page-next{
    background: url(../img/img/search_btn_next.png);
    background-size: 100%;
}

.layui-table td, .layui-table th{
    text-align: center;
    color: #909399;
}
.layui-table th{
    text-align: center;
}
.layui-table th:first-child{
    border-radius: 3px 0 0 3px;
}
.layui-table th:last-child{
    border-radius: 0 3px 3px 0;
}
.list table{
    border-collapse: inherit;
    border-spacing: 2px;
}
.list td .icon{
    font-size: 20px;
    color: #b2b2b2;
    vertical-align: middle;
    cursor: pointer;
}
.from_row {
    margin-left: 20px;
    margin-top:2px;
    display: table;
    padding: 15px 0;
    /*border: 1px solid #ddd;*/
    width:100%;
    text-align: center;
}
.from_row .avatar_view{
    float: left;
    margin-left: 20px;
}
.from_row .avatar_view img{
    width: 40px;
    height: 40px;
    margin: 9px 0;
}
.from_row  .from_label {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    float: left;
    height: 36px;
    line-height: 48px;
    margin-right: 20px;
}
.from_row  .from_group{
    box-sizing: border-box;
}

.submit_btn{
    margin: 10px auto;
    text-align: center;
    width: 80px;
    height: 38px;
}
.submit_btn .submit {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #f9f9f9;
    background: #af6f40;
    height: 38px;
    line-height: 38px;
}
.submit_btn  .from_btn {
    display: inline-block;
    border: 1px solid #ddd;
    height: 34px;
    line-height: 34px;
    min-width: 80px;
    text-align: center;
    letter-spacing: 1px;
}
.from_group {
    float: left;
    padding: 0 15px;
}

.from_input {
    width: 350px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 7px 10px;
    height: 34px;
    font-size: 14px;
}

/*日期控件样式*/
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 332px !important;
}