
.container-kexueying{
    background: url('../images/kexueying-bg.jpg') 0 0 no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: -30px;
    display: flex;
    justify-content: center;
}

.container-kexueying h2{
    font-size:36px;
    color:#fff;
    font-weight: normal;
    background: url('../images/act-kxy.png') 50px center no-repeat;
    background-size: 65px auto;
    height: 80px;
    line-height:80px;
    padding-left: 80px;
    margin-bottom:20px;
    text-align:center;
}
.login-kexueying{
    background: #fff;
    width: 512px;
    height: 423px;
    position: relative;
    border-radius:20px;
    box-sizing: border-box;
    padding: 50px 30px 30px 30px;

}
.login-kexueying  .user, .login-kexueying  .card{
    background: url('../images/icon-user.png') 0 center no-repeat;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.login-kexueying  .card{
    background: url('../images/icon-card.png') 0 center no-repeat;
}
.login-kexueying  .user label, .login-kexueying  .card label{
    font-weight: bold;
}
.login-kexueying  .user input, .login-kexueying  .card input{
    width: 315px;
    height: 50px;
    color: #555;
    background-color: #f0f0f0;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding:0 10px;
}
.login-kexueying  .user input::placeholder, .login-kexueying  .card input::placeholder{
    color: #cccccc;
}
.login-kexueying .btn{
    width: 380px;
    height:50px;
    line-height: 50px;
    font-size: 20px;
    border-radius:20px;
    background: -webkit-linear-gradient(left, #028bff, #4e3bfb);
    background: -o-linear-gradient( right, #028bff, #4e3bfb);
    background: -moz-linear-gradient( right, #028bff, #4e3bfb);
    background: linear-gradient(to right, #028bff, #4e3bfb);
}
.login-kexueying .btn:hover{
    opacity: 0.8;

}
.login-kexueying  .tips{
    font-size: 14px;
    text-align: center;
}
.login-kexueying  .tips .success{
    color: #0bc317;
}
.login-kexueying  .tips .error{
    color: #ff0220;
}
.login-kexueying  .tips .success i,
.login-kexueying  .tips .error i,
.container-kexueying .info-tips i{
    background: url('../images/icon-success.png') 0 center no-repeat;
    display:inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.login-kexueying  .tips .error i{
    background: url('../images/icon-error.png') 0 center no-repeat;
}
.container-kexueying .info-tips i{
    background: url('../images/icon-tip.png') 0 center no-repeat;
}
.container-kexueying .info-tips{
    color: #fff;
    margin-top: 30px;
}
.zhengwen{
    border:1px solid #ddd;

}
.commitment{
    color:#555;
    text-indent: 2em;
    line-height: 28px;
}

.upload-item-1{
    position: relative;
    width: 325px;
    height: 225px;
    display: inline-block;
    margin: 10px 20px 20px;
    vertical-align: middle;
    overflow: visible;
}

.upload-item-1 .handle{
    position: absolute;
    bottom: 0px;
    right:0;
}
.upload-item-1 .handle .up-upload,
.upload-item-1 .handle .up-del,
.upload-item-1 .handle .up-zoom,
.upload-item-2 .handle .up-del,
.upload-item-2 .handle .up-edit

{
    background: url("../images/icons-files.png") no-repeat;
    background-position:-25px 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 8px;
    cursor: pointer;
}
.upload-item-1 .handle .up-del,
.upload-item-2 .handle .up-del{
    background-position:-25px -35px;
}

.upload-item-1 .handle .up-zoom{
    background-position:-25px -68px;
}
.upload-item-2 .handle .up-edit{
    background-position:-24px -128px;
}
.upload-item-1 .upload-img .handle .up-upload{
    background-position:-47px 0px;
}
.upload-item-1 .upload-img .handle .up-del{
    background-position:-47px -35px;
}
.upload-item-1 .upload-img .handle .up-zoom{
    background-position:-47px -70px;
}

.upload-item-1 .handle .up-upload:hover{
    background-position:0px 0;
}
.upload-item-1 .handle .up-del:hover,
.upload-item-2 .handle .up-del:hover{
    background-position:0px -35px;
}
.upload-item-1 .handle .up-zoom:hover{
    background-position:0px -68px;
}
.upload-item-2 .handle .up-edit:hover{
    background-position:0px -128px;
}
.upload-item-1  .upload-box{
    border: solid 1px #ddd;
    width: 325px;
    height: 190px;
    display: block;
    text-align: center;
    position: relative;
}
.upload-item-1 .upload-box .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 137, 189, 0.9);
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.5em;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    display: none;
    z-index: 1;
    font-size: 15px;
}
.upload-item-1 .upload-box:hover .info{
    display: flex;
}
.upload-item-1  .upload-box p.tt{
    color:#333;
}
.upload-item-1 .upload-box p{
    color: #3796f9;
}
.i-file, .i-image, .i-video, .i-files{
    background: url('../images/upload-genre.png') 0 0 no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 40px auto 0;
}
.i-image{
    background-position: 0 -48px;
}
.i-video{
    background-position: 0 -106px;
}
.i-files{
    background-position: 0 -151px;
}
.i-file-big{
    background: url('../images/i-word.png') 0 0 no-repeat;
    width: 66px;
    height: 79px;
    display: block;
    margin: 40px auto 10px;
}
.upload-item-1 .time {
    font-size: 14px;
    color: #999;
    line-height: 32px;
}
.require{
    font-size: 14px;
    color: #555;
    line-height: 32px;
}
.check-info {
    overflow: visible;
    position: relative;
}

.check-info span {
    font-size: 14px;
    color: #0080d6;
    cursor: pointer;
    line-height: 32px;
}

.check-info .txt-1 {
    border: 1px solid #0080d6;
    color: #333;
    position: absolute;
    width: auto;
    left: 0;
    bottom: 30px;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    line-height: 30px;
    display: none;
    z-index: 100;
}

.check-info:hover .txt-1 {
    display: block;
}

.check-info .txt-1:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 6px solid #0080d6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 10px;
    bottom: -6px;
    z-index: 1;
}

.check-info .txt-1:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 10px;
    bottom: -5px;
    z-index: 2;
}
/* 添加按钮禁用状态样式 */
.btn.aspNetDisabled {
    background-color: #cccccc; /* 灰色背景 */
    color: #666666; /* 较暗的文字颜色 */
    /* cursor: not-allowed; /* 禁用鼠标指针样式 */
    border-color: #999999; /* 边框颜色 */
}

.icon-yijy {
    display: inline-block;
    background: url('../images/icon_yjjy.png') center no-repeat;
    width: 21px;
    height: 20px;
    vertical-align: sub;
    margin-right: 6px;
}
.icon-fdjs {
    display: inline-block;
    background: url('../images/icon-fdjs.png') center no-repeat;
    width: 21px;
    height: 20px;
    vertical-align: sub;
    margin-right: 6px;
}

.c-red {
    color: #f03434;
}

.btn, a.btn {
    height: 36px;
    line-height: 36px;
}






