/* 字体 */
@font-face {
	font-family: 'SourceHanSansSC';
	/*定义字体名*/
	src: url(../css/font/SourceHanSansSC-Regular.otf);
	/*字体包的引入路径*/
}

@font-face {
	font-family: 'SLIDEQIUHONGREGULAR';
	/*定义字体名*/
	src: url(../css/font/SLIDEQIUHONGREGULAR.TTF);
	/*字体包的引入路径*/
}

html,
body,
#app,
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

a {
	color: #313131;
	text-decoration: none;
}

.main {
	background: url(/static/pc-h5/images/tafang/center.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.main_bg {
	height: 100%;
}

.main_bg .main_bg_left {
	width: 21%;
	height: 95%;
	position: absolute;
	left: 16%;
	top: 5%;
}

.game_logo {
	background-size: 100% auto !important;
	width: 150px;
	height: 163px;
	transform: translateX(-20px);
}

.main_bg .main_bg_left .video_button {
	width: 110px;
	height: 110px;
	cursor: pointer;
	animation: breath 2s linear infinite;
	margin: 0 auto;
	margin-right: 18%;
	margin-top: 110%;
}

.main_bg .main_bg_left .video_button img {
	width: 100%;
	height: 100%;
}

.center_button {
	height: 165px;
	background: url(/static/pc-h5/images/tafang/button_bg.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 80%;
	left: 50%;
	padding: 0 60px;
	z-index: 1;

	display: inline-flex;
	align-items: center;
	transition-duration: 1200ms;
	transform: translate3d(-50%, 0px, 0px);
}

.age_tip {
	width: 98px;
	position: absolute;
	right: -110px;
	top: 20px;
}

.center_qrcode {
	display: flex;
}

.center_qrcode .center_qrcode_des {
	writing-mode: vertical-lr;
	font-family: 'SourceHanSansSC';
	text-align: center;
	color: #a7563c;
	font-size: 20px;
}

.center_qrcode_con {
	position: relative;
	margin-left: 5px;
}

.center_qrcode_con_img {
	width: 132px;
	height: 10px;
	background: url(/static/pc-h5/images/tafang/center_qrcode_move.png);
	position: absolute;
	top: 0px;
	left: -4px;
	animation: dong 2s linear infinite;
}

.center_phone_button {
	margin: 0 10px 0 5px;
}

.cadpa {
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.cadpa img {
	height: calc(100% - 30px);
	transform: translateY(-1px);
}

.exchange {
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;

	display: none;
}

.exchange .box {
	width: 691px;
	height: 360px;
	background: url(/static/pc-h5/images/newT/gif_dialog.png);
	background-size: cover;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.exchange .close {
	width: 70px;
	height: 70px;
	background: url(/static/pc-h5/images/newT/dialog_close.png);
	background-size: cover;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}

.exchange .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.exchange .input {
	display: inline-block;
	position: relative;
}

.exchange .input .value {
	display: inline-block;
	width: 308px;
	height: 50px;
	line-height: 50px;
	background: #d6c5b0;
	border-radius: 3px;
	font-family: 'SourceHanSansSC';
	font-size: 27px;
	font-weight: 400;
	color: #865e47;
	text-align: center;
}

.exchange .input .btn {
	display: inline-block;
	width: 105px;
	height: 59px;
	background: url(/static/pc-h5/images/newT/copy.png);
	background-size: cover;
	position: absolute;
	right: -100px;
	top: -4px;
}

.exchange .box .title {
	width: 29px;
	height: 195px;
	background: url(/static/pc-h5/images/newT/dialog_title.png);
	background-size: cover;
	position: absolute;
	left: 18px;
	top: 29px;
}

.exchange .excFs {
	text-align: center;
	margin: 30px 0;
}

.exchange .excFs span:nth-child(2) {
	font-size: 20px;
	color: #894f33;
	font-family: 'SourceHanSansSC';
	text-align: center;
	margin: 0 13px;
}

.exchange .excFs .left {
	display: inline-block;
	width: 101px;
	height: 14px;
	background: url(/static/pc-h5/images/newT/dia_left.png);
	background-size: cover;
}

.exchange .excFs .right {
	display: inline-block;
	width: 101px;
	height: 14px;
	background: url(/static/pc-h5/images/newT/dia_right.png);
	background-size: cover;
}

.exchange .content .tips {
	width: 400px;
	font-size: 18px;
	color: #8b745f;
	font-family: 'SourceHanSansSC';
}

.age_tips {
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;

	display: none;
}

.age_tips .box {
	width: 752px;
	height: 404px;
	background: url(/static/pc-h5/images/newT/age_dialog.png);
	background-size: cover;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.age_tips .close {
	width: 70px;
	height: 70px;
	background: url(/static/pc-h5/images/newT/dialog_close.png);
	background-size: cover;
	position: absolute;
	right: 5px;
	top: -20px;
	cursor: pointer;
}

.age_tips .title {
	text-align: center;
	font-size: 30px;
	color: #894f33;
	line-height: 110px;
}

.age_tips .content {
	width: 625px;
	height: 232px;
	margin: 0 auto;
	overflow-y: auto;
	color: #8b745f;
	font-size: 16px;

	padding-right: 30px;
}

.age_tips .content p {
	margin-top: 0;
}

.age_tips .content::-webkit-scrollbar {
	width: 7px;
	height: 227px;
	background: #d1ae88;
	border-radius: 4px;
}

.age_tips .content::-webkit-scrollbar-thumb {
	background: #e2703d;
	border-radius: 4px;
}

.age_tips .content::-webkit-scrollbar-button {
	display: none;
}

.swiper-slide {
	height: 100% !important;
}

.news {
	background: url(/static/pc-h5/images/tafang/news-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.news-all {
	margin: 14% 12.5% 0 12.5%;
	height: 63%;
	position: relative;
}

.news-right {
	width: 48.5%;
	height: 90%;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	right: 0;

	padding: 1% 1% 2% 5%;
}

.newsNavs_all {
	border-bottom: 2px solid #b85c38;
	display: flex;
	align-items: center;
}

.news-right .newsNavs {
	font-size: 20px;
	line-height: 80px;
	margin: 0.18rem 0 0;
	/* display: flex; */

	width: calc(100% - 92px);
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.news-right .newsNavs::-webkit-scrollbar {
	display: none;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	background: transparent;
}

.newsNavs>a {
	display: inline-block;
	width: 141px;
	font-size: 24px;
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.newsNavs .active {
	color: #bd500e;
	position: relative;
}

.newsNavs .active::after {
	content: '';
	height: 4px;
	width: 100%;
	background: #d15219;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.many {
	display: inline-block;
	width: 90px;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}

.newsContent {
	height: calc(100% - 90px);
	margin: 3% 0;
	overflow: hidden;
}

.newsContent .swiper-slide {
	height: 100% !important;
}

.newsContent .newsItem {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #313131;
	font-size: 24px;
	line-height: 70px;
}

.newsContent .newsItem div:first-child {
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.news-left {
	width: 48%;
	height: 70%;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	overflow: hidden;
}

.news-left .slide {
	height: 100%;
}

.slide img {
	width: 100%;
}

.pet {
	background: url(/static/pc-h5/images/tafang/pet-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.pet_content {
	margin: 14% 12.5% 0 12.5%;
	height: 63%;
	position: relative;

	display: flex;
}

.pet_content_role {
	display: flex;
}

.role_left {
	display: flex;
}

.role_left .role_name {
	color: #844600;
	width: 122px;
	line-height: 122px;
	font-size: 122px;
	font-family: 'SLIDEQIUHONGREGULAR';
}

.role_left .role_message {
	margin: 60px 0 0 50px;
}

.role_left .role_message .role_p:first-child {
	margin-bottom: 40px;
}

.role_left .role_message .role_p1 .pet_name_p,
.role_left .role_message .role_p2 .pet_name_p {
	margin-left: 20px;
	margin-top: 0;
	width: 291px;
	color: #b04f1e;
	font-family: 'SourceHanSansSC';
	color: rgb(176, 79, 30);
	font-size: 20px;
	text-indent: 40px;
	line-height: 48px;
	height: 100%;
}

.role_right {
	position: absolute;
	left: 157px;
	top: -116px;
}

.role_right .pet_role {
	width: 744px;
	height: 777px;
	position: absolute;
	top: 32px;
	left: 390px;
}

.role_right .pet_content_btn {
	width: 150px;
	height: 650px;
	position: absolute;
	top: 150px;
	left: 1100px;

	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}

.role_right .pet_content_btn .icon_k {
	background: url(/static/pc-h5/images/newT/role_k.png) no-repeat;
	background-size: cover;
	width: 118px;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_k img {
	width: 82px;
	height: 82px;
	margin-bottom: 14px;
	border-radius: 50%;
}

.role_right .pet_content_btn .icon_active {
	background: url(/static/pc-h5/images/newT/role_k_active.png) no-repeat;
}

.role_right .pet_content_btn .icon_k:nth-child(1) {
	transform: translateX(-120px);
}

.role_right .pet_content_btn .icon_k:nth-child(2) {
	transform: translateX(-35px);
}

.role_right .pet_content_btn .icon_k:nth-child(3) {
	transform: translateX(-5px);
}

.role_right .pet_content_btn .icon_k:nth-child(4) {
	transform: translateX(-20px);
}

.role_right .pet_content_btn .icon_k:nth-child(5) {
	transform: translateX(-65px);
}

.feature {
	background: url(/static/pc-h5/images/tafang/feature-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.feature-bg {
	background: url(/static/pc-h5/images/tafang/feature-swbg.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;

	max-width: 1355px;
	width: 100%;
	height: 630px;
	margin: 0 auto;
	position: relative;
	top: 220px;
}

.featureContent {
	position: relative;
	top: 70px;
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.featureContent .swiper-slide {
	width: 870px;
	height: 485px !important;
	box-shadow: 0 8px 30px #ddd;
	z-index: 1;
}

.featureContent .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.featureContent .swiper-slide-active {
	z-index: 2;
}

.featureContent .swiper-slide-prev {
	filter: brightness(60%);
	transform: perspective(1000px) rotateY(20deg) translateX(680px) scale(0.8) !important;
	height: 582px;
	top: -26px;
}

.featureContent .swiper-slide-next {
	filter: brightness(60%);
	transform: perspective(1000px) rotateY(-13deg) translateX(-680px) scale(0.8) !important;
	height: 565px;
	top: -8px;
}

.featureContent .swiper-button-prev {
	width: 98px;
	height: 94px;
	background: url(/static/pc-h5/images/tafang/img_common_left.png) no-repeat;
	background-size: 100%;
}

.featureContent .swiper-button-next {
	width: 98px;
	height: 94px;
	background: url(/static/pc-h5/images/tafang/img_common_right.png) no-repeat;
	background-size: 100%;
}

.feature-bg .swiper-pagination {
	width: 100%;
	bottom: -10%;
}

.feature-bg .swiper-pagination .swiper-pagination-bullet {
	background: url(/static/pc-h5/images/tafang/bullet.png) no-repeat;
	background-size: cover;
	width: 28px;
	height: 28px;
	margin: 0 2px;
}

.feature-bg .swiper-pagination .swiper-pagination-bullet-active {
	background: url(/static/pc-h5/images/tafang/bullet_active.png) no-repeat;
	background-size: cover;
}

.media {
	background: url(/static/pc-h5/images/tafang/media-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.mediaContent {
	margin: 14% 12.5% 0 12.5%;
	height: 63%;
	position: relative;

	display: flex;
}

.mediaContent .media-left {
	width: 59px;
	height: 299px;
	margin: 0 auto;
	background: url(/static/pc-h5/images/tafang/tabs.png) no-repeat;

	margin: auto 0;
	margin-right: 40px;
}

.mediaContent .media-left .media-tab-top {
	height: 119px;
	width: 59px;
	font-size: 28px;
	padding-top: 30px;
	color: #652600;
	display: flex;
	cursor: default;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-lr;
	font-family: 'SourceHanSansSC';
	background: url(/static/pc-h5/images/tafang/tabs-top.png) no-repeat;
}

.mediaContent .media-left .media-tab-bottom {
	height: 119px;
	width: 59px;
	font-size: 28px;
	padding-bottom: 30px;
	color: #fff;
	display: flex;
	cursor: default;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-lr;
	font-family: 'SourceHanSansSC';
}

.media-right-img {
	width: calc(100% - 99px);
	height: 100%;
	position: absolute;
	left: 99px;
}

.media-right-img .media-right-img-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.media-right-img .media-right-img-swiper .swiper-slide {
	height: 100% !important;
	display: flex;
	flex-wrap: wrap;
}

.media-right-img .media-right-img-swiper .swiper-slide .media-item {
	width: 31.5%;
	height: 43%;
	border-radius: 5px;
	margin-right: 1.5%;
	overflow: hidden;
}

.media-right-img .media-right-img-swiper .swiper-slide .media-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-right-img .scrollbar-img {
	margin: 20px 20%;
	background-color: transparent;
}

.media-right-img .scrollbar-img::after {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 2px dashed #ce7456;
	top: 25%;
}

.swiper-scrollbar-drag {
	/* transform: calc(0.5) !important; */
}

.media-right-video {
	width: calc(100% - 99px);
	height: 100%;
	position: absolute;
	left: 99px;
	visibility: hidden;
}

.media-right-video .media-right-video-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.media-right-video .media-right-video-swiper .swiper-slide {
	height: 100% !important;
	display: flex;
	flex-wrap: wrap;
}

.media-right-video .media-right-video-swiper .swiper-slide .media-item {
	width: 31.5%;
	height: 43%;
	border-radius: 5px;
	margin-right: 24px;
	overflow: hidden;

	position: relative;
}

.media-right-video .media-item .mask {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.media-right-video .media-item:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.media-right-video .media-item:hover>.mask {
	-webkit-transform: translate(0, 0);
}

.media-right-video .media-item .mask .line:nth-child(1) {
	position: absolute;
	height: 1px;
	top: 10px;
	left: 10px;
	right: 10px;
	overflow: hidden;
}

.media-right-video .media-item .mask .line:nth-child(2) {
	position: absolute;
	width: 1px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
}

.media-right-video .media-item .mask .line:nth-child(2)::after {
	background: rgba(255, 255, 255, 0.59);
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all 0.1s 0.4s linear;
	transition: all 0.1s 0.4s linear;
}

.media-right-video .media-item .mask .line:nth-child(3) {
	position: absolute;
	height: 1px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	overflow: hidden;
}

.media-right-video .media-item .mask .line:nth-child(3)::after {
	background: rgba(255, 255, 255, 0.59);
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.1s 0.5s linear;
	transition: all 0.1s 0.5s linear;
}

.media-right-video .media-item .mask .line:nth-child(4) {
	position: absolute;
	width: 1px;
	top: 10px;
	left: 10px;
	bottom: 10px;
	overflow: hidden;
}

.media-right-video .media-item .mask .line:nth-child(4)::after {
	background: rgba(255, 255, 255, 0.59);
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.1s 0.6s linear;
	transition: all 0.1s 0.6s linear;
}

.media-right-video .media-item .mask .line:nth-child(1)::after {
	background: rgba(255, 255, 255, 0.59);
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.media-right-video .media-item .mask .video-btn {
	width: 90px;
	height: 90px;
	background: url(/static/pc-h5/images/tafang/btn2.png) no-repeat;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	animation: breath 2s linear infinite;
}

.media-right-video .media-item:hover>.mask .line:nth-child(2)::after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-right-video .media-item:hover>.mask .line:nth-child(1)::after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-right-video .media-item:hover>.mask .line:nth-child(3)::after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-right-video .media-item:hover>.mask .line:nth-child(4)::after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-right-video .media-right-video-swiper .swiper-slide .media-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-right-video .scrollbar-video {
	margin: 20px 20%;
	background-color: transparent;
}

.media-right-video .scrollbar-video::after {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 2px dashed #ce7456;
	top: 25%;
}

.bottom {
	background: url(/static/pc-h5/images/tafang/media-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center bottom;
}

.bottomContent {
	margin: 14% 12.5% 0 12.5%;
	height: 63%;
}

.bottomContent .contact {
	display: flex;
	justify-content: space-around;
	margin: 0 320px;
	transform: translateY(-15px);
}

.bottomContent .contact .contact_left,
.bottomContent .contact .contact_right {
	text-align: center;
}

.bottomContent .contact .contact_left .title,
.bottomContent .contact .contact_right .title {
	color: #be5000;
	font-size: 22px;
	transform: translateY(-15px);
}

.bottomContent .contact .contact_left .content,
.bottomContent .contact .contact_right .content {
	color: #87421c;
	font-size: 22px;
	transform: translateY(-10px);
}

.bottomContent .contact .contact_right .content span {
	color: #b8723f;
	margin-left: 15px;
	cursor: pointer;
}

.copy2 {
	position: relative;
}

.bottomContent .copyright {
	width: 1080px;
	display: flex;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.bottomContent .copyright>img {
	width: 224px;
	height: 71px;
}

.bottomContent .copyright>div {
	float: right;
	margin-left: 21px;
	margin-top: 16px;
}

.bottomContent .copyright p {
	margin: 0 auto;
	font-size: 14px;
	font-family: 'SourceHanSansSC', 'Microsoft Yahei' !important;
	color: rgb(53, 53, 53);
	line-height: 1.714;
}

.fixed_left {
	height: 773px;
	position: fixed;
	left: 46px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.fixed_left_button {
	width: 153px;
	height: 153px;
}

.fixed_left_button img {
	width: 100%;
	position: absolute;
	z-index: 2;
}

.fixed_left_hover {
	background: url(/static/pc-h5/images/tafang/hoverbtn.png) no-repeat;
	background-size: cover;
	width: 143px;
	height: 600px;
	padding-top: 80px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 1;
	top: 71px;
	left: 5px;

	display: flex;
	flex-wrap: wrap;
}

.fnav1,
.fnav2,
.fnav3,
.fnav4,
.fnav5 {
	width: 100%;
	height: 85px;
	line-height: 55px;
	font-size: 24px;
	cursor: pointer;
	font-family: 'sourceHansanssC';
	color: #814913;
}

.fnav1:hover,
.fnav2:hover,
.fnav3:hover,
.fnav4:hover,
.fnav5:hover {
	background: url(/static/pc-h5/images/tafang/masking.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 85px;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff;
	color: '#d37746';
}

.fnav1 {
	text-align: center;
	line-height: 85px;
	margin-top: 30px;
}

.fnav2>div,
.fnav3>div,
.fnav4>div,
.fnav5>div {
	width: 100%;
	height: 30px;
	text-align: center;
}

.fnav_active {
	background: url(/static/pc-h5/images/tafang/masking.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 85px;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff;
	color: '#d37746';
}

.fixed_right {
	position: fixed;
	width: 236px;
	height: 798px;
	top: 0;
	right: -238px;
	z-index: 99;
	transition: right 1s;
}

.fixed_right_button {
	width: 38px;
	height: 99px;
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	z-index: 98;
}

.fixed_right_con {
	background: url(/static/pc-h5/images/tafang/fixed_right_bg.png) no-repeat;
	height: 418px;
	width: 198px;
	position: absolute;
	top: -2px;
	left: 38px;
	z-index: 99;
	text-align: center;
	padding: 190px 0;
}

.fixed_right_qrcode {
	position: relative;
	margin-bottom: 10px;
}

.fixed_right_qrcode_con_img {
	position: absolute;
	left: 22px;
	width: 156px;
	animation: dong1 2s linear infinite;
}

.fixed_right_download_tip {
	margin-bottom: 18px;
}

.fixed_right_phone a {
	display: block;
}

.fixed_right_phone a:first-child {
	margin-bottom: 3px;
}

.fixed_right_wx {
	display: inline-block;
	margin-top: 25px;
}

.fixed_right_wx:hover+.fixed_right_wx_qrcode {
	display: inline-block;
}

.fixed_right_wx_qrcode {
	width: 154px;
	height: 154px;
	display: none;
}

.all_img {
	position: fixed;
	left: 0;
	top: -0.9%;
	width: 100%;
	z-index: 200;
	height: 950px;
	background: rgba(0, 0, 0, 0.9);

	display: none;
}

.all_img .videoBox {
	height: 70%;
	left: 50%;
	top: 13%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	position: absolute;
	transform: translate(-50%, 0);
	text-align: center;
}

.all_img .videoBox img {
	height: 100%;
}

.all_img .videoBox video {
	object-fit: cover;
}

.all_video {
	position: fixed;
	left: 0;
	top: -0.9%;
	width: 100%;
	z-index: 200;
	height: 950px;
	background: rgba(0, 0, 0, 0.9);

	display: none;
}

.all_video .videoBox {
	height: 70%;
	left: 50%;
	top: 13%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	position: absolute;
	transform: translate(-50%, 0);
	text-align: center;
}

.videoBox .videoClose {
	position: absolute;
	right: -17px;
	top: -14px;
	width: 35px;
	height: 35px;
	background: rgb(82 151 255);
	border-radius: 50%;
	border: 4px solid #fff;
	text-align: center;
	line-height: 29px;
	font-size: 47px;
	color: #fff;
	z-index: 1000;
	cursor: pointer;
	transform: rotate(45deg);
	font-weight: bold;
}

video {
	object-fit: cover;
}

@keyframes rightdown {
	0% {
		right: 0;
	}

	100% {
		right: -194px;
	}
}

@keyframes breath {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes dong {
	0% {
		transform: translate(0px, 0px);
	}

	100% {
		transform: translate(0px, 110px);
	}
}

@keyframes dong1 {
	0% {
		transform: translate(0px, 0px);
	}

	100% {
		transform: translate(0px, 150px);
	}
}