@charset "UTF-8";
.sjdata_form{
    width: 477px;
    border: 1px solid #E7E7E7;
    padding: 10px;
}
.form-table{
    width: 89%;
    margin: 0 auto;
}
.form-table>tbody>tr>td{
    padding-top: 15px;
}
.td-item{
    text-align: right;
    width: 100px;
    padding-right: 4px;
    font-size: 15px;
}
.td-item>span{
    color: red;
}
.form-table>tbody>tr>td>input{
    height: 30px;
}
.select-h30{
    height: 30px;
    width: 105px;
}
.input360{
    width: 320px!important;
}
.input320{
    width: 282px;
}
.input280{
    width: 240px;
}
.input360::placeholder,.input280::placeholder{
    padding-left: 4px;
}
.btn-h30{
    height: 34px;
    border-left: none;
    border-top: 1px #a9a9a9 solid;
    border-right: 1px #a9a9a9 solid;
    border-bottom: 1px #a9a9a9 solid;
    background-color: #E7E7E7;
    vertical-align: text-top;
    float: right;
    padding: 0 5px
}
.btn-w80{
		width:80px;
}
.btn-reg{
    width: 100%;
    height: 45px!important;
    border: none;
    text-align: center;
    background-color: #ff7500;
    color: white;
    border-radius: 2px;
    cursor:pointer;
}
.reg-type{

border-bottom: 1px solid #E7E7E7;
}
.reg-type>a{
    width: 50%;
    height: 50px;
    line-height: 50px;
	font-size:18px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.choice-img{
	width: 100%;
	display:block;
	height:32px;
	border: 1px #a9a9a9 solid;
}
.choice-img>a{
	width: 50px;
	background-color: #E7E7E7;
	height: 32px;
	line-height:32px;
	display: inline-block;
	text-align: center;
	border-left: 1px #a9a9a9 solid;
}
.choice-img>a:hover {
	color: #1d1e1f;
}
.choice-img>em{
	width: 268px;
	display: inline-block;
	padding-left: 5px;
	font-style: normal;
	color: #989494;
}
.hide {
	display: none!important;
}
.checked{
	color: #ff7500;
}




