@font-face {
  /* font-properties */
  font-family: pictos;
  src: url("./BebasNeue-Regular.woff"), url("./BebasNeue-Regular.ttf"),
    url("./BebasNeue-Regular.eot");
  /* IE9 */
}
body.scroll_hide {
  overflow: hidden;
}
.text-family {
  font-family: pictos !important;
}

.text-sign-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layui-layer-btn {
  text-align: center !important;
}

.layui-layer-btn0 {
  background: #4b5260 !important;
  border: none !important;
  color: #fff !important;
}

.layui-layer-content input:focus {
  border: none !important;
}

.input-group-sm select {
  height: 25px !important;
}

.card-header {
  padding: 0.5rem 0.8rem;
}

.nav-item a:focus {
  border: none !important;
}

.limit-width iframe,
.limit-width img {
  width: 100%;
  height: 100%;
}

.phone-box {
  /* background: url('../img/phone-warp.png') no-repeat center top; */
  padding-top: 60px;
  width: 376px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.phone-box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 100%;
  height: 94%;
  background: url(../img/phone_wrap.png) no-repeat;
  background-size: 96% 100%;
  z-index: 1;
}

.phone-title {
  position: relative;
  height: 25px;
  line-height: 25px;
  width: 65%;
  overflow: hidden;
  margin: -10px auto 0;
  z-index: 2;
}

.phone-body {
  margin: auto auto 0 auto;
  position: relative;
  width: 330px;
  height: 575px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99;
  border-radius: 0 0 38px 38px;
  overflow: hidden;
}

.phone-body iframe {
  width: 328px;
  height: 100%;
}

.phone-footer {
  width: 100%;
  min-height: 30px;
}

/*
投票列表页面
*/

.vote-action-btn-box {
  padding: 0 0.75rem;
}

.vote-action-btn-box .col {
}

.vote-action-btn-box .col a {
  display: block;
  height: 35px;
  color: #666;
  font-size: 0.8rem;
  line-height: 35px;
  border-right: 1px solid #f2f2f2;
  text-decoration: none;
}

.vote-action-btn-box .col a:end {
  border-right: none;
}

.vote-action-btn-box .col a:hover {
  background: #f2f2f2;
}

.layui-layer-setwin .layui-layer-close2 {
  right: -15px !important;
  top: -59px !important;
}

.nav-tabs .nav-link:hover:not(.disabled) {
  border-color: #55a8fd !important;
  color: #000 !important;
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent !important;
  display: block;
  width: 100%;
  text-align: center;
}

.nav-tabs .nav-link.active {
  border-color: #55a8fd !important;
  color: #000 !important;
}

a {
  text-decoration: none !important;
}

input.form-control,
select.form-control {
  font-size: 0.7rem !important;
}

._card-group .card {
  cursor: pointer;
}

._card-group .card:hover {
  background-color: #45aaf2 !important;
}

._card-group .card:hover .iconfont,
._card-group .card:hover strong,
._card-group .card:hover small {
  color: #fff !important;
}

.btn-secondary,
.btn-info {
  font-weight: normal !important;
}

.card-header {
  border-bottom-style: dashed;
}

.input-group-append:hover {
  cursor: pointer;
}

.card-title a:hover {
  color: #219af0;
}

.vote_param_text {
  font-size: 14px;
  padding: 4px 0px 2px;
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
  .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .card-body {
    padding: 1.5rem 0.8rem;
  }
  .table-responsive {
    overflow-x: auto !important;
  }
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

.font-sm {
  font-size: 12px;
}

.bar-style,
.bar-style:hover,
.bar-style:focus {
  color: #a8a8a8;
  background: #fff;
}
.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  background: #6928c9;
  color: #fff;
  border: none;
}

.text-style-1,
.text-style-1:hover,
.text-style-1:focus {
  color: #6928c9;
}

.skin-class .layui-layer-input {
  display: block;
  width: 230px;
  height: 36px;
  margin: 0 auto;
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  color: #333;
}

.skin-class textarea.layui-layer-input {
  width: 300px;
  height: 100px;
  line-height: 20px;
  padding: 6px 10px;
}

.skin-class .layui-layer-content {
  padding: 20px;
}

.skin-class .layui-layer-btn {
  padding-top: 0;
}

.vote_comment_table tbody tr td:nth-child(3) {
  max-width: 300px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* user */
.btn_1,
.btn_1:hover,
.btn_1:focus {
  color: #fff !important;
  background: #55a8fd;
  border: none;
  border-radius: 2px;
}
.btn_2,
.btn_2:hover,
.btn_2:focus {
  color: #fff;
  background: #57d2d3;
  border-radius: 2px;
}
.btn_3,
.btn_3:hover,
.btn_3:focus {
  color: #fff;
  background: #f3aa47;
  border-radius: 2px;
}
.btn_4,
.btn_4:hover,
.btn_4:focus {
  color: #fff;
  background: #be73d5;
  border-radius: 2px;
}
.user_table {
  margin-bottom: 0;
  background-color: #fff;
}

.user_table thead th,
.user_table td {
  border: none;
}
.user_table tbody tr:nth-child(2n + 1) {
  background-color: #f7f8fa;
}
.user_table tbody tr:nth-child(2n) {
  background-color: #fff;
}
.user_table thead tr th {
  min-width: 4em;
  color: #353d43;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.user_table thead tr th:nth-child(1),
.user_table tbody tr td:nth-child(1) {
  text-align: left;
}
.user_table tbody tr td {
  color: #999999;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.user_table .user_table_date {
  margin: 0;
}
.table_btns {
}
.table_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 60px;
  height: 28px;
}
.page_means {
  margin: 0 -20px;
  flex-wrap: wrap;
}
.page_wechat {
  flex: 1;
  margin: 0 20px;
  padding: 40px 30px;
  border: 1px solid rgba(224, 229, 236, 1);
  box-shadow: 0px 1px 2px 0px rgba(234, 235, 237, 1);
  border-radius: 2px;
  background-color: #fff;
}
.page_wechat_text {
  font-size: 14px;
  color: #353d43;
}
.page_wechat .avatar {
  margin-left: 10px;
  width: 48px;
  height: 48px;
}
.page_wechat_content {
  flex: 1;
  margin-left: 10px;
  margin-bottom: 0;
}
.page_wechat_nickname {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}
.page_wechat_phone {
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
  font-size: 10px;
}
.wechat_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
}

.page-news-container {
  margin: 0 -10px;
  flex-wrap: wrap;
}
.page_news {
  flex: 1;
  padding: 20px 30px;
  background: #fff;
  margin: 0 10px;
}
.page_news h3 {
  position: relative;
  padding-left: 10px;
  color: #333333;
  font-size: 18px;
  margin: 0;
}
.page_news h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #55a8fd;
}
.page_news_content {
  margin-top: 12px;
}
.page_news_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 56px;
  border-bottom: 1px solid #e0e5ec;
}
.page_news_item:last-child {
  border: none;
}
.page_news_item a {
  width: 19em;
  color: #8a8f99;
  font-size: 14px;
}
.page_news_item span {
  color: #8a8f99;
  font-size: 14px;
}
@media (max-width: 575px) {
  .page_wechat {
    padding: 40px 10px;
  }
  .page_news_content {
    margin-bottom: 0;
  }
}

/* video */

.video-skin {
  border-radius: 6px !important;
  overflow: hidden;
}
.video-skin .layui-layer-title {
  color: #333;
  font-size: 18px;
  text-align: center;
  background: #f5f7fa;
  border: none;
}
.video-skin .layui-layer-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 10px 24px 20px;
}
.video-skin .layui-layer-btn0 {
  flex: 1;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: #49a8f1 !important;
  border: none;
  border-radius: 4px;
}
.video-skin .layui-layer-btn1 {
  flex: 1;
  height: 40px;
  line-height: 40px;
  color: #000 !important;
  background: none !important;
  border: 1px solid #bcc0cc;
  border-radius: 4px;
}
.video-container {
  padding: 20px 20px 0;
}
.video-row {
}
.video-row-title {
  display: inline-block;
  margin-bottom: -2px;
  padding: 10px;
  font-size: 16px;
  color: #535353;
  background: #fff;
  border: 1px solid #e1e1e7;
  border-bottom: none;
}
.video-line {
  padding: 10px;
}

.video-link {
  align-items: center;
}

.video-link-title {
  font-size: 16px;
  color: #535353;
  margin: 0;
}

.video-link-input {
  color: #c0c3cc;
  border: 1px solid #bcc0cc;
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
}

.btn_preview {
  width: 100px;
  height: 40px;
  color: #fff;
  background: rgba(73, 168, 241, 1);
  border-radius: 0px 4px 4px 0px;
  border: none;
}
.video-toggle label {
  margin-bottom: 0;
}
.video-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  background-color: #d5d5d5;
  overflow: auto;
}

.layui-layer-shade {
  z-index: 10 !important;
}
.skin-template .layui-layer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.skin-template .layui-layer-btn .layui-layer-btn0 {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #45abf2 !important;
  color: #fff !important;
  border-radius: 4px;
}
.skin-template .layui-layer-btn .layui-layer-btn1 {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  border: 1px solid #d8dade;
}
.tempalte_all {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed #e7e7e7;
  cursor: pointer;
}
.tempalte_all img {
  width: 2em;
}
.tempalte_all p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #ccc;
  font-size: 14px;
}

/* audio */
.audio-box-type {
  display: flex;
  width: 100%;
  height: 54px;
  align-items: center;
  background: #f8f8f8;
  border: none;
}

.audio-box-type .btn {
  position: relative;
  color: #969696;
  font-size: 14px;
  background: none;
  border: none;
  box-shadow: none;
  height: 100%;
  line-height: 54px;
  margin: 0 !important;
  padding: 0 10px;
}

.audio-box-type .btn.active {
  color: #000;
  font-size: 16px;
  background: none;
}

.audio-box-type .btn.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 4px;
  background: #5280c9;
}

.audio-box-list-wrap {
  height: 325px;
  overflow-y: auto;
}

.audio-box-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audio-box-item {
  margin: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio-box-item:hover {
  background: #f4f9ff;
}
.audio-box-item .custom-control {
  flex: 1;
  margin: 0;
}

.audio-box-play {
  min-width: 80px;
}

.audio-box-play-audition {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #969696;
  text-align: left;
  text-decoration: none;
}

.audio-box-play-audition:hover {
  text-decoration: none;
}

.audio-box-play-audition.active {
  color: #5280c9;
}

.audio-box-play-audition .iconfont {
  font-size: 14px;
}

.audio-box-play-audition.active .iconfont {
  font-size: 18px;
}

.audio-box-play-audition span {
  margin-left: 7px;
}

.audio-box-play-audition.active span {
  margin-left: 3px;
}

.audio-box-list-nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 14px;
}

.audio-box-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.audio_btn_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  font-size: 14px;
  color: #333;
  border: 1px solid #e1e5ec;
  border-radius: 4px;
}

.audio_btn_2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 34px;
  padding: 0;
  background: #54a4eb;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.font-20 {
  font-size: 20px;
}

/* new */

.btn_style_1,
.btn_style_1:hover,
.btn_style_1:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #62b2fd 0%, #55a8fd 100%) !important;
  border-radius: 4px;
  border: none;
  outline: none;
}
.btn_style_2,
.btn_style_2:hover,
.btn_style_2:focus {
  color: #55a8fd !important;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #55a8fd;
  outline: none;
}

.btn_style_3,
.btn_style_3:hover,
.btn_style_3:focus {
  color: #fff;
  background: linear-gradient(135deg, #92e771 0%, #70e03f 100%);
  border-radius: 4px;
  border: none;
  outline: none;
}

.btn_style_4,
.btn_style_4:hover,
.btn_style_4:focus {
  color: #666666;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
  outline: none;
}
.btn_style_5,
.btn_style_5:hover,
.btn_style_5:focus {
  color: #f3aa47;
  background: #fff;
  border: 1px solid #f3aa47;
  border-radius: 4px;
  outline: none;
}

.btn_style_6,
.btn_style_6:hover,
.btn_style_6:focus {
  color: #d93431;
  background: #fff;
  border: 1px solid #ef605e;
  border-radius: 4px;
  outline: none;
}

.btn_style_7,
.btn_style_7:hover,
.btn_style_7:focus {
  color: #999999;
  background: #f7f7f9;
  border: 1px solid #d4d6da;
  border-radius: 4px;
  outline: none;
}

.btn_style_8,
.btn_style_8:hover,
.btn_style_8:focus {
  color: #999999;
  background: #e8e8ef;
  border: none;
  border-radius: 4px;
  outline: none;
}
.bg_style_9,
.btn_style_9:hover,
.btn_style_9:focus {
  color: #fff;
  background: #7dd182;
  border: none;
}
.bg_style_10,
.btn_style_10:hover,
.btn_style_10:focus {
  color: #fff;
  background: #e46d6a;
  border: none;
}
.w-20 {
  width: 20px;
}
.h-20 {
  height: 20px;
}
.border-radius-50 {
  border-radius: 50%;
}
.jc-center {
  justify-content: center;
}
.jc-end {
  justify-content: flex-end;
}
.jc-between {
  justify-content: space-between;
}
.ai-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.ml-neg-10 {
  margin-left: -10px;
}
.mr-neg-10 {
  margin-right: -10px;
}
.ml-neg-12 {
  margin-left: -12px;
}
.mr-neg-12 {
  margin-left: -12px;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-5px {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}

.ml-14 {
  margin-left: 14px;
}
.mt-48 {
  margin-top: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-90 {
  margin-left: 90px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.p-30 {
  padding: 30px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-36 {
  font-size: 36px;
}
.font-bold {
  font-weight: bold;
}
.line-1 {
  line-height: 1;
}
.text-color-0 {
  color: #fff;
}
.text-color-1 {
  color: #333;
}
.text-color-2 {
  color: #666;
}
.text-color-3 {
  color: #999;
}
.text-color-4 {
  color: #a3b6df;
}
.text-color-5 {
  color: #879fd2;
}
.text-color-6 {
  color: #e46d6a;
}
.text-color-7 {
  color: #b08654;
}
.text-color-8 {
  color: #8c612c;
}
.text-color-9 {
  color: #c5a176;
}
.text-color-10 {
  color: #7dd182;
}
.text-color-11 {
  color: #875427;
}
.text-color-12 {
  color: #f2d1a0;
}
.text_style_1 {
  color: #55a8fd !important;
}
.text_style_2 {
  color: #ef605e;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.padding {
  padding: 0;
}
/* navBar */
.header_nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.header_nav_item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_nav_item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: #55a8fd;
  border-radius: 2px;
}
.header_nav_item.active .header_nav_link {
  color: #55a8fd;
  font-size: 16px;
}

.header_nav_link {
  padding: 0 15px;
  color: #999;
  font-size: 14px;
}

.page_header {
}
.page_header .page_title {
  position: relative;
  padding-left: 8px;
  font-size: 18px;
  color: #333;
  margin: 0;
}
.page_header .page_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: #55a8fd;
}

.page_btns {
}
.page_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
}

.page_data_wrap {
  margin-right: -5px;
  margin-left: -5px;
}

.page_data_wrap .page_data_col {
  padding: 5px;
}

.page_data_card {
  margin: 0;
  border: none;
  box-shadow: 0px 5px 16px 0px rgba(191, 195, 200, 0.1);
  border-radius: 4px;
}
.page_data {
}

.page_data_icon {
  width: 60px;
  height: 60px;
}
.page_data_icon img {
  width: 100%;
  height: 100%;
}
.page_data_number {
  margin-left: 14px;
}
.page_data_text {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.page_data_num {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 1;
}
.page_table_wrap {
  margin-right: 0;
  margin-left: 0;
}
.page_table_data {
  padding: 15px 20px;
}
.page_table_title_wrap {
  padding: 16px 20px;
  background: #ebebf3;
  border-radius: 4px 4px 0px 0px;
}

.page_table_title {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.page_table .table {
  background: #fff;
  border: none;
}

.page_table .table thead tr,
.page_table .table tbody tr {
  border-bottom: 1px solid #ebebf3;
}

.page_table .table thead tr th {
  border: none;
}

.page_table .table tbody tr:nth-child(2n + 1) {
  background: #fff;
}

.page_table thead tr th {
  padding: 24px 20px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.page_table .table tbody tr td {
  padding: 24px 12px;
  font-size: 16px;
  color: #333;
}
.page_table .table tbody tr td:first-child {
  padding: 24px 20px;
}

.page_table_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 28px;
}

.table_btn_1 {
  padding: 0 8px;
}

.page_expansion {
}
.page_expansion_data {
  margin: 0 -10px;
}
.page_expansion_wechat {
  padding: 0 10px;
}
.page_expansion_info {
  box-shadow: 0px 5px 16px 0px rgba(191, 195, 200, 0.1);
  border-radius: 4px;
}
.page_expansion_info_img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  overflow: hidden;
}
.page_expansion_info_img img {
  width: 100%;
  height: 100%;
}
.page_expansion_info_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 14px;
}
.page_expansion_info_title h4 {
  font-size: 18px;
  font-weight: 400;
}
.page_expansion_info_title p span {
  margin-left: 3px;
  line-height: 1;
}
.page_expensio_balance_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 32px;
}

.page_wechat_wrapper,
.page_border {
  box-shadow: 0px 5px 16px 0px rgba(191, 195, 200, 0.1);
  border-radius: 4px;
}
.page_wechat_info {
}
.page_wechat_info_img {
  width: 42px;
  height: 42px;
}
.page_wechat_info_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page_expansion_link {
  width: 33.333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.page_expansion_link:hover {
  box-shadow: inset 0 0 20px rgb(0 0 0 / 6%);
}

.page_expansion_link img {
}

/* userinfo */
.page_user_info {
  padding: 50px 40px;
}
.page_user_info_img {
  width: 100px;
  height: 100px;
}
.page_user_info_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page_user_info_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 24px;
  padding: 10px 0;
}
.page_ic_list {
}
.page_ic_item {
  padding: 30px 0;
}
.page_ic_item_img {
  width: 70px;
}
.page_ic_item_img img {
  width: 100%;
}
.page_ic_item_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 24px;
  padding: 10px 0;
}
.page_ic_btn {
  display: inline-flex;
  width: 84px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
}
.page_account_btn {
  padding: 6px 12px;
}

.page_accout_item {
  padding: 30px 0;
  border-bottom: 1px solid #ebebf3;
}
.page_accout_item:last-child {
  border: none;
}
.page_account_item_content {
  margin-left: 20px;
}

/* vote_index */
.page_vote_search {
  position: relative;
  width: 140px;
  height: 40px;
}

.page_vote_search input {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 30px;
  border-radius: 20px;
  outline: none;
  color: #666;
  background: #f7f7f9;
  border: 1px solid #d4d6da;
}

.page_vote_search input::placeholder {
  color: #999ca1;
}
.page_vote_search i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999ca1;
}

.vote_item_btns {
  margin: 6px;
  width: 84px;
  height: 84px;
}
.vote_item_btns .vote_item_btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f7f9;
  border-radius: 4px;
}
.vote_item_btns .vote_item_btn:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.1);
}
.vote_item_btn.dropdown-toggle::after {
  content: none;
}
.vote_item_circle {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.vote_item_circle span {
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: #5fb0fd;
  border-radius: 50%;
  margin: 3px;
}
.page_version_wrap {
  position: relative;
  box-shadow: 0px 10px 25px 0px rgba(191, 195, 200, 0.3);
  border-radius: 4px;
}
.page_current_version {
  display: none;
  position: absolute;
  left: 12px;
  top: -5px;
  width: 50px;
}
.page_current_version.active {
  display: block;
}
.page_current_version img {
  width: 100%;
}
.page_version {
  background: linear-gradient(135deg, #ffffff 0%, #eef1fa 100%);
  padding: 45px 15px;
  border-radius: 4px 4px 0 0;
}
.page_version.page_version_major {
  background: linear-gradient(135deg, #fffcf7 0%, #e6c899 100%);
}
.page_version.page_version_company {
  background: linear-gradient(135deg, #5d6390 0%, #353750 100%);
}

.page_version_compare {
  padding: 20px 16px;
  border-radius: 0 0 4px 4px;
}

.page_version_info {
  padding: 0 16px;
}

.version_upgrade {
}
.version_upgrade_title {
  position: relative;
  padding: 10px 20px;
  background: url(../img/member_1.png) no-repeat;
  background-size: 100% 100%;
}
.version_upgrade_title.page_version_company {
  background: url(../img/member_2.png) no-repeat;
}
.version_avater {
  width: 48px;
  height: 48px;
}
.version_avater img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.version_title {
  margin-left: 10px;
}
.version_close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.version_upgrade_content {
  padding: 20px;
  background: #fff;
}

.version_upgrade_cost {
  margin: 0 -9px;
}
.version_cost_item {
  width: 25%;
  padding: 0 9px;
}
.version_cost_item_container {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d4d6da;
  cursor: pointer;
}
.version_cost_item_container.active {
  background: linear-gradient(135deg, #ffffff 0%, #f2dab5 100%);
  border: 1px solid #f2d1a0;
}
.version_payment {
  padding: 26px 0;
  border: 1px solid #d4d6da;
  border-radius: 4px;
}
/* finanece */

.page_finance_nav {
  padding: 30px 10px;
}

.page_finance_nav_item {
  position: relative;
  margin: 0;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
}
.page_finance_nav_item.active {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.page_finance_nav_item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: #55a8fd;
  border-radius: 2px;
}

.finance_amount {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  border: 2px solid #e8e8f4;
  border-radius: 4px;
}
.finance_amount_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 60px;
  background: #e8e8f4;
  font-size: 18px;
  color: #666;
}
.finance_amount_num {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #fff;
}
.finance_amount_num_prefix {
  color: #55a8fd;
  font-size: 24px;
}
.finance_amount_num_sum {
  font-size: 46px;
  color: #55a8fd;
}
.finance_amount_check {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
}
.finance_amount_check img {
  width: 100%;
}
.finance_amount.active {
  border: 2px solid #1e8dff;
}

.finance_amount.active .finance_amount_text {
  background: #5299e1;
  color: #fff;
}

.finance_amount.active .finance_amount_num {
  background: #55a8fd;
}

.finance_amount.active .finance_amount_num_prefix,
.finance_amount.active .finance_amount_num_sum {
  color: #fff;
}
.finance_amount.active .finance_amount_check {
  display: block;
}
.special_btn {
  display: inline-flex;
  width: 100px;
  height: 40px;
  padding: 0;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .page_expansion_link_wrap {
    padding: 20px 0;
    margin-top: 18px;
  }
  .smt-20 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .page_expansion_link_wrap {
    padding: 20px 0;
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  #headerNavbar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #headerMenuCollapse {
    display: none !important;
  }
  #headerNavbar {
    display: flex;
  }
}

.ribbon_box {
  position: relative;
}
.ribbon_box .ribbon_recommend {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  text-align: right;
}

.ribbon_box .ribbon_recommend span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  position: absolute;
  top: 10px;
  left: -25px;
  font-weight: 400;
  background: linear-gradient(180deg, #f38787 0%, #e06464 100%);
}

/* share */

/* share */

body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #f5f7fb;
}
/* share1 */
.share_wrapper_1 {
  width: 375px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -2;
}
.share_wrapper_1 .share_content {
  padding: 30px;
  background: #fff;
}
.share_wrapper_1 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_1 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_1 .share_title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_1 .share_rule {
  padding: 30px 0;
  border-bottom: 1px dashed #cacad5;
}

.share_wrapper_1 .share_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper_1 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_1 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_1 .share_rule_content {
  margin-top: 24px;
}
.share_wrapper_1 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.share_wrapper_1 .share_rule_content .share_rule_description {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  position: relative;
  overflow: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  height: 48px;
}

.share_wrapper_1 .share_qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.share_wrapper_1 .share_qrcode_text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}

.share_wrapper_1 .share_qrcode_text p + p {
  margin-top: 8px;
}

.share_wrapper_1 .share_qrcode_img {
  width: 60px;
}
.share_wrapper_1 .share_qrcode_img img {
  width: 100%;
}

/* share2 */
.share_wrapper_2 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -3;
  width: 375px;
}
.share_wrapper_2 .share_content_wrap {
  width: 100%;
  padding: 24px 24px 84px;
  background: url(../img/share/share_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_2 .share_content {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
}
.share_wrapper_2 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_2 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_2 .share_title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_2 .share_rule_wrap {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share_wrapper_2 .share_rule {
  padding-right: 42px;
  border-right: 1px dashed #cacad5;
}

.share_wrapper_2 .share_date {
}

.share_wrapper_2 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_2 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_2 .share_rule_content {
  margin-top: 30px;
}
.share_wrapper_2 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.share_wrapper_2 .share_rule_content .share_rule_description {
  position: relative;
  overflow: auto;
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  height: 57px;
}

.share_wrapper_2 .share_qrcode {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 7em;
}
.share_wrapper_2 .share_qrcode_text {
  text-align: end;
}
.share_wrapper_2 .share_qrcode_text p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}

.share_wrapper_2 .share_qrcode_text p + p {
  margin-top: 7px;
}

.share_wrapper_2 .share_qrcode_img {
  width: 60px;
}
.share_wrapper_2 .share_qrcode_img img {
  width: 100%;
}

/* share3 */
.share_wrapper_3 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -4;
  width: 375px;
}
.share_wrapper_3 .share_content_wrap {
  width: 100%;
  padding: 24px;
  background: url(../img/share/share_bg3.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_3 .share_content {
  padding: 21px;
  background: #fff;
  border-radius: 10px;
}
.share_wrapper_3 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_3 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_3 .share_title {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_3 .share_rule {
  padding: 30px 0;
  border-bottom: 1px dashed #cacad5;
}

.share_wrapper_3 .share_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper_3 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_3 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_3 .share_rule_content {
  margin-top: 24px;
}
.share_wrapper_3 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.share_wrapper_3 .share_rule_content .share_rule_description {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  position: relative;
  overflow: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  height: 48px;
}

.share_wrapper_3 .share_qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.share_wrapper_3 .share_qrcode_text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}

.share_wrapper_3 .share_qrcode_text p + p {
  margin-top: 8px;
}

.share_wrapper_3 .share_qrcode_img {
  width: 60px;
}
.share_wrapper_3 .share_qrcode_img img {
  width: 100%;
}

/* share4 */
.share_wrapper_4 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -5;
  width: 375px;
}
.share_wrapper_4 .share_content_wrap {
  width: 100%;
  padding: 24px;
  background: url(../img/share/share_bg4.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_4 .share_content {
  padding: 26px;
  background: url(../img/share/share_content_bg.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_4 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_4 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_4 .share_title {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_4 .share_rule {
  padding: 30px 0;
}

.share_wrapper_4 .share_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper_4 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_4 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_4 .share_rule_content {
  margin-top: 24px;
}
.share_wrapper_4 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #f0a813;
  line-height: 15px;
}
.share_wrapper_4 .share_rule_content .share_rule_description {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  position: relative;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  height: 48px;
}

.share_wrapper_4 .share_qrcode {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: url(../img/share/share_qrcode_bg.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_4 .share_qrcode::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 7px;
  background: url(../img/share/share_cicle.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_4 .share_qrcode_text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #242026;
  line-height: 16px;
}

.share_wrapper_4 .share_qrcode_text p + p {
  margin-top: 8px;
}

.share_wrapper_4 .share_qrcode_img {
  width: 52px;
}
.share_wrapper_4 .share_qrcode_img img {
  width: 100%;
}

/* share5 */
.share_wrapper_5 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -6;
  width: 375px;
}
.share_wrapper_5 .share_content_wrap {
  width: 100%;
  padding: 24px;
  background: url(../img/share/share_bg5.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_5 .share_content {
  padding: 21px;
  background: #fff;
  border-radius: 10px;
}
.share_wrapper_5 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_5 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_5 .share_title {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_5 .share_rule {
  padding: 30px 0;
  border-bottom: 1px dashed #cacad5;
}

.share_wrapper_5 .share_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper_5 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_5 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_5 .share_rule_content {
  margin-top: 24px;
}
.share_wrapper_5 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.share_wrapper_5 .share_rule_content .share_rule_description {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  position: relative;
  overflow: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  height: 48px;
}

.share_wrapper_5 .share_qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.share_wrapper_5 .share_qrcode_text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}

.share_wrapper_5 .share_qrcode_text p + p {
  margin-top: 8px;
}

.share_wrapper_5 .share_qrcode_img {
  width: 60px;
}
.share_wrapper_5 .share_qrcode_img img {
  width: 100%;
}

/* share6 */
.share_wrapper_6 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -7;
  width: 375px;
}
.share_wrap {
  width: 100%;
  padding: 24px;
  background: url(../img/share/share_bg6.png) no-repeat;
  background-size: 100% 100%;
}
.share_wrapper_6 .share_content {
  padding: 21px;
  background: #fff;
  border-radius: 10px;
}
.share_wrapper_6 .share_banner {
  width: 100%;
  max-height: 200px;
}
.share_wrapper_6 .share_banner img {
  width: 100%;
  max-height: 100%;
}

.share_wrapper_6 .share_title {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
}

.share_wrapper_6 .share_rule {
  padding: 30px 0 10px;
}

.share_wrapper_6 .share_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper_6 .share_date_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}

.share_wrapper_6 .share_date_time {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}

.share_wrapper_6 .share_rule_content {
  margin-top: 24px;
}
.share_wrapper_6 .share_rule_content .share_rule_text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.share_wrapper_6 .share_rule_content .share_rule_description {
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
  position: relative;
  overflow: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  height: 48px;
}

.share_wrapper_6 .share_qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1a1b1d;
  padding: 16px 24px 33px;
}
.share_wrapper_6 .share_qrcode_text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}

.share_wrapper_6 .share_qrcode_text p + p {
  margin-top: 8px;
}

.share_wrapper_6 .share_qrcode_img {
  width: 70px;
  margin-top: -30px;
}
.share_wrapper_6 .share_qrcode_img img {
  width: 100%;
}

/* dialog */
.dialog_share_container {
  width: 490px;
  padding: 40px 26px;
  background: linear-gradient(135deg, #f7f9ff 0%, #f6f8fb 100%);
  box-shadow: 0px 10px 30px 0px rgb(109 112 137 / 29%);
  border-radius: 0 0 8px 8px;
}
.dialog_title_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-item: center;
  height: 48px;
  background: #ffffff;
}
.dialog_share_title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.dialog_shre_close {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
}
.dialog_shre_close .fa {
  font-size: 13px;
  color: #999999;
}

.dialog_dec_wrap {
  display: flex;
  justify-content: center;
}
.dialog_share_dec {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ebebf3;
  background: #ffffff;
}

.dialog_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 34px;
  color: #666666;
  font-size: 14px;
}
.dialog_btn:hover {
  color: inherit;
}

.dialog_btn.active {
  background: #558ffe;
  color: #fff;
  border-radius: 20px;
}

.dialog_share_imgs {
  position: relative;
  margin-top: 32px;
  width: 100%;
}
.dialog_share_img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dialog_share_img img {
  width: auto;
  max-height: 458px;
  object-fit: cover;
}

.dialog_share_content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.dialog_share_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 34px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 8px 15px 0px rgb(220 226 243 / 18%);
}
.dialog_share_contact_text {
  font-size: 12px;
  color: #666666;
}
.dialog_share_contact_copy,
.dialog_share_contact_copy:hover,
.dialog_share_contact_copy:focus {
  margin-left: 13px;
  color: #558ffe;
  font-size: 12px;
  text-decoration: underline !important;
}
.dialog_share_input_wrap {
  display: flex;
}
.dialog_share_input {
  padding: 0 10px;
  width: 202px;
  height: 34px;
  line-height: 34px;
  color: #999999;
  font-size: 12px;
  border: 1px solid #ebebf3;
  background: #fff;
  outline: none;
}
.dialog_share_btn {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  background: #558ffe;
  border-radius: 4px;
  box-shadow: 0px 6px 10px 0px rgba(157, 178, 219, 0.3);
}

.dialog_share_btn:hover {
  color: #fff;
  background: #558ffe;
}

.dialog_share_btn img {
  margin-left: 4px;
  width: 14px;
}

.dialog_share_imgs .swiper_share_prev,
.dialog_share_imgs .swiper_share_next {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.29);
  border-radius: 50%;
  color: #fff;
}
.dialog_share_imgs .swiper_share_prev {
  left: 10px;
}
.dialog_share_imgs .swiper_share_next {
  right: 10px;
}
.dialog_share_imgs .swiper_share_prev.swiper-button-disabled,
.dialog_share_imgs .swiper_share_next.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.08);
}

.dialog_share_imgs .swiper_share_prev .fa,
.dialog_share_imgs .swiper_share_next .fa {
  font-size: 20px;
}

.skin_share_dialog .layui-layer-title {
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
.skin_share_dialog .layui-layer-close {
  background-position: 1px -40px;
}

.hiddenOverflow {
  overflow: hidden !important;
}
.hiddenOverflow::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 3px;
  background: #fff;
  z-index: 2;
  /* background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%); */
}

.share_wrapper_4
  .share_rule_content
  .share_rule_description.hiddenOverflow::after {
  background: #eff3f4;
}

/* contact */

.margin-top-8{
  margin-top:8px;
}

.contact {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index:10;
}

.contact-container {}

.contact-item {
  position: relative;
  padding-left:10px;
}

.contact-item-phone-wrap{
  width: 72px;
  background: #487FED;
  border-radius: 16px 16px 0 0;
}

.contact-item-phone{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:18px 12px;
  border-radius:16px 16px 0 0;
  background: rgba(255,255,255,0.21);
}
.contact-item:hover .contact-item-phone{
  background: #487FED;
}


.contact-item-phone img{
  width: 24px;
  height: 24px;
}

.contact-item-phone-text{
  margin-top:5px;
  margin-bottom:0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}

.contact-item-qrcode-wrap{
  width: 72px;
  background: #487FED;
  border-radius: 0 0 16px 16px;
}
.contact-item-qrcode{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:18px 12px;
  border-radius: 0 0 16px 16px;
  background: rgba(255,255,255,0.21);
}

.contact-item:hover .contact-item-qrcode{
  background: #487FED;
}

.contact-item-qrcode img{
  width: 24px;
  height: 24px;
}

.contact-item-qrcode-text{
  margin-top:5px;
  margin-bottom:0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}

.contact-phone{
  display: none;
  position: absolute;
  right:100%;
  top:0;
  padding:0 16px;
  width: 209px;
  background: #FFFFFF;
  box-shadow: 0px 0px 19px 0px rgba(98,118,170,0.25);
  border-radius: 16px 16px 16px 16px;
}

.contact-item:hover .contact-phone{
  display: block;
}

.contact-item:hover .contact-qrcode{
  display: block;
}

.contact-phone-item{
  display: flex;
  padding:16px 0;
}

.contact-phone-item:first-child{
  border-bottom:1px solid rgba(75,144,253,0.19);
}

.contact-phone-item-name{
  font-size: 16px;
  font-weight: 500;
  color: #7990C3;
  line-height: 19px;
  white-space: nowrap;
}

.contact-phone-number{
  margin-left:16px;
  font-size: 16px;
  font-weight: 400;
  color: #1C2F5A;
  line-height: 19px;
}

.contact-qrcode{
  display: none;
  position: absolute;
  right:100%;
  top:-84px;
  padding:0 16px;
  width: 136px;
  background: #FFFFFF;
  box-shadow: 0px 0px 19px 0px rgba(98,118,170,0.25);
  border-radius: 16px 16px 16px 16px;
}

.contact-qrcode-item{
  display: flex;
  flex-direction: column;
  padding:16px 0;
}

.contact-qrcode-item:first-child{
  border-bottom:1px solid rgba(75,144,253,0.19);
}

.contact-qrcode-item-name{
  margin:0;
  font-size: 16px;
  font-weight: 500;
  color: #7990C3;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
}
.contact-qrcode-img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:8px;
  width: 100px;
  height: 100px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #7990C3;
}
.contact-qrcode-img img{
  width:100%;
}