@keyframes caseli-addy {
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(-8px);
    }
}
@keyframes caseli-reducey {
    from{
        transform: translateY(-8px);
    }
    to{
        transform: translateY(0px);
    }
}

@keyframes bg-show {
    from{
        background: rgba(0, 0, 0, 0);
    }
    to{
        background: rgba(0, 0, 0, 0.3);
    }
}

@keyframes bg-hide {
    from{
        background: rgba(0, 0, 0, 0.3);
    }
    to{
        background: rgba(0, 0, 0, 0);
    }
}

/**{*/
/*    margin: 0px;*/
/*    padding:0px;*/
/*    box-sizing: border-box;*/
/*}*/
body{
    min-width: 1366px;
}
a{
    text-decoration:none;
}
ul li{
    list-style-type:none;
    object-fit: cover;
}
em{
    font-style: normal;
}

.head_frame input::placeholder {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.head_frame input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.head_frame input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.head_frame{
    position: absolute;
    z-index: 1000;
    width: 100%;
    min-width: 1366px;
    height: 80px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.00) 100%);
    -webkit-transition: .8s cubic-bezier(.19,1,.22,1);
    transition: .8s cubic-bezier(.19,1,.22,1);
}
.head_frame .left_frame{
    height: 100%;
}
.head_frame .left_frame .logo{
    font-size: 28px;
    margin-left: 7.2%;
    line-height: 80px;
    color: #FFFFFF;
    cursor: default;
}
.head_frame .left_frame ul{
    margin-left: 40px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.head_frame .left_frame ul li{
    padding: 0 20px;
    display: inline-block;
    position: relative;
}
.head_frame .left_frame ul li:hover{
    background-color: rgba(0, 0, 0, 0.6);
}
.head_frame .left_frame ul li:hover .inner_menu{
    position: absolute;
    display: block;
}
.head_frame .left_frame ul li:active{

}
.head_frame .left_frame ul li a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 80px;
    width: 100%;
    display: inline-block;
}
.head_frame .left_frame .inner_menu{
    width: 100%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: none;
    position: absolute;
}
.head_frame .left_frame .inner_menu a{
    font-size: 13px;
    height: 44px;
    display: block;
    line-height: 44px;
}
.head_frame .left_frame .inner_menu span{
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
}
.head_frame .left_frame .inner_menu a:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.head_frame .left_frame ul li.select{
    position: relative;
}
.head_frame .left_frame ul li.select em{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 64px;
    left: 50%;
    margin-left: -11px;
    border-radius: 1px;
}
.head_frame .right_frame{
    position: absolute;
    top: 23px;
    right: 7%;
}
.head_frame .right_frame .search_case{
    /*float: right;*/
    display: inline-block;
    width: 283px;
    height: 34px;
    margin-right: 24px;
    padding-left: 16px;
    background: rgba(0,0,0,0.20);
    border-radius: 17px;
}
.head_frame .right_frame .search_case:hover{
    background: rgba(0,0,0,0.40);
}
.head_frame .right_frame .search_case form{
    position: relative;
}
.head_frame .right_frame .search_case em.arrow {
    cursor: pointer;
    color: white;
    display: inline-block;
}

.head_frame .right_frame .search_case form span{
    position: relative;
    z-index: 300;
    border: none;
    line-height: 33px;
    float: left;
    padding-right: 10px;
    color: #c9cbc8;
    font-size: 12px;
}
.head_frame .right_frame form .searchtitle{
    display: inline-block;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 300;
    color: #FFFFFF;
}
.head_frame .right_frame form .searchspan{
    cursor: pointer;
}
.head_frame .right_frame form .searchspan .szsj {
    display: none;
    width: 64px;
    margin-left: -6px;
    margin-top: 1px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.08);
    position: absolute;
}
.head_frame .right_frame form .searchspan:hover .arrow{
    transform: rotate(180deg);
}
.head_frame .right_frame form .searchspan:hover .szsj{
    display: block;
}
.head_frame .right_frame .search_case .key{
    height: 32px;
    line-height: 32px;
    outline: none;
    margin-top: 1px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    /*opacity: 0.5;*/
    border-style: none;
    background-color: transparent;
}
.head_frame .right_frame .searchspan .szsj .search_tags{
    height: 44px;
    width: 64px;
    line-height: 44px;
    font-size: 14px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    text-align: center;
    display: block;
}
.head_frame .right_frame .searchspan .szsj .search_tags:hover{
    background-color: rgba(0,0,0, 0.5);
}
.head_frame .right_frame .search-Bg{
    width: 28px;
    height: 28px;
    margin-top: 3px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.5);
    right: 3px;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.04);
    display: inline-block;
    position: absolute;
}
.head_frame .right_frame .search-Bg .icon_search{
    width: 28px;
    height: 28px;
    margin-left: 6px;
    color: #fff;
    line-height: 28px;
    border-radius: 14px;
}
.head_frame .right_frame .search-Bg .submit{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    left: 0px;
    position: absolute;
    border-style: none;
    background-color: transparent;
}
.head_frame .right_frame .search-Bg:hover{
    background-color: #FE3232;
}
.head_frame .right_frame .search-Bg:hover .icon_search{
    color: white;
}
.head_frame .right_frame .search-Bg:active{
    background-color: #ED2727;
}
.head_frame .right_frame .search-Bg:active .icon_search{
    color: white;
}

.head_frame .right_frame .login_status{
    min-width: 88px;
    float: right;
    display: inline-block;
}
.head_frame .right_frame .login_status a{
    font-weight:300;
}
.head_frame .right_frame .login_status .login{
    display: inline-block;
    width: 88px;
    height: 34px;
    margin-right: 20px;
    background: #FE3232;
    border-radius: 22px;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid rgb(254,50,50);
}
.head_frame .right_frame .login_status .register{
    display: inline-block;
    width: 88px;
    height: 34px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.head_frame .right_frame .login_status .login:hover{
    background-color: #FE3232;
    border: 1px solid rgb(254,50,50);
}
.head_frame .right_frame .login_status .login:active{
    background-color: #CD1D1D;
}
.head_frame .right_frame .login_status .register:hover{
    background-color: #FE3232;
    border: 1px solid rgb(254,50,50);
}
.head_frame .right_frame .login_status .register:active{
    background-color: #CD1D1D;
}
.head_frame .right_frame .headPhoto{
    width: 32px;
    height: 32px;
    border-radius: 17px;
    margin-right: 8px;
    border: 1px solid #EEEEEE;
    vertical-align: middle;
    display: inline-block !important;
}
.head_frame .right_frame .nick{
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head_frame .right_frame .login_status .cz{
    display: none;
    width: 88px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.07);
}
.head_frame .right_frame .login_status:hover .cz{
    display: block;
}

.head_frame .right_frame .cz li{
    display: block;
    position: relative;
}
.head_frame .right_frame .cz li a{
    font-size: 14px;
    color: #fff;
        padding:10px;
    text-align: center;
    line-height: 24px;
    display: block;
}
.head_frame .right_frame .cz li:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.head_frame .right_frame .cz li a i{
    position: absolute;
    top: 8px;
    left: 68px;
    padding: 0 4px;
    width: auto;
    min-width: 7px;
    height: 15px;
    margin-left: 2px;
    border-radius: 8px;
    background-color: #FE3232;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-indent: 0;
    word-break: normal;
}
/*首页样式*/
.contain{
    min-height: 420px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.contain::before{
    content: '';
    width: 100%;
    padding-bottom: 34.51%;
    display: block;
}
.contain .banner-frame{
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.banner-name{
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 10%;
}
.banner-des{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
}
.index_pc_left{
    width: 5%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}
.index_pc_right{
    width: 5%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}
.index_pc_left span{
    width: 16px;
    height: 31px;
    color: #fff;
    font-size: 28px;
    left: 50%;
    top: 50%;
    display: none;
    position: absolute;
    cursor: pointer;
    transform:  translate(-50%, -50%) rotate(180deg);
}
.index_pc_left:hover span{
    display: inline-block;
}
.index_pc_right span{
    width: 16px;
    height: 31px;
    color: #fff;
    display: none;
    font-size: 28px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
}
.index_pc_right:hover span{
    display: inline-block;
}
.content{
    width: 100%;
}
/*小屏*/
.width_small{
    width: 1366px;
    padding: 0 70px 60px;
    box-sizing: border-box;
    margin: 0 auto;
}

/*通用的标题样式*/
.width_small .title{
    height: 40px;
    margin-bottom: 60px;
    position: relative;
}
.width_small .title .name{
    cursor: default;
    font-size: 28px;
    color: #111111;
    line-height: 40px;
    margin-right:40px;
}
.width_small .title .name:before{
    height: 29px;
    width: 4px;
    background: #FE3233;
    display: inline-block;
    margin-right: 20px;
    content: '';
    margin-top: -6px;
    vertical-align: middle;
}

.width_small .title ul{
    cursor: pointer;
    display: inline-block;
}
.width_small .title ul li{
    display: inline-block;
}
.width_small .title ul li a{
    font-size: 16px;
    color: #444444;
    margin-right: 40px;
    text-align: center;
    display: inline-block;
}
.width_small .title ul li a:hover{
    color: #FE3232;
}
.width_small .detail{
    width: 102%;
    position: relative;
}
/*通用的标题样式截止*/

/*找设计师*/
.width_small .finddesigner{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.width_small .finddesigner .change{
    width: 102px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 22px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(18,18,18,0.1);
    color: #444444;
    background: rgba(255, 255, 255, 0.1);

}

.width_small .finddesigner .change:hover{
    background-color: #FE3232;
    color: #fff;
}
.width_small .finddesigner .change:active{
    background-color: #CD1D1D;
}
.width_small .finddesigner .detail ul{
}
.width_small .finddesigner .detail ul div{
    height: 447px;
    width: 306px;
    float: left;
}
.width_small .finddesigner .detail ul li{
    height: 447px;
    /*width: 307px;*/
}
.width_small .finddesigner .detail img{
    width: 100%;
    height: 307px;

}
.width_small .finddesigner .detail img:hover{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_small .finddesigner .detail .info{
    width: 100%;
    height: 140px;
    padding: 28px 30px;
    box-sizing: border-box;
}
.width_small .finddesigner .detail .flex-dir{
}
.width_small .finddesigner .detail p{
    margin-top: 24px;
    margin-bottom: 22px;
    font-size: 24px;
    color: #000000;
    display: block;
}
.width_small .finddesigner .detail span{
    margin-bottom: 22px;
    font-size: 24px;
    color: #000000;
    display: block;
}
.width_small .finddesigner .detail em{
    font-size: 12px;
    color: #666666;
}
    /*作品推荐*/
.width_small .recommend-big{
}
.width_small .recommend-big li{
    float: left;
    width: 604px;
    height: 253px;
    margin-right: 20px;
    position: relative;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
}
.width_small .recommend-big li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_small .recommend-big li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_small .recommend-big li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.02);
}
.title .change{
    right: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 16px;
    color: #444444;

}

/*.title .change:hover{*/
/*    color: #FE3232;*/
/*}*/


.title .change em{
    margin-left: 16px;
}
.title .more{
    right: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 16px;
    color: #444444;
}
.title .more:hover {
    color: #FE3232;
}
.title .change em{
    margin-left: 16px;
}
.title .more em{
    margin-left: 16px;
}
.title .more:hover em{
    color: #FE3232;
}
.width_small .recommend-big li .recommend-info{
    height: 100%;
    width: 200px;
    position: absolute;
    background-image: linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.40) 100%);
}
.width_small .recommend-big li .recommend-info .info-contain{
    padding: 20px 20px 25px 24px;
}
.width_small .recommend-big .recommend-info .recommend-title{
    height: 118px;
    font-size: 24px;
    color: #FFFFFF;
}
.width_small .recommend-big .recommend-info .line-hide{
    overflow: hidden;
    height: 74%;
}
.width_small .recommend-big .recommend-info .recommend-name{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #FFFFFF;
}
.width_small .recommend-big .recommend-info .recommend-bottom{
    position: absolute;
    bottom: 25px;
    left: 20px;

}
.width_small .recommend-big .recommend-info .vertical-line{
    margin-left: 29px;
    height: 160px;
    width: 1px;
    background: white;
    opacity: 0.5;
}
.recommend-big .recommend-bottom em{
    /*margin-right: 6px;*/
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.recommend-big .recommend-bottom span{
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}
.recommend-big li .collected{
    right: 20px;
    top: 20px;
    display: none;
    position: absolute;
    padding:0px 11px;
    height: 25px;
    background-color: #FE3232;
    border-radius: 13px;
}
.recommend-big li .collected em{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.recommend-big li .collected span{
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
    margin-left: -1px;
    display: inline-block;
}
.recommend-big li .collect{
    right: 20px;
    top: 20px;
    display: none;
    position: absolute;
    padding: 0px 11px;
    height: 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12.5px;
}
.recommend-big li .collect-frame{
    display: none;
}
.recommend-small li .collect-frame{
    display: none;
}
.recommend-small li .collected{
     right: 20px;
     top: 20px;
     display: none;
     position: absolute;
     padding:0px 11px;
     height: 25px;
     background-color: #FE3232;
     border-radius: 13px;
 }
.recommend-small li .collected em{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.recommend-small li .collected span{
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}
.recommend-small li:hover .collect-frame{
    display: block;
}
.recommend-small li .collect{
    right: 20px;
    top: 20px;
    display: none;
    position: absolute;
    padding: 0px 11px;
    height: 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12.5px;
}
.recommend-small li .collect span{
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
    margin-left: -1px;
    display: inline-block;
}
.recommend-small li .collect em{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
 .recommend-big li .collect em{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
 .recommend-big li .collect span{
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
     margin-left: -1px;
     display: inline-block;
}
.recommend-big li:hover .collect-frame{
display: block;
}
recommend-bottom span{
    color: #fff;
}

recommend-bottom em{
    color: #fff;
}
.width_small .recommend-small {
    margin: 40px 0 60px;
    width: 102%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.width_small .recommend-small li{
    float: left;
    width: 396px;
    margin:0 20px 40px 0;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
    position: relative;
}
.width_small .recommend-small li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_small .recommend-small li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_small .recommend-small li img{
    width: 396px;
    height: 297px;
    object-fit: cover;
}
.width_small .recommend-small li .view_frame{
    background-color: rgba(255,255,255,0.40);
    width: 24px;
    height: 17px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.width_small .recommend-small li .view-icon{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #444;
}
.width_small .recommend-small .recommend-info{
    width: 100%;
    padding-top: 24px;
}

.recommend-small .recommend-info .recommend-name{
    font-size: 16px;
    color: #444444;
}
.recommend-small .recommend-info .desiger-name{
    font-size: 12px;
    color: #666666;
}
.width_small .recommend-small .recommend-info .recommend-bottom{
    margin-top: 15px;
}

.recommend-small .recommend-info .recommend-bottom span{
    margin-right: 15px;
    color: #666666;
    font-size: 12px;
    vertical-align: middle;
}
.recommend-small .recommend-info .recommend-bottom em{
    color: #BBBBBB;
    font-size: 16px;
    vertical-align: middle;
}



/*行业资讯*/
.width_small .profession{
    margin-bottom: 100px;
}
.width_small .profession .big{
    width: 100%;
}
.width_small .profession .detail li{
    background: #FFFFFF;
    /*border: 1px solid #EEEEEE;*/
}


.width_small .profession .big li{
    width: 396px;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
    float: left;
    margin-right: 20px;
}
.width_small .profession .big li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_small .profession .big li img{
    width: 100%;
    margin-bottom: 18px;
}
.width_small .profession .big li img:hover{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_small .profession .big li .info{

}

.width_small .profession .big li .info span{
    font-size: 20px;
    margin-bottom: 12px;
    color: #000000;
    line-height: 28px;
}
.width_small .profession .big li .info p{
    margin-top: 12px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.width_small .profession .small{
    margin-top: 28px;
    overflow: hidden;
}
.width_small .profession .small li{
    width: 387px;
    padding-top: 12px;
    margin-right: 28px;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
}
.width_small .profession .small li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_small .profession .small li img{
    width: 118px;
    height: 118px;
    object-fit: cover;
}
.width_small .profession .small li img:hover {
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_small .profession .small li .small-right{
    margin-left: 14px;
    width: 255px;
    height: 118px;
    position: relative;
    display: inline-block;
}
.width_small .profession .small li em{
    font-size: 12px;
    color: #666666;
    display: inline-block;
}
.profession .small li .small-right span{
    font-size: 16px;
    margin-top: 11px;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.profession .small li p{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

/*精品课程*/
.width_small .courses{
    margin-bottom: 80px;
    overflow: hidden;
}
.width_small .courses .detail{
    margin-top: 60px;
}

.width_small .courses .detail ul{
    overflow: hidden;
    padding-top: 10px;
}
.width_small .courses .detail ul li{
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
    margin-right: 20px;
    width: 396px;
    float: left;
}
.width_small .courses .detail ul li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}

.width_small .courses .detail ul li img{
    width: 100%;
    height: 100%;
}
.width_small .courses .detail ul li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.courses-img-frame{
    width: 396px;
}
.profession-img-frame{
    /*width: 118px;*/
    /*height: 118px;*/
    float: left;
}
.img-frame{
    position: relative;
    /*overflow: hidden;*/
}
.img-frame .hover-frame{
    animation: bg-hide 0.5s;
    background-color: rgba(0, 0, 0, 0);
    transition:background-color 0.5s linear;
    display: none;
    width: 100%;
    height: 100%;
}
.img-frame:hover .hover-frame{
    animation: bg-show 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
    transition:background-color 0.5s linear;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hover-frame .play-btn{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: background-color 0.3s linear;
}
.width_small .hover-frame .play-btn span{
    font-size: 58px;
    color: white;
}
.width_big .hover-frame .play-btn span{
    font-size: 58px;
    color: white;
}
.courses .detail ul li .name{
    margin: 14px 0;
    font-size: 16px;
    color: #121212;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.courses .detail ul li span{
    font-size: 12px;
    color: #666666;
    margin-right: 21px;
}
.courses .detail ul li em{
    font-size: 16px;
    color: #bbb;
    vertical-align: middle;
}
.width_small .ad_frame{
    width: 102%;
    margin-bottom: 100px;
    font-size: 0px;
}
.width_small .ad_frame img{
    width: 604px;
    margin-right: 20px;
}
/*合作品牌*/
.width_small .cooperation .detail{
    background: #FFFFFF;
    width: 1229px;

}
.width_small .cooperation .detail ul{
    width: 1296px;
    margin-left: -54px;
}
.width_small .cooperation .detail ul li{
    width: 160px;
    height: 100px;
    margin: 0 0 40px 54px;
    float: left;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.width_small .cooperation .detail ul li img{
    width: 100%;
    height: 100%;
}


/*大屏*/
.width_big{
    width: 1640px;
    padding: 120px 0px 80px;
    box-sizing: border-box;
    margin: 0 auto;
}

/*通用的标题样式*/
.width_big .title{
    height: 40px;
    margin-bottom: 80px;
    position: relative;
}
.width_big .title .name{
    cursor: default;
    font-size: 32px;
    color: #111111;
    line-height: 40px;
    margin-right:40px;
}
.width_big .title .name:before{
    height: 29px;
    width: 4px;
    background: #FE3233;
    display: inline-block;
    margin-right: 20px;
    content: '';
    margin-top: -6px;
    vertical-align: middle;
}

.width_big .title ul{
    cursor: pointer;
    display: inline-block;
}
.width_big .title ul li{
    display: inline-block;
}
.width_big .title ul li a{
    font-size: 16px;
    color: #444444;
    margin-right: 40px;
    text-align: center;
    display: inline-block;
}
.width_big .title ul li a:hover{
    color: #FE3232;
}
.width_big .detail{
    width: 102%;
    position: relative;
}
/*通用的标题样式截止*/

/*找设计师*/
.width_big .finddesigner{
    width: 100%;
    height: auto;
    padding-bottom: 135px;
}
.width_big .finddesigner .change{
    width: 102px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 22px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(18, 18,18,0.1);
    color: #444444;
    background: rgba(255, 255, 255, 0.1);

}
.width_big .finddesigner .change:hover{
    background-color: #FE3232;
    color: #fff;
}
.width_big .finddesigner .change:active{
    background-color: #CD1D1D;
}
.width_big .finddesigner .detail ul{
}
.width_big .finddesigner .detail ul div{
    height: 551px;
    width: 410px;
    float: left;
}
.over-hide{
    overflow: hidden;
}
.width_big .finddesigner .detail ul li{
    height: 551px;
    /*width: 411px;*/
}
.width_big .finddesigner .detail img{
    width: 100%;
    height: 411px;
}
.width_big .finddesigner .detail img:hover{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .finddesigner .detail .info{
    width: 100%;
    height: 140px;
    padding: 28px 30px;
    box-sizing: border-box;
}
.finddesigner .detail .info .move-down{
    margin-top: 14px;
}
.width_big .finddesigner .detail p{
    margin-top: 20px;
    margin-bottom: 22px;
    font-size: 24px;
    color: #000000;
    display: block;
}
.width_big .finddesigner .detail span{
    margin-bottom: 22px;
    font-size: 24px;
    color: #000000;
    display: block;
}
.width_big .finddesigner .detail em{
    font-size: 12px;
    color: #666666;
}
/*作品推荐*/
.width_big .recommend-big{
}
.width_big .recommend-big li{
    float: left;
    width: 812px;
    height: 340px;
    margin-right: 20px;
    position: relative;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
}
.width_big .recommend-big li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_big .recommend-big li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.02);
}
.width_big .recommend-big li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .recommend-big li .recommend-info{
    height: 100%;
    width: 267px;
    position: absolute;
    background-image: linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.40) 100%);
}
.width_big .recommend-big .recommend-info .line-hide{
    overflow: hidden;
    height: 80%;
}
.width_big .recommend-big li .recommend-info .info-contain{
    padding: 40px 40px 24px;
}
.width_big .recommend-big .recommend-info .recommend-title{
    height: 118px;
    font-size: 24px;
    color: #FFFFFF;
}
.width_big .recommend-big .recommend-info .vertical-line{
    margin-left: 45px;
    height: 180px;
    width: 1px;
    background: white;
    opacity: 0.5;
}
.width_big .recommend-big .recommend-info .recommend-name{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #FFFFFF;
}
.width_big .recommend-big .recommend-info .recommend-bottom{
    position: absolute;
    bottom: 30px;
    left: 40px;

}
.width_big .recommend-small {
    margin: 60px 0 80px;
    width: 102%;
}
.width_big .recommend-small li{
    float: left;
    width: 396px;
    margin:0 20px 60px 0;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
    position: relative;
}
.width_big .recommend-small li .view_frame{
    background-color: rgba(255,255,255,0.40);
    width: 24px;
    height: 17px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.width_big .recommend-small li .view-icon{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #444;
}
.width_big .recommend-small li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;

}
.width_big .recommend-small li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .recommend-small li img{
    width: 396px;
    height: 297px;
    object-fit: cover;
}
.width_big .recommend-small .recommend-info{
    width: 100%;
    padding-top: 24px;
}
.width_big .recommend-small .recommend-info .recommend-name{
    font-size: 16px;
    color: #666666;
}
.width_big .recommend-small .recommend-info .recommend-bottom{
    margin-top: 15px;
}
.width_big .recommend-small .recommend-bottom span{
    margin-right: 15px;
    font-size: 12px;
    color: #666666;
}

/*行业资讯*/
.width_big .profession{
    margin-bottom: 120px;
}
.width_big .profession .big{
    width: 100%;
}
.width_big .profession .detail li{
    /*background: #FFFFFF;*/
}


.width_big .profession .big li{
    float: left;
    margin-right: 20px;
    width: 535px;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
}
.width_big .profession .big li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_big .profession .big li img{
    width: 100%;
    margin-bottom: 18px;
}
.width_big .profession .big li img:hover{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .profession .big li .info{

}

.width_big .profession .big li .info span{
    font-size: 20px;
    margin-bottom: 12px;
    color: #000000;
    line-height: 28px;
}
.width_big .profession .big li .info p{
    margin-top:12px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.width_big .profession .small{
    margin-top: 40px;
}
.width_big .profession .small li{
    width: 389px;
    padding-top: 12px;
    margin-right: 28px;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
}
.width_big .profession .small li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_big .profession .small li img{
    width: 118px;
    height: 118px;
    object-fit: cover;
}
.width_big .profession .small li :hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .profession .small li .small-right{
    margin-left: 14px;
    width: 256px;
    height: 118px;
    position: relative;
    display: inline-block;
}
.width_big .profession .small li em{
    font-size: 12px;
    color: #666666;
    display: block;
}
.width_big .profession .small li span{
    font-size: 16px;
    color: #121212;
}

/*精品课程*/
.width_big .courses{
    margin-bottom: 80px;
}
.width_big .courses .detail{
    margin-top: 70px;
}

.width_big .courses .detail ul{
}
.width_big .courses .detail ul li{
    float: left;
    transform: translateY(0px);
    animation: caseli-reducey 0.5s;
    margin-right: 20px;
    width: 396px;
}
.width_big .courses .detail ul li:hover{
    transform: translateY(-8px);
    animation: caseli-addy 0.5s;
}
.width_big .courses .detail ul li:hover img{
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
}
.width_big .courses .detail ul li img{
    width: 396px;
}
.width_big .ad_frame{
    width: 102%;
    margin-bottom: 120px;
}
.width_big .ad_frame img{
    width: 812px;
    margin-right: 20px;
}
/*合作品牌*/
.width_big .cooperation .detail{
    width: 1640px;
}
.width_big .cooperation .detail ul{
    width: 1800px;
    margin-left: -137px;
}
.width_big .cooperation .detail ul li{
    width: 160px;
    height: 100px;
    margin: 0 0 40px 137px;
    float: left;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.width_big .cooperation .detail ul li img{
    width: 100%;
    height: 100%;
}



.finddesigner .detail .box{
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.finddesigner  .detail .card{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
}
.finddesigner  .detail .front{
}
.finddesigner .detail .back{
    transform: rotateY(180deg);
}
.finddesigner .detail .flipped{
    transform: rotateY(180deg);
}

.swiper-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-img .ad-label{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url("//img.to8to.com/to8to_pc/common/widgets/adLoader/ad_flag_big_pc.png?v=20171212");
    width: 48px;
    height: 30px;
    z-index: 100;
}
.swiper-container{
    height: 100%;
}
.swiper-wrapper{
    height: 100%;
}
.swiper-slide{
    height: 100%;
}
@keyframes front {
    from{
        transform: scale(0.6) translateX(-50%);
        opacity: 0;
    }
    to{
        transform: scale(1) translateX(0);
        opacity: 1;
    }
}
@keyframes back {
    from{
        transform: scale(1) translateX(0);
        opacity: 1;
    }
    to{
        transform: scale(0.6) translateX(150%);
        opacity: 0;
    }
}

.frontAnimation{
    display: block;
    position: absolute;
    width: 100%;
    background: white;
    animation: front 1s;
}

.backAnimation{
    display: block;
    position: absolute;
    width: 100%;
    animation: back 0.9s;
}