/* 20201028  修改33个bug */
@media (min-width: 768px){
	#contact-div.table-scroll,#meet-search-list{overflow-x:hidden}
	.btn-pc-hide{display: flex;}
	.btn-pc-show{display:none;}
}
@media (max-width: 768px){
	.btn-pc-hide{display:none;}
	.btn-pc-show{display:block;}
	.btn-pc-show button{width:31.4%;margin-bottom:2%;margin-right:0.5%;margin-left:0.5%;}
	.pt_arer,.pt_tel,.pt_fj{flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;}
	.pt_code{flex: 0 0 24.666667%!important;
    max-width: 24.666667%!important;width:24.666667%!important;}
	.pt_tel,.pt_fj{margin-top:10px!important;}
	.pt_tel{margin-left:19%!important;}
	.get-guest-phonedd{left:-60px!important;}
}
.radio input[type="radio"]:focus + label::before {outline: 0px auto -webkit-focus-ring-color!important;outline-offset: 0px!important; }
.get-guest-phonedd li a{float:right!important;width:20px!important;position:relative;top:4px;}


