*{
    margin: 0;
    padding: 0;
}

body{
	min-width: 1400px;
    background: #fff;
}

#header{
    position: relative;
    width: 100%;
    height: 100vh;
}

#header img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header h2 ,#header h4{
    position: absolute;
    left: 200px;
    color: #fff;
}

#header h2{
    top: 460px;
    font-size: 70px;
    font-weight: 600;
    color: #F4F6F7;
    letter-spacing: 4px;
}

#header h4{
    top: 560px;
    font-size: 26px;
    letter-spacing: 7px;
}

.btn{
    margin-top: 100px;
    margin-bottom: 84px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.btn img:last-child{
    margin-left: 14px;
    margin-right: 180px;
}

.btn img:hover{
    background: #f5f5f5;
}

.container{
    margin-left: 170px;
    width: calc(100% - 170px);
    /* background: skyblue; */
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.container::-webkit-scrollbar{
    width: 0; 
    height: 0; 
    color: transparent; 
}

.container .list{
    display: flex;
}

.container .list img{
    margin-right: 30px;
    width: 350px;
    height: 480px;
}

.item{
    margin: 300px auto;
    display: flex;
    justify-content: space-between;
}

.item img{
    width: 690px;
    height: 580px;
}

/* .item_left .description{ */
    /* margin-left: 110px; */
/* } */

/* .item_right .description{ */
    /* margin-right: 110px; */
/* } */

.description{
	width: calc(100% - 690px);
	display: flex;
	justify-content: center;
}

.description div p:nth-child(1){
    margin: 98px 0 30px;
    font-size: 38px;
    font-weight: 600;
    color: #346AFE;
}

.description div p:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    color: #346AFE;
}

.description div p:nth-child(3){
    margin-top: 24px;
    font-size: 18px;
    font-weight: 100;
    line-height: 36px;
    color: #919191;
}

.description div p:nth-child(4){
    margin-top: 16px;
    font-size: 14px;
    font-weight: 100;
    color: #919191;
}


#footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F8F8F9;
}

#footer p:first-child{
    margin: 120px 0 24px;
    font-size: 60px;
    font-weight: 400;
    color: #424955;
}

#footer p:nth-child(2){
    font-size: 28px;
    font-weight: bold;
    color: #424955;
}

#footer p:last-child{
    margin: 76px 0 100px;
    font-size: 14px;
    font-weight: 400;
    color: #424955;
}