.joe_index{background:var(--background);border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);padding:0 15px}.joe_list{display:flex;flex-wrap:wrap;justify-content:space-around}.joe_list__item{padding:15px 0;position:relative;width:48%}@media (min-width:735px){.joe_list__item{width:48%}}@media (min-width:950px){.joe_list__item{width:32%}}@media (min-width:1200px){.joe_list__item{width:24%}}.joe_list__item:last-child{border-bottom:none}.joe_list__item .information{margin-top:8px}.joe_list__item .information .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--main);display:-webkit-box;font-size:14px;line-height:1.5;margin-bottom:3px;max-height:48px;overflow:hidden;text-overflow:ellipsis;transition:color .35s;word-break:break-word}.joe_list__item .information .title:hover{color:var(--theme)}.joe_list__item .information .title .badge{background-image:-webkit-linear-gradient(0deg,#3ca5f6,#a86af9);border-radius:2px;color:#fff;font-size:12px;height:20px;line-height:20px;margin-right:5px;padding:0 8px;vertical-align:2px;white-space:nowrap}.joe_list__item .information .abstract{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--minor);display:none;line-height:22px;max-height:44px;opacity:.85;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.joe_list__item .line{background:var(--theme);border-radius:2px;height:25px;left:-15px;position:absolute;top:15px;transform:scaleY(0);transition:transform .35s;width:4px;z-index:1}.joe_list__item .meta{align-items:center;color:var(--minor);display:flex;font-size:13px;margin-top:auto}.joe_list__item .meta .items{color:var(--seat);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_list__item.default{position:relative}.joe_list__item.default:hover .thumbnail img{opacity:.8}.joe_list__item.default:hover .thumbnail time{transform:translateZ(0)}.joe_list__item.default .thumbnail{flex-shrink:0;height:140px;margin-right:15px;overflow:hidden;position:relative;width:210px}.joe_list__item.default .thumbnail img{border-radius:var(--radius-inner);height:300px;-o-object-fit:cover;object-fit:cover;transition:opacity .35s;width:100%}@media (min-width:735px){.joe_list__item.default .thumbnail img{height:300px}}@media (min-width:950px){.joe_list__item.default .thumbnail img{height:300px}}@media (min-width:1200px){.joe_list__item.default .thumbnail img{height:350px}}.joe_list__item.default .thumbnail time{background:var(--theme);border-radius:10px;color:#fff;font-size:12px;height:20px;line-height:20px;padding:0 8px;position:absolute;right:5px;top:5px;transform:translate3d(120%,0,0);transition:transform .35s;z-index:1}.joe_list__item.default .thumbnail svg{fill:#fff;height:20px;left:5px;position:absolute;top:5px;width:20px;z-index:1}.joe_list__item.default .information{display:flex;flex:1;flex-direction:column;min-width:0}.joe_list__item.default .information .title{height:42px;margin-bottom:5px;margin-top:5px}.joe_list__item.single:hover .thumbnail img{opacity:.8}.joe_list__item.single:hover .thumbnail time{transform:translateZ(0)}.joe_list__item.single .information{margin-bottom:15px}.joe_list__item.single .thumbnail{display:block;height:280px;margin-bottom:15px;overflow:hidden;position:relative;width:100%}.joe_list__item.single .thumbnail img{border-radius:var(--radius-inner);height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .35s;width:100%}.joe_list__item.single .thumbnail time{background:var(--theme);border-radius:10px;color:#fff;font-size:12px;height:20px;line-height:20px;padding:0 8px;position:absolute;right:10px;top:10px;transform:translate3d(120%,0,0);transition:transform .35s;z-index:1}.joe_list__item.single .thumbnail svg{fill:#fff;height:20px;left:10px;position:absolute;top:10px;width:20px;z-index:1}.joe_list__item.multiple .information{margin-bottom:15px}.joe_list__item.multiple .thumbnail{display:grid;gap:15px;grid-template-columns:repeat(3,1fr);grid-template-rows:180px;margin-bottom:15px}.joe_list__item.multiple .thumbnail img{border-radius:var(--radius-inner);height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s,opacity .35s;width:100%}.joe_list__item.multiple .thumbnail img:hover{opacity:.85;transform:scale(1.025)}.joe_list__item.none .information{display:flex;flex-direction:column;height:140px}.joe_list__loading .item{border-bottom:1px solid var(--classC);display:flex;padding:15px 0;position:relative;width:100%}.joe_list__loading .item:last-child{border-bottom:none}.joe_list__loading .item .thumbnail{animation:list_thumbnail_loading .5s infinite alternate;background:var(--classD);border-radius:var(--radius-inner);flex-shrink:0;height:140px;margin-right:15px;position:relative;width:210px}.joe_list__loading .item .information{flex:1;min-width:0}.joe_list__loading .item .information .title{animation:list_title_loading .75s infinite alternate;background:var(--classD);border-radius:var(--radius-inner);height:24px;margin-bottom:15px}.joe_list__loading .item .information .abstract p{animation:list_abstract_loading .8s infinite alternate;background:var(--classD);border-radius:var(--radius-inner);height:18px;margin-bottom:5px}.joe_list__title{align-items:center;border-bottom:1px solid var(--classC);color:var(--main);display:flex;padding-bottom:15px;padding-top:15px}.joe_list__title-icon{height:20px;margin-right:5px;min-height:20px;min-width:20px;width:20px}.joe_list__title-title{align-items:center;display:flex;flex-flow:wrap}.joe_list__title-title .muted{color:var(--theme);margin:0 5px}.joe_list__empty{align-items:center;color:var(--routine);display:flex;flex-direction:column;justify-content:center;padding:50px 0}.joe_list__empty svg{fill:var(--routine);margin-bottom:30px}@keyframes list_thumbnail_loading{0%{transform:scale(.85)}to{transform:scale(1)}}@keyframes list_title_loading{0%{width:80%}to{width:95%}}@keyframes list_abstract_loading{0%{width:60%}to{width:80%}}.joe_post__pagination{display:flex;justify-content:space-between}.joe_post__pagination-item{margin-bottom:15px}.joe_post__pagination-item a{background:var(--theme);border-radius:3px;box-shadow:var(--box-shadow);color:#fff;display:block;font-size:12px;height:32px;line-height:32px;padding:0 15px}.joe_post__pagination-item a:hover{animation:pulse 1s;box-shadow:0 0 0 20px #fff0}.joe_post__pagination-item.next{margin-left:auto}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--theme)}}.joe_detail{background:var(--background);border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);margin-bottom:15px;padding:15px}.joe_detail__category{align-items:center;display:flex;margin-bottom:15px}.joe_detail__category .item{border-radius:2px;color:#fff;font-size:12px;margin-right:5px;max-width:200px;overflow:hidden;padding:3px 8px;text-overflow:ellipsis;transition:transform .35s,opacity .35s;white-space:nowrap}.joe_detail__category .item:hover{opacity:.85;transform:translate3d(0,-3px,0)}.joe_detail__category .item:last-child{margin-right:0}.joe_detail__category .item-0{background:#0396ff}.joe_detail__category .item-1{background:#ea5455}.joe_detail__category .item-2{background:#7367f0}.joe_detail__category .item-3{background:#28c76f}.joe_detail__category .item-4{background:#9f44d3}.joe_detail__category .edit{color:var(--minor);margin-left:auto}.joe_detail__category .edit:hover{color:var(--theme)}.joe_detail__title{color:var(--main);font-size:24px;margin-bottom:15px;text-align:center;text-shadow:var(--text-shadow);word-break:break-word}.joe_detail__count{align-items:center;border-bottom:1px solid var(--classC);display:flex;justify-content:space-between;padding-bottom:15px;position:relative}.joe_detail__count:after{background:var(--theme);border-radius:1.5px;bottom:-1.5px;content:"";height:3px;left:0;position:absolute;width:80px}.joe_detail__count-information{align-items:center;display:flex}.joe_detail__count-information .avatar{border:1px solid var(--classA);border-radius:50%;height:35px;margin-right:10px;-o-object-fit:cover;object-fit:cover;padding:3px;width:35px}.joe_detail__count-information .meta{display:flex;flex-direction:column;font-size:12px;height:35px;justify-content:space-between}.joe_detail__count-information .meta .author .link{color:var(--theme);font-weight:500}.joe_detail__count-information .meta .author .link:hover{text-decoration:underline}.joe_detail__count-information .meta .item{align-items:center;color:var(--minor);display:flex;line-height:16px}.joe_detail__count-information .meta .item .line{color:var(--seat);margin:0 7px;vertical-align:middle}.joe_detail__count-created{color:var(--routine);font-family:consolas;font-size:32px;line-height:42px;text-shadow:var(--text-shadow);-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_detail__overdue{padding-top:15px}.joe_detail__overdue-wrapper{animation:overdue 1.5s ease-in-out;background:#fffcef;border:1px solid #ffbb76;border-radius:var(--radius-inner);color:#db7c22;padding:15px}.joe_detail__overdue-wrapper .title{align-items:center;display:flex;font-size:15px;font-weight:500;margin-bottom:10px}.joe_detail__overdue-wrapper .title .icon{height:20px;margin-right:8px;width:20px}.joe_detail__overdue-wrapper .content{padding-left:28px}.joe_detail__overdue-wrapper:hover{-webkit-clip-path:circle(75%);clip-path:circle(75%)}.joe_detail__article{color:var(--routine);font-size:15px;padding-top:15px;word-break:break-word}.joe_detail__article .intro{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-bottom:30px;padding-top:15px}.joe_detail__article .intro .img-container{display:flex;justify-content:center;width:100%}@media (min-width:576px){.joe_detail__article .intro .img-container{width:48%}}.joe_detail__article .intro .img-container img{max-width:350px;width:100%}.joe_detail__article .intro .txt-container{color:#303133;margin-top:20px;padding:0 10px;width:100%}@media (min-width:576px){.joe_detail__article .intro .txt-container{margin-top:0;width:48%}}.joe_detail__article .intro .txt-container .post-title{font-size:20px;font-weight:700;margin-bottom:15px}.joe_detail__article .intro .txt-container .post-desc{font-size:17px;margin-bottom:20px}.joe_detail__article .intro .txt-container .post-field{display:flex;flex-wrap:wrap;font-size:14px;margin-bottom:10px}.joe_detail__article .intro .txt-container .post-field .post-field-label{align-items:center;display:flex;font-weight:700;height:22px;margin-right:10px}.joe_detail__article .intro .txt-container .post-field .post-field-value{align-items:center;background-color:#e7e7e7;border-radius:3px;display:flex;height:22px;margin-bottom:5px;margin-right:10px;padding:0 5px}.joe_detail__article .intro .txt-container .post-field .post-field-value a{color:var(--theme)}.joe_detail__article .intro .txt-container .post-btn-group{display:flex;font-size:14px;font-weight:700}.joe_detail__article .intro .txt-container .post-btn-group .post-btn{align-items:center;border-radius:3px;display:flex;height:40px;justify-content:center;line-height:1;width:120px}.joe_detail__article .intro .txt-container .post-btn-group .btn-dl{background-color:#e7e7e7;color:#797b7c;margin-right:15px}.joe_detail__article .intro .txt-container .post-btn-group .btn-view{background-color:#f56c6c;color:#fff}.joe_detail__article h1,.joe_detail__article h2,.joe_detail__article h3,.joe_detail__article h4,.joe_detail__article h5,.joe_detail__article h6{color:var(--main);font-size:18px;line-height:24px;margin-bottom:18px;position:relative}.joe_detail__article h1{padding:0 15px 0 20px}.joe_detail__article h1:before{color:var(--theme);content:"\b6";font-size:22px;left:0;position:absolute;top:0}.joe_detail__article h2{padding:0 15px}.joe_detail__article h2:before{background:var(--theme);border-radius:2px;bottom:10%;content:"";left:0;position:absolute;top:10%;width:4px}.joe_detail__article h3{padding:0 15px}.joe_detail__article h3:before{background:var(--theme);border-radius:0 4px 4px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.joe_detail__article h4:before{color:var(--theme);content:"\300c";font-weight:600;margin-right:5px}.joe_detail__article h4:after{color:var(--theme);content:"\300d";font-weight:600;margin-left:5px}.joe_detail__article h5{padding:0 15px 0 28px}.joe_detail__article h5:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC8klEQVRYR+3WP2gTURwH8O/vKnVRRHKXP52cBO3g4p/BqYNIhy4muajUQRBFKjQV1En6ZxJBcmlRCoJDRe3FDiJVwamLS3FwqbgIgss1l2ZQF5XeT3I1Z3NJ7u5dLlAwN9699/t97vfe7/EIO/yhHe5DD9jpCv3fFVTu856+Xzi62Y/35hj9CFPNrlUwWeRJAJfBGADwBcBNI0/PRZFdAdo4xlQLjCqKjBzogat7hZCRAgPghJGBgbFnxglAOvS7b/fLb+q+qnv5BHBCyEBAWTdnANy2IxOtWSC1qsY+1jOFwAVG+gIVvXyHQbcaKuZCxmf5iMQogXFQtEsBeO5JT6BcMu+Bcb1lUhcyqfExACUAB6JEtgUqi+U5JrrmmcyFHCjwSYtQO+tSUSFbAmXdnAdwJVASdyWLPAS2kbFA8xsHNS13EzCmlx8R6KJQcBcypfFpho3cKxRna3ADsgEo6+ZjAKMhgjZ1d2KWR2gTSyD0h4jnIB2gXDIXwciFCPZvSnMl0wwshYrJGDImaMUGKovlLBPVOrDjh8APzFx8zDkjNa7FzYoGZsKT9XEarQOHmei1aJA246cqOWW6/i2l8VMGzoWIPW/k6eq2Ja6UwCz8pw2JGZ8sS8pUz8fWau/jGp+SgLchcGBgZD1Py41NUuoI+ZloV8ZU93+ogZKzfBiWfXAPCgMJU8Y42avQdMzI4ZBfmSizocqrUeJaAmsvBZGGBCtTziXeRY1rCxRAViEhXckqK93AeQJ9kYTvlmVlqmcTdhNEtefc+9X3utVmuX+CkK6oyqtu4nwrWP8bF5IZdGYjJ79wDuMCz4D+XmhFWnZbt7ab5ltBB6mbkyAaBPFCJassuwMmNb4L4EZgXwBc4AoGTZrUeA6A9x1yK6tzzvnFDlxBv0D176kCP2TCpbbjBXCRV9DZk0VeAONCE1IQ1zWg3dlF1sFQHWQIXFeBNrLAw5BwHBZWjQl6E3SbbB8X+R4Mg/Ca0wN2WtFeBTut4B84mFI4VpekyAAAAABJRU5ErkJggg==);background-size:100% 100%;content:"";height:20px;left:0;position:absolute;top:2px;width:20px}.joe_detail__article h6{padding:0 15px 0 28px}.joe_detail__article h6:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEI0lEQVRYR+3Xb2wTZRwH8G/vL22RPy5GW8fK6rJpGeFFY9RO3TRRE1HfmEAammEyjZmOSEg1RrPZaTD6xjhU/Ndlf0CZgwmD+qcgZBRIETeqY0Vcnc7pGonhRY2l3m2t5upqjq693l2vcy+8N81zz/NcPvf75fd7rjos8ku3yH34HyjK0PqlDLPzD56vMNL0VHxmpgXAoUIZXKgI3sMSpK+cNTAbylaj/9IkprnLM3+mkg8XQi4EsJ4lSL+ZNbAfVd+JG/XLcSERg3M8IAtZauBtDEkeNdN6fX9NfRqXueQiSwm00wQRMDMGw94snBJkqYBrSYIIXs/ojftqGq6IXHZRFIpkKYC2JSw9SJE663W0nthlqcMawwrJYpVCag1M48pNy1YNvLWRffGNIYSCv6Cnog7rjCtVIbUEXoG7qeqaNMj51F58dWoKPZY62JeWyUJG+ctcIplcIizWCpgTl9EIyODJn9BtceDWq/6B57tO/H4R688fFaZ7AWzWAiiJEyMDx39Ed6UDdyy7Ni/w1ekxbP95VJi/F8CRYoGycGLksaEJdFU6cPdy0zxkR/RbtE6FhPvHATQUm2JFODHSfyyCLmsd7lth/hf53q/jcE8OC+NTAG7PTKiNoCqcGPnpF+PotDrwwNXl+OC3H9A8cVqYPgPgFnFo1QCLwomRg4cvoPMGBzZHTgq3zwKwZ+ddKVATXAZhf+gdnPvuojAUqmJdrspRAtQU93pXEM+8clgwhQHU5itruUBNcTt6TsP9sl8weQC0S/VFOUBNcW/2folt2z+XhZPTZh6kSKJ79aqVRuFszRxfUm8sNbdz9xlsfekz2bhCQBvDMMM8z+ubN92Mjrb71brS+97dM4wtnk8U4SSBBEGErVarzeVywePxoHVLA1pb6lUh3+8bwZMv+BTjpIAVACa9Xq+uqakJ7e3tqpGd/WfR3Jr+81awIJS0mY0A+sLhMGw2W3qfGmTXvhAef/6gapxUBDuqqqoejUQiBvFbKUH2DHyNx54bLAqXF0jT9HBjY6Pd6/XOi7oc5K7936Dp2QNF4/IBrTqdLuLxeIi2tracRSGF/PDgKB55er8muHzATQB2m81m+P1+1NbmPoVyIfsOnUOj+2PNcPmAO1iWbeE4TmexWODz+WQhayrL4No2oCkuJ5Bl2VGO49ZmcisXObdeVSuRaq7ZZ3G10KBTqRQl3pQPGY1GEQgE4HQ6heVDAO5S1cklNmUDXQRB9KZSqXkfESaTCW63G7FYDKFQKDEyMoJoNKqfe/bbAJ7QGpcrxa8xDLOV5/k0kGXZv2ZnZ5FMJtNjmqYvURR1IpFInAcwAeD7ud/pUuDmAY1G41g8Hl9DkmScoqggx3FHAIyJMMlSQfI9V5zKagDC93dsoRFKimQx2dIWOV/U/yn6bx0WyDj8vgLOAAAAAElFTkSuQmCC);background-size:100% 100%;content:"";height:20px;left:0;position:absolute;top:2px;width:20px}.joe_detail__article hr{background-color:var(--classB);border:none;height:1px;margin-bottom:18px}.joe_detail__article blockquote,.joe_detail__article p{line-height:26px;margin-bottom:18px}.joe_detail__article blockquote{background:#ecf8ff;border-left:5px solid #50bfff;border-radius:0 var(--radius-inner) var(--radius-inner) 0;color:#50bfff;padding:8px 15px}.joe_detail__article blockquote p{margin:0}.joe_detail__article a:not([class]){color:var(--theme);display:inline-block;line-height:26px;position:relative}.joe_detail__article a:not([class]):hover:after{opacity:1;transform:scaleX(1)}.joe_detail__article a:not([class]):after{background:var(--theme);bottom:-1px;content:"";height:1px;left:0;opacity:0;position:absolute;transform:scaleX(.25);transition:transform .35s,opacity .35s;width:100%}.joe_detail__article code:not([class]){background:#ecf5ff;border-radius:var(--radius-inner);color:#409eff;display:inline-block;font-size:12px;padding:0 8px;vertical-align:top;word-break:break-word}.joe_detail__article pre[class*=language-]{border-radius:var(--radius-inner);font-size:14px;margin:0 0 18px;overflow:hidden;padding:30px 0 0;position:relative}.joe_detail__article pre[class*=language-] code[class*=language-]{display:block;overflow:auto;padding:0 15px 12px}.joe_detail__article pre[class*=language-]:before{background:#fc625d;border-radius:50%;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;content:"";height:12px;left:15px;position:absolute;top:9px;width:12px;z-index:1}.joe_detail__article pre[class*=language-] .copy{color:#909399;cursor:pointer;position:absolute;right:15px;top:9px;transition:color .35s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5}.joe_detail__article pre[class*=language-] .copy:hover{color:#c0c4cc}.joe_detail__article img:not([class]){border-radius:var(--radius-inner);cursor:zoom-in;display:block;margin:0 auto;max-width:100%;transition:transform .35s,box-shadow .35s}.joe_detail__article img:not([class]):hover{box-shadow:0 34px 20px -24px #88a1ce4d;transform:translateY(-5px)}.joe_detail__article .owo_image{max-height:26px;vertical-align:top}.joe_detail__article ol,.joe_detail__article ul{margin-bottom:18px;padding-left:36px}.joe_detail__article ol li,.joe_detail__article ul li{line-height:26px}.joe_detail__article ol li{list-style:decimal}.joe_detail__article ul li{list-style:disc}.joe_detail__article table{border-left:1px solid var(--classC);border-top:1px solid var(--classC);color:var(--minor);font-size:13px;margin-bottom:18px;max-width:100%;table-layout:fixed;width:100%}.joe_detail__article table td,.joe_detail__article table th{border-bottom:1px solid var(--classC);border-right:1px solid var(--classC);padding:8px}.joe_detail__article table thead th{background:var(--classC);font-weight:500}.joe_detail__article table tbody tr{transition:background .35s}.joe_detail__article table tbody tr:hover{background:var(--classD)}.joe_detail__article-video{margin-bottom:18px}.joe_detail__article-video .episodes,.joe_detail__article-video .play{background:var(--classD);padding:60px 15px 15px;position:relative}.joe_detail__article-video .episodes .title,.joe_detail__article-video .play .title{background:var(--theme);border-radius:2px 2px 2px 0;box-shadow:2px 5px 10px #313a4626;color:#fff;font-weight:500;height:30px;left:-10px;line-height:30px;padding:0 12px;position:absolute;top:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_detail__article-video .episodes .title:after,.joe_detail__article-video .play .title:after{border-color:var(--theme) transparent transparent;border-style:solid;border-width:10px;bottom:-10px;content:"";left:-10px;position:absolute;transform:rotate(90deg)}.joe_detail__article-video .episodes .box,.joe_detail__article-video .play .box{border-top:1px solid var(--classB);padding-top:15px}.joe_detail__article-video .play{margin-bottom:15px}.joe_detail__article-video .play .box iframe{background:#000;height:520px;width:100%}.joe_detail__article-video .episodes .box{display:grid;gap:15px;grid-template-columns:repeat(6,1fr)}.joe_detail__article-video .episodes .box .item{background:var(--background);border-radius:15px;color:var(--routine);cursor:pointer;font-size:12px;height:30px;line-height:30px;overflow:hidden;padding:0 10px;text-align:center;text-overflow:ellipsis;transition:transform .35s,box-shadow .35s,background .35s,color .35s;white-space:nowrap}.joe_detail__article-video .episodes .box .item.active{background:var(--theme);color:#fff}.joe_detail__article-video .episodes .box .item.active,.joe_detail__article-video .episodes .box .item:hover{box-shadow:0 5px 5px #0000001a;transform:translateY(-2px)}.joe_detail__article-protected{background:repeating-linear-gradient(145deg,var(--classB),var(--classB) 15px,var(--background) 0,var(--background) 30px);display:flex;justify-content:center;margin-bottom:18px;padding:20px 0}.joe_detail__article-protected .contain{border-radius:20px;box-shadow:var(--box-shadow);overflow:hidden;position:relative}.joe_detail__article-protected .contain .icon{left:15px;position:absolute;top:50%;transform:translateY(-50%)}.joe_detail__article-protected .contain .password{background:var(--background);border:none;color:var(--routine);height:40px;padding-left:50px;width:250px}.joe_detail__article-protected .contain .submit{background:none;border:none;color:var(--main);position:absolute;right:15px;top:50%;transform:translateY(-50%)}.joe_detail__agree{align-items:center;display:flex;justify-content:center;margin-bottom:15px}.joe_detail__agree .agree{color:var(--minor);font-size:12px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_detail__agree .agree .icon{align-items:center;background:#f56c6c;border-radius:50%;cursor:pointer;display:flex;height:42px;justify-content:center;margin-bottom:8px;position:relative;width:42px}.joe_detail__agree .agree .icon.active{animation:box_shadow 1s;box-shadow:0 0 0 20px #fff0}.joe_detail__agree .agree .icon svg{height:28px;opacity:0;position:absolute;transform:scale(0);transition:transform .85s,opacity .85s;width:28px}.joe_detail__agree .agree .icon svg.active{opacity:1;transform:scale(1)}.joe_detail__operate{align-items:center;color:var(--routine);display:flex;margin-bottom:15px}.joe_detail__operate-tags{align-items:center;display:flex;flex-shrink:0;flex:1;overflow-x:auto}.joe_detail__operate-tags::-webkit-scrollbar{display:none}.joe_detail__operate-tags a{background-color:var(--classD);border:1px solid var(--classD);border-radius:13px;color:var(--minor);flex-shrink:0;font-size:12px;height:26px;line-height:26px;margin-right:10px;max-width:125px;overflow:hidden;padding-left:29px;padding-right:8px;position:relative;text-overflow:ellipsis;transition:border .25s,color .25s;white-space:nowrap}.joe_detail__operate-tags a:hover{border:1px solid var(--classC);color:var(--routine)}.joe_detail__operate-tags a:last-child,.joe_detail__operate-tags a:nth-child(5){margin-right:0}.joe_detail__operate-tags a:nth-child(n+6){display:none}.joe_detail__operate-tags a:before{background:var(--background);border-radius:50%;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.joe_detail__operate-tags a:after{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxwYXRoIGQ9Ik02ODIuNjY3IDM1Ni44NDhIMzI1LjgxOGEzOC43ODggMzguNzg4IDAgMCAxLTM4Ljc4OC0zOC43ODcgMzguNzg4IDM4Ljc4OCAwIDAgMSAzOC43ODgtMzguNzg4aDM1Ni44NDlhMzguNzg4IDM4Ljc4OCAwIDAgMSAzOC43ODggMzguNzg4IDM4Ljc4OCAzOC43ODggMCAwIDEtMzguNzg4IDM4Ljc4N3oiIGZpbGw9IiM1NGI1ZGIiLz48cGF0aCBkPSJNOTA3LjYzNiAxMDI0aC0xNS41MTVMNTEyIDgwNi43ODhsLTM4MC4xMjEgMjA5LjQ1NEg5My4wOWE2Mi4wNiA2Mi4wNiAwIDAgMS0xNS41MTUtMzEuMDNWMTE2LjM2NEExMTYuMzY0IDExNi4zNjQgMCAwIDEgMTkzLjkzOSAwaDYzNi4xMjJhMTE2LjM2NCAxMTYuMzY0IDAgMCAxIDExNi4zNjMgMTE2LjM2NHY4NjguODQ4YTYyLjA2IDYyLjA2IDAgMCAxLTE1LjUxNSAzMS4wM3pNNTEyIDcyMS40NTVoMjMuMjczbDMzMy41NzUgMTg2LjE4MVYxMTYuMzY0YTM4Ljc4OCAzOC43ODggMCAwIDAtMzguNzg3LTM4Ljc4OEgxOTMuOTM5YTM4Ljc4OCAzOC43ODggMCAwIDAtMzguNzg3IDM4Ljc4OHY3OTkuMDNsMzQxLjMzMy0xODYuMTgyeiIgZmlsbD0iIzU0YjVkYiIvPjwvc3ZnPg==) no-repeat;background-size:100% 100%;content:"";height:12px;left:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.joe_detail__operate-share{margin-left:15px;position:relative}.joe_detail__operate-share svg{cursor:pointer;transition:transform .35s}.joe_detail__operate-share svg:hover{transform:rotate(1turn) scale(1.25)}.joe_detail__operate-share .reach{display:flex;flex-direction:column;left:-1px;opacity:0;position:absolute;top:34px;transform:translateY(25px);transition:visibility .25s,transform .25s,opacity .25s;visibility:hidden;z-index:10}.joe_detail__operate-share .reach a{margin-bottom:5px}.joe_detail__operate-share .reach a:last-child{margin-bottom:0}.joe_detail__operate-share.active .reach{opacity:1;transform:translateY(0);visibility:visible}.joe_detail__copyright{border-top:1px solid var(--classC);padding-top:15px}.joe_detail__copyright .content{background:var(--classD);border-radius:var(--radius-inner);padding:15px}.joe_detail__copyright .content .item{color:var(--minor);line-height:22px;margin-bottom:5px;word-break:break-word}.joe_detail__copyright .content .item:last-child{margin-bottom:0}.joe_detail__copyright .content .item .icon{height:18px;margin-right:3px;vertical-align:-4px;width:18px}.joe_detail__copyright .content .item .link{color:var(--minor)}.joe_detail__copyright .content .item .link:hover{color:var(--theme)}.joe_detail__related{padding-top:15px}.joe_detail__related-title{color:var(--main);font-size:18px;font-weight:500;margin-bottom:15px;padding-left:15px;position:relative}.joe_detail__related-title:before{background:var(--theme);border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.joe_detail__related-content{display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.joe_detail__related-content .item{border-radius:var(--radius-inner);overflow:hidden;transition:transform .25s,box-shadow .25s}.joe_detail__related-content .item:hover{box-shadow:0 34px 20px -24px #88a1ce4d;transform:translateY(-5px)}.joe_detail__related-content .item img{height:300px;-o-object-fit:cover;object-fit:cover;width:100%}.joe_detail__related-content .item h6{background:var(--classD);color:var(--minor);font-size:13px;height:32px;line-height:32px;overflow:hidden;padding:0 12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.joe_detail__friends{display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:15px}.joe_detail__friends-item .contain{border-radius:var(--radius-inner);color:#fff;display:block;overflow:hidden;padding:15px;transition:transform .35s,box-shadow .35s;word-break:break-word}.joe_detail__friends-item .contain:hover{box-shadow:0 34px 20px -24px #88a1ce4d;transform:translateY(-5px) scale(1.025)}.joe_detail__friends-item .contain .title{position:relative}.joe_detail__friends-item .contain .title:after{background:#fff;bottom:-5px;content:"";height:1px;left:0;position:absolute;width:100%}.joe_detail__friends-item .contain .content{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.joe_detail__friends-item .contain .content .desc{margin-right:10px}.joe_detail__friends-item .contain .content .avatar{border-radius:50%;height:40px;min-height:40px;min-width:40px;-o-object-fit:cover;object-fit:cover;width:40px}.joe_detail__leaving{padding-top:15px}.joe_detail__leaving-none{color:var(--minor);padding:15px 0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_detail__leaving-list{height:500px;position:relative}.joe_detail__leaving-list .item{box-shadow:0 2px 10px 1px #0003;display:none;opacity:.88;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:200px}.joe_detail__leaving-list .item .user{align-items:center;border-bottom:1px dashed hsla(0,0%,100%,.85);color:#fff;cursor:move;display:flex;height:40px;padding:0 10px}.joe_detail__leaving-list .item .user .avatar{border-radius:50%;height:20px;width:20px}.joe_detail__leaving-list .item .user .nickname{flex:1;margin:0 5px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_detail__leaving-list .item .user .nickname a{color:#fff}.joe_detail__leaving-list .item .user .date{margin-left:auto}.joe_detail__leaving-list .item .wrapper{padding:10px}.joe_detail__leaving-list .item .wrapper .content{color:#fff;height:140px;line-height:24px;overflow-y:auto;word-break:break-word}.joe_detail__leaving-list .item .wrapper .content .draw_image{max-width:100%}.joe_detail__leaving-list .item .wrapper .content .owo_image{max-height:24px}@keyframes overdue{0%{-webkit-clip-path:circle(0 at 0 0);clip-path:circle(0 at 0 0)}to{-webkit-clip-path:circle(100%);clip-path:circle(100%)}}@keyframes box_shadow{0%{box-shadow:0 0 #f56c6c}}.joe_comment{background:var(--background);border-radius:var(--radius-wrap);box-shadow:var(--box-shadow);padding:15px}.joe_comment__title{border-bottom:1px solid var(--classC);color:var(--main);font-size:24px;font-weight:500;margin-bottom:15px;padding-bottom:15px;text-align:center;text-shadow:var(--text-shadow)}.joe_comment__close{align-items:center;color:var(--routine);display:flex;justify-content:center}.joe_comment__close-icon{fill:var(--routine);margin-right:5px}.joe_comment__respond-type{align-items:center;display:flex;justify-content:flex-end}.joe_comment__respond-type .item{background:var(--classD);border:none;color:var(--main);height:32px;padding:0 15px;transition:color .35s,background .35s}.joe_comment__respond-type .item:first-child{border-top-left-radius:var(--radius-inner)}.joe_comment__respond-type .item:last-child{border-top-right-radius:var(--radius-inner)}.joe_comment__respond-type .item.active{background:var(--theme);color:#fff}.joe_comment__respond-form{background:var(--classD);border-radius:6px 0 6px 6px}.joe_comment__respond-form .head{align-items:center;border-bottom:1px solid var(--classA);display:flex}.joe_comment__respond-form .head .list{flex:1}.joe_comment__respond-form .head .list input{background:transparent;border:none;color:var(--routine);height:40px;padding:0 15px;width:100%}.joe_comment__respond-form .head .list:nth-child(2){position:relative}.joe_comment__respond-form .head .list:nth-child(2):after,.joe_comment__respond-form .head .list:nth-child(2):before{background:var(--classA);content:"";height:15px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.joe_comment__respond-form .head .list:nth-child(2):before{left:0}.joe_comment__respond-form .head .list:nth-child(2):after{right:0}.joe_comment__respond-form .body{padding:15px}.joe_comment__respond-form .body .text{background:transparent;border:none;color:var(--routine);height:200px;resize:none;vertical-align:middle;width:100%}.joe_comment__respond-form .body .draw{position:relative;width:100%}.joe_comment__respond-form .body .draw .line{align-items:center;display:flex;left:10px;position:absolute;top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .line li{color:var(--main);cursor:pointer;margin-right:10px;transition:color .35s}.joe_comment__respond-form .body .draw .line li.active{color:var(--theme)}.joe_comment__respond-form .body .draw .color{align-items:center;bottom:10px;display:flex;left:10px;position:absolute}.joe_comment__respond-form .body .draw .color li{border-radius:50%;cursor:pointer;height:20px;margin:0 5px;transition:box-shadow .35s;width:20px}.joe_comment__respond-form .body .draw .color li.active{box-shadow:0 4px 10px #00000059}.joe_comment__respond-form .body .draw .color li:first-child{background:#303133}.joe_comment__respond-form .body .draw .color li:nth-child(2){background:#67c23a}.joe_comment__respond-form .body .draw .color li:nth-child(3){background:#e6a23c}.joe_comment__respond-form .body .draw .color li:nth-child(4){background:#f56c6c}.joe_comment__respond-form .body .draw .icon{fill:var(--minor);cursor:pointer;position:absolute;right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_comment__respond-form .body .draw .icon-undo{top:10px}.joe_comment__respond-form .body .draw .icon-animate{bottom:10px}.joe_comment__respond-form .body .draw canvas{background:var(--background);border-radius:var(--radius-inner)}.joe_comment__respond-form .foot{align-items:center;display:flex;justify-content:space-between;min-height:47px;padding:0 15px 15px;position:relative}.joe_comment__respond-form .foot .owo{min-height:32px;padding-top:3px}.joe_comment__respond-form .foot .owo .seat{background:var(--background);border-radius:13px;color:var(--routine);height:26px;line-height:26px;opacity:.85;text-align:center;width:70px}.joe_comment__respond-form .foot .submit{position:absolute;right:15px;top:0;white-space:nowrap}.joe_comment__respond-form .foot .submit .cancle{color:var(--main);cursor:pointer;display:none;margin-right:10px;transition:color .35s}.joe_comment__respond-form .foot .submit .cancle:hover{color:var(--theme)}.joe_comment__respond-form .foot .submit button{background:var(--theme);border:none;border-radius:3px;color:#fff;font-size:14px;height:32px;padding:0 15px}.joe_comment__respond-form .foot .submit button:hover{animation:shaked 5s ease-in-out 0s infinite normal none running}.joe_comment .comment-list{padding-top:15px}.joe_comment .comment-list__item-contain .term{display:flex;margin-bottom:15px}.joe_comment .comment-list__item-contain .term .avatar{border:1px solid var(--classD);border-radius:50%;height:48px;margin-right:15px;-o-object-fit:cover;object-fit:cover;padding:3px;width:48px}.joe_comment .comment-list__item-contain .term .content{border-bottom:1px solid var(--classC);flex:1;min-width:0;padding-bottom:15px}.joe_comment .comment-list__item-contain .term .content .user{align-items:center;color:var(--main);display:flex;line-height:20px;margin-bottom:8px}.joe_comment .comment-list__item-contain .term .content .user .author{margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joe_comment .comment-list__item-contain .term .content .user .author a{color:#409eff}.joe_comment .comment-list__item-contain .term .content .user .owner{background:var(--theme);border-radius:2px;color:#fff;flex-shrink:0;font-style:normal;padding:0 5px}.joe_comment .comment-list__item-contain .term .content .user .agent{color:var(--minor);font-size:12px;margin-left:auto}.joe_comment .comment-list__item-contain .term .content .user .waiting{color:#e6a23c;font-style:normal}.joe_comment .comment-list__item-contain .term .content .substance{background:var(--classD);border-radius:0 var(--radius-inner) var(--radius-inner) 10px;color:var(--main);line-height:24px;margin-bottom:8px;padding:12px 15px;width:100%;word-break:break-word}.joe_comment .comment-list__item-contain .term .content .substance .parent{color:#388bff;font-weight:500;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_comment .comment-list__item-contain .term .content .substance .owo_image{height:22px}.joe_comment .comment-list__item-contain .term .content .substance .draw_image{max-width:100%}.joe_comment .comment-list__item-contain .term .content .handle{align-items:center;color:var(--minor);display:flex}.joe_comment .comment-list__item-contain .term .content .handle .date{margin-right:10px}.joe_comment .comment-list__item-contain .term .content .handle .reply{align-items:center;color:var(--main);cursor:pointer;display:flex;font-size:13px;transition:color .35s}.joe_comment .comment-list__item-contain .term .content .handle .reply .icon{margin-right:5px}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover{color:var(--theme)}.joe_comment .comment-list__item-contain .term .content .handle .reply:hover .icon{fill:var(--theme)}.joe_comment .comment-list__item-children{padding-left:63px}.joe_comment .comment-list__item-children .comment-list__item-children{padding-left:0}.joe_comment .comment-list__item .joe_comment__respond{animation:showComment .5s;margin-bottom:15px;margin-left:63px}.joe_comment .comment-list .comment-list{padding-top:0}.joe_comment .comment-list-end{align-items:center;display:flex;justify-content:center;margin-top:15px}.joe_comment .comment-list-end .load-more-btn{align-items:center;background-color:var(--theme);border-radius:40px;color:#fff;display:flex;height:40px;padding:0 20px}.joe_comment .comment-list-end .load-more-btn:hover{cursor:pointer}.joe_comment .comment-list-end .load-more-end{color:var(--main)}.joe_comment .comment-list-end .loading-container{align-items:center;display:flex;height:60px}.joe_comment .comment-list-end .loading-container .loading{animation:rectangle 1s ease-in-out -.2s infinite;background-color:var(--theme);display:block;height:10px;position:relative;width:6px}.joe_comment .comment-list-end .loading-container .loading:after,.joe_comment .comment-list-end .loading-container .loading:before{background-color:var(--theme);content:"";height:10px;position:absolute;width:6px}.joe_comment .comment-list-end .loading-container .loading:before{animation:rectangle 1s ease-in-out -.4s infinite;left:-14px}.joe_comment .comment-list-end .loading-container .loading:after{animation:rectangle 1s ease-in-out infinite;right:-14px}.joe_owo__contain{position:relative}.joe_owo__contain .seat{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.joe_owo__contain .box{background:var(--background);border-radius:var(--radius-inner);display:none;margin-top:15px;overflow:hidden;width:100%}.joe_owo__contain .box .scroll{display:none;max-height:200px;overflow-y:auto;overscroll-behavior:none;padding:5px}.joe_owo__contain .box .scroll .item{border-radius:var(--radius-inner);cursor:pointer;display:inline-block;padding:5px;text-align:center;transition:background .25s;width:5.55556%}.joe_owo__contain .box .scroll .item img{max-height:100%;max-width:100%}.joe_owo__contain .box .scroll .item:hover{background:var(--classD)}.joe_owo__contain .box .scroll:nth-child(3) .item{color:var(--routine);width:20%}.joe_owo__contain .box .bar{align-items:center;border-top:1px solid var(--classC);display:flex}.joe_owo__contain .box .bar .item{color:var(--routine);cursor:pointer;line-height:30px;padding:0 10px;transition:background .25s,color .25s}.joe_owo__contain .box .bar .item.active{background:var(--theme);color:#fff}.joe_sort{background-color:var(--classD);border-radius:30px;color:var(--main);margin-top:15px;position:relative}.joe_sort,.joe_sort .btn-container{display:flex;height:30px;width:120px}.joe_sort .btn-container{align-items:center;position:absolute;z-index:10}.joe_sort .btn-container .btn{color:var(--routine);line-height:30px;text-align:center;width:60px}.joe_sort .btn-container .btn.active{color:#fff}.joe_sort .btn-container .btn:hover{cursor:pointer}.joe_sort .slider{background-color:var(--theme);border-radius:30px;height:30px;position:absolute;transition:all .2s;width:60px}.joe_sort .slider.select-asc{left:0}.joe_sort .slider.select-desc{left:60px}@keyframes shaked{2%{transform:translateY(1.5px) rotate(1.5deg)}4%{transform:translateY(-1.5px) rotate(-.5deg)}6%{transform:translateY(1.5px) rotate(-1.5deg)}8%{transform:translateY(-1.5px) rotate(-1.5deg)}10%{transform:translateY(2.5px) rotate(1.5deg)}12%{transform:translateY(-.5px) rotate(1.5deg)}14%{transform:translateY(-1.5px) rotate(1.5deg)}16%{transform:translateY(-.5px) rotate(-1.5deg)}18%{transform:translateY(.5px) rotate(-1.5deg)}20%{transform:translateY(-1.5px) rotate(2.5deg)}22%{transform:translateY(.5px) rotate(-1.5deg)}24%{transform:translateY(1.5px) rotate(1.5deg)}26%{transform:translateY(.5px) rotate(.5deg)}28%{transform:translateY(.5px) rotate(1.5deg)}30%{transform:translateY(-.5px) rotate(2.5deg)}32%,34%{transform:translateY(1.5px) rotate(-.5deg)}36%{transform:translateY(-1.5px) rotate(2.5deg)}38%{transform:translateY(1.5px) rotate(-1.5deg)}40%{transform:translateY(-.5px) rotate(2.5deg)}42%{transform:translateY(2.5px) rotate(-1.5deg)}44%{transform:translateY(1.5px) rotate(.5deg)}46%{transform:translateY(-1.5px) rotate(2.5deg)}48%{transform:translateY(-.5px) rotate(.5deg)}50%{transform:translateY(.5px) rotate(.5deg)}52%{transform:translateY(2.5px) rotate(2.5deg)}54%{transform:translateY(-1.5px) rotate(1.5deg)}56%{transform:translateY(2.5px) rotate(2.5deg)}58%{transform:translateY(.5px) rotate(2.5deg)}60%{transform:translateY(2.5px) rotate(2.5deg)}62%{transform:translateY(-.5px) rotate(2.5deg)}64%{transform:translateY(-.5px) rotate(1.5deg)}66%{transform:translateY(1.5px) rotate(-.5deg)}68%{transform:translateY(-1.5px) rotate(-.5deg)}70%{transform:translateY(1.5px) rotate(.5deg)}72%{transform:translateY(2.5px) rotate(1.5deg)}74%{transform:translateY(-.5px) rotate(.5deg)}76%{transform:translateY(-.5px) rotate(2.5deg)}78%{transform:translateY(-.5px) rotate(1.5deg)}80%{transform:translateY(1.5px) rotate(1.5deg)}82%{transform:translateY(-.5px) rotate(.5deg)}84%{transform:translateY(1.5px) rotate(2.5deg)}86%{transform:translateY(-1.5px) rotate(-1.5deg)}88%{transform:translateY(-.5px) rotate(2.5deg)}90%{transform:translateY(2.5px) rotate(-.5deg)}92%{transform:translateY(.5px) rotate(-.5deg)}94%{transform:translateY(2.5px) rotate(.5deg)}96%{transform:translateY(-.5px) rotate(1.5deg)}98%{transform:translateY(-1.5px) rotate(-.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes showComment{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rectangle{0%,80%,to{box-shadow:0 0 var(--theme);height:20px}40%{box-shadow:0 -20px var(--theme);height:30px}}
