.markdown-body img{max-width:100%}.markdown-body ul{list-style:none}.markdown-body ul li:before{content:"\2022";color:#5273de;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.markdown-body ol,.markdown-body p,.markdown-body ul{color:rgba(0,0,0,.65)}.markdown-body.ghost ol,.markdown-body.ghost p,.markdown-body.ghost ul,.markdown-body.ghost ul li:before{color:#fff}.like-button-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50px;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:10%;margin-right:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.like-button-simple,.like-button-simple .fa{-webkit-transition:color .1s linear 0s,background-color .1s linear 0s,opacity .2s linear 0s!important;transition:color .1s linear 0s,background-color .1s linear 0s,opacity .2s linear 0s!important}.like-button-simple .fa{font-size:large}.like-button-simple:hover{background-color:#e6e6e6}.like-button-simple.active{background-color:#a196cb;color:#fff}.like-button-simple.active .fa{color:#fff}

/*!*
Copyright (c) 2013 Grady Kuhnline

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**/.ninechapter-avatar{position:relative;display:inline-block}.ninechapter-avatar .avatar,.ninechapter-avatar .upload-avatar{background-size:cover;background-repeat:no-repeat;width:100px;height:100px;border-radius:50%;border:1px solid #eee;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ninechapter-avatar .upload-avatar{cursor:pointer;-webkit-animation:editor-show .8s;animation:editor-show .8s}.ninechapter-avatar .upload-avatar:hover .avatar-layer{opacity:1}.ninechapter-avatar .upload-avatar .avatar-layer{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;-webkit-transition:all .4s;transition:all .4s;color:#fff;background-color:rgba(0,0,0,.6);width:98px;height:98px;border-radius:50%;font-size:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ninechapter-avatar .upload-avatar .avatar-layer .fa-camera{margin-right:2px;height:10px}@-webkit-keyframes editor-show{0%{opacity:0}to{opacity:1}}@keyframes editor-show{0%{opacity:0}to{opacity:1}}.ninechapter-avatar .avatar-status{position:absolute;bottom:-3px;right:-3px;border-radius:50%;width:12px;height:12px;-webkit-transition:all .3s;transition:all .3s}.ninechapter-avatar .avatar-status.danger{background:#f55753}.ninechapter-avatar .avatar-status.success{background:#10cfbd}.ninechapter-avatar .avatar-status.info{background:#3b4752}.reply-comment-count{font-weight:700;padding:10px;border-bottom:1px solid #d9d9d9}.comment-box{margin-top:20px;border:1px solid #d9d9d9;border-radius:5px}.reply-comment-list{padding:0 10px;border-bottom:1px solid #d9d9d9}.reply-comment-item{padding:10px;border-bottom:1px solid #d9d9d9}.reply-comment-item .reply-comment-user{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.reply-comment-item .reply-comment-user .avatar{height:35px;width:35px;margin-right:10px}.reply-comment-item .reply-comment-user .reply-comment-user-info .name{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#5273de;font-weight:700;line-height:20px}.reply-comment-item .reply-comment-user .reply-comment-user-info .name .reply-to{color:rgba(0,0,0,.45);margin:0 8px}.reply-comment-item .reply-comment-user .reply-comment-user-info .time{color:rgba(0,0,0,.45);font-size:12px;line-height:15px}.reply-comment-item .reply-content{font-weight:400;color:#333}.reply-comment-item .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.reply-comment-item .status .delete-overlay{margin-bottom:20px}.reply-comment-item .status .clickable-label{color:rgba(0,0,0,.45);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:14px;font-weight:500;margin-right:10px}.reply-comment-item .status .clickable-label .fa{margin-right:5px}.reply-comment-item .status .clickable-label:hover{color:#0d0c0c}.reply-comment-item .status .comment-like{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reply-comment-item .status .comment-like .fa{-webkit-transition:all .5s;transition:all .5s;margin-right:5px}.reply-comment-item .status .comment-like.active .fa{color:#5273de}.reply-comment-item .reply-box .reply-editor{margin-bottom:15px;border:1px solid #d9d9d9;border-radius:4px}.reply-comment-item .reply-box .reply-editor .CodeMirror{border:0;padding:2px 7px;min-height:30px;height:auto}.reply-comment-item .reply-box .reply-editor .CodeMirror .CodeMirror-scroll{min-height:30px}.reply-comment-item .reply-box .reply-box-button button{margin-left:10px;padding:5px 15px}.reply-comment-list>*>.reply-comment-item:last-child{border-bottom:0}.comment-pagination-button{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #d9d9d9}.comment-editor-box{padding:15px 10px}.comment-editor-box .comment-words-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap}.comment-editor-box .comment-words-container .comment-editor{width:100%;border:1px solid #d9d9d9;border-top-right-radius:4px;border-bottom-right-radius:4px}.comment-editor-box .comment-words-container .comment-editor .CodeMirror{padding:3px 8px;border:0;min-height:28px;height:auto!important}.comment-editor-box .comment-words-container .comment-editor .CodeMirror .CodeMirror-scroll{min-height:28px;height:auto}.comment-editor-box .comment-words-container .comment-emoji-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:36px;height:37px;font-size:25px;cursor:pointer;border:1px solid #d9d9d9;border-right:0;border-top-left-radius:4px;border-bottom-left-radius:4px;-webkit-transition:all .3s;transition:all .3s}.comment-editor-box .comment-words-container .comment-emoji-btn:hover{color:#5273de}@media (min-width:768px){.comment-editor-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.comment-editor-box .comment-send-button{padding:6px 12px;margin-left:10px;min-height:36px;height:100%}}@media (max-width:767px){.comment-editor-box .comment-words-container{width:100%}.comment-editor-box .comment-send-button{margin-top:10px;width:100%}}.comment-modal .modal-content{height:auto}.comment-modal .comment-modal-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:500px}.comment-modal .comment-modal-header{text-align:center}.comment-modal .comment-modal-header .comment-modal-header-link{position:absolute;left:20px}.comment-modal .comment-modal-header .comment-modal-header-close{position:absolute;line-height:20px;right:20px;color:rgba(0,0,0,.45);cursor:pointer}.comment-modal .comment-modal-header .comment-modal-header-close:hover{color:#0d0c0c}.comment-modal .ant-modal-body{padding:0}.comment-modal .ant-modal-body .comment-modal-body-empty{height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;font-weight:700;color:rgba(0,0,0,.45);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.comment-modal .ant-modal-body .comment-modal-body-empty .fa{font-size:40px;margin-bottom:10px}.comment-modal .ant-modal-body .comment-modal-list{height:500px!important}.comment-modal .ant-modal-body .comment-modal-list>*{padding:0 10px}.comment-modal .ant-modal-body .comment-modal-reply-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:-1px;padding:10px;border-top:1px solid #d9d9d9}.comment-modal .ant-modal-body .comment-modal-reply-box .reply-editor{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid #d9d9d9;border-radius:4px}.comment-modal .ant-modal-body .comment-modal-reply-box .reply-editor .CodeMirror{border:0;padding:2px 7px;min-height:30px;height:auto}.comment-modal .ant-modal-body .comment-modal-reply-box .reply-editor .CodeMirror .CodeMirror-scroll{min-height:30px}.comment-modal .ant-modal-body .comment-modal-reply-box .reply-box-button{padding:6px 12px;margin-left:10px;min-height:36px;height:100%}.comment-box-tip{height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.comment-box-tip .login{color:#5273de;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.comment-box-tip .login:hover{text-decoration:underline}.comment-animat-enter{opacity:.01}.comment-animat-enter.comment-animat-enter-active{opacity:1;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.comment-animat-exit{opacity:1}.comment-animat-exit.comment-animat-exit-active{opacity:.01;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.hljs{display:block;background:#f6f8fa;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-string,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol{color:#0086b3}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#795da3}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.quest-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;overflow:hidden;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(82,115,222,.16);box-shadow:0 3px 6px rgba(82,115,222,.16)}.quest-box .quest-box-container{padding:8px 8px 0}.quest-box .quest-box-container .quest-box-header{padding:8px;margin-bottom:8px;border-bottom:1px solid #d9d9d9}.quest-box .quest-box-container .quest-box-header .quest-box-header-title{font-size:16px;color:rgba(0,0,0,.85)}.quest-box .quest-box-container .quest-box-header .quest-box-header-right{float:right;font-size:14px;line-height:22px;vertical-align:middle}.quest-box .quest-box-container .quest-box-content{height:calc(100% - 48px)}.quest-box-footer{cursor:pointer;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f0f5ff}.quest-box-collapsed .quest-box-container{min-height:288px;height:288px}.quest-box-full .quest-box-container{min-height:600px;height:600px}.quest-box-empty{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.quest-box-empty,.quest-box-loading{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quest-item{border-bottom:1px solid #d9d9d9}.quest-item:last-child{border-bottom:1px solid transparent;margin-bottom:8px}.quest-item .quest-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-color:transparent transparent #d9d9d9;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;padding:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 8px}.quest-item .quest-item-content:hover{-webkit-box-shadow:0 3px 6px rgba(68,138,255,.16);box-shadow:0 3px 6px rgba(68,138,255,.16);border-radius:4px}.quest-item .quest-item-content:last-child{border-bottom:1px solid transparent}.quest-item .quest-item-content .quest-item-main{overflow:hidden;margin-right:8px}.quest-item .quest-item-content .quest-item-main .quest-item-title{margin-bottom:0;font-size:12px;color:rgba(0,0,0,.85)}.quest-item .quest-item-content .quest-item-main .quest-item-condition{color:rgba(0,0,0,.45);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quest-item .quest-item-action .quest-item-rewards{margin-bottom:4px;white-space:nowrap}.quest-item .quest-item-action .quest-item-rewards .quest-item-reward{color:rgba(0,0,0,.45);font-size:12px;text-align:center}.quest-item .quest-item-action .quest-item-rewards .quest-item-reward i{color:#ffc53d}.quest-item .quest-item-action .quest-complete-btn{padding:0;height:24px;font-size:12px;width:80px}.quest-item:hover{border-bottom:1px solid transparent}.quest-detail-container{text-align:center}.quest-detail-container .quest-detail-title{font-size:18px;font-weight:700;border-bottom:1px solid #d9d9d9;color:rgba(0,0,0,.85);padding-bottom:16px}.quest-detail-container .quest-detail-item{padding:20px 8px;border-bottom:1px solid #d9d9d9;text-align:left;font-size:14px;font-weight:bolder}.quest-detail-container .quest-detail-item p{margin-bottom:0;font-weight:700;color:rgba(0,0,0,.65)}.quest-detail-container .quest-detail-item .quest-detail-item-title{color:rgba(0,0,0,.45);margin-bottom:8px}.quest-detail-container .quest-detail-item .quest-detail-item-content{margin-left:16px}.quest-detail-container .quest-detail-item .quest-detail-item-content i{color:#fa8c16;margin-right:8px}.quest-detail-container .quest-detail-item-btn{margin-top:24px;width:136px;height:36px}.wechat-bind-modal .wechat-bind-title{font-size:24px;font-weight:bolder;margin-bottom:40px}.wechat-bind-modal .wechat-bind-modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wechat-bind-modal .bind-success-icon{font-size:100px;font-size:120px;-webkit-text-stroke:12px #fff;color:#00d216}.wechat-bind-modal .wechat-bind-follow-img{position:absolute;width:200px;right:5%;height:200px;bottom:32%}.wechat-bind-modal .wechat-bind-success-img{width:300px;height:150px}.wechat-bind-modal .ant-modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wechat-bind-modal .wechat-bind-modal-qrcode{z-index:10}.verify-email-modal .ant-modal-body{padding:30px 50px}.verify-email-modal .ant-tabs-tab{font-size:17px}.verify-email-modal .verify-email-modal-title{font-size:24px;font-weight:bolder}.verify-email-modal .verify-email-modal-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px}.verify-email-modal .verify-email-modal-button{background-color:#5273de;color:#fff;width:120px;height:35px}.verify-email-modal .verify-email-modal-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.07);width:100%;padding:10px;height:75px}.verify-email-modal .verify-email-modal-form .verify-email-modal-input{border:none}.verify-email-modal .verify-email-modal-captcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.07);width:100%;padding:10px;height:140px}.verify-email-modal .verify-email-modal-captcha .verify-email-modal-input{border:none}.dialog .dialog-icon{vertical-align:middle;margin-right:10px;display:inline-block;font-size:2.5em;margin-top:0}.dialog .dialog-icon.confirm{color:#6d5cae}.dialog .dialog-icon.info{color:#48b0f7}.dialog .dialog-icon.warning{color:#f8d053}.dialog .dialog-icon.error{color:#f55753}.dialog .dialog-icon.success{color:#10cfbd}.dialog .dialog-title{vertical-align:middle}.dialog .modal-title{font-size:1.6em}.dialog .modal-body{padding-top:25px;text-align:center}.panel-header-icon.fa-minus-circle{color:#626262}.panel-header-icon{color:rgba(98,98,98,.7);right:13px;top:36%}.panel-heading:hover .panel-header-icon{color:#626262!important}.nc-section{padding-bottom:40px}.nc-section .nc-section-header{padding-bottom:32px}.nc-section .nc-section-title{font-size:28px;color:rgba(0,0,0,.85)}@media screen and (max-width:415px){.nc-section .nc-section-title{font-size:18px}}.nc-section .nc-section-hr{width:32px;border-width:2px;border-color:#5273de;margin:8px auto 0}.nc-section .nc-section-subtitle{color:rgba(0,0,0,.45);font-size:16px;margin-top:16px}@media screen and (max-width:415px){.nc-section .nc-section-subtitle{font-size:12px}}label:before{left:-1px}.rs-img{height:100%;background:no-repeat 50%;background-size:cover;float:left;opacity:.6;width:100%;will-change:opacity;transition:opacity .3s;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s}.rs-loaded{opacity:1}.jz-login-panel .wechat-login-account-img{-webkit-transform:translate(-7px,-7px);transform:translate(-7px,-7px);width:45px;height:45px}.jz-login-panel .wechat-login{position:absolute;z-index:1;-webkit-clip-path:polygon(0 100%,0 0,50% 0,100% 0);clip-path:polygon(0 100%,0 0,50% 0,100% 0);width:85px;height:80px;background:#f2f2f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px}.jz-login-panel .wechat-login :first-child{cursor:pointer}.jz-login-panel .login-panel-body{padding:30px}.jz-login-panel .login-panel-body,.jz-login-panel .login-panel-body .login-panel-qrcode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jz-login-panel .login-panel-body .ant-card-body{padding-bottom:0}.login-modal .ant-modal-body{padding:0}.register-modal .register-title{font-size:24px;font-weight:bolder;margin-bottom:20px}.register-modal .ant-modal-body,.register-modal .register-modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.socket-message-button{margin-left:10px}.socket-message-container{background-color:#fff;border-color:#000;color:#00f}.socket-message-click{color:#00f;text-decoration:underline;cursor:pointer}.socket-message-display{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:60px;z-index:99;opacity:1}.socket-message-loading{margin-left:10px}.notification-nav{width:300px;margin:0 0 0 -150px;padding:0;position:absolute;overflow:hidden;right:0;left:50%;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);border-radius:4px;z-index:2}.notification-nav.show{display:block}.notification-nav.hidden{display:none}.notification-nav:before{display:block;content:"";position:relative;top:1px;left:calc(50% - 8px);width:10px;border:8px solid transparent;border-bottom-color:#f5f5f5}.notification-nav .notification-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:300px;padding:0;list-style:none;overflow:hidden;background-color:#fff;border-radius:4px}.notification-nav .notification-box .notification-box-head{background-color:#f5f5f5}.notification-nav .notification-box .notification-box-head .notification-box-title-tab{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;line-height:40px;width:33.3333333%;margin:0;cursor:pointer;font-size:16px;font-weight:700;-webkit-transition:all .3s;transition:all .3s;color:rgba(0,0,0,.45)}.notification-nav .notification-box .notification-box-head .notification-box-title-tab:after{position:absolute;bottom:0}.notification-nav .notification-box .notification-box-head .notification-box-title-tab:hover{color:#f55753}.notification-nav .notification-box .notification-box-head .notification-box-title-tab:hover:after{margin-top:-3px}.notification-nav .notification-box .notification-box-head .notification-box-title-tab.active{cursor:default;color:#f55753}.notification-nav .notification-box .notification-box-head .notification-box-title-tab.active:after{margin-top:-3px}.notification-nav .notification-box .notification-box-head .unread-hit{top:7px;left:52px;line-height:14px;color:#fff;background-color:#f55753;border-radius:10px;position:absolute;padding:0 5px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.notification-nav .notification-box .notification-box-content{width:100%;height:230px!important}.notification-nav .notification-box .notification-box-content .notification-box-content-empty,.notification-nav .notification-box .notification-box-content .notification-box-content-loading{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(0,0,0,.45)}.notification-nav .notification-box .notification-box-content .notification-box-content-empty{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:20px;font-weight:700}.notification-nav .notification-box .notification-box-content .notification-box-content-empty .fa{font-size:38px;margin-bottom:5px}.notification-nav .notification-box .notification-box-foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px;background-color:#f5f5f5;border-top:1px solid #d9d9d9}.notification-nav .notification-box .notification-box-foot .clickable-label{color:rgba(0,0,0,.45);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:12px;margin-right:10px}.notification-nav .notification-box .notification-box-foot .clickable-label:hover{color:#5273de}.notification-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.notification-item:hover{background-color:#f5f5f5}.notification-item:hover .notification-item-icon-delete{display:block}.notification-item.unread .notification-item-icon{color:#f77975}.notification-item .notification-item-icon{text-align:center;padding-top:5px;max-width:40px;width:15%;color:rgba(0,0,0,.45);-webkit-transition:color .2s;transition:color .2s}.notification-item .notification-item-icon .fa{line-height:24px}.notification-item .notification-item-icon-delete{display:none;border-bottom:1px solid #d9d9d9}.notification-item .notification-item-icon-delete .fa-trash{cursor:pointer}.notification-item .notification-item-icon-delete .fa-trash:hover{color:#5273de}.notification-item .notification-item-main{width:100%;padding:5px 5px 0;border-bottom:1px solid #d9d9d9;color:rgba(0,0,0,.45)}.notification-item .notification-item-main .notification-item-info{line-height:24px}.notification-item .notification-item-main .notification-item-info .notification-item-actor{color:rgba(0,0,0,.85);font-weight:700;margin-right:5px}.notification-item .notification-item-main .notification-item-content{font-size:12px}.notification-item .target-span{margin-left:5px;margin-right:5px;color:#5273de;cursor:pointer}.notification-item .target-span:hover{text-decoration:underline}.user-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:236px;min-height:180px;padding:24px 0 16px;background:#fff;overflow:hidden;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(82,115,222,.16);box-shadow:0 3px 6px rgba(82,115,222,.16)}.user-box .user-box-top{padding:0 16px 16px;margin:0 8px;border-bottom:1px solid #d9d9d9}.user-box .user-box-top .user-box-title{font-size:16px}.user-box .user-box-top .user-box-credit{color:#ffc53d;font-size:12px;margin-bottom:4px}.user-box .user-box-top .user-box-credit a{font-size:12px;color:#ffc53d}.user-box .user-box-top .user-box-credit i{margin-right:4px}.user-box .user-box-top .user-box-subtitle{font-size:12px;color:rgba(0,0,0,.45);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-box .user-box-link{padding:8px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.user-box .user-box-link .user-box-highlight{color:#f5222d!important}.user-box .user-box-link a{font-size:14px;line-height:20px;padding:8px 24px;color:rgba(0,0,0,.65);-webkit-transition:all .3s;transition:all .3s}.user-box .user-box-link a i{margin-right:8px}.user-box .user-box-link a:hover{background:#f0f5ff;color:#5273de}.user-box .user-box-link .user-box-new{position:absolute;margin-top:-2px;color:#fa541c!important}.user-box .user-box-footer{padding:8px 16px;width:100%;text-align:left;background-color:#f5f5f5;border-top:1px solid #d9d9d9}.user-box .user-box-footer a{cursor:pointer;color:rgba(0,0,0,.45)}.user-box .user-box-footer a:hover{color:#5273de}.app-header{position:fixed;top:0;right:0;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-header .app-header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.app-header .app-header-container .app-header-logo{height:100%}.app-header .app-header-container .app-header-logo .app-header-logo-img{height:100%;padding:10px 10px 10px 0}.app-header .app-header-container .app-header-menu{min-width:400px;max-width:400px}.app-header .app-header-container .app-header-menu .ant-menu-submenu-active{color:#fff}.app-header .app-header-container .app-header-menu .ant-menu-item,.app-header .app-header-container .app-header-menu .ant-menu-submenu-title{line-height:52px;padding:0 8px}.app-header .app-header-container .app-header-menu .lintcode .ant-menu-submenu-title{padding-right:2px}.app-header .app-header-container .app-header-menu .offer .ant-menu-submenu-title{padding-left:2px}@media (max-width:1200px){.app-header .app-header-container .app-header-title-right{display:none}}.app-header .app-header-container .app-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;line-height:normal}.app-header .app-header-container .app-header-right li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;margin-left:8px}.app-header .app-header-container .app-header-right li .clickable{color:hsla(0,0%,100%,.65)}.app-header .app-header-container .app-header-right li .clickable:hover{color:#fff}.app-header .app-header-container .app-header-right li .app-header-user-mycourse{color:hsla(0,0%,100%,.65)}.app-header .app-header-container .app-header-right li .app-header-user-mycourse:hover{color:#fff}.app-header .quest-box-menu{width:300px;margin:0 0 0 -150px;padding:0;position:absolute;right:0;left:50%;top:36px;z-index:2;display:block}.app-header .quest-box-menu.hide{display:none}.app-header .quest-box-menu:before{display:block;content:"";position:relative;top:1px;left:calc(50% - 8px);width:10px;border:8px solid transparent;border-bottom-color:#fafafa}.app-header .notifications-menu .notifications-menu-clickable-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.app-header .user-menu{z-index:2;margin-right:0!important;margin-left:10px;padding:0!important;position:relative;width:30px;height:30px;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.app-header .user-menu .user-menu-link{z-index:2;opacity:1!important;padding:0!important;height:100%;width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-header .user-menu .user-menu-link .ninechapter-avatar{position:absolute;top:10px;-webkit-transition:all .3s;transition:all .3s}.app-header .user-menu .user-menu-link .ninechapter-avatar .user-menu-avatar{-webkit-transition:all .3s;transition:all .3s;height:30px;width:30px}.app-header .user-menu .user-box{opacity:0;pointer-events:none;-webkit-transition:all .3s;transition:all .3s;position:absolute;top:52px;right:0}.app-header .user-menu:hover .user-menu-link .ninechapter-avatar{top:30px}.app-header .user-menu:hover .user-menu-link .ninechapter-avatar .user-menu-avatar{height:50px;width:50px}.app-header .user-menu:hover .user-menu-link .ninechapter-avatar .avatar-status{width:15px;height:15px;bottom:0;right:0}.app-header .user-menu:hover .user-box{opacity:1;pointer-events:auto}.app-header .notification-nav{top:36px}.app-header .unread-notifications-count{top:calc(50% - 14px);right:-7px;line-height:14px;color:#fff;background-color:#f5222d;border-radius:10px;position:absolute;padding:0 5px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mb-header-drawer{z-index:1011!important;text-align:center}.mb-header-drawer .mb-header-menu-fullname{font-size:18px}.mb-header-drawer .mb-header-menu-email{margin-top:-20px}.mb-header-drawer .ant-drawer-content-wrapper{width:80%!important}.mb-header-drawer .ant-drawer-body{padding:0}.mb-header-drawer a:active,.mb-header-drawer a:hover{background-color:none}.mb-header-drawer .mb-header-drawer-top{height:192px!important;background-color:#5273de!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.mb-header-drawer .mb-header-drawer-top .mb-header-menu-avatar{width:50px;height:50px}.mb-header-drawer-menu .ant-menu-item .ant-menu-item-active,.mb-header-drawer-menu a:active,.mb-header-drawer-menu a:hover{background-color:#f6f9ff;border-radius:4px}.mb-header-wrapper{position:fixed;top:0;right:0;left:0;z-index:1000;line-height:52px;height:52px;background:#212121;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mb-header-wrapper .mb-header-title{color:#fff;font-size:16px;position:absolute;left:0;right:0;text-align:center}.mb-header-wrapper .mb-header-logo .mb-header-logo-img{width:73px;height:24px}.mb-header-wrapper .anticon svg{color:#fff;font-size:20px}.app-footer .footer-wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:160px;font-size:12px}@media screen and (max-width:768px){.app-footer .footer-wrapper-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:286px}}.app-footer .footer-wrapper-content a{color:hsla(0,0%,100%,.65)}.app-footer .footer-wrapper-content a:hover{color:#5273de}.app-footer .footer-wrapper-content .left-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.app-footer .footer-wrapper-content .left-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.app-footer .footer-wrapper-content .left-wrapper img{width:176px;height:59px;margin-right:32px}@media screen and (max-width:768px){.app-footer .footer-wrapper-content .left-wrapper img{width:96px;height:32px;margin-bottom:26px}}.app-footer .footer-wrapper-content .left-wrapper .content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-footer .footer-wrapper-content .left-wrapper .content-wrapper .select-wrapper .select-home{padding-right:8px;border-right:1px solid #e8e8e8}.app-footer .footer-wrapper-content .left-wrapper .content-wrapper .select-wrapper .select-call{padding:0 8px}.app-footer .footer-wrapper-content .left-wrapper .content-wrapper .select-wrapper .select-join{padding-left:8px;border-left:1px solid #e8e8e8}@media screen and (max-width:768px){.app-footer .footer-wrapper-content .left-wrapper .content-wrapper .select-wrapper [class^=select]{display:block;text-align:center;margin-bottom:16px;padding:0;border:none}}.app-footer .footer-wrapper-content .left-wrapper .content-wrapper .copy-right{color:hsla(0,0%,100%,.65);text-align:center}.app-footer .footer-wrapper-content .right-wrapper{margin-left:auto}.app-footer .footer-wrapper-content .right-wrapper .icon-item{margin-right:24px;color:hsla(0,0%,100%,.65)}.app-footer .footer-wrapper-content .right-wrapper .icon-item:last-child{margin-right:0}.app-footer .footer-wrapper-content .right-wrapper .icon-item:hover{color:#5273de}@media screen and (max-width:768px){.app-footer .footer-wrapper-content .right-wrapper{text-align:center;margin:0 0 16px}}

/*!*
Copyright (c) 2013 Grady Kuhnline

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**/.error-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:95vh}.btn.btn-complete{background-color:#6d5cae;border-color:#6d5cae}.btn.btn-complete:hover{background-color:#8a7dbe;border-color:#8a7dbe}.btn.btn-complete.active,.btn.btn-complete:active{background-color:#584b8d;border-color:#584b8d}

/*!*
Copyright (c) 2013 Grady Kuhnline

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**/.share-btn-group{padding:10px;position:fixed;left:0;top:40%;z-index:10001}.share-btn-group ul{list-style-type:none;padding:0;margin:0}.share-btn-group ul li{padding-left:0;margin-bottom:10px}@media (max-width:767px){.share-btn-group{position:static;margin-top:5px;padding:0}.share-btn-group ul{display:inline-block;margin:0}.share-btn-group ul li{display:inline-block;margin-right:5px}}.share-btn-group a{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;color:#fff!important}.share-btn-group a .anticon,.share-btn-group a .fa{font-size:1.2em}.share-btn-group a.weibo{background-color:#e6162d}.share-btn-group a.weibo:hover{background-color:#c5293a}.share-btn-group a.wechat{background-color:#2dc100}.share-btn-group a.wechat:hover{background-color:#3aa919}.share-btn-group a.twitter{background-color:#1da1f2}.share-btn-group a.twitter:hover{background-color:#2e91ce}.share-btn-group a.facebook{background-color:#3b5998}.share-btn-group a.facebook:hover{background-color:#455b8b}.share-btn-group a.clipboard{background-color:#9e9e9e}.share-btn-group a.clipboard:hover{background-color:#8f8f8f}.share-btn-group a:focus{text-decoration:none}

/*!*
Copyright (c) 2013 Grady Kuhnline

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**/.Select{position:relative}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select-control{background-color:#fff;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:none}.is-searchable.is-open>.Select-control{cursor:text}.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.is-focused:not(.is-open)>.Select-control{border-color:#007eff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1)}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:14px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s linear infinite;animation:Select-animation-spin .4s linear infinite;height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}h1,h2,h3,h4,h5,h6{font-weight:700}p{font-weight:400;font-size:14px;color:#333}.app-container{padding-top:52px}#content-container{-webkit-transition:margin-top .3s linear;transition:margin-top .3s linear}.header.dark{background-color:#191a1c}.react-root{height:100%}.pgn-wrapper[data-position=top] .pgn-simple{text-align:center}.display-inline-block,.pgn-wrapper[data-position=top] .pgn-simple .alert{display:inline-block}.flex-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.vertical-top{vertical-align:top}a.text-info{color:#3b4752}a.text-info:hover{color:#626c75}a.text-info[disabled]{color:#d8dadc}a.text-warning{color:#f8d053}a.text-warning:hover{color:#f9d975}a.text-warning[disabled]{color:#fef6dd}a.text-danger{color:#f55753}a.text-danger:hover{color:#f77975}a.text-danger[disabled]{color:#fddddd}a.text-success{color:#10cfbd}a.text-success:hover{color:#40d9ca}a.text-success[disabled]{color:#cff5f2}.paper-depth-1{-webkit-box-shadow:rgba(0,0,0,.117647) 0 1px 6px,rgba(0,0,0,.117647) 0 1px 4px;box-shadow:0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647)}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inline-block{display:inline-block}.forget-input{font-size:14px}.center-crop{background-size:cover;background-position:50%}.text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body>.pgn-wrapper{z-index:1100}.gradient-nav::-webkit-scrollbar{height:0}.gradient-nav:after{display:none;border-bottom:0;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);position:absolute!important;pointer-events:none;top:0;right:0;width:27%;height:39px;z-index:2}@media (max-width:991px){.gradient-nav:after{display:initial}}.bg-white{background-color:#fff}.bg-dark{background-color:#292929!important}.bg-dark,.bg-dark p,.bg-dark ul{color:#ccc}.bg-dark .presenter-title,.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5{color:#fff}.bg-dark hr{border-color:#999}.bg-dark .breadcrumb{background-color:#292929}.bg-dark .breadcrumb a{color:#fff!important;font-weight:400;opacity:.85}.bg-dark .breadcrumb a:hover{opacity:1}.bg-dark .breadcrumb li{color:#fff!important;font-weight:700}.text-disabled{color:#aaa}.clickable-text{color:#6d5cae;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.clickable-text:hover{color:#8a7dbe}.clickable-text:active{color:#e2deef}.ninechapter-custom-scroll{background-color:transparent}body{font-weight:400;background-color:#f0f2f5!important;overflow-x:hidden}.text-error{color:#f5222d!important}.text-primary{color:#5273de!important}.text-secondary{color:rgba(0,0,0,.45)!important}.bg-primary{background-color:#5273de!important}.page-loading{height:100%;width:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-activity.ant-btn-primary:not([disabled]){border-color:#fa541c;background-color:#fa541c}.btn-activity.ant-btn-primary:not([disabled]):active,.btn-activity.ant-btn-primary:not([disabled]):focus,.btn-activity.ant-btn-primary:not([disabled]):hover{border-color:#ff7a45;background-color:#ff7a45}.tc-video-container{width:100%;height:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tc-video-wrapper{position:relative;width:100%;height:100%;margin:0 auto;z-index:1}.tc-video-wrapper #tc-player{width:100%;max-width:100%;height:0;padding-top:56.25%}.tc-video-wrapper #ali-player{padding-top:56.25%;height:100%!important}.tc-video-wrapper #ali-player video{height:100%!important}.tc-video-wrapper .tcp-quality-switcher-value>p{color:#fff}.tc-video-wrapper .tcp-logo-img{position:relative;left:25px;bottom:15px;height:40px;opacity:.5}.tc-video-wrapper .vjs-error .vjs-error-display:before,.tc-video-wrapper .vjs-errors-dialog .vjs-control.vjs-close-button{display:none}.tc-video-wrapper-reload-button{z-index:10;background:hsla(0,0%,100%,.7);color:#000;border-radius:10px;border:none;-webkit-transition:background .2s linear;transition:background .2s linear;padding:8px 16px;cursor:pointer}.tc-video-wrapper-reload-button:hover{background:hsla(0,0%,100%,.9)}.myadmin-layout{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000}.myadmin-layout-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:64px;position:relative;line-height:64px;-webkit-transition:all .3s;transition:all .3s;overflow:hidden}.myadmin-layout-logo img{display:inline-block;vertical-align:middle;height:44px}.myadmin-layout-logo h1{color:#fff;display:inline-block;vertical-align:middle;font-size:20px;margin:0 0 0 12px;font-family:Myriad Pro,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:400}.myadmin-layout-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:100!important;background:#fafafa!important;padding:0!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3)!important;box-shadow:0 0 5px rgba(0,0,0,.3)!important}.myadmin-layout-header .icon-menu-trigger{font-size:20px;height:64px;cursor:pointer;-webkit-transition:all .3s,padding 0s;transition:all .3s,padding 0s;padding:22px 24px}.myadmin-layout-header .icon-menu-trigger:hover{background:rgba(0,0,0,.025)}.myadmin-layout-content{overflow:auto}.myadmin-generic-content{padding:16px 24px}.admin-header-user-menu{position:absolute;right:100px;width:30px;height:30px}.admin-header-user-menu .admin-header-user-menu-link{z-index:1;height:100%;width:100%;position:relative;top:-10px}.admin-header-user-menu .admin-header-user-menu-link .ninechapter-avatar{position:absolute;top:10px;-webkit-transition:all .3s;transition:all .3s}.admin-header-user-menu .admin-header-user-menu-link .ninechapter-avatar .admin-header-user-menu-avatar{-webkit-transition:all .3s;transition:all .3s;height:30px;width:30px}.admin-header-user-menu .user-box{opacity:0;pointer-events:none;-webkit-transition:all .3s;transition:all .3s;position:absolute;top:42px;right:0;line-height:24px!important}.admin-header-user-menu:hover .admin-header-user-menu-link .ninechapter-avatar{top:30px}.admin-header-user-menu:hover .admin-header-user-menu-link .ninechapter-avatar .admin-header-user-menu-avatar{height:50px;width:50px}.admin-header-user-menu:hover .admin-header-user-menu-link .ninechapter-avatar .avatar-status{width:15px;height:15px;bottom:0;right:0}.admin-header-user-menu:hover .user-box{opacity:1;pointer-events:auto}