body {
  overflow-x: hidden;
}
textarea {
  resize: none;
}
.bg_white {
  background-color: #fff;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.dis-ib {
  display: inline-block;
}
.p-re {
  position: relative;
}
.p-ab {
  position: absolute;
}
.p-fx {
  position: fixed;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-5 {
  margin-bottom: 5px;
  display: block;
}
.marin-r0 {
  margin-right: 0 !important;
}
.marin-l0 {
  margin-left: 0 !important;
}
.margin0 {
  margin: 0;
}
.pd0 {
  padding: 0 !important;
}
.pd-14 {
  padding: 14px !important;
}
.w-p90 {
  width: 90% !important;
  margin: auto;
}
.over-hide {
  overflow: hidden;
}
.bg-info {
  color: #3978bd;
  background-color: #eaf4ff;
}
.gray {
  color: #aaa;
}
.red {
  color: red;
}
.btn {
  width: 110px;
  outline: none;
  border-radius: 0;
  margin-left: 10px;
  padding: 6px 0;
  font-size: 12px;
}
.btn-blue {
  background-color: #7395ba;
  border-color: #7395ba;
}
.btn-blue :hover {
  background-color: #509dde;
}
.btn-orange {
  background-color: #ffaa39;
  border-color: #ffaa39;
}
.btn-lightblue {
  background-color: #61abea;
  border-color: #61abea;
}
.btn-lightblue:hover {
  background-color: #509dde;
  border-color: #509dde;
}
.btn:first-child {
  margin-left: 0;
}
.btn-sm {
  width: auto;
  padding: 4px;
}
.color-9 {
  color: #999;
}
.long_txt {
  letter-spacing: 4px;
}
.short_txt {
  letter-spacing: 10px;
}
.two_txt {
  letter-spacing: 4px;
}
.cursor {
  cursor: pointer;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fa {
  margin-right: 3px;
}
.form-control {
  border-radius: 0;
  height: 30px;
  font-size: 12px;
}
.placeholder {
  display: block;
  position: absolute;
  content: "";
}
.auto {
  margin: auto;
}
.angle {
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
}
.border {
  border: 1px solid #ccc;
  color: #999;
}
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}
.ts_box {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a-link {
  color: #61abea !important;
  position: relative;
}
.a-link-ul {
  position: absolute;
  background-color: #ECECEC;
  color: #333;
  line-height: 20px;
  padding: 4px 10px;
  z-index: 2;
}
.a-link-ul > li > a:hover {
  color: #61abea;
}
.a-link-author {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: auto;
  min-width: 100px;
  z-index: 1;
}
.frontCoverView .a-link-author > li{
  padding: 6px !important;
}
.a-link-author > li {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
}
.a-link-author > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.a-link-author > li:hover {
  background-color: #5897fb;
}
.a-link-author > li:hover > a {
  color: #fff;
}
.h_15 {
  height: 15px;
}
.box-push {
  left: 180px;
}
.box-pull {
  left: 0;
  width: 100% !important;
}
.nav-list-show {
  left: 0;
}
.nav-list-hide {
  left: -180px;
}
.status {
  background-color: #fff6eb;
  color: #ffaa39;
  border-color: #ffe7cc;
}
.status2 {
  color: #ffaa39;
  border-color: #ffaa39;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=checkbox].chk + span:after,
[type=checkbox].chk:not(:checked) + span:after,
[type=checkbox].chk:checked + span:after {
  height: 16px;
  width: 16px;
  top: 2px;
  z-index: 0;
}
[type=checkbox].chk + span:after,
[type=checkbox].chk:not(:checked) + span:after {
  background-color: transparent;
  border: 1px solid #ccc;
}
[type=checkbox].chk:checked + span:after {
  border: 1px solid #7395ba;
  background: #7395ba;
}
[type=checkbox].chk + span:before,
[type=checkbox].chk + span:after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 10px;
  top: 0px;
  left: 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, left 0.2s 0.1s;
}
[type=checkbox]:checked.chk + span:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  z-index: 9;
  top: 3px;
}
.table > thead > tr > th {
  font-weight: 600;
  background-color: #ececec;
  /*background-clip: padding-box;*/
  position: relative;
}
.table > thead > tr > th span {
  font-weight: 600;
}
.table > tbody > tr > td,
.table > thead > tr > th {
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  position: relative;
}
.table > tbody > tr > td .checkbox-inline,
.table > thead > tr > th .checkbox-inline {
  height: 16px;
}
.table > tbody > tr > td {
  height: 32px;
}
.table > tbody > tr > td.text-left {
  text-align: left;
}
/*列宽*/
.w20 {
  width: 20px;
}
.w22 {
  width: 22px;
}
.w24 {
  width: 24px;
}
.w33 {
  width: 33px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px !important;
}
.w60 {
  width: 60px;
}
.w63 {
  width: 63px;
}
.w62 {
  width: 62px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w76 {
  width: 76px;
}
.w80 {
  width: 80px;
}
.w83 {
  width: 83px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w92 {
  width: 92px;
}
.w94 {
  width: 94px;
}
.w95 {
  width: 95px;
}
.w96 {
  width: 96px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w115 {
  width: 115px;
}
.w119 {
  width: 119px;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w155 {
  width: 155px;
}
.w160 {
  width: 160px;
}
.w175 {
  width: 175px;
}
.w192 {
  width: 192px !important;
}
.w200 {
  width: 200px;
}
.w204 {
  width: 204px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w280 {
  width: 280px !important;
}
.w500 {
  width: 500px;
}
.w600 {
  width: 600px;
}
.w800 {
  width: 800px;
}
.w-p100 {
  width: 100% !important;
}
.w880 {
  width: 880px;
}
/*header*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #7395ba;
  -webkit-box-shadow: 0 0 2px 2px #628bb7;
  box-shadow: 0 0 2px 2px #628bb7;
  height: 80px;
}
.header .site-text {
  background-color: #fff;
  color: #666;
  padding: 3px 0;
}
.header .site-text .help {
  margin: 0 14px 0 0;
}
.header .logo-box {
  color: #fff;
  padding: 0 14px 0 0;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header .logo-box .nav-switch {
  cursor: pointer;
  font-size: 20px;
  padding: 28px 25px;
  border-right: 1px solid #6f90b5;
  height: 100%;
}
.header .logo-box .logo-part {
  flex: 1;
  border-left: 1px solid #7ba0c7;
  padding: 20px 0 20px 95px;
  height: 80px;
  background: url("../img/logo.png") no-repeat 20px;
}
.header .logo-box .logo-part-login {
  background: url("../img/logo1.png") no-repeat 20px;
  border: 0;
}
.header .logo-box .logo-part p {
  font-size: 28px;
}
.header .logo-box .logo-part p > b {
  font-weight: bold;
}
.header .logo-box .logo-part p > a {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.header .logo-box .logo-part p > a:after {
  display: block;
  position: absolute;
  content: "";
  height: 26px;
  width: 1px;
  background-color: #fff;
  top: 9px;
  left: 0;
}
.header .logo-box .greet {
  font-size: 16px;
}
.header-login {
  background: #fff;
  position: fixed;
  height: 90px;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  filter: alpha(opacity=75);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-login p {
  color: #333;
}
.header .userInfo {
}
.header .sideMenu {
  border-left: 1px dashed #fff;
  padding-left: 10px;
  margin: 5px 0 0 10px;
}
.header .sideMenu > li > a {
  padding: 3px 0;
  display: block;
}
.header .dashed {
  border-top: 1px dashed #fff;
}
.mainBody {
  padding-top: 80px;
  position: relative;
}
.mainBody .main-sidebar {
  position: fixed;
  background-color: #7395ba;
  height: calc(100% - 80px);
  width: 180px;
  z-index: 9;
}
/*.mainBody .main-sidebar .sidebar {
  height: 150%;
}*/
.mainBody .main-sidebar .sidebar-menu li {
  width: 100%;
}
.mainBody .main-sidebar .sidebar-menu li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainBody .main-sidebar .sidebar-menu li > a {
  color: #c4e4ff;
  font-size: 14px;
  position: relative;
  padding: 10px;
  display: block;
  width: 100%;
  background: #6286ae;
}
.mainBody .main-sidebar .sidebar-menu li > a > .nav-menu-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
}
.mainBody .main-sidebar .sidebar-menu li:hover > a,
.mainBody .main-sidebar .sidebar-menu li.active > a {
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li.menu-open > .sub-menu {
  display: block;
}
.mainBody .main-sidebar .sidebar-menu li.menu-open > a .nav-menu-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu {
  display: none;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu a {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 10px 31px;
  color: #c4e4ff;
  background: #82a3c7;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu a:hover,
.mainBody .main-sidebar .sidebar-menu li .sub-menu a.active {
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu .third-menu a {
  text-indent: 10px;
  background: #a0c1e4;
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu .third-menu a:hover,
.mainBody .main-sidebar .sidebar-menu li .sub-menu .third-menu a.active {
  color: #333;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li:hover > a,
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li.active > a {
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li.menu-cog:hover,
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li.menu-cog.active {
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li.menu-cog:hover .nav-menu-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li.menu-open:hover,
.mainBody .main-sidebar .sidebar-menu li .sub-menu > li.menu-open.active {
  color: #fff;
}
.mainBody .main-sidebar .sidebar-menu li.menu-open:hover .nav-menu-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.mainBody .content-wrapper {
  position: absolute;
  background-color: #f7f7f7;
}
.mainBody .content-wrapper .content-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px #e6e6e6;
  box-shadow: 0 0 2px 2px #e6e6e6;
}
.mainBody .content-wrapper .content-header > li {
  position: relative;
  padding: 10px 0;
  float: left;
}
.mainBody .content-wrapper .content-header > li > .sub-sort {
  width: 443px;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  top: 100%;
  border: 1px solid #999;
  left: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  visibility: hidden;
  z-index: 998;
}
.mainBody .content-wrapper .content-header > li > .sub-sort > a {
  border: 1px solid #EDEDED;
  text-align: center;
  width: 130px;
  margin: 5px;
  display: inline-block;
  line-height: 40px;
}
.mainBody .content-wrapper .content-header > li > .sub-sort > a:hover {
  background-color: #fff6eb;
  color: #ffaa39;
  border-color: #ffe7cc;
}
.mainBody .content-wrapper .content-header > li:hover > .sub-sort {
  visibility: visible;
}
.mainBody .content-wrapper .content-header > li > a {
  display: block;
  width: 88px;
  text-align: center;
  font-size: 14px;
  color: #333;
  position: relative;
}
.mainBody .content-wrapper .content-header > li > a > i.fa {
  margin: 0 0 0 5px;
}
.mainBody .content-wrapper .content-header > li > a:after {
  display: block;
  position: absolute;
  content: "";
  height: 75%;
  background-color: #999;
  width: 1px;
  bottom: 0;
  top: 2px;
  margin: auto;
  right: 0;
}
.mainBody .content-wrapper .content-header > li.active > a,
.mainBody .content-wrapper .content-header > li:hover > a {
  color: #ffaa39;
}
.mainBody .content-wrapper .content-header > li:last-child > a:after {
  background: none;
}
.mainBody .content-wrapper .refresh-to {
  padding: 3px 0;
  font-size: 14px;
  color: #7395ba;
}
.mainBody .content-wrapper .refresh-to a {
  text-decoration: underline;
}
.info_left,
.info_right {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -5000px;
  padding-bottom: 5000px;
}
.main-content {
  width: 98%;
  margin: auto;
}
.main-content .wrap {
  padding: 14px;
  margin-bottom: 15px;
}
.main-content2 .wrap {
  margin-bottom: 5px;
  padding: 7px 14px;
}
.main-content .part {
  position: relative;
}
.main-content .part:after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  background-color: #eee;
  height: 100%;
  right: 46%;
  top: 0;
}
.main-content .part2:after {
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.main-content .optionBox {
  padding-left: 110px;
}
.main-content .optionBox.assess {
  padding-top: 9px;
}
.main-content .optionBox.assess > i.fa {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  cursor: pointer;
}
.main-content .optionBox.assess > i.fa:hover,
.main-content .optionBox.assess > i.fa.cur {
  color: #ffaa39;
}

.main-content .optionBox-fa {
  /*padding-left: 110px;*/
}
.main-content .optionBox-fa.assess {
  padding-top: 9px;
}
.main-content .optionBox-fa.assess > i.fa {
  font-size: 15px;
  color: #999;
  margin-right: 8px;
  cursor: pointer;
}
.main-content .optionBox-fa.assess > i.fa:hover,
.main-content .optionBox-fa.assess > i.fa.cur {
  color: #ffaa39;
}

.main-content .optionBox .define-date {
  position: relative;
}
.main-content .optionBox .define-date .date-ipt {
  margin: 0px 30px 0 0;
  padding: 5px;
  width: 92px;
  float: left;
  font-size: 12px;
  height: 30px;
}
.main-content .optionBox .define-date:after {
  display: block;
  position: absolute;
  content: "";
  content: "~";
  top: 6px;
  left: 102px;
  color: #999;
}
.main-content .optionBox2 {
  padding-left: 64px;
}
.main-content .option-item {
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  padding: 5px 0;
  margin: 2px 10px 10px 0;
  width: 72px;
  text-align: center;
}

.main-content .rank-option-item {
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  padding: 5px 0;
  margin: 2px 10px 10px 0;
  width: 90px;
  text-align: center;
}
.main-content .rank-option-item:hover {
    color: #ffaa39;
    border-color: #ffaa39;
}
.main-content .rank-option-item.active {
    background-color: #fff6eb;
    color: #ffaa39;
    border-color: #ffe7cc;
}
.main-content .rank-option-item.not-allow{
  color:#ddd;
}
.main-content .rank-option-item.not-allow:hover{
  cursor:default;
  border-color:inherit;
}
.main-content .option-item:hover {
  color: #ffaa39;
  border-color: #ffaa39;
}
.main-content .option-item.active {
  background-color: #fff6eb;
  color: #ffaa39;
  border-color: #ffe7cc;
}
.main-content .option-item:last-child {
  margin-right: 0;
}
.main-content .option-ul li {
  width: 47.5%;
  margin-top: 10px;
}
.main-content .option-ul-new li {
  width: 100%;
  margin-top: 10px;
}
.main-content .iptArea {
  border-left: 1px solid #fff;
}
.main-content .ipt-group {
  margin-top: 10px;
}
.main-content .setArea label {
  float: left;
  margin-right: 10px;
}
.main-content .viewChoice {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.main-content .align {
  margin: 6px 0;
}
.main-content .my-breadcrumb {
  background: none;
  padding: 0;
  line-height: 30px;
  margin-bottom: 0;
}
.main-content .assess-p {
  width: 83px;
  margin: auto;
}
.main-content .assess-p span {
  margin-right: 3px;
}
.main-content .assess-p i.fa {
  color: #ffaa39;
  margin: 0;
}
.main-content .assess-p.assess-p2 {
  margin-bottom: 10px;
}
.label-txt {
  width: 110px;
  padding-top: 4px;
  font-size: 14px;
  position: relative;
}
.label-txt:after {
  display: block;
  position: absolute;
  content: "";
  content: ":";
  top: 4px;
  right: 9px;
}
.label-txt.short_txt:after {
  right: 6px;
}
.label-txt.long_txt:after {
  right: 12px;
}
.label-txt2 {
  text-align: right;
  padding-right: 16px;
}
.label-txt3 {
  width: 64px;
  font-size: 12px;
  padding: 0;
}
.label-txt3:after {
  top: 0;
}
.explain {
  display: block;
  width: 100%;
}
.prize:hover   .prize-explain {
  display: block;
}
.blue {
  color: #61abea;
}
.canal {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  /*margin: 0 0 0 5px;*/
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 18px;
}
.canal.canalG {
  background-color: #ffaa39;
}
.canal.canalW {
  background-color: #19cc19;
}
.canal.canalJ {
  background-color: #61abea;
}
.purchase {
  color: red;
}
.purchased {
  background-color: #F7F7F7;
}
.purchased-books {
  color: red;
  background-color: #F7F7F7;
}
span.place,
span.saleNum {
  display: inline-block;
  width: 36px;
}
.saleNum {
  text-align: right;
  width: 40px;
  color: #ffaa39;
}
.bookFace {
  width: 154px;
  height: 154px;
  border: 1px solid #ccc;
  color: #999;
  margin: 0 20px 0 0;
}
.book-infor {
  line-height: 20px;
}
.book-infor ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  padding: 0;
}
.book-title a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0px 0 2px;
}
ul.a-link-ul li a {
  font-weight: unset;
  font-size: 12px !important;
}
.book-intro {
  height: 36px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.book-intro:after {
  display: block;
  position: absolute;
  content: "";
  content: "…";
  background-color: #fff;
  bottom: 0;
  right: 0;
  width: 15px;
}
.prize {
  position: relative;
}
.prize-explain {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #61abea;
  width: -webkit-max-content;
  width: max-content;
  padding: 5px;
  white-space: nowrap;
  bottom: -16px;
  left: -36px;
  color: #fff;
}
.prize-explain1:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #61abea transparent transparent;
  bottom: 16px;
  left: -8px;
}
.prize-explain2 {
  bottom: -45px;
}
.toPage {
  margin: 0 5px;
  display: inline-block;
}
/*登录页*/
.loginForm {
  position: absolute;
  top: 26%;
  margin: auto;
  right: 145px;
  height: 340px;
  width: 380px;
  background: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity=60);
  font-size: 14px;
}
.loginBox {
  padding: 15px 28px 0;
}
.loginBox .input-group-addon,
.loginBox .form-control {
  background: none;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loginBox input.form-control {
  height: 60px;
  line-height: 60px;
}
.loginBox div.input-group {
  background-color: white;
  background: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=70);
  border: 1px solid #fff;
  margin-top: 9px;
  border-radius: 4px;
  height: 60px;
  width: 325px;
}
.loginBtn {
  width: 325px;
  border: 0;
  padding: 20px 0;
  color: white;
  background-color: #7395ba;
  margin-top: 18px;
  border-radius: 4px;
}
.remember {
  margin-top: 16px;
  color: #030000;
  width: 325px;
}
.remember [type=checkbox].chk + span:after,
.remember [type=checkbox].chk:not(:checked) + span:after {
  border-color: #7395ba;
}
.register {
  line-height: 20px;
}
.phone {
  padding-top: 27px;
  width: 325px;
}
.banner {
  height: 100%;
}
.banner .item {
  position: relative;
  float: left;
  height: 100%;
}
.banner .item dt,
.banner .item dt img {
  width: 100%;
  height: 100%;
}
.slide_img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.slide_img_box {
  position: absolute;
  height: 100%;
}
/*弹窗*/
.modal-bg {
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
}
.modal-title {
  background-color: #f8f7f6;
  color: #777;
  padding: 5px 15px;
}
.modal-dialog-code {
  position: absolute;
  left: 70vw;
  right: 0;
  top: -19vh;
  bottom: 0;
  margin: auto;
}
.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal-dialog.tip-modal {
  height: 280px;
}
.modal-dialog.accountBox {
  height: 550px;
  width: 700px;
}
.modal-dialog.operateBox {
  width: 30%;
  height: 350px;
}
.modal-dialog.authorBox {
  height: 450px;
  width: 800px;
}
.modal-tag {
  width: 60%;
  margin: 50px auto;
  line-height: 30px;
}
.modal-btn .btn-danger {
  margin-right: 20px;
}
.modal .w-p80 {
  width: 80% !important;
}
.modal .w-p85 {
  width: 85% !important;
}
.modal .login-tip {
  padding: 80px 0 0;
}
.modal .login-tip p {
  font-size: 14px;
}
.modal-con {
  width: 80%;
  margin: 40px auto;
}
.modal .edit-table {
  width: 320px;
  margin: 20px auto;
}
.modal .operate-table {
  width: 305px;
  margin: 15px auto;
}
/*5_1_全品种*/
.searchMyList {
  letter-spacing: 1px;
}
.list-table {
  width: 100%;
}
.list-table > tbody > tr {
  height: 160px;
}
.list-con {
  cursor: pointer;
}
.list-info {
  line-height: 24px;
  padding: 0;
  min-width: 240px;

}
.list-info a {
  font-size: 16px;
  color: #61abea;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  display: block;
  /*max-width: 240px;*/
}
.list-cover {
  margin: 10px 0;
  padding: 20px 0px 20px 0px;
}
.list-cover > li {
  float: right;
  margin-right: 8px;
  width: 154px;
}
.list-cover > li > img {
  border: 1px solid #ccc;
}
.list-name {
  font-weight: bold;
  font-size: 15px;
}
.authors {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.authors:hover {
  color: #61abea;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #ccc;
}
.queryArea > div {
  margin-bottom: 15px;
}
.queryArea > div > div {
  padding: 0 10px 0 0;
}
.sales {
  white-space: nowrap;
}
.author-td .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
}
.author-td .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}
.select2-search--dropdown {
  display: none;
}
.nav-pills > li > a {
  background-color: #ccc;
  color: #333;
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #7395ba;
  color: #fff;
}
.bdr-b {
  border-bottom: 1px solid #ccc;
}
.myFocus {
  color: #ffaa39;
  position: relative;
  padding-left: 10px;
}
.myFocus:after {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  top: 1px;
  left: 0;
  background-color: #ffaa39;
}
/*后台*/
.tableBox {
  min-height: 320px;
  max-height: 320px;
}
.btn-plus {
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
}
textarea.leadTxt {
  height: 85px;
}
.h_40 {
  height: 40px;
}
textarea.editable {
  width: 100% !important;
  height: 120px;
}
.listLeadTxt {
  font-size: 14px;
  text-indent: 20px;
  min-height: 68px;
}
/*书单详情*/
.book-info {
  width: 80%;
  margin: auto;
  padding-bottom: 30px;
}
.book-info-list {
  margin: 25px auto;
}
.book-info .book-title {
  border-bottom: dotted 2px #aaa9a9;
  padding: 20px 0;
  font-size: 18px;
  color: #ffaa39;
}
.book-info .thumb {
  width: 200px;
  height: 200px;
  border: solid 1px #aeadad;
  padding: 1px;
  text-align: center;
  margin: auto;
}
.desc-title {
  height: 2px;
  background: none;
  background-color: #7395ba;
  position: relative;
}
.desc-title span {
  background: white;
  position: absolute;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  top: -18px;
  left: 20px;
}
.sort-td > span {
  position: relative;
  display: inline-block;
}
.sort-td > span + span {
  padding-left: 10px;
}
.sort-td > span + span:before {
  position: absolute;
  display: block;
  left: 0;
  content: ">";
}
.desc_content {
  padding: 10px 0 0 20px;
  line-height: 23px;
  min-height: 100px;
}
.info-table {
  width: 60%;
  float: left;
}
.info-table .info-list {
  table-layout: fixed;
  width: 94%;
  font-size: 14px;
  padding-top: 4px;
}
.book_desc_box {
  margin: 25px 0 0;
}
.rightBox {
  width: 38%;
}
.word-cloud {
  width: 80%;
  margin: 30px auto;
}
.list-item {
  width: 80%;
  margin: 30px auto;
}
.list-item a {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.list-item a:hover {
  color: #7395ba;
}
.pwd-form {
  width: 30%;
  margin: 80px auto;
}
/*作者销量详情*/
.author-box dl dd {
 /* padding-left: 120px;*/
}
.author-box div {
  border-left: 1px solid #ddd;
  min-height: 120px;
}
.author-img {
  width: 120px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.author-intro {
  text-indent: 24px;
  margin: 5px 0;
  line-height: 20px;
}
.tip-txt {
  font-size: 18px;
  color: #999;
}
.salesBox {
  position: relative;
  /*cursor: pointer;*/
}
.salesBox > span {
  display: block;
  width: 100%;
}
.salesBox > div {
  position: absolute;
  display: none;
  width: 300px;
  /*height: 180px;*/
  border: 1px solid #ccc;
  top: 100%;
  background-color: #fff;
  z-index: 2;
  right: -5px;
}
.salesBox > div > img {
  height: 100%;
}
/*.salesBox:hover > div {*/
  /*display: block;*/
/*}*/
.waveLine {
  color: #999;
  margin: 0 7px;
}
/*单选框*/
.radio-inline input[type=radio] {
  display: none;
}
.radio-inline input[type=radio] + span:before,
.radio-inline input[type=radio] + span:after {
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}
.radio-inline input[type=radio] + span:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #7395ba;
  border-radius: 50%;
}
.radio-inline input[type=radio] + span:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
}
.radio-inline input[type=radio]:checked + span:before {
  background-color: #7395ba;
}
.set-box {
  height: 350px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}
.set-box .resultBox {
  padding-left: 300px;
}
/*# sourceMappingURL=layout.css.map */
/*返回顶部*/
a.backToTop {
  position: fixed;
  bottom: 18px;
  right: 14px;
  font-size: 26px;
  z-index: 9;
  display: none;
  color: #7395ba;
}
/*帮助中心*/
.help-center .h2 {
  margin: 6px 0 14px;
}
.help-center .h3 {
  background: #7395ba;
  color: white;
  padding: 10px 6px;
  display: block;
  font-size: 22px;
}
.help-center .h4 {
  margin: 18px 0;
  color: orange;
  padding: 6px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.help-center p {
  margin-bottom: 15px;
  font-size: 14px;
}
.help-center p span {
  font-weight: bold;
}
.help-center section > p {
  padding: 0 26px;
}
.modal-dialog.permit {
  height: 500px;
  width: 800px;
}
.modal-dialog.permitImage {
  height: 440px;
  width: 750px;
}



.discountTooltip {
  display: none;
  position: absolute;
  background-color: #34ADEB;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  white-space: nowrap;
}
.labela{
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  color: blue;
}