@charset "utf-8";
@font-face {
  font-family: 'PingFangTC';
  src: url('../font/PingFangTC.ttc');
}
@font-face {
  font-family: 'DINAlternate';
  src: url('../font/DIN Alternate Bold.ttf');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  /*-webkit-appearance: none;*/
  font-family: PingFangSC-Medium, PingFang SC;
}
*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: #dedede;
}
*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: #f0f2f5;
}
body {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #909399;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909399;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909399;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #909399;
}
a {
  text-decoration: none!important;
  color: #606266;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #606266;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multi_elli {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.multi_elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.multi_elli5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.postive {
  position: relative;
}
.pull_left {
  float: left;
}
.main_color {
  color: #0084FF !important;
}
.whc_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  height: 66px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.whc_header .login_pos {
  position: absolute;
  right: 25%;
}
.whc_header .whc_header_btn {
  padding: 0 20px;
  height: 36px;
  background: #0084ff;
  margin-top: 15px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
}
.whc_header .logined_ct {
  display: inline-block;
  margin-left: 50%;
}
.whc_header .user_info {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
  line-height: 20px;
  margin-top: 23px;
  margin-right: 24px;
}
.whc_header .whc_header_link {
  display: inline-block;
  margin-left: 24px;
  margin-top: 23px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
  line-height: 20px;
}
.whc_banner {
  margin-top: 66px;
  height: 248px;
  background: url('../img/top_bg.png') no-repeat;
  background-size: cover;
  padding-left: 30%;
  padding-top: 1px;
}
.whc_banner .whc_banner_title {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  margin-top: 68px;
  margin-bottom: 16px;
}
.whc_banner .whc_banner_desc {
  height: 44px;
  width: 464px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.whc_list_center {
  width: 800px;
  margin-left: calc(50% - 400px);
  text-align: center;
  padding-bottom: 70px;
}
.whc_list_center .whc_search_cp {
  width: 100%;
  margin: 30px auto;
}
.whc_list_center .whc_search_cp .input_txt {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 2px solid #0084ff;
  padding: 14px 48px 14px 16px;
}
.whc_list_center .whc_search_cp .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 48px;
  background: #0084ff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.whc_list_center .whc_list {
  width: 100%;
}
.whc_list_center .whc_list .list_item.norecomm .whc_book_title {
  padding-left: 0;
}
.whc_list_center .whc_list .list_item {
  width: 100%;
  padding: 32px;
}
.whc_list_center .whc_list .list_item .recommend_tag {
  float: left;
  width: 48px;
  height: 48px;
  background: #0084ff;
  padding: 8px;
  margin-bottom: 8px;
}
.whc_list_center .whc_list .list_item .recommend_tag .recommend_no {
  width: 100%;
  text-align: right;
  height: 11px;
  font-size: 8px;
  font-weight: 500;
  color: #ffffff;
  line-height: 11px;
}
.whc_list_center .whc_list .list_item .recommend_tag .recommend_txt {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.whc_list_center .whc_list .list_item .whc_book_title {
  float: left;
  width: calc(100% - 48px);
  padding-left: 8px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  text-align: left;
  margin-bottom: 8px;
}
.whc_list_center .whc_list .list_item .whc_book_desc {
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
  float: left;
  text-align: left;
}
.whc_list_center .whc_list .list_item .whc_book_desc .view_all {
  font-size: 14px;
  font-weight: 400;
  color: #0084ff;
  line-height: 20px;
}
.whc_list_center .whc_list .list_item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.pay_radio input[type=radio] {
  position: relative!important;
  width: 18px!important;
  height: 18px!important;
  display: inline-block !important;
  float: right;
  margin: 10px 6px 0 0;
}
.pay_radio input[type=radio]::after {
  content: url('../img/radio_uncheck.png');
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
}
.pay_radio input[type=radio]:checked::after {
  content: url('../img/radio_checked.png');
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
}
.pay_radio input[type=radio]:disabled::after {
  content: url('../img/radio_uncheck.png');
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
}
.whc_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  display: -webkit-flex;
  z-index: 9;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.whc_modal.dialog {
    position: relative;
    background: #fff;
}

.whc_modal.dialog .modal_ct {
    position: relative!important;
}
.whc_modal .mmdl.modal_ct {
  width: 414px;
  height: 388px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.whc_modal .jfgm.modal_ct {
  width: 650px;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.whc_modal .jfgm.modal_ct .modal_title {
  margin-bottom: 20px;
}
.whc_modal .jfgm.modal_ct .form_item .form_item_title {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #909399;
  line-height: 22px;
  margin-bottom: 8px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types {
  display: flex;
  display: -webkit-flex;
  align-content: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .selected.form_type {
  box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .selected.form_type .point_num {
  color: red!important;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .selected.form_type .splits {
  background: red;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .selected.form_type .price {
  color: red;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .selected.form_type .selected_tag {
  opacity: 1;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type {
  margin: 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
  width: 180px;
  height: 145px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e5e8ed;
  padding: 32px 20px 12px 20px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .points {
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .points .point_num {
  display: inline-block;
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #0084ff;
  line-height: 45px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .points .point_txt {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #606266;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .splits {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .price {
  text-align: center;
  margin-top: 12px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #606266;
  line-height: 25px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .selected_tag {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .discount_tag {
  height: 26px;
  position: absolute;
  right: 0;
  top: 10px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .discount_tag .discount_icon {
  float: left;
  height: 26px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .form_type .discount_tag > span {
  float: left;
  padding: 0 4px;
  background: red;
  height: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .pay_radio:hover {
  background: rgba(240, 242, 245, 0.5);
}
.whc_modal .jfgm.modal_ct .form_item .form_types .pay_radio {
  width: 100%;
  height: 80px;
  padding: 20px 32px;
  position: relative;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .pay_radio .pay_tag {
  width: 130px;
  height: 40px;
}
.whc_modal .jfgm.modal_ct .form_item .form_types .pay_radio .pay_type {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -10px;
}
.whc_modal .scan.modal_ct {
  width: 845px;
  height: 710px;
}
.whc_modal .scan.modal_ct .modal_title {
  margin-bottom: 16px;
}
.whc_modal .scan.modal_ct .real_pay {
  height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #909399;
  line-height: 30px;
  margin-bottom: 10px;
}
.whc_modal .scan.modal_ct .real_pay .pay_num {
  color: red;
}
.whc_modal .scan.modal_ct .pre_pay {
  margin-bottom: 60px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #909399;
  line-height: 25px;
}
.whc_modal .scan.modal_ct .pre_pay > span {
  text-decoration: line-through;
}
.whc_modal .scan.modal_ct .pay_tip {
  margin-top: 40px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #909399;
  line-height: 25px;
  text-align: center;
}
.whc_modal .scan.modal_ct .pay_tip .time_limit {
  color: red;
}
.whc_modal .scan.modal_ct .payinfo_center {
  padding: 0 40px;
}
.whc_modal .scan.modal_ct .payinfo_center .pay_img {
  display: inline-block;
  width: 390px;
  height: 400px;
  float: left;
}
.whc_modal .scan.modal_ct .payinfo_center .paycode_ct {
  padding-right: 55px;
  text-align: right;
  float: left;
  width: 300px;
  padding-left: 25px;
}
.whc_modal .scan.modal_ct .payinfo_center .paycode_ct .qrcode {
  width: 220px;
  height: 220px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.whc_modal .scan.modal_ct .payinfo_center .paycode_ct .pay_txt_img {
  width: 130px;
  height: 40px;
  margin-right: 45px;
}
.whc_modal .pay_succ.modal_ct {
  width: 845px;
  height: 710px;
  font-size: 0;
  text-align: center;
}
.whc_modal .pay_succ.modal_ct .pay_succ_img {
  height: 100px;
  width: 100px;
  margin-top: 60px;
  margin-bottom: 12px;
}
.whc_modal .pay_succ.modal_ct .pay_result_title {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #303133;
  line-height: 45px;
}
.whc_modal .pay_succ.modal_ct .pay_result_tip {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #909399;
  line-height: 22px;
  margin-bottom: 72px;
}
.whc_modal .pay_succ.modal_ct .pay_info_ct {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.whc_modal .pay_succ.modal_ct .pay_info_ct .pay_info {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #606266;
  line-height: 22px;
}
.whc_modal .pay_fail.modal_ct {
  width: 720px;
  height: 589px;
  font-size: 0;
  text-align: center;
}
.whc_modal .pay_fail.modal_ct .pay_succ_img {
  height: 100px;
  width: 100px;
  margin-top: 60px;
  margin-bottom: 12px;
}
.whc_modal .pay_fail.modal_ct .pay_result_title {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #303133;
  line-height: 45px;
}
.whc_modal .pay_fail.modal_ct .pay_result_tip {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #909399;
  line-height: 22px;
  margin-bottom: 72px;
}
.whc_modal .pay_fail.modal_ct .repeat_pay {
  width: 200px;
  height: 60px;
  background: #0084ff;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.whc_modal .points_use.modal_ct {
  width: 502px;
  height: 347px;
}
.whc_modal .points_use.modal_ct .modal_title {
  text-align: center;
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #303133;
  line-height: 45px;
  margin-bottom: 32px;
}
.whc_modal .points_use.modal_ct .call,
.whc_modal .points_use.modal_ct .points_info {
  font-size: 22px;
  font-weight: 500;
  color: #303133;
  line-height: 30px;
  text-align: left;
}
.whc_modal .points_use.modal_ct .points_info {
  text-indent: 2em;
  margin-bottom: 40px;
}
.whc_modal .points_use.modal_ct .points_info .use_points,
.whc_modal .points_use.modal_ct .points_info .points_balance {
  color: red;
  padding: 0 4px;
}
.whc_modal .no_points.modal_ct {
  width: 502px;
  height: 347px;
}
.whc_modal .no_points.modal_ct .modal_title {
  color: red;
  text-align: center;
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 32px;
}
.whc_modal .view_article.modal_ct {
  width: 1110px;
  background: transparent;
  padding: 0;
}
.whc_modal .view_article.modal_ct .article_ct .modal_title {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  height: 120px;
  background: #0084ff;
  line-height: 120px;
  padding: 0 60px;
  margin-bottom: 0;
}
.whc_modal .view_article.modal_ct .article_ct .article_content {
  padding: 40px 60px;
  height: 392px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #606266;
  background: #fff;
}
.whc_modal .view_article.modal_ct .article_ct .article_footer {
  border-top: 1px solid #F0F2F5;
  text-align: center;
  height: 88px;
  background: #ffffff;
}
.whc_modal .view_article.modal_ct .article_ct .article_footer .modal_btn {
  width: 350px;
  margin-top: 14px;
}
.whc_modal .view_article.modal_ct .adduction_ct {
  margin-top: 4px;
  background: #fff;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_title {
  height: 82px;
  line-height: 82px;
  padding: 0 60px;
  font-size: 20px;
  font-weight: 500;
  color: #0084ff;
  border-bottom: 1px solid #f2f0f5;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_title .panel_arrow {
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_title .panel_arrow.open {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -webkit-transform: rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(0deg);
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info {
  display: none;
  padding: 0 32px;
  padding-left: 224px;
  padding-top: 20px;
  padding-bottom: 1px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book {
  height: 168px;
  width: 168px;
  position: absolute;
  top: 20px;
  left: 32px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_title_info {
  margin-bottom: 15px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_title_info .book_title {
  display: inline-block;
  width: calc(100% - 100px);
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #303133;
  line-height: 40px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_title_info .book_author {
  display: inline-block;
  margin-top: 20px;
  width: 90px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_tags {
  padding: 0 32px;
  margin-bottom: 20px;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_tags .book_tag {
  margin-right: 12px;
  line-height: 24px;
  padding: 0 8px;
  height: 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #1869ff;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #1869ff;
}
.whc_modal .view_article.modal_ct .adduction_ct .adduction_info .book_desc {
  font-size: 14px;
  font-weight: 400;
  color: #909399;
  line-height: 20px;
  margin-bottom: 64px;
}
.whc_modal .modal_ct {
  background: #ffffff;
  padding: 40px 32px;
}
.whc_modal .modal_ct .close_modal {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 12px;
  right: 12px;
}
.whc_modal .modal_ct .modal_title {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #303133;
  line-height: 28px;
  margin-bottom: 40px;
}
.whc_modal .modal_ct .input_txt:focus {
  border: 1px solid #0084ff;
}
.whc_modal .modal_ct .input_txt {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e5e8ed;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
  line-height: 60px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.whc_modal .modal_ct .code_ct {
  width: 100%;
}
.whc_modal .modal_ct .code_ct .input_txt {
  padding-right: 90px;
}
.whc_modal .modal_ct .code_ct .getCode {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 60px;
  width: 90px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
}
.whc_modal .modal_ct .code_ct .disable {
  color: #909399;
}
.whc_modal .modal_ct .modal_btn {
  line-height: 60px;
  text-align: center;
  height: 60px;
  background: #0084ff;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
}
.whc_modal .modal_ct .cancel_btn {
  line-height: 60px;
  text-align: center;
  width: 180px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #0084ff;
  font-size: 20px;
  font-weight: 500;
  color: #0084ff;
}
.whc_modal .modal_ct .btn_group {
  padding: 0 18px;
}
.whc_modal .modal_ct .btn_group .modal_btn {
  width: 180px;
  margin-right: 36px;
}
.whc_pc_content {
  padding-top: 1px;
  background: #f0f2f5;
  margin-top: 66px;
  min-height: calc(100vh - 66px);
  width: 100%;
}
.whc_pc_content .whc_pc_ct {
  margin: 40px auto;
  width: 1200px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.whc_pc_content .whc_pc_ct .whc_pc_left,
.whc_pc_content .whc_pc_ct .whc_pc_right {
  float: left;
  min-height: calc(100vh - 146px);
  padding: 32px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left {
  background: #FAFAFA;
  width: 250px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center {
  padding-left: 32px;
  text-align: left;
  margin-bottom: 50px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center .user_center_tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center .user_center_title {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 22px;
  margin-bottom: 24px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center .user_pone {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 22px;
  margin-bottom: 4px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center .points_balace {
  margin-bottom: 4px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
  line-height: 20px;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .user_center .whc_pc_pay {
  width: 96px;
  height: 32px;
  background: #0084ff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title {
  margin-bottom: 60px;
  height: 24px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  line-height: 24px;
  cursor: pointer;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title.selected {
  color: #0084FF;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title.recharge {
  background: url('../img/points_tag_dis.png') no-repeat;
  background-position: left;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title.buy {
  background: url('../img/pay_tag_dis.png') no-repeat;
  background-position: left;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title.recharge.selected {
  background: url('../img/points_tag_ac.png') no-repeat;
  background-position: left;
}
.whc_pc_content .whc_pc_ct .whc_pc_left .tab_title.buy.selected {
  background: url('../img/pay_tag_ac.png') no-repeat;
  background-position: left;
}
.whc_pc_content .whc_pc_ct .whc_pc_right {
  width: calc(100% - 250px);
}
.whc_pc_content .whc_pc_ct .whc_pc_right .receipt {
  line-height: 40px;
  height: 40px;
  background: rgba(0, 132, 255, 0.1);
  border: 1px solid #0084ff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #0084ff;
  padding: 0 12px;
  margin-bottom: 20px;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .recharge_list,
.whc_pc_content .whc_pc_ct .whc_pc_right .buy_list {
  width: 100%;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .pc_table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .pc_table td {
  border-top: 1px solid #F0F2F5;
  border-bottom: 1px solid #F0F2F5;
  padding: 0 32px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .pc_table thead td {
  font-weight: 500;
  color: #303133;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .pc_table tbody td {
  font-weight: 400;
  color: #606266;
}
.whc_pc_content .whc_pc_ct .whc_pc_right .pc_table tbody td a {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #0055e3;
  line-height: 20px;
}
.highlight {
  color: red;
}
/**/
@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
  }
  html,
  body {
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
