/**
deep
 */
/* deep banner */
/*#region*/
.discovery {

}

.discovery .banner {
    padding-top: 74px;
    padding-bottom: 140px;
    position: relative;
    background: #0a0a0a url(../img/bg_star.svg) no-repeat 50% 0;
    background-size: 100% auto;
}

.discovery .banner .bg {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.discovery .banner .wp svg {
    height: 100%;
}

.discovery .sticky {
    position: sticky;
    top: 74px;
    left: 0;
}

.discovery .plant {
    position: absolute;
    top: 60px;
    right: 0;
}

.discovery .plant .dashed {
    position: absolute;
    top: 90px;
    left: 105px;
    width: 210px;
    height: 180px;
}

.discovery .plant .flash-dot {
    position: absolute;
    top: 0;
    left: 0;
}

.discovery .plant .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
}

.discovery .plant [class^=logo-] {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    padding: 10px;
    background: url(../img/bg_flow.png) no-repeat 50%;
    background-size: 100%;
    opacity: 0;
    transition: opacity ease-in-out .5s;
}

.discovery .plant [class^=logo-] img {
    max-width: 100%;
    vertical-align: -1px;
}

.discovery .plant .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 423px;
    height: 366px;
}

.discovery .banner .tit {
    padding-right: 50%;
    height: 560px;
    border-bottom: 1px solid #2f3747;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.intro {
    text-align: center;
    color: #fff;
}

.intro .txt {
    margin: 0 17.5%;
}

.intro h3 {
    margin: 0;
    font-size: 36px;
    color: rgb(238, 242, 247);
    padding-top: 90px;
    padding-bottom: 44px;
}

.intro p {
    font-size: 14px;
    line-height: 24px;
    color: rgb(163, 174, 191);
}

.intro .txt a {
    margin: 42px 0;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
}

.intro .vid {
    margin: 0 20%;
    position: relative;
}
.intro .vid img{
    border-radius: 24px;
}

.intro .vid:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(20, 27, 36, .65);
    border-radius: 24px;
}

/*#endregion*/

/* howto */
/*#region*/
.howto {
    padding: 150px 0;
}

.howto .item {
    padding: 10px 0;
}

.howto .item .img {
    background: var(--bg-img) no-repeat 50%;
    background-size: 100%;
}

.howto .item .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.howto .txt h4 {
    margin: 0;
    font-size: 24px;
    color: #1b202b;
}

.howto .txt p {
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #4d5567;
}

.howto .txt a {
    margin-top: 24px;
    display: inline-block;
    font-size: 14px;
}

/*#endregion*/

/* method */
/*#region*/
.method {
    padding: 150px 0;
    background: #e6ecf6;
}

.method .content {
    display: flex;
    justify-content: space-between;
}

.method .item {
    flex: 0 0 22%;
}

.method .item h4 {
    font-size: 24px;
    color: #1b202b;
}

.method .item h4:before {
    content: '';
    margin-right: 12px;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: -6px;
    background: url(../img/ico_check.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.method .item p {
    margin: 16px 0 0 40px;
    min-height: 64px;
    color: #4d5567;
    font-size: 14px;
}

.method .item ol {
    margin: 40px 0 0 40px;
    padding: 0;
    list-style: none;
}

.method .item li {
    font-size: 14px;
    color: #4d5567;
}

/*#endregion*/

