@charset "utf-8";

.works_wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.w510 {
    width: 510px;
}

.works_wrapper {
    height: 100%;
    transition-duration: 600ms;
    margin-top: 30px;
}

.works_wrapper.w510 {
    /*margin-right: 35px;*/
}

.works_wrapper:hover {
    cursor: pointer;
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateY(-10px);
}

.works_box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;

}

.works_box:hover {
    box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}

.works_box .hide {
    opacity: 0;
}

.works_box .works_info {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
}

.works_box:hover .give {
    background: #f55965;
    display: block;
}

.works_box:hover .give .icon-give {
    color: #ffffff;
}

.works_box .give .icon-give {
    font-size: 30px;
    color: #f55965;
}

.works_box .give {
    position: absolute;
    z-index: 2;
    transition: opacity 0.2s, transform 0.3s;
    display: none;
    background: #ffffff;
    border-radius: 8px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
}

.vintage .give {
    top: 0;
    right: 12px;
    transform: translate3d(0, 60px, 0);
}

.vintage:hover .give {
    bottom: 0px;
    transform: translate3d(0, 20px, 0);
}

.works_box .works_info {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.works_box:hover {
    transition: all .3s ease-in-out;
}

.works_box:hover:before {
    transition: all .3s ease-in-out;
}

.works_box .works_img img {
    width: 100%;
}

.works_box .works_img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.works_box .works_img:hover {
    transition: all .3s ease-in-out;
}

.works_box .works_img:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.works_box .works_img:hover {
    transition: all .3s ease-in-out;
}


.vintage .works_info {
    opacity: 0;
    bottom: 0;
    transform: translate3d(0, 0px, 0);
}



.vintage:hover .works_info {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}

.vintage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.2) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
}

.vintage:hover:before {
    bottom: 0;
}

.status {
    padding-left: 12px;
}

.status dt .status_pic {
    margin-right: 12px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    transition-duration: 600ms;
}

.status dt .status_pic img {
    width: 100%;
}

.status dt .status_pic:hover {
    transform: scale(1.2);
}

.status dd .status_name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 4px;
    display: block;
}

.status dd .name_level {
    height: 20px;
    margin-right: 4px;
}

.works_tit.wtit {
    padding-right: 12px;
    text-align: right;
}

.works_tit h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.works_tit .icon_info span {
    margin-left: 12px;
}

.works_tit .icon_info .icon-look {
    font-size: 24px;
}

.works_tit .icon_info .iconfont {
    vertical-align: middle;
}
