/* 置灰 */
.greyColer {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* Start 未订阅 提示框 */
.UnsubscribedBox {
    display: none;
    z-index: 99;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.UnsubscribedBox_div {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 10px 25px 10px;
}

.UnsubscribedBox_div h1 {
	color: #b33633;
	text-decoration: underline;
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0;
	cursor: pointer;
}

.UnsubscribedBox_div h2 {
	font-size: 18px;
	color: #681e1e;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
	padding-top: 10px;
}

.UnsubscribedBox_div ul {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
}

.UnsubscribedBox_div ul span {
	width: 100%;
	display: block;
}
.UnsubscribedBox_div a{
	letter-spacing: 1px;
    text-decoration: underline;
    color: #b33633;
    font-weight: bold;
	padding: 10px 5px;
    display: inline-block;
}
/* End 提示框 */

/* 家庭用户订阅 提示框 */
.mboxxxButton{
    padding: 0 15px;
    color: rgb(104, 30, 30); width: 100%; text-align: center; 
}
.mboxxxButton input{
    line-height: 45px;
    width: 100%;
    letter-spacing: 0.05rem;
    font-weight: normal;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif,"微软雅黑",monospace !important;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.mboxxxButton input:nth-child(1){
    background: #fe7b45 ;
}
.mboxxxButton input:nth-child(2){
    background: #30a5ff; 
    margin-top: 10px;
}
.mboxxxBox{
    position: fixed; 
    z-index: 999999999; 
    border: 1px solid #ccc; 
    line-height: 25px; 
    font-size: 17px;
    display:none;
    border: 0; outline: none;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    border-radius: 0;
}
.mboxxxBox.active{
    display: flex;
}
.mboxxxDiv{
    max-width: 485px;
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
}

.mboxxxBox b{
    font-weight: normal;
    text-decoration: underline;
}
.mboxxxBox #mboxxx span{
    display: block;
    line-height: 22px;
    padding-bottom: 8px;
    font-size: 16px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif,"微软雅黑",monospace !important;
}
.mboxxxImg{
    text-align: center;
    padding-top: 20px;
}
.mboxxxImg img{
    width:90px;
}
.eReading_con .product-grid.greyColer{
    filter: none;
}
.eReading_con .product-grid.greyColer a{
    opacity: 0.45;
}
.eReading_con .product-grid.greyColer .reading_butT{
    filter:grayscale(100%);
    opacity: 0.7;
}
@media (max-width:900px) {
    .mboxxxBox #mboxxx span{
        font-size: 15px;
         line-height: 18px;
    }
    .mboxxxImg img{
        width: 75px;
    }
    .mboxxxDiv{
        max-width: 680px;
    }
}
@media (max-width:450px) {
    .mboxxxButton input{
        font-size: 15px;
    }
}
/* 家庭用户订阅 END */