@charset "utf-8";


.sa-cont-img {
	display:block;
	width:100%;
	margin:72px auto 0;
}

.sa-mcont-img {
	display:none;
	width:100%;
}

.sa-cont-info {
	margin:30px 2%;
	width:96%;
}

.sa-cont-tit {
	display:block;
	font-size:24px;
	font-weight:600;
	color:#505251;
}

.sa-cont-data {
	display:block;
	margin: 12px 0 0 0;
	font-size:16px;
	font-weight:400;
	text-align:justify;
	color:#737373;
}


.sa-cont-form-cimg {
	margin:40px 0;
	width:15%;
	display:table;
	float:left;
}


.sa-cont-form-img {
	height:195px;
}

.sa-cont-form-text-a {
	margin:40px 0;
	width:35%;
	font-size:16px;
	font-weight:400;
	display:table;
	float:left;
}

.sa-cont-form-text-b {
	margin:40px 0;
	width:50%;
	font-size:16px;
	font-weight:400;
	display:table;
	float:left;
}

.sa-cont-form-list {
	width:100%;
	list-style:none;
}

.sa-cont-form-v {
	margin:8px 1%;
	width:100%;
	/*float:left;*/
}

.sa-cont-form-c {
	margin:8px 0;
	width:100%;
	/*float:left;*/
}

.sa-cont-form-cw {
	width:90%;
        border-radius: 4px;
        height: 30px;
        font-size: 19px;
        color: #5a5751;
        -webkit-margin-after: inherit;
        padding-left: 10px;
        background: #f1f1f1;
        color: #505251;
}

.sa-cont-form-vv {
	margin:8px 1%;
	width:11%;
	float:left;
}

.sa-cont-form-btn {
	width:100%;
	text-align:right;
}

.sa-cont-form-msj {
	margin:8px 0;
	width:87%;
	float:left;
}

.sa-cont-form-msjw {
    width: 100%;
    border-radius: 4px;
    font-size: 19px;
    color: #5a5751;
    padding-left: 10px;
    background: #f1f1f1;
    color: #505251;
}

.sa-cont-form-btnv {
	    padding: 7px 43px;
    border: solid 1px #E87D1E;
    font-size: 19px;
    font-weight: 400;
    background-color: #E87D1E;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
}

.msj{
	font-size:14px;
	color:#FF0004;
	visibility:hidden;
	display:none;
}

.sa-form-p-msj {
	margin-top:20px;
	padding:15px 0 15px 20px;
	width:100%-10px;
	border-radius:5px;
	background:#8cc63f;
	color:#FFFFFF;
	display:block;
}

.sa-form-pimg-msj {
	padding-right:10px;
	height:20px;
	display:block;
	float:left;
}


@media screen and (max-width:1270px){
	.sa-cont-form-vv {
		width:13%;
	}
	
	
	.sa-cont-form-msj {
		width:85%;
	}
}


@media screen and (max-width:1170px){
	.sa-cont-form-vv {
		width:14%;
	}
	
	
	.sa-cont-form-msj {
		width:84%;
	}
}

@media screen and (max-width:1118px){
	.sa-cont-form-vv {
		width:16%;
	}
	
	
	.sa-cont-form-msj {
		width:82%;
	}
}


@media screen and (max-width:1100px){
	.sa-cont-form-cimg {
		display:none;
	}
	
	.sa-cont-form-text-a {
		width:40%;
		font-size:14px;
	}
	
	.sa-cont-form-text-b {
		width:60%;
		font-size:14px;
	}
	
	
	.sa-cont-form-v {
		margin:8px 1%;
		width:100%;
		/*float:left;*/
	}
	
	.sa-cont-form-c {
		margin:8px 0;
		width:100%;
		/*float:left;*/
	}
}


@media screen and (max-width:940px){
	.sa-cont-form-vv {
		width:12%;
	}

	.sa-cont-form-msj {
		width:86%;
	}
	
}

@media screen and (max-width:830px){
	.sa-cont-form-vv {
		width:13%;
	}

	.sa-cont-form-msj {
		width:85%;
	}
	
}

@media screen and (max-width:775px){
	.sa-cont-form-vv {
		width:15%;
	}

	.sa-cont-form-msj {
		width:83%;
	}
	
}


@media screen and (max-width:700px){
	.sa-cont-form-text-a {
		margin:40px 0 0 0;
		width:100%;
		float:none;
	}
	
	.sa-cont-form-text-b {
		margin:0 0 40px 0;
		width:100%;
		float:none;
	}
	
	.sa-cont-form-vv {
		width:33%;
	}
	
	.sa-cont-form-msj {
		width:59%;
	}
	
	.sa-cont-form-btn {
		width:94%;
	}
	
}

@media screen and (max-width:600px){
	.sa-cont-tit {
		font-size:20px;
	}
}


@media screen and (max-width:450px){
	.sa-cont-tit {
		font-size:18px;
		text-align:center;
	}
	
	.sa-cont-data {
		font-size:14px;
	}
}


@media screen and (max-width:400px){
	.sa-cont-img {
		display:none;
	}
	
	.sa-mcont-img {
		display:block;
		margin-top:72px;
	}
}