﻿


/*科技社区*/
.containermain {
    width: 1024px;
    margin: 0 auto;
}

.loginpl {
    background-color:#f5f5f5;
}

.container-fluid {
    width: 100%;
    height: 474px;
}

.loginpanel {
    font-size: 14px;
    height: 370px;
    background-repeat: no-repeat;
    width: 320px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    margin-top: 62px;
    border-radius: 10px !important;
    background-image: url(../images/logintitle.png);
    background-repeat: repeat-x;
}

.loginpanel_left {
    width: 700px;
    float: left;
    margin-top: 42px;
}


.project-content {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0.50em;
    min-height: 180px;
}


animate-box {
    opacity: 0;
}

.animate-box {
    width: 320px;
    float: left;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.logintitle {
    color: white;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
}


.inputbox {
    height: 40px;
    margin-left: 36px;
    margin-top: 36px;
    width: 242px;
    border: 1px solid #c7c8ca;
    background-color: #ecf5f5;
    padding-left: 5px;
    color: #736f7e;
}

.passbox {
    height: 40px;
    margin-left: 36px;
    margin-top: 25px;
    width: 242px;
    border: 1px solid #c7c8ca;
    background-color: #ecf5f5;
    padding-left: 5px;
    color: #736f7e;
}

.boxcellyzmpo {
    margin-left: 36px;
    margin-top: 25px;
    float: left;
}

.boxcellyzm {
    width: 140px;
    background-color: #ecf5f5;
    border: 1px solid #c7c8ca;
    height: 40px;
    color: #736f7e;
    padding-left: 5px;
}

.val {
    margin-top: 25px;
    margin-left: 10px;
}

.loginbtn {
    width: 100px;
    height: 32px;
    border: none;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 36px;
}


.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


