.J-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
}

.J-icon.wenjian {
    background-image: url('/img/topic/epidemic/icon-wenjian.png');
    width: 41px;
    height: 43px;
}

.J-icon.kejian {
    background-image: url('/img/topic/epidemic/icon-kejian.png');
    width: 34px;
    height: 43px;
}

.J-icon.biaoshi {
    background-image: url('/img/topic/epidemic/icon-biaoshi.png');
    width: 42px;
    height: 43px;
}

.J-icon.dingzhi {
    background-image: url('/img/topic/epidemic/icon-dingzhi.png');
}

.J-icon.xiazai {
    background-image: url('/img/topic/epidemic/icon-xiazai.png');
    width: 25px;
    height: 21px;
}

.J-icon.huanzhe {
    background-image: url('/img/topic/epidemic/icon-huanzhe.png');
    width: 39px;
    height: 43px;
}

.action-btn {
    width: 285px;
    height: 60px;
    line-height: 60px;
    background: rgba(10, 103, 176, 1);
    color: #fff !important;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.action-btn.light {
    background: rgba(57, 147, 218, 1);
}

.action-btn .J-icon {
    margin-left: 12px;
}

.clear:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
    visibility: hidden;
    opacity: 0;
}

.epidemic-toolbox-page {
    width: 100%;
    position: relative;
}

.banner {
    width: 100%;
    height: 300px;
    background-size: 1920px 300px;
    background-position: center center;
}

.epidemic-toolbox-page .banner {
    background-image: url('/img/topic/epidemic/tool-banner.jpg');
}

.epidemic-toolbox-page .file-container {
    background-size: 1920px 1400;
    background-image: url('/img/topic/epidemic/tool-bg.jpg');
    width: 100%;
    position: relative;
    min-height: 1400px;
}

.file-container .content {
    width: 1092px;
    margin: 0 auto;
    padding-top: 48px;
}

.file-container .title {
    font-size: 42px;
    font-weight: lighter;
    color: rgba(10, 103, 176, 1);
    line-height: 1;
    text-align: center;
}

.file-container .logos {
    width: 100%;
    margin-top: 44px;
}

.logos .item {
    width: 33%;
    text-align: center;
    float: left;
}

.logos .item .J-icon {
    margin-bottom: 20px;
}

.logos .item .name {
    font-size: 26px;
    font-weight: bold;
    color: rgba(10, 103, 176, 1);
    line-height: 1;
}

.items .item {
    float: left;
    margin-left: 14px;
    width: 350px;
    height: 692px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(212, 217, 221, 1);
    box-shadow: 0px 9px 46px 0px rgba(89, 89, 89, 0.15);
}

.file-container .items {
    margin-top: 28px;
}

.items .file-item {
    position: relative;
    min-height: 170px;
    padding: 20px 30px;
}

.items .file-item:nth-child(2n+1) {
    background: rgba(249, 249, 249, 1);
}

.items .file-item .title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(10, 103, 176, 1);
    line-height: 26px;
    text-align: left;
}

.items .file-item .text {
    font-size: 20px;
    font-weight: normal;
    color: rgba(50, 50, 50, 1);
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 40px;
}

.items .file-item .link {
    width: 54px;
    height: 30px;
    border: 1px solid rgba(10, 103, 176, 1);
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(10, 103, 176, 1);
    position: absolute;
    left: 30px;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.file-container .action {
    text-align: center;
    margin-top: 50px;
}

.action-btn+.action-btn {
    margin-left: 44px;
}


.J-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1049;
    display: none;
}

.J-modal .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .4);
}

.J-modal .modal-content {
    position: absolute;
    width: 410px;
    min-height: 520px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 24px 0px rgba(89, 89, 89, 0.26);
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 84px 84px 63px 84px;
    z-index: 1049;
}

.modal-content .logo {
    text-align: center;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.modal-content .text {
    font-size: 20px;
    font-weight: normal;
    color: rgba(7, 16, 22, 1);
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 300px;
    margin-left: -30px;
}

/* .modal-content .text:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: rgba(7, 16, 22, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.modal-content .text:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: rgba(7, 16, 22, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
} */

.modal-content .code {
    width: 242px;
    height: 242px;
    margin-top: 24px;
}

.modal-content .tip {
    margin-top: 28px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(57, 147, 218, 1);
    line-height: 1;
    text-align: center;
}

.modal-content .close {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url('/img/topic/epidemic/icon-close.png');
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.img {
    width: 100%;
}