@import url('../../common/css/footer.css');
@import url("../../common/less/global.less");
body {
    background: #E74064;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.wikiWrapper {
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #0f0f0f;
    clear: both;
}
.wikiTop {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 20px 1% 10px 1%;
}
.wikiTop .btns span {
    float: left;
    margin-right: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 30px;
    font-weight: bold;
}
.wikiTop .search {
    float: right;
}
.wikiTop .search input {
    background: url(../img/app_ic_search.png) no-repeat 10px center #fff;
    background-size: 15px auto;
    border: 0px;
    border-radius: 8px;
    padding: 14px 10px 14px 30px;
    width: 300px;
}
.wikiTop .btns span.active {
    background: #fff;
    color: #E74064;
}
.wikiList {
    width: 100%;
}
.wikiList ul li {
    float: left;
    width: 31.33%;
    margin: 1%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 360px;
}
.wikiList ul li a.btn {
    width: 100%;
    max-width: 200px;
    line-height: 36px;
    border-radius: 8px;
    color: #fff;
    background: #E74064;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}
.wikiList ul li h3 {
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 32px;
}
.wikiList ul li h3 a {
    color: #0f0f0f;
}
.wikiList ul li figure img {
    width: 100%;
    height: auto;
}
.wikiList .pageNav {
    text-align: center;
    justify-content: center;
    padding: 20px 0 40px 0;
    width: 100%;
    display: flex;
    float: left;
}
.wikiList .pageNav ul li {
    background: #fff;
    display: inline-block;
    border-radius: 0;
    margin: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}
.wikiList .pageNav ul li.active {
    background: #000;
}
.wikiList .pageNav ul li.active a {
    color: #fff;
}
.wikiList .pageNav ul li.disabled span {
    color: #ababab;
}
.wikiList .pageNav a {
    color: #0f0f0f;
    text-decoration: none;
}
.wikiList .pageNav a:first-child {
    width: 50px;
}
.wikiDetail {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}
.wikiDetail figure {
    padding-bottom: 20px;
}
.wikiDetail figure img {
    width: 100%;
    height: auto;
}
.wikiDetail .pageNav {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.wikiDetail h1 {
    font-size: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.wikiDetail h2,
.wikiDetail h3 {
    padding-bottom: 15px;
    font-size: 18px;
}
.wikiDetail h4,
.wikiDetail h5 {
    padding-bottom: 15px;
}
.wikiDetail p a {
    color: #E74064;
}
.wikiDetail .btn_wrap a {
    text-decoration: none;
    border-radius: 25px;
    background: linear-gradient(231deg, #BD27AB 0%, #FD94C9 100%);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    font-size: 18px;
    padding: 15px 50px;
    margin: 0 auto;
    width: 240px;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.wikiDetail p {
    padding-bottom: 15px;
    line-height: 26px;
}
.wikiDetail .left {
    float: left;
}
.wikiDetail .right {
    float: right;
}
.wikiDetail .pageNav a {
    color: #0f0f0f;
    cursor: hand;
    cursor: pointer;
}
.wikiHead {
    width: 100%;
    float: left;
    padding: 25px 0;
    color: #fff;
}
.wikiHead a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    margin: 17px 30px;
    font-weight: 600;
}
.wikiHead .mainNav {
    float: right;
    padding-top: 20px;
    margin: 0 30px;
}
.wikiHead .logo a {
    background: url(../img/bc_logo.png) no-repeat left top;
    background-size: 100% auto;
    width: 200px;
    height: 63px;
    float: left;
    margin: 0 10px;
}
.wikiHead .pageW {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.appScreenBox {
    width: 100%;
    float: left;
    margin: 100px 0;
    color: #fff;
}
.appScreenBox .tit {
    width: 100%;
    height: 50px;
    float: left;
    background: url(../img/bicupid_wiki.png) no-repeat left center;
    background-size: auto 100%;
    margin-bottom: 50px;
}
.appScreenBox .appScreenRight {
    float: right;
    width: 550px;
    height: 428px;
    overflow: hidden;
    position: relative;
    margin-right: -70px;
}
.appScreenBox .appScreenRight ul li {
}
.appScreenBox .appScreenLeft {
    margin: 0 480px 0 0;
}
.appScreenBox .appScreenLeft p {
    line-height: 28px;
    padding-top: 30px;
    overflow: hidden;
}
.appScreenBox .mobileNavBtn {
    display: none;
}
.appScreenBox .mask {
    display: none;
}
.appScreenBox .appDownload {
    padding-top: 50px;
}
.appScreenBox .appDownload a {
    display: inline-block;
}
.appScreenBox .appDownload a img {
    height: 50px;
    width: auto;
    border-radius: 5px;
    margin-right: 10px;
}
.appScreenBox {
    margin: 76px 0 40px 0;
}
@media screen and (max-width:768px) {
    .wikiHead {
        position: fixed;
        z-index: 11;
        background: #e74064;
    }
    .mask {
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        display: none;
        z-index: 11
    }
    .mobileNavBtn {
        display: block;
        float: left;
    }
    .mobileNavBtn span {
        background: #fff;
        width: 30px;
        height: 2px;
        margin: 5px 0;
        display: block;
    }
    .wikiHead .logo a {
        width: 120px;
        position: absolute;
        left: 50%;
        margin-left: -60px;
    }
    .wikiHead .mainNav {
        display: none;
        background: #E74064;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 72px;
        padding: 15px;
        margin: 0;
    }
    .wikiHead .mainNav span {
        display: none;
    }
    .wikiHead .mainNav a {
        width: 100%;
        float: left;
        padding: 9px 0;
        font-size: 14px;
        margin: 0;
        font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 23px;
        &::after {
            display: inline-block;
            content: ' ';
            height: 6px;
            width: 6px;
            border-width: 1px 1px 0 0;
            border-color: #fff;
            border-style: solid;
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            margin-top: 8px;
            position: absolute;
            right: 5%;
        }
    }
    .appScreenBox {
        margin: 126px 0 20px 0;
    }
    .appScreenBox .tit {
        height: 30px;
        background-position: center;
    }
    .appScreenBox .appScreenLeft {
        margin: 0px;
        float: left;
    }
    .appScreenBox .appDownload {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }
    .appScreenBox .appDownload img {
        margin: 0 10px;
    }
    .wikiDetail {
        padding: 100px 16px 16px 16px;
    }
    .wikiDetail .left, .wikiDetail .right {
        width: 100%;
        float: left;
    }
    .wikiDetail .left {
        padding-bottom: 20px;
    }
    .wikiList ul li {
        width: 96%;
        height: auto;
        margin: 2%;
    }
    .wikiTop {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 2%;
        padding-right: 2%;
    }
    .wikiTop .search {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .wikiTop .btns span {
        padding: 10px 5px;
    }
    .wikiTop .btns span {
        font-size: 14px;
    }
    .wikiTop .btns a:last-child span {
        margin-right: 0;
    }
    .appScreenBox .appScreenRight {
        width:354px;
        margin:0 auto;
        height:279px;
    }
    body {
        font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    }
    .wikiHead a {
        font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
    }
}
