html {
     height: 100%;
}

header {
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 999;
     left: 0px;
}

.header {
     background-color: #26a2ff;
     height: 40px;
     padding-left: 28px;
}

header .logo_img {
     height: 25px;
}

.index_main {}

.download-box {
     padding: 45px 20px 0 20px;
     width: 100%;
     height: 250px;
     background: linear-gradient(to bottom, rgb(41, 115, 225), #FFFFFF);
}

.download-box .title {
     font-size: 20px;
     color: #FFFFFF;
     padding: 15px 0;
}

.download-box .description {
     font-size: 16px;
     color: #FFFFFF;
}

.download-box .notice {
     color: #1f1f1f;
     margin-top: 5px;
     font-size: 14px;
}

.tools-container {
     background: url("https://cdn.siddur.cn/website/imgs/module_three_bg.png") no-repeat center;
}

.tools-container .tab-panel {
     border-bottom: 1px solid #e0e0e0;
}

.tools-container .tab-panel .tab-item {
     padding: 10px 7%;
     color: #444;
     font-size: 15px;
     cursor: pointer;
}

.tools-container .active {
     color: #2a56ff;
     border-bottom: 1px solid #2a56ff;
}

.control-panel {
     overflow-y: auto;
     padding: 15px 7px;
}

.control-panel .control-item {
     cursor: pointer;
     box-shadow: 0 0 2px #666;
     height: 245px;
     width: 46%;
     margin: 2%;
     padding: 20px;
}

.control-item .logo {
     padding: 7px 0;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     background: linear-gradient(-45deg, #2955ff, #7494ff);
     position: relative;
}

.control-item .funscribe {
     font-size: 13px;
     color: #666;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     text-overflow: ellipsis;
}

.control-item .title {
     color: #666;
     font-size: 16px;
     padding: 0;
}

.once-go {
     display: none;
}

.control-item .logo .iconfont {
     font-size: 32px;
     color: #fff;
}

.control-panel .tag-panel {
     position: absolute;
     top: 0;
     right: -32px;
}

.control-panel .tag-panel .vip {
     background: linear-gradient(90deg, #84ff48, #30e300);
}

.control-panel .tag-panel .free {
     background: linear-gradient(90deg, #ff5f5f, red);
}

.control-panel .tag-panel .coin {
     background: linear-gradient(90deg, #ffc165, #ff8d01);
}

.control-panel .tag-panel .tag {
     width: 40px;
     height: 16px;
     border-radius: 4px 4px 4px 0;
     color: #fff;
     font-weight: 700;
     font-size: 14px;
}

.module-title {
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 20px;
     text-align: center;
}

.video-modal {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 96%;
     height: 60%;
     transform: translate(-50%, -50%);
     background-color: #fff;
     padding: 30px 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, .1);
     display: none;
}

.modal-close {
     position: absolute;
     display: inline-block;
     width: 15px;
     height: 3px;
     background: #434343;
     line-height: 0;
     font-size: 0;
     vertical-align: middle;
     -webkit-transform: rotate(45deg);
     cursor: pointer;
     top: 15px;
     right: 10px
}

.modal-close:after {
     content: '/';
     display: block;
     width: 15px;
     height: 3px;
     background: #434343;
     -webkit-transform: rotate(-90deg);
     cursor: pointer;
     top: 15px;
     right: 10px
}

.articles-container {
     padding: 50px 0 70px;
     background: url("https://cdn.siddur.cn/website/imgs/modular_six_bg.png") no-repeat center;
}

.article-item {
     font-size: 14px;
     height: 50px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.2);
     padding: 0 20px;
}

.article-item .date {
     color: #999;
     position: relative;
     bottom: 4px;
}

.article-item .num {
     font-style: italic;
     margin-right: 10px;
}

.article-item .num-front {
     color: red;
     font-weight: 500;
}

.num-icon {
     color: red;
}

.article-item a span {
     display: inline-block;
     width: 60vw;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.articles-more {
     margin-right: 20px;
     font-size: 14px;
     text-decoration: underline;
}

.footer-box {
     padding-top: 30px;
     width: 100%;
     background: linear-gradient(180deg, #505E6E 0%, #1B2331 100%);
     margin: 0 auto;
     align-items: center;
     color: #ffffff;
     font-size: 15px;
}

.footer-box .devide {
     margin: 50px 0;
}

.footer-box span {
     display: inline-block;
}

.footer-inner-down {
     margin-top: 30px;
     padding: 20px 0;
     border-top: 1px solid #5A6371;
     font-size: 13px;
     color: #BABDC3;
}

.footer-inner-down a {
     color: #BABDC3;
}

.qrcode-box {
     width: 260px;
     height: 115px;
     border: 1px solid hsla(0, 0%, 100%, .6);
}

.friend-link {
     color: #ffffff;
     text-decoration: underline;
}