/*¹«¸æµ¯´°*/
#mask{
    background-color: rgb(0,0,0,0.3);
    width:100%;
    height: 100%;
}
#form-nc{
    position: absolute;
    z-index: 2000;
    left: 50%;
    width: 46%;
    margin-left:-23%;
    top: 50%;
    transform: translateY(-50%);
    min-height: 300px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
#form-nc .title{
    width:100%;
    padding:12px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
#form-nc .title h5{
    font-size:20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
#form-nc .title font{
    color:#1890ff;
}
#form-nc .close{
    cursor: pointer;
    position: absolute;
    width:20px;
    height: 20px;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.nc-box {
    width: 100%;
    padding:20px 30px 30px 30px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.nc-box .time{
    font-size:14px;
    color:#9da0a6;
    padding:15px 0;
}
.nc-box h3{
    font-size:18px;
    font-weight: bold;
}
.nc-box .text{
    font-size:14px;
    padding:10px 0 0 0;
}
#form-nc .nc-box .icon-blue{
    width:100px;
    height: 36px;
    line-height: 36px;
    background-color: #1890ff;
    border-radius: 4px;
    color:#fff;
    font-size:14px;
    text-align: center;
    margin:20px 0 0 0;
    display: block;
    float: right;
    cursor: pointer;
}
#form-nc .nc-box .icon-blue:hover{
    background-color: #41a2ff;
}