@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a {
    background-color: transparent;
  }
}
.none {
  display: none !important;
}
html,
body {
  height: 100%;
}
body {
  min-width: 1200px;
  background: #fafafa;
}
/* 头部 */
header {
  background: #fff;
  height: 70px;
  position: relative;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.1);
}
header .logo {
  width: 160px;
  margin-right: 140px;
  float: left;
}
header .logo img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 15px 10px 0 0;
}
header .logo p {
  font-size: 16px;
  color: #333;
  font-family: "Alibaba PuHuiTi 2-95 ExtraBold", "Alibaba PuHuiTi 20";
  font-weight: bold;
  line-height: 70px;
}
header ul {
  float: left;
}
header ul li {
  font-size: 14px;
  height: 70px;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
  margin-right: 88px;
  float: left;
}
header ul li a {
  color: #333333;
  display: block;
  line-height: 72px;
}
header ul li a:hover {
  color: #333333;
}
header ul li.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #715cff;
  border-radius: 4px 4px 4px 4px;
  margin-top: -19px;
  display: block;
}
header .right {
  text-align: center;
}
header .right .land {
  height: 40px;
  width: 96px;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .right .land:hover {
  opacity: 0.8;
}
header .right .register {
  background: #715cff;
  color: #ffffff;
  line-height: 40px;
}
header .right .login {
  border: 1px solid #dddddd;
  line-height: 38px;
  color: #666666;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .right .sign {
  position: relative;
  text-align: left;
  height: 70px;
}
header .right .sign .figure {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: right;
  margin-top: 15px;
}
header .right .sign .userInformation {
  width: 320px;
  background: #fefbf6;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 21;
  right: 0px;
  top: 70px;
  border-radius: 20px;
  display: none;
}
header .right .sign .userInformation .userInformation-t {
  overflow: hidden;
  padding: 32px 24px 0 24px;
  border-radius: 20px 20px 0px 0px;
  background: url("../img/user_bg.png") no-repeat center;
  width: 320px;
  height: 111px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .right .sign .userInformation .userInformation-t .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
header .right .sign .userInformation .userInformation-t .name-container {
  overflow: hidden;
}
header .right .sign .userInformation .userInformation-t .nickname {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  max-width: 100%;
  margin-right: 4px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .right .sign .userInformation .userInformation-t .id {
  margin-top: 2px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
header .right .sign .userInformation .userInformation-b {
  width: 300px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
}
header .right .sign .userInformation .userInformation-b p {
  line-height: 40px;
  text-indent: 14px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  margin: 3px 0;
}
header .right .sign .userInformation .userInformation-b p a {
  color: #333;
  display: block;
}
header .right .sign .userInformation .userInformation-b p:hover,
header .right .sign .userInformation .userInformation-b p a:hover {
  color: #fe7326;
  background: #fefbf6;
}
header .right .sign:hover .userInformation {
  display: block;
}
/* 主要内容 */
.section-main {
  width: 1200px;
  margin: 40px auto 30px;
}
.section-main .container_box {
  position: relative;
}
/* 左侧 */
.con_l {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  padding: 57px 20px 0;
  font-size: 13px;
}
.con_l img {
  margin: 0 auto 15px;
  display: block;
  width: 64px;
  height: 64px;
}
.con_l h2 {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.con_l h3 {
  color: #999999;
  font-size: 14px;
  width: 140px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  text-align: center;
  margin: 12px auto 32px;
}
.con_l .info_list {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}
.con_l ul li {
  line-height: 36px;
  list-style: disc;
  font-size: 13px;
  color: #666;
  width: 100%;
}
.con_l ul .grey {
  color: #999999;
}
.con_l .scan_more {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #715cff;
  margin: 50px auto;
  font-size: 14px;
  color: #715cff;
  cursor: pointer;
}
.con_l .privilege-nonsupport {
  width: 100%;
  font-size: 12px;
  color: #bbbbbb;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.con_l.foxit_pro_sidebar .privilege-nonsupport {
  width: 100%;
  font-size: 12px;
  color: #bbbbbb;
  text-align: center;
  position: absolute;
  bottom: 76px;
  left: 0;
}
/* 右侧 */
.con_r {
  float: right;
  width: 900px;
  height: 100%;
  margin-left: 300px;
  background-color: #fff;
  padding-top: 57px;
}
.justify {
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  text-justify: inter-ideograph;
}
.con_r .item {
  margin-left: 60px;
  margin-bottom: 39px;
  font-size: 14px;
}
.con_r .item .label {
  float: left;
  width: 58px;
  color: #333;
  font-weight: 700;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
}
.con_r .item .item_cont {
  float: left;
  margin-left: 40px;
  font-size: 14px;
  color: #666;
  position: relative;
}
.con_r .item .item_cont .switch {
  font-size: 14px;
  color: #333;
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  border: 1px solid #dddddd;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  margin-top: -12px;
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
}
.con_r .item .item_cont .switch.active_click {
  border-color: #715cff;
  color: #4a2fff;
}
.con_r .item .item_cont i {
  display: block;
  position: absolute;
  right: -1px;
  top: -12px;
  color: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff1975),
    to(#ff593e)
  );
  background: linear-gradient(90deg, #ff1975 0%, #ff593e 100%);
  border-radius: 0px 6px 0px 6px;
  padding: 1px 5px;
  font-size: 12px;
  z-index: 999;
  height: 19px;
  line-height: 19px;
}
.con_r .item .item_cont .switch .corner {
  position: absolute;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  top: -12px;
  right: -1px;
  border-radius: 6px 6px 6px 0px;
  background: linear-gradient(90deg, #e500ce 0%, #fc636d 100%);
  padding: 0 7px;
  font-weight: bold;
}
.con_r .item .item_cont.foxit_pro_welfare p{
  width: 630px !important;
  position: relative;
  top: -1px;

}
.con_r .item .item_cont.foxit_pro_welfare span {
  color: #ff3434;
}

.benefits {
  position: relative;
}
.benefits .swiper-container {
  width: 640px;
  height: 60px;
  margin: 18px 0 0 !important;
}

.benefits .swiper-wrapper {
  height: 60px;
}

.benefits .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #f7f7f7;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 60px;
}

.benefits .swiper-slide p + p {
  margin-top: 4px;
}
.benefits .swiper-slide p:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.benefits .swiper-slide p:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.benefits .swiper-slide img {
  margin: 0 10px;
}
.benefits .swiper-button-next,
.benefits .swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  top: 35px !important;
  background-image: url("../img/11/swiperTurn.png") !important;
  background-size: 7px 12px !important;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.benefits .swiper-button-next {
  right: -50px;
}

.benefits .swiper-button-prev {
  left: -54px !important;
  transform: rotate(180deg);
}
.benefits .swiper-button-prev:hover,
.benefits .swiper-button-next:hover {
  border-color: #cccccc;
}

.benefits .swiper-slide:hover .layer {
  display: block;
}

.only_benefits .item_benefits {
  width: 208px;
  height: 60px;
  text-align: left;
  font-size: 18px;
  background: #f7f7f7;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  border-radius: 4px;
  cursor: default !important;
  margin-top: 18px;
}
.only_benefits .item_benefits img {
  margin: 0 10px;
}
.only_benefits .item_benefits .wel-title {
  font-size: 14px;
  color: #333333;
}
.only_benefits .item_benefits .wel-price {
  font-size: 12px;
  color: #999999;
}



/* 福昕会员pro福利弹窗 */
.welfare-layer_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welfare-layer_box .welfare-main {
  width: 500px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  max-height: 682px;
  margin: 0 auto;
  overflow: hidden;
}
.welfare-layer_box .welfare-title {
  height: 70px;
  background: #ffffff linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffe8dd 100%) no-repeat top;
  border-radius: 20px 20px 0px 0px;
  color: #9b5721;
  font-size: 24px;
  line-height: 70px;
  position: relative;
  font-weight: bold;
}
.welfare-layer_box .welfare-title img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.welfare-layer_box .welfare-title img:hover {
  opacity: 0.8;
}
.welfare-layer_box .welfare-list {
  max-height: 524px;
  overflow-y: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}
/*修改滚动条样式*/
.welfare-layer_box .welfare-list::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.welfare-layer_box .welfare-list::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 2px;
}
.welfare-layer_box .welfare-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}
.welfare-layer_box .welfare-list::-webkit-scrollbar-thumb:hover {
  background: rgba(221, 221, 221, 0.8);
}
.welfare-layer_box .welfare-item {
  width: 460px;
  background: #fff9f4;
  border-radius: 20px 20px 20px 20px;
  margin: 0 auto 12px;
  display: inline-block;
}
.welfare-layer_box .welfare-item:nth-last-child(1) {
  margin-bottom: 0;
}
.welfare-layer_box .welfare-item .item-title {
  font-size: 16px;
  color: #7b2909;
  margin: 20px auto;
  font-weight: 600;
}
.welfare-layer_box .welfare-item .item-title span {
  color: #eaccbb;
}
.welfare-layer_box .welfare-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0 28px 20px;
}
.welfare-layer_box .welfare-item ul li {
  width: 100px;
}
.welfare-layer_box .welfare-item ul li img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 10px;
}
.welfare-layer_box .welfare-item ul li p {
  color: #333333;
  line-height: 18px;
  font-size: 14px;
  margin: 0 6px;
}
.welfare-layer_box .welfare-item .go-use {
  margin: 1px 0 12px 0;
  font-size: 12px;
  color: #ffb057;
}
.welfare-layer_box .welfare-item .go-use a {
  color: #333;
  text-decoration: underline;
}
.welfare-layer_box .welfare-item .go-use a:hover {
  opacity: 0.8;
}
.welfare-layer_box .get-btn {
  margin: 8px auto 20px;
  width: 180px;
  height: 48px;
  background: linear-gradient(90deg, #ffdd99 0%, #ffc168 100%);
  border-radius: 12px 12px 12px 12px;
  line-height: 48px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.welfare-layer_box .disabled {
  margin: 8px auto 20px;
  width: 180px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  line-height: 48px;
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
  font-size: 16px;
}
.welfare-layer_box .get-btn:hover {
  opacity: 0.8;
}
.welfare-layer_box .none {
  display: none;
}
 


.welfare-layer_box .welfare-item.foxitRestore ul {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.welfare-layer_box .welfare-item ul li {
  width: 100px;
}
.welfare-layer_box .welfare-item.foxitRestore ul li {
  width: 100px;
  position: relative;
}
/* .welfare-layer_box .welfare-item.foxitRestore ul li:first-of-type {
  margin-right: 52px;
} */
.welfare-layer_box .welfare-item ul li img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto 10px;
}
.welfare-layer_box .welfare-item.foxitRestore ul li i {
  width: 47px;
  height: 26px; 
  text-align: center;
  display: block;
  position: absolute;
  top: -13px;
  right: 16px;
  font-size: 8px;
  color: #7b2909;
  background-image: url("../img/11/rights67.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.welfare-layer_box .welfare-item.foxitRestore ul li:nth-of-type(3) i{
  background-image: url("../img/11/rights68.png");
} 

.welfare-layer_box .life-welfare,
.welfare-layer_box .work-welfare {
  max-height: 364px;
  overflow-y: scroll;
}

.welfare-layer_box .tabList {
  margin: 5px auto 16px;
  width: 460px;
  height: 48px;
  background-color: #f9f1ed;
  border-radius: 24px;
  float: none;
  white-space: nowrap;
  position: relative;
}
.welfare-layer_box .tabList .tabItem {
  width: 230px;
  height: 48px;
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #d2a591;
  text-align: center;
  line-height: 48px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.welfare-layer_box .tabList .tabItem.active {
  color: #9b5721;
  border: solid 1px #f2973b;
  background-color: #ffffff;
  line-height: 46px;
}

.main-layer {
  width: 1000px;
  height: 680px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px 16px 16px 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.main-layer nav {
  width: 1000px;
  height: 74px;
  background: linear-gradient(90deg, #715cff 0%, #8775ff 52%, #715cff 100%);
  border-radius: 16px 16px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.main-layer nav .back-btn {
  line-height: 74px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.main-layer nav .back-btn img {
  width: 16px;
  height: 16px;
  margin: 29px 30px 0 27px;
  position: absolute;
  right: 0; 
}
.main-layer nav .back-btn img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main-layer .table {
  height: 576px;
  overflow-y: auto;
  box-sizing: border-box;
  width: 976px;
  margin: 30px auto 0;
}
.main-layer table {
  width: 800px;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 0;
  /* table-layout: fixed; */
}
.main-layer table th,
.main-layer table td {
  border: 1px solid #dddddd;
}
.main-layer table th p {
  color: #999;
  font-size: 12px;
}
.main-layer table th {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  background: #f6f8f9;
  box-sizing: border-box;
}
.main-layer table thead th {
  line-height: 61px;
  padding: 0;
}
.main-layer table td {
  height: 65px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.main-layer table td span {
  color: #715cff;
  margin-top: 2px;
  display: block;
}
.main-layer table td:first-of-type {
  text-align: left;
  padding-left: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.main-layer table i {
  display: block;
}
.main-layer table th i {
  float: left;
  margin: 0 10px 0 54px;
}
.main-layer table th span {
  /* float: left; */
  margin-top: 5px;
}
.main-layer table td i {
  margin: 0 auto;
}

.con_r .item .name {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.con_r .item .source {
  color: #333;
}
.con_r .item .info {
  color: #715cff;
  margin-left: 96px;
}
.con_r .bor {
  width: 93%;
  border-top: 1px solid #eee;
  margin-top: 38px;
  margin-bottom: 2px;
}
.con_r .item .ed_combo {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 200px;
  height: 160px;
  margin-right: 20px;
  margin-bottom: 17px;
  border: 1px solid #dddddd;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-top: 16px;
  border-radius: 8px;
}
.con_r .item .foxit_pro_list .ed_combo {
  padding-top: 30px;
}
.con_r .item .foxit_pro_list .ed_combo .title {
  font-size: 18px;
  color: #212121;
  font-weight: normal;
}
.con_r .item .foxit_pro_list .ed_combo .num {
  font-size: 30px;
}
.con_r .item .foxit_pro_list .ed_combo del {
  color: #666666;
  margin: 0;
}
.con_r .item .foxit_pro_list .ed_combo.active .title {
  color: #715cff;
}
.con_r .item .foxit_pro_list .ed_combo.active .num {
  color: #715cff;
}
.con_r .item .foxit_pro_list .ed_combo.active del {
  color: #9e95dc;
}

.con_r .item .ed_combo_t {
  position: absolute;
  width: 72px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: url("../img/corner.png") no-repeat center;
  top: -21px;
  right: -1px;
}
.con_r .item .ed_tips {
  display: block;
  position: absolute;
  right: -1px;
  top: -12px;
  color: #ffffff;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff1975),
    to(#ff593e)
  ); */
  background: linear-gradient(90deg, #ff1c71 0%, #ff5640 100%);
  border-radius: 0px 6px 0px 6px;
  padding: 0 8px 0 9px;
  font-size: 12px;
  z-index: 3;
  height: 22px;
  line-height: 22px;
}
.con_r .item .title {
  font-weight: bold;
  color: #424242;
  font-size: 16px;
}
.con_r .item .num {
  font-weight: bold;
  color: #212121;
  font-size: 28px;
  margin: 7px 0 9px 0;
}
.con_r .item .num span {
  font-size: 18px;
  margin: 0 2px 0 4px;
}
.con_r .item del {
  font-size: 12px;
  color: #666666;
  margin-right: 9px;
}
.con_r .item .discount span {
  width: 38px;
  height: 20px;
  background: #05c997;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}
.con_r .item .bottom {
  background: #fafafa;
  border-radius: 0px 0px 8px 8px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.con_r .item .active,
.con_r .set_meal .ed_combo:hover {
  border: 1px solid #715cff;
}
.con_r .item .active .bottom {
  color: #fff;
  background-color: #715cff;
  left: -1px;
  right: -1px;
  border-radius: 0px 0px 6px 6px;
}
.con_r .item .price {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  margin-top: -19px;
}
.con_r .item .price .orderPrice {
  font-size: 32px;
}
.con_r .item .price .writing {
  font-weight: 400;
  font-size: 12px;
  color: #715cff;
  margin-left: 5px;
}
.con_r .item .price .discount {
  color: #715cff;
  margin-left: 5px;
}
.con_r .item .pay_btn {
  width: 180px;
  height: 48px;
  background: #715cff;
  border-radius: 12px 12px 12px 12px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  float: left;
  outline: none;
  border: none;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  transition: 0.2s;
}
.con_r .item .pay_btn:not(.disabled):hover {
  opacity: 0.8;
}
.con_r .item .pay_btn.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.con_r .item .disabled {
  background: #ccc;
  cursor: default;
  transition: 0.2s;
}
.con_r .item .disabled:hover {
  background: #ccc;
}
.con_r .item .clause {
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 19px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  margin-top: 16px;
}
.con_r .item .terms {
  font-size: 12px;
  color: #999;
  line-height: 48px;
}
.con_r .item .clause .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.section-main .item.pt_box {
  line-height: 46px;
  margin-bottom: 39px;
}
.section-main .pay-type {
  width: 128px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dddddd;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  margin: -2px 20px 0 0;
}
.section-main .pay-type img {
  width: 24px;
  height: 24px;
  margin: 12px 9px 12px 12px;
  float: left;
}
.section-main .pay-type.active {
  border: 1px solid #715cff;
  cursor: default;
}

/* 说明 */
.hint-box {
  box-sizing: border-box;
  margin-top: 20px;
  height: 220px;
  background-color: #fff;
  width: 100%;
  padding: 28px;
  font-size: 14px;
}
.hint-box .hint-title {
  color: #050102;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  margin: 0px 0 4px 0;
}
.hint-box ul li {
  color: #999999;
  margin-bottom: 17px;
}
.hint-box .hint-left {
  height: 160px;
  border-right: 1px solid #eeeeee;
  width: 718px;
  float: left;
  box-sizing: border-box;
}
.hint-box .hint-left a {
  color: #999999;
}
.hint-right {
  float: left;
  padding-left: 90px;
}
.hint-right .img-box {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.hint-right .cont {
  float: left;
  margin-right: 20px;
  width: 90px;
}
.hint-right .cont .title {
  color: #050102;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  margin: 0px 0 4px 0;
}
.hint-right img {
  float: left;
  width: 90px;
  height: 90px;
  font-size: 0px;
  margin-bottom: 5px;
}
.hint-right span {
  font-size: 12px;
  color: #999999;
  display: block;
  text-align: center;
}
.hint-right .img-box p {
  color: #333333;
  margin-top: 6px;
  text-align: center;
}
.hint-right .box {
  float: left;
  width: 160px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: -3px;
}
.hint-right .box .qq_btn {
  width: 120px;
  height: 36px;
  line-height: 34px;
  background: #e8f4ff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #44b4ff;
  box-sizing: border-box;
  margin-top: 18px;
}
.hint-right .box .qq_btn a {
  color: #44b4ff;
  transition: 0.2s;
}
.hint-right .box .qq_btn img {
  width: 24px;
  height: 24px;
  float: left;
  margin: 5px 9px 6px 16px;
}
.hint-right .box .qq_btn a:hover {
  opacity: 0.8;
}

/* 支付弹窗 */
.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* 福昕会员pro底部样式 */
.foxit_pro_footer {
  width: 100%;
  padding: 28px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 0 30px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.foxit_pro_footer .footer__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 626px;
  text-align: left;
  padding-right: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.foxit_pro_footer .footer__left .footer__left-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 11px;
  font-weight: bold;
}
.foxit_pro_footer .footer__left .footer__left-text {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.foxit_pro_footer .footer__right {
  padding-left: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.foxit_pro_footer .footer__right .footer__right-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
}
.foxit_pro_footer .footer__right .footer__right__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.foxit_pro_footer .footer__right .footer__right-box {
  margin-right: 60px;
}
.foxit_pro_footer .footer__right .footer__right-box img {
  width: 98px;
  height: 98px;
  border: 1px solid #eee;
}
.foxit_pro_footer .footer__right .footer__right-box p {
  font-size: 14px;
  color: #333;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}
.foxit_pro_footer .footer__right .footer__right-box-qq {
  font-size: 12px;
  color: #666;
  margin-left: -40px;
  line-height: 24px;
}
.foxit_pro_footer .footer__right .footer__right-box-qq p {
  width: 200px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.foxit_pro_footer .footer__right .footer__right-box-qq a {
  width: 118px;
  background: #e8f4ff;
  border-radius: 8px;
  position: relative;
  padding: 5px 0;
  margin-top: 16px;
  line-height: 16px;
  border: 1px solid #44b4ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.foxit_pro_footer .footer__right .footer__right-box-qq a span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #44b4ff;
  margin-left: 8px;
}
.foxit_pro_footer .footer__right .footer__right-other {
  margin-right: 20px;
}
.foxit_pro_footer .footer__line {
  width: 1px;
  height: 100px;
  background: #ddd;
}

/* 页脚 */
footer {
  background: #000;
  margin-bottom: 0;
  padding: 25px 0;
}
footer p {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
footer p a {
  color: #999999;
}

/* 图标 */
.icon-downArror {
  background-image: url("../img/sprite.png");
  background-position: -136px -123px;
  width: 11px;
  height: 5px;
}
.icon-QQ {
  background-image: url("../img/sprite1.png");
  background-position: -172px -203px;
  width: 16px;
  height: 16px;
}
.icon-checked {
  background-image: url("../img/sprite1.png");
  background-position: -188px -203px;
  width: 14px;
  height: 14px;
}
.icon-upaywx {
  background-image: url("../img/sprite1.png");
  background-position: -172px -103px;
  width: 100px;
  height: 100px;
}
.icon-uncheck {
  background-image: url("../img/sprite1.png");
  background-position: -202px -203px;
  width: 14px;
  height: 14px;
}
.icon-delete {
  background-image: url("../img/sprite2.png");
  background-position: -228px -148px;
  width: 12px;
  height: 12px;
}
.icon-tips {
  background-image: url("../img/sprite2.png");
  background-position: -172px -100px;
  width: 48px;
  height: 48px;
}

/* 微信扫描支付弹窗 */
.layer-wx {
  z-index: 999;
  position: fixed;
  width: 646px;
  height: 412px;
  top: 50%;
  left: 50%;
  margin: -206px 0 0 -323px;
  background: #fff;
}
.layer-wx .cpm_top {
  padding: 0 25px;
}
.layer-wx .cpm_top i {
  display: block;
  position: absolute;
  top: 20px;
  right: 27px;
  cursor: pointer;
}
.layer-wx .cpm_top i:hover {
  background: url("../img/deleteLn.png") no-repeat;
}
.layer-wx .cpm_top_text {
  margin-left: 200px;
  padding-top: 30px;
  font-size: 14px;
  padding-bottom: 20px;
  float: left;
}
.layer-wx .cpm_top .red {
  font-size: 22px;
  color: #715cff;
}
.layer-wx .cpm_main {
  padding: 30px 0 20px 60px;
  color: #7a7a7a;
  line-height: 29px;
}
.layer-wx .cpm_pay_left {
  float: left;
  text-align: center;
  margin: 30px 100px 0 40px;
}
.layer-wx .cpm_pay_sep {
  float: left;
  width: 1px;
  height: 210px;
  background: #e5e5e5;
  margin-top: 40px;
}
.layer-wx .code2_class {
  width: 170px;
  border: 1px solid #e5e5e5;
  margin: 10px auto;
}
.layer-wx .code2_img {
  width: 150px;
  margin: 10px 0;
}
.layer-wx .loading_img {
  width: 28px;
  height: 28px;
  margin: 71px;
}
.layer-wx .cpm_pay_sep {
  float: left;
  width: 1px;
  height: 210px;
  background: #e5e5e5;
  margin-top: 40px;
}
.layer-wx .cpm_pay_right {
  float: left;
  width: 220px;
  text-align: center;
}
.layer-wx .cpm_weixin_bg {
  margin-top: 30px;
  display: block;
  margin-left: 25px;
}

.icon-weixin_bg {
  background-image: url("../img/sprite2.png");
  background-position: 0px 0px;
  width: 172px;
  height: 220px;
}

/* 支付宝支付提示弹窗 */
.layer-tips-alipay {
  width: 458px;
  height: 248px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -124px 0 0 -229px;
  background: #fff;
  z-index: 999;
}
.layer-tips-alipay .layer-head {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 15px;
  font-size: 14px;
  color: #666666;
}
.layer-tips-alipay .layer-head i {
  display: block;
  position: absolute;
  right: 12px;
  top: 14px;
  cursor: pointer;
}
.layer-tips-alipay .layer-head i:hover {
  background: url("../img/deleteLn.png") no-repeat;
}
.layer-tips-alipay .layer-b {
  width: 393px;
  margin: 0 auto;
  overflow: hidden;
}
.layer-tips-alipay .layer-b i {
  display: block;
  float: left;
  margin: 38px 15px 0 15px;
}
.layer-tips-alipay .layer-b p {
  font-size: 14px;
  color: #666666;
  float: left;
  width: 280px;
  margin-top: 40px;
  line-height: 24px;
}
.layer-tips-alipay .layer-c {
  overflow: hidden;
  width: 314px;
  margin: 30px auto 0;
}
.layer-tips-alipay .layer-c button {
  width: 144px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  outline: none;
  float: left;
  margin-left: 20px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
.layer-tips-alipay .layer-c .complete {
  border: 1px solid #715cff;
  background: #715cff;
  font-size: 14px;
  color: #fff;
  margin-left: 0;
  transition: 0.2s;
}
.layer-tips-alipay .layer-c .complete:hover {
  opacity: 0.8;
}
.layer-tips-alipay .layer-c .problemsArise {
  font-size: 14px;
  color: #666666;
  border: 1px solid #dddddd;
  transition: 0.2s;
}
.layer-tips-alipay .layer-c .problemsArise:hover {
  color: #715cff;
  border: 1px solid #715cff;
}

/* 支付完成 */
.layerTips {
  width: 420px;
  /* height: 420px; */
  height: 380px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -210px;
  background: #fff;
  z-index: 999;
  padding: 70px 50px 0;
  box-sizing: border-box;
  text-align: center;
}
.layerTips .layerHead i {
  display: block;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  transition: 0.2s;
}
.layerTips .layerHead i:hover {
  opacity: 0.8;
}
.layerTips .layerBody img {
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
}
.layerTips .success {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}
.layerTips .code {
  width: 320px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 8px 8px 8px 8px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  margin: 30px auto 11px;
}
.layerTips .layerBody p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  margin-top: 40px;
}
.layerTips .layerBody p span {
  color: #333;
}
.layerTips .complete {
  width: 120px;
  height: 40px;
  background: #715cff;
  line-height: 40px;
  text-align: center;
  outline: none;
  border-radius: 20px 20px 20px 20px;
  cursor: pointer;
  margin: 40px auto 0;
  font-size: 14px;
  color: #fff;
  display: block;
  border: none;
  transition: 0.2s;
}
.layerTips .complete:hover {
  opacity: 0.8;
}
.coupon {
  position: fixed;
  left: calc(50% - 288px);
  top: calc(50% - 260px);
  z-index: 1000;
}
.coupon .coupon-main {
  width: 598px;
  height: 440px;
  background: url("../img/coupon.png") no-repeat center;
  position: relative;
  padding: 70px 109px 0 109px;
  box-sizing: border-box;
  color: #fff;
}
.coupon .coupon-main .time {
  position: absolute;
  width: 197px;
  height: 42px;
  background-image: linear-gradient(90deg, #fffded 0%, #fff3b1 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 20px 4px 20px 0px;
  left: 18px;
  top: -20px;
  line-height: 42px;
  color: #5b42ff;
  font-size: 16px;
  font-weight: bold;
  text-indent: 1px;
}
.coupon .coupon-main .time img {
  float: left;
  width: 18px;
  height: 18px;
  margin: 12px 11px 12px 21px;
}
.coupon .coupon-main h2 {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 58px;
}
.coupon .coupon-main .price {
  width: 321px;
  margin: 0 auto;
  overflow: hidden;
}
.coupon .coupon-main .price .left {
  float: left;
  font-size: 42px;
  font-weight: bold;
  color: #ee0077;
  font-weight: bold;
  margin: 5px 77px 0 0;
}
.coupon .coupon-main .price .left small {
  font-size: 20px;
}
.coupon .coupon-main .price .right {
  font-size: 18px;
  float: left;
}
.coupon .coupon-main .price .right .bold {
  font-size: 28px;
  font-weight: bold;
  margin-top: 2px;
}
.coupon .coupon-main .btn {
  width: 200px;
  height: 54px;
  background-image: linear-gradient(90deg, #7762ff 0%, #583eff 100%);
  border-radius: 27px;
  margin: 112px auto 0;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.coupon .coupon-main .btn:hover,
.coupon .coupon-close:hover {
  opacity: 0.8;
}
.coupon .coupon-close {
  width: 48px;
  height: 48px;
  display: block;
  margin: 33px auto 0;
  cursor: pointer;
  transition: 0.2s;
}

.welfare {
  margin: -12px 0 17px 0;
}
.welfare ul {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 7px;
}
.welfare ul li {
  width: 220px;
  height: 60px;
  background: #f6f8f9;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.welfare ul li img {
  width: 24px;
  height: 24px;
  float: left;
  margin: 14px;
}
.welfare ul li .wel-title {
  margin: 11px 0 3px;
}
.welfare ul li .wel-price {
  color: #999999;
  font-size: 12px;
}
.welfare ul li .tip {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 16px;
  background: #ffe5d6;
  border-radius: 0 6px 0 6px;
  text-align: center;
}
.welfare ul li .tip span {
  color: #fe7426;
  font-size: 12px;
  display: block;
  transform: scale(0.83);
  font-weight: normal;
}
.welfare-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welfare-layer .welfare-main {
  width: 500px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.welfare-layer .welfare-title {
  height: 70px;
  background: linear-gradient(360deg, rgba(255, 249, 244, 0) 0%, #fff5ef 100%);
  border-radius: 20px 20px 0px 0px;
  color: #e35708;
  font-size: 24px;
  line-height: 70px;
  position: relative;
  font-weight: bold;
}
.welfare-layer .welfare-title img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.welfare-layer .welfare-title img:hover {
  opacity: 0.8;
}
.welfare-layer .welfare-item {
  width: 460px;
  background: #fff9f4;
  border-radius: 20px 20px 20px 20px;
  margin: 0 auto 12px;
  display: inline-block;
}
.welfare-layer .welfare-item .item-title {
  font-size: 16px;
  color: #9b5721;
  margin: 20px auto;
}
.welfare-layer .welfare-item .item-title span {
  color: #eaccbb;
}
.welfare-layer .welfare-item ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 35px 20px;
}
.welfare-layer .welfare-item ul li {
  width: 84px;
}
.welfare-layer .welfare-item ul li img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 10px;
}
.welfare-layer .welfare-item ul li p {
  color: #333333;
  line-height: 18px;
  font-size: 14px;
}
.welfare-layer .welfare-item .go-use {
  margin: 1px 0 12px 0;
  font-size: 12px;
  color: #ffb057;
}
.welfare-layer .welfare-item .go-use a {
  color: #333;
  text-decoration: underline;
}
.welfare-layer .welfare-item .go-use a:hover {
  opacity: 0.8;
}
.welfare-layer .get-btn {
  margin: 8px auto 20px;
  width: 180px;
  height: 48px;
  background: linear-gradient(90deg, #ffdd99 0%, #ffc168 100%);
  border-radius: 12px 12px 12px 12px;
  line-height: 48px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.welfare-layer .disabled {
  margin: 8px auto 20px;
  width: 180px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  line-height: 48px;
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
  font-size: 16px;
}
.welfare-layer .get-btn:hover {
  opacity: 0.8;
}
.welfare-layer .none {
  display: none;
}
.welfare-layer.none {
  display: none !important;
}

.alert-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alert-mask.none {
  display: none !important;
}
.alert {
  width: 500px;
  height: 211px;
  background: #ffffff;
  box-shadow: 0px 16px 30px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}
.alert .title {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  line-height: 28px;
  margin-bottom: 9px;
}
.alert .title img {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.alert .content {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  padding-left: 40px;
  height: 63px;
}
.alert .btn {
  color: #ffffff;
  background-color: #715cff;
  float: right;
  padding: 8px 19px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.alert .btn:hover {
  opacity: 0.8;
}

.con_r .item .ed_combo_t.ed_combo_t618 {
  width: 80px;
  height: 24px;
  background: url(../img/618/tip.png) no-repeat;
  background-size: 100%;
  top: -12px;
  right: -1px;
}
.price618 {
  display: inline-block;
  width: 132px;
  height: 24px;
  background: linear-gradient(90deg, #fd2498 0%, #ff2626 100%);
  border-radius: 12px 12px 12px 12px;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 10px;
  padding-left: 5px;
  font-weight: 400;
  vertical-align: super;
}
.price618 img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.price618 span {
  font-weight: bold;
}

/* 连续会员提示 */
.pay_tips {
  width: 340px;
  height: 242px;
  border-radius: 16px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -121px;
  margin-left: -170px;
  z-index: 1000;
}
.pay_tips .pay_tips_header {
  padding: 20px 20px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #303133;
  position: relative;
}
.pay_tips .pay_tips_header i {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  background: url("../img/payTipsClose.png");
  background-size: contain;
  cursor: pointer;
}
.pay_tips .pay_tips_content {
  padding: 28px 50px 32px 63px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.pay_tips .pay_tips_btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  background: linear-gradient(90deg, #ffde9b 0%, #ffbf65 100%);
  border: none;
  border-radius: 40px;
  margin: 0 auto;
  cursor: pointer;
}



/*修改滚动条样式*/
.more_benefits .table::-webkit-scrollbar,
.welfare-layer_box .life-welfare::-webkit-scrollbar,
.welfare-layer_box .work-welfare::-webkit-scrollbar{
  width: 6px;
  height: 10px;
}
.more_benefits .table::-webkit-scrollbar-track,
.welfare-layer_box .life-welfare::-webkit-scrollbar-track,
.welfare-layer_box .work-welfare::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 2px;
}
.more_benefits .table::-webkit-scrollbar-thumb ,
.welfare-layer_box .life-welfare::-webkit-scrollbar-thumb,
.welfare-layer_box .work-welfare::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 2px;
}
.more_benefits .table::-webkit-scrollbar-thumb:hover,
.welfare-layer_box .life-welfare::-webkit-scrollbar-thumb:hover,
.welfare-layer_box .work-welfare::-webkit-scrollbar-thumb:hover {
  background: rgba(221, 221, 221, 0.8);
}
