@media (min-width: 663px) {
    body {
        width: 663px;
        margin: 0 auto !important;
        background: #f4f4f4;
    }
    .box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
}
}



* {
    margin: 0;
    padding: 0;
}


ul,
li {
    list-style: none;
}
body {
    background: #f4f4f4;
}

.box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
}

.tit {
    width: 100%;
    line-height: 32px;
    font-size: 24px;
    color: #2378a0;
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
}

.divDesc {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e3e3e3;
}

.divDesc span{
    color: #ff8300;
    font-weight: bold;
}

.box form {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding: 10px 14px;
    margin-top: 10px;
    box-sizing: border-box;
}

.box form .question-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}

.question-label span {
    color: #ff8300;
    font-weight: bold;
    position: absolute;
    left: -12px;
    top: 2px;
    line-height: 30px;
    display: inline-block;
}

.ask-group {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.ask-group div {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}

.ask-group div:last-child {
    border-bottom: none;
}



.ask-group div>input {
    display: none;
}
.ask-group div>label {
    position: relative;
    padding-left: 25px;
    display: block;
    line-height: 50px;
    cursor: pointer;
}
.ask-group div>label::before {
    position: absolute;
    display: block;
    content: "";
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    margin-left: -9px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
}
.ask-group div>input:checked+label::before {
    background-color: #ff8300;
}
.ask-group div>input:checked+label::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -3px;
    background-color: #fff;

}

.question {
    margin-bottom: 25px;
}

.ask-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.ask-input input {
    position: absolute;
    left: 10px;
    top: 0;
    outline: none;
    border: 0 none;
    width: calc(100% - 20px);
    height: 48px;
    background: none;
    font-family: "Microsoft Yahei";
}

.ask-input1 input {
    width: 48%;
    height: 50px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    float: left;
    border-radius: 4px;
    margin-right: 4%;
    outline: none;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}

.ask-input1 input::placeholder {
    color: #999;
}

.ask-input1 input:last-child {
    margin-right: 0;
}

.ask-input1 {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.tj {
    margin-top: 40px;
}
.tj input[type="submit"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff8300;
    border-radius: 4px;
    outline: none;
    border: 0 none;
    cursor: pointer;
}

.ask-input1 select {
    width: 48%;
    height: 50px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    float: left;
    border-radius: 4px;
    margin-right: 4%;
    outline: none;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}

.ask-input1 select:last-child {
    margin-right: 0;
}

.ask-input1 select:invalid {
    color: #999;
}

.ask-input1 select.city {
    float: right;
}

.ask-input1 select option {
    color: #666;
}

.footer{
	font-size:14px;
	text-align:center;
	padding:10px 0;
	line-height:30px;
}

.footer a{
	color:#ff8300;
	text-decoration: none;
}

.box>p{
	padding:80px 0;
	text-align:center;
	font-size:16px;
	line-height:32px;
}

.box>a.index{
	display:block;
	width:150px;
	height: 40px;
	line-height:40px;
	border-radius:5px;
	font-size:16px;
	color:#ff8300;
	text-decoration:none;
	margin:0 auto;
	border:1px solid #ff8300;
	text-align:center;
}


.footer1{
	position: absolute;
	left: 0;
	bottom:20px;
	font-size:14px;
	text-align:center;
	padding:10px 0;
	line-height:30px;
	width:100%;
}

.footer1 a{
	color:#ff8300;
	text-decoration: none;
}

.box a img{
    display: block;
    margin:0 auto;
    width: 100%;
}







