@charset "utf-8";

#unlike-pop-component{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    line-height: 1.2;
    color: #323232;
    font-size: 16px;
    font-family: "PingFang Medium","PingFang SC", "Hiragino Sans GB","Helvetica Neue", Helvetica, STHeiTi,"\u534e\u6587\u9ed1\u4f53",sans-serif;
    font-weight: normal;
    display: none;
}
#unlike-pop-component.unlike-pop-black {
    color: #d2d2d3;
}
.unlike-pop-component-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.unlike-pop-black .unlike-pop-component-content {
    background-color: #202022;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-content {
    background-color: #171616;
}
.unlike-pop-component-title {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
}
.unlike-pop-black .unlike-pop-component-title {
    color: #8e8e8e;
    background-color: #252528;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-title {
    color: #8e8e8e;
    background-color: #1e1e1e;
}
.unlike-pop-component-list {
    padding: 0;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.unlike-pop-black .unlike-pop-component-list {
    background-color: #252528;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-list {
    background-color: #1e1e1e;
}
.unlike-pop-component-list > li {
    padding: 15px 15px;
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    position: relative;
}
.unlike-pop-component-list > li:before {
    display: block;
    content: '';
    height: 1px;
	transform: scale(1, 0.5);
	-webkit-transform: scale(1, 0.5);
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}
.unlike-pop-black .unlike-pop-component-list > li:before {
    background-color: #313131;
}
.unlike-pop-component-list > li.unlike-touch {
    background-color: #f5f5f5;
}
.unlike-pop-black .unlike-pop-component-list > li.unlike-touch {
    background-color: #202022;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-list > li.unlike-touch {
    background-color: #171616;
}
.unlike-pop-component-list > li:first-child:before {
    background: none;
}
.unlike-pop-component-list > li span, .unlike-pop-component-list > li ins {
    display: block;
}
.unlike-pop-component-list > li.unlike-selected {
    color: #e93030;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-list > li.unlike-selected {
    color: #fd4332;
}
.unlike-pop-component-list > li.unlike-selected ins {
    width: 16px;
    height: 12px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAXBAMAAAAB04lnAAAAGFBMVEUAAADpMDDpMDDpMDDpMDDpMDDpMDDpMDDMJ9BTAAAACHRSTlMA/EpLfEnIxrpf0fYAAABYSURBVBjTY0AFKmh8JkEHVAFFQQM0BcIDpoAlAE2BoyiaCYaCAagmMAuKQhQoAEmYEpACISATpkQIqgChRAGqAKEEogChRAyiAKGkEKEA6jgkBRDnIykAACsYCRMcB0GlAAAAAElFTkSuQmCC");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-list > li.unlike-selected ins  {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAXBAMAAAAB04lnAAAAG1BMVEUAAAD9QzL9QzL9QzL9QzL9QzL9QzL9QzL9QzIX40boAAAACHRSTlMA+UpLfEnIxuhn/lEAAABYSURBVBjTY0AFKmh8JgkHVAHFRgM0BcIDpoAlAE2BhyiaCYaNAagmMEuIQhQoAEmYEpACISATpkQIqgChRAGqAKEEogChpA2iAKGkEKEA6jgkBRDnIykAAIz4D5wbstLoAAAAAElFTkSuQmCC");
}
.unlike-pop-component-done {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    background-color: #ffffff;
}
.unlike-pop-black .unlike-pop-component-done {
    background-color: #252528;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-done {
    background-color: #1e1e1e;
}
.unlike-pop-component-done.unlike-touch {
    background-color: #f5f5f5;
}
.unlike-pop-black .unlike-pop-component-done.unlike-touch {
    background-color: #202022;
}
.unlike-gphone.unlike-pop-black .unlike-pop-component-done.unlike-touch {
    background-color: #171616;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
    .unlike-pop-component-done {
        padding-bottom: 50px;
    }
}
