body,
html {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

.interview-wrap {
    font-size: 16px;
    line-height: 30px;

    width: 1080px;
    height: 500px;
    margin: 0 auto;

    letter-spacing: 0;

    color: #333;
}

.interview-wrap * {
    box-sizing: border-box;
}

.interview-wrap .left {
    float: left;

    width: 255px;
}

.interview-wrap .left .tabs-title {
    font-size: 18px;
    line-height: 70px;

    margin-bottom: 10px;

    color: #333;
    background-color: #f4f4f4;
}

.interview-wrap .left .tabs-title .item {
    padding-left: 30px;

    cursor: pointer;

    border-bottom: 1px solid #fff;
}

.interview-wrap .left .tabs-title .item.active {
    color: #fff;
    background-color: #c72b22;
}

.interview-wrap .left .server-center {
    line-height: 2;

    position: relative;

    margin-bottom: 10px;
    padding: 10px 30px;

    border: solid 1px #d3d3d3;
}

.interview-wrap .left .server-center img {
    position: absolute;
    top: 0;
    right: 66px;
    bottom: 0;

    margin: auto 0;
}

.interview-wrap .left .total {
    /*border: solid 1px #d3d3d3;*/
    /*padding: 10px 30px;*/
    margin: 20px 0;
    /*line-height: 2;*/
}

.interview-wrap .download {
    line-height: 2;

    margin-bottom: 10px;
    padding: 30px;

    border: solid 1px #d3d3d3;
    background-color: #fff;
}

.interview-wrap .download .title {
    line-height: 16px;

    height: 18px;
    margin-bottom: 20px;
}

.interview-wrap .download .title img {
    vertical-align: bottom;
}

.interview-wrap .download a {
    text-decoration: none;

    color: #333;
}

.interview-wrap .download a:hover {
    color: red;
}

.interview-wrap .download .red {
    color: #c72b22;
}

.interview-wrap .left .qrcode {
    font-size: 0;
    line-height: 0;

    position: relative;

    padding: 10px 30px;

    border: solid 1px #d3d3d3;
}

.interview-wrap .left .qrcode img {
    width: 80px;
}

.interview-wrap .left .qrcode .text {
    font-size: 16px;
    line-height: 1;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;

    display: inline-block;

    height: 48px;
    margin: auto 0;
}

.interview-wrap .right {
    /*background-color: red;*/
    width: 805px;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 275px;
}

.interview-wrap .right .banner {
    margin-bottom: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.interview-wrap .right .banner img {
    width: 100%;
}

.interview-wrap .right .tabs-con {
    padding: 54px 30px;

    border: solid 1px #d3d3d3;
    background-color: #fff;
}

.interview-wrap .right .tabs-con .item {
    display: none;
}

.interview-wrap .right .tabs-con .title {
    font-size: 36px;
    font-weight: bold;

    height: 30px;
    margin-bottom: 40px;

    letter-spacing: 7px;

    color: #c72b22;
    border-bottom: 4px solid #c72b22;
}

.interview-wrap .right .tabs-con .title span {
    position: absolute;

    height: 40px;

    background-color: #fff;
}



.interview-wrap .right .tabs-con .table-title {
    font-family: MicrosoftYaHei;
    font-size: 22px;

    margin-bottom: 15px;

    letter-spacing: 0;

    color: #c72b22;
}

.interview-wrap .right .tabs-con .table-title .subscribe {
    font-size: 12px;
    line-height: 26px;

    display: inline-block;
    float: right;

    width: 72px;
    height: 26px;
    margin-top: 4px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 4px;
    background-color: #cf5750;
}

.interview-wrap .right .tabs-con table {
    line-height: 38px;

    overflow: hidden;

    width: 100%;
    margin-bottom: 40px;

    text-align: left;

    color: #666;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    text-align: center;

    background: #eee;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

table th {
    background-color: #e7e7e7;
}

table th,
table td {
    padding: 0 20px;
}

.time-out {
    text-decoration: line-through;

    color: #999;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media(max-width: 750px) {

    html,
    body {
        background-color: #f4f4f4;
    }

    .interview-wrap {
        font-size: 12px;

        width: 100%;
    }

    .interview-wrap .left {
        display: none;
    }

    .interview-wrap .right {
        width: auto;
        padding-left: 0;

        background-color: #f4f4f4;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .interview-wrap .right .banner {
        margin-bottom: 0;
    }


    .interview-wrap .right .tabs-title {
        margin-top: 10px;
        padding: 10px;

        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
    }

    .interview-wrap .right .tabs-title>.item {
        font-size: 14px;

        display: inline-block;

        padding: 2px 12px;
    }

    .interview-wrap .right .tabs-title>.item.active {
        color: #fff;
        border-radius: 14px;
        background-color: #c72b22;
    }

    .interview-wrap .right .tabs-con {
        padding: 10px;

        border: 0;
    }

    .interview-wrap .right .tabs-con .table-title {
        font-size: 14px;
        line-height: 26px;

        margin-bottom: 10px;
    }

    .interview-wrap .right .tabs-con .table-title .subscribe {
        margin-top: 0;
    }


    .interview-wrap .right .tabs-con .title {
        font-size: 22px;
        font-weight: 600;

        height: 24px;
        margin-bottom: 20px;

        letter-spacing: 3px;

        color: #c72b22;
        border-bottom: 2px solid #c72b22;
    }

    .interview-wrap .right .tabs-con table {
        margin-bottom: 20px;
    }

    .total {
        font-size: 0;

        margin: 10px 0;

        background-color: #fff;
    }

    .total a {
        line-height: 0;

        display: inline-block;

        box-sizing: border-box;
        width: 50%;
        padding: 10px;

        text-align: center;
    }

    .total a img {
        width: 100%;
    }

    .interview-wrap .download {
        font-size: 16px;

        padding: 0;
        padding-bottom: 15px;

        border: none;
    }

    .interview-wrap .download .title {
        line-height: 44px;

        height: 44px;
        margin-bottom: 10px;
        padding: 0 15px;

        border-bottom: 1px solid #e6e6e6;
    }

    .interview-wrap .download .title img {
        margin-top: -5px;

        vertical-align: middle;
    }

    .interview-wrap .download .a {
        display: block;

        margin-bottom: 5px;
        padding: 0 15px;
    }

    .interview-wrap .download .a span {
        font-size: 14px;
        line-height: 26px;

        display: inline-block;
        float: right;

        height: 28px;
        padding: 0 15px;

        color: #c72b22;
        border: solid 1px #c72b22;
        border-radius: 4px;
    }

    table th,
    table td {
        padding: 0 5px;
    }
}