.tim-header{display:flex;height:80px;width:100%;box-sizing:border-box;padding:0 16px;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 0 8px #0000001f;flex-shrink:0;position:relative}.tim-header .tim-header-side{display:flex;align-items:center;height:100%}.tim-header .tim-header-center{position:absolute;height:100%;left:50%;top:0;transform:translate(-50%);display:flex;align-items:center}.tim-header .tim-header-center img{height:28px}.tim-header .tim-header-user{width:36px;height:36px;display:flex;border-radius:50%;cursor:pointer}.tim-header .tim-header-user img{width:36px;height:36px;display:flex;border-radius:50%}.tim-header .header-download{font-size:16px;display:flex;align-items:center;padding:0 10px;border-radius:16px;cursor:pointer;border:4px solid rgba(0,0,0,0);height:48px;box-sizing:border-box;color:#434e4f}.tim-header .header-download:hover,.tim-header .header-download:active{border-color:#728586}.tim-header .header-download>div{margin-left:6px;white-space:nowrap}.tim-bots-page{max-width:540px;width:100%;box-sizing:border-box;padding:0 20px 80px}.tim-bots-page .tim-bots-loading{display:flex;align-items:center;justify-content:center;height:100px;padding-top:50px}.tim-bots-page .bots-section-title{font-weight:700;font-size:20px;margin-top:32px}.tim-bots-page .talk-bot-container{height:170px;background:#ecf1f4;border-radius:16px;margin-top:20px;display:flex;align-items:flex-end;cursor:pointer}.tim-bots-page .talk-bot-avatar{width:160px;height:160px}.tim-bots-page .talk-bot-content{height:100%;flex:1;display:flex;flex-direction:column;justify-content:center;position:relative}.tim-bots-page .talk-bot-content .talk-bot-header{display:flex}.tim-bots-page .talk-bot-content .bot-title{font-size:18px;font-weight:700}.tim-bots-page .talk-bot-content .bot-tag{background:#1b7373;border-radius:8px;height:24px;display:flex;align-items:center;color:#fff;padding:0 10px;font-weight:700;position:absolute;right:16px;top:16px}.tim-bots-page .talk-bot-content .bot-desc{margin-top:8px;opacity:.8;max-height:38px;line-height:19px;overflow:hidden;padding-right:16px;font-weight:500}.tim-bots-page .talk-bot-content .start-button{background:#00b2b2;font-weight:700;height:42px;font-size:16px;border-radius:12px;width:110px;padding:0;margin-top:8px}.tim-bots-page .talk-bot-content .unlock-button{width:90px}.tim-bots-page .welcome-bot-container{background:#00b2b2;color:#fff}.tim-bots-page .welcome-bot-container .start-button{background:#fff;color:#00b2b2}.tim-bots-page .free-tip-container{height:144px;background:#ecf1f4;border-radius:16px;margin-top:24px;display:flex;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}.tim-bots-page .free-tip-container .free-tip-text{font-weight:500;font-size:15px;opacity:.8}.tim-bots-page .free-tip-container .free-tip-activity{color:#ff5900;margin-top:4px}.tim-bots-page .free-tip-container .upgrade-btn{background:#00b2b2;font-weight:700;height:42px;font-size:16px;border-radius:12px;padding:0 20px;margin-top:16px}@media screen and (max-width:700px){.tim-bots-page .talk-bot-container{height:144px}.tim-bots-page .talk-bot-avatar{width:130px;height:130px}}.tim-sentence-review .review-text{min-height:50px;box-sizing:border-box;white-space:pre-wrap;background:#00b2b2;color:#fff;border-radius:15px;padding:12px 20px;line-height:26px;position:relative;font-weight:500;font-size:15px}.tim-sentence-review .review-result{line-height:26px;font-size:15px;padding:20px 12px 12px;min-height:100px;white-space:pre-wrap}.tim-sentence-review .review-loading,.tim-sentence-review .review-failed{height:100px;align-items:center;display:flex;justify-content:center;opacity:.85}.tim-chat-container{width:100%;display:flex;justify-content:center}.tim-chat-messages{width:100%;display:flex;flex-direction:column;max-width:750px;box-sizing:border-box}.tim-msg-container{margin:12px 48px 12px 0;display:flex;flex-direction:column;animation:msg-show .5s}@keyframes msg-show{0%{opacity:0}to{opacity:1}}.tim-msg-container.tim-msg-user{margin:12px 0 12px 48px;align-items:flex-end}.tim-msg-container.tim-msg-user .tim-msg-text-wrapper{justify-content:flex-end}.tim-msg-container.tim-msg-user .tim-msg-text{border-radius:16px 5px 16px 16px;background:#00b2b2;color:#fff}.tim-msg-container .tim-msg-text-wrapper{display:flex}.tim-msg-container .tim-msg-text{min-height:50px;box-sizing:border-box;line-height:26px;font-size:15px;white-space:pre-wrap;position:relative;padding:12px 20px;border-radius:5px 16px 16px;-webkit-font-smoothing:initial;background:#ecf1f4;display:inline-block;cursor:pointer}.tim-msg-container .tim-msg-processing{height:26px;display:flex;align-items:center;opacity:.8}.tim-msg-container .tim-msg-translated{border-top:2px solid rgba(0,0,0,.1);margin-top:10px;padding-top:10px}.tim-msg-container .tim-msg-translated .tim-msg-translate-loader{display:flex;height:26px;align-items:center}.tim-msg-container .tim-msg-operations{color:#777;transition:opacity .15s;margin-top:8px;display:flex}.tim-msg-container .tim-msg-operations>div{height:32px;padding:0 14px;display:flex;align-items:center;justify-content:center;margin:0 8px;cursor:pointer;background:#ecf1f4;border-radius:16px;color:#728586;-webkit-user-select:none;user-select:none}.tim-msg-container .tim-msg-operations>div span{margin-left:4px}.tim-msg-container .tim-msg-operations>div:active{background:#dce5eb}.tim-msg-container .tim-msg-operations .option-listen-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;overflow:hidden;position:relative}.tim-msg-container .tim-msg-operations .option-listen-icon svg{position:absolute;left:0;top:0}.tim-msg-container .tim-msg-operations .option-listen-icon .option-listening1{animation:option-listening1 1s infinite}.tim-msg-container .tim-msg-operations .option-listen-icon .option-listening2{animation:option-listening2 1s infinite}@keyframes option-listening1{0%{opacity:0}33%{opacity:0}34%{opacity:1}}@keyframes option-listening2{0%{opacity:0}66%{opacity:0}67%{opacity:1}}@media screen and (max-width:450px){.tim-msg-container{margin-right:20px}.tim-msg-container.tim-msg-user{margin-right:0;margin-left:20px}}.tim-tutorial-app{position:fixed;width:100%;height:100%;left:0;top:0;z-index:5;background:#fff;display:flex}.tim-tutorial-app .tim-tutorial-close{position:absolute;left:16px;top:16px;height:48px;width:48px;border-radius:16px;box-shadow:0 12px 24px #00000024;display:flex;align-items:center;justify-content:center;cursor:pointer;border:4px solid transparent;box-sizing:border-box;transition:border-color .2s;color:#728586;background:#fff;z-index:1}.tim-tutorial-app .tim-tutorial-close:hover{border-color:#728586}.tim-tutorial-app .tim-tutorial-page{width:100%;height:100%;overflow:auto}.tim-tutorial-app .tim-tutorial-center{padding:0 16px 40px;width:100%;max-width:700px;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto}.tim-tutorial-app .tutorial-photo-wrapper{display:flex;align-items:center;margin:100px 0 50px;flex-direction:column}.tim-tutorial-app .tutorial-photo-wrapper div{font-weight:700;font-size:18px;margin-top:12px}.tim-tutorial-app .tim-tutorial-photo{width:132px;height:132px;background-color:#ecf1f4;border-radius:50%}.tim-tutorial-app .tutorial-options{display:flex;flex-direction:column;align-items:flex-end;padding:12px 0}.tim-tutorial-app .tutorial-options div{height:58px;box-sizing:border-box;font-size:15px;padding:0 20px;align-items:center;display:flex;border-radius:16px;font-weight:500;border:2px solid #00b2b2;color:#00b2b2;margin-bottom:8px;cursor:pointer}.tim-tutorial-app .tutorial-options span{opacity:.4;font-weight:500}.tim-tutorial-app .modal-wrapper{max-width:500px;width:100%;box-sizing:border-box}.tim-tutorial-app .tutorial-finish-modal{display:flex;padding:50px 0;flex-direction:column;align-items:center}.tim-tutorial-app .tutorial-finish-modal .finish-icon{color:#00b2b2}.tim-tutorial-app .tutorial-finish-modal .finish-text{font-size:16px;font-weight:500;margin:24px 0;text-align:center;line-height:24px}.tim-tutorial-app .tutorial-finish-modal .button{background:#00b2b2;font-size:16px;font-weight:500;height:48px;width:160px;border-radius:12px}.tim-chat-recorder{position:absolute;width:100%;height:100%;left:0;top:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#fff}.tim-chat-recorder .recorder-wrapper{display:flex;justify-content:center;align-items:center;flex:1}.tim-chat-recorder .recorder-progress{height:48px;padding:0 8px;background-color:#00b2b2;border-radius:36px;display:flex;align-items:center;width:152px}.tim-chat-recorder .recorder-icon{width:38px;height:38px;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.tim-chat-recorder .recorder-content{color:#fff}.tim-chat-recorder .recorder-display{display:flex;align-items:center}.tim-chat-recorder .recorder-wave{display:flex;align-items:flex-end;height:10px}.tim-chat-recorder .recorder-wave div{margin-left:2px;width:2px;height:4px;background:#fff;animation:record-wave 1s infinite;border-radius:1px}.tim-chat-recorder .recorder-wave div:nth-child(18){animation-delay:0s}.tim-chat-recorder .recorder-wave div:nth-child(17){animation-delay:.1s}.tim-chat-recorder .recorder-wave div:nth-child(16){animation-delay:.2s}.tim-chat-recorder .recorder-wave div:nth-child(15){animation-delay:.3s}.tim-chat-recorder .recorder-wave div:nth-child(14){animation-delay:.4s}.tim-chat-recorder .recorder-wave div:nth-child(13){animation-delay:.5s}.tim-chat-recorder .recorder-wave div:nth-child(12){animation-delay:.6s}.tim-chat-recorder .recorder-wave div:nth-child(11){animation-delay:.7s}.tim-chat-recorder .recorder-wave div:nth-child(10){animation-delay:.8s}.tim-chat-recorder .recorder-wave div:nth-child(9){animation-delay:0s}.tim-chat-recorder .recorder-wave div:nth-child(8){animation-delay:.1s}.tim-chat-recorder .recorder-wave div:nth-child(7){animation-delay:.2s}.tim-chat-recorder .recorder-wave div:nth-child(6){animation-delay:.3s}.tim-chat-recorder .recorder-wave div:nth-child(5){animation-delay:.4s}.tim-chat-recorder .recorder-wave div:nth-child(4){animation-delay:.5s}.tim-chat-recorder .recorder-wave div:nth-child(3){animation-delay:.6s}.tim-chat-recorder .recorder-wave div:nth-child(2){animation-delay:.7s}.tim-chat-recorder .recorder-wave div:nth-child(1){animation-delay:.8s}@keyframes record-wave{0%{height:4px}30%{height:7px}60%{height:4px}to{height:4px}}.tim-chat-recorder .recorder-seconds{margin-left:10px}.tim-chat-recorder .recorder-side-btn{border-radius:50%;width:42px;height:42px;margin:0 12px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#728586;background-color:#ecf1f4;cursor:pointer}.tim-chat-recorder .recorder-side-btn:active{background:#dce5eb}.tim-chat-recorder .recorder-right{color:#00b2b2;transform:rotate(90deg)}.tim-chat-translate textarea{border-radius:12px;box-sizing:border-box;width:100%;resize:none;border:0;background-color:#ecf1f4;padding:12px 16px;font-size:15px;line-height:24px;min-height:48px;margin:0;display:flex;font-weight:500}.tim-chat-translate .translate-btn-wrapper{display:flex;justify-content:center;padding:20px 0}.tim-chat-translate .translate-btn-wrapper .button{font-weight:500;font-size:15px;padding:0;height:46px;width:180px;border-radius:12px;background:#00b2b2}.tim-chat-translate .translate-result{min-height:30px}.tim-chat-translate .translating-loader{height:30px;display:flex;justify-content:center;align-items:center}.tim-chat-translate .translated-text{font-weight:500;border-top:2px solid rgba(0,0,0,.1);padding-top:20px;font-size:16px}.tim-chat-translate .translate-buttons{display:flex;justify-content:space-between;margin-top:20px}.tim-chat-translate .translate-buttons section{display:flex;align-items:center}.tim-chat-translate .translate-buttons div{display:flex;align-items:center;background:#ecf1f4;height:32px;border-radius:16px;padding:0 16px;color:#728586;margin-right:12px;font-weight:500;cursor:pointer}.tim-chat-translate .translate-buttons div:active{background:#dce5eb}.tim-chat-tutor .tutor-header{display:flex;align-items:center;font-size:16px;font-weight:500}.tim-chat-tutor .tutor-header img{width:56px;height:56px;border-radius:50%;background:#ecf1f4;margin-right:16px}.tim-chat-tutor .tutor-split{display:flex;align-items:center;margin:16px 0}.tim-chat-tutor .tutor-split div{height:2px;background:#0000001a;flex:1}.tim-chat-tutor .tutor-split span{display:flex;margin:0 12px;font-size:15px;font-weight:500;opacity:.5}.tim-chat-tutor .tutor-msg-container{display:flex}.tim-chat-tutor .tutor-msg-container.msg-user-action{justify-content:flex-end}.tim-chat-tutor .tutor-msg-container.msg-user-action .tutor-msg-text{border-radius:16px 5px 16px 16px;background:#00b2b2;color:#fff;margin:12px 0 12px 20px}.tim-chat-tutor .tutor-msg-text{min-height:50px;box-sizing:border-box;line-height:26px;font-size:15px;white-space:pre-wrap;position:relative;padding:12px 20px;border-radius:5px 16px 16px;-webkit-font-smoothing:initial;background:#ecf1f4;display:inline-block;margin:12px 20px 12px 0}.tim-chat-tutor .tutor-processing{height:26px;display:flex;align-items:center;opacity:.8}.tim-chat-tutor .tutor-options{display:flex;flex-direction:column;align-items:flex-end;padding:12px 0}.tim-chat-tutor .tutor-options div{height:50px;box-sizing:border-box;font-size:15px;padding:0 20px;align-items:center;display:flex;border-radius:16px;font-weight:500;border:2px solid #00b2b2;color:#00b2b2;margin-bottom:8px;cursor:pointer}.tim-chat-tutor .tutor-options span{opacity:.4;font-weight:500}.tim-chat-tutor .tutor-no-msg{font-size:15px;padding:35px 0}.tim-chat{position:fixed;width:100%;height:100%;left:0;top:0;z-index:5;background:#fff}.tim-chat .tim-chat-close{position:absolute;left:16px;top:16px;height:48px;width:48px;border-radius:16px;box-shadow:0 12px 24px #00000024;display:flex;align-items:center;justify-content:center;cursor:pointer;border:4px solid transparent;box-sizing:border-box;transition:border-color .2s;color:#728586;background:#fff;z-index:1}.tim-chat .tim-chat-close:hover{border-color:#728586}.tim-chat .modal-wrapper{max-width:580px;width:100%;max-height:80%;box-sizing:border-box;display:flex;flex-direction:column}.tim-chat .modal-wrapper .modal-content{overflow:auto;flex:1}.tim-chat .tim-chat-modal-title{display:flex;align-items:center;font-weight:500}.tim-chat .tim-chat-modal-title svg{margin-right:6px}.tim-chat .tim-chat-modal-title .title-emoji{margin-right:6px;font-size:20px}.tim-chat .tim-chat-modal-title .title-emoji img{width:16px;height:16px}.tim-chat-welcome{width:100%;height:100%;flex:1;align-items:center;justify-content:center;display:flex;flex-direction:column;padding:0 20px;box-sizing:border-box}.tim-chat-welcome .welcome-bot{display:flex;flex-direction:column;align-items:center;animation:welcome-bot-show .5s}@keyframes welcome-bot-show{0%{transform:translateY(12px);opacity:.3}to{transform:translateY(0);opacity:1}}.tim-chat-welcome .bot-avatar{width:140px;height:140px;background-color:#ecf1f4;border-radius:50%}.tim-chat-welcome .bot-title{font-size:24px;font-weight:700;margin-top:20px}.tim-chat-welcome .bot-tag{background:#1b7373;border-radius:8px;height:24px;display:flex;align-items:center;color:#fff;padding:0 10px;font-weight:700;margin-top:12px}.tim-chat-welcome .bot-intro{font-weight:500;margin-top:16px;font-size:16px}.tim-chat-welcome .start-chat{background:#00b2b2;font-weight:700;height:48px;font-size:16px;border-radius:16px;width:200px;padding:0;margin-top:32px}.tim-chat-view{flex:1;height:100%;width:100%;display:flex;flex-direction:column}.tim-chat-view .tim-chat-header{display:flex;height:80px;width:100%;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 0 8px #0000001f;flex-shrink:0;position:relative}.tim-chat-view .chat-header-left{display:flex;height:100%;align-items:center}.tim-chat-view .chat-header-left .header-close{height:48px;width:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:4px solid transparent;box-sizing:border-box;transition:border-color .2s;color:#728586;margin-left:16px}.tim-chat-view .chat-header-left .header-close:hover{border-color:#728586}.tim-chat-view .chat-header-left .bot-avatar{width:56px;height:56px;background-color:#ecf1f4;border-radius:50%;margin-left:16px}.tim-chat-view .chat-header-left .bot-title{font-size:18px;font-weight:700;margin-left:16px}.tim-chat-view .tim-chat-body{flex:1;overflow:auto;display:flex;flex-direction:column;align-items:center}.tim-chat-view .tim-chat-body-content{padding:24px 16px;width:100%;box-sizing:border-box;display:flex;justify-content:center}.tim-chat-view .tim-chat-footer{flex-shrink:0;position:relative;-webkit-user-select:none;user-select:none}.tim-chat-view .tim-chat-footer:before{content:"";display:block;height:10px;width:100%;box-shadow:0 0 6px #0000001a;position:absolute;left:0;top:0}.tim-chat-view .tim-chat-footer .tim-chat-footer-wrapper{position:relative;min-height:72px;display:flex;padding:12px;box-sizing:border-box;align-items:center;background:#fff;justify-content:center}.tim-chat-view .tim-chat-footer .tim-chat-footer-center{width:100%;max-width:760px}.tim-chat-view .tim-chat-footer .tim-chat-footer-controls{width:100%;display:flex;align-items:center}.tim-chat-view .tim-chat-footer .tim-footer-btn{border-radius:50%;width:42px;height:42px;margin-left:10px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#728586;background-color:#ecf1f4;cursor:pointer}.tim-chat-view .tim-chat-footer .tim-footer-btn:active{background:#dce5eb}.tim-chat-view .tim-chat-footer .tim-footer-center{flex:1}.tim-chat-view .tim-chat-footer textarea{border-radius:12px;box-sizing:border-box;width:100%;resize:none;border:0;background-color:#ecf1f4;padding:12px 16px;font-size:15px;line-height:24px;min-height:48px;margin:0;display:flex;font-weight:500}.tim-chat-view .tim-chat-footer textarea::-webkit-input-placeholder{color:#999}.tim-chat-view .tim-chat-footer textarea::-moz-placeholder{color:#999}.tim-chat-view .tim-chat-footer textarea::-ms-input-placeholder{color:#999}.tim-chat-view .tim-chat-footer textarea.tim-chat-ruler{position:absolute;height:auto;opacity:0;top:400px;pointer-events:none}.tim-chat-view .tim-chat-footer .tim-record-btn{display:flex;align-items:center;justify-content:center;height:48px;font-weight:500;font-size:15px;border-radius:12px;background-color:#ecf1f4;color:#444;cursor:pointer}.tim-chat-view .tim-chat-footer .tim-record-btn:active{background:#dce5eb}.tim-chat-view .tim-chat-footer .tim-record-btn span{margin-left:4px}.tim-chat-view .tim-chat-footer-tools{display:flex;align-items:center;margin-top:12px}.tim-chat-view .tim-chat-footer-tools>div{display:flex;align-items:center;background:#ecf1f4;height:32px;border-radius:16px;padding:0 16px;color:#728586;margin-right:12px;font-weight:500;cursor:pointer}.tim-chat-view .tim-chat-footer-tools>div:active{background:#dce5eb}.tim-chat-view .tim-chat-footer-tools>div span{margin-right:5px;font-size:16px}.tim-chat-view .tim-chat-footer-tools>div img{width:15px;height:15px;margin-right:5px}.tim-chat-view .tim-chat-msg-loading{display:flex;height:80px;align-items:center;text-align:center}.tim-chat-limited-modal .modal-wrapper{max-width:500px}.tim-chat-limited-modal .tim-chat-limited-content{display:flex;padding:50px 0;flex-direction:column;align-items:center}.tim-chat-limited-modal .tim-chat-limited-content .finish-icon{color:#f4bc41}.tim-chat-limited-modal .tim-chat-limited-content .finish-text{font-size:16px;font-weight:500;margin:24px 0;text-align:center;line-height:24px;white-space:pre-wrap}.tim-chat-limited-modal .tim-chat-limited-content .button{background:#00b2b2;font-size:16px;font-weight:500;height:48px;width:160px;border-radius:12px}.tim-welcome-header{padding:0 16px;height:90px;display:flex;width:100%;box-sizing:border-box;justify-content:space-between;align-items:center;flex-shrink:0}.tim-welcome-header .welcome-logo{height:40px}.tim-welcome-header .welcome-header-side{display:flex;align-items:center}.tim-welcome-header .header-pricing-link{font-size:15px;font-weight:500;margin-right:28px;padding:2px 8px;border-bottom:1px solid transparent;border-top:1px solid transparent;cursor:pointer}.tim-welcome-header .header-pricing-link:hover{border-bottom:1px solid #666}.tim-welcome-header .header-start-btn{font-size:15px;font-weight:500;background:#00b2b2}@media screen and (max-width:550px){.tim-welcome-header .header-pricing-link{display:none}}.tim-welcome-container{display:flex;flex-direction:column;flex:1;width:100%;height:100%;overflow:auto;padding:0 20px;box-sizing:border-box;align-items:center}.tim-welcome-container .welcome-body{max-width:1000px;width:100%;display:flex;flex-direction:column}.tim-welcome-container .welcome-banner{padding:50px 0 70px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1)}.tim-welcome-container .welcome-banner .banner-left{padding-right:70px}.tim-welcome-container .welcome-banner .banner-left .start-btn{height:50px;border-radius:8px;font-size:20px;font-weight:700;margin:40px 0 0;width:340px;background:#00b2b2}.tim-welcome-container .welcome-banner .banner-left .download-btn{background:transparent;color:inherit;border:1px solid rgba(0,0,0,.16);margin-top:24px}.tim-welcome-container .welcome-banner .banner-left .download-btn svg{margin-right:12px}.tim-welcome-container .welcome-banner .banner-left .banner-text{font-size:18px;line-height:1.5;font-weight:500;white-space:pre-wrap;margin-top:40px}.tim-welcome-container .welcome-banner .banner-slogan{font-size:46px;flex:1;font-weight:500}.tim-welcome-container .welcome-banner .banner-slogan div,.tim-welcome-container .welcome-banner .banner-slogan-desc{padding:4px 0}.tim-welcome-container .welcome-banner .banner-cut{width:360px;flex-shrink:0;height:100%;display:flex;align-items:center;justify-content:center;background:#00b2b2;border-radius:25px;box-shadow:0 10px 20px #0000001a}.tim-welcome-container .welcome-banner .banner-cut img{width:100%;height:585px;background:#fff;border-radius:25px;margin-top:32px}.tim-welcome-container .improve-title{text-align:center;font-weight:500;font-size:24px;padding-top:70px}.tim-welcome-container .wel-block{padding-top:70px;display:flex;justify-content:center}.tim-welcome-container .wel-block h1{font-size:36px;font-weight:500;margin:36px 0}.tim-welcome-container .wel-block h2{font-size:18px;font-weight:500;margin:5px 0}.tim-welcome-container .wel-block .block-content{display:flex;align-items:center;max-width:800px;width:100%}.tim-welcome-container .wel-block .block-text{font-size:16px;line-height:1.5;padding:32px;white-space:pre-wrap;flex:1;box-sizing:border-box}.tim-welcome-container .wel-block .block-preview{width:320px;height:320px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#ecf1f4;border-radius:16px}.tim-welcome-container .wel-block .block-preview img{max-width:100%;max-height:100%;border-radius:12px;box-shadow:0 8px 16px #0000000f}.tim-welcome-container .wel-wx-group{border-top:1px solid rgba(0,0,0,.1);margin-top:70px}.tim-welcome-container .wx-group-title{text-align:center;font-weight:500;font-size:24px;padding-top:70px}.tim-welcome-container .wx-group-content{display:flex;flex-direction:column;align-items:center}.tim-welcome-container .wx-group-content img{width:200px;margin:20px 0}.tim-welcome-container .wx-group-content div{font-size:15px}.tim-welcome-container .welcome-footer{font-size:16px;padding:80px 0;margin-top:80px;border-top:1px solid rgba(0,0,0,.06);width:100%}.tim-welcome-container .welcome-footer .wel-footer-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;line-height:1.45}.tim-welcome-container .welcome-footer .wel-footer-icp{margin-top:40px;display:flex;justify-content:center}.tim-welcome-container .welcome-footer .wel-footer-icp a{font-size:15px}.tim-welcome-container .welcome-footer a{color:inherit;padding:0 10px}.tim-welcome-container .welcome-footer span,.tim-welcome-container .welcome-footer div{padding:0 10px}@media screen and (max-width:900px){.tim-welcome-container .tim-welcome-header{padding:0}.tim-welcome-container .welcome-banner{flex-direction:column;align-items:center}.tim-welcome-container .welcome-banner .banner-left{padding-right:0;display:flex;flex-direction:column;align-items:center;text-align:center}.tim-welcome-container .welcome-banner .banner-slogan{font-size:42px}.tim-welcome-container .welcome-banner .banner-cut{width:340px;height:584px;margin-top:40px}.tim-welcome-container .welcome-banner .banner-cut img{width:340px;height:552px}.tim-welcome-container .wel-block .block-content{flex-direction:column}}@media screen and (max-width:500px){.tim-welcome-container .welcome-banner .banner-slogan{font-size:30px}.tim-welcome-container .welcome-banner .banner-left .start-btn{width:300px;font-size:18px}.tim-welcome-container .wel-block .block-content{flex-direction:column}.tim-welcome-container .wel-block .block-content .block-preview{width:300px;padding:24px}.tim-welcome-container .wel-block .block-content .block-text{text-align:center;padding-left:0;padding-right:0}}.tim-settings{position:fixed;width:100%;height:100%;left:0;top:0;z-index:5;background:#fff;display:flex;flex-direction:column}.tim-settings .tim-settings-header{display:flex;height:80px;width:100%;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 0 8px #0000001f;flex-shrink:0;position:relative}.tim-settings .tim-settings-close{height:48px;width:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:4px solid transparent;box-sizing:border-box;transition:border-color .2s;color:#728586;margin-left:16px}.tim-settings .tim-settings-close:hover{border-color:#728586}.tim-settings .tim-settings-body{flex:1;overflow:auto}.tim-login-win{position:fixed;width:100%;height:100%;left:0;top:0;z-index:5;background:#fff;display:flex;flex-direction:column}.tim-login-win .tim-login-header{display:flex;height:80px;width:100%;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 0 8px #0000001f;flex-shrink:0;position:relative}.tim-login-win .tim-login-close{height:48px;width:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:4px solid transparent;box-sizing:border-box;transition:border-color .2s;color:#728586;margin-left:16px}.tim-login-win .tim-login-close:hover{border-color:#728586}.tim-login-win .tim-login-page{width:100%;height:100%;box-sizing:border-box;flex:1;display:flex;flex-direction:column;align-items:center;overflow:auto;padding:10px 0 0}.tim-login-win .tim-login-page .login-footer{padding-bottom:24px}.tim-login-win .tim-login-page .login-footer a{color:#666}.tim-login-win .tim-login-page .login-footer span{margin:0 12px}.tim-login-win .tim-login-page .login-footer .footer-links{display:flex;justify-content:center;margin-top:4px}.tim-login-win .tim-login-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;max-width:360px}.tim-login-win .tim-login-wrapper .page-title{margin:0}.tim-login-win .tim-login-wrapper .page-title img{height:50px}.tim-login-win .tim-login-wrapper h3{margin:30px 0 16px}.tim-login-win .tim-login-wrapper .login-logo{display:flex}.tim-login-win .tim-login-wrapper .login-logo img{height:42px}html{height:100%;overflow:hidden}body{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#tim-app-container,.tim-index-app{display:flex;flex-direction:column;flex:1;width:100%;height:100%}.tim-index-body{flex:1;overflow:auto;display:flex;flex-direction:column;align-items:center}.tim-partners{width:10px;height:1px;overflow:hidden;position:absolute;bottom:0;right:0}
