.blocker {
    z-index: 100;
}

#sub-no,
#sub {
    height: 550px;
}

.subscribeModal {
    width: 100%;
    max-width: 516px;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.subscribeModal .icon {
    display: block;
    width: 46px;
    margin: 0 auto 15px auto;
}

.subscribeModal p {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
}

.subscribeModal p.no {
    margin-bottom: 0;
}

.subscribeModal p img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 13px;
}

.subscribeModal a.btn {
    display: block;
    width: 107px;
    line-height: 28px;
    background: #0069aa;
    border: 1px solid #0069aa;
    color: #fff;
    font-size: 14px;
    margin: 95px auto 15px auto;
    border-radius: 50px;
}

.subscribeModal small {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #7e7e7e;
}

.subscribeModal a.close-modal {
    width: 15px;
    height: 15px;
    right: 0;
    top: -30px;
    background: url(../../../img/ecourse/close-icon3x.png) no-repeat;
    background-size: 100% 100%;
}

.subscribeModal.sub {
    padding: 25px 20px;
    vertical-align: top;
    top: 30px;
}

.subscribeModal.sub h3 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #363636;
    margin-bottom: 10px;
}

.subscribeModal.sub .tabs {
    position: relative;
}

.subscribeModal.sub .tabs:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.subscribeModal.sub .tabs label {
    float: left;
    width: calc(100% / 3);
    color: #7e7e7e;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.subscribeModal.sub .tabs label.active {
    border-bottom: 4px solid #0069aa;
    position: relative;
    z-index: 1;
    color: #000000;
}

.subscribeModal.sub>input,
.subscribeModal.sub .center {
    display: none;
}

.subscribeModal.sub>input:checked+.center {
    display: block;
}

.subscribeModal.sub .center .nologin-list {
    margin-bottom: 40px;
    height: 260px;
}

.subscribeModal.sub .center .nologin-list.short {
    height: 181px;
}

.subscribeModal.sub .center .nologin-list li {
    list-style: none;
    display: block;
    margin-top: 20px;
    position: relative;
    text-align: left;
    padding-right: 50px;
}

.subscribeModal.sub .center .nologin-list li b {
    display: block;
    font-size: 15.5px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 5px;
}

.subscribeModal.sub .center .nologin-list li i {
    position: absolute;
    display: block;
    width: 41px;
    height: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}

.subscribeModal.sub .center .nologin-list li i img {
    display: block;
    width: 100%;
}

.subscribeModal.sub .center .nologin-list li i.off {
    background: url(../../../img/ecourse/toggle-off3x.svg) center no-repeat;
    background-size: 100% auto;
}

.subscribeModal.sub .center .nologin-list li i.off img {
    opacity: 0;
}

.subscribeModal.sub .center .article-list {
    margin: 20px -20px 30px -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
    height: 270px;
    overflow: auto;
    position: relative;
}

.subscribeModal.sub .center .article-list>.all {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 20px;
    font-style: normal;
    margin: 0 -20px;
    padding: 0 20px 10px 20px;
    background: #fff;
    width: calc(100% + 40px);
    position: sticky;
    z-index: 1;
    right: 0;
    top: 0;
}

.subscribeModal.sub .center .article-list>.all img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.subscribeModal.sub .center .article-list a:not(.all) {
    display: block;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 10px 20px 10px 110px;
    position: relative;
    border-top: 1px solid #bae2ff;
}

.subscribeModal.sub .center .article-list a:not(.all):last-of-type {
    border-bottom: 1px solid #bae2ff;
}

.subscribeModal.sub .center .article-list a:not(.all).no {
    background: #e8f1ff;
}

.subscribeModal.sub .center .article-list a:not(.all) img {
    display: block;
    width: 70px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.subscribeModal.sub .center .article-list a:not(.all) span {
    display: block;
    text-align: left;
}

.subscribeModal.sub .center .article-list a:not(.all) span title {
    display: block;
    font-size: 15.5px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.subscribeModal.sub .center .article-list a:not(.all) span small {
    display: block;
    font-size: 12px;
    color: #7e7e7e;
}

.subscribeModal.sub .center .article-list a:not(.all).icon {
    padding-right: 65px;
}

.subscribeModal.sub .center .article-list a:not(.all).icon i {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 15px;
    background: url(../../../img/ecourse/liked.png) center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1025px) {

    .subscribeModal a.btn:hover {
        background: #0082d8;
        border-color: #0082d8;
    }

}

@media screen and (max-width: 450px) {
    .subscribeModal.sub .center .nologin-list.short {
        height: 220px;
    }
}

#iconBellPc.icon,
#iconBellMb.icon {
    width: auto;
    position: relative;
}

#iconBellPc.icon.point:before,
#iconBellMb.icon.point:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FF0000;
    position: absolute;
    left: -2px;
    top: 0px;
    border-radius: 5px;
    border: 1px solid #fff;
}