@charset "utf-8";

.header{
	margin: 0 auto;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
 .input {
    height: 40px;
    width: 150px;
    font-size: 14px;
    color: #707070;
    padding-left: 30px;
    border-radius: 4px;
    border: 1px solid #CACACA;
    text-transform:uppercase;
}
 .captcha {
    height: 40px;
    width: 150px;
    padding-left: 30px;
    font-size: 14px;
    color: #707070;
    border-radius: 4px;
    border: 1px solid #CACACA;
    text-transform:uppercase;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 48px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35%;
    height: 48px;
    background-color: #1A8CFE;
    color: #fff;
    font-size: 16px;
}
.page1 {
    background: url('./images/bg_reg.png') repeat center top;
    background-size: cover;
    height: 120px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.page1 .title{
	font-size: 24px;
}

.logo {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    max-height: 60px;
}
img { border:none;}
ul, ol, li, p{margin:0; padding:0; list-style:none;}
.full{width:840px; margin:0 auto;}
.font_red{color:#f00; font-size:14px; }
.font_gray{color:#333;}
a.font_gray:link, a.font_gray:visited, a.font_gray:active{color:#333; text-decoration:underline; font-size:14px;}
a.font_gray:hover{color:#f00;}
a.font_gray14:link, a.font_gray14:visited, a.font_gray14:active{color:#333; text-decoration:underline; font-size:16px;}
a.font_gray14:hover{color:#f00;}
.clear{clear:both;}

.full{
	width: 100%;
	margin: 0 auto;
}
.gncont {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
}

.main-error-tips {
    font-size: 14px;
    text-align: center;
    color: red;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.pro {
    width: 90%;
    border-bottom: 1px dotted #d6d6d6;
    padding: 15px;
     margin: 0 auto;
     text-align: center;
}

.p1 {
    color: #333;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.wen {
    float: left;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
    color: #ff9c00;
    text-align: right;
}

.ercode{
	cursor: pointer;
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 70px;
	right: 70px;
}

@media (max-width: 768px) {
.wen {
    float: left;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #ff9c00;
    text-align: right;
}
.ercode{
	display: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
}

.ss {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-left: 20px;
}