.prague-pager {
    padding-top: 0 !important;
}
.prague-pager ul {
    list-style: none;
}
.prague-pager ul li{
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.prague-pager ul .page-block {
    width: 30px;
    height: 30px;
}
.prague-pager ul li a {
    color: #333;
    text-decoration: none;
}
.prague-pager ul .thisclass {
    background-color: #000;
}
.prague-pager ul .thisclass {
    color: #fff !important;
}
.service-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(22,22,22,0.2);
    z-index: 999;
    display: none;
}
.service-mask-body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.service-mask .service-mask-wrap {
    background-color: #2f4998;
    color: #fff;
    padding: 20px;
    width: 720px;
    box-sizing: border-box;
}
.service-mask .service-mask-wrap .service-body {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 30px 40px;
}
.service-mask .service-mask-wrap .service-body .service-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.service-mask .service-body .service-left {
    width: calc(100% - 200px);
    margin-right: 7px;
}
.service-mask .service-body .service-left .title{
    font-weight: bold;
    font-size: 32px;
}
.service-mask .service-body .service-left .subtitle{
    font-weight: bold;
    font-size: 20px;
}
.service-mask .service-body .service-left .service-mobile {
    font-weight: bold;
    font-size: 20px;
}
.service-mask .service-body .service-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 182px;
    box-sizing: border-box;
    position: relative;
}
.service-mask .service-body .service-right .company-wechat {
    width: 160px;
    height: 160px;
    z-index: 99;
}
.service-mask .service-body .service-right .company-wechat img {
    width: 100%;
    height: 100%;
}
.service-mask .service-body .service-right .company-wechat .reco-border {
    width: 30px;
    height: 30px;
    background-color: transparent;
    z-index: 1;
    position: absolute;
}
.service-mask .company-wechat .left-top {
    top: 0;
    left: 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: unset;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: unset;
}
.service-mask .company-wechat .left-bottom {
    left: 0;
    bottom: 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.service-mask .company-wechat .right-top {
    top: 0;
    right: 0;
    border-left: unset;
    border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: unset;
}
.service-mask .company-wechat .right-bottom {
    bottom: 0;
    right: 0;
    border-left: unset;
    border-right: 1px solid rgb(255, 255, 255);
    border-top: unset;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.service-mask .service-body .service-bottom {
    padding-top: 20px;
}
.service-mask .service-body .service-bottom .service-bottom-line {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.service-mask .service-body .service-bottom .service-bottom-line .service-btn {
    font-size: 20px;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;;
}
.service-mask .service-body .service-bottom .service-bottom-line .service-btn:hover {
    background-color: #fff;
}
.service-mask .service-body .service-bottom .service-bottom-line .service-btn:hover a {
    color: #0f954b !important;
    font-weight: bold;
}
.service-mask .service-body .service-bottom .service-bottom-line .service-btn a {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .service-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(22,22,22,0.1);
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .service-mask .service-mask-wrap {
        /*background-color: #0f954b;*/
        color: #fff;
        padding: 10px !important;
        width: 90% !important;
        box-sizing: border-box;
    }
    .service-mask .service-mask-wrap .service-body {
        border: 1px solid #fff;
        box-sizing: border-box;
        padding: 10px 15px !important;
    }
    .service-mask .service-mask-wrap .service-body .service-top{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .service-mask .service-body .service-left {
        width: calc(100% - 20px) !important;
        margin-right: 7px;
    }
    .service-mask .service-body .service-left .title{
        font-weight: bold;
        font-size: 16px !important;
    }
    .service-mask .service-body .service-left .subtitle{
        font-weight: bold;
        font-size: 12px !important;
    }
    .service-mask .service-body .service-left .service-mobile {
        font-weight: bold;
        font-size: 12px !important;
    }
    .service-mask .service-body .service-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px !important;
        height: 80px !important;
        box-sizing: border-box;
        position: relative;
    }
    .service-mask .service-body .service-right .company-wechat {
        width: 60px !important;
        height: 60px !important;
        z-index: 99;
    }
    .service-mask .service-body .service-right .company-wechat img {
        width: 100%;
        height: 100%;
    }
    .service-mask .service-body .service-right .company-wechat .reco-border {
        width: 15px !important;
        height: 15px !important;
        background-color: transparent;
        z-index: 1;
        position: absolute;
    }
    .service-mask .company-wechat .left-top {
        top: 0;
        left: 0;
        border-left: 1px solid rgb(255, 255, 255);
        border-right: unset;
        border-top: 1px solid rgb(255, 255, 255);
        border-bottom: unset;
    }
    .service-mask .company-wechat .left-bottom {
        left: 0;
        bottom: 0;
        border-left: 1px solid rgb(255, 255, 255);
        border-right: unset;
        border-top: unset;
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .service-mask .company-wechat .right-top {
        top: 0;
        right: 0;
        border-left: unset;
        border-right: 1px solid rgb(255, 255, 255);
        border-top: 1px solid rgb(255, 255, 255);
        border-bottom: unset;
    }
    .service-mask .company-wechat .right-bottom {
        bottom: 0;
        right: 0;
        border-left: unset;
        border-right: 1px solid rgb(255, 255, 255);
        border-top: unset;
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .service-mask .service-body .service-bottom {
        padding-top: 10px !important;
    }
    .service-mask .service-body .service-bottom .service-bottom-line {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .service-mask .service-body .service-bottom .service-bottom-line .service-btn {
        font-size: 12px !important;
        color: #fff;
        border-radius: 8px;
        padding: 5px 15px !important;
        width: 110px !important;
        box-sizing: border-box;
        border: 1px solid #fff;
        text-align: center;
        cursor: pointer;;
    }
    .service-mask .service-body .service-bottom .service-bottom-line .service-btn:hover {
        background-color: #fff;
    }
    .service-mask .service-body .service-bottom .service-bottom-line .service-btn:hover a {
        color: #0f954b !important;
        font-weight: bold;
    }
    .service-mask .service-body .service-bottom .service-bottom-line .service-btn a {
        color: #fff;
    }
}
