.resourecs-detail{width:var(--box-width);margin:50px auto;display:flex}.resourecs-detail .sub-le{flex:5}.resourecs-detail .sub-le .text-info{font-weight:500;font-size:20px;color:#333;display:flex;margin-bottom:10px}.resourecs-detail .sub-le .text-info .label{flex:3}.resourecs-detail .sub-le .text-info .value{flex:7;font-size:18px;padding-right:50px;color:#777}.resourecs-detail .sub-le .text-info .value .old{text-decoration:line-through;color:#777;line-height:32px;margin-right:10px;font-weight:400}.resourecs-detail .sub-le .text-info .value .now{color:#337cf6;line-height:32px}.resourecs-detail .sub-le .text-info .title{font-size:24px;color:#333}.resourecs-detail .sub-le .text-info .tag{border:1px solid #ccc;border-radius:5px;padding:5px 10px;font-size:14px;margin-right:5px}.resourecs-detail .sub-le .el-button.el-button--primary{margin-top:30px;background-color:#337cf6;border-color:#337cf6}.resourecs-detail .sub-ri{flex:6}.resourecs-detail .sub-ri .img{border-radius:8px;border:1px solid rgba(31,71,241,.1);transition:all .3s ease-in-out}.resourecs-detail .sub-ri .img>img{transition:all .3s ease-in-out}.resourecs-detail .sub-ri .img:hover{border:1px solid #337cf6}.resourecs-detail .sub-ri .img:hover>img{opacity:.8;transform:scale(1.05)}.resourecs-detail .sub-ri .img{width:100%;height:400px;overflow:hidden}.resourecs-detail .sub-ri .img>img{width:100%}