@charset "utf-8";
/* CSS Document */
div {
text-align: left;
}

*, div {
margin: 0 auto;
padding: 0;
font-family: "Microsoft YaHei";
}

.joinIn-banner {
width: 100%;
position: relative;
height: 746px;
}

.joinIn-banner img {
position: absolute;
left: 50%;
top: 0;
margin: 0 0 0 -960px;
z-index: 1;
}

.joinIn-banner-register {
position: absolute;
background: url(../images/white90.png);
z-index: 2;
left: 60%;
top: 78px;
width: 255px;
height: 310px;
border-radius: 6px;
padding: 0 23px;
margin: 0 0 0 199px;
}

h2,{
font-size: 100%;
font-weight: normal;
}

h2,form, img, p {
margin: 0 auto;
padding: 0;
border: none;
list-style-type: none;
}

.joinIn-banner-register .item .input-text {
width: 218px;
border: 1px solid #c3c6cd;
border-radius: 4px;
height: 33px;
line-height: 33px;
padding: 0 0 0 15px;
margin-bottom: 8px;
border-radius: 3px;
font-size: 14px;
color: #787878;
}
input[type="text"] {
text-align: left;
}
input[type="text"] {
text-align: left;
}

.joinIn-banner-register .item .select-p {
width: 218px;
border: 1px solid #c3c6cd;
border-radius: 4px;
height: 33px;
line-height: 33px;
padding: 0 0 0 15px;
margin-bottom: 8px;
border-radius: 3px;
font-size: 14px;
color: #787878;
}

.joinIn-banner-register .item .sub-btn {
background: #4774c5;
width: 215px;
border-radius: 3px;
border: none;
height: 40px;
color: white;
font-size: 16px;
margin-top:5px;
}


