#details {
    position: relative;
    min-width: 1366px;
    max-width: 1920px;
    min-height: 910px;
    overflow: hidden;
}

.details_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 910px;
}

.details_content {
    position: relative;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.details_content_info {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link, .el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover {
    color: #FFFFFF;
}

.second_title {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 51px;
    height: 98px;
    margin-top: 25px;
}

.details_content_info .icon {
    position: relative;
    margin-top: 18px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
}
.details_content_info .icon>div>div{
    padding-left: 23px;
}
.details_content_info .collection {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 40px;
    cursor: pointer;
}

.details_content_picture {
    position: relative;
}

.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 0px 24px 3px rgba(204, 204, 223, 0.27);
    border-radius: 13px;
}

.jssora05l {
    background: url("../../images/project/leftBtn.png") no-repeat center center;
    background-color: #FFFFFF;
}

/*.jssora05l:hover {*/
/*    background: url("../../images/project/leftBtn2.png") no-repeat center center;*/
/*}*/

.jssora05r {
    background: url("../../images/project/rightBtn.png") no-repeat center center;
    background-color: #FFFFFF;
}

/*.jssora05r:hover {*/
/*    background: url("../../images/project/rightBtn2.png") no-repeat center center;*/
/*}*/
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 227px;
    height: 144px;
    overflow: hidden;
}

.jssort01 .t {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: none;
}

.jssort01 .pav {
    width: 242px;
    height: 144px;
    top: 0 !important;
    left: -7.5px !important;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 134px;
}

.jssort01 .pav .t {
    width: 242px;
    height: 144px;
    top: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 24px 3px rgba(190, 190, 206, 0.3);
}
.big_thumb{
    width: auto!important;
    max-width: 100%;
    left: 50% !important;
    transform: translate(-50%,0);
}
#content {
    position: absolute;
    bottom: 0;
    left: 90px;
    line-height: 94px;
    color: #FFFFFF;
    font-size: 20px;
    width: 629px;
}

#myfixedelement {
    position: absolute;
    top: 560px;
    right: 90px;
    line-height: 94px;
    color: #FFFFFF;
    font-size: 22px;
}
/*其他资源*/
.other_resources{
    min-width: 1366px;
    max-width: 1920px;
    margin-top: 99px;
}
.other_resources_content{
    width: 1200px;
    margin: 0 auto;
}
.other_resources_content .line{
    width: 70px;
    height: 1px;
    background: #3D3A2F;
    margin: 40px 0 0 36px;
}
.other_list{
    margin-top: 46px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E1E1E1;
}
.other_list li{
    width: 280px;
}
.other_list li:nth-child(2){
    margin: 0 30px;
}
.other_list .img{
    position: relative;
    width: 280px;
    height: 160px;
    overflow: hidden;
}
.other_list .img .shadow{
    position: absolute;
    top: 277px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.5));
}
.other_list .img .shadow>div{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 16px;
    color: #FEFEFE;
    line-height: 16px;
    text-align: center;
}
.other_list li:hover .shadow{
    top: 0;
}
.other_list .a-title{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    /*font-weight: 600;*/
    margin-top: 20px;
}
