﻿ .consultation-top-background{
   width: 100%;
  height:auto; overflow: hidden;
text-align: center;
}
 .consultation-top-background img{
   width: 100%;
   height: auto;
}
.hello{width:1200px;margin: 30px auto;font-size: 16px;background:#f7f8f9;}
.workshop{
   width: 1200px;
margin: 0 auto;
text-align: center;
color: #333;
font-size: 18px;
text-indent: 2em;
    line-height: 1.7;
}
.table-container{
			width: 1200px;
			margin:  0 auto;
			padding:30px 0 20px 0;
		}
		.input-container{
			width: calc(50% - 50px);
			float: left;
			margin-bottom: 20px;
		}
		.input-container:nth-child(2n){
			margin-left: 100px;
		}
		.input-content{
			width: 100%;
			height: 50px;
		}
 .input-content span:nth-of-type(1),.textarea-content span:nth-of-type(1){
                   display: none;
               }
		.input-content>input, .input-content>select{
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			background: rgba(231,232,237,1);
			padding: 10px;
			border: 0;
			font-size: 18px;
		}
		.input-title,.textarea-title{
			line-height: 36px;
		}
		.warning{
			color: red;
		}
		.submit_button_six{
			width: 120px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border: 0;
			background: #3695FF;
			color:#fff;
			font-size: 18px;margin-top: 30px;
			float: right;
cursor: pointer;
                         transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out; /* Firefox 4 */
-webkit-transition: background 0.2s ease-in-out; /* Safari 和 Chrome */
-o-transition: background 0.2s ease-in-out; /* Opera */
		}
                 .submit_button_six:hover{
                    background: #226bbc;
                 }
		.textarea-container{
			width: 100%;
			height: 100%;
			float: left;
			margin-bottom: 20px;
		}
		.textarea-content textarea{
			width: 100% !important;
			height: 185px !important;
			box-sizing: border-box;
			padding: 20px;
			font-size: 18px;
			resize:none;
		}


.ok_bottom{
        width: 1200px;
	margin:  0 auto;
text-align: right;
height: 40px;
line-height: 40px;
padding-bottom: 100px;
display: flex;
    justify-content: flex-end;
    align-items: center;
}