@charset "utf-8";
html{
    height: 100%;

}

.login-bg{
    width: 100%;
    height: 100%;
    background: url("../images/login.png") no-repeat center;
    /*background-size: 100%;*/
}
.login-form{
    width: 510px;
    height:  328px;
    border-radius: 6px;
    background: rgba(147,212,234,.6);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
    box-shadow:0px 5px 5px #ccc;
    padding: 15px 46px 0 46px;
}
.line{
    height: 46px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;
    margin-top: 20px;
    line-height: 46px;
}
.line>span{
    margin: 0 28px;
}
.line>input{
    border: none;
    font-size: 16px;
    outline: none;
}
.line.yanzheng{
    width: 200px;
}
.line.yanzheng input{
    width: 100px;
    outline: none;
    vertical-align: middle;
    font-size: 16px;
}
.code-box{
    /*height: 46px;*/
    /*line-height: 46px;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    margin-top: 20px;
    /*width: 80px;*/
    /*border: 2px solid #cccccc;*/
    background: white;
    /*color: #66113f;*/

    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.huan{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: white;
    text-align: center;
    width: 125px;
    margin-top: 20px;
    cursor: pointer;
}
.yz-code>*{
    display: inline-block;
    vertical-align: middle;
}
#commit{
    height: 56px;
    background: #5bc6ea;
    line-height: 56px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    margin-top: 30px;
    cursor: pointer;
}
/*footer{*/
    /*position: fixed;*/
    /*bottom: 38px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 20px;*/
    /*line-height:  20px;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*color: #676767;*/
/*}*/



/***************** index ****************/
.welcome{
    font-size: 14px;

}
.welcome strong{
    font-size: 14px;
    color: #63c7eb;

}
.index-group{
    width: 30%;
    height: 120px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px 0 0 50px;
}
.group-text{
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
}
.group-num{
    font-size: 26px;
    line-height: 26px;
}
.group1{
    background:white url("../icon/index-icon.png") no-repeat right bottom/20%;
    margin-right: 5%;
}
.group1 .group-num{
    color: #63c7eb;
}
.group2{
    background:white url("../icon/index-icon2.png") no-repeat right bottom/20%;
    margin-right: 5%;
}
.group2 .group-num{
    color: #d672f7;
}
.group3{
    background:white url("../icon/index-icon3.png") no-repeat right bottom/20%;
}
.group3 .group-num{
    color: #37dc94;
}
.pannel-tit{
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    font-weight: bolder;
}
.pannel{
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 50px;
}
.pannel-contt{
    height: 100px;
    line-height: 100px;

}
.pannel-contt a{
    display: inline-block;
    color: #666666;
    margin-left: 35px;
    font-size: 16px;

    /*border: 1px solid red;*/
    height: 50px;
    line-height: 50px;
    position: relative;
}
.car-group .tipNum{
    position: absolute;
    top: 4px;
    right: -10px;
    width: auto;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    color: white;
    font-size: 10px;
    font-style: normal;
    display: none;
}










