
* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333333;
    font-size: 14px;
    outline: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.auto {
    height: auto;
    overflow: hidden;
}


.nc-container #nc_1_wrapper {
    margin-left: 10px;
}
#rectMask {
    width: 100%!important;
}


.device-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.device-dialog-content {
    width: 300px;
    height: 170px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -85px;
}
.device-dialog-tips {
    padding: 30px 30px 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.device-dialog-check {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
}
.device-dialog-btns {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.device-dialog-btn {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.device-dialog-btns-change {
    background: #005BAC;
    color: #fff;
}