﻿body,
.Body {
    color: #fff;
    background-color: #000;
}

.Body ul {
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: square;
}

.Body ul li {
    font-size: 18px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.8);
}

.Body ul li::marker {
    color: #7bb6dc;
}

.Top {
    position: relative;
    height: 580px;
    width: 100%;
    background-image: url(../../_Image/technology/scraping_banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.Top .Wapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Top .Wapper .BreadList {
    text-align: center;
}

.Top .Wapper .BreadList .BreadItem,
.Top .Wapper .BreadList .BreadItem:nth-child(2):hover {
    color: #fff;
    transition: all .2s;
    opacity: 0.7;
}

.Top .Wapper .BreadList a.BreadItem:hover {
    color: #b80000;
    opacity: 1;
}

.Middle {
    position: relative;
    width: 100%;
    height: 615px;
    background-color: #101c25;
    background-image: url(../../_Image/technology/scraping_0.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.Middle img {
    float: right;
}

.Middle .Wapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-45%) translateY(-50%);
    width: 30%;
}

.Middle .Wapper h1 {
    text-align: left;
    color: #fff;
    font-size: 60px;
    line-height: 1.7em;
}

.Middle .Wapper h2 {
    text-align: left;
    color: #7bb6dc;
    font-size: 22px;
    line-height: 1.7em;
    font-weight: 300;
}

.Middle .Wapper p {
    margin: 1em auto 2em auto;
    padding: 1em 0 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 37px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.Middle .Wapper ul {
    float: left;
    width: calc(50% - 2em);
}

.ScrapingItem:nth-child(2n) {
    display: block;
    background: linear-gradient(to left, #0f1d27 50%, rgba(28, 52, 70, 0) 100%);
    background: -webkit-linear-gradient(to left, #0f1d27 50%, rgba(28, 52, 70, 0) 100%);
}

.ScrapingItem .Container {
    position: relative;
    width: 1440px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.ScrapingItem .Container .Wapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 444px;
}

.ScrapingItem .Container .Wapper h3 {
    margin: auto auto 0.5em auto;
    padding: 0 0 0.5em 1.1em;
    position: relative;
    font-size: 50px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    background: linear-gradient(to right, #9ae9f7 0%, #fff 80%);
    background: -webkit-linear-gradient(to right, #9ae9f7 0%, #fff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ScrapingItem .Container .Wapper h3::before {
    content: "";
    display: block;
    position: absolute;
    left: -19px;
    top: -17px;
    width: 75px;
    height: 85px;
    background-image: url(../../_Image/technology/titleicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ScrapingItem .Container .Wapper p {
    color: rgba(255, 255, 255, 0.8);
}

#ScrapingItem1 {
    height: 700px;
}

#ScrapingItem1 .Container {
    background-image: url(../../_Image/technology/scraping_1.png);
}

#ScrapingItem2 {
    height: 25vw;
}

#ScrapingItem2 .Container img {
    float: right;
    transform: translateY(-5%);
    width: 50%;
}

#ScrapingItem3 {
    height: 750px;
}

#ScrapingItem3 .Container {
    background-image: url(../../_Image/technology/scraping_3.png);
}

#ScrapingItem4 {
    height: 560px;
}

#ScrapingItem4 .Container {
    background-image: url(../../_Image/technology/scraping_4.png);
}

#ScrapingItem4 .Img {
    display: none;
}

.Border {
    position: relative;
}

.Border::before {
    position: absolute;
    content: "";
    display: block;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
    background: -webkit-linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
    opacity: 0.3;
    z-index: 3;
}

.Border::after {
    position: absolute;
    content: "";
    display: block;
    transform: translateY(-50%);
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, transparent 20%, #fff 50%, transparent 80%);
    background: -webkit-linear-gradient(to top, transparent 20%, #fff 50%, transparent 80%);
    -webkit-mask: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
    mask: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
    opacity: 0.1;
    z-index: 2;
}

.LinkList {
    background-color: #fff;
}

.LinkList .Container {
    margin: auto;
    padding: 150px 0 165px 0;
    width: 1440px;
}

.LinkList .Title {
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 30px;
    color: #555;
}

.LinkList .LinkItem {
    float: left;
    margin: 0 86px 0 0;
    display: block;
    width: calc(25% - 65px);
    border-bottom: 1px solid #aaa;
    transition: .2s all;
}

.LinkList .LinkItem .Name {
    float: left;
    display: block;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
}

.LinkList .LinkItem .SubButton {
    display: block;
    margin: 25px 0;
    float: right;
    transition: .2s all;
}

.LinkList .LinkItem:nth-last-child(1) {
    margin: 0;
}

.LinkList .LinkItem:hover {
    border-bottom: 1px solid #b80000;
}

.LinkList .LinkItem:hover .Name {
    color: #b80000;
}

.LinkList .LinkItem:hover .SubButton {
    background-image: url(../../_Image/Button_b80000.svg);
}

@media screen and (max-width:1699px) {
    .Middle .Wapper {
        width: 38%;
    }
    .ScrapingItem .Container {
        width: calc(100% - 240px);
    }
    #ScrapingItem1 {
        height: 40vw;
    }
    #ScrapingItem2 {
        height: 30vw;
    }
    #ScrapingItem2 .Container img {
        width: 60%;
    }
    #ScrapingItem4 .Container {
        width: 100%;
    }
    #ScrapingItem4 .Container .Wapper {
        left: 120px;
    }
    .LinkList .Container {
        padding: 165px 120px;
        width: 100%;
    }
}

@media screen and (max-width:1439px) {
    .Top {
        height: 36vw;
    }
    .Top .Wapper .Title {
        display: block;
        margin: -40px 0 0 0;
    }
    .Middle {
        background-size: 127%;
    }
    .Middle img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
    .ScrapingItem .Container {
        width: 100%;
    }
    .ScrapingItem .Container .Wapper {
        left: 80px;
    }
    #ScrapingItem1 {
        height: 45vw;
    }
    #ScrapingItem2 {
        height: 35vw;
    }
    #ScrapingItem2 .Container img {
        width: calc(100% - 550px);
    }
    #ScrapingItem3 {
        height: 45vw;
    }
    #ScrapingItem4 {
        height: 35vw;
    }
    #ScrapingItem4 .Container .Wapper {
        left: 80px;
    }
    .LinkList .Container {
        padding: 120px 80px;
    }
}

@media screen and (max-width:1279px) {
    .Top {
        background-size: 120%;
    }
    .Middle img {
        display: none;
    }
    .Middle .Wapper {
        left: 65%;
        width: 50%;
    }
    #ScrapingItem2 .Container img {
        transform: translateY(50px);
    }
    #ScrapingItem4 .Container {
        background-position: 112% center;
    }
    .LinkList.Container {
        bottom: 110px;
        width: 100%;
    }
    .LinkList .LinkItem {
        width: calc(50% - 43px);
    }
    .LinkList .LinkItem:nth-child(2n-1) {
        margin: 0;
    }
}

@media screen and (max-width:1023px) {
    .Top {
        height: 45vw;
        overflow: hidden;
    }
    .Top .Wapper {
        bottom: -5%;
    }
    .Middle {
        height: auto;
        background-size: 1200px auto;
    }
    .Middle .Wapper {
        margin: 25px auto 0px calc(40% - 50px);
        padding: 50px 0;
        position: static;
        transform: none;
        width: 60%;
    }
    .Middle .Wapper h1 {
        font-size: 50px;
        line-height: 1.5em;
    }
    .Middle .Wapper h2 {
        font-size: 20px;
        line-height: 1.5em;
    }
    .ScrapingItem .Container .Wapper {
        width: 370px;
    }
    .ScrapingItem .Container .Wapper h3 {
        font-size: 40px;
    }
    .ScrapingItem .Container .Wapper h3::before {
        width: 64px;
        top: -21px;
    }
    .ScrapingItem .Wapper ul li,
    .ScrapingItem .Container .Wapper p {
        font-size: 15px;
    }
    #ScrapingItem2 {
        height: 40vw;
    }
    #ScrapingItem2 .Container img {
        transform: translateY(65px);
        width: calc(100% - 420px);
    }
    #ScrapingItem4 {
        height: 45vw;
    }
    #ScrapingItem4 .Container {
        background-position: 240% center;
    }
}

@media screen and (max-width:767px) {
    .Top {
        height: 50vw;
        background-size: 125%;
    }
    .Top .Wapper {
        top: auto;
        bottom: 0;
        left: auto;
        transform: none;
    }
    .Top .Wapper .BreadList {
        transform: translateY(66%);
    }
    .Top .Wapper .Title {
        margin: 0 0 0 0;
        width: 100%;
    }
    .Middle {
        background-size: 212vw auto;
        background-position: left -20px;
    }
    .Middle .Wapper {
        margin: 0 auto auto auto;
        padding: 40vw 30px 25px 30px;
        width: 100%;
    }
    .Middle .Wapper h1 {
        font-size: 30px;
        text-shadow: 0 0 5px #192e3c;
    }
    .Middle .Wapper h2 {
        text-shadow: 0 0 5px #192e3c;
    }
    .Middle .Wapper p {
        margin: 1em auto;
    }
    .Body ul,
    .Middle .Wapper ul {
        padding: 0 0 0 1em;
        width: 100%;
    }
    .ScrapingItem .Wapper ul li,
    .ScrapingItem .Container .Wapper p {
        font-size: 16px;
    }
    .ScrapingItem .Container {
        background-position: bottom center;
    }
    .ScrapingItem .Container .Wapper {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    .ScrapingItem .Container .Wapper h3 {
        margin: auto auto 15px auto;
        padding: 0.5em 0 0.5em 1.2em;
        font-size: 24px;
    }
    .ScrapingItem .Container .Wapper h3::before {
        top: -3px;
        width: 55px;
        height: 55px;
    }
    #ScrapingItem1,
    #ScrapingItem2,
    #ScrapingItem3,
    #ScrapingItem4 {
        height: auto;
    }
    #ScrapingItem1 .Container {
        padding: 30px 30px 65vw 30px;
    }
    #ScrapingItem2 .Container {
        padding: 30px;
    }
    #ScrapingItem2 .Container img {
        transform: none;
        width: 100%;
    }
    #ScrapingItem3 .Container {
        padding: 30px 30px 65vw 30px;
    }
    #ScrapingItem4 .Container {
        padding: 30px;
        background-position: center bottom;
        background: none;
    }
    #ScrapingItem4 .Img {
        display: block;
        width: 100%;
        height: 98vw;
        background-image: url(../../_Image/technology/scraping_4.png);
        background-repeat: no-repeat;
        background-size: 170% auto;
        background-position: left center;
        -webkit-mask: linear-gradient(to top, transparent 0%, #0f1d27 75%, transparent 100%);
        mask: linear-gradient(to top, transparent 0%, #0f1d27 75%, transparent 100%);
        -webkit-mask-size: cover;
        mask-size: cover;
    }
    .LinkList .Container {
        padding: 25px 50px;
    }
    .LinkList .Title {
        margin: .5em 0;
    }
    .LinkList .LinkItem {
        width: 100%;
    }
    .LinkList .LinkItem:nth-last-child(1) {
        border-bottom: none;
    }
}

@media screen and (max-width:429px) {
    .Middle .Wapper .FeatureList .FeatureItem {
        width: 100%;
    }
}