#video {
			cursor: pointer;
		}

		@media (max-width:768px) {
			#playBtn {
				display: none;
			}
		}

		.wxbox {
			width: 50%;
			text-align: center;
			margin: auto;
		}

		.wxbox img {
			width: 60%;
		}

		.wxbox h1 {
			width: 10%;
			position: relative;
			top: -80px;
			left: 450px;
			z-index: 999;
		}

		.wxbtn {
			position: relative;
			background: #fff;
			font-size: 16px;
			color: #4065e0;
			border-radius: 5px;
			margin-top: 30px;
			padding: 10px 35px;
			display: inline-block;
		}

		.wxcode {
			/*width: 50%;*/
			/*margin: auto;*/
			position: relative;
			/*right: -28px;*/
			/*top: -200px;*/
			z-index: 9;
			-webkit-transition: all .4s ease-in-out;
			-o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}

        /* -------------------- */
        .passMod_select-wrapper {
			position: relative;
			width: 290px;
		}

		.passMod_select-tip {
			display: inline-block;
			margin-top: 4px;
			height: 34px;
			font-size: 18px;
			font-weight: bold;
			vertical-align: text-bottom;
		}

		.passMod_select-tip p {
			display: inline-block;
			vertical-align: text-bottom;
		}

		.passMod_select-tip-bg {
			height: 24px;
			font-size: 18px;
			font-weight: bold;
			vertical-align: text-bottom;
		}

		.passMod_select-tip-bgv2 {
			display: inline-block;
			width: 104px;
			height: 24px;
			vertical-align: text-bottom;
			background-size: 234px 154px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}

		.passMod_select-msg {
			font-size: 14px;
			color: red;
		}

		.passMod_select-context {
			position: relative;
			height: 160px;
			margin-top: 16px;
			overflow: hidden;
		}

		.passMod_select-background {
			display: block;
			max-width: 100%;
			max-height: 100%;
		}

		.passMod_select-backgroundv2 {
			display: block;
			width: 290px;
			height: 160px;
			background-size: 290px 191px;
			background-position: 0 -30px;
			background-repeat: no-repeat;
		}

		.passMod_select-block {
			position: absolute;
			top: 20px;
			left: 0;
			width: 40px;
			height: 40px;
			border: black 1px solid;
		}

		.passMod_select-interactive {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			user-select: none;
			background-color: rgba(255, 255, 255, 0.3);
		}

		.passMod_select-footer {
			padding-top: 18px;
			height: 72px;
			box-sizing: border-box;
		}

		.passMod_select .show {
			opacity: 1;
		}

		.passMod_interactive-dot {
			position: absolute;
			left: 0;
			right: 0;
			width: 30px;
			height: 30px;
			border-radius: 30px;
			color: #fff;
			line-height: 30px;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			background-color: rgba(78, 110, 242, 0.7);
			border: rgba(255, 255, 255, 0.8) 4px solid;
		}
        /* ------------------------ */
        .passMod_qrcode-wrapper {
			position: relative;
			width: 290px;
		}

		.passMod_qrcode-tip {
			display: inline-block;
			font-size: 18px;
			font-weight: bold;
			vertical-align: text-bottom;
		}

		.passMod_qrcode-tip p {
			display: inline-block;
			vertical-align: text-bottom;
		}

		.passMod_qrcode-tip-bg {
			max-height: 24px;
			font-size: 18px;
			font-weight: bold;
			vertical-align: text-bottom;
		}

		.passMod_qrcode-context-wrap {
			position: relative;
			margin-top: 40px;
		}

		.passMod_qrcode-context {
			position: relative;
			width: 188px;
			height: 188px;
			margin: 0 auto;
			padding: 13px;
			box-sizing: border-box;
			border: rgba(133, 133, 133, 0.3) 1px solid;
			overflow: hidden;
		}

		.passMod_qrcode-background {
			display: block;
			width: 100%;
			height: 100%;
		}

		.passMod_qrcode-errorMessage {
			padding-top: 10px;
			height: 16px;
			color: red;
			font-size: 16px;
			text-align: center;
		}

		.passMod_qrcode-footer {
			padding-top: 18px;
			height: 72px;
			box-sizing: border-box;
		}

		.passMod_qrcode .show {
			opacity: 1;
		}
        /* --------------------- */
        .passMod_spin-wrapper {
			position: relative;
			width: 290px;
		}

		.passMod_spin-tip {
			height: 28px;
			font-size: 18px;
			font-weight: bold;
			color: #1F1F1F;
		}

		.darkmode .passMod_spin-tip {
			color: rgba(255, 255, 255, .8)
		}

		.passMod_spin-msg {
			font-size: 14px;
			color: red;
		}

		.passMod_spin-context-wrap {
			position: relative;
			margin-top: 16px;
		}

		.passMod_spin-context {
			position: relative;
			width: 152px;
			height: 152px;
			border-radius: 76px;
			margin: auto;
			overflow: hidden;
		}

		.passMod_spin-background {
			display: block;
			width: 152px;
			height: 152px;
		}

		.passMod_spin-coordinate {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 152px;
			height: 152px;
			z-index: -1;
		}

		.passMod_spin-AI {
			position: absolute;
			bottom: 11px;
			left: 50%;
			transform: translate(-50%);
			font-size: 11px;
			line-height: 11px;
			color: white;
			opacity: 0.5;
		}

		.passMod_spin-footer {
			padding-top: 30px;
			height: 84px;
			box-sizing: border-box;
		}

		.passMod_spin .show {
			opacity: 1;
		}