.Container-wrapper {
    width: 100%;
    margin-top: 80px;
}
.crumbs {
    padding-top: 28px;
    color: #a7a7a7;
}
.contain {
    width: 1646px;
}
@media (max-width: 1599px){
	.contain {
    width: 1220px!important;
    padding: 0 10px;
	}
	.mt60, .mt62, .mt64 {
		margin-top: 50px;
	}
	.proj-video .main .list a {
	    padding-left: 20px;
	}
}

@media (max-width: 1700px){
	.contain {
    width: 1420px!important;
    padding: 0 10px;
	}
	.mt60, .mt62, .mt64 {
	    margin-top: 54px;
	}
}

.contain {
    width: 1630px;
    margin: 0 auto;
    padding: 0 10px;
}
.flex-align-center {
    align-items: center;
}
.flex {
    display: flex;
}
.crumbs .loc {
    display: flex;
    align-items: center;
    line-height: 1;
}
.crumbs .loc i {
    display: block;
    background: url(img/home-icon-gray.png) no-repeat center/100%;
    width: 18px;
    height: 14px;
    margin-right: 6px;
}
.crumbs a:not(.home) {
    color: #707070;
}

.crumbs a {
    transition: all .4s ease;
    line-height: 1;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    user-select: none;
}
.crumbs .arrow {
    display: block;
    background: url(img/arrR-gary.svg) no-repeat center/100%;
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
.crumbs a:not(.home) {
    color: #707070;
}
.crumbs a {
    transition: all .4s ease;
    line-height: 1;
    display: block;
}
.pb80 {
    padding-bottom: 80px;
}
.pt40 {
    padding-top: 40px;
}
.proj-video .main {
    height: 422px;
}
.flex {
    display: flex;
}
.proj-video .main .video {
    width: 70%;
    height: 100%;
    background: #080808;
}
.proj-video .main .list {
    width: 30%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 5px;
    background: grey;
}
.proj-video .main .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 13px 24px 13px 34px;
    font-size: 12px;
}
.proj-video .main .list a .title {
    display: inline-block;
    max-width: 85%;
}
.proj-video .main .list a.active i {
    opacity: .5;
}
.proj-video .main .list a i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: all .4s ease;
}
.proj-video .main .list a i:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: 2px;
}
.proj-video .text {
    color: #262525;
    height: 38px;
    width: 100%;
    background: #fff;
}

.fs12 {
    font-size: 12px;
}
.flex-align-center {
    align-items: center;
}
.flex-justify-center {
    justify-content: center;
}

.mt60 {
    margin-top: 60px;
}
.flex-justify-center {
    justify-content: center;
}
.view-more-btn {
    color: #212121;
    transition: all .4s ease;
}

.fs16 {
    font-size: 16px;
}
.fw-m {
    font-weight: 500;
}
.margin {
    margin: 0 auto;
}
.flex-align-center {
    align-items: center;
}
.flex-justify-center {
    justify-content: center;
}
.inline-flex {
    display: inline-flex;
}
.view-more-btn svg {
    transition: all .4s ease;
}
.proj-video .main .list a+a {
    border-top: 1px solid #fff;
}