.shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);

    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.shadow .box {
    background: #FFFFFF;
    color: #333333;
    font-size: 23px;
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    top: 50%;
    margin-top: -100px;
}

.shadow .box img {
    vertical-align: middle;
    margin-right: 10px;
}

.account {
    display: none;
}

img {
    vertical-align: top;
}

.register-box {
    width: 100%;
    min-width: 1200px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
/ / 使用足够大的纯色内阴影覆盖黄色背景
}

/* header */
header {
    border-bottom: 1px solid #eee;
}

header div {
    width: 1200px;
    margin: 0 auto;
    height: 72px;
}

header img {
    width: 180px;
    height: auto;
    margin-top: 22px;
    margin-right: 30px;
}

header p {
    font-size: 16px;
    color: #999;
    line-height: 72px;
}

header p a {
    color: #333;
}

/* footer */
footer {
    background: #f6f6f6;
    height: 517px;
    width: 100%;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.foot-news div.fl {
    height: 224px;
    margin-right: 20px;
}

.foot-news img {
    width: 224px;
    height: auto;
    margin-bottom: 10px;
}

.foot-news img:first-child {
    margin-top: 73px;
}

.foot-news .foot-item {
    background: #e8e8e8;
    width: 184px;
    height: 224px;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 0 20px;
}

.foot-news .foot-item a {
    color: #333;
}

.foot-news .foot-item h4 {
    padding-top: 12px;
}

.foot-news .foot-item li {
    width: 92px;
}

.foot-news .foot-item:last-child {
    margin-right: 0;
}

footer .company {
    font-size: 14px;
    color: #aaa;
    line-height: 28px;
    text-align: center;
    margin: 40px 0;
}

.about {
    width: 100%;
    background: #333;
    height: 34px;
}

.about-us {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    width: 1200px;
    margin: 0 auto;
}

.about-us a {
    color: #fff;
}

.gohome {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 15px 0;
    text-align: right;
    display: block;
}

.foot-news .foot-item:hover {
    background: #333;
}

.foot-news .foot-item:hover a,
.foot-news .foot-item:hover h4 {
    color: #fff;
}

.gohome:hover {
    color: #3a85f8;
}

/* main */
.main {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    width: 100%;
}

.content {
    width: 940px;
    height: 500px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.08);
}

.content h3 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    padding: 50px 0;
    text-align: center;
}

.content .label {
    border: 1px solid #bbb;
    border-radius: 2px;
    width: 338px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}

.content .label input {
    width: 323px;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.content .label button {
    background: #3a85f8;
    border-radius: 2px;
    width: 120px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 4px;
    border: none;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    transition: all 0.5s;
}

.content .label button:hover {
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.content .label button.canclick {
    color: #fff;
    cursor: pointer;
}

.content .label button.code {
    background: #eee;
    color: #999;
}

.content .register-btn {
    background: #3a85f8;
    border-radius: 2px;
    width: 340px;
    height: 54px;
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    border: none;
    margin: 30px auto;
    display: block;
}

.content .register-btn.canclick, .content .register-btn:hover {
    cursor: pointer;
    color: #fff;
}

.label .prompt {
    width: 239px;
    height: 42px;
    background: url(/resource/img/reg1.png) no-repeat left 0;
    background-size: 100% 100%;
    position: absolute;
    right: -280px;
    padding-left: 21px;
    top: 0;
    font-size: 12px;
    color: #707783;
    line-height: 42px;
    display: none;
}

.label .prompt1 {
    padding-top: 10px;
    height: 54px;
    background: url(/resource/img/reg2.png) no-repeat left 0;
    background-size: 100% 100%;
    line-height: 22px;
}

.content .label.focus {
    border: 1px solid #3a85f8;
}

.content .label.focus .prompt {
    display: block;
}

.label .err {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 54px;
    transform: translateX(100%);
    padding-left: 20px;
    font-size: 16px;
    color: #e44845;
}

.canclick:hover,
.content .label button.canclick:hover {
    background: #1063E3;
}

/*  滑动验证样式 */
.slidemask {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.slideimg {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.content .validate {
    cursor: pointer;
}


