@charset "GB2312";
/* CSS Document */

/*--container-1--*/
.container-1 {
	background:#9da9b8 url(../mjimages/bg_28.png) no-repeat center;
    background-size:100% auto;
}
.wrapper-1 {
	padding-top: 70px;
    box-sizing: border-box;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.wrapper-1 h1 {	
}
.space-1 {
	letter-spacing:6px;
}
.wrapper-1 h3 {
	font-weight:normal;
}

/*--container-2--*/
.container-2 {
	background:#ededeb;
}
.wrapper-2 {
	padding-top:10px;
	box-sizing:border-box;
	width:1200px;
	height:600px;	
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.wrapper-2 form {
	margin: auto;
    padding: 10px 0 20px 0;
	right: 0;
    width: 380px;
    font-size: 14px;
}

.wrapper-2 form a, .wrapper-2 form input, .wrapper-2 form textarea {
	display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    padding: 0 15px;
    border: 1px solid #ccc;
    outline: none;
    border-radius:4px
}

    .wrapper-2 textarea.error,  .wrapper-2 input.error
    {
        background-color:#fdf8f1;
        border:1px solid #FCD397;
        box-shadow: 0 0 10px #FCD397;
    }
   
.wrapper-2 form a {
    text-align: center;
    border: none;
    font-weight: 400;
}
.wrapper-2 form > textarea:first-of-type {
    padding: 15px;
    height: 80px;
    resize: none;
}
.wrapper-2 form > textarea{
    padding: 15px;
    height: 120px;
    resize: none;
}
.primary-button {
	border: 1px solid #0097a7!important;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #0097a7;
	text-decoration:none;
}
#suctip {
	margin:0 auto;
	width:900px;
	font-size:16px;
	text-align:left;
	color:#50636a;
	line-height:36px;
}
#suctip a {
	text-decoration:none;
	color:#3b5998;
	font-size:14px;
	font-weight:bold;
}
.bcakhome {
	text-decoration: none;
color: #3b5998;
font-size: 14px;
font-weight: bold;
}
#v_code {
	float:left;
}
#imgCode {
    float:right;
    margin-top:10px;
    width:auto;
    height:40px;
    cursor:pointer;  
}