
ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
h3, h2 {
  margin: 0;
  padding: 0;
}

html.overHidden {
  overflow: hidden !important;
}
@font-face {
	font-family: 'SourceHanSansCN-Medium';
    src: url("../fonts/SourceHanSansCN-Medium.ttf");
}
@font-face {
	font-family: 'SourceHanSansCN-Regular';
    src: url("../fonts/SourceHanSansCN-Regular.ttf");
}
@font-face {
	font-family: 'SourceHanSansCN-Bold';
    src: url("../fonts/SourceHanSansCN-Bold.otf");
}
@font-face {
	font-family: 'NotoSansHans-Black';
    src: url("../fonts/NotoSansHans-Black.otf");
}

.main {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1366px) {
  .container {
    width: 1200px;
  }
}
.body2 .main {
  background: #f8f8f8;
}
.b-c-ddd {
  border-color: #ddd;
}
.blue-color {
  color: #1d80f0;
}

.color-8f8f8f {
  color: #8f8f8f;
}

.color-1c1c1c {
  color: #1c1c1c;
}
.color-454545 {
  color: #454545;
}

.w-240 {
  width: 240px;
}

.font-md {
  font-size: 20px;
}
.font-13 {
  font-size: 13px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-medium {
  font-family: 'SourceHanSansCN-Medium'
}
.font-regular {
  font-family: 'SourceHanSansCN-Regular'
}
.daterangepicker .btn-primary{
  background-color: #357ebd;
  border-color: #357ebd;
}
.btn-primary--info {
  padding: 11px 22px;
  background: #1d80f0;
  color: #fff;
  border-radius: 4px;
  border-color: #1d80f0;
  line-height: 1;
  outline: none;
}
.btn-primary--info:hover,
.btn-primary--info:focus,
.btn-primary--info:active:focus {
  background: rgba(29, 128, 240, 0.8);
  outline: none;
  border-color: #1d80f0;
  line-height: 1;
}
.btn-primary--charge {
  width: 180px;
	height: 34px;
	background-image: linear-gradient(180deg, 
		#4381e9 0%, 
		#2b6ddc 100%), 
	linear-gradient(
		#1d80f0, 
		#1d80f0);
	background-blend-mode: normal, 
		normal;
	border-radius: 4px;
  border: none;
  letter-spacing: 25px;
  text-indent: 22px;
}

.btn-default--info {
  padding: 11px 22px;
  background: #c4c4c4;
  color: #fff !important;
  border-radius: 4px;
  border-color: #c4c4c4;
  line-height: 1;
  outline: none;
}
.btn-default--info:hover,
.btn-default--info:focus,
.btn-default--info:active:focus {
  background: rgba(196, 196, 196, 0.8);
  outline: none;
  color: #fff !important;
  border-color: #c4c4c4;
  line-height: 1;
}

.form-horizontal .col-md-2s {
  text-align: left;
} 
.form-horizontal .form-group label.control-label{
  height: 34px;
}
@media screen and (max-width: 768px) {
  .infn-form {
    margin-left: 15px;
    margin-top: 0;
    margin-right: 15px;
  }
}
.infn-form .form-control{
  font-size: 16px;
  border-color: #e5e5e5;
}
.infn-form .form-control[disabled] {
  background: #f8f8f8;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .col-md-2s {
    width: 84px;
    float: left;
    padding-left: 15px;
    position: relative;
    /* padding-right: 15px; */
  }
  .col-md-10s {
    width: calc(100% - 84px - 434px);
    float: left;
    position: relative;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }
  .col-md-10s  .btn-changetele {
    position: absolute;
    left: 96%;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;outline:none;
  }
  .col-md-10s .btn-link,.col-md-10s .btn-link:active,.col-md-10s .btn-link:focus,.col-md-10s .btn-link:hover{
    border:none;border-radius:none;outline:none;
  }
  .col-md-10s  .btn-changetele:hover {
    text-decoration: none;
  }
  .col-md-offset-2s {
    margin-left: 84px;
  }
}
.fl {
  float: left;
}

.text-normal {
  font-size: 16px;
}
.body2{
  background-color: #f8f8f8;
}
.m-sm {
  margin: 10px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l-xs {
  margin-left: 5px;
}

.flex-container {
  display: flex;
  align-items: flex-start;
}
.flex-container .w-240 {
  flex-basis: 240px;
  flex-shrink: 0;
}
.flex-container .w-240 .left-nav{
  min-height: 700px;
  background: #fff;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-hcenter {
  display: flex;
  align-items: center;
}

.flex-vcenter {
  display: flex;
  justify-content: center;
}

.flex-vb {
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.round {
  border-radius: 50%;
}

.nav-block {
  border: 1px solid #ebebeb;
  border-top-width: 3px;
  border-top-color: #1d80f0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .xs\:m-l-middle {
    margin-left: 15px;
  }

  .xs\:p-sm {
    padding: 10px;
  }
  .xs\:m-l-none {
    margin-left: 0;
  }
  .xs\:m-t-sm {
    margin-top: 10px;
  }
}
.left-nav__member .member-photo {
  width: 120px;
  height: 120px;
  background-color: #819aa0;
  box-shadow: 0px 2px 14px 0px rgba(70, 70, 70, 0.24);
  border: solid 4px #ffffff;
  margin:auto;
  position:relative;
}
.left-nav__member .member-photo img{
  width: 100%;
  height: 100%;
}
.changeAvatar{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  text-align:center;
  line-height: 120px;
  color: rgba(255,255,255,0.6);
  background-color: rgba(0,0,0,0.5);
  border-radius:50%;
}
.left-nav__list li {
  line-height: 50px;
  text-align: center;
  position: relative;
}
.left-nav__list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 55px center;
  font-family: 'SourceHanSansCN-Medium';
  color: #474747;
}
.left-nav__list li a.active {
  background-color: #f3f7fc;
  color: #1d80f0;
  border-left: 2px solid #1d80f0;
}
.left-nav__list li a:hover {
  color: #1d80f0;
}
.purchase-dialog .purchase-radio label{
  margin-bottom: 0;
}
.left-nav__list .J-nav-list1 li a i{    color: #1d80f0;}
.left-nav__list .J-nav-list1 li a i{  position: absolute; color: #1d80f0;font-size: 26px;line-height: 48px;right:10px;}
.left-nav__list .J-nav-list1 li  a.active::before {}
.header-top .child-nav-list{    width: 180px;}
/* 二级 */
.child-nav-list{
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
}
.left-nav__list li a.page-1 {
  background-image: url(../../assets/images/center/icon-1.png);
}
.left-nav__list li a.page-1.active {
  background-image: url(../../assets/images/center/icon-1-active.png);
}
.left-nav__list li .list-unstyled li a{color:#999999;font-size: 14px;}
.left-nav__list .J-nav-list1 li .list-unstyled li  a.active::before {display: none;}
.left-nav__list li .list-unstyled li a.active{background: none;color: #1d80f0;border:none}
.left-nav__list li a.page-2 {
  background-image: url(../../assets/images/center/icon-2.png);
}
.left-nav__list li a.page-2.active {
  background-image: url(../../assets/images/center/icon-2-active.png);
}
.left-nav__list li a.page-3 {
  background-image: url(../../assets/images/center/icon-3.png);
}
.left-nav__list li a.page-3.active {
  background-image: url(../../assets/images/center/icon-3-active.png);
}
.left-nav__list li a.page-4 {
  background-image: url(../../assets/images/center/icon-4.png);
}
.left-nav__list li a.page-4.active {
  background-image: url(../../assets/images/center/icon-4-active.png);
}
.left-nav__list li a.page-5 {
  background-image: url(../../assets/images/center/icon-5.png);
}
.left-nav__list li a.page-5.active {
  background-image: url(../../assets/images/center/icon-5-active.png);
}
.left-nav__list li a.page-6 {
  background-image: url(../../assets/images/center/icon-6.png);
}
.left-nav__list li a.page-6.active {
  background-image: url(../../assets/images/center/icon-6-active.png);
}
.left-nav__list li a.page-7 {
  background-image: url(../../assets/images/center/icon-7.png);
}
.left-nav__list li a.page-7.active {
  background-image: url(../../assets/images/center/icon-7-active.png);
}
.left-nav__list li a.page-8 {
  background-image: url(../../assets/images/center/icon-8.png);
}
.left-nav__list li a.page-8.active {
  background-image: url(../../assets/images/center/icon-8-active.png);
}
.left-nav__list li a.page-9 {
  background-image: url(../../assets/images/center/icon-22.png);
}
.left-nav__list li a.page-9.active {
  background-image: url(../../assets/images/center/icon-22-active.png);
}
.block-header {
  display: flex;
}
.myFavorites .block-tab,
.myBookshelf .block-tab{margin-top: 23px;    margin-bottom: 9px;}
.myFavorites .block-tab span,
.myBookshelf .block-tab span{    background: #e8e8e8;border-radius: 20px;padding: 5px 15px;font-size: 14px;margin-right: 12px;cursor: pointer;}
.myFavorites .block-tab .on,
.myBookshelf .block-tab .on{ background: #6191fb;color:#fff}
.block-header__title {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: 'SourceHanSansCN-Medium';
  color: #1c1c1c;
  cursor: pointer;
}
.block-header__tab {
  font-size: 16px;
  color: #7e7e7e;
  margin-left: 40px;
  line-height: 20px;
  font-family: 'SourceHanSansCN-Medium';
}
.block-header__tab .tab-item {
  margin-right: 40px;
  cursor: pointer;
}
.block-header__tab .tab-item.active {
  color: #1d80f0;
}
.block-header__oper {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block-header__oper span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #1d80f0;
  font-weight: bold;
  margin-right: 8px;
}
/* 我的账户 */
.block-header--recharge .block-header__title{
  margin-right: 30px;
  font-size: 16px;
  color: #7e7e7e;
}
.block-header--recharge .block-header__title.active {
  font-size: 20px;
  color: #1c1c1c;
}
.block-header--recharge .block-header__title:last-child {
  margin-right: 0;
}

.index-content .filter-items {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
  padding-top: 15px;
  color: #8392a3;
  font-family: 'SourceHanSansCN-Regular';
}
/* 活动列表 */
.activityList .hot-block__header{font-family: 'SourceHanSansCN-Medium';font-size: 14px;color:#787878;padding-top:30px;padding-bottom:20px;border-bottom:1px solid #f1f1f1;text-align: center;padding-left: 30px;padding-right: 30px;}
.activityList .hot-block{padding:0}
.activityList .hot-block__list{position: relative;}
.activityList .hot-block__list-item{color:#333333;font-family: 'SourceHanSansCN-Regular';font-size: 16px;padding: 0;line-height: 70px;    overflow: hidden;}
.activityList .hot-block__list-item:hover{cursor: pointer;background: #f2f5fb;}
.activityList .time{font-size: 14px;color:#999999;text-align: center;    padding-left: 5px;padding-right: 5px;}
.activityList .time a:hover,.activityList .time a.a2{color:#155bd0}
.activityList .pagebar{margin: 40px 0;}
.ellipsis{    display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 1; word-break: break-all;}
.ellipsis2{    display: -webkit-box!important;overflow: hidden!important;-webkit-box-orient: vertical!important;-webkit-line-clamp: 2!important; word-break: break-all!important;}
.activityList .hot-block__list-item span{color:#787878;font-size: 14px;}
/* 消息中心 */
.activityList .block-header__tab{margin-left:0}
.activityList .block-header__tab .tab-item.active{color:#1d80f0;font-size:20px}
.activityList .block-header__tab .tab-item{font-size: 18px;color:#7e7e7e}
.MessageCenter .hot-block__list{display: none; }
.MessageCenter .tab-content.active#index-page,.activityList .tab-content.active#index-page{background: none;}
.MessageCenter .hot-block__list.active{display: block;}
.MessageCenter .hot-block__header{border-bottom:none;padding-top: 0px;}
.MessageCenter .hot-block__header.myCollection{    padding-top: 0px;}
.MessageCenter .hot-block__list-item  .item-title{font-size: 16px;color:#333333;margin-bottom: 15px;}
.MessageCenter .hot-block__list-item{    overflow: initial;color: #999999;font-size: 14px;     position: relative;  line-height: 30px;font-family: 'SourceHanSansCN-Regular';padding: 10px 0;}
.MessageCenter .hot-block__list-item:hover {background: none;}
.MessageCenter .hot-block__list-item  .item-title:hover{color: #1d80f0;}
.MessageCenter .hot-block__list-item:hover .item-title::after{        top: 8px;background: url(../../assets/images/center/icon-9.png) no-repeat;content: ""; position: absolute; left: -20px;width: 5px; height: 75px;}
.MessageCenter .hot-block__list-item  span{float: right;position: absolute;     right: 35px;margin-top: 34px;top:0}
.MessageCenter .hot-block__list-item.MessageCenterLi{padding: 10px 10px;    margin: 0 20px;}
/* 我的订单 */
.myOrder .block-header .active{color:#1c1c1c;font-size: 20px;}
.myOrder .block-header__tab{margin-left: 0;color:#7e7e7e;font-family: 'SourceHanSansCN-Medium';font-size: 16px;}
.myOrder .tab-content{padding: 20px 0;font-family: 'SourceHanSansCN-Regular';font-size: 14px;color:#8392a3}
.myOrder .select {border-radius: 3px;color:#7e7e7e;width: 183px;line-height: 28px;height: 28px; padding-left: 15px;color: #999999;border-color: #dbdbdb;background: none;}
.myOrder .div-table .div-tr{font-size: 14px;color:#999999;font-family: 'SourceHanSansCN-Medium';background: #fafafa;overflow: hidden;margin: 0 20px;text-align: center;line-height: 50px;}
.myOrder .table-tr-td{font-family: 'SourceHanSansCN-Regular';font-size: 16px;color:#999999;text-align: center;margin:0px 20px ;height: 84px;padding:20px 0 ;display: flex; align-items: center;  border-bottom: 1px solid #f1f1f1;}
.myOrder .div-table .div-tr .div-th{    padding-right: 5px;padding-left: 5px;}
.myOrder .table-tr-td a{color:#333}
.myOrder .table-tr-td .div-td{    padding-right: 5px;padding-left: 5px;}
.myOrder .pagebar{margin: 40px 20px; float: right;}
.myOrder .tab-content{ min-height: calc(100% - 20px);}
.myOrder .myOrderTime { position: relative;font-family: "Microsoft YaHei";}
.myOrder .myOrderTime input{ color:#7e7e7e;border:1px solid #dbdbdb;line-height: 28px;height: 28px;border-radius: 3px;padding: 0 35px;width: 77%;padding-left: 40px;}
.myOrder .myOrderTime span{    position: absolute;right: 42px;top: 3px;}
.myOrder .block-content div.b-a{background: #fff;}
.purchase-dialog .purchase-radio .bank-icon img{max-height: 45px;}
.myOrder .table-tr-td .div-td span a:hover{color:#1d80f0}
/* 我的订阅 */
.mySubscriptions .table-tr-td .div-td,.mySubscriptions .div-tr .div-th{    padding-right: 5px;padding-left: 5px;}
/* 浏览记录 */
.browsingHistory .hot-block__booklist .book-cover{text-align: center;border:none;box-shadow: none;font-family: 'SourceHanSansCN-Regular';position: relative;padding-top:10px;height: 225px;}
.browsingHistory .hot-block__booklist .book-cover.pic{
  height:150px;overflow: hidden;
}
.browsingHistory #word .picture .book-cover.pic .hot-block__booklist-item{
  display: initial!important;
}
.browsingHistory .hot-block__booklist .book-cover.pic img{
  height: 100%;
  max-width: 100%;
}
.browsingHistory .hot-block__booklist .book-cover img{    box-shadow: 0px 4px 10px 0px rgba(93, 93, 93, 0.2);border: solid 1px #e6e6e6;    max-height: 220px;}
.browsingHistory  .mask {position: absolute;width: 96%;cursor: pointer;left:2%;top: 0;background: rgba(242,245,251,0.88);height: 93%;display: none;z-index:3;}
.browsingHistory  .delete{margin-top: 20px;float: right;margin-right:20px}
.browsingHistory .reading{background: #4180e8;font-size: 16px;color:#fff;    padding: 6px 10px;    margin: 0 auto;margin-top: 50%;    display: table;}
.browsingHistory .reading a{color:#fff;}
.browsingHistory .hot-block__booklist li:hover .mask{display: block;}
.browsingHistory .progressBar{color:#999999;font-size: 14px;margin-top: 10px;}
.browsingHistory .progressBar span{float: right;color:#666666}
.browsingHistory progress{    height: 10px;border-radius: 10px;margin-top: 5px;width: 100%;margin-bottom:10px;}
.browsingHistory progress[value]::-webkit-progress-bar {
  background-color: #ededed;
}

.browsingHistory progress[value]::-webkit-progress-value {
  background-color: #4180e8;
}

.browsingHistory progress[value]::-moz-progress-bar {
  background-color: #4180e8;
}
.browsingHistory .activityList .block-header__tab .tab-item.active{font-size: 18px;}
.browsingHistory .activityList .block-header__tab .tab-item{font-size: 16px;}
.browsingHistory .MessageCenter .hot-block__list{display: block;padding: 0;}
.browsingHistory .hot-block__list .item-time a{color:#286fe4;padding-left: 5px;}
.browsingHistory .MessageCenter .hot-block__list-item:hover {background: #f2f5fb;}
.browsingHistory .MessageCenter .hot-block__list-item:hover .item-title::after{display: none;}
.browsingHistory .MessageCenter .hot-block__list-item{padding-top: 10px ;padding-bottom: 10px ;position: relative;padding-left: 20px;padding-right: 5px;}
.browsingHistory .MessageCenter .hot-block__list-item span.delete{margin-top:0;top: 10px;display: none;right: 4px;}
.browsingHistory .MessageCenter .hot-block__list-item span.reading{margin-top:0;top: 30px;display: none; right: 50px;   padding: 0px 14px;font-family: 'SourceHanSansCN-Regular';     line-height: 28px;   font-size: 13px;}
.browsingHistory .MessageCenter .hot-block__list-item:hover span{display: block;}
.browsingHistory .MessageCenter .tab-paper .hot-block__list-item span.delete{top: 28px;}
.browsingHistory .hot-block__booklist .item-time{color:#999999;font-size: 14px;font-family: 'SourceHanSansCN-Regular';margin-top: 5px;}
.browsingHistory .hot-block__booklist .book-name{line-height: 25px;}
.browsingHistory .hot-block__booklist .item-time a{color:#276ee4;padding-left: 5px;}
.browsingHistory .hot-block__booklist li{    padding: 25px 20px;padding-bottom: 10px;}
.browsingHistory .hot-block__booklist .delete{    margin-top: 15px;margin-right: 13px;}
.browsingHistory #word .picture .hot-block__booklist-item{    z-index: 2;position: relative;    display: inline-block;    padding: 0 20px;}
.browsingHistory #word .hot-block__booklist .hot-block__booklist .picture .mask{    z-index: 1;}
.browsingHistory #word .hot-block__booklist .picture .item-time{z-index: 2;position: relative;}
.browsingHistory #picture .hot-block__booklist-item{ width: 100%;   z-index: 2;position: relative;    display: inline-block;    padding: 0 20px;}
.browsingHistory #picture .hot-block__booklist .hot-block__booklist .mask{    z-index: 1;}
.browsingHistory #picture .hot-block__booklist .item-time,.browsingHistory #chart .item-time,.browsingHistory #chart .hot-block__booklist-item{z-index: 2;position: relative;}
.browsingHistory .myCollection #word .hot-block__booklist li .mask{height: 95%;}
.browsingHistory .myCollection #word .hot-block__booklist .picture .mask{height: 100%;}
.browsingHistory #picture .hot-block__booklist .mask,.browsingHistory #video .mask,.browsingHistory #chart .mask,.browsingHistory #word .mask{    height: 100%;}
.browsingHistory .picture .book-cover img{border:none;box-shadow:none}
.browsingHistory .MessageCenter .hot-block__list-item .item-time font{padding-left: 5px;}
.browsingHistory #word .hot-block__booklist li{margin-bottom:0;padding-top:10px;}
.browsingHistory #audiobook .reading{margin-top: 37%;}
.browsingHistory #audiobook .hot-block__booklist li{padding-bottom: 25px;}
.browsingHistory #video .hot-block__booklist li{height: 250px;}
.browsingHistory #video .hot-block__booklist-item{ width:100%;   z-index: 2;position: relative;    display: inline-block;    padding: 0 20px;}
.browsingHistory #video .hot-block__booklist .hot-block__booklist .mask{    z-index: 1;}
.browsingHistory .hot-block__booklist .book-cover .play{position: absolute;    top: 38%;left: 42%;}
/* 我的收藏 */
.browsingHistory .myCollection .hot-block__list-item span.delete{    top: 28px;}
.browsingHistory .myCollection #word .hot-block__booklist li.collectBooks{height: 270px;}
.browsingHistory .myCollection #picture .hot-block__booklist li.collectBooks{height: 270px;}
.browsingHistory .myCollection #chart .hot-block__booklist li.collectBooks{height: 270px;}
/* 分页 */
.pagebar a:hover, .pagebar .noBorder span.current {
  background-color: #155bd0;
  border-color: #155bd0;
  color: #fff!important;
}

.pagebar .noBorder span.current,.pagebar .noBorder .fc_hui2 {
  display: inline-block;
  min-width: 35px;
  height: 35px;
  padding: 0 3px;
  margin: 5px;
  line-height: 35px;
  text-align: center;
  color: #808080;
  border: 1px solid #e5e5e5;
}
.pagebar .noBorder .fc_hui2{    cursor: no-drop;}
@media screen and (max-width: 768px) {
  .index-content .filter-items {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
  }
  .flex-container .w-240 .left-nav{
    min-height: auto;
  }
  /* 活动列表 */
  .activityList .hot-block__list-item{line-height: 30px;padding: 10px 0;}
  .activityList .time{text-align: left;}
  
  /* 我的订单 */
  .myOrder .table-tr-td{    display: inline-block;height: auto;    line-height: 32px;text-align: left;}
  .myOrder .myOrderTime {margin-top: 10px;}
  .myOrder .myOrderTime input,.myOrder .select{width: 88%;}
  .myOrder .myOrderTime input{padding: 0 5px;}
  .myOrder .table-tr-td .div-td .ellipsis2{    -webkit-line-clamp: 1 !important;}
  .myOrder .myOrderTime em{
    color: #8392a3;
    float: unset;
    padding-right: 0;
    text-align: initial;
    width: auto;

  }
  /* 浏览记录 */
  .browsingHistory .hot-block__booklist li{padding: 0 10px;}
  .tab-content .hot-block{padding-right: 10px!important;        padding-left:10px!important;}
  .activityList .hot-block__header{    padding-left: 0;padding-right: 0;        padding-top: 0;}
  .block-header__tab .tab-item {margin-right: 2px;}
  .browsingHistory .hot-block__booklist .book-cover .play{top: 31%;}
  .browsingHistory .hot-block__booklist .book-cover .delete{    position: absolute;top: 5px;right: -8px;        z-index: 99;}
  .browsingHistory .hot-block__booklist .book-cover .delete img{    box-shadow: unset;border: none;}
  .browsingHistory .activityList .block-header__tab .tab-item.active,.browsingHistory .activityList .block-header__tab .tab-item{    font-size: 14px;}
  /* .pagebar .current,.pagebar .z_num{display: none!important;}
  .pagebar .noBorder .fc_hui2{line-height: 24px; height: 24px;} */
  .browsingHistory .myCollection #word .hot-block__booklist li.collectBooks{height: auto;}
  .browsingHistory .myCollection #word .hot-block__booklist li.browseBooks{height: auto;}
  .browsingHistory .myCollection #picture .hot-block__booklist li.collectBooks{height: auto;}
  .browsingHistory .myCollection #chart .hot-block__booklist li.collectBooks{height: auto;}
  
}
@media only screen and (max-width: 435px) {
  /* 我的订单 */
  .myOrder .myOrderTime input,.myOrder .select{width: 64%;}
  .pagebar .noBorder a{
    height: 35px;
    line-height: 35px;
  }
  .pagebar .noBorder a.z_pret{
    display: none;
  }
  .pagebar .noBorder a.z_num{
    display: none;
  }
  .myOrder #mysubscriptionform .myOrderTime span{right: 69px;}
  .myOrder .myOrderTime span{right: 77px;}
}
.index-content .filter-items__checkgroup {
  display: flex;
  align-items: center;
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .index-content .filter-items__checkgroup {
    margin-left: 0;
    margin-top: 10px;
  }
}
.index-content .filter-items__checkgroup label {
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: 42px;
  color: #7e7e7e;
}
@media screen and (max-width: 768px) {
  .index-content .filter-items__checkgroup label {
    margin-right: 10px;
  }
}
.index-content .filter-items__checkgroup label input {
  margin-top: 0;
  margin-right: 5px;
}
.index-content .filter-items__checkgroup label input[type="checkbox"]:checked {
  background: url(../../assets/images/center/icon-20.png) no-repeat center;
  background-size: cover;
  outline-offset: 0;
}
.index-content .filter-items__checkgroup label input[type="checkbox"]{
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  outline-offset: 0;
  /* background-color: #1d80f0; */
  background: url(../../assets/images/center/icon-21.png) no-repeat center;
  background-size: cover;
}
.tab-content {
  display: none;
  min-height: calc(100% - 30px);
}
.tab-content.active {
  display: block;
}
.tab-content.active#word,.tab-content.active#subject,.tab-content.active#index-page,.tab-content.active#password{
  background: #fff;
}
.tab-content.basicInfo{min-height: 672px;}
.tab-content.active .watch-call{
  font-family: 'SourceHanSansCN-Medium';
  margin-bottom: 15px;
}
.tab-content .con-tab .text-align-media 
.hot-block {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 20px;
}
.tab-content .hot-block {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 20px 0;
}
.personalIndex .tab-content .hot-block {
  padding: 20px;
}
.hot-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-block__title {
  font-size: 18px;
  color: #1c1c1c;
  font-family: 'SourceHanSansCN-Medium';
}
.hot-block__refresh {
  padding-left: 20px;
  background: url(../../assets/images/center/icon-refresh.png) no-repeat left center;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.tab-content .hot-block .hot-block__list li:first-child .hot-block__list-item{
  padding-top: 10px;
}
.hot-block__list-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.hot-block__list-item .item-header {
  display: flex;
  align-items: center;
}
.hot-block__list-item .item-title {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #242424;
}
.hot-block__list-item .item-title a:hover,.hot-block__list-item .item-title:hover{
  color: #1d80f0 !important;
}
.hot-block__list-item .item-tag {
  margin-left: 10px;
  font-size: 10px;
  padding: 2px 5px;
  background-color: #43d18d;
  border-radius: 2px;
  color: #fff;
  flex-shrink: 0;
}
.hot-block__list-item .item-tag.point {
  background-color: #1d80f0;
}
.hot-block__list-item .item-tag.pic {
  background-color: #fc6363;
}
.hot-block__list-item .item-content {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  line-height: 25px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  color: #666666;
}
.hot-block__booklist {
  margin-top: 10px;
}
.hot-block__booklist li {
  margin-bottom: 20px;
}
.hot-block__booklist .book-cover {
  box-shadow: 0px 4px 10px 0px rgba(93, 93, 93, 0.2);
  border: solid 1px #e6e6e6;
}
.hot-block__booklist .hot-block__booklist-item .book-cover img{
  max-height:187px;
}
.hot-block__booklist .book-name {
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.hot-block__booklist .browseBooks .book-name{
  z-index: 0;
}
.hot-block__booklist .book-name:hover{
  color: #1d80f0 !important;
}
.myCollection .hot-block__booklist .book-name {
  -webkit-line-clamp: 1; 
}
.hot-block__booklist .book-author {
  color: #999;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.hot-block__booklist .book-author a{
  font-size:14px;
  color:#999999;
  font-family: 'SourceHanSansCN-Regular';
}
.middle-block {
  border: 1px solid #ebebeb;
  background: #fff;
}
.middle-block__header {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 14px;
}
.middle-block__title {
  font-size: 16px;
  position: relative;
  font-family: 'SourceHanSansCN-Medium';
  color:#7e7e7e;
}
.middle-block__title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #1d80f0;
  border-radius: 2px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.middle-block__more {
  color: #999999;
  cursor: pointer;
}
.middle-block__taglist {
  padding: 15px;
  font-size: 0;
  padding-bottom: 30px;
  padding-top: 15px;
}
.middle-block__tag {
  padding: 4px 9px;
  font-size: 14px;
  color: #2c6bd5;
  background-color: #f2f5fb;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-family: 'SourceHanSansCN-Medium';
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middle-block__tag:hover{
  background: #fef6f6;
  color:#e43939
}
.middle-block__articlelist {
  padding: 15px;
  padding-top: 0;
}
.middle-block__articlelist li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.middle-block__articlelist a{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.middle-block__articlelist .article-name {
  display: inline;
  font-family: 'SourceHanSansCN-Regular';
  font-size:14px;
  color:#262626;
}.middle-block__articlelist .article-name:hover{color:#155bd0}
.middle-block__articlelist .article-date {
  color: #999;
  margin-left: 10px;
  font-family: 'SourceHanSansCN-Regular';
  font-size:14px;
  float: right;
}

.middle-hotblock {
  border: 1px solid #ebebeb;
  background: #fff;
}
.middle-hotblock__header {
  padding: 15px;
}
.middle-hotblock__title {
  font-size: 16px;
  color: #e21f1f;
  padding-right: 24px;
  background: url(../../assets/images/center/icon-hot.png) no-repeat right center;
}
.middle-hotblock__tab {
  padding: 0 15px;
  font-size: 0;
}
.middle-hotblock__tabitem {
  padding: 5px 6px;
  background-color: #bbc1cc;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  font-family: 'SourceHanSansCN-Medium';
}
.middle-hotblock__tabitem:last-child {
  margin-right: 0;
}
.middle-hotblock__tabitem.active {
  background-color: #4583ea;
}

@media screen and (max-width: 768px) {
  .nav-banner {
    display: block !important;
    position: fixed;
    background: #fff;
    z-index: 10001;
    left: 0;
    top: 0;
    overflow: auto;
    bottom: 0;
    left: -240px;
    transition: all 0.3s ease-in;
  }
  .tab-content.basicInfo{min-height: auto;}
}
@media screen and (max-width: 1550px) {
  .error-modal .modal-dialog{
    margin-top: 135px!important;
  }
}
@media screen and (max-width: 768px) {
  .nav-banner.active {
    left: 0;
    transition: all 0.3s ease-in;
  }
  .browsingHistory #video .hot-block__booklist li{height: auto;}
}

.nav-trigger {
  position: fixed;
  bottom: 10px;
  right: 0;
  background: #1d80f0;
  color: #fff;
  padding: 6px 3px;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
  z-index: 10000;
}

.nav-mask {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in, left 0s ease-in 0.3s;
}
.nav-mask.active {
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.watch-list {
  font-size: 0;
  min-height: 900px;
}
.watch-list span {
  display: inline-block;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 9999px;
  border:1px solid #4583ea;
  background-color: #4583ea;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 15px;
  font-family: 'SourceHanSansCN-Medium';
}
.watch-list span a{
  color:#fff;
}
.watch-list span img {
  margin-left: 8px;
  cursor: pointer;
}
.watch-list span.add-word{
  background:none;
  border:1px dashed #999999;
  color:#999999;
}
.watch-list span i{margin-right: 8px;}
.watch-subject__cata {
  margin-bottom: 15px;
}
.watch-subject__cata-name {
  font-size: 18px;
}
.watch-subject__cata-list {
  margin-top: 10px;
}

/* 基本资料 */
@media screen and (max-width: 768px) {
  .login-bind {
    margin-left: 0;
  }
  .browsingHistory .MessageCenter .hot-block__list-item:hover span{
    display: none;
  }
  .browsingHistory .MessageCenter .hot-block__list-item span.delete{
    display: block;
  }
  .browsingHistory .MessageCenter .hot-block__list-item:hover{
    background: none;
  }
}
.login-bind__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .login-bind__item {
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .login-bind__item:last-child {
    border-bottom: none;
    flex-direction: row;
    margin-top: 20px;
  }
  .login-bind__item > div {
    margin-bottom: 10px;
    margin-right: 10px;
  }

}

.login-bind__account {
  margin-left: 44px;
  margin-right: 44px;
}
@media screen and (max-width: 768px) { 
  .login-bind__account {
    margin: 0;
  }
}
.login-bind__account-name {
  margin-left: 10px;
  margin-right: 10px;
}
.login-bind__oper {
  cursor: pointer;
  color: #1d80f0;
}
.infn-form input[type=radio] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  outline: none;
  outline-offset: 0;
  /* background-color: #1d80f0; */
  background: url(../../assets/images/center/icon-radio-unchecked.png) no-repeat center;
  background-size: cover;
}
.infn-form input[type=radio]:checked {
  background: url(../../assets/images/center/icon-radio-checked.png) no-repeat center;
  background-size: cover;
  outline-offset: 0;
}
.infn-form input[type=radio]:focus {
  outline-offset: 0;
}

.form-control__left {
  width: 70%;
  float: left;
}
.form-control__right {
  width: 30%;
  float: right;
}
/* 纠错 */
.errorList {

}
.hot-block table {
  table-layout: fixed;
  width: 100%;
}
.table-header {

  background: #fafafa;
}
.table-header td {
  height: 50px;
  color: #999999;
  text-align: center;
}
.table-body td {
  text-align: center;
  height: 80px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-body tr {
  border-bottom: 1px solid #f1f1f1;
}
.table-oper {
  color: #1d80f0;
  cursor: pointer;
}


.error-modal .modal-dialog {
  margin-top: 260px;
  width: 740px;
}
.error-modal .modal-header {
  border: none;
}
.error-modal .modal-title {
  font-size: 16px;
  color: #999;
  padding-top: 5px;
  padding-left: 25px;
}
.error-modal .modal-body {
  padding: 20px 40px;
}
.error-modal .modal-title .tab-item.active {
  font-size: 18px;
  color: #1d80f0;
}
.error-modal .modal-title .tab-item {
  margin-right: 10px;
  cursor: pointer;
  font-style: normal;
}
.error-modal .modal-title .tab-item:last-child {
  margin-right: 0;
}
.error-modal .modal-footer {
  text-align: center;
  margin-bottom: 50px;
  border: none;
}
.error-modal .modal-footer .btn {
  width: 180px;
  height: 48px;
}
.error-modal .modal-footer .btn:nth-child(2){
  margin-left: 20px;
}

.error-modal .form-inline {
  display: flex;
}
.error-modal .form-inline .form-control {
  flex: 1;
  margin-right: 24px;
}
.error-modal .form-inline .form-control:last-child {
  margin-right: 0;
}
.error-modal .form-item {
  margin-bottom: 20px;
  font-size: 12px;
}
.error-modal .form-control {
  background-color: #f9f9f9;
  font-size: 12px;
  border: none;
}
.error-modal .form-control:focus {
  border-color: #1d80f0;
}
.error-modal input.form-control {
  line-height: 36px;
  height: 36px;
}
.error-modal textarea.form-control{
  resize: none; /* 禁止用户手动拖动调整大小 */  
}
@media screen and (max-width: 768px) { 
  .error-modal .modal-dialog {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .error-modal .modal-title {
    padding-left: 0;
    font-style: normal;
  }
  .error-modal .modal-body {
    padding: 15px;
  }
  .error-modal .modal-footer .btn {
    width: 120px;
  }
  .error-modal .form-inline{
    display: block;
  }
  .error-modal input.form-control{
    margin-bottom: 10px;
  }
}


label.required {
  position: relative;
}
label.required::after {
  content: '*';
  color: #e10000;
  position: absolute;
  right: -10px;
  top: 0;
}
.list-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-item__content {

}
.list-item__status {
  /* margin-left: auto; */
}
.list-item__type {
  display: inline-block;
  padding: 4px 5px;
  background-color: #43d18d;
  color: #fff;
  /* margin-left: 5px; */
  border-radius: 4px;
}

/* 我的账户 */
.block-content--wallet .hot-block {
  padding: 40px;
}
@media screen and (max-width: 768px) { 
  .block-content--wallet .hot-block {
    padding: 10px;
  }
  .watch-list{min-height: 400px;}
}
.block-content--wallet .amount-options {
  font-size: 0;
}
.block-content--wallet .amount-options span {
  display: inline-block;
  font-size: 20px;
  padding: 20px 38px;
  background-color: #fafafa;
  color: #787878;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.block-content--wallet .amount-options span:last-child {
  margin-right: 0;
}
.block-content--wallet .amount-options span.active {
  background-color: #1d80f0;
  color: #fff;
  background-image: linear-gradient(180deg, 
		#4381e9 0%, 
		#2b6ddc 100%), 
	linear-gradient(
		#f6f6f6, 
		#f6f6f6);
	background-blend-mode: normal, 
		normal;
}
.amount-enter {
  margin-top: 25px;
}
.amount-enter__input {
  position: relative;
}
.amount-enter__input  i {
  position: absolute;
  font-size: 16px;
  font-style: normal;
  color: #1d80f0;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.amount-enter__input input {
  height: 42px;
  background: #fafafa;
  width: 384px;
  border-radius: 4px;
  border: none;
  outline: none;
  padding-left: 30px;
  text-indent: 30px;
  line-height: 42px;
  font-size: 16px;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) { 
  .amount-enter__input input {
    width: 100%;
  }
}

.amount-enter__input input::placeholder {
  color: #d6d6d6;
}
.amount-enter__tip {
  color: #1d80f0;
  margin-top: 8px;
}
.hot-block__part .hot-block__header {
  font-size: 16px;
  color: #333;
  font-family: SourceHanSansCN-Regular;
}
.hot-block__part .balance {
  color: #1d80f0;
  font-size: 30px;
  font-family: 'SourceHanSansCN-Bold';
  margin-top: 10px;
}

.card-recharge__form .form-item{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card-recharge__form .form-item label {
  margin: 0;
  flex-basis: 80px;
  text-align: right;
  font-size: 16px;
  margin-right: 10px;
  color: #606060;
  font-family: 'SourceHanSansCN-Regular';
}
.card-recharge__form .form-item input {
  width: 345px;
  background-color: #fafafa;
  border-radius: 4px;
  border: none;
}
.card-recharge__form .form-item input:focus {
  border-color: #1d80f0;
}
.card-recharge__form .form-item input::placeholder {
  color: #d6d6d6;
}
.card-recharge__form .form-item .required {
  color: red;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  margin-left: 7px;
}
.card-recharge__form .form-item .input-container{
  display: flex;
  align-items: center;
}
.card-recharge__form .form-item .code-pic {
  width: 76px;
  height: 26px;
  margin: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .card-recharge__form .form-item label {
    flex-basis: 28px;
  }
  .card-recharge__form .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-recharge__form .form-item .input-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-family: 'SourceHanSansCN-Regular';
  }
  .card-recharge__form .form-item input {
    width: auto;
    flex: 1;
  }
  .card-recharge__form .form-item .input-block {
        display: flex;
        flex: 1;
        margin-right: 10px;
  }
  .card-recharge__form .form-item .input-block input {
    width: 100%;
  }
  .card-recharge__form .form-item .code-block {
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
  .block-content--wallet .amount-options span{
    font-size: 14px;
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=v3-site-center.css.map */


