.newbg {
    width: 700px;
    background-color: #fff;
    left: -200px;
    top: 177%;
    padding: 25px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.logbox ul li:nth-child(4) input {
    width: 170px;
}
.read span{
    font-weight: normal;
}
.read input {
    width: 18px;
    height: 18px;
    margin-top: -20px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.read input:hover {
    border-color: #83c209;
}

.read input:checked {
    color: #fff;
    background-color: #83c209;
    border: 1px solid #83c209;
}

.read input:after {
    margin-left: 0px;
    content: "✔";
}
.pabo {
    padding: 70px 0px;
}