﻿/***表单提交***/

@media screen and (min-width: 1366px) and (max-width: 3180px) {
.floatdemo {
    position: absolute;
    left: 55%;
    top: 180px;
    z-index: 998;
   background-color: #245cb1e6;
    
    -width: 27%;
    height: 480px;
    padding: 10px 30px
}

.floatdemo h2 {
    font-size: 27px;
    margin-bottom: 20px;
	 color: #ffffff;
}

.floatdemo .inputform .form-group {
    margin-bottom: 10px;
}

.floatdemo .inputform .form-button {
    padding-left: 0
}

.floatdemo .inputform .form-group .form-label {
    width: 25%;
    text-align: left; float:left;margin-top: 10px;
}

.floatdemo .inputform .form-group .form-label label {
    padding-top: 10px;
	 color: #ffffff;
}

.floatdemo .inputform .form-group .form-label em {
   padding-right: 10px;
       margin-left: -5px;
    margin-right: 5px;
}

.floatdemo .inputform .form-group .form-control_1 {
    margin-left: 23%
}

.floatdemo .inputform .form-group .form-control_1 input {
    border: 1px solid #eee;
    padding: 10px 5px;
    width: 240px !important;
}

.floatdemo .inputform .form-button input {
    width: 340px;
    margin-top: 20px;
    height: 36px
}
}

@media screen and (min-width: 300px) and (max-width: 960px) {
	.floatdemo { display:none;
	
	}

.out {
    width: 100%;
    height: 100px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

}


@media screen and (min-width: 960px) and (max-width: 1400px) {
.floatdemo {
    position: absolute;
    left: 39%;
    top: 150px;
    z-index: 998;
    background-color: rgba(255, 129, 0, 0.9);
    /* width: 27%; */
    height: 480px;
    padding: 10px 30px;
    zoom: 0.9;
}

.floatdemo h2 { font-size:18px;  }


.floatdemo .inputform .form-group .form-label {
    width: 25%;
    text-align: left;
    float: left;
    margin-top: 10px;
    float: left;
    margin-top: -10px;
}

.floatdemo .inputform .form-group .form-label label {
      padding-top: 0px;
    color: #ffffff;
    width: 280px;
}

.floatdemo .inputform .form-group .form-label em {
    padding-right: 10px;
    margin-left: -5px;
    margin-right: 5px;
}

.floatdemo .inputform .form-group .form-control_1 {
    margin-left: 23%;
}


.floatdemo .inputform .form-group .form-control_1 {
    margin-left: 23%;
  
    line-height: 35px;
}

.floatdemo .inputform .form-button input {
    width: 326px;
    margin-top: 20px;
    height: 36px;
}

}