/*
* @Author: 88888888
* @Date:   2020-05-15 11:16:31
* @Last Modified by:   88888888
* @Last Modified time: 2020-05-15 15:43:54
*/
body{
	background-color: #fff9f0;
}

#skip{
	display: none;
}
.tu img{
	width: auto;
}
.tu {
	display: block;
	margin-top: 35px;
}
.padding0{
	padding: 0;
}
.middle{
	background: url(../img/midd-img.png) center no-repeat;
	height: 206px;
}
.txt{
    font-size: 18px;
    color: #c41200;
    line-height: 35px;
    margin-top: 60px;
    text-indent: 2em;
    margin-right: 20px;
    text-align: justify;
    padding-right: 135px;
    padding-left: 30px;
    background: url(../img/ico.png) right no-repeat;
}
.txt span{
	font-size: 26px;
	padding-right: 10px;
}
.matters p{
	font-size: 16px;
	color: #777777;
	text-align: justify;
}
.matters{
	background-color: #fff;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 1.5px 4px rgba(0,0,0,.1);
}
.content01{
	margin-top: 30px;
}
.matters p span{
	float: left;
}
.matters p label{
margin-bottom: 0;
    width: 94%;
}
.no-display {
    display: none;
}
.form-group{
	margin-bottom: 22px;
}
.form-horizontal{
	background: #fff;
	margin-top: 25px;
	padding-top: 31px;
	padding-right: 135px;
	padding-bottom: 33px;
	box-shadow: 0 1.5px 4px rgba(0,0,0,.1);
}
.control-label{
	font-size: 16px;
	color: #777777;
	line-height: 37px;
}
.form-control{
	height: 49px;
	font-size: 16px!important;
	border:1px solid #e3e3e3!important;
}
.required.symbol:before {
    content: "*";
    font-size: 24px;
    position: relative;
    top: 2px;
    color: #f70000;
    padding-right: 5px;
    line-height: 1;
    vertical-align: middle;
}
.autosize{
    resize:none!important;
}
.btn-primary{
	width: 137px;
	height: 52px;
	background-color: #ea0000;
	border: none;
	font-size: 20px;
	border-radius: 0;
}
.code-img{
	display: inline-block;
    width: 59%;
    background: #ccc;
    margin-right: 10px;
	height: 40px;
}
.footer p{
	text-align: center;
	color: #8d8d8d;
	font-size: 14px;
}
.footer{
	padding: 33px 0;
}
.footer p:last-child{
	margin-bottom: 0;
}


@media (max-width: 1199px){

.middle {
    background:#fedea5 url(../img/midd-img1199.png) center no-repeat;
    height: auto;
}
.txt{
	line-height: 30px;
    margin-top:9px;
}
.tu{
	margin-top: 15px;
}
}
@media (max-width: 991px){
.middle {
    background: url(../img/midd-img1199.png) center no-repeat;
    background-size: cover;
}
.txt {
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 115px;
    margin-right: 0;
}
.form-horizontal{
	padding-right: 20px;
}
}
@media (max-width: 767px){
.txt{
	padding-left:25px;
}
.middle{
	    display: flex;
    align-items: center;
    justify-items: center;
}

.padding-lt{
	width: 35.44444%;
}
.footer {
    padding: 33px 20px;
}
}
@media (max-width: 610px){
.txt{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:5px;
}
.tu{
	margin-top: 5px;
}
.code-img{
	width: 100%;
}
}
@media (max-width: 480px){
.content01 {
    margin-top: 10px;
}

.tu img {
    width: 28%;
}
.txt {
    padding-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: none;
    padding-right: 25px;
}
.matters p label {
    width: 90%;
}
}
@media (max-width: 420px){
.form-horizontal .col-xs-4, .form-horizontal .col-xs-8{
	width: 100%;
}
.form-horizontal{
	padding-left: 20px;
}
.form-horizontal .control-label{
	text-align: left;
}
.form-group {
    margin-bottom: 0px;
}
.form-horizontal .col-xs-5 {
    width: 75%;
}
.padding-lt{
	height: 20px;
}
}