﻿@import "common.css";

.banner {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1920px) {
    .main {
        padding: 0 360px;
    }
}

@media screen and (min-width: 1200px) {
    .main {
        padding: 0 160px;
    }
}

@media screen and (min-width: 800px) {
    .main {
        padding: 0 80px;
    }
}

.main .container {
    width: 100%;
    display: none;
    margin-top: 160px;
    flex-direction: row;
}

.tabs {
    height: 75px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    line-height: 75px;
    border-top: 2px solid #0084ff;
}

.tabs .tab {
    flex: 1;
    text-align: center;
}

.tabs .tab a {
    width: 260px;
    height: 75px;
    display: block;
    font-size: 22px;
}

.tabs .tab a.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.main ul {
    width: fit-content;
    padding: 0 9px 0 32px;
    float: left;
}

.main ul li {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    padding-left: 20px;
    cursor: pointer;
}

.main ul li.active {
    padding-left: 15px;
    border-left: 5px solid #00c0ff;
}

.main .divide {
    display: block;
    height: auto;
    width: 108px;
    background: url("../image/divide_job.png") center no-repeat;
}

.content {
    width: calc(100% - 400px);
    display: none;
}
.content button {
    font-size: 20px;
    width: 120px;
    height: 40px;
    border: 1px solid #00E0A9;
    color: #00E0A9;
    background-color: #1D2849;
}
.item {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0;
}

.item:first-child {
    padding-top: 0;
}

.item span {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 54px;
    color: #FFFFFF;
}

.item p {
    font-size: 20px;
    color: #FFFFFF;
}