
*:focus {
  box-shadow: none !important;
}

.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: #fff !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 102;
}

.screen-close-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem !important;
}


/**
背景音乐图标
 */

.animation-rotate {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/**
漂浮物
 */

.float-widget {
  position: fixed;
  top: -20%;
  width: 3rem;
  display: block;
  list-style: none;
  z-index: 10;
  animation: downFloatWidget 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;

}

@keyframes downFloatWidget {
  0% {
    top: -20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 110%;
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}

@keyframes upFloatWidget {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px) rotate(600deg);
    transform: translateY(-2000px) rotate(600deg);
  }
}

/**
弹窗关闭按钮
 */

.layui-layer-setwin .layui-layer-close2 {
  right: -15px !important;
  top: -59px !important;
}

.layui-layer,
.layui-layer-content {
  border-radius: 0.3rem !important;
}

.safe-box {
  width: 100%;
  height: calc(env(safe-area-inset-bottom) - 10px) !important;
  height: calc(constant(safe-area-inset-bottom) - 10px) !important;
}

/*
分享海报
*/

.poster {
  font-size: 12px;
  width: 100%;
  height: 375px;
  background-image: linear-gradient(#00aaf8, #1c7be5);
}

.poster p {
  margin-bottom: 0;
}

.poster .info {
  text-align: center;
  color: #fff;
  background: #1c7be5;
  padding: 10px;
}

.poster .info .title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.poster .cover {
  top: 0;
  z-index: -1;
  margin: 10px auto auto auto;
  text-align: center;
}

.poster .cover img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.poster .detail {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
  font-weight: bold;
}

.poster .qrcode {
  text-align: center;
  margin-top: 10px;
}

.poster .qrcode img {
  width: 80px;
  margin: auto;
}

.poster .qrcode canvas {
  width: 80px;
  border: solid #fff 5px;
  margin: auto;
}

.poster .qrcode p {
  margin-top: 10px;
  color: #fff;
}

.poster .qrcode p span {
  font-weight: bold;
  color: #ff0;
}

/* 海报 */

.skin {
	background: none !important;
	box-shadow: none !important;
}

.share-container {
	overflow: hidden;
	background: #fff;
}

.share-wrapper {
	width: 100%;
	padding-bottom: 10px;
	background: #fff url(../img/share_title_bg.png) no-repeat;
	background-size: 100% 100%;
}

.share-title {
	display: block;
	margin: 0 10px;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.share-img {
	position: relative;
	padding: 2px;
	margin: 10px auto 0;
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 130px !important;
	overflow: hidden;
}

.share-img img {
	width: 100%;
	height: 100%;
	border-radius: 130px !important;
}

.share-description {
	display: flex;
	justify-content: space-between;
	padding: 10px 16px;
}

.share-description .share-content {
	width: 100%;
	margin-top: 20px;
}

.share-description .share-content .share-option-index {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

.share-description .share-content .share-option-index span {
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.share-description .share-content .share-option-index::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 18px;
	height: 2px;
	background: #ff152c;
}

.share-option-title {
	margin-top: 8px;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.share-qrcode-box {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 43px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.share-qrcode-box .share-qrcode-img {
	padding: 4px;
	width: 140px;
	height: 140px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.share-qrcode-box .share-qrcode-img img,
.share-qrcode-box .share-qrcode-img canvas {
	width: 100% !important;
}

.share-qrcode-box p {
	position: relative;
	z-index: 10;
	margin-top: 5px;
	color: #999;
	font-size: 9px;
}

.share-icon {
	position: absolute;
	right: 0;
	bottom: -42px;
	width: 90px;
	height: 90px;
}

.share-icon img {
	width: 100%;
  	height: 100%;
}

.share-close {
  	margin-top: 10px;
  	text-align: center;
}

.share-close .fa {
  	font-size: 20px;
  	color: #fff;
}


.widget-search-box {
  background: #fff;
  border-radius: 5px;
}


.search-input {
  width: 100%;
  padding: 5px 0;
  margin: 0;
  background: #f5f7fa;
}

.search-input input {
  height: 20px;
  line-height: 20px;
  padding: 15px 16px;
  font-size: 14px;
  background: #f5f7fa;
  border-radius: 2px;
  border: none;
  outline: none;
}

.search-input input:focus {
  background: #f5f7fa;
}

.search_btn {
  margin-top: 20px;
  margin-bottom: 34px;
}


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;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

textarea:focus:-ms-input-placeholder {
  color: transparent;
}
