html{
	min-height:100%;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	color:white;
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;

}
*{
	color:white;
}

.ub{
	display: flex;
}
.ub-f1{
	flex-grow: 1;
}

.logo{
	width:80%;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
}
.logo img{
	max-width:100%;
}
.qudao_t{
	color:white;
	font-size:13px;
	text-align:center;
	margin-top:30px;
	line-height:20px;
}

.page{
	width:80%;
	margin:0 auto;
}
.qd_t{
	margin-top:30px;
	margin-bottom:5px;
	font-size:16px;
	line-height:40px;
}
.qd_tab{

}
.qd_tab .qd_tab_btn{
	width:80px;
	border:1px solid white;
	border-radius: 3px;
	font-size:14px;
	padding:3px;
	margin-right:20px;
	text-align:center;
}
.qd_tab .qd_tab_btn.on{
	border:3px solid white;
}

.hide{
	display: none;
}

.qd_input{
	margin:30px 0;
	margin-top:10px;
}
.qd_input input{
	border:0;
	border-bottom:1px solid white;
	font-size:16px;
	background:transparent;
	width:100%;
	line-height:40px;
}
.qd_input input::placeholder{
	color:rgba(255,255,255,0.8);
}
.qd_input input:focus{
	outline:none;
}
.qd_sm{
	font-size:12px;
	line-height:22px;
}

.qd_check_btn{
	margin-top:50px;
	border-radius: 50px;
	background:white;
	color:black;
	text-align:center;
	line-height:40px;
	width:100%;
}
.qd_check_btn:hover{
	background:rgb(200,200,200);
}


.addr_sel{
	margin-top:30px;
}

.addr_sel_t{
	font-size:16px;
	margin-right:20px;
	padding:3px 0px;
}
.qd_select{
	background:transparent;
	border:1px solid white;
	color:white;
	font-size:16px;
	padding:3px 10px;
	border-radius: 2px;
}
.qd_select option{
	background:rgba(0,0,0,0.7);
}


.footer{
	position: absolute;
	width:100%;
	bottom:0;
	padding:20px 0px;
	text-align:center;
	color:white;
	line-height:24px;
	font-size:13px;
}



.check_box{
	position: fixed;
	height:100%;
	width:90%;
	background:rgba(0,0,0,0.1);
	left:0;
	top:0;
	padding:5%;
	color:black;
}
.check_box_con{
	width:80%;
	height:100%;
	background: white;
	color:black;
	padding:10%;
}
.cb_img{
	margin-top:50px;
	text-align:center;
}
.cb_img img{
	width:80px;
}
.cb_txt{
	margin-top:20px;
	font-weight: bold;
	font-size:18px;
	line-height:40px;
	color:black;
	text-align:center;
}
.cb_sm{
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	line-height:20px;
	color:black;
}

.cb_btn{
	width:100%;
	line-height:45px;
	border:1px solid red;
	border-radius: 50px;
	text-align:center;
	color:red;
	margin-top:40px;
}
.cb_btn_un{
	width:100%;
	line-height:45px;
	border:1px solid red;
	border-radius: 50px;
	text-align:center;
	color:white;
	background:red;
	margin-top:20px;
}

.cb_close{
	position: absolute;
	right:8px;
	top:8px;
	width:35px;
	height:35px;
	color:white;
	border:1px solid red;
	border-radius: 50%;
	text-align:center;
	line-height:35px;
	background:red;
	font-weight: bold;
}





.shop_card{
	position: absolute;
	min-height:100%;
	width:90%;
	background:rgba(248, 246, 247,0.95);
	left:0;
	top:0;
	padding:5%;
	color:black;
	
}

.shop_item{
	background:#F8F6F7;
	padding:20px;
	border-radius: 10px;
	margin-bottom:20px;
	color:black;
	box-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
.shop_item .shop_title{
	font-size:20px;
	font-weight: bold;
	line-height:24px;
	color:black;
}
.shop_item .shop_address{
	line-height:24px;
	color:black;
}
.shop_item .shop_info{
	line-height:24px;
	color:black;
}
.shop_item .shop_info span{
	
	color:black;
}

.shop_title{
	padding-left:40px;
	margin-bottom:15px;
}
.si_add{
	padding-left:40px;
	background-image:url(../img/address.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
	margin-bottom:10px;
}
.si_email{
	padding-left:40px;
	background-image:url(../img/email.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
	margin-bottom:10px;
}
.si_phone{
	padding-left:40px;
	background-image:url(../img/telephone.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
	margin-bottom:10px;
}
.si_website{
	padding-left:40px;
	background-image:url(../img/wangzhi.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
}


.cb_btn_close{
	width:90%;
	line-height:45px;
	border:1px solid red;
	border-radius: 50px;
	text-align:center;
	color:white;
	background:red;
	margin-top:20px;
	position: fixed;
	bottom:10px;
}