.banner {
   width: 100%;
   height: 280px; 
   background:url(../images/library_banner.png) no-repeat top center;
   position: relative;
}
.banner .banner_content {
    position: absolute;
    left:50%;
    transform: translateX(-600px);
    top: 93px;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.banner .banner_content h6{
    font-size: 40px;
    line-height: 62px;
}
.list { 
   padding: 20px 0 40px 0;
   background-color: #fafafa;
}
.noitem, .prev-noitem{ 
   height: 400px;
   width: 200px;
   margin: 0 auto;
   background:url(../images/noitem.png) no-repeat center center;
   display: none;
}
.list_content {
   width: 1200px;
   margin: 0 auto;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.list_content .area{
   width: 260px;
   padding-right: 30px;
   text-align: left;
   padding-top: 18px;
}
.list_content .area .city{
   font-size: 14px;
   line-height: 44px;
   /* text-align: right; */
   cursor: pointer;
}
.list_content .area .province{
   font-size: 20px;
   font-weight: bold;
   line-height: 50px;
	/* padding-top: 5px; */
   color: #1f59d8;
   /* text-align: right; */
}
.list_content .area .city .active{
   color: #1f59d8;
}
.list_content .table{
   width: 960px;
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 30px;
   padding-left: 0px;
}
.table .table_title {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   height: 45px;
   margin-bottom: 20px;
   color: #333333;
   border-bottom: 2px solid #666;
}
.table .table_title .h6{
	font-family: MicrosoftYaHei;
	font-size: 24px;
   line-height: 30px;
}
.table .table_title .search-box {
   width: 302px;
   height: 40px;
   overflow: hidden;
   border: 1px solid #e2e2e2;
}
.table .table_title .search-box input {
   padding: 0 12px;
   display: block;
   float: left;
   width: 220px;
   height: 38px;
   font-size: 14px;
   box-sizing: border-box;
}
.table .table_title .search-box .btn {
   display: block;
   float: left;
   width: 80px;
   height: 38px;
   text-align: center;
   line-height: 38px;
   color: #fff;
   font-size: 14px;
   background: #448af0;
   cursor: pointer;
}
.table .table_title .search-box .btn:active {
   opacity: .8;
}
.table .table_title .tab-box span {
   display: inline-block;
   cursor: pointer;
   padding: 0 12px;
}
.table .table_title .tab-box span.active {
   color: #448af0;
}
.table .table_title .search{ 
	font-size: 12px;
}
.table .table-th  {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   height: 40px;
   background-color: #f1f2f3;
   font-size: 14px;
   color: #73777a;
}
.table .table-th span{
   text-align: center;
}

.table .table-td1 {
   overflow: hidden;
   cursor: pointer;
   position: relative;
   padding: 30px;
   box-sizing: border-box;
   width: 100%;
   min-height: 60px;
   margin: 20px 0;
   font-size: 14px;
   color: #666;
   background-color: #fff;
   -webkit-box-shadow: 0px 0px 10px 0px
   rgba(97, 109, 137, 0.1);
   box-shadow: 0px 0px 10px 0px
   rgba(97, 109, 137, 0.1);
}
.table .table-td1 .avator {
   margin-right: 48px;
   float: left;
   width: 120px;
}
.table .table-td1 .avator img {
   width: 100%;
}
.table .table-td1 .user-info {
   float: left;
}



.table .table-td a {
   text-align: center;
}
.table .table-td .register_btn_td{
   position: absolute;
   right: 20px;
   top: 76px;
   border: 1px solid #448af0;
   color: #448af0;
   font-size: 16px;
   text-align: center;
   height: 40px;
   width: 120px;
   line-height: 40px;
   box-sizing: border-box;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   cursor: pointer;
}
.table .table-td .name,
.table .table-td1 .name
{
   font-size: 20px;
   color: #666;
   font-weight: bold;
   padding: 0 0 30px 0;
}
.table .table-td p{
   margin-bottom: 10px;
   width: calc(100% - 160px);
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.table .table-td1 p{
   margin-bottom: 10px;
}

.table .table-td div { line-height: 24px; overflow: hidden;}
.table .table-td div .time-content{display: block; width: calc(100% - 130px); text-align: left;  line-height: 18px;}
.table .table-td p img, .table .table-td div img{
   vertical-align: middle;
   margin-right: 10px;
   width: 18px;
}
.table .table-td div img{ margin-right: 15px; }
.table .table-td p span{
   line-height: 19px;
}
.table .table-td .name a{
   color: #666;
}
.table .table-td  {
   cursor: pointer;
   position: relative;
   padding: 30px;
   box-sizing: border-box;
   width: 100%;
   min-height: 60px;
   margin: 20px 0;
   font-size: 14px;
   color: #666;
   background-color: #fff;
   -webkit-box-shadow: 0px 0px 10px 0px
   rgba(97, 109, 137, 0.1);
   box-shadow: 0px 0px 10px 0px
   rgba(97, 109, 137, 0.1);
}
.table .table-td span{
   text-align: center;
}
.table .table-td .p10{
   padding: 0 15px;
}
.table .table-td span.cursor{
   cursor: pointer;
}
.wd1 {
   width: 15%;
   word-break: break-word;
}
.wd2 {
   width: 20%;
   word-break: break-word;
}
.wd3 {
   width: 30%;
   word-break: break-word;
}
.search {
   width: 300px;
   height: 32px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 10px;
   border: solid 1px #d7d8d9;
}
.search .search-icon {
   width: 30px;
   height: 100%;
   display: inline-block;
   cursor: pointer;
   background:url(../images/search-icon.png) no-repeat center center;
}
.search input {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.page {
   padding-top: 30px;
   padding-bottom: 10px;
}
.reader {
   width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
}
.reader .reader_title {
   font-family: MicrosoftYaHei;
	font-size: 24px;;
	line-height: 42px;
   color: #333333;
   border-bottom: 2px solid #666666;
   position: relative;
}
.mt20 {
   margin-top: 20px;
}
.mr10 {
   margin-right: 10px;
}
.f_left {
   float: left;
}
.cf {
   zoom: 1;
}
.cf:after {
   display: block;
   content: '';
   height: 0;
   visibility: hidden;
   clear: both;
}
.reader .form-item {
   line-height: 28px;
}
.reader .form-item .province{
   font-size: 16px;
   color: #333;
}
.reader .select {
   width: 170px;
   height: 28px;
   line-height: 26px;
   background: url(../images/down_jt.png) 145px center no-repeat;
   border: 1px solid #D7D8D9;
   border-radius: 2px;
   float: left;
   margin-right: 20px;
   font-size: 12px;
   position: relative;
}
.reader .select .select_box {
   overflow: hidden;
   display: none;
   width: 785px;
   position: absolute;
   left: 0px;
   background: #fff;
   -webkit-box-shadow: 0 0.1rem 0.75rem 0 rgba(13,28,40,.1);
   box-shadow: 0 0.1rem 0.75rem 0 rgba(13,28,40,.1);
   border: 1px solid #eee;
   z-index: 999;
}
.reader .select .select_option {
   padding: 6px 0;
}
.reader .select .select_option li{
   float: left;
   width: 170px;
   margin-left: 20px;
   height: 38px;
   line-height: 38px;
   font-size: 14px;
   cursor: pointer;
   text-align: center;
}
.reader .select .select_option li a{
   color: #666;
   display: block;
   width: 100%;
}
.reader .select .select_option li a:hover{
   background-color: #F1F2F3;
}
.reader .select_item {
   height: 26px;
   display: inline-block;
   line-height: 26px;
   padding-left: 10px;
   font-size: 13px;
   color: #333;
   cursor: pointer;
   width: 100%;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   position: relative;
   z-index: 99;
   outline: none;  
}

.reader  .search {
   display: inline-block;
   background-color: #448af0;
   border-radius: 2px;
   width: auto;
   height: 28px;
   line-height: 28px;
   font-size: 14px;
   color: #fff;
   padding: 0 14px;
   cursor: pointer;
   outline: none;
   border: 0;
}
.reader_list {
   padding-top: 60px;
}

.reader_list .reader_item {
	width: 380px;
	height: 216px;
	background: url(../images/reader-bg.png) center center no-repeat;
	-webkit-box-shadow: 0px 8px 25px 0px 
		rgba(27, 50, 181, 0.25);
	box-shadow: 0px 8px 25px 0px 
		rgba(27, 50, 181, 0.25);
   border-radius: 10px;
   color: #fff;
   padding: 0 25px;
   position: relative;
   margin-right: 30px;
   margin-bottom: 20px;
   float: left;
}
.reader_list .reader_item:nth-of-type(3n) {
   margin-right: 0;
}
.reader_list .reader_item .title{
   font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	padding-top: 15px;
	color: #ffffff;
}
.reader_list .reader_item .title{
   font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	padding-top: 15px;
	color: #ffffff;
}
.reader_list .reader_item .reader_info{
   position: absolute;
   bottom: 25px;
   width: 330px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.reader_list .reader_item .reader_info .left_info .name{
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}
.reader_list .reader_item .reader_info .left_info .item{
	font-size: 15px;
   line-height: 25px;
   min-height: 25px;
}
.reader_list .reader_item .reader_info .right_info{

}
.reader_list .reader_item .reader_info .right_info .reader_area{
   font-size: 14px;
   line-height: 25px;
   text-decoration: underline;
   position: absolute;
   right: 0;
   bottom: 0;
   cursor: pointer;
}

.register {
   width: 1200px;
   margin: 30px auto;
   background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px 
      rgba(97, 109, 137, 0.1);
	box-shadow: 0px 0px 10px 0px 
      rgba(97, 109, 137, 0.1);
   padding: 0 150px 60px;   
}
.register .title{
   font-size: 26px;
   font-weight: normal;
   line-height: 64px;
   padding-top: 40px;
   text-align: center;
   color: #333;
   border-bottom: 1px solid #d4d4d4;
}
.register .register_text{
   font-size: 16px;
   line-height: 26px;
   color: #333333;
   margin-top: 25px;
   margin-bottom: 55px;
}
.btn-box{
   overflow: hidden;
   text-align: center;
}
.btn-box a{
   display: block;
   background-color: #448af0;
   border-radius: 3px;
   width: 183px;
   height: 52px;
   line-height: 52px;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   outline: none;
   border: 0;
   text-align: center;
   margin: 0 auto;
}
.register_btn{
  text-align: center;
}
.register_form .register_form-item{
  margin-bottom: 15px;
  position: relative;
  left: 120px;
}
.register_form .register_form-item label{
  display: inline-block;
  text-align: right;
  padding-right: 27px;
  width: 150px;
}
.register_form .register_form-item input{
   width: 360px;
	height: 30px;
   border: solid 1px #b1b1b1;
   text-indent: 10px;
}
.register_form .register_form-item.form-item-identity{
   display: flex;
}
.register_form .register_form-item label.radio-box{
   text-align: left;
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: row;
 }
 .register_form .register_form-item label.default-account{
    width: 242px !important;
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: 122px;
 }

.register_form .register_form-item input[type="radio" i] {
   width: 16px;
   height: 16px;
   background-color: initial;
   cursor: default;
   appearance: auto;
   /* -webkit-appearance: button; */
   box-sizing: border-box;
   margin: 3px 3px 0px 5px;
   padding: initial;
   border: initial;
}
.register_form .register_form-item input:disabled{
   background-color: #f2f2f2;
}
.register_form .register_form-item .error-text{
   font-size: 14px;
	line-height: 44px;
   color: #b1b1b1;
   padding-left: 20px;
}
.register button{
   display: inline-block;
   background-color: #448af0;
   border-radius: 3px;
   width: 150px;
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   outline: none;
   border: 0;
   text-align: center;
   margin: 0 auto;
}
.pop {
   display: none;
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 999;
   background: rgba(0, 0, 0, .5);
}
.dialog {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 564px;
	height: 303px;
	background-color: #ffffff;
}
.pop_reader{
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   padding: 0;
   margin: 0;
}
.pop_reader .close_icon{
   display: inline-block;
   width: 24px;
   height: 24px;
   background: url(../images/close-pop.png) center center no-repeat;
   position: absolute;
   top: -12px;
   right: -30px;
   cursor: pointer;
   z-index: 999;
}
.pop_reader .reader_item {
   margin: 0;
}
.dialog .title{
   height: 80px;
   line-height: 80px;
   font-size: 20px;
	font-weight: bold;
   color: #333333;
   text-align: center;
   border-bottom: 1px solid #d4d4d4;
   position: relative;
}
.dialog .title .close_icon{
   display: inline-block;
   width: 24px;
   height: 24px;
   background: url(../images/close_icon.png) center center no-repeat;
   position: absolute;
   top: 14px;
   right: 14px;
   cursor: pointer;
}
.dialog .content{
   font-size: 16px;
	line-height: 32px;
   color: #666666;
   padding: 40px 30px;
}
.dialog .confirm{
   text-align: center;
}
.dialog .confirm .register-success-btn{
   display: inline-block;
   font-size: 16px;
   color: #666666;
   width: 140px;
   height: 48px;
   line-height: 48px;
	border-radius: 3px;
   border: solid 1px #b1b1b1;
   cursor: pointer;
}
.register_conent {
   font-size: 16px;
   color: #666;
   line-height: 28px;
   padding-bottom: 56px;
}
.dialog .dialog_button {
   font-size: 16px;
   color: #fff;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-justify-content: space-around;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   margin-top: 70px;
}
.dialog .dialog_button span{
	width: 190px;
   height: 52px;
   line-height: 52px;
	background-color: #448af0;
   border-radius: 3px;
   text-align: center;
   cursor: pointer;
}
.dialog .message{
   line-height: 30px;
   padding: 20px;
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   height: 220px; 
}
.library-detail {
   width: 1200px;
   margin: 30px auto;
   background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px 
      rgba(97, 109, 137, 0.1);
	box-shadow: 0px 0px 10px 0px 
      rgba(97, 109, 137, 0.1);
   padding: 50px 150px;   
}
.library-detail .title{
   text-align: center;
   font-size: 26px;
   color: #333;
   line-height: 36px;
}
.library-detail .content{
   padding-top: 26px;
   padding-bottom: 10px;
}
.library-detail .content .text{
   font-size: 16px;
   color: #666;
   line-height: 24px;
   margin-bottom: 22px;
}
.library-detail .content .swiper {
   padding-top: 36px;
}
.library-detail .swiper-container {
   width: 100%;
   height: 450px;
}  
.library-detail .swiper-container .swiper-slide{
   width: 100%;
   height: 100%;
}  
.library-detail .swiper-container .swiper-slide img{
   width: 100%;
   height: 100%;
} 
.activity-room-detail .detail .icon14 {
   background: url(../images/icon14.png) no-repeat;
   background-size: 16px 19px;
 }
 .toe-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
 .info-center{
   display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.activity-room-detail .info-center .address {
   top: 0;
}

.back-btn {
   display: block;
   width: max-content;
   padding: 14px 40px;
   font-size: 16px;
   background: #fff;
   color: #999;
   border: 1px solid #a3a3a3;
   border-radius: 4px;
   cursor: pointer;
   margin: 80px auto 0 auto;
 }
.back-btn2 {
   /* width: max-content;
   padding: 13.5px 40px; */
   font-size: 16px;
   background: #fff;
   color: #999;
   border: 1px solid #a3a3a3;
   border-radius: 4px;
   cursor: pointer;
   box-sizing: border-box;
   display: inline-block;
   width: 150px;
   height: 50px;
   text-align: center;
   line-height: 50px;
   margin-left: 60px;
}
 .back-a {
   background: url(../images/back-icon.jpg) no-repeat left center;
   font-size: 16px;
   color: #666;
   padding-left: 14px;
   position: absolute;
   right: 0;
   top: 5px;
 }

.pop_box{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   background-color: rgba(0,0,0, 0.5);
}
