.tishi{display: none;}
.tishi_20221208{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.tishi_20221208 .mask{
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);  
	background-color: #ababab;
}
.tankuan{
	z-index: 102;
	position: absolute;
	top: 10rem;
	left: 0;right:0;margin:0 auto;
	background: #f5f5f5;
	width: 15rem;
	height: 7rem;
	text-align: center;
	background-color: #fff;
    box-sizing: border-box;
}

.tankuan .tankuan_txt1{
	/* padding-top: 1.5rem; */
	font-size: 0.8rem;
	line-height: 1.3rem;
}
.tk_btn{    justify-content: space-between;border-bottom: 1px solid #ddd;
    padding: 0.5rem;margin-bottom: 0.7rem;font-size:0.9rem;
    align-items: center;
	display:flex
}
.tk_btn >.yes{background:url(https://img9.tongzhuo100.com/m_index/img/query/003.png) no-repeat;height: 1rem;width: 1rem;background-size: 1rem;;
}
/*ios下载不了提示框*/
#unload_Box{
    width:9.25rem;
    height:13rem;
    background: #fffdfe;
    border-radius: 0.25rem;
    /*margin:200px auto;*/
    display: none;
    position: fixed;
    top:6rem;
    left:50%;
    transform:translateX(-4.125rem);
    -webkit-transform:translateX(-4.125rem);  
    -moz-transform:translateX(-4.125rem); 
    z-index: 5;
}
.un_app{
    margin:0.7rem auto 0.25rem;
    font-size: 0.5rem;
    color: #f66f5a;
    font-weight: bold;
    display: table;
}
.un_zhiding{
	display: table;
	text-align: center;
	width: 67%;
    font-size: 0.7rem;
    color:#999999;
    margin: 0 auto 0.625rem;
}
.un_iput{
    width:6rem;
    height:1.3rem;
    margin:0 auto;
    border-radius: 0.5rem;
    background: url(https://img9.tongzhuo100.com/m_index/img/indeximg/btn_img.png) no-repeat ;
    background-size: 6rem 1.3rem;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.7rem;
    color: white;
}
.unload_img>img{
    width:9.25rem;
    height:6rem;
}