/*初始化*/
* {
    font-family: Microsoft YaHei, sans-serif, Arial;
    font-size: 100%;
}

/*html,body{background: #f2f2f2;}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, th, td {
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei, sans-serif, Arial
}

fieldset, img {
    border: 0
}

a {
    text-decoration: none;
    color: #000;
    outline: none
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear
}

.clear:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}
/*重置样式结束*/
.wrapper {
    padding-top: 2.5rem;
    overflow: hidden;
}

/*头部*/
.header {
    width: 100%;
    line-height: 2.5rem;
    text-align: center;
    background: #88c833;
    color: #fff;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.header h1 {
    width: 60%;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内容*/
.main {
    overflow: hidden;
}

/*按钮*/
.BtnCont {
    margin: 0.3rem 1rem;
    overflow: hidden;
}

.BigBtn {
    padding: 0.7rem 0;
    background: #88c833;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 0.92rem;
    text-align: center;
    margin: 0.8rem 0 0;
    display: block;
    width: 100%;
}

.DeInfo_Inpet {
    padding: 1rem;
}

.yanzhengBtn {
    font-size: 0.85rem;
    width: 6rem;
    text-align: center;
    display: block;
    background: #88c833;
    color: #fff;
    position: absolute;
    top: 1px;
    right: 0px;
}

.yanzhengNumOn {
    background: #ccc;
}

/**/
/*超链接*/
.loginLink {
    text-align: center;
    margin: 0.8rem 0;
}

.loginLink_text {
    display: inline-block;
}

.loginLink_text a {
    font-size: 0.92rem;
    color: #88c833;
}

.loginLink_text a:last-child {
    color: #333;
}

.loginLink_text span {
    margin: 0 0.3rem;
    height: 0.9rem;
}

/*DeInfoInput*/
.DeInfoInput {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 0.5rem 0 5.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    background: #fff;
    clear: both;
    position: relative;
}

.DeInfoInput2 {
    padding: 0 0.5rem;
}

.DeInfoInput label {
    padding: 0 0.5rem;
    color: #666;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DeInfoInput .DeInfo_text {
    width: 100%;
    border: none;
    height: 100%;
    font-size: 0.9rem;
    color: #333;
}

.errorShow {
    color: #f19625;
    margin: 0 0 0.8rem 0;
    font-size: 0.9rem;
    display: none;
}

.errorShow:before {
    content: "*";
}

label em {
    display: inline-block;
    width: 2em;
    text-align: center;
    font-style: normal;
}


/*图形验证码*/

.code {
    display: inline-block;
}

.code span {
    color: #506d30;
    display: block;
    float: left;
    font-size: 1.8rem;
}

.code span:nth-child(2) {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.code span:nth-child(3) {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-top: -5px;
}

.code span:nth-child(4) {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.code span:nth-child(5) {
    margin-top: -3px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

@media only screen and  (max-width: 330px) {
    #checkCode {
        width: 5rem;
    }
}

#checkCode {
    position: absolute;
    right: 0;
    top: 1px;
    width: 6rem;
    text-align: center;
    background: #88c833;
    color: #fff;
}
#logInBox,#regester{
    width: 320px;
    background: #f2f2f2;
    margin: 60px auto 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
}
