#content>div {
    width: 100%; 
    min-width: 1500px;
    margin: 0; 
    display: flex;
    justify-content: center;
}

#content>div>div {
    width: 60%;
    min-width: 1250px;
    margin: 10px;
    position: relative;
}

#content>.line0 {
    height: 600px; 
    background: url('http://www.77991.com/img/access/background_0.jpg');
}

#content>.line0>div>.access_card {
    position: absolute;
    right: 60px;
    width: 400px;
}

#content>.line0>div>.main_title {
    position: absolute;
    left: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    margin-bottom: 50px;
}

#content>.line0>div>.main_title>p {
    font-size: 42px;
    margin: 8px 0px;
}


#content>.line1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#content>.line1>.title {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 50px;
}

#content>.line1>div>ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

#content>.line1>div>ul>li {
    margin: 6px;
    width: 200px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dadada;
    border-radius: 3px;
    align-items: center;
}


#content>.line1>div>ul>li>img {
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

#content>.line1>div>ul>li>p:nth-child(2) {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}

#content>.line1>div>ul>li>p:nth-child(3) {
    padding: 0 20px;
    font-size: 15px;
    color: #999;
    overflow-wrap: break-word;
    padding: 0 8px;
    margin: 0;
    margin-top: 10px;
}


#content>.line2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #164332;
}


#content>.line2>.title {
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 50px;
}

#content>.line2>.images {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

#content>.line2>.images>div {
    width: calc(50% - 140px);
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px 16px;
}


#content>.line2>.images>div>img {
    border-radius: 6px;
    width: 100%;
    border: 2px solid #9d9933;
}


#content>.line2>.images>div>div {
    display: flex;
    background: #0fb264;
    color: white;
    width: 200px;
    align-items: center;
    position: absolute;
    top: 30px;
    border-radius: 32px;
    font-size: 16px;
}

#content>.line2>.images>div>div>img {
    width: 32px;
    height: 32px;
    margin: 8px;
}


#content>.line3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}


#content>.line3>.title {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 50px;
}

#content>.line3>.images {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

#content>.line3>.images>div {
    width: calc(50% - 140px);
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px 16px;
}


#content>.line3>.images>div>img {
    border-radius: 6px;
    width: 100%;
    border: 2px solid #9d9933;
}


#content>.line3>.images>div>div {
    display: flex;
    background: #0fb264;
    color: white;
    width: 200px;
    align-items: center;
    position: absolute;
    top: 30px;
    border-radius: 32px;
    font-size: 16px;
}

#content>.line3>.images>div>div>img {
    width: 32px;
    height: 32px;
    margin: 8px;
}



