* {
  /*
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;*/
  box-sizing: border-box;
  list-style: none;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*——————————颜色类——————————*/

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  background: #003487;
  color: #fff;
  /*border: none;*/
}

.bg-style-1-o,
.bg-style-1-o:hover,
.bg-style-1-o:focus,
.bg-style-1-o:active:hover {
  background-color: transparent;
  color: #003487;
  border: 1px solid #003487;
}

.text-style-1,
.vote-item-box .item .card-heading.text-style-1 {
  color: #003487;
}

input.text-style-1::-webkit-input-placeholder {
  color: #003487;
}

input.text-style-1:-moz-placeholder {
  color: #003487;
}

input.text-style-1::-moz-placeholder {
  color: #003487;
}

input.text-style-1:-ms-input-placeholder {
  color: #003487;
}

.border-img {
  position: relative;
  padding: 15px 0;
  background: none;
}

.border-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/details-top.png);
  background-size: 100% 100%;
}

.border-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/details-top.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

/*active的背景*/

.bg-style-linear {
  border: 1px solid #ee2f36 !important;
  background: #fff !important;
  color: #d71521 !important;
}

/*————————————开始——————————*/

body,
html {
  width: 100%;
  font-size: 14px;
  background: url(../img/bg-img.jpg);
  background-size: 100%;
}

body {
  padding-bottom: 100px;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  font-family: "Microsoft YaHei", serif !important;
  color: #758697;
}
.title-index {
  margin-top: 0 !important;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  background: url(../img/title-bg.png);
  background-size: 100% 100%;
}
.card {
  border: none;
  margin-bottom: 0;
}

.marquee {
  height: 25px;
  line-height: 25px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.swiper-box {
  padding-left: 0;
  padding-right: 0;
}

.swiper-box img {
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100% !important;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #003487 !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.rad {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}

.op {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shadow {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

form .sign-box {
}

.sign-box input,
.sign-box textarea {
  border: none;
  box-shadow: none !important;
  border-radius: 4px;
  background-color: #fff1ea;
}

.sign-box .card-body {
  background-color: #fff !important;
}

.mt-all {
  margin-top: 10px;
}

.sign-box .mt-all,
.text-danger {
  font-weight: bold;
}

.mb-bar {
  margin-bottom: 0px !important;
}

.mb-no {
  margin-bottom: 0;
}

.table-card {
  border-left: 1px solid #003487;
  border-right: 1px solid #003487;
  background: #fff;
}

.marquee-box {
  height: 25px;
  line-height: 25px;
  background: #2e3132;
  font-size: 14px;
}

.tr_line {
  display: table-cell;
  vertical-align: middle !important;
}

.marquee-box .marquee {
  position: fixed;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: 0;
  z-index: 101;
  white-space: nowrap;
  overflow: hidden;
}

.banner-box {
  margin-top: -5px;
}

.banner-box img {
  width: 100%;
  height: 100%;
}

.title-box {
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  background: url("../img/title-bg.png");
  background-size: 100% 100%;
}

.title-box p {
  color: #fff;
}

.stat-box {
  font-size: 0.9em;
}

.stat-box .shadow {
  background-color: transparent !important;
}

.stat-box .number {
  font-weight: bold;
}

.upload-box {
  background-color: #fff1ea;
  border: none !important;
}

.rule-box {
  font-size: 0.9rem;
}

.rule-box.last-rule-box {
  /*margin-top: 130px;*/
}

.rule-box p {
  line-height: 2rem;
}

.rule-box .rule-content-box {
}

.rule-box .rule-content-box img {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .rule-content-box iframe,
.rule-box .card-body iframe {
  width: 100% !important;
}

.rule-box .card-body {
  border-left: 1px solid #003487;
  border-right: 1px solid #003487;
  background: #fff;
}

.rule-box .card-body img {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box-top,
.rule-box-bottom {
  width: 100%;
}

.rule-box-bottom {
  transform: rotateZ(180deg);
}

.detail-box .card-body {
  padding: 0 20px;
  background: #fff;
}

.detail-box p {
  line-height: 2rem;
}

.detail-box .vote-item-content-box img {
  width: 100%;
}

.detail-box .play-img,
.detail-box iframe {
  margin: 10px auto;
  max-width: 100%;
}

.detail-content-box {
  display: flex;
  justify-content: space-around;
}

.detail-content-box .detail-title {
  width: 45%;
  text-align: left;
  margin-top: 10px;
}

.detail-content-box .detail-title p {
  text-align: center;
  font-size: 12px;
}

.detail-content-box .detail-title span {
  color: #fe2088;
}

.search-box .input-group {
  background: #fff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.search-box .col-12 {
  padding: 10px 10px;
}

.search-box input {
  height: 40px;
  line-height: 40px;
  border: none;
}

.search-box button {
  height: 40px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.search-box input {
  /* border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important; */
}

.type-box {
  padding: 0 10px;
}

.type-box .item {
  padding: 5px;
}

.type-box .item .btn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type-box .btn-block {
}

.type-box .item .bg-style-1-o {
  background: url("../img/classify2.png");
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
}

.type-box .item .bg-style-1 {
  background: url("../img/classify1.png");
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
}

.vote-item-box {
  padding: 0;
  margin: 0 -5px;
}

.vote-item-box .item {
  padding: 5px;
  margin-bottom: 10px;
}

.vote-item-box .item .card-body {
  padding: 0px !important;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  width: 100%;
}

.vote-item-box .item .card-heading {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 52, 135, 0.7);
  width: 45px;
  text-align: center;
  padding: 2px 0;
  overflow: hidden;
  color: inherit;
  border: none;
  border-radius: 0 !important;
  font-size: 12px !important;
  z-index: 5;
}

.vote-item-box .vote-img-box {
  display: block;
  border: 2px solid #003487;
  padding: 6px;
}

.vote-item-box .vote-item-text {
  background: #003487;
  padding: 10px 0;
}

.vote-item-box .vote-title-box,
.vote-item-box .vote-sub-title-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vote-item-box .vote-item-text .title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}

.vote-item-box .vote-item-text .sub-title {
  color: #fff;
}

.vote-item-box .vote-item-text .vote-item-btn {
  width: 60%;
  height: 30px;
  padding: 2px;
  margin: 10px auto 0;
  background: #fff;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  width: 100%;
  color: #003487;
  border: 1px solid #003487;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  padding: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.widget-vote-item .card-default .vote-item-text .count {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.vote-item-box .item img {
  width: 100%;
}

.vote-item-box .active .btn {
  background-color: #fff;
  color: #758697;
}

.vote-item-box.aligning .vote_align_box {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}

.vote-item-box.aligning .vote_align_box iframe,
.vote-item-box.aligning .vote_align_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detail-content-box .btn-block {
  width: 90px !important;
  color: #e61920 !important;
  background-color: #ffc813 !important;
  border: 1px solid #fed189;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
  font-size: 13px !important;
  margin: 10px auto;
}

.navbar-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/footer-bg.png);
  background-size: 100% 100%;
  z-index: 50;
}

.footer-bar-box {
  width: 100%;
  display: flex;
}

.footer-bar-box .item {
  flex: 1;
  padding: 8px 0;
}

.footer-bar-box .item i {
  font-size: 1.2rem;
}

.footer-bar-box .item a {
  display: block;
  text-decoration: none;
  background: #003487 url(../img/select-bg.png);
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  max-width: 44px;
}

.footer-bar-box .item a.active {
  background-color: #fff;
  color: #003487;
}

.select-bar-box {
  background: #fff;
  width: 100%;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  z-index: 100;
  box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.2);
}

.select-bar-box .btn {
  padding: 5px 20px;
}

/*.main-title {
    font-size: 1.3rem;
}*/

/* widget */

#widget-box {
  display: none;
}

.layer-self {
  width: 300px;
  border: 5px solid #ccc;
}

.widget-search-box,
.widget-vercode-box,
.widget-alert-box {
  /* background: #fff;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important; */
}

.widget-search-box .btn,
.widget-vercode-box .btn,
.widget-alert-box .btn {
  /* margin-top: 30px;
    padding: 5px 26px;
    margin-bottom: 10px; */
}

.widget-alert-box .btn {
  /* padding: 5px 30px !important; */
}

/*漂浮物*/

.widget-float-box li {
  position: fixed;
  top: -20%;
  list-style: none;
  display: block;
  width: 3rem;
  animation: downFloat 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 10;
}

.widget-float-box li img {
  width: 100%;
}

@keyframes downFloat {
  0% {
    top: -20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 110%;
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}

@keyframes upFloat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px) rotate(600deg);
    transform: translateY(-2000px) rotate(600deg);
  }
}

.input-err {
  border: 1px solid #f00;
}

.widget-alert-box .alert-box-qrcode {
  width: 200px;
  height: 200px;
}

/*报名*/

.sign-form-img-box .item .fa-close {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #f00;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  top: -8px;
  right: -8px;
}

.sign-form-img-box .item img {
  width: 100%;
  height: 60px;
}

/* 排行榜 */

.rank-box .table {
  margin-bottom: 0;
}

table {
  border: none !important;
}

table thead th:first-child {
  border-top-left-radius: 4px;
}

table thead th:last-child {
  border-top-right-radius: 4px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none;
}

.table thead tr th,
.table tbody tr td {
  text-align: center;
  border: none;
}

.table thead tr {
  background-color: #fff !important;
}

.table tbody tr:nth-child(odd) {
  background-color: #ebf3ff !important;
}

.table tbody tr td {
  color: #8b9dba;
  vertical-align: middle;
}

.table tbody tr td:nth-child(2) {
  text-align: left;
}

.table tbody tr td .table_rank {
  width: 20px;
  height: 20px;
}

.table tbody tr td .table_detail {
  display: inline-flex;
  align-items: center;
}

.table tbody tr td .table_detail .circle {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  overflow: hidden;
}

.table tbody tr td .table_detail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

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

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

/*@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {*/

/*.footer-bar-box {*/

/*padding-bottom: 20px;*/

/*}*/

/*.select-bar-box {*/

/*bottom: 70px;*/

/*}*/

/*}*/

/*---------------------*/

.card-warp {
  background: url(../img/vote-bg.png);
  background-size: 100% 100%;
}

.card-warp .row {
  height: 80px;
  display: flex;
  justify-content: space-around;
}

.card-warp .row .col-4 {
  color: #003487;
  height: 100%;
  font-weight: normal;
  font-size: 14px !important;
  margin-left: -5px !important;
  padding: 3px !important;
  width: 20% !important;
}

.card-warp .row .col-4 .card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-warp .row .col-4 .card-item p:last-child {
  color: #003487;
}

.card-warp .row .col-4 .number {
  font-size: 18px !important;
}

.col-12 .card-footer {
  background-color: transparent;
  color: #003487;
  border: none;
  padding: 4px 0;
}

.card-warp .diff-time-box .text span {
  color: #eb3e23;
}

.sign-btn-box .col-6 a {
  height: 45px !important;
  line-height: 40px !important;
  padding: 0 !important;
  margin: 0px auto;
  font-size: 18px !important;
  border-radius: 0;
}

.rule-box .card {
  border-radius: 4px;
  border-bottom: none !important;
}

.rule-box .card i {
  color: #003487;
}

.search-box .input-group {
}

.search-box .input-group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #003487;
}

.search-box .input-group button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #003487;
}

.search-box .input-group .input-group-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.vote-item-box {
  margin-top: 10px !important;
}

.widget-vote-item {
  border-radius: 4px !important;
}

.widget-vote-item .card-default {
  background-color: #fff !important;
  position: relative;
}

.widget-vote-item .card-default .mt-all .count {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.mt-all .title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}

.mt-all .sub-title {
  color: #fff;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-weight: normal;
}

.card-body p.more-title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.card-body p.more-desc {
  margin-top: 10px;
}

.card-heading {
  color: #fff !important;
}

.select-bar-box {
  border-bottom: 1px solid #fcd1fc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb;
}

.select-bar-box .number {
  color: #fe429a;
}

.regular-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.regular-title span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top-left-radius: 75%;
  border-bottom-right-radius: 75%;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
}

.regular-title img {
  width: 178px;
}

.home-rule-box {
  /*height: 138px;*/
  /* margin-top: 20px; */
}

.btn-detail {
  font-size: 12px;
}

.detail-content-box .detail-title .detail-name {
  color: #ffd88d;
  font-size: 16px;
  margin-bottom: 10px;
}

.detail-num .shadow {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.detail-num .shadow .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 65px;
  color: #fff !important;
}

.detail-num .shadow .card-body span {
  font-size: 20px;
}

.detail-num .shadow .card-body .col-4 {
  padding: 4px !important;
  height: 65px;
  background: linear-gradient(to right, #d34ae4, #fb9cfc);
  /* 标准语法 */
  width: 29.8%;
  margin: 0 5px;
  border-radius: 4px;
}

.detail-num .shadow .card-body .col-4 .warp {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 100%;
}

.detail-num .shadow .card-body .col-4:nth-child(1) {
  background: linear-gradient(to right, #d34ae4, #fb9cfc);
  /* 标准语法 */
}

.detail-num .shadow .card-body .col-4:nth-child(2) {
  background: -webkit-linear-gradient(left, #ff9304, #ffc92d);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9304, #ffc92d);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9304, #ffc92d);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9304, #ffc92d);
  /* 标准语法 */
}

.detail-num .shadow .card-body .col-4:nth-child(3) {
  background: -webkit-linear-gradient(left, #3cc1ff, #3beaff);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3cc1ff, #3beaff);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3cc1ff, #3beaff);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3cc1ff, #3beaff);
  /* 标准语法 */
}

.footer-box .text-center {
  /* margin-top: 20px; */
}

.show-activity-end .activity-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.show-activity-end .activity-text {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.show-activity-end .activity-btn .activity-btn1 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: rgba(69, 156, 250, 1);
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.show-activity-end .activity-btn .activity-btn2 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: #fe4e67;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

/**
弹窗关闭按钮
 */

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

.layui-layer,
.layui-layer-content {
  border-radius: 0.3rem !important;
}

/* 定制海报 */

.share-container2 {
  overflow: hidden;
  /* background: url() no-repeat;
  background-size: 100% 100%; */
}

.share-wrapper2 {
  padding-top: 64px;
  width: 100%;
}

.share-img2 {
  position: relative;
  padding: 2px;
  margin: 10px auto 0;
  width: 156px;
  /* height: 185px; */
  overflow: hidden;
}

.share-img2 img {
  width: 100%;
}

.share-description2 {
  display: flex;
  justify-content: center;
  padding: 10px 16px;
}

.share-description2 .share-content2 {
  width: 100%;
}

.share-description2 .share-content2 .share_index2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}

.share-description2 .share-content2 .share_index2 span {
  font-size: 12px;
  color: #424242;
}

.share_participator2 {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #424242;
}
.share_dec2 {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #424242;
  font-size: 12px;
}

.share-qrcode-box2 {
  width: 100%;
  margin-bottom: 36px;
  padding: 0px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.share-qrcode-box2 .share-qrcode-img2 {
  width: 62px;
  height: 62px;
}

.share-qrcode-box2 .share-qrcode-img2 img,
.share-qrcode-box2 .share-qrcode-img2 canvas {
  width: 100% !important;
}
.share-icon2 {
  width: 100%;
}
.share-icon2 img {
  width: 100%;
}
.share-close2 {
  margin-top: 16px;
  text-align: center;
}

.share-close2 .iconfont {
  font-size: 36px;
  color: #fff;
}

/* 定制海报2 */
.share-container3 {
  position: relative;
  overflow: hidden;
  background: url(https://audio.weitoupiao.com/other/bg_custom_4.jpg) no-repeat
    0 0;
  height: 667px;
  background-size: 100% 100%;
}

.share-wrapper3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-img3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 294px;
  overflow: hidden;
  transform: rotate(-5deg);
}

.share-img3 img {
  width: 100%;
  max-height: 100%;
}

.share-description3 {
  display: flex;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.share-description3 .share-content3 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 10px;
}

.share-description3 .share-content3 .share_index3 {
  font-size: 12px;
  color: #fff;
}

.share_participator3 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-left: 5px;
}
.share_dec3 {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #424242;
  font-size: 12px;
}
.share-qrcode-box3 {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 100px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/qrcode_custom.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.share-qrcode-img3 {
  width: 78px;
  height: 78px;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.share-qrcode-img3 img,
.share-qrcode-img3 canvas {
  width: 100%;
}

.share-close3 {
  margin-top: 16px;
  text-align: center;
}

.share-close3 .iconfont {
  font-size: 36px;
  color: #fff;
}
