.alertin {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 80%;
    min-height: initial;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -40%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 7px;
    z-index: 999;
    padding: 9px 0;
}
.tanc_bg{
	display:none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.tanc{
 	width: 80%;
    margin: 25% auto;
    position: relative;
}
.tc_top{
    width: 100%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.tc_top img{
	width: 100%;
}
.tc_word{
	padding: 15px 0;
    background-color: #f8bf1d;
    text-align: center;
    color: #974b00;
    font-size: 14px;
}
.tc_btn{
    width: 100%;
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #f24832;
    color: #ffffff;
    border-radius: 0 0 15px 15px;
}
.tc_close{
    width: 25px !important;
    position: absolute;
    top: -10px;
    right: -10px;
}
.share{
	display:none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.share img{
	width:100%;
	margin-top: 10px;
}
/* 等待层 */
.yl-loading {
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 999;
    display: none;
}
.yl-loading:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.yl-loading-bg {
    width: 298px;
    height: 298px;
    /*background-color: rgba(0,0,0,.5);*/
    
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
}
.yl-loading1 {
    position: absolute;
    height: 298px;
    width: 298px;
    background: url(/images/other/loading1.png) center no-repeat;
    background-size: 298px 298px;
}
.yl-loading2 {
    position: absolute;
    height: 298px;
    width: 298px;
    background: url(/images/other/loading2.png) center no-repeat;
    background-size: 298px 298px;
    -webkit-animation: reverseRotataZ 1.5s linear infinite;
    animation: reverseRotataZ 1.5s linear infinite;
}
@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(360deg)
    }
}
/* 分享二维码 */
.share_qrcode {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.share_qrcode_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.share_qrcode_img {
	width: 51%;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -25.5%;
	top: 20%;
}

.share_qrcode_img img {
	width: 100%;
}

.share_qrcode_word {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 22px;
	margin-top: 10px;
	z-index: 2;
}
div.page {
	width: 100%;
	/* max-width: 500px;*/
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
	height: 100%;
	background-color: #000000;
}

div.pinch-zoom {
	position: absolute;
	top: 50%;
	left: 0;
	background: #000000;
}

div.pinch-zoom a {
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	background: #333;
	padding: 3px;
	font-size: 11px;
}

div.pinch-zoom img {
	/* margin-top: 200px; */
	
}

div.pinch-zoom div.description {
	position: absolute;
	top: 500px;
	left: 210px;
}

div.pinch-zoom div.description h1 {
	font-size: 40px;
	margin: 0px;
	margin-bottom: 10px;
}

div.pinch-zoom div.description p {
	margin: 0px;
}
