/*header*/
body {
    font-family: "Microsoft yahei";
    background: #d4d4d4;
}

#header { /*border-bottom: 5px solid #ae0e16;*/
    background: #ffffff;
    min-width: 1200px;
}

.head-box {
    width: 1200px;
    height: 100px; /*padding:0 20px;*/
    margin: 0 auto;
}

    .head-box .logo {
        margin-top: 34px;
    }

    .head-box .return-home {
        margin-top: 40px;
        font-size: 14px;
        color: #333333;
    }

.search-box input::-webkit-input-placeholder {
    font-style: normal;
    font-size: 14px;
}

.search-box input::-moz-placeholder {
    font-style: normal;
    font-size: 14px;
}

.search-box input:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
}

.search-box input:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
}
/*主体*/
#login-wrap {
    width: 100%;
    height: 566px;
    min-width: 1200px;
    padding: 15px 0;
    background: #ccb18e url(images/con-bg.png) no-repeat center 20px;
    background-size: cover;
    overflow: hidden;
}

.login-con {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.login-con-box {
    width: 100%;
    min-height: 200px;
    background: #ffffff;
    position: relative;
    top: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px #999999;
}

.log-det {
    padding: 50px 130px;
}

    .log-det h1 {
        font-size: 18px;
        color: #ccb18e;
        font-weight: 600;
        line-height: 30px;
        height: 15px;
        border-bottom: 1px dashed #ccb18e;
    }

        .log-det h1 span {
            background: #ffffff;
            padding-right: 10px;
        }

        .log-det h1 > a {
            font-size: 14px;
            color: #ccb18e;
            background: #ffffff; /*padding-left:10px;*/
            font-weight: normal;
        }

            .log-det h1 > a i {
                width: 14px;
                height: 14px;
                background: url(images/icon.png) no-repeat -114px -19px;
                margin-left: 3px;
            }

        .log-det h1 span > a {
            font-size: 16px;
            color: #ccb18e;
            background: #ffffff;
            padding-left: 10px;
            font-weight: bold;
        }
/*form*/
#form {
    width: 420px;
    margin: 30px auto 0;
}

.item {
    width: 700px; /*height:40px;*/
    font-size: 0;
    margin-top: 12px;
}

    .item .text {
        width: 95px;
        text-align: right;
        height: 40px;
        line-height: 40px;
    }

    .item label {
        display: inline-block;
        font-size: 16px;
        color: #404040;
    }

    .item span {
        color: #ae0e16;
        font-size: 16px;
        margin-right: 3px;
    }

    .item .txt-name {
        width: 288px;
        height: 38px;
        padding: 0 15px;
        font-size: 14px;
        border: 1px solid #ccb18e;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

:-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.test .txt-name {
    width: 100px;
    margin-right: 5px;
}

.test .txt-check {
    width: 105px;
    margin-left: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #ae0e16;
    background: #f0e7dd;
    vertical-align: middle;
    font-family: "Microsoft yahei";
    cursor: pointer;
}

.chk-box {
    margin-top: 16px;
    height: auto;
}

    .chk-box .text {
        width: 95px;
        text-align: right;
        height: 18px;
        line-height: 18px;
    }

    .chk-box a {
        color: #005aa0;
    }

.item-btn {
    margin-top: 30px;
    height: 48px;
}

    .item-btn .btn-login {
        cursor: pointer;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        width: 320px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #ae0e16;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-family: "Microsoft yahei";
    }

.btn-login:hover {
    background: #9b0a12;
}

.chk-box label {
    font-size: 12px;
}

/*footer*/
#footer-link {
    background: #4c4c4c;
    min-width: 1200px;
}

.foot-link {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

    .foot-link a {
        font-family: SimSun;
        color: #ffffff;
        margin: 0 10px;
    }

#footer-about {
    background: #d4d4d4;
    font-family: SimSun;
    min-width: 1200px;
}

.foot-about {
    width: 1200px;
    margin: 0 auto;
    line-height: 24px;
    color: #4c4c4c;
    text-align: center;
    padding: 20px 0;
}

label.error {
    color: red;
    vertical-align: middle;
}

/*用户注册协议*/
/*#protocol-con {border: 1px solid #CCCCCC;color: #666666;height: 312px;margin: 0 auto;overflow-y: scroll;padding: 8px;width: 788px; margin-top:10px;}*/
#protocol-con h4 {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
}

#protocol-con h5 {
    padding: 5px 0;
    text-indent: 2em;
}

#protocol-con p {
    text-indent: 2em;
}

#protocol-con em {
    font-style: italic;
}

#protocol-con span {
    text-decoration: underline;
}

#protocol-con strong {
    margin-right: 5px;
}

/* 验证容器 */
.slide-verify {
    position: relative;
    width: 740px;
    height: 400px;
    background: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    margin-top: -250px;
    user-select: none;
    margin-left: -110px;
}
/* 背景图 */
.verify-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 禁止图片拖动选中 */
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}
/* 缺口遮罩（黑色半透明缺口） */
.verify-mask {
    position: absolute;
    top: 70px; /* 垂直居中 */
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    border-radius: 2px;
}
/* 拼图滑块（核心：从背景图剪切对应区域） */
.verify-block {
    position: absolute;
    top: 70px;
    left: 0;
    width:100px;
    height: 100px;
    z-index: 2;
    cursor: grab;
    border-radius: 2px;
    /* 剪切背景图对应位置 */
    background-image: url('../../Content/Images/notfoundpic.gif');
    background-repeat: no-repeat;
    background-size: 340px 200px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
/* 滑动条 */
.slide-bar {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}
/* 进度条 */
.slide-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #409eff;
    transition: width 0.2s;
}
/* 滑块按钮 */
.slide-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: left 0.2s;
}

    .slide-btn:active {
        cursor: grabbing;
    }

    .slide-btn::after {
        content: "→";
        font-size: 18px;
        color: #666;
    }
/* 提示文字 */
.slide-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    pointer-events: none;
}
/* 成功样式 */
.verify-success .slide-progress {
    background: #67c23a;
}

.verify-success .slide-btn::after {
    content: "✓";
    color: #67c23a;
}
/* 失败样式 */
.verify-error .slide-progress {
    background: #f56c6c;
}

.verify-error .slide-btn::after {
    content: "✗";
    color: #f56c6c;
}
