
.shenfen_yincang_0,.shenfen_yincang_1,.shenfen_yincang_2,.shenfen_yincang_3{
    display:none!important;
} 

.zhezhao{
	position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 99999999;
	    padding: 5% 5%;
	    background-color: rgb(255 255 255);
	    box-sizing: border-box;
	    font-size: 14px;
		display: none;
}

.zhezhao span{
	    font-size: 14px;
	    text-align: left;
	    width: 100%;
	    display: block;
	    margin-top: 30px;
	    color: #fff;
	    font-weight: 700;
	    line-height: 30px;
}

.zhezhao span div{
	margin-top: 10px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
}

.zhezhao span button{
position: static;
height: 28px;
font-size: 15px;
}

.zhezhao_baise{
	opacity: inherit;
	background: #FFF; 
	display:block;
	z-index: 2;
}

.wanshan span,.meiren span{
	font-size: 18px;
	padding:20px 10px 0;
	display: inline-block;
	    margin-top: 0px;
	    color: #000!important;
	    font-weight: 100;
	    line-height: inherit;
		font-weight: 700;
}

		@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

.Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 1.5s linear infinite;
-moz-animation: rotation 1.5s linear infinite;
-webkit-animation: rotation 1.5s linear infinite;
-o-animation: rotation 1.5s linear infinite;

margin: 0px auto;
display: table;
font-size: 60px;
color: #fff;
}


.bu-show {
				width: 100%;
				height: 100vh;
				background: rgba(0, 0, 0, 0.7);
			}

			.frist-img {
				padding: 60px 0 0 0;
			}

			.frist-img img {
				width: 100%;
				height: auto;
			}

			.secon-con {
				width: 70%;
				height: 140px;
				padding: 10px;
				background: #fff;
				margin: 30px auto 0;
				border-radius: 6px;
				text-align: center;
			}

			.f-b {
				font-weight: 700;
				color: #693700;
			}

			.websiet {
				height: 40px;
				background: #f3f3f3;
				margin: 20px 0 0 0;
				line-height: 40px;
				text-align: center;
				border-radius: 6px;
			}

			.websiet span {
				padding: 0 10px;
				color: #693700;
			}

			.copy-btn {
				height: 40px;
				background: #ffe9b6;
				margin: 10px 0 0 0;
				line-height: 40px;
				text-align: center;
				border-radius: 6px;
				color: #693700;
			}

			.text-popup {
				animation: textPopup 1s both;
				-ms-transform: translateY(-20px);
				color: #693700;
				user-select: none;
				white-space: nowrap;
				position: absolute;
				z-index: 99;
			}

			@keyframes textPopup {

				0%,
				100% {
					opacity: 0;
				}

				5% {
					opacity: 1;
				}

				100% {
					transform: translateY(-50px);
				}
			}