<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.p_a {
		position: relative;
		width: 1200px;
		margin: 0% auto -1%;
		transform: translatey(-50%);
		z-index: 1;
		padding: 0;
	}
	.tab_form{padding:20px;background:#fff;clear: both;
    overflow: hidden;zoom: 1;}
	.tab_form ul li{width:25%;float:left;}
	.tab_form ul li.city{width:15%;}
	.tab_form ul li .bsml-input,.bsml-form-list-box .ph_submit{
		width: 96%;
		float: left;
		background: #f1f1f1;
		border: 0;
		height: 50px;
		text-indent: 20px;
		box-shadow:none;
		}
	.bsml-form-list-box{
			 width: 20%;
    		float: right;
		}  
	 .bsml-form-list-box .ph_submit{
		 width:100%;
		 border-radius:20px;
		 background: #cc0f0f;
		 color:#fff;
		 cursor: pointer;
		transition:all 0.3s
		 }
		.bsml-form-list-box .ph_submit:hover{
			background: #8d0d24;
			}

@media screen and (max-width:750px){
	.p_a{
		transform: translatey(0);
		}
	.p_a,.bsml-form-list-box,.tab_form ul li,.tab_form ul li.city,.tab_form ul li .bsml-input, .bsml-form-list-box .ph_submit{
		width:100%;
		margin-bottom:10px;
		}
	}</pre></body></html>