
#planbPopup {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #dadada;
    
}

.planbSlide{
    position: relative;
    padding: 30px 50px 0 50px;
}

.slideBtn{
    
}

.slideBtn img{
    display: block;
}

.slideBtn .popPrev{
    position: absolute;
    top: 35%;
    left: 10px;
}

.slideBtn .popNext{
     position: absolute;
    top: 35%;
    right: 10px;
}

.popMask{
    width: 400px;
    overflow: hidden;
}

#planbPopup li > img{
    width: 400px;
    height: 180px;
}

.popAnibox{
    width: 1200px;
}

.popAnibox li{
    display: inline-block;
    width: 400px;
    vertical-align: top;
}

.popAnibox li p{
    color: #333;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.popBtn label {
    font-size: 14px;
}

#check {
    display: none;
    vertical-align: middle;
    cursor: pointer;
}

#check + label{
    position: relative;
    margin-left: 35px;
}

#check + label span {
    position: absolute;
/*    display: inline-block;*/
    left: -23px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(/images/popClose.png) left top no-repeat;
    background-size: cover;
    margin-right: 5px
}

#check:checked + label span {
    background: url(/images/popClose.png) right top no-repeat;
    background-size: cover;
}

.popBtn{
    width: 100%;
    border-bottom-right-radius: 5px;
}

.popbtnRight {
   width: 30%;
    background-color: #8784ff;
    border: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    cursor: pointer;
    float: left; 
    vertical-align: bottom;
    border-bottom-right-radius: 5px;
    padding: 6px;
}


.popbtnLeft{
    width: 70%;
    float: left;
     border-bottom-left-radius: 5px; 
}




















