:root{ --header:#ffa5d1; --background:#3FEA98; } .common__scale { overflow: hidden; } .common__scale img { overflow: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .common__scale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .common__shadow { border-radius: 2px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--light { border-radius: 2px; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .common__shadow--light.small { box-shadow: 0 1px 3px rgba(50, 100, 191, 0.3); } .common__shadow--dark { border-radius: 2px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--dark.small { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } .common__shadow--light-h { border-radius: 2px; -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .common__shadow--light-h:hover { box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .common__shadow--light-h.small:hover { box-shadow: 0 1px 3px rgba(50, 100, 191, 0.3); } .common__shadow--dark-h { border-radius: 2px; -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .common__shadow--dark-h:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--dark-h.small:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } .common__img-16-9 { width: 100%; position: relative; } .common__img-16-9:after { display: block; content: ""; padding-top: 56.25%; } .common__img-16-9 img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } @media screen and (max-width: 1760px) { .ad__couplet { display: none; } } @font-face { font-family: nasalization; src: url("https://android.tgbus.com/static/fonts/nasalization-rg.ttf"); } @font-face { font-family: Play-Bold; src: url("https://android.tgbus.com/static/fonts/Play-Bold.ttf"); } @font-face { font-family: Play-Regular; src: url("https://android.tgbus.com/static/fonts/Play-Regular.ttf"); } .rlModel { width: 100%; height: 100vh; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.16); z-index: 1000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .rlModel__container { width: 460px; border-radius: 10px; background: #fff; padding: 40px 50px; position: relative; } .rlModel__header { height: 15px; margin-bottom: 5px; position: absolute; top: 20px; right: 20px; } .rlModel__header i { color: #d9d9d9; font-size: 15px; } .rlModel__tab span { display: inline-block; color: #a0a0a0; line-height: 21px; height: 21px; font-size: 16px; cursor: pointer; } .rlModel__tab span:not(:first-child) { margin-left: 30px; } .rlModel__tab .active { color: #333; line-height: 29px; height: 29px; font-size: 22px; position: relative; } .rlModel__tab .active:after { content: ""; display: inline-block; position: absolute; bottom: -4px; width: 20px; height: 4px; border-radius: 3px; background-color: #4882ed; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .rlModel__form { margin-top: 38px; } .rlModel__form-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-bottom: 16px; border-bottom: 1px solid #d9d9d9; color: #333; font-size: 16px; margin-top: 20px; } .rlModel__form-item input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 16px; display: inline-block; height: 22px; line-height: 22px; } .rlModel__form-item span, .rlModel__form .mobile span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 22px; line-height: 22px; } .rlModel__form .mobile span:after { content: ""; margin-left: 9px; margin-right: 20px; display: inline-block; width: 1px; height: 22px; background-color: #d9d9d9; } .rlModel__form .code span { color: #d9d9d9; display: inline-block; cursor: pointer; } .rlModel__form .code .active span { color: #4882ed; } .rlModel__form .option { margin-top: 20px; } .rlModel__form .option span:first-child input { vertical-align: middle; cursor: pointer; width: 10px; top: -2px; height: 10px; -webkit-appearance: none; appearance: none; position: relative; outline: none; } .rlModel__form .option span:first-child input:before { content: ""; width: 10px; height: 10px; border: 1px solid gray; display: inline-block; border-radius: 2px; vertical-align: middle; } .rlModel__form .option span:first-child input:checked:before { content: ""; width: 10px; height: 10px; border: 1px solid #4882ed; display: inline-block; border-radius: 2px; vertical-align: middle; } .rlModel__form .option span:first-child input:checked:after { content: "\E638"; font-family: iconfont; width: 10px; height: 10px; color: #4882ed; display: block; position: absolute; top: 1px; left: -1px; -ms-transform: translate(-50%, -50%); -webkit-transform: scale(0.5); transform: scale(0.5); } .rlModel__form .option span:first-child label { display: inline-block; margin-left: 10px; font-size: 12px; height: 16px; line-height: 16px; } .rlModel__form .option span:nth-child(2) { cursor: pointer; float: right; margin-left: 10px; font-size: 12px; height: 16px; line-height: 16px; color: #a0a0a0; } .rlModel__form-error { position: absolute; font-size: 12px; color: #e73928; line-height: 20px; } .rlModel__footer .mt50 { margin-top: 50px !important; } .rlModel__footer .mt40 { margin-top: 40px !important; } .rlModel__footer .mt24 { margin-top: 24px !important; } .rlModel__footer .submit { cursor: pointer; margin-top: 14px; width: 100%; height: 52px; border-radius: 30px; background: #4882ed; color: #fff; font-size: 16px; line-height: 52px; text-align: center; } .rlModel__footer .info { margin-top: 20px; text-align: center; display: inline-block; font-size: 12px; line-height: 16px; height: 16px; } .rlModel__footer .info a { color: #4882ed; } .rlModel__footer .logo { width: 110px; height: 29px; margin: 0 auto; margin-top: 20px; } .rlModel__footer .logo img { width: 100%; height: 100%; object-fit: cover; } .rlModel__error { position: absolute; width: 100%; height: 12px; font-size: 12px; color: #f06256; left: 0; bottom: -18px; } .rlModel__tip-model { width: 120px; height: 120px; border-radius: 120px; border: 1px solid #45bf45; margin: auto; margin-top: 40px; } .rlModel__tip-model span { display: block; text-align: center; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .rlModel__tip-model span i { font-size: 58px; color: #45bf45; } .rlModel__tip-model-text { display: block; text-align: center; margin-top: 20px; margin-bottom: 51px; font-size: 16px; height: 21px; line-height: 21px; color: #333; } .rlModel__tip-model-submit { width: 262px; margin: auto; margin-bottom: 40px; } .checkcode { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); overflow: hidden; background-color: #fff; border: 1px solid #dcdcdc; padding: 10px; z-index: 10000; } .checkcode-titlebox { width: 280px; } .checkcode-titlebox-text { line-height: 20px; } .checkcode-titlebox-close { float: right; display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; cursor: pointer; } .checkcode-image { width: 150px; height: 100px; margin: auto; } .checkcode-image img { cursor: pointer; display: block; width: 100%; height: 100%; object-fit: contain; } .checkcode-input { border-top: none !important; border-right: none !important; border-bottom: 1px solid #dcdcdc !important; border-left: none !important; width: 100% !important; margin: 10px 0 0 !important; font-size: 14px !important; background: transparent !important; } .checkcode-errortip { color: red !important; font-size: 10px !important; height: 25px !important; display: block !important; width: 100% !important; line-height: 25px !important; } .checkcode-button { margin: auto; width: 280px; height: 42px; text-align: center; color: #fff; font-size: 14px; line-height: 42px; border-radius: 5px; background-color: #0098ee; cursor: pointer; } .top-header { width: 100%; min-width: 1230px; height: 45px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #fff; } [data-theme="dark"] .top-header { background-color: #333; } .top-header__container { width: 1230px; margin: 0 auto; position: relative; height: 100%; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .top-header__container, .top-header__nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .top-header__nav { margin-left: 40px; } .top-header__nav a { display: inline-block; margin-right: 40px; font-size: 14px; color: #333; line-height: 45px; } [data-theme="dark"] .top-header__nav a { color: #fff; } .top-header__nav a:hover { color: #0198ee; } .top-header__nav li:last-child { position: relative; display: block; } .top-header__nav li:last-child .sites-box { overflow: hidden; position: absolute; z-index: 100; height: 0; -webkit-transition: all 0.3s; transition: all 0.3s; left: -14px; } .top-header__nav li:last-child .top-header__tip-box { display: block; top: 12px; position: relative; } .top-header__nav li:last-child .top-header__tip-box .content { width: 178px; overflow: hidden; height: 352px; background: transparent; } [data-theme="dark"] .top-header__nav li:last-child .top-header__tip-box .content { border: unset; } [data-theme="dark"] .top-header__nav li:last-child .top-header__tip-box::after { display: none; } .top-header__nav li:last-child .top-header__tip-box::before { left: 25%; } [data-theme="dark"] .top-header__nav li:last-child .top-header__tip-box::before { background-color: #333; border: 1px solid #333; } .top-header__nav li:last-child .site-navs { position: relative; } .top-header__nav li:last-child .site-navs a { margin-right: 5px; } .top-header__nav li:last-child .site-navs .mr21 { margin-right: 21px; } .top-header__nav li:last-child .site-navs .children { left: 89px; position: absolute; background: transparent; overflow: hidden; top: 0; height: 0; } .top-header__nav li:last-child .site-navs .children a { margin-right: 0; } .top-header__nav li:last-child .site-navs p { cursor: pointer; text-align: center; height: 34px; width: 89px; line-height: 34px; background: #fff; position: relative; } [data-theme="dark"] .top-header__nav li:last-child .site-navs p { background: #333; } .top-header__nav li:last-child .site-navs p a { line-height: 34px !important; } [data-theme="dark"] .top-header__nav li:last-child .site-navs p .iconfont { color: #adadad; } .top-header__nav li:last-child .site-navs p:hover { background-color: #e8f6ff; } .top-header__nav li:last-child .site-navs p:hover .children { height: 352px; } [data-theme="dark"] .top-header__nav li:last-child .site-navs p:hover { background-color: #6e6e6e; } [data-theme="dark"] .top-header__nav li:last-child .site-navs p:hover a { color: #fff; } .top-header__logo { width: 70px; height: 15px; background: url("https://android.tgbus.com/static/img/logo.png") no-repeat; background-size: cover; } .top-header__logo a { display: block; width: 100%; height: 100%; } .top-header__tip-box { position: relative; } .top-header__tip-box .content { position: relative; background-color: #fff; overflow: hidden; } [data-theme="dark"] .top-header__tip-box .content { border: 1px solid #bcbcbc; } [data-theme="dark"] .top-header__tip-box:after { content: ""; display: block; position: absolute; width: 22px; height: 1px; z-index: 60000; top: 0 !important; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff !important; } .top-header__tip-box:before { content: ""; width: 19px; height: 19px; background: #fff; border: 1px solid #707070; -webkit-transform: translateX(-50%) rotate(45deg); -ms-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); display: block; position: absolute; left: 50%; top: -8px; } .top-header__share li { position: relative; cursor: pointer; width: 30px; height: 30px; border-radius: 25px; border: 1px solid #d9d9d9; text-align: center; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-right: 26px; float: left; } [data-theme="dark"] .top-header__share li { border: 1px solid #d0d0d0; } .top-header__share li .iconfont { color: #000; } [data-theme="dark"] .top-header__share li .iconfont { color: #fff; } .top-header__share li a { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; } .top-header__share li:after { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 2px; left: 0; top: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .top-header__share li:hover.mobile { background: #00a0de; } .top-header__share li:hover.weibo { background: #ff5d5d; } .top-header__share li:hover.weixin { background: #00de6f; } .top-header__share li:hover.bili { background: #fb7199; } .top-header__share li:hover .iconfont { color: #fff; } .top-header__share li:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } .top-header__share li.is-active .qrcode { display: block; } .top-header__share .iconfont { font-size: 19px; } .top-header__share .bili .iconfont { font-size: 15px; } .top-header__share .mobile .iconfont { width: 100%; height: 100%; z-index: 200; border-radius: 100%; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; top: 1px; } .top-header__share .weibo .iconfont, .top-header__share .weixin .iconfont { font-size: 24px; } .top-header__share .weibo .qrcode img, .top-header__share .weixin .qrcode img { margin-top: 5px; width: 140px; height: 140px; } .top-header__share .qrcode { z-index: 30; position: absolute; height: auto; left: 12.5px; top: 47px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: none; color: gray; text-align: center; line-height: 1; background: #fff; border-radius: 3px; font-size: 20px; -webkit-transition: all 1s linear; transition: all 1s linear; } .top-header__share .qrcode img { margin-top: 5px; margin-bottom: 5px; width: 140px; height: 140px; } .top-header__share .qrcode span { font-size: 12px; line-height: 16px; display: block; margin-bottom: 8px; } .top-header__handle { position: absolute; right: 0; top: 0; } .top-header__handle > span { font-size: 14px; line-height: 45px; display: inline-block; margin-right: 10px; position: relative; cursor: pointer; } .top-header__handle > span label:nth-child(2) { color: #d9d9d9; } [data-theme="dark"] .top-header__handle > span { color: #fff; } [data-theme="dark"] .top-header__handle > span label:nth-child(2) { color: #adadad; } .top-header__handle > span label { cursor: pointer; } .top-header__handle > span:last-child { margin-right: 0; } .top-header__handle > span:last-child:after { content: ""; } .top-header__handle > div { float: left; height: 45px; line-height: 45px; } .top-header__handle .search-box { display: inline-block; } .top-header__handle .search-box:focus { outline: none; } .top-header__handle .input-box:after, .top-header__handle .search:after { content: ""; color: #d9d9d9; position: relative; right: -9px; top: 0; } [data-theme="dark"] .top-header__handle .input-box:after, [data-theme="dark"] .top-header__handle .search:after { color: #adadad; } .top-header__handle .login, .top-header__handle .user { margin-left: 10px; } .top-header__handle .search { display: inline-block; padding-right: 10px; } .top-header__handle .search i { font-size: 14px; cursor: pointer; } [data-theme="dark"] .top-header__handle .search i { color: #fff; } .top-header__handle .user { cursor: pointer; display: inline-block; position: relative; } .top-header__handle .user:hover .userInfo { display: block; } .top-header__handle .user b { margin-right: 68px; font-weight: 400; float: left; margin-left: 5px; } [data-theme="dark"] .top-header__handle .user b { color: #fff; } .top-header__handle .user .avatar { width: 25px; float: left; height: 25px; border-radius: 25px; overflow: hidden; margin-top: 10px; } .top-header__handle .user .avatar img { width: 100%; height: 100%; display: block; object-fit: cover; } .top-header__handle .user .userInfo { width: 100px; position: absolute; padding-top: 58px; left: -20px; z-index: 100; height: 70px; display: none; } .top-header__handle .user .userInfo p { height: 34px; font-size: 14px; line-height: 34px; cursor: pointer; text-align: center; } .top-header__handle .user .userInfo p:first-child { border-bottom: 1px solid #d9d9d9; } .top-header__handle .user .userInfo p:hover { color: #0198ee; } .top-header__handle .input-box { display: inline-block; width: 190px; height: 25px; border-radius: 15px; border: 1px solid #d9d9d9; position: relative; margin-right: 10px; top: 8px; } [data-theme="dark"] .top-header__handle .input-box { background-color: #fff; } .top-header__handle .input-box i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .top-header__handle .input-box .tb-icon-search { left: 38px; z-index: 20; } .top-header__handle .input-box .tb-icon-cross { right: 38px; } .top-header__handle .input-box input { position: absolute; height: 100%; left: 38px; width: 130px; padding-left: 32px; padding-right: 20px; } @-webkit-keyframes Navbar-dropdown-drop-in-delayed { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes Navbar-dropdown-drop-in-delayed { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .tb-header { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 61px; min-width: 1200px; } .tb-header__logo-box { display: inline-block; border-right: 31px solid #3264bf; width: 261px; border-top: 61px solid #fff; } .tb-header__border-line { position: absolute; left: 230px; right: 0; bottom: 0; height: 2px; background-color: #4789f2; z-index: 20; } .tb-header__logo { position: absolute; display: block; top: 50%; left: 40px; width: 114px; height: 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .tb-header__logo img { width: 100%; height: 100%; } .tb-header__nav-box { display: inline-block; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-color: #3264bf; } .tb-header__nav-list { position: absolute; background-color: #292e3b; top: 46px; left: -261px; right: -408px; z-index: 10; text-align: center; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); } .tb-header__nav-list .tb-header__navzt { margin-top: 15px; margin-bottom: 20px; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item:not(:first-child) { margin-left: 44px; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item { font-size: 16px; display: inline-block; color: #dfe1e6; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item span { display: inline-block; padding: 5px 10px; background-color: #323847; border-radius: 5px; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item ul { display: inline-block; font-size: 14px; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item ul li { display: inline-block; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item ul li a { cursor: pointer; color: #dfe1e6; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item ul li:first-child { padding-left: 10px; } .tb-header__nav-list .tb-header__navzt .tb-header__navzt-item ul li:not(:first-child):before { content: "/"; display: inline-block; font-size: 14px; margin-right: 10px; margin-left: 10px; } .tb-header__nav { margin-top: 15px; position: relative; text-align: center; white-space: nowrap; } .tb-header__nav-item { display: inline-block; border-radius: 16px; margin-right: 48px; } @media screen and (max-width: 1350px) { .tb-header__nav-item { margin-right: 26px; } } .tb-header__nav-content { height: 150px; position: relative; } .tb-header__nav-content .split-line { position: absolute; bottom: 5px; display: inline-block; height: 1px; left: 0; right: 0; background-color: #323743; } .tb-header__nav-content a { background-color: #323847; display: inline-block; position: relative; width: 100px; height: 100px; border-radius: 8px; margin-top: 25px; } .tb-header__nav-content a img:first-child { width: auto; object-fit: cover; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding-bottom: 27px; } .tb-header__nav-content a p { position: absolute; bottom: 8px; width: 100%; height: 19px; line-height: 19px; left: 50%; font-size: 14px; color: #dfe1e6; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tb-header__nav-content a .tag { position: absolute; top: 0; right: 0; width: 38px; height: 38px; } .tb-header__nav-content a:hover { background-color: #394052; } .tb-header__nav-content a:hover img { -webkit-filter: brightness(200%) contrast(100%); filter: brightness(200%) contrast(100%); } .tb-header__nav-content a:hover p { color: #fff; } .tb-header__nav-content a:active { background-color: #242833; } .tb-header__nav-content a:not(:last-child) { margin-right: 16px; } .tb-header__nav-content .animation-nav-content { -webkit-animation-name: Navbar-dropdown-drop-in-delayed; animation-name: Navbar-dropdown-drop-in-delayed; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; margin-left: 0; } .tb-header__nav-link { cursor: pointer; display: block; height: 30px; font-size: 14px; line-height: 30px; padding: 0 16px; text-align: center; border-radius: 40px; box-sizing: border-box; color: #fff; border: 1px solid var(--background); background-color: var(--background); } .tb-header__nav-link:hover { background-color: #3264bf !important; } .tb-header__nav-link.is-active { background-color: #242833 !important; } .tb-header__nav-link.is-active:hover { background-color: #323847 !important; } .tb-header__app-download { background-color: #fff; position: relative; color: #3264bf; } .tb-header__app-download span:nth-child(2) { display: none; overflow: hidden; position: absolute; z-index: 100; left: -55px; width: 400px; height: 212px; background: url("https://android.tgbus.com/static/img/header/app-download-bg.png") no-repeat; background-size: cover; } .tb-header__app-download span:nth-child(2) img { width: 140px; height: 140px; position: absolute; left: 25px; top: 47px; } .tb-header__app-download:hover { color: #fff; background-color: #3264bf !important; } .tb-header__app-download:hover span:nth-child(2) { display: block; } .tb-header__center-line { position: absolute; top: 50%; left: 245px; right: 0; height: 1px; background-color: #4789f2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .tb-header__register, .tb-header__signup { position: absolute; top: 32px; display: block; font-size: 16px; color: #fff; cursor: pointer; } .tb-header__signup { right: 138px; } .tb-header__register { right: 50px; } .tb-header__search-box { width: 210px; height: 100%; background-color: #3264bf; position: relative; margin: auto 0; } .tb-header__search-box input { padding-left: 14px; padding-right: 42px; width: 100%; max-width: 200px; height: 32px; border-radius: 20px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: #f2f6fc; border: 1px solid #e6ebf5; color: #8f9bb3; } .tb-header__search-box input:focus, .tb-header__search-box input:hover { background-color: #fff; border: 1px solid var(--background); color: #3a3c40; } .tb-header__search-box input:focus ~ img, .tb-header__search-box input:hover ~ img { -webkit-filter: none !important; filter: none !important; } .tb-header__search-box input:focus ~ .tb-header__search-list { display: block; } .tb-header__search-box img { position: absolute; width: 14px; height: 14px; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .tb-header__search-box img:hover { -webkit-filter: none !important; filter: none !important; } .tb-header__search-list { display: none; width: 200px; top: 50px; position: absolute; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); z-index: 21; } .tb-header__search-list p { height: 32px; line-height: 32px; padding: 0 16px; cursor: pointer; background-color: #fff; } .tb-header__search-list p:hover { background-color: #e6ebf5; } .tb-header__login { width: 198px; height: 61px; background-color: #3264bf; position: relative; margin: auto 0; box-sizing: border-box; padding-left: 54px; } .tb-header__login span { font-size: 16px; line-height: 61px; color: #f5f6fa; cursor: pointer; } .tb-header__login span:first-child { margin-right: 40px; } .tb-header__login span.user { cursor: default; } .tb-header__logined { width: 198px; height: 61px; background-color: #3264bf; position: relative; margin: auto 0; cursor: pointer; } .tb-header__logined .avatar-box { position: relative; display: inline-block; width: 32px; height: 32px; margin-bottom: 14px; } .tb-header__logined .avatar-box .avatar { position: absolute; width: 100%; height: 100%; display: block; border-radius: 16px; left: 0; top: 0; z-index: 1; } .tb-header__logined .avatar-box .news-icon { position: absolute; width: 8px; height: 8px; border-radius: 4px; background: #e73828; bottom: 0; right: 0; z-index: 10; } .tb-header__logined .user { height: 100%; display: inline-block; font-size: 12px; line-height: 61px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 10px; margin-right: 10px; } .tb-header__logined .switch { position: relative; width: 0; height: 0; display: inline-block; border: 6px solid #fff; border-bottom-color: transparent; border-right-color: transparent; border-left-color: transparent; margin-left: 3px; margin-bottom: 23px; } .tb-header__logined .nav-box { position: absolute; left: 37px; top: 46px; width: 120px; height: 0; box-sizing: border-box; padding: 0 10px 0 20px; background: #3264bf; border-radius: 4px; box-shadow: 0 3px 6px grba(0, 0, 0, 0.16); z-index: 100; overflow: hidden; -webkit-transition: height 0.5s; transition: height 0.5s; } .tb-header__logined .nav-box .item { width: 100%; height: 32px; line-height: 32px; font-size: 12px; color: #fff; cursor: pointer; } .tb-header__logined .nav-box .title { margin-left: 10px; } .tb-header__logined .nav-box .news-icon { display: inline-block; width: 18px; height: 12px; background: #e73828; border-radius: 6px; line-height: 12px; text-align: center; font-size: 10px; margin-left: 5px; } .tb-header__logined .nav-box span { vertical-align: middle; } .tb-header__logined .nav-box.active { height: 70px; } .tb-footer { width: 100%; background: #fff; } .tb-footer__main { margin: 0 auto; text-align: right; position: relative; margin-top: 40px; margin-bottom: 40px; width: 1200px; } .tb-footer__split-line { width: 100%; margin-top: 40px; height: 4px; background-color: #dbe1ee; } .tb-footer__logo { position: absolute; left: 0; width: 182px; height: 80px; } .tb-footer__logo img { width: 100%; height: 100%; } .tb-footer__logo p { color: #747b88; font-size: 16px; line-height: 50px; text-align: left; } .tb-footer__list { display: inline-block; margin-left: 108px; vertical-align: top; } .tb-footer__app-download { margin-right: 5px; } .tb-footer__app-download span:first-child { display: block; text-align: center; } .tb-footer__app-download a { display: block; margin-top: 13px; } .tb-footer__app-download a img { width: 150px; height: 150px; } .tb-footer__item { height: 28px; font-size: 14px; line-height: 28px; text-align: right; } .tb-footer__item a { color: #757a80; display: inline-block; cursor: pointer; position: relative; } .tb-footer__item a:hover { color: var(--background); } .tb-footer__item a:hover > .tip { display: block; } .tb-footer__item a:active { color: #3264bf; } .tb-footer__item a .tip { right: -140px; top: -48px; display: none; position: absolute; width: 120px; height: 120px; background-color: #fff; border: 1px solid #dbe1ee; z-index: 10; } .tb-footer__item a .tip:after, .tb-footer__item a .tip:before { content: ""; width: 0; height: 0; position: absolute; display: block; left: -32px; border-width: 16px; border-style: solid; } .tb-footer__item a .tip:before { border-color: transparent transparent transparent blue; } .tb-footer__item a .tip:after, .tb-footer__item a .tip:before { top: 45px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .tb-footer__item a .tip:after { border-color: transparent transparent transparent #fff; } .tb-footer__item a .tip img { margin: 10px; width: 100px; height: 100px; } .tb-footer__item.is-title { font-size: 16px; font-weight: 700; color: #747b88; } .tb-footer__badge { width: auto; height: 40px; } .tb-footer__copyright { display: block; margin-top: 60px; padding-bottom: 40px; font-size: 14px; line-height: 28px; color: #747b88; text-align: right; } .tb-footer__copyright .report img { width: 15px; } .tb-footer__copyright a { padding-left: 10px; color: #747b88; } .tb-footer__copyright a:hover { color: var(--background); } .tb-footer__copyright a:active { color: #3264bf; } .guide-download { width: 100%; min-width: 1200px; height: 150px; background: url("../image/guide-download-bg1.png") no-repeat; background-size: cover; background-position: 50%; position: fixed; bottom: 0; left: 0; z-index: 100000; } .guide-download__main { margin: 0 auto; text-align: center; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 1200px; height: 150px; } .guide-download__main img:first-child { width: 1920px; height: 150px; object-fit: contain; } .guide-download__main img:nth-child(2) { margin-top: 28px; margin-left: 19px; width: 100px; height: 100px; object-fit: contain; } .guide-download__close { position: absolute; right: 49px; top: 21px; width: 32px; height: 32px; cursor: pointer; } .guide-download__close img { width: 100%; height: 100%; object-fit: contain; } .tb-row { position: relative; box-sizing: border-box; } .tb-row:after, .tb-row:before { display: table; content: ""; } .tb-row:after { clear: both; } .tb-row--flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tb-row--flex:after, .tb-row--flex:before { display: none; } .tb-row--flex.is-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .tb-row--flex.is-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .tb-row--flex.is-justify-space-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .tb-row--flex.is-justify-space-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .tb-row--flex.is-align-middle { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .tb-row--flex.is-align-bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } [class*="tb-col-"] { float: left; box-sizing: border-box; } .tb-col-0 { display: none; width: 0; } .tb-col-offset-0 { margin-left: 0; } .tb-col-pull-0 { position: relative; right: 0; } .tb-col-push-0 { position: relative; left: 0; } .tb-col-1 { width: 4.16667%; } .tb-col-offset-1 { margin-left: 4.16667%; } .tb-col-pull-1 { position: relative; right: 4.16667%; } .tb-col-push-1 { position: relative; left: 4.16667%; } .tb-col-2 { width: 8.33333%; } .tb-col-offset-2 { margin-left: 8.33333%; } .tb-col-pull-2 { position: relative; right: 8.33333%; } .tb-col-push-2 { position: relative; left: 8.33333%; } .tb-col-3 { width: 12.5%; } .tb-col-offset-3 { margin-left: 12.5%; } .tb-col-pull-3 { position: relative; right: 12.5%; } .tb-col-push-3 { position: relative; left: 12.5%; } .tb-col-4 { width: 16.66667%; } .tb-col-offset-4 { margin-left: 16.66667%; } .tb-col-pull-4 { position: relative; right: 16.66667%; } .tb-col-push-4 { position: relative; left: 16.66667%; } .tb-col-5 { width: 20.83333%; } .tb-col-offset-5 { margin-left: 20.83333%; } .tb-col-pull-5 { position: relative; right: 20.83333%; } .tb-col-push-5 { position: relative; left: 20.83333%; } .tb-col-6 { width: 25%; } .tb-col-offset-6 { margin-left: 25%; } .tb-col-pull-6 { position: relative; right: 25%; } .tb-col-push-6 { position: relative; left: 25%; } .tb-col-7 { width: 29.16667%; } .tb-col-offset-7 { margin-left: 29.16667%; } .tb-col-pull-7 { position: relative; right: 29.16667%; } .tb-col-push-7 { position: relative; left: 29.16667%; } .tb-col-8 { width: 33.33333%; } .tb-col-offset-8 { margin-left: 33.33333%; } .tb-col-pull-8 { position: relative; right: 33.33333%; } .tb-col-push-8 { position: relative; left: 33.33333%; } .tb-col-9 { width: 37.5%; } .tb-col-offset-9 { margin-left: 37.5%; } .tb-col-pull-9 { position: relative; right: 37.5%; } .tb-col-push-9 { position: relative; left: 37.5%; } .tb-col-10 { width: 41.66667%; } .tb-col-offset-10 { margin-left: 41.66667%; } .tb-col-pull-10 { position: relative; right: 41.66667%; } .tb-col-push-10 { position: relative; left: 41.66667%; } .tb-col-11 { width: 45.83333%; } .tb-col-offset-11 { margin-left: 45.83333%; } .tb-col-pull-11 { position: relative; right: 45.83333%; } .tb-col-push-11 { position: relative; left: 45.83333%; } .tb-col-12 { width: 50%; } .tb-col-offset-12 { margin-left: 50%; } .tb-col-pull-12 { position: relative; right: 50%; } .tb-col-push-12 { position: relative; left: 50%; } .tb-col-13 { width: 54.16667%; } .tb-col-offset-13 { margin-left: 54.16667%; } .tb-col-pull-13 { position: relative; right: 54.16667%; } .tb-col-push-13 { position: relative; left: 54.16667%; } .tb-col-14 { width: 58.33333%; } .tb-col-offset-14 { margin-left: 58.33333%; } .tb-col-pull-14 { position: relative; right: 58.33333%; } .tb-col-push-14 { position: relative; left: 58.33333%; } .tb-col-15 { width: 62.5%; } .tb-col-offset-15 { margin-left: 62.5%; } .tb-col-pull-15 { position: relative; right: 62.5%; } .tb-col-push-15 { position: relative; left: 62.5%; } .tb-col-16 { width: 66.66667%; } .tb-col-offset-16 { margin-left: 66.66667%; } .tb-col-pull-16 { position: relative; right: 66.66667%; } .tb-col-push-16 { position: relative; left: 66.66667%; } .tb-col-17 { width: 70.83333%; } .tb-col-offset-17 { margin-left: 70.83333%; } .tb-col-pull-17 { position: relative; right: 70.83333%; } .tb-col-push-17 { position: relative; left: 70.83333%; } .tb-col-18 { width: 75%; } .tb-col-offset-18 { margin-left: 75%; } .tb-col-pull-18 { position: relative; right: 75%; } .tb-col-push-18 { position: relative; left: 75%; } .tb-col-19 { width: 79.16667%; } .tb-col-offset-19 { margin-left: 79.16667%; } .tb-col-pull-19 { position: relative; right: 79.16667%; } .tb-col-push-19 { position: relative; left: 79.16667%; } .tb-col-20 { width: 83.33333%; } .tb-col-offset-20 { margin-left: 83.33333%; } .tb-col-pull-20 { position: relative; right: 83.33333%; } .tb-col-push-20 { position: relative; left: 83.33333%; } .tb-col-21 { width: 87.5%; } .tb-col-offset-21 { margin-left: 87.5%; } .tb-col-pull-21 { position: relative; right: 87.5%; } .tb-col-push-21 { position: relative; left: 87.5%; } .tb-col-22 { width: 91.66667%; } .tb-col-offset-22 { margin-left: 91.66667%; } .tb-col-pull-22 { position: relative; right: 91.66667%; } .tb-col-push-22 { position: relative; left: 91.66667%; } .tb-col-23 { width: 95.83333%; } .tb-col-offset-23 { margin-left: 95.83333%; } .tb-col-pull-23 { position: relative; right: 95.83333%; } .tb-col-push-23 { position: relative; left: 95.83333%; } .tb-col-24 { width: 100%; } .tb-col-offset-24 { margin-left: 100%; } .tb-col-pull-24 { position: relative; right: 100%; } .tb-col-push-24 { position: relative; left: 100%; } @media only screen and (max-width: 768px) { .tb-col-xs-0 { display: none; width: 0; } .tb-col-xs-offset-0 { margin-left: 0; } .tb-col-xs-pull-0 { position: relative; right: 0; } .tb-col-xs-push-0 { position: relative; left: 0; } .tb-col-xs-1 { width: 4.16667%; } .tb-col-xs-offset-1 { margin-left: 4.16667%; } .tb-col-xs-pull-1 { position: relative; right: 4.16667%; } .tb-col-xs-push-1 { position: relative; left: 4.16667%; } .tb-col-xs-2 { width: 8.33333%; } .tb-col-xs-offset-2 { margin-left: 8.33333%; } .tb-col-xs-pull-2 { position: relative; right: 8.33333%; } .tb-col-xs-push-2 { position: relative; left: 8.33333%; } .tb-col-xs-3 { width: 12.5%; } .tb-col-xs-offset-3 { margin-left: 12.5%; } .tb-col-xs-pull-3 { position: relative; right: 12.5%; } .tb-col-xs-push-3 { position: relative; left: 12.5%; } .tb-col-xs-4 { width: 16.66667%; } .tb-col-xs-offset-4 { margin-left: 16.66667%; } .tb-col-xs-pull-4 { position: relative; right: 16.66667%; } .tb-col-xs-push-4 { position: relative; left: 16.66667%; } .tb-col-xs-5 { width: 20.83333%; } .tb-col-xs-offset-5 { margin-left: 20.83333%; } .tb-col-xs-pull-5 { position: relative; right: 20.83333%; } .tb-col-xs-push-5 { position: relative; left: 20.83333%; } .tb-col-xs-6 { width: 25%; } .tb-col-xs-offset-6 { margin-left: 25%; } .tb-col-xs-pull-6 { position: relative; right: 25%; } .tb-col-xs-push-6 { position: relative; left: 25%; } .tb-col-xs-7 { width: 29.16667%; } .tb-col-xs-offset-7 { margin-left: 29.16667%; } .tb-col-xs-pull-7 { position: relative; right: 29.16667%; } .tb-col-xs-push-7 { position: relative; left: 29.16667%; } .tb-col-xs-8 { width: 33.33333%; } .tb-col-xs-offset-8 { margin-left: 33.33333%; } .tb-col-xs-pull-8 { position: relative; right: 33.33333%; } .tb-col-xs-push-8 { position: relative; left: 33.33333%; } .tb-col-xs-9 { width: 37.5%; } .tb-col-xs-offset-9 { margin-left: 37.5%; } .tb-col-xs-pull-9 { position: relative; right: 37.5%; } .tb-col-xs-push-9 { position: relative; left: 37.5%; } .tb-col-xs-10 { width: 41.66667%; } .tb-col-xs-offset-10 { margin-left: 41.66667%; } .tb-col-xs-pull-10 { position: relative; right: 41.66667%; } .tb-col-xs-push-10 { position: relative; left: 41.66667%; } .tb-col-xs-11 { width: 45.83333%; } .tb-col-xs-offset-11 { margin-left: 45.83333%; } .tb-col-xs-pull-11 { position: relative; right: 45.83333%; } .tb-col-xs-push-11 { position: relative; left: 45.83333%; } .tb-col-xs-12 { width: 50%; } .tb-col-xs-offset-12 { margin-left: 50%; } .tb-col-xs-pull-12 { position: relative; right: 50%; } .tb-col-xs-push-12 { position: relative; left: 50%; } .tb-col-xs-13 { width: 54.16667%; } .tb-col-xs-offset-13 { margin-left: 54.16667%; } .tb-col-xs-pull-13 { position: relative; right: 54.16667%; } .tb-col-xs-push-13 { position: relative; left: 54.16667%; } .tb-col-xs-14 { width: 58.33333%; } .tb-col-xs-offset-14 { margin-left: 58.33333%; } .tb-col-xs-pull-14 { position: relative; right: 58.33333%; } .tb-col-xs-push-14 { position: relative; left: 58.33333%; } .tb-col-xs-15 { width: 62.5%; } .tb-col-xs-offset-15 { margin-left: 62.5%; } .tb-col-xs-pull-15 { position: relative; right: 62.5%; } .tb-col-xs-push-15 { position: relative; left: 62.5%; } .tb-col-xs-16 { width: 66.66667%; } .tb-col-xs-offset-16 { margin-left: 66.66667%; } .tb-col-xs-pull-16 { position: relative; right: 66.66667%; } .tb-col-xs-push-16 { position: relative; left: 66.66667%; } .tb-col-xs-17 { width: 70.83333%; } .tb-col-xs-offset-17 { margin-left: 70.83333%; } .tb-col-xs-pull-17 { position: relative; right: 70.83333%; } .tb-col-xs-push-17 { position: relative; left: 70.83333%; } .tb-col-xs-18 { width: 75%; } .tb-col-xs-offset-18 { margin-left: 75%; } .tb-col-xs-pull-18 { position: relative; right: 75%; } .tb-col-xs-push-18 { position: relative; left: 75%; } .tb-col-xs-19 { width: 79.16667%; } .tb-col-xs-offset-19 { margin-left: 79.16667%; } .tb-col-xs-pull-19 { position: relative; right: 79.16667%; } .tb-col-xs-push-19 { position: relative; left: 79.16667%; } .tb-col-xs-20 { width: 83.33333%; } .tb-col-xs-offset-20 { margin-left: 83.33333%; } .tb-col-xs-pull-20 { position: relative; right: 83.33333%; } .tb-col-xs-push-20 { position: relative; left: 83.33333%; } .tb-col-xs-21 { width: 87.5%; } .tb-col-xs-offset-21 { margin-left: 87.5%; } .tb-col-xs-pull-21 { position: relative; right: 87.5%; } .tb-col-xs-push-21 { position: relative; left: 87.5%; } .tb-col-xs-22 { width: 91.66667%; } .tb-col-xs-offset-22 { margin-left: 91.66667%; } .tb-col-xs-pull-22 { position: relative; right: 91.66667%; } .tb-col-xs-push-22 { position: relative; left: 91.66667%; } .tb-col-xs-23 { width: 95.83333%; } .tb-col-xs-offset-23 { margin-left: 95.83333%; } .tb-col-xs-pull-23 { position: relative; right: 95.83333%; } .tb-col-xs-push-23 { position: relative; left: 95.83333%; } .tb-col-xs-24 { width: 100%; } .tb-col-xs-offset-24 { margin-left: 100%; } .tb-col-xs-pull-24 { position: relative; right: 100%; } .tb-col-xs-push-24 { position: relative; left: 100%; } } @media only screen and (min-width: 768px) { .tb-col-sm-0 { display: none; width: 0; } .tb-col-sm-offset-0 { margin-left: 0; } .tb-col-sm-pull-0 { position: relative; right: 0; } .tb-col-sm-push-0 { position: relative; left: 0; } .tb-col-sm-1 { width: 4.16667%; } .tb-col-sm-offset-1 { margin-left: 4.16667%; } .tb-col-sm-pull-1 { position: relative; right: 4.16667%; } .tb-col-sm-push-1 { position: relative; left: 4.16667%; } .tb-col-sm-2 { width: 8.33333%; } .tb-col-sm-offset-2 { margin-left: 8.33333%; } .tb-col-sm-pull-2 { position: relative; right: 8.33333%; } .tb-col-sm-push-2 { position: relative; left: 8.33333%; } .tb-col-sm-3 { width: 12.5%; } .tb-col-sm-offset-3 { margin-left: 12.5%; } .tb-col-sm-pull-3 { position: relative; right: 12.5%; } .tb-col-sm-push-3 { position: relative; left: 12.5%; } .tb-col-sm-4 { width: 16.66667%; } .tb-col-sm-offset-4 { margin-left: 16.66667%; } .tb-col-sm-pull-4 { position: relative; right: 16.66667%; } .tb-col-sm-push-4 { position: relative; left: 16.66667%; } .tb-col-sm-5 { width: 20.83333%; } .tb-col-sm-offset-5 { margin-left: 20.83333%; } .tb-col-sm-pull-5 { position: relative; right: 20.83333%; } .tb-col-sm-push-5 { position: relative; left: 20.83333%; } .tb-col-sm-6 { width: 25%; } .tb-col-sm-offset-6 { margin-left: 25%; } .tb-col-sm-pull-6 { position: relative; right: 25%; } .tb-col-sm-push-6 { position: relative; left: 25%; } .tb-col-sm-7 { width: 29.16667%; } .tb-col-sm-offset-7 { margin-left: 29.16667%; } .tb-col-sm-pull-7 { position: relative; right: 29.16667%; } .tb-col-sm-push-7 { position: relative; left: 29.16667%; } .tb-col-sm-8 { width: 33.33333%; } .tb-col-sm-offset-8 { margin-left: 33.33333%; } .tb-col-sm-pull-8 { position: relative; right: 33.33333%; } .tb-col-sm-push-8 { position: relative; left: 33.33333%; } .tb-col-sm-9 { width: 37.5%; } .tb-col-sm-offset-9 { margin-left: 37.5%; } .tb-col-sm-pull-9 { position: relative; right: 37.5%; } .tb-col-sm-push-9 { position: relative; left: 37.5%; } .tb-col-sm-10 { width: 41.66667%; } .tb-col-sm-offset-10 { margin-left: 41.66667%; } .tb-col-sm-pull-10 { position: relative; right: 41.66667%; } .tb-col-sm-push-10 { position: relative; left: 41.66667%; } .tb-col-sm-11 { width: 45.83333%; } .tb-col-sm-offset-11 { margin-left: 45.83333%; } .tb-col-sm-pull-11 { position: relative; right: 45.83333%; } .tb-col-sm-push-11 { position: relative; left: 45.83333%; } .tb-col-sm-12 { width: 50%; } .tb-col-sm-offset-12 { margin-left: 50%; } .tb-col-sm-pull-12 { position: relative; right: 50%; } .tb-col-sm-push-12 { position: relative; left: 50%; } .tb-col-sm-13 { width: 54.16667%; } .tb-col-sm-offset-13 { margin-left: 54.16667%; } .tb-col-sm-pull-13 { position: relative; right: 54.16667%; } .tb-col-sm-push-13 { position: relative; left: 54.16667%; } .tb-col-sm-14 { width: 58.33333%; } .tb-col-sm-offset-14 { margin-left: 58.33333%; } .tb-col-sm-pull-14 { position: relative; right: 58.33333%; } .tb-col-sm-push-14 { position: relative; left: 58.33333%; } .tb-col-sm-15 { width: 62.5%; } .tb-col-sm-offset-15 { margin-left: 62.5%; } .tb-col-sm-pull-15 { position: relative; right: 62.5%; } .tb-col-sm-push-15 { position: relative; left: 62.5%; } .tb-col-sm-16 { width: 66.66667%; } .tb-col-sm-offset-16 { margin-left: 66.66667%; } .tb-col-sm-pull-16 { position: relative; right: 66.66667%; } .tb-col-sm-push-16 { position: relative; left: 66.66667%; } .tb-col-sm-17 { width: 70.83333%; } .tb-col-sm-offset-17 { margin-left: 70.83333%; } .tb-col-sm-pull-17 { position: relative; right: 70.83333%; } .tb-col-sm-push-17 { position: relative; left: 70.83333%; } .tb-col-sm-18 { width: 75%; } .tb-col-sm-offset-18 { margin-left: 75%; } .tb-col-sm-pull-18 { position: relative; right: 75%; } .tb-col-sm-push-18 { position: relative; left: 75%; } .tb-col-sm-19 { width: 79.16667%; } .tb-col-sm-offset-19 { margin-left: 79.16667%; } .tb-col-sm-pull-19 { position: relative; right: 79.16667%; } .tb-col-sm-push-19 { position: relative; left: 79.16667%; } .tb-col-sm-20 { width: 83.33333%; } .tb-col-sm-offset-20 { margin-left: 83.33333%; } .tb-col-sm-pull-20 { position: relative; right: 83.33333%; } .tb-col-sm-push-20 { position: relative; left: 83.33333%; } .tb-col-sm-21 { width: 87.5%; } .tb-col-sm-offset-21 { margin-left: 87.5%; } .tb-col-sm-pull-21 { position: relative; right: 87.5%; } .tb-col-sm-push-21 { position: relative; left: 87.5%; } .tb-col-sm-22 { width: 91.66667%; } .tb-col-sm-offset-22 { margin-left: 91.66667%; } .tb-col-sm-pull-22 { position: relative; right: 91.66667%; } .tb-col-sm-push-22 { position: relative; left: 91.66667%; } .tb-col-sm-23 { width: 95.83333%; } .tb-col-sm-offset-23 { margin-left: 95.83333%; } .tb-col-sm-pull-23 { position: relative; right: 95.83333%; } .tb-col-sm-push-23 { position: relative; left: 95.83333%; } .tb-col-sm-24 { width: 100%; } .tb-col-sm-offset-24 { margin-left: 100%; } .tb-col-sm-pull-24 { position: relative; right: 100%; } .tb-col-sm-push-24 { position: relative; left: 100%; } } @media only screen and (min-width: 992px) { .tb-col-md-0 { display: none; width: 0; } .tb-col-md-offset-0 { margin-left: 0; } .tb-col-md-pull-0 { position: relative; right: 0; } .tb-col-md-push-0 { position: relative; left: 0; } .tb-col-md-1 { width: 4.16667%; } .tb-col-md-offset-1 { margin-left: 4.16667%; } .tb-col-md-pull-1 { position: relative; right: 4.16667%; } .tb-col-md-push-1 { position: relative; left: 4.16667%; } .tb-col-md-2 { width: 8.33333%; } .tb-col-md-offset-2 { margin-left: 8.33333%; } .tb-col-md-pull-2 { position: relative; right: 8.33333%; } .tb-col-md-push-2 { position: relative; left: 8.33333%; } .tb-col-md-3 { width: 12.5%; } .tb-col-md-offset-3 { margin-left: 12.5%; } .tb-col-md-pull-3 { position: relative; right: 12.5%; } .tb-col-md-push-3 { position: relative; left: 12.5%; } .tb-col-md-4 { width: 16.66667%; } .tb-col-md-offset-4 { margin-left: 16.66667%; } .tb-col-md-pull-4 { position: relative; right: 16.66667%; } .tb-col-md-push-4 { position: relative; left: 16.66667%; } .tb-col-md-5 { width: 20.83333%; } .tb-col-md-offset-5 { margin-left: 20.83333%; } .tb-col-md-pull-5 { position: relative; right: 20.83333%; } .tb-col-md-push-5 { position: relative; left: 20.83333%; } .tb-col-md-6 { width: 25%; } .tb-col-md-offset-6 { margin-left: 25%; } .tb-col-md-pull-6 { position: relative; right: 25%; } .tb-col-md-push-6 { position: relative; left: 25%; } .tb-col-md-7 { width: 29.16667%; } .tb-col-md-offset-7 { margin-left: 29.16667%; } .tb-col-md-pull-7 { position: relative; right: 29.16667%; } .tb-col-md-push-7 { position: relative; left: 29.16667%; } .tb-col-md-8 { width: 33.33333%; } .tb-col-md-offset-8 { margin-left: 33.33333%; } .tb-col-md-pull-8 { position: relative; right: 33.33333%; } .tb-col-md-push-8 { position: relative; left: 33.33333%; } .tb-col-md-9 { width: 37.5%; } .tb-col-md-offset-9 { margin-left: 37.5%; } .tb-col-md-pull-9 { position: relative; right: 37.5%; } .tb-col-md-push-9 { position: relative; left: 37.5%; } .tb-col-md-10 { width: 41.66667%; } .tb-col-md-offset-10 { margin-left: 41.66667%; } .tb-col-md-pull-10 { position: relative; right: 41.66667%; } .tb-col-md-push-10 { position: relative; left: 41.66667%; } .tb-col-md-11 { width: 45.83333%; } .tb-col-md-offset-11 { margin-left: 45.83333%; } .tb-col-md-pull-11 { position: relative; right: 45.83333%; } .tb-col-md-push-11 { position: relative; left: 45.83333%; } .tb-col-md-12 { width: 50%; } .tb-col-md-offset-12 { margin-left: 50%; } .tb-col-md-pull-12 { position: relative; right: 50%; } .tb-col-md-push-12 { position: relative; left: 50%; } .tb-col-md-13 { width: 54.16667%; } .tb-col-md-offset-13 { margin-left: 54.16667%; } .tb-col-md-pull-13 { position: relative; right: 54.16667%; } .tb-col-md-push-13 { position: relative; left: 54.16667%; } .tb-col-md-14 { width: 58.33333%; } .tb-col-md-offset-14 { margin-left: 58.33333%; } .tb-col-md-pull-14 { position: relative; right: 58.33333%; } .tb-col-md-push-14 { position: relative; left: 58.33333%; } .tb-col-md-15 { width: 62.5%; } .tb-col-md-offset-15 { margin-left: 62.5%; } .tb-col-md-pull-15 { position: relative; right: 62.5%; } .tb-col-md-push-15 { position: relative; left: 62.5%; } .tb-col-md-16 { width: 66.66667%; } .tb-col-md-offset-16 { margin-left: 66.66667%; } .tb-col-md-pull-16 { position: relative; right: 66.66667%; } .tb-col-md-push-16 { position: relative; left: 66.66667%; } .tb-col-md-17 { width: 70.83333%; } .tb-col-md-offset-17 { margin-left: 70.83333%; } .tb-col-md-pull-17 { position: relative; right: 70.83333%; } .tb-col-md-push-17 { position: relative; left: 70.83333%; } .tb-col-md-18 { width: 75%; } .tb-col-md-offset-18 { margin-left: 75%; } .tb-col-md-pull-18 { position: relative; right: 75%; } .tb-col-md-push-18 { position: relative; left: 75%; } .tb-col-md-19 { width: 79.16667%; } .tb-col-md-offset-19 { margin-left: 79.16667%; } .tb-col-md-pull-19 { position: relative; right: 79.16667%; } .tb-col-md-push-19 { position: relative; left: 79.16667%; } .tb-col-md-20 { width: 83.33333%; } .tb-col-md-offset-20 { margin-left: 83.33333%; } .tb-col-md-pull-20 { position: relative; right: 83.33333%; } .tb-col-md-push-20 { position: relative; left: 83.33333%; } .tb-col-md-21 { width: 87.5%; } .tb-col-md-offset-21 { margin-left: 87.5%; } .tb-col-md-pull-21 { position: relative; right: 87.5%; } .tb-col-md-push-21 { position: relative; left: 87.5%; } .tb-col-md-22 { width: 91.66667%; } .tb-col-md-offset-22 { margin-left: 91.66667%; } .tb-col-md-pull-22 { position: relative; right: 91.66667%; } .tb-col-md-push-22 { position: relative; left: 91.66667%; } .tb-col-md-23 { width: 95.83333%; } .tb-col-md-offset-23 { margin-left: 95.83333%; } .tb-col-md-pull-23 { position: relative; right: 95.83333%; } .tb-col-md-push-23 { position: relative; left: 95.83333%; } .tb-col-md-24 { width: 100%; } .tb-col-md-offset-24 { margin-left: 100%; } .tb-col-md-pull-24 { position: relative; right: 100%; } .tb-col-md-push-24 { position: relative; left: 100%; } } @media only screen and (min-width: 1200px) { .tb-col-lg-0 { display: none; width: 0; } .tb-col-lg-offset-0 { margin-left: 0; } .tb-col-lg-pull-0 { position: relative; right: 0; } .tb-col-lg-push-0 { position: relative; left: 0; } .tb-col-lg-1 { width: 4.16667%; } .tb-col-lg-offset-1 { margin-left: 4.16667%; } .tb-col-lg-pull-1 { position: relative; right: 4.16667%; } .tb-col-lg-push-1 { position: relative; left: 4.16667%; } .tb-col-lg-2 { width: 8.33333%; } .tb-col-lg-offset-2 { margin-left: 8.33333%; } .tb-col-lg-pull-2 { position: relative; right: 8.33333%; } .tb-col-lg-push-2 { position: relative; left: 8.33333%; } .tb-col-lg-3 { width: 12.5%; } .tb-col-lg-offset-3 { margin-left: 12.5%; } .tb-col-lg-pull-3 { position: relative; right: 12.5%; } .tb-col-lg-push-3 { position: relative; left: 12.5%; } .tb-col-lg-4 { width: 16.66667%; } .tb-col-lg-offset-4 { margin-left: 16.66667%; } .tb-col-lg-pull-4 { position: relative; right: 16.66667%; } .tb-col-lg-push-4 { position: relative; left: 16.66667%; } .tb-col-lg-5 { width: 20.83333%; } .tb-col-lg-offset-5 { margin-left: 20.83333%; } .tb-col-lg-pull-5 { position: relative; right: 20.83333%; } .tb-col-lg-push-5 { position: relative; left: 20.83333%; } .tb-col-lg-6 { width: 25%; } .tb-col-lg-offset-6 { margin-left: 25%; } .tb-col-lg-pull-6 { position: relative; right: 25%; } .tb-col-lg-push-6 { position: relative; left: 25%; } .tb-col-lg-7 { width: 29.16667%; } .tb-col-lg-offset-7 { margin-left: 29.16667%; } .tb-col-lg-pull-7 { position: relative; right: 29.16667%; } .tb-col-lg-push-7 { position: relative; left: 29.16667%; } .tb-col-lg-8 { width: 33.33333%; } .tb-col-lg-offset-8 { margin-left: 33.33333%; } .tb-col-lg-pull-8 { position: relative; right: 33.33333%; } .tb-col-lg-push-8 { position: relative; left: 33.33333%; } .tb-col-lg-9 { width: 37.5%; } .tb-col-lg-offset-9 { margin-left: 37.5%; } .tb-col-lg-pull-9 { position: relative; right: 37.5%; } .tb-col-lg-push-9 { position: relative; left: 37.5%; } .tb-col-lg-10 { width: 41.66667%; } .tb-col-lg-offset-10 { margin-left: 41.66667%; } .tb-col-lg-pull-10 { position: relative; right: 41.66667%; } .tb-col-lg-push-10 { position: relative; left: 41.66667%; } .tb-col-lg-11 { width: 45.83333%; } .tb-col-lg-offset-11 { margin-left: 45.83333%; } .tb-col-lg-pull-11 { position: relative; right: 45.83333%; } .tb-col-lg-push-11 { position: relative; left: 45.83333%; } .tb-col-lg-12 { width: 50%; } .tb-col-lg-offset-12 { margin-left: 50%; } .tb-col-lg-pull-12 { position: relative; right: 50%; } .tb-col-lg-push-12 { position: relative; left: 50%; } .tb-col-lg-13 { width: 54.16667%; } .tb-col-lg-offset-13 { margin-left: 54.16667%; } .tb-col-lg-pull-13 { position: relative; right: 54.16667%; } .tb-col-lg-push-13 { position: relative; left: 54.16667%; } .tb-col-lg-14 { width: 58.33333%; } .tb-col-lg-offset-14 { margin-left: 58.33333%; } .tb-col-lg-pull-14 { position: relative; right: 58.33333%; } .tb-col-lg-push-14 { position: relative; left: 58.33333%; } .tb-col-lg-15 { width: 62.5%; } .tb-col-lg-offset-15 { margin-left: 62.5%; } .tb-col-lg-pull-15 { position: relative; right: 62.5%; } .tb-col-lg-push-15 { position: relative; left: 62.5%; } .tb-col-lg-16 { width: 66.66667%; } .tb-col-lg-offset-16 { margin-left: 66.66667%; } .tb-col-lg-pull-16 { position: relative; right: 66.66667%; } .tb-col-lg-push-16 { position: relative; left: 66.66667%; } .tb-col-lg-17 { width: 70.83333%; } .tb-col-lg-offset-17 { margin-left: 70.83333%; } .tb-col-lg-pull-17 { position: relative; right: 70.83333%; } .tb-col-lg-push-17 { position: relative; left: 70.83333%; } .tb-col-lg-18 { width: 75%; } .tb-col-lg-offset-18 { margin-left: 75%; } .tb-col-lg-pull-18 { position: relative; right: 75%; } .tb-col-lg-push-18 { position: relative; left: 75%; } .tb-col-lg-19 { width: 79.16667%; } .tb-col-lg-offset-19 { margin-left: 79.16667%; } .tb-col-lg-pull-19 { position: relative; right: 79.16667%; } .tb-col-lg-push-19 { position: relative; left: 79.16667%; } .tb-col-lg-20 { width: 83.33333%; } .tb-col-lg-offset-20 { margin-left: 83.33333%; } .tb-col-lg-pull-20 { position: relative; right: 83.33333%; } .tb-col-lg-push-20 { position: relative; left: 83.33333%; } .tb-col-lg-21 { width: 87.5%; } .tb-col-lg-offset-21 { margin-left: 87.5%; } .tb-col-lg-pull-21 { position: relative; right: 87.5%; } .tb-col-lg-push-21 { position: relative; left: 87.5%; } .tb-col-lg-22 { width: 91.66667%; } .tb-col-lg-offset-22 { margin-left: 91.66667%; } .tb-col-lg-pull-22 { position: relative; right: 91.66667%; } .tb-col-lg-push-22 { position: relative; left: 91.66667%; } .tb-col-lg-23 { width: 95.83333%; } .tb-col-lg-offset-23 { margin-left: 95.83333%; } .tb-col-lg-pull-23 { position: relative; right: 95.83333%; } .tb-col-lg-push-23 { position: relative; left: 95.83333%; } .tb-col-lg-24 { width: 100%; } .tb-col-lg-offset-24 { margin-left: 100%; } .tb-col-lg-pull-24 { position: relative; right: 100%; } .tb-col-lg-push-24 { position: relative; left: 100%; } } @media only screen and (min-width: 1440px) { .tb-col-ml-0 { display: none; width: 0; } .tb-col-ml-offset-0 { margin-left: 0; } .tb-col-ml-pull-0 { position: relative; right: 0; } .tb-col-ml-push-0 { position: relative; left: 0; } .tb-col-ml-1 { width: 4.16667%; } .tb-col-ml-offset-1 { margin-left: 4.16667%; } .tb-col-ml-pull-1 { position: relative; right: 4.16667%; } .tb-col-ml-push-1 { position: relative; left: 4.16667%; } .tb-col-ml-2 { width: 8.33333%; } .tb-col-ml-offset-2 { margin-left: 8.33333%; } .tb-col-ml-pull-2 { position: relative; right: 8.33333%; } .tb-col-ml-push-2 { position: relative; left: 8.33333%; } .tb-col-ml-3 { width: 12.5%; } .tb-col-ml-offset-3 { margin-left: 12.5%; } .tb-col-ml-pull-3 { position: relative; right: 12.5%; } .tb-col-ml-push-3 { position: relative; left: 12.5%; } .tb-col-ml-4 { width: 16.66667%; } .tb-col-ml-offset-4 { margin-left: 16.66667%; } .tb-col-ml-pull-4 { position: relative; right: 16.66667%; } .tb-col-ml-push-4 { position: relative; left: 16.66667%; } .tb-col-ml-5 { width: 20.83333%; } .tb-col-ml-offset-5 { margin-left: 20.83333%; } .tb-col-ml-pull-5 { position: relative; right: 20.83333%; } .tb-col-ml-push-5 { position: relative; left: 20.83333%; } .tb-col-ml-6 { width: 25%; } .tb-col-ml-offset-6 { margin-left: 25%; } .tb-col-ml-pull-6 { position: relative; right: 25%; } .tb-col-ml-push-6 { position: relative; left: 25%; } .tb-col-ml-7 { width: 29.16667%; } .tb-col-ml-offset-7 { margin-left: 29.16667%; } .tb-col-ml-pull-7 { position: relative; right: 29.16667%; } .tb-col-ml-push-7 { position: relative; left: 29.16667%; } .tb-col-ml-8 { width: 33.33333%; } .tb-col-ml-offset-8 { margin-left: 33.33333%; } .tb-col-ml-pull-8 { position: relative; right: 33.33333%; } .tb-col-ml-push-8 { position: relative; left: 33.33333%; } .tb-col-ml-9 { width: 37.5%; } .tb-col-ml-offset-9 { margin-left: 37.5%; } .tb-col-ml-pull-9 { position: relative; right: 37.5%; } .tb-col-ml-push-9 { position: relative; left: 37.5%; } .tb-col-ml-10 { width: 41.66667%; } .tb-col-ml-offset-10 { margin-left: 41.66667%; } .tb-col-ml-pull-10 { position: relative; right: 41.66667%; } .tb-col-ml-push-10 { position: relative; left: 41.66667%; } .tb-col-ml-11 { width: 45.83333%; } .tb-col-ml-offset-11 { margin-left: 45.83333%; } .tb-col-ml-pull-11 { position: relative; right: 45.83333%; } .tb-col-ml-push-11 { position: relative; left: 45.83333%; } .tb-col-ml-12 { width: 50%; } .tb-col-ml-offset-12 { margin-left: 50%; } .tb-col-ml-pull-12 { position: relative; right: 50%; } .tb-col-ml-push-12 { position: relative; left: 50%; } .tb-col-ml-13 { width: 54.16667%; } .tb-col-ml-offset-13 { margin-left: 54.16667%; } .tb-col-ml-pull-13 { position: relative; right: 54.16667%; } .tb-col-ml-push-13 { position: relative; left: 54.16667%; } .tb-col-ml-14 { width: 58.33333%; } .tb-col-ml-offset-14 { margin-left: 58.33333%; } .tb-col-ml-pull-14 { position: relative; right: 58.33333%; } .tb-col-ml-push-14 { position: relative; left: 58.33333%; } .tb-col-ml-15 { width: 62.5%; } .tb-col-ml-offset-15 { margin-left: 62.5%; } .tb-col-ml-pull-15 { position: relative; right: 62.5%; } .tb-col-ml-push-15 { position: relative; left: 62.5%; } .tb-col-ml-16 { width: 66.66667%; } .tb-col-ml-offset-16 { margin-left: 66.66667%; } .tb-col-ml-pull-16 { position: relative; right: 66.66667%; } .tb-col-ml-push-16 { position: relative; left: 66.66667%; } .tb-col-ml-17 { width: 70.83333%; } .tb-col-ml-offset-17 { margin-left: 70.83333%; } .tb-col-ml-pull-17 { position: relative; right: 70.83333%; } .tb-col-ml-push-17 { position: relative; left: 70.83333%; } .tb-col-ml-18 { width: 75%; } .tb-col-ml-offset-18 { margin-left: 75%; } .tb-col-ml-pull-18 { position: relative; right: 75%; } .tb-col-ml-push-18 { position: relative; left: 75%; } .tb-col-ml-19 { width: 79.16667%; } .tb-col-ml-offset-19 { margin-left: 79.16667%; } .tb-col-ml-pull-19 { position: relative; right: 79.16667%; } .tb-col-ml-push-19 { position: relative; left: 79.16667%; } .tb-col-ml-20 { width: 83.33333%; } .tb-col-ml-offset-20 { margin-left: 83.33333%; } .tb-col-ml-pull-20 { position: relative; right: 83.33333%; } .tb-col-ml-push-20 { position: relative; left: 83.33333%; } .tb-col-ml-21 { width: 87.5%; } .tb-col-ml-offset-21 { margin-left: 87.5%; } .tb-col-ml-pull-21 { position: relative; right: 87.5%; } .tb-col-ml-push-21 { position: relative; left: 87.5%; } .tb-col-ml-22 { width: 91.66667%; } .tb-col-ml-offset-22 { margin-left: 91.66667%; } .tb-col-ml-pull-22 { position: relative; right: 91.66667%; } .tb-col-ml-push-22 { position: relative; left: 91.66667%; } .tb-col-ml-23 { width: 95.83333%; } .tb-col-ml-offset-23 { margin-left: 95.83333%; } .tb-col-ml-pull-23 { position: relative; right: 95.83333%; } .tb-col-ml-push-23 { position: relative; left: 95.83333%; } .tb-col-ml-24 { width: 100%; } .tb-col-ml-offset-24 { margin-left: 100%; } .tb-col-ml-pull-24 { position: relative; right: 100%; } .tb-col-ml-push-24 { position: relative; left: 100%; } } @media only screen and (min-width: 1920px) { .tb-col-xl-0 { display: none; width: 0; } .tb-col-xl-offset-0 { margin-left: 0; } .tb-col-xl-pull-0 { position: relative; right: 0; } .tb-col-xl-push-0 { position: relative; left: 0; } .tb-col-xl-1 { width: 4.16667%; } .tb-col-xl-offset-1 { margin-left: 4.16667%; } .tb-col-xl-pull-1 { position: relative; right: 4.16667%; } .tb-col-xl-push-1 { position: relative; left: 4.16667%; } .tb-col-xl-2 { width: 8.33333%; } .tb-col-xl-offset-2 { margin-left: 8.33333%; } .tb-col-xl-pull-2 { position: relative; right: 8.33333%; } .tb-col-xl-push-2 { position: relative; left: 8.33333%; } .tb-col-xl-3 { width: 12.5%; } .tb-col-xl-offset-3 { margin-left: 12.5%; } .tb-col-xl-pull-3 { position: relative; right: 12.5%; } .tb-col-xl-push-3 { position: relative; left: 12.5%; } .tb-col-xl-4 { width: 16.66667%; } .tb-col-xl-offset-4 { margin-left: 16.66667%; } .tb-col-xl-pull-4 { position: relative; right: 16.66667%; } .tb-col-xl-push-4 { position: relative; left: 16.66667%; } .tb-col-xl-5 { width: 20.83333%; } .tb-col-xl-offset-5 { margin-left: 20.83333%; } .tb-col-xl-pull-5 { position: relative; right: 20.83333%; } .tb-col-xl-push-5 { position: relative; left: 20.83333%; } .tb-col-xl-6 { width: 25%; } .tb-col-xl-offset-6 { margin-left: 25%; } .tb-col-xl-pull-6 { position: relative; right: 25%; } .tb-col-xl-push-6 { position: relative; left: 25%; } .tb-col-xl-7 { width: 29.16667%; } .tb-col-xl-offset-7 { margin-left: 29.16667%; } .tb-col-xl-pull-7 { position: relative; right: 29.16667%; } .tb-col-xl-push-7 { position: relative; left: 29.16667%; } .tb-col-xl-8 { width: 33.33333%; } .tb-col-xl-offset-8 { margin-left: 33.33333%; } .tb-col-xl-pull-8 { position: relative; right: 33.33333%; } .tb-col-xl-push-8 { position: relative; left: 33.33333%; } .tb-col-xl-9 { width: 37.5%; } .tb-col-xl-offset-9 { margin-left: 37.5%; } .tb-col-xl-pull-9 { position: relative; right: 37.5%; } .tb-col-xl-push-9 { position: relative; left: 37.5%; } .tb-col-xl-10 { width: 41.66667%; } .tb-col-xl-offset-10 { margin-left: 41.66667%; } .tb-col-xl-pull-10 { position: relative; right: 41.66667%; } .tb-col-xl-push-10 { position: relative; left: 41.66667%; } .tb-col-xl-11 { width: 45.83333%; } .tb-col-xl-offset-11 { margin-left: 45.83333%; } .tb-col-xl-pull-11 { position: relative; right: 45.83333%; } .tb-col-xl-push-11 { position: relative; left: 45.83333%; } .tb-col-xl-12 { width: 50%; } .tb-col-xl-offset-12 { margin-left: 50%; } .tb-col-xl-pull-12 { position: relative; right: 50%; } .tb-col-xl-push-12 { position: relative; left: 50%; } .tb-col-xl-13 { width: 54.16667%; } .tb-col-xl-offset-13 { margin-left: 54.16667%; } .tb-col-xl-pull-13 { position: relative; right: 54.16667%; } .tb-col-xl-push-13 { position: relative; left: 54.16667%; } .tb-col-xl-14 { width: 58.33333%; } .tb-col-xl-offset-14 { margin-left: 58.33333%; } .tb-col-xl-pull-14 { position: relative; right: 58.33333%; } .tb-col-xl-push-14 { position: relative; left: 58.33333%; } .tb-col-xl-15 { width: 62.5%; } .tb-col-xl-offset-15 { margin-left: 62.5%; } .tb-col-xl-pull-15 { position: relative; right: 62.5%; } .tb-col-xl-push-15 { position: relative; left: 62.5%; } .tb-col-xl-16 { width: 66.66667%; } .tb-col-xl-offset-16 { margin-left: 66.66667%; } .tb-col-xl-pull-16 { position: relative; right: 66.66667%; } .tb-col-xl-push-16 { position: relative; left: 66.66667%; } .tb-col-xl-17 { width: 70.83333%; } .tb-col-xl-offset-17 { margin-left: 70.83333%; } .tb-col-xl-pull-17 { position: relative; right: 70.83333%; } .tb-col-xl-push-17 { position: relative; left: 70.83333%; } .tb-col-xl-18 { width: 75%; } .tb-col-xl-offset-18 { margin-left: 75%; } .tb-col-xl-pull-18 { position: relative; right: 75%; } .tb-col-xl-push-18 { position: relative; left: 75%; } .tb-col-xl-19 { width: 79.16667%; } .tb-col-xl-offset-19 { margin-left: 79.16667%; } .tb-col-xl-pull-19 { position: relative; right: 79.16667%; } .tb-col-xl-push-19 { position: relative; left: 79.16667%; } .tb-col-xl-20 { width: 83.33333%; } .tb-col-xl-offset-20 { margin-left: 83.33333%; } .tb-col-xl-pull-20 { position: relative; right: 83.33333%; } .tb-col-xl-push-20 { position: relative; left: 83.33333%; } .tb-col-xl-21 { width: 87.5%; } .tb-col-xl-offset-21 { margin-left: 87.5%; } .tb-col-xl-pull-21 { position: relative; right: 87.5%; } .tb-col-xl-push-21 { position: relative; left: 87.5%; } .tb-col-xl-22 { width: 91.66667%; } .tb-col-xl-offset-22 { margin-left: 91.66667%; } .tb-col-xl-pull-22 { position: relative; right: 91.66667%; } .tb-col-xl-push-22 { position: relative; left: 91.66667%; } .tb-col-xl-23 { width: 95.83333%; } .tb-col-xl-offset-23 { margin-left: 95.83333%; } .tb-col-xl-pull-23 { position: relative; right: 95.83333%; } .tb-col-xl-push-23 { position: relative; left: 95.83333%; } .tb-col-xl-24 { width: 100%; } .tb-col-xl-offset-24 { margin-left: 100%; } .tb-col-xl-pull-24 { position: relative; right: 100%; } .tb-col-xl-push-24 { position: relative; left: 100%; } } .tb-pagination { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .tb-pagination__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 32px; height: 32px; font-size: 14px; color: #333; text-align: center; border: 1px solid #dbe1ee; background-color: #fff; cursor: pointer; } .tb-pagination__item:first-child { border-right: none; } .tb-pagination__item:last-child { border-left: none; margin-right: 0; } .tb-pagination__item:hover { color: #4789f2; } .tb-pagination__item.is-active { color: #fff; border: 1px solid #4789f2; background-color: #4789f2; cursor: default; } .tb-pagination__item.is-disabled { opacity: 0.75; cursor: not-allowed; } .tb-pagination__icon.tb-icon-db-arrow_left, .tb-pagination__icon.tb-icon-db-arrow_right { color: #4789f2; } .article-main { background: #fff; } .article-main .linkDic { position: fixed; bottom: 200px; } .article-main__artImg { width: 100%; height: 75%; min-height: 65px; position: relative; } .article-main__artImg img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .article-main__artImg .title { width: 100%; height: 146px; background-image: -webkit-gradient( linear, left top, left bottom, from(transparent), to(#000) ); background-image: linear-gradient(transparent, #000); position: absolute; bottom: 0; left: 0; } .article-main__artImg .title span { position: absolute; left: 40px; right: 40px; bottom: 24px; font-size: 24px; line-height: 32px; color: #fff; } .article-main__game-buy { position: absolute; right: 16px; top: 16px; background: transparent; width: 150px; height: auto; } .article-main__game-buy:hover .article-main__game-buy-group, .article-main__game-buy:hover .article-main__game-buy-group-bg { display: block; } .article-main__game-buy-btn { width: 100%; height: 40px; font-size: 15px; text-align: center; line-height: 40px; color: #fff; background: var(--background); border: 1px solid #fff; cursor: pointer; } .article-main__game-buy-btn a { color: #fff; } .article-main__game-buy-group-bg { display: none; width: 100%; height: auto; background: #000; opacity: 0.6; margin-top: 10px; } .article-main__game-buy-group { display: none; width: 100%; height: 90px; position: absolute; top: 50px; left: 0; } .article-main__game-buy-group p { width: 100%; height: 30px; border: 1px solid #ddd; cursor: pointer; } .article-main__game-buy-group p a { width: 100%; height: 30px; font-size: 14px; font-weight: 700; text-align: center; line-height: 30px; color: #fff; display: inline-block; } .article-main__sourceInfo { width: 100%; height: auto; padding: 0 40px; border-bottom: 1px solid #dbe1ee; } .article-main__sourceInfo h5 { font-size: 14px; font-weight: 400; height: 50px; line-height: 50px; color: #303133; } .article-main__sourceInfo h5 span { float: left; color: #747b88; margin-right: 10px; } .article-main__sourceInfo h5 b { float: left; color: #303133; margin-right: 26px; font-weight: 400; } .article-main__sourceInfo h5 i { font-style: normal; float: right; color: #747b88; } .article-main__sourceInfo p { font-size: 14px; height: 20px; line-height: 20px; color: #747b88; } .article-main__channel-sourceInfo { width: 100%; margin-top: 36px; margin-bottom: 36px; } .article-main__channel-sourceInfo .title { font-size: 30px; line-height: 50px; color: #333; } .article-main__channel-sourceInfo .info-box { margin-top: 18px; } .article-main__channel-sourceInfo .info-box span { float: left; display: inline-block; line-height: 24px; font-size: 14px; color: gray; vertical-align: middle; height: 24px; margin-right: 0; } .article-main__channel-sourceInfo .info-box span.spot { margin: 0 5px; } .article-main__channel-sourceInfo .info-box b { float: left; color: #303133; margin-right: 26px; font-weight: 400; line-height: 24px; vertical-align: middle; font-size: 14px; } .article-main__channel-sourceInfo .info-box i { font-style: normal; float: right; color: #747b88; font-size: 14px; } .article-main__content { width: 100%; height: auto; padding: 24px 40px; letter-spacing: 1px; text-align: justify; font-size: 16px; } .article-main__content h2 { font-size: 20px; font-weight: 700; } .article-main__content h3 { font-size: 17px; font-weight: 700; padding: 0 0.5em; margin: 1em 0; border-left: 8px solid var(--background); } .article-main__content p { color: #303133; line-height: 32px; margin-bottom: 20px; word-break: break-all; } .article-main__content p iframe#card_iframe { width: 500px; height: auto; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .article-main__content p.summary { width: 100%; height: auto; padding: 24px; background: #f2f6fc; border-radius: 2px; color: #747b88; } .article-main__content p.state { font-size: 14px; color: #747b87; } .article-main__content p .changeImg { width: 100% !important; height: auto !important; display: block; margin: 0; border-radius: 2px; } .article-main__content p img { max-width: 100%; } .article-main__content ol, .article-main__content ul { padding-left: 45px; } .article-main__content li { font-size: 16px; } .article-main__content li > p { margin-bottom: 0; line-height: 1.7em; } .article-main__content a, .article-main__content a:visited { color: #4789f2; } .article-main__content a:hover { text-decoration: underline; } .article-main__content table { border-collapse: collapse; display: table; width: 80%; text-align: left; margin-bottom: 24px; margin-left: auto; margin-right: auto; } .article-main__content table tr td, .article-main__content table tr th { border: 1px solid #ddd; font-size: 14px; color: #303133; line-height: 22px; padding: 8px; text-align: left; } .article-main__content table tr.firstRow { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #3264bf; background: #f2f6fc; } .article-main__content table tr { background-color: #f7f7f7; } .article-main__content table tr:nth-child(2n) { background-color: #fff; } .article-main__content blockquote { padding: 12px 24px; margin: 0 0 24px; font-size: 16px; border-left: 6px solid #f0f0f0; } .article-main__content .table { width: 100%; max-width: 100%; margin-bottom: 20px; font-size: 16px; } .article-main__content .table > tbody > tr > td, .article-main__content .table > tbody > tr > th, .article-main__content .table > tfoot > tr > td, .article-main__content .table > tfoot > tr > th, .article-main__content .table > thead > tr > td, .article-main__content .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .article-main__content .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .article-main__content .table > caption + thead > tr:first-child > td, .article-main__content .table > caption + thead > tr:first-child > th, .article-main__content .table > colgroup + thead > tr:first-child > td, .article-main__content .table > colgroup + thead > tr:first-child > th, .article-main__content .table > thead:first-child > tr:first-child > td, .article-main__content .table > thead:first-child > tr:first-child > th { border-top: 0; } .article-main__content .table > tbody + tbody { border-top: 2px solid #ddd; } .article-main__content .table .table { background-color: #fff; } .article-main__content .table-bordered, .article-main__content .table-bordered > tbody > tr > td, .article-main__content .table-bordered > tbody > tr > th, .article-main__content .table-bordered > tfoot > tr > td, .article-main__content .table-bordered > tfoot > tr > th, .article-main__content .table-bordered > thead > tr > td, .article-main__content .table-bordered > thead > tr > th { border: 1px solid #ddd; } .article-main__content .table-bordered > thead > tr > td, .article-main__content .table-bordered > thead > tr > th { border-bottom-width: 2px; } .article-main__content .pagination { text-align: center; } .article-main__channel-content { padding: 24px 0; } .article-main__channel-content .description { width: 100%; height: auto; position: relative; margin-bottom: 36px; } .article-main__channel-content .description .text { padding: 24px; background: #f9f9f9; color: #333; font-size: 18px; line-height: 28px; } .article-main__channel-content .description span { position: absolute; } .article-main__channel-content .description span.android { background: #78c257; } .article-main__channel-content .description span.iphone { background: #2d2d2d; } .article-main__channel-content .description span.tech { background: var(--background); } .article-main__channel-content .description .ll { width: 5px; height: 20px; left: 0; bottom: 0; } .article-main__channel-content .description .lb { width: 20px; height: 5px; left: 0; bottom: 0; } .article-main__channel-content .description .rr { width: 5px; height: 20px; top: 0; right: 0; } .article-main__channel-content .description .rt { width: 20px; height: 5px; top: 0; right: 0; } .article-main__channel-content .page-directory { background: #f9f9f9 !important; } .article-main__channel-content .page-directory.android a.is-active p, .article-main__channel-content .page-directory.android a:hover p { color: #78c257; } .article-main__channel-content .page-directory.android a.is-active span, .article-main__channel-content .page-directory.android a:hover span { border: 2px solid #78c257; } .article-main__channel-content .page-directory.iphone a.is-active p, .article-main__channel-content .page-directory.iphone a:hover p { color: #2d2d2d; } .article-main__channel-content .page-directory.iphone a.is-active span, .article-main__channel-content .page-directory.iphone a:hover span { border: 2px solid #2d2d2d; } .article-main__channel-content .page-directory.tech a.is-active p, .article-main__channel-content .page-directory.tech a:hover p { color: var(--background); } .article-main__channel-content .page-directory.tech a.is-active span, .article-main__channel-content .page-directory.tech a:hover span { border: 2px solid var(--background); } .article-main__channel-content .pagination .tb-pagination__item { width: 40px; height: 40px; margin: 0 5px; border: none; background-color: #f9f9f9; } .article-main__channel-content .pagination .tb-pagination__item .iconfont { font-size: 24px; } .article-main__channel-content .pagination.android .tb-pagination__item:hover { color: #78c257; } .article-main__channel-content .pagination.android .tb-pagination__item.is-active { background-color: #78c257; border: 1px solid #78c257; color: #fff; } .article-main__channel-content .pagination.iphone .tb-pagination__item:hover { color: #2d2d2d; } .article-main__channel-content .pagination.iphone .tb-pagination__item.is-active { background-color: #2d2d2d; border: 1px solid #2d2d2d; color: #fff; } .article-main__channel-content .pagination.tech .tb-pagination__item:hover { color: var(--background); } .article-main__channel-content .pagination.tech .tb-pagination__item.is-active { background-color: var(--background); border: 1px solid var(--background); color: #fff; } .article-main__link { height: 36px; margin: 19px; border-top: 1px solid #dbe1ee; padding-top: 13px; position: relative; } .article-main__link p { font-size: 14px; color: #747b88; } .article-main__link p:last-child { position: absolute; right: 0; top: 13px; } .article-main__link p:last-child span { margin-left: 20px; cursor: pointer; } .article-main__link p:last-child span b { margin-right: 2px; } .page-directory { width: 100%; height: auto; padding: 16px; background: #f2f6fc; border: 1px solid #e6ebf5; border-radius: 2px; margin-bottom: 29px; } .page-directory__title { font-size: 14px; line-height: 19px; color: #747b88; margin-bottom: 16px; } .page-directory__list { width: 100%; height: auto; } .page-directory__list li { width: 50%; height: auto; position: relative; display: inline-block; } .page-directory__list li a { width: 100%; height: 22px; line-height: 212px; display: inline-block; } .page-directory__list li a.is-active p, .page-directory__list li a:hover p { color: var(--background); } .page-directory__list li a.is-active span, .page-directory__list li a:hover span { border: 2px solid var(--background); } .page-directory__list li a span { width: 13px; height: 13px; border: 2px solid #747b88; border-radius: 7.5px; background: #fff; display: inline-block; float: left; margin-right: 8px; margin-top: 4px; } .page-directory__list li a p { color: #747b88; font-size: 14px; line-height: 22px; float: left; margin: 0; } .article-crumb { padding-bottom: 18px; background-color: #f2f5fc; } .article-crumb a { display: inline-block; color: #747b88; font-size: 14px; height: 19px; line-height: 19px; cursor: text; } .article-crumb a:nth-child(2n) { cursor: pointer; } .article-crumb a:nth-child(2n):hover { color: #3264bf; } .article-crumb a:nth-child(odd) { padding: 0 5px; } .preview { width: 100%; height: 100vh; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(36, 40, 51, 0.6); z-index: 100; } .preview-content { width: 100%; height: 100%; box-sizing: border-box; padding-bottom: 10px; } .preview-content .title { width: 100%; height: 20px; } .preview-content .title span { float: right; cursor: pointer; } .preview-content .title span, .preview-content .title span img { display: block; width: 25px; height: 25px; } .preview-content .swiper-box { width: 100%; height: 100%; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .swiper-container { width: 100%; margin: auto; } .gallery-top-preview { width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .gallery-thumbs-preview { width: 100%; height: 132px; box-sizing: border-box; background: rgba(0, 0, 0, 0.5); margin: 0; padding: 20px 0; } .swiper-slide { background-size: cover; background-position: 50%; cursor: pointer; } .swiper-slide .swiper-slide-content { overflow-y: auto; max-height: 100%; margin: auto; } .swiper-slide img { display: block; border-radius: 2px; } .gallery-top-preview .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .gallery-top-preview .swiper-slide img { max-width: 100%; } .gallery-thumbs-preview { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .gallery-thumbs-preview .swiper-wrapper { width: -webkit-fit-content; width: fit-content; } .gallery-thumbs-preview .swiper-slide { min-width: 139px !important; height: 79px; opacity: 0.8; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .gallery-thumbs-preview .swiper-slide-thumb-active { opacity: 1; } .gallery-thumbs-preview .swiper-slide-thumb-active img { border: 1px solid #fff; } .article-collection { width: 100%; background: #fff; padding: 10px 40px 30px; } .article-collection:after, .article-collection:before { display: table; content: ""; } .article-collection:after { clear: both; } .article-collection__main { float: right; } .article-collection__collection { position: relative; top: 1px; display: inline-block; line-height: 24px; font-size: 22px; color: #747b88; } .article-collection__collection.active { color: #4789f2; } .article-collection__collectionNumber { margin-right: 20px; } .article-collection__articleComment, .article-collection__collectionNumber { display: inline-block; line-height: 24px; font-size: 16px; color: #747b88; } .download { width: 100%; height: 183px; background: #fff; margin-top: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .download__left { margin-left: 26px; width: 87px; } .download__left img { margin-top: 21px; margin-bottom: 21px; width: 100%; height: 91px; } .download__left .g-download { display: block; width: 100%; text-align: center; height: 27px; line-height: 27px; color: #bf541c; border: 1px solid #bf541c; border-radius: 20px; cursor: pointer; } .download__center { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; vertical-align: top; } .download__center ul { margin-top: 21px; margin-left: 26px; margin-right: 26px; height: 140px; overflow: hidden; } .download__center ul li { font-size: 14px; height: 23px; line-height: 23px; overflow: hidden; cursor: pointer; } .download__center ul li a { color: #3a3c40; } .download__center ul li a:hover { color: var(--background); } .download__center ul li:not(:last-child) { margin-bottom: 7px; } .download__right { width: 200px; height: 140px; position: relative; overflow: hidden; margin-right: 26px; margin-top: 21px; } .download__right a { width: 200px; height: 140px; display: block; } .download__right a:hover img { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .download__right a img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .download__right a .title { width: 100%; height: 42px; background-image: -webkit-gradient( linear, left top, left bottom, from(transparent), to(#000) ); background-image: linear-gradient(transparent, #000); position: absolute; bottom: 0; left: 0; } .download__right a .title span { position: absolute; left: 5px; right: 5px; bottom: 5px; font-size: 14px; font-weight: 400; line-height: 16px; color: #fff; } .old-secondComment { width: 100%; background: #fff; margin-top: 10px; box-sizing: border-box; padding: 0 12px; } .old-secondComment-content { width: 100%; } .old-secondComment-content-avatar { width: 40px; float: left; padding-top: 12px; color: unset; } .old-secondComment-content-avatar img { display: block; width: 100%; height: 40px; border-radius: 20px; } .old-secondComment-content-main { box-sizing: border-box; padding: 12px 0; float: right; width: 666px; font-size: 14px; color: #303133; line-height: 22px; border-bottom: 2px solid #f2f6fc; } .old-secondComment-content-main-text { width: 100%; } .old-secondComment-content-main-text span { display: inline-block; } .old-secondComment-content-main-text-name { font-weight: 700; color: unset; } .old-secondComment-content-main-text-font { margin: 0 5px; } .old-secondComment-content-main-handle { width: 100%; height: 22px; margin-top: 5px; } .old-secondComment-content-main-handle span { display: inline-block; float: left; color: #747b88; margin-right: 24px; } .old-secondComment-content-main-handle span.right { float: right; margin-right: 0; } .old-secondComment-content-main-handle-fabulous { font-size: 14px; } .old-secondComment-content-main-handle-fabulous.active, .old-secondComment-content-main-handle-fabulous.active .text { color: var(--background); } .old-secondComment-content-main-seccondreply { width: 100%; height: 32px; margin-top: 5px; } .old-secondComment-content-main-seccondreply-input { width: 573px; height: 100%; float: left; color: #9ba5b8; font-size: 14px; line-height: 32px; text-indent: 14px; border-radius: 4px; border: 1px solid #b4b4b4; } .old-secondComment-content-main-seccondreply-submit { width: 78px; height: 100%; float: right; color: #fff; text-align: center; line-height: 32px; background: #74a5f5; border-radius: 4px; } .old-secondComment-content-main-seccondreply-submit.active { background: var(--background); } .old-report { width: 100%; height: 100vh; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(36, 40, 51, 0.6); z-index: 100; } .old-report .report-main { position: relative; width: 500px; background: #fff; margin: 50px auto; padding: 50px; } .old-report .close { width: 30px; height: 30px; line-height: 30px; position: absolute; top: 0; right: 0; font-size: 14px; text-align: center; cursor: pointer; } .old-report h1 { font-size: 20px; font-weight: 700; margin-bottom: 10px; } .old-report p { font-size: 14px; line-height: 22px; color: #3a3c40; } .old-report .content { width: 404px; background: #f2f6fc; margin: 10px auto; padding: 25px; box-sizing: border-box; } .old-report .content .content-header { width: 100%; height: 24px; } .old-report .content .content-header span { font-size: 14px; height: 24px; line-height: 24px; display: block; } .old-report .content .content-header .avatar { float: left; border-radius: 24px; height: 24px; width: 24px; } .old-report .content .content-header .avatar img { display: block; width: 100%; height: 100%; border-radius: 12px; } .old-report .content .content-header .title { width: 150px; float: left; color: #3a3c40; font-weight: 700; margin-left: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .old-report .content .content-header .time { color: #747b88; float: right; } .old-report .content .content-text { width: 100%; max-height: 66px; line-height: 22px; box-sizing: border-box; padding: 0 10px 0 25px; font-size: 14px; color: #3a3c40; overflow: hidden; margin-top: 10px; } .old-report .error { font-size: 12px; color: red; position: absolute; margin-left: 10px; line-height: 20px; display: block; border: 129px; bottom: 107px; left: 5px; } .old-report .reason { width: 100%; margin-top: 10px; position: relative; } .old-report .reason .checkbox { width: 90px; float: left; margin-left: 20px; margin-top: 5px; font-size: 14px; line-height: 20px; } .old-report .reason .checkbox label { margin-left: 5px; display: inline-block; vertical-align: middle; } .old-report .reason .checkbox input { vertical-align: middle; background: #4789f2; } .old-report .reason .textarea { width: 100%; display: block; float: left; padding-left: 20px; box-sizing: border-box; padding-top: 15px; } .old-report .reason .textarea .checkbox { font-size: 14px; margin-left: 0; } .old-report .reason .textarea textarea { margin-top: 30px; width: 100%; height: 80px; display: block; background: #e1e2e6; border-radius: 2px; font-size: 12px; line-height: 20px; text-indent: 5px; } .old-report .report-submit { width: 79px; height: 32px; background: #4789f2; border-radius: 2px; border: 1px solid #00abd0; color: #fff; font-size: 14px; line-height: 32px; text-align: center; margin-left: 20px; margin-top: 20px; cursor: pointer; } .old-comment { width: 100%; margin-top: 24px; } .old-comment .toast p { font-size: 15px !important; } .old-comment-release { width: 100%; height: 32px; } .old-comment-release-input { width: 698px; height: 100%; float: left; color: #9ba5b8; font-size: 14px; line-height: 32px; text-indent: 14px; } .old-comment-release-submit { width: 78px; height: 100%; float: right; color: #fff; text-align: center; line-height: 32px; background: #74a5f5; } .old-comment-release-submit.active { background: var(--background); } .old-comment-sort { width: 100%; height: 16px; font-size: 14px; line-height: 16px; margin-top: 25px; } .old-comment-sort-title { float: left; color: #303133; font-weight: 700; } .old-comment-sort-count { float: left; color: #303133; margin-left: 10px; } .old-comment-sort-box { float: right; color: #747b88; } .old-comment-sort-box span { display: inline-block; margin-left: 15px; } .old-comment-sort-box span.sort { color: #4789f2; } .old-comment-content { width: 100%; padding: 12px 0; border-bottom: 1px solid #ccc; } .old-comment-content-avatar { width: 40px; float: left; color: unset; } .old-comment-content-avatar img { display: block; width: 100%; height: 40px; border-radius: 20px; } .old-comment-content-main { float: right; width: 745px; font-size: 14px; color: #303133; line-height: 22px; } .old-comment-content-main-name { font-weight: 700; color: unset; } .old-comment-content-main-text { width: 100%; } .old-comment-content-main-handle { width: 100%; height: 22px; margin-top: 5px; } .old-comment-content-main-handle span { float: left; color: #747b88; margin-right: 24px; } .old-comment-content-main-handle span.right { float: right; margin-right: 0; } .old-comment-content-main-handle-fabulous { font-size: 14px; } .old-comment-content-main-handle-fabulous.active, .old-comment-content-main-handle-fabulous.active .text { color: var(--background); } .old-comment-content-main-replybox { width: 100%; height: 32px; margin-top: 5px; } .old-comment-content-main-replybox-input { width: 650px; height: 100%; float: left; color: #9ba5b8; font-size: 14px; line-height: 32px; text-indent: 14px; border-radius: 4px; border: 1px solid #b4b4b4; } .old-comment-content-main-replybox-submit { width: 78px; height: 100%; float: right; color: #fff; text-align: center; line-height: 32px; border-radius: 4px; background: #74a5f5; } .old-comment-content-main-replybox-submit.active { background: var(--background); } .old-comment-paginationbox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .old-comment-paginationbox-pagination { margin: 32px auto 0; } .secondComment { width: 100%; background: #f9f9f9; margin-top: 10px; box-sizing: border-box; padding: 18px; } .secondComment-content { width: 100%; margin-top: 5px; } .secondComment-content-avatar { width: 40px; float: left; } .secondComment-content-avatar img { display: block; width: 100%; height: 40px; border-radius: 20px; } .secondComment-content-main { box-sizing: border-box; float: right; width: 660px; font-size: 14px; color: #333; line-height: 22px; border-bottom: 1px solid #dbe1ee; padding-bottom: 5px; } .secondComment-content-main.active { border-bottom: 1px solid transparent; padding-bottom: 0; } .secondComment-content-main-text { width: 100%; } .secondComment-content-main-text-name { font-weight: 700; color: gray; } .secondComment-content-main-content { margin-top: 5px; } .secondComment-content-main-handle { width: 100%; height: 22px; margin-top: 5px; } .secondComment-content-main-handle .spanbox { display: inline-block; float: right; color: #d9d9d9; margin-left: 20px; font-size: 14px; vertical-align: middle; } .secondComment-content-main-handle .spanbox span { vertical-align: middle; } .secondComment-content-main-handle .spanbox .text { color: gray; margin-left: 5px; } .secondComment-content-main-handle .spanbox.active, .secondComment-content-main-handle .spanbox.active .text { color: var(--background); } .secondComment-content-main-handle-time { float: left !important; color: gray !important; margin-left: 0 !important; } .secondComment-content-main-seccondreply { width: 100%; height: 32px; margin-top: 5px; } .secondComment-content-main-seccondreply-input { width: 557px; height: 100%; float: left; color: #9ba5b8; font-size: 14px; line-height: 32px; text-indent: 14px; border-radius: 4px; border: 1px solid #b4b4b4; } .secondComment-content-main-seccondreply-submit { width: 78px; height: 100%; float: right; color: #fff; text-align: center; line-height: 32px; background: var(--background); border-radius: 4px; } .secondComment-content-main-seccondreply-submit.active { background: var(--background); } .comment-titlecontainer { position: relative; width: 100%; height: 46px; border-bottom: 1px solid #d9d9d9; } .comment-titlecontainer__contentbox { float: left; width: 400px; height: 100%; } .comment-titlecontainer__contentbox > div { position: relative; width: 100%; height: 100%; } .comment-titlecontainer__titlebox { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .comment-titlecontainer__titlebox span { display: inline-block; vertical-align: middle; } .comment-titlecontainer__titlebox .title { font-size: 24px; color: #333; line-height: 34px; } .comment-titlecontainer__titlebox .subtitle { font-size: 14px; color: gray; line-height: 34px; margin-left: 36px; vertical-align: middle; } .comment-titlecontainer__titlebox .subtitle span { line-height: 35px; color: var(--background); display: inline; } .comment-titlecontainer__baseline { width: 96px; height: 5px; position: absolute; left: 0; bottom: -1px; background: var(--background); z-index: 9; } .comment-titlecontainer__sortbox { float: right; } .comment-titlecontainer__sortbox span { display: inline-block; margin-left: 15px; line-height: 34px; color: gray; font-size: 14px; } .comment-titlecontainer__sortbox span.sort { color: var(--background); } .comment { width: 100%; margin-top: 24px; } .comment .toast p { font-size: 15px !important; } .comment-commentbox { width: 100%; background: #fff; margin-top: 10px; } .comment-release { width: 100%; } .comment-release-inputwin { width: 100%; border: 1px solid #d9d9d9; border-radius: 5px; } .comment-release-inputwin-input { width: 100%; height: 40px; display: block; color: gray; font-size: 14px; line-height: 20px; background: #fff; border-radius: 5px; padding: 10px 8px; box-sizing: border-box; word-wrap: break-word; word-break: break-all; } .comment-release-inputwin-input::-webkit-scrollbar { background: silver; } .comment-release-inputwin-input::-webkit-scrollbar-thumb { background-color: var(--background); } .comment-release-inputwin-input::-webkit-scrollbar-track { background: hsla(0, 0%, 100%, 0.7); } .comment-release-box { width: 100%; margin-top: 20px; } .comment-release-box-left { float: left; } .comment-release-box-right { float: right; } .comment-release-box-text, .comment-release-submit { width: 78px; text-align: center; font-size: 14px; color: gray; line-height: 32px; } .comment-release-submit { height: 100%; float: right; background: #d9d9d9; border-radius: 5px; } .comment-release-submit.active { color: #fff; background: var(--background); } .comment-nofindbox { width: 100%; } .comment-nofindbox-cartoon { display: block; margin: 0 auto; } .comment-nofindbox-tips { font-size: 14px; width: 100%; color: #707070; text-align: center; margin-top: 13px; } .comment-content { width: 100%; padding: 12px 0; margin-top: 18px; } .comment-content, .comment-content-avatar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .comment-content-avatar { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 40px; } .comment-content-avatar img { width: 100%; height: 40px; border-radius: 20px; } .comment-content-main { width: 100%; font-size: 14px; color: #333; line-height: 22px; padding-left: 16px; } .comment-content-main-name { font-weight: 700; color: gray; } .comment-content-main-text { width: 100%; margin-top: 10px; } .comment-content-main-handle { width: 100%; height: 22px; margin-top: 5px; } .comment-content-main-handle .spanbox { display: inline-block; float: right; color: #d9d9d9; margin-left: 20px; font-size: 14px; vertical-align: middle; } .comment-content-main-handle .spanbox span { vertical-align: middle; } .comment-content-main-handle .spanbox .text { color: gray; margin-left: 5px; } .comment-content-main-handle .spanbox.active, .comment-content-main-handle .spanbox.active .text { color: var(--background); } .comment-content-main-handle-time { float: left !important; color: gray !important; margin-left: 0 !important; } .comment-content-main-replybox { width: 100%; height: 32px; margin-top: 10px; } .comment-content-main-replybox-input { width: 660px; height: 100%; float: left; color: gray; font-size: 14px; line-height: 32px; text-indent: 14px; border-radius: 5px; border: 1px solid #d9d9d9; } .comment-content-main-replybox-submit { width: 78px; height: 100%; float: right; color: gray; text-align: center; line-height: 32px; border-radius: 5px; background: #d9d9d9; } .comment-content-main-replybox-submit.active { background: var(--background); color: #fff; } .comment-loadmore { width: 100%; height: 40px; line-height: 40px; background-color: #f9f9f9; font-size: 14px; color: gray; text-align: center; margin-top: 18px; cursor: pointer; } .comment-loadmore.active { cursor: not-allowed; } [data-host="android"] .comment .comment-content-main-replybox-submit.active, [data-host="android"] .comment .comment-release-submit.active, [data-host="android"] .comment .comment-titlecontainer__baseline, [data-host="android"] .comment .report .report-submit { background: #78c257; } [data-host="android"] .comment .comment-content-main-handle .spanbox.active, [data-host="android"] .comment .comment-content-main-handle .spanbox.active .text, [data-host="android"] .comment .comment-titlecontainer__sortbox span.sort, [data-host="android"] .comment .comment-titlecontainer__titlebox .subtitle span, [data-host="android"] .comment .secondComment-content-main-handle .spanbox.active, [data-host="android"] .comment .secondComment-content-main-handle .spanbox.active .text { color: #78c257; } [data-host="android"] .comment .comment-release-inputwin-input::-webkit-scrollbar-thumb { background-color: #78c257; } [data-host="ios"] .comment .comment-content-main-replybox-submit.active, [data-host="ios"] .comment .comment-release-submit.active, [data-host="ios"] .comment .comment-titlecontainer__baseline, [data-host="ios"] .comment .report .report-submit { background: #2d2d2d; } [data-host="ios"] .comment .comment-content-main-handle .spanbox.active, [data-host="ios"] .comment .comment-content-main-handle .spanbox.active .text, [data-host="ios"] .comment .comment-titlecontainer__sortbox span.sort, [data-host="ios"] .comment .comment-titlecontainer__titlebox .subtitle span, [data-host="ios"] .comment .secondComment-content-main-handle .spanbox.active, [data-host="ios"] .comment .secondComment-content-main-handle .spanbox.active .text { color: #2d2d2d; } [data-host="ios"] .comment .comment-release-inputwin-input::-webkit-scrollbar-thumb { background-color: #2d2d2d; } [data-host="tech"] .comment .comment-content-main-replybox-submit.active, [data-host="tech"] .comment .comment-release-submit.active, [data-host="tech"] .comment .comment-titlecontainer__baseline, [data-host="tech"] .comment .report .report-submit { background: var(--background); } [data-host="tech"] .comment .comment-content-main-handle .spanbox.active, [data-host="tech"] .comment .comment-content-main-handle .spanbox.active .text, [data-host="tech"] .comment .comment-titlecontainer__sortbox span.sort, [data-host="tech"] .comment .comment-titlecontainer__titlebox .subtitle span, [data-host="tech"] .comment .secondComment-content-main-handle .spanbox.active, [data-host="tech"] .comment .secondComment-content-main-handle .spanbox.active .text { color: var(--background); } [data-host="tech"] .comment .comment-release-inputwin-input::-webkit-scrollbar-thumb { background-color: var(--background); } .clearfix { zoom: 1; } .clearfix:after { display: block; clear: both; visibility: hidden; height: 0; content: ""; } .hand { cursor: pointer; } .share { width: 80px; position: fixed; bottom: 70px; text-align: center; font-size: 12px; } .share__typeid-8 { position: relative; bottom: 0; width: 100%; text-align: right; } .share__typeid-8 .share__icon { font-size: 18px !important; } .share__typeid-8 .share__wrapper { display: inline-block; } .share__typeid-8 .share__wrapper > div { width: 24px !important; height: 24px !important; margin: 0 10px auto; text-align: center; font-size: 14px; line-height: 24px; } .share__typeid-8 .share__wrapper > div:hover .qrcode { display: block !important; } .share__typeid-8 .share__mobile { display: inline-block; border-radius: 24px; } .share__typeid-8 .share__mobile:hover:after { border-radius: 24px; } .share__typeid-8 .share__weixin { display: inline-block; border-radius: 24px; } .share__typeid-8 .share__weixin:hover:after { border-radius: 24px; } .share__typeid-8 .share__qq { display: inline-block; border-radius: 24px; } .share__typeid-8 .share__qq:hover:after { border-radius: 24px; } .share__typeid-8 .share__weibo { display: inline-block; border-radius: 24px; } .share__typeid-8 .share__weibo:hover:after { border-radius: 24px; } .share__typeid-8 .qrcode { left: -40px !important; top: 30px !important; z-index: 20 !important; } .share__typeid-8 .qrcode:before { border-left: 1px solid #bcbcbc !important; border-top: 1px solid #bcbcbc !important; border-bottom: none !important; left: 50px !important; top: -5px !important; } .share__title { position: relative; } .share__title span { display: inline-block; background: #f2f6fc; padding: 0 5px; } .share__title:after { content: ""; display: block; width: 100%; height: 1px; background: #e8e8e8; position: absolute; top: 50%; left: 0; z-index: -1; } .share__wrapper > a, .share__wrapper > div { width: 40px; height: 40px; margin: 10px auto 0; border-radius: 2px; display: block; cursor: pointer; line-height: 40px; color: #fff !important; -webkit-transition: all 0.5s; transition: all 0.5s; position: relative; background: #ccc; } .share__wrapper > a:after, .share__wrapper > div:after { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 2px; left: 0; top: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .share__wrapper > a .tip, .share__wrapper > div .tip { font-size: 14px; padding: 0 30px; height: 34px; width: auto; word-break: keep-all; line-height: 34px; } .share__wrapper > a:hover .qrcode, .share__wrapper > div:hover .qrcode { display: block !important; } .share .qrcode { width: 115px; height: 135px; border: 1px solid #bcbcbc; color: gray; position: absolute; left: 50px; top: 0; text-align: center; line-height: 1; background: #fff; border-radius: 3px; display: none; font-size: 12px; } .share .qrcode .qrcodeCon { width: 113px; height: 113px; border-radius: 3px; } .share .qrcode .qrcodeCon img { width: 113px; height: 113px; } .share .qrcode:before { content: ""; width: 5px; height: 5px; background: #fff; border-left: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: block; position: absolute; left: -4px; top: 15px; } .share__weixin { position: relative; } .share__weixin .share__icon { font-size: 28px; } .share__weixin:hover:after { background: #3dbe5b; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } .share__weixin:hover .qrcode { display: block !important; } .share__qq:hover:after { background: #21b3f7; } .share__qq:hover:after, .share__qzone:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } .share__qzone:hover:after { background: #f8c514; } .share__app-download { display: block; } .share__app-download .share__icon { color: unset; } .share__app-download:hover:after { background: #00a0de; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } .share__app-download:hover .qrcode { display: block !important; } .share__app-download img { width: 90px !important; height: 90px !important; margin-top: 12px; } .share__app-download.is-active .qrcode { display: block !important; } .share__weibo:hover:after { background: #ff5757; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } .share__icon { font-size: 24px; display: inline-block; z-index: 2; position: relative; } .share__icon:hover { -webkit-animation: rock 0.4s; animation: rock 0.4s; } @-webkit-keyframes rock { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } to { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes rock { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } to { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } .game-card { width: 100%; height: auto; background: #fff; margin-bottom: 24px; } .game-card:hover { -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .game-card__title { font-size: 14px; line-height: 34px; height: 34px; border-bottom: 1px solid #dbe1ee; padding-left: 16px; } .game-card__info { padding: 20px 16px 17.4px; border-bottom: 1px solid #e6ebf5; } .game-card__info dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .game-card__info dl dt { width: 100px; height: 100px; margin-right: 12px; overflow: hidden; position: relative; } .game-card__info dl dt img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .game-card__info dl dt img:hover { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .game-card__info dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 19px; overflow: hidden; } .game-card__info dl dd h6 { font-size: 20px; line-height: 26px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .game-card__info dl dd h6:hover { color: var(--background); } .game-card__info dl dd p { font-family: Play-Regular; width: 100%; height: 19px; line-height: 21px; color: #999daa; } .game-card__info dl dd p:nth-child(2) { font-family: Play-Regular; font-size: 12px; width: 100%; height: 40px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .game-card__info dl dd p:last-child { width: 100%; height: 24px; overflow: hidden; margin-top: 6px; } .game-card__info dl dd p:last-child a { font-size: 12px; color: #4789f2; display: inline-block; height: 24px; text-align: center; line-height: 24px; padding: 0 6px; border: 1px solid #4789f2; border-radius: 12px; margin-right: 6px; } .game-card__appraisal { padding: 20px 15px; border-bottom: 1px solid #e6ebf5; } .game-card__appraisal ul { width: 100%; height: 76px; } .game-card__appraisal ul li { float: left; width: 50%; height: 76px; } .game-card__appraisal ul li dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .game-card__appraisal ul li dl dt { width: 48px; height: 76px; background: #23ce4b; border-radius: 2px; margin-right: 1px; } .game-card__appraisal ul li dl dt span { font-size: 21px; color: #eee; width: 48px; text-align: center; margin-top: 43px; display: inline-block; } .game-card__appraisal ul li dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-top: 40px; font-size: 13px; line-height: 17px; } .game-card__appraisal ul li dl dd h6 { font-size: 13px; line-height: 17px; } .game-card__appraisal ul li dl dd p { color: #747b88; } .game-card__appraisal ul li dl dd p a { color: #4789f2; cursor: pointer; } .game-card__store { padding: 20px 16px; } .game-card__store ul { width: 100%; height: auto; } .game-card__store ul li { width: 50%; height: 44px; float: left; margin-bottom: 21px; } .game-card__store ul li:nth-last-child(2) { margin-bottom: 0; } .game-card__store ul li h6 { width: 100%; height: auto; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .game-card__store ul li h6 b { width: 12px; height: 12px; border-radius: 14px; display: inline-block; margin-right: 6px; } .game-card__store ul li h6 span { font-size: 14px; line-height: 19px; } .game-card__store ul li p { width: 100%; height: auto; } .game-card__store ul li p b { font-size: 20px; font-weight: 400; color: #27282a; margin-right: 8px; } .game-card__store ul li p span { font-size: 14px; line-height: 19px; color: #747b88; } .game-card2 { width: 100%; height: auto; background: #fff; margin-bottom: 24px; } .game-card2:hover { -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .game-card2__title { font-size: 14px; line-height: 34px; height: 34px; border-bottom: 1px solid #dbe1ee; padding-left: 16px; } .game-card2__info { padding: 20px 16px 17.4px; } .game-card2__info dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .game-card2__info dl dt { width: 100px; height: 100px; margin-right: 12px; overflow: hidden; position: relative; } .game-card2__info dl dt img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .game-card2__info dl dt img:hover { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .game-card2__info dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 19px; overflow: hidden; position: relative; } .game-card2__info dl dd h6 { font-size: 20px; line-height: 26px; height: 26px; color: #27282a; font-weight: 400; overflow: hidden; } .game-card2__info dl dd h6:hover { color: var(--background); } .game-card2__info dl dd p { width: 100%; height: 19px; font-size: 16px; line-height: 21px; color: #999daa; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .game-card2__info dl dd p:nth-child(2) { font-family: Play-Regular; font-size: 16px; width: 100%; height: 40px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .game-card2__info dl dd p:last-child { width: 100%; height: 32px; background: #dbe1ee; border-radius: 2px; margin-top: 6px; overflow: hidden; position: absolute; left: 0; bottom: 0; z-index: 1; } .game-card2__info dl dd p:last-child span { height: 32px; background: #58d000; position: absolute; left: 0; top: 0; z-index: 2; border-radius: 2px; } .game-card2__info dl dd p:last-child span.oneC { background: #f33; } .game-card2__info dl dd p:last-child span.twoC { background: #ff7e34; } .game-card2__info dl dd p:last-child span.threeC { background: #fc0; } .game-card2__info dl dd p:last-child span.fourC { background: #58d000; } .game-card2__info dl dd p:last-child span.fiveC { background: #24cf4c; } .game-card2__info dl dd p:last-child span b { font-size: 20px; line-height: 32px; color: #fff; text-align: center; position: absolute; right: 15px; top: 0; z-index: 3; font-family: nasalization; } .game-card2__info .intro { margin-top: 16px; font-size: 14px; line-height: 20px; color: #747b88; } .game-card2__feature { padding: 0 16px 17.4px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .game-card2__feature ul { width: 50%; height: auto; } .game-card2__feature ul:nth-child(2) li b { color: #f73939; } .game-card2__feature ul li { font-size: 14px; line-height: 19px; color: #303133; margin-bottom: 8px; position: relative; padding-left: 18px; } .game-card2__feature ul li b { width: 12px; height: 12px; color: #55d108; border-radius: 14px; display: inline-block; margin-right: 5px; background-repeat: no-repeat; background-size: cover; background-position: 50%; position: absolute; left: 0; top: 0; } .relate-games { width: 100%; height: auto; background: #fff; margin-bottom: 24px; } .relate-games__title { font-size: 14px; line-height: 34px; height: 34px; border-bottom: 1px solid #dbe1ee; padding-left: 16px; } .relate-games__lists { padding: 0 16px; } .relate-games__lists li { padding: 16px 0; border-bottom: 1px solid #dbe1ee; } .relate-games__lists li:last-child { border: none; } .relate-games__lists li a { display: block; } .relate-games__lists li a dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .relate-games__lists li a dl dt { width: 100px; height: 100px; margin-right: 12px; overflow: hidden; position: relative; } .relate-games__lists li a dl dt img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .relate-games__lists li a dl dt img:hover { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .relate-games__lists li a dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 19px; overflow: hidden; } .relate-games__lists li a dl dd h6 { font-size: 20px; line-height: 26px; height: 26px; color: #27282a; font-weight: 400; overflow: hidden; } .relate-games__lists li a dl dd h6:hover { color: var(--background); } .relate-games__lists li a dl dd p { width: 100%; height: 19px; line-height: 21px; color: #999daa; } .relate-games__lists li a dl dd p:nth-child(2) { font-family: Play-Regular; font-size: 16px; width: 100%; height: 32px; line-height: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .relate-games__lists li a dl dd p:last-child { width: 100%; height: 24px; overflow: hidden; margin-top: 6px; } .relate-games__lists li a dl dd p:last-child span { font-size: 12px; color: #4789f2; display: inline-block; height: 24px; text-align: center; line-height: 24px; padding: 0 6px; border: 1px solid #4789f2; border-radius: 12px; margin-right: 6px; } .link-directory__list { width: 138px; height: auto; } .link-directory__list li { width: 138px; height: auto; border-right: 1px solid #dbe1ee; text-align: center; position: relative; } .link-directory__list li ul li { width: 138px; height: auto; } .link-directory__list li ul li a { width: 100px; height: 68px; display: inline-block; } .link-directory__list li ul li a.is-active p, .link-directory__list li ul li a:hover p { color: var(--background); } .link-directory__list li ul li a.is-active span, .link-directory__list li ul li a:hover span { border: 1px solid var(--background); } .link-directory__list li ul li a p { font-size: 12px; } .link-directory__list li ul li a span { width: 13px; height: 13px; border: 1px solid #747b88; border-radius: 7.5px; } .link-directory__list li:last-child { border: none; } .link-directory__list li:last-child ul li:last-child { height: 14px; } .link-directory__list li a { width: 138px; height: 68px; display: inline-block; } .link-directory__list li a.is-active p, .link-directory__list li a:hover p { color: var(--background); } .link-directory__list li a.is-active span, .link-directory__list li a:hover span { border: 2px solid var(--background); } .link-directory__list li a p { color: #747b88; font-size: 14px; line-height: 22px; position: absolute; right: 10px; top: -5px; } .link-directory__list li a span { width: 13px; height: 13px; border: 2px solid #747b88; border-radius: 7.5px; background: #fff; display: block; position: absolute; right: -7.5px; top: 0; } .rating-card { -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .rating-card:hover { box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .rating-card:hover .rating-card__title { color: var(--background); } .rating-card__link { display: block; width: 100%; height: 100%; overflow: hidden; } .rating-card__banner { position: relative; width: 100%; overflow: hidden; } .rating-card__banner:after { display: block; content: ""; padding-top: 56.25%; } .rating-card__banner img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .rating-card__banner img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .rating-card__rate { position: absolute; width: 50%; min-width: 44px; height: 32px; padding-left: 8px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-family: nasalization; font-size: 20px; line-height: 32px; color: #fff; border-top-right-radius: 2px; border-bottom-right-radius: 2px; background: #24cf4c; } .rating-card__outer { position: relative; } .rating-card__inner { height: 82px; padding: 16px; background-color: #fff; } .rating-card__home-inner { height: 110px !important; } .rating-card__title { font-weight: 700; font-size: 16px; color: #303133; } .rating-card__description, .rating-card__title { line-height: 22px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .rating-card__description { font-size: 14px; color: #747b88; } .rating-card.is-score .rating-card__inner { height: 90px; padding-top: 24px; background-color: #f2f6fc; } .rating-card.is-score .rating-card__title { margin-bottom: 0; } .rating-card.is-evaluation .rating-card__inner { background-color: #fff; } .rating-card.is-description .rating-card__inner { height: 124px; } .rating-card.is-description .rating-card__title { margin-bottom: 16px; } .rating-card.is-description .rating-card__home-title { margin-bottom: 6px; } .rating-card.is-description .rating-card__special-title { font-size: 18px; } .tb-acrylic { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } .tb-acrylic__inner { position: absolute; top: -16px; bottom: -16px; left: -16px; right: -16px; } .tb-acrylic__img { position: relative; width: 100%; height: 100%; object-fit: cover; -webkit-filter: blur(16px); filter: blur(16px); } .tb-acrylic__cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; } .tb-acrylic.is-dark .tb-acrylic__img { -webkit-filter: blur(16px) brightness(85%); filter: blur(16px) brightness(85%); } .tb-acrylic.is-dark .tb-acrylic__cover { background-color: #323847; } .tb-acrylic.is-lite .tb-acrylic__img { -webkit-filter: blur(16px) brightness(115%); filter: blur(16px) brightness(115%); } .tb-acrylic.is-lite .tb-acrylic__cover { background-color: #fff; } .acrylic-card { position: relative; width: 100%; padding-bottom: 100%; } .acrylic-card__wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .acrylic-card__link { position: relative; } .acrylic-card__banner, .acrylic-card__link { display: block; width: 100%; height: 100%; overflow: hidden; } .acrylic-card__banner { object-fit: cover; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .acrylic-card__banner:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .acrylic-card__outer { position: absolute; bottom: 0; width: 100%; height: 56px; } .acrylic-card__inner { position: relative; padding: 7px 13px; } .acrylic-card__inner h3 { margin-bottom: 5px; font-weight: 400; font-size: 16px; line-height: 22px; color: #eee; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .acrylic-card__inner h3.noellipsis { text-overflow: inherit; } .acrylic-card__inner span { display: block; font-size: 14px; color: #999daa; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tb-recommend-hot { width: 100%; height: auto; background: #fff; margin-bottom: 24px; } .tb-recommend-hot__title { font-size: 14px; line-height: 40px; height: 40px; border-bottom: 1px solid #dbe1ee; padding-left: 17px; } .tb-recommend-hot__title a { font-size: 14px; font-weight: 400; float: right; padding-right: 10px; color: #747b88; } .tb-recommend-hot__lists { padding: 0 17px; } .tb-recommend-hot__lists li { padding: 12px 0 13px; border-bottom: 1px solid #dbe1ee; } .tb-recommend-hot__lists li:last-child { border: none; } .tb-recommend-hot__lists li a { color: #303133; display: block; } .tb-recommend-hot__lists li a dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tb-recommend-hot__lists li a dl dt { width: 100px; margin-right: 8px; height: 57px; overflow: hidden; position: relative; } .tb-recommend-hot__lists li a dl dt img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .tb-recommend-hot__lists li a dl dt img:hover { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .tb-recommend-hot__lists li a dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 19px; position: relative; } .tb-recommend-hot__lists li a dl dd h6 { width: 100%; height: 38px; line-height: 19px; font-weight: 700; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .tb-recommend-hot__lists li a dl dd h6:hover { color: var(--background); } .tb-recommend-hot__lists li a dl dd p { color: #747b88; position: absolute; right: 0; bottom: 0; } .tb-recommend-hot .is-not-undeline { border-bottom: none; } .tb-tushang { position: relative; min-width: 1200px; } .tb-tushang__container { background-color: #f7f9fc; } [data-host="android"] .tb-tushang__container, [data-host="ios"] .tb-tushang__container, [data-host="tech"] .tb-tushang__container { background: #fff; } .tb-tushang__banner-content { height: 994px; } .tb-tushang__banner-content .banner-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 16px 0 32px; font-size: 13px; } .tb-tushang__banner-content .banner-top { text-align: left; } .tb-tushang__banner-content .banner-top h3 { font-size: 24px; } .tb-tushang__banner-content .title-right { width: 240px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .tb-tushang__banner-content .title-left span { margin-right: 24px; line-height: 24px; cursor: pointer; color: gray; } .tb-tushang__banner-content .swiper-box { position: relative; height: 800px; } .tb-tushang__banner-content .swiper-container { height: 300px; margin-left: auto; margin-right: auto; background-color: #ccc; } .tb-tushang__banner-content .swiper-slide { cursor: pointer; background-size: cover; background-position: 50%; } .tb-tushang__banner-content .gallery-top { height: 80%; width: 100%; } .tb-tushang__banner-content .gallery-top .swiper-button-next { display: none; } .tb-tushang__banner-content .gallery-top .is-show { display: block !important; } .tb-tushang__banner-content .gallery-top .is-hide { display: none !important; } .tb-tushang__banner-content .gallery-top .swiper-button-prev { display: none; } .tb-tushang__banner-content .gallery-top:hover .swiper-button-next, .tb-tushang__banner-content .gallery-top:hover .swiper-button-prev { display: block; } .tb-tushang__banner-content .gallery-thumbs { position: relative; background-color: #333; height: 182px; box-sizing: border-box; margin: 10px 0; background-size: cover; } .tb-tushang__banner-content .gallery-thumbs .swiper-button-next, .tb-tushang__banner-content .gallery-thumbs .swiper-button-prev { display: none; } .tb-tushang__banner-content .gallery-thumbs:hover .swiper-button-next, .tb-tushang__banner-content .gallery-thumbs:hover .swiper-button-prev { display: block; } .tb-tushang__banner-content .gallery-thumbs .swiper-slide { width: 200px; height: 113px; opacity: 0.4; margin: auto 0; -webkit-transition: all 0.3s; transition: all 0.3s; } .tb-tushang__banner-content .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; width: 260px !important; height: 146px !important; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-custom { text-align: right; color: #fff; font-size: 30px !important; line-height: 28px; padding-right: 18px; bottom: 12px; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-custom span:nth-child(2) { font-size: 18px; line-height: 28px; } .tb-tushang__banner-content .gallery-thumbs .slide-image-last { cursor: pointer; font-size: 18px; color: #fff; position: relative; background-image: url("https://android.tgbus.com/static/img/last-page.png"); background-size: cover; opacity: 0.75; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; text-align: center; } .tb-tushang__banner-content .gallery-thumbs .slide-image-last .last-image-text { font-size: 16px; color: #fff; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -25%); -ms-transform: translate(-50%, -25%); transform: translate(-50%, -25%); display: inline-block; } .tb-tushang__banner-content .slide-last-page { background-color: #333; opacity: 0.88; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: default; } .tb-tushang__banner-content .slide-last-page > div { width: 794px; height: 586px; margin: auto; margin-top: 28px; } .tb-tushang__banner-content .slide-last-page > div p { font-size: 20px; line-height: 26px; color: #fff; } .tb-tushang__banner-content .slide-last-page > div p a { display: inline-block; float: right; cursor: pointer; font-size: 16px; color: #fff; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 16px; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh { width: 172px; height: 60px; border-radius: 40px; margin: 0 auto; margin-top: 24px; border: 1px solid #fff; text-align: center; line-height: 55px; color: #fff; font-size: 18px; cursor: pointer; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh i { font-size: 22px; position: relative; top: 2px; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh span { line-height: 60px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } .tb-tushang__banner-content .avage-image { width: 48px; height: 48px; } .tb-tushang__banner-content .title-right span { margin-left: 24px; cursor: pointer; } .tb-tushang__banner-content .bottomText { position: absolute; bottom: 0; background-color: rgba(51, 51, 51, 0.75); color: #fff; font-size: 18px; text-align: left; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; max-height: 92px; line-height: 28px; width: 100%; } .tb-tushang__banner-content .bottomText span { display: inline-block; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; margin: 18px; overflow: hidden; margin-right: 103px; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-fraction { text-align: right; color: #fff; font-size: 28px !important; padding-right: 20px; } .tb-tushang__banner-content .last-image button { width: 172px; height: 60px; border-radius: 30px; border: 1px solid #707070; background-color: #333; color: #fff; position: absolute; bottom: 20px; left: 50%; margin-left: -86px; font-size: 18px; outline: none; cursor: pointer; } .tb-tushang__description { position: relative; background-color: #f9f9f9; } .tb-tushang__description p { font-size: 16px; line-height: 32px; padding: 24px 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #333; } .tb-tushang__description .border { position: absolute; padding: 5px; border-style: solid; border-color: transparent; } [data-host="android"] .tb-tushang__description .border { border-color: #78c257; } [data-host="ios"] .tb-tushang__description .border { border-color: #2d2d2d; } [data-host="tech"] .tb-tushang__description .border { border-color: var(--background); } .tb-tushang__description .row-border1 { position: absolute; border-width: 5px 0 0 5px; top: 0; left: 0; } .tb-tushang__description .row-border2 { position: absolute; border-width: 5px 5px 0 0; top: 0; right: 0; } .tb-tushang__description .col-border1 { position: absolute; border-width: 0 0 5px 5px; bottom: 0; left: 0; } .tb-tushang__description .col-border2 { position: absolute; border-width: 0 5px 5px 0; bottom: 0; right: 0; } .tb-tushang__news { margin-top: 5px; padding-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tb-tushang__latest { width: 389px; } .tb-tushang__relate { padding-right: 9px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .tb-tushang__relate p { border-bottom: none; } .tb-tushang__relate p span { border-bottom: none; font-size: 20px; line-height: 26px; display: inline-block; color: #747b88; padding: 24px 0 10px; font-weight: 700; } [data-host="android"] .tb-tushang__relate p { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="android"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #78c257; } [data-host="ios"] .tb-tushang__relate p { border-bottom: 1px sold; border-color: #d9d9d9; } [data-host="ios"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #2d2d2d; } [data-host="tech"] .tb-tushang__relate p { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="tech"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: var(--background); } [data-host="ios"] .tb-tushang__relate .rating-card__outer { background-color: #f9f9f9; } [data-host="ios"] .tb-tushang__relate .rating-card:hover .rating-card__title { color: #2d2d2d; } [data-host="android"] .tb-tushang__relate .tb-tushang__relate-item { margin-top: 0; } [data-host="android"] .tb-tushang__relate .tb-tushang__title { margin-bottom: 18px; } [data-host="android"] .tb-tushang__relate .rating-card:hover { box-shadow: none; } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__banner { box-shadow: 0 3px 6px rgba(120, 194, 87, 0.3); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__banner img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__inner { width: 100% !important; box-shadow: 0 3px 6px rgba(120, 194, 87, 0.3); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__title { color: #78c257; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer { position: relative; top: -18px; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer .rating-card__inner { -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; width: 95%; margin: 0 auto; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer .rating-card__inner .rating-card__title { width: 340px; margin: 0 auto; } .tb-tushang__relate-item { margin-top: 18px; } [data-host="android"] .tb-tushang__relate-item, [data-host="ios"] .tb-tushang__relate-item { margin-top: 16px; } [data-host="ios"] .tb-tushang__relate-item .rating-card__inner { background-color: #f9f9f9; } [data-host="tech"] .tb-tushang__relate-item { margin-top: 16px; } .tb-tushang .acrylic-card__inner h3 { height: 44px !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal !important; } .tb-tushang-latest { width: 100%; height: auto; background: #fff; margin-bottom: 24px; padding-left: 9px; } .tb-tushang-latest__title { border-bottom: none; } .tb-tushang-latest__title span { border-bottom: none; font-size: 20px; line-height: 26px; display: inline-block; color: #747b88; padding: 24px 0 10px; font-weight: 700; } [data-host="android"] .tb-tushang-latest__title { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="android"] .tb-tushang-latest__title span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #78c257; } [data-host="ios"] .tb-tushang-latest__title { border-bottom: 1px sold; border-color: #d9d9d9; } [data-host="ios"] .tb-tushang-latest__title span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #2d2d2d; } [data-host="tech"] .tb-tushang-latest__title { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="tech"] .tb-tushang-latest__title span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: var(--background); } .tb-tushang-latest__more { font-size: 14px; line-height: 19px; color: #747b88; } .tb-tushang-latest__lists li { margin-top: 18px; padding: 18px 22px 18px 18px; background-color: #f9f9f9; } .tb-tushang-latest__lists li:last-child { border: none; } .tb-tushang-latest__lists li a { color: #303133; display: block; } .tb-tushang-latest__lists li a dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tb-tushang-latest__lists li a dl dt { width: 158px; margin-right: 18px; height: 86px; overflow: hidden; position: relative; } .tb-tushang-latest__lists li a dl dt img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } .tb-tushang-latest__lists li a dl dt img:hover { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; } .tb-tushang-latest__lists li a dl dd { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 19px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: Center; -webkit-align-items: Center; -ms-flex-align: Center; align-items: Center; } .tb-tushang-latest__lists li a dl dd h6 { width: 100%; font-size: 14px; line-height: 24px; font-weight: 400; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .tb-tushang-latest__lists li a dl dd h6:hover { color: var(--background); } [data-host="android"] .tb-tushang-latest__lists li a dl dd h6:hover { color: #78c257; } [data-host="ios"] .tb-tushang-latest__lists li a dl dd h6:hover { color: #2d2d2d; } [data-host="tech"] .tb-tushang-latest__lists li a dl dd h6:hover { color: var(--background); } .tb-tushang-latest__lists li a dl dd p { color: #747b88; position: absolute; right: 0; bottom: 0; } .host-header { width: 100%; min-width: 1230px; height: 93px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } [data-host="android"] .host-header { box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); background: #fff; } [data-host="ios"] .host-header { border-bottom: 1px solid #707070; background-color: #2d2d2d; } [data-host="tech"] .host-header { border-bottom: 1px solid var(--background); background: var(--background); } .host-header__container { width: 1230px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; height: 93px; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .host-header__collection { width: 1230px; } .host-header__logo { background-size: cover; background-repeat: no-repeat; } [data-host="android"] .host-header__logo { width: 150px; height: 57px; background-image: url("../image/android-logo1.png"); } [data-host="ios"] .host-header__logo { width: 241px; height: 47px; background-image: url("../image/iphone-logo.png"); } [data-host="tech"] .host-header__logo { width: 162px; height: 44px; background-image: url("../image/hi-logo1.png"); } .host-header__logo a { display: block; width: 100%; height: 100%; } .host-header__nav { margin-left: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .host-header__nav a { display: block; padding: 26px; font-size: 16px; padding: 18px; } [data-host="android"] .host-header__nav a { color: #333; } [data-host="ios"] .host-header__nav a, [data-host="tech"] .host-header__nav a { color: #fff; } .host-header__nav .otherChannel { cursor: pointer; } [data-host="android"] .host-header__nav .otherChannel a { color: #333; } [data-host="ios"] .host-header__nav .otherChannel a { color: gray; } [data-host="tech"] .host-header__nav .otherChannel a { color: var(--header); } .host-header__nav .otherChannel a i { font-size: 12px; } .host-header__handle { position: absolute; right: 0; } .host-header__handle span { font-size: 16px; line-height: 30px; margin: 18px; position: relative; cursor: pointer; } [data-host="android"] .host-header__handle span { color: #333; } [data-host="ios"] .host-header__handle span { color: gray; } [data-host="tech"] .host-header__handle span { color: var(--background); } .host-header__handle span:last-child { margin-right: 0; } .host-header__handle span:after { content: "/"; position: absolute; right: -18px; top: -6px; } .host-header__handle span:last-child:after { content: ""; } .host-header__handle span.search i { font-size: 18px; } .host-header__handle span.user { padding: 28px 0; margin: 0 18px; position: relative; } .host-header__handle span.user:hover .userInfo { display: block; } .host-header__handle span.user b { margin-right: 68px; font-weight: 400; } .host-header__handle span.user em { width: 50px; height: 50px; border-radius: 25px; overflow: hidden; display: inline-block; position: absolute; right: 0; top: 10px; } .host-header__handle span.user em img { width: 100%; height: 100%; object-fit: cover; } .host-header__handle span.user .userInfo { display: none; width: 150px; height: 108px; background: #fff; border: 1px solid #f0f0f0; border-radius: 0 0 4px 4px; overflow: hidden; position: absolute; right: 0; top: 72px; z-index: 12; } .host-header__handle span.user .userInfo p { width: 150px; height: 51px; font-size: 14px; text-align: center; line-height: 51px; color: #333; } .host-header__handle span.user .userInfo p:hover { background: #f0f0f0; } .host-header__search-main { margin-left: 35px; } .host-header__search-main i { cursor: pointer; } [data-host="android"] .host-header__search-main i { color: gray; } [data-host="ios"] .host-header__search-main i, [data-host="tech"] .host-header__search-main i { color: #fff; } .host-header__search-main i.search-icon { font-size: 20px; } .host-header__search-main input { width: 800px; height: 26px; line-height: 26px; margin: 0 36px; font-size: 16px; background: transparent; border: none; outline: none; } [data-host="android"] .host-header__search-main input { color: gray; } [data-host="ios"] .host-header__search-main input, [data-host="tech"] .host-header__search-main input { color: #d9d9d9; } .host-header__nav-content { position: absolute; top: 93px; left: 0; right: 0; height: 150px; width: 100%; z-index: 10; text-align: center; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } [data-host="android"] .host-header__nav-content { top: 94px; min-width: 1230px; background-color: #fff; } [data-host="ios"] .host-header__nav-content { min-width: 1230px; background-color: #3a3a3a; } [data-host="tech"] .host-header__nav-content { min-width: 1230px; background-color: #05004b; } [data-host="android"] .host-header__nav-content { box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05); } [data-host="ios"] .host-header__nav-content, [data-host="tech"] .host-header__nav-content { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); } .host-header__nav-content a { display: inline-block; position: relative; width: 100px; height: 100px; border-radius: 5px; -webkit-transition: all 0.25s; transition: all 0.25s; } [data-host="android"] .host-header__nav-content a, [data-host="ios"] .host-header__nav-content a { background: hsla(0, 0%, 98%, 0.5); } [data-host="tech"] .host-header__nav-content a { background: hsla(0, 0%, 98%, 0.79); } .host-header__nav-content a img { width: auto; object-fit: cover; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding-bottom: 27px; } .host-header__nav-content a p { position: absolute; bottom: 8px; width: 100%; height: 19px; line-height: 19px; left: 50%; font-size: 14px; color: #333; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .host-header__nav-content a:hover { background-color: rgba(45, 45, 45, 0.5); } .host-header__nav-content a:hover img { -webkit-filter: brightness(200%) contrast(100%); filter: brightness(200%) contrast(100%); } .host-header__nav-content a:hover p { color: #fff; } .host-header__nav-content a:active { background-color: rgba(45, 45, 45, 0.5); } .host-header__nav-content a:not(:last-child) { margin-right: 16px; } .host-header__nav-content .animation-nav-content { -webkit-animation-name: Navbar-dropdown-drop-in-delayed; animation-name: Navbar-dropdown-drop-in-delayed; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; margin-left: 0; } .special-titlecontainer { position: relative; width: 100%; height: 46px; border-bottom: 1px solid #d9d9d9; } .special-titlecontainer__titlebox { float: left; width: 96px; height: 100%; } .special-titlecontainer__titlebox > div { position: relative; width: 100%; height: 100%; } .special-titlecontainer__title { width: 100%; height: 100%; font-size: 24px; color: #333; position: absolute; left: 0; top: 0; line-height: 34px; } .special-titlecontainer__baseline { width: 100%; height: 5px; position: absolute; left: 0; bottom: -1px; background: #78c257; z-index: 9; } .special-titlecontainer__more { float: right; } .special-titlecontainer__more > a { display: inline-block; font-size: 14px; color: gray; line-height: 46px; } .special-card { position: relative; width: 100%; height: 122px; margin-top: 18px; padding: 18px; background: #f9f9f9; } .special-card > a { cursor: pointer; width: 100%; height: 100%; display: block; } .special-card > a > .item-left { float: left; width: 158px; height: 100%; overflow: hidden; } .special-card > a > .item-left:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .special-card > a > .item-left > img { display: block; width: 100%; height: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .special-card > a > .item-right { float: right; width: 182px; height: 100%; } .special-card > a > .item-right > .content { font-size: 14px; color: #333; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .special-infocard { position: relative; width: 100%; height: 165px; margin-bottom: 18px; overflow: hidden; } .special-infocard > a { width: 100%; height: 100%; display: block; } .special-infocard > a > .item-left { float: left; width: 294px; height: 100%; position: relative; overflow: hidden; } .special-infocard > a > .item-left:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .special-infocard > a > .item-left > img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .special-infocard > a > .item-left > span { width: 64px; height: 27px; display: block; background: #78c257; text-align: center; line-height: 27px; font-size: 14px; z-index: 9; position: absolute; left: 0; top: 0; color: #fff; } .special-infocard > a > .item-right { float: right; width: 502px; height: 100%; padding: 20px 0; } .special-infocard > a > .item-right > .title { width: 100%; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; white-space: nowrap; font-size: 18px; color: #333; } .special-infocard > a > .item-right > .title:hover { color: #78c257; } .special-infocard > a > .item-right > .info { height: 24px; font-size: 14px; color: gray; margin: 13px 0; } .special-infocard > a > .item-right > .info > span { display: inline-block; line-height: 24px; vertical-align: middle; } .special-infocard > a > .item-right > .info > span.spot { width: 3px; height: 3px; border-radius: 3px; background: #d9d9d9; margin: 0 10px; } .special-infocard > a > .item-right > .content { font-size: 14px; color: gray; line-height: 24px; height: 72px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .special-weeklyhot { margin-top: 18px; } .special-weeklyhot, .special-weeklyhot__release-date { position: relative; width: 100%; } .special-weeklyhot__ul { position: relative; z-index: 10; } .special-weeklyhot__li { width: 100%; } .special-weeklyhot__li:not(:first-child) a { margin-top: 20px; } .special-weeklyhot__li .a-hover { height: 77px; } .special-weeklyhot__li .a-hover .textBox .image-box { width: 136px; height: 100%; } .special-weeklyhot__li .a-hover .textBox .text { line-height: 22px; color: #333; font-size: 14px; margin: auto 0; position: relative; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-left: 18px; white-space: pre-wrap; } .special-weeklyhot__li > a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 30px; overflow: hidden; } .special-weeklyhot__li > a > .rank { display: inline-block; font-size: 24px; color: gray; vertical-align: middle; width: 35px; } .special-weeklyhot__li > a > .rank label { display: inline-block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .special-weeklyhot__li > a > .circle { display: inline-block; width: 10px; height: 10px; margin: auto 0; border: 1px solid transparent; border-color: #d9d9d9; border-radius: 5px; background: #fff; } .special-weeklyhot__li > a .textBox { display: inline-block; vertical-align: middle; margin-left: 18px; width: 336px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .special-weeklyhot__li > a .textBox .image-box { display: block; width: 0; height: 0; overflow: hidden; } .special-weeklyhot__li > a .textBox .image-box img { width: 100%; height: 100%; } .special-weeklyhot__li > a .textBox > .text { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; line-height: 30px; display: inline-block; color: #333; font-size: 14px; vertical-align: middle; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .special-weeklyhot__vertical-line { position: absolute; left: 40px; top: 20px; width: 1px; bottom: 20px; background: #d9d9d9; } .special-weeklyhot .special-weeklyhot__vertical-line.is-last { top: 20px; bottom: 43.5px; } .special-weeklyhot .special-weeklyhot__vertical-line.is-first { top: 43.5px; bottom: 20px; } @media (max-width: 1280px) { .linkDic { display: none; } } .tb-article { position: relative; min-width: 1200px; } .tb-article .is-not-undeline { border-bottom: none; } .tb-article #ad_column-9025 > :first-of-type > :first-child, .tb-article #ad_column-201988 > :first-of-type > :first-child { margin-bottom: 32px; } .tb-article__container { width: 1200px; height: auto; margin: 32px auto 0; } .tb-article__container.active { margin-top: 0; } .tb-article__container .left-container { width: 792px; height: auto; margin-right: 24px; float: left; } .tb-article__container .left-container .backTop { position: fixed; bottom: 20px; width: 40px; height: 40px; background: #fff; border-radius: 2px; display: none; } .tb-article__container .left-container .backTop:hover { -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); cursor: pointer; } .tb-article__container .left-container .backTop:hover b { display: none; } .tb-article__container .left-container .backTop:hover span { display: block; } .tb-article__container .left-container .backTop b { font-size: 25px; color: #aaa; padding-left: 9px; line-height: 40px; display: block; } .tb-article__container .left-container .backTop span { display: none; line-height: 18px; text-align: center; font-size: 12px; padding: 3px; } .tb-article__container .left-container .article-main__artImg { width: 792px; height: 445.5px; } .tb-article__container .right-container { width: 384px; height: auto; float: right; } .tb-article__container .right-container #ad_column-9025 > div:first-of-type > div:first-child { margin-bottom: 24px; overflow: hidden; } .tb-article__channel-container-outside { width: 100%; } .tb-article__channel-container { width: 1230px; height: auto; margin: 0 auto; } .tb-article__channel-container:after, .tb-article__channel-container:before { display: table; content: ""; } .tb-article__channel-container:after { clear: both; } .tb-article__channel-container .left-container { width: 814px; height: auto; float: left; } .tb-article__channel-container .left-container .backTop { position: fixed; bottom: 20px; width: 40px; height: 40px; background: #fff; border-radius: 2px; display: none; } .tb-article__channel-container .left-container .backTop:hover { -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); cursor: pointer; } .tb-article__channel-container .left-container .backTop:hover b { display: none; } .tb-article__channel-container .left-container .backTop:hover span { display: block; } .tb-article__channel-container .left-container .backTop b { font-size: 25px; color: #aaa; padding-left: 9px; line-height: 40px; display: block; } .tb-article__channel-container .left-container .backTop span { display: none; line-height: 18px; text-align: center; font-size: 12px; padding: 3px; } .tb-article__channel-container .left-container .article-main__artImg { width: 814px; height: 445.5px; } .tb-article__channel-container .left-container .operation { width: 185px; margin: 18px auto; } .tb-article__channel-container .left-container .operation .article-collection { display: inline-block; width: 52px; padding: 0; vertical-align: middle; } .tb-article__channel-container .left-container .operation .share__typeid-8 { text-align: left; width: 132px; display: inline-block; vertical-align: middle; } .tb-article__channel-container .left-container .operation .share__typeid-8 .share__wrapper > div { margin: 0 30px 0 0; } .tb-article__channel-container .left-container .operation .share__typeid-8 .share__wrapper > .share__qq { margin-right: 0; } .tb-article__channel-container .left-container .operation .android .article-collection__collection.active, .tb-article__channel-container .left-container .operation .android .article-collection__collectionNumber { color: #78c257; } .tb-article__channel-container .left-container .operation .iphone .article-collection__collection.active, .tb-article__channel-container .left-container .operation .iphone .article-collection__collectionNumber { color: #2d2d2d; } .tb-article__channel-container .left-container .operation .tech .article-collection__collection.active, .tb-article__channel-container .left-container .operation .tech .article-collection__collectionNumber { color: var(--background); } .tb-article__channel-container .right-container { width: 396px; height: auto; float: right; } .tb-article__channel-container .right-container.android .special-titlecontainer__baseline { background: #78c257; } .tb-article__channel-container .right-container.iphone .special-titlecontainer__baseline { background: #2d2d2d; } .tb-article__channel-container .right-container.tech .special-titlecontainer__baseline { background: var(--background); } .tb-article__channel-container .right-container #ad_column-9025 > div:first-of-type > div:first-child { margin-bottom: 24px; overflow: hidden; } .tb-article__crumbsbox-outside { width: 100%; height: 55px; background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, #eee), to(#fff) ); background: linear-gradient(180deg, #eee 16%, #fff); padding-top: 20px; } .tb-article__crumbsbox { width: 1230px; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .tb-article__crumbsbox.tscrumbsbox { width: 1200px; } .tb-article__crumbsbox span { display: inline-block; color: gray; font-size: 14px; line-height: 16px; } .tb-article__crumbsbox a { color: gray; } .tb-article__crumbsbox .addressicon { margin-right: 10px; } .tb-article__crumbsbox .crumbsbox-item .arrow { margin-right: 5px; } .tb-article__crumbsbox .crumbsbox-item .arrow.active { margin-left: 5px; } .tb-article__crumbsbox .crumbsbox-item.last .arrow { margin: 0 5px; } .tb-article__crumbsbox.android a:hover { color: #78c257; text-decoration: underline; } .tb-article__crumbsbox.ios a:hover { color: #2d2d2d; text-decoration: underline; } .tb-article__crumbsbox.tech a:hover { color: var(--background); text-decoration: underline; } .tb-article__ts { background-color: #f7f9fc; } [data-host="android"] .tb-article__ts, [data-host="ios"] .tb-article__ts, [data-host="tech"] .tb-article__ts { background-color: #fff; } .common__scale { overflow: hidden; } .common__scale img { overflow: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .common__scale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .common__shadow { border-radius: 2px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--light { border-radius: 2px; box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .common__shadow--light.small { box-shadow: 0 1px 3px rgba(50, 100, 191, 0.3); } .common__shadow--dark { border-radius: 2px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--dark.small { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } .common__shadow--light-h { border-radius: 2px; -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .common__shadow--light-h:hover { box-shadow: 0 3px 6px rgba(50, 100, 191, 0.3); } .common__shadow--light-h.small:hover { box-shadow: 0 1px 3px rgba(50, 100, 191, 0.3); } .common__shadow--dark-h { border-radius: 2px; -webkit-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .common__shadow--dark-h:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } .common__shadow--dark-h.small:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } .common__img-16-9 { width: 100%; position: relative; } .common__img-16-9:after { display: block; content: ""; padding-top: 56.25%; } .common__img-16-9 img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; } @media screen and (max-width: 1760px) { .ad__couplet { display: none; } } @font-face { font-family: nasalization; src: url("https://android.tgbus.com/static/fonts/nasalization-rg.ttf"); } @font-face { font-family: Play-Bold; src: url("https://android.tgbus.com/static/fonts/Play-Bold.ttf"); } @font-face { font-family: Play-Regular; src: url("https://android.tgbus.com/static/fonts/Play-Regular.ttf"); } .tb-tushang { position: relative; min-width: 1200px; } .tb-tushang__container { background-color: #f7f9fc; } [data-host="android"] .tb-tushang__container, [data-host="ios"] .tb-tushang__container, [data-host="tech"] .tb-tushang__container { background: #fff; } .tb-tushang__banner-content { height: 994px; } .tb-tushang__banner-content .banner-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 16px 0 32px; font-size: 13px; } .tb-tushang__banner-content .banner-top { text-align: left; } .tb-tushang__banner-content .banner-top h3 { font-size: 24px; } .tb-tushang__banner-content .title-right { width: 240px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .tb-tushang__banner-content .title-left span { margin-right: 24px; line-height: 24px; cursor: pointer; color: gray; } .tb-tushang__banner-content .swiper-box { position: relative; height: 800px; } .tb-tushang__banner-content .swiper-container { height: 300px; margin-left: auto; margin-right: auto; background-color: #ccc; } .tb-tushang__banner-content .swiper-slide { cursor: pointer; background-size: cover; background-position: 50%; } .tb-tushang__banner-content .gallery-top { height: 80%; width: 100%; } .tb-tushang__banner-content .gallery-top .swiper-button-next { display: none; } .tb-tushang__banner-content .gallery-top .is-show { display: block !important; } .tb-tushang__banner-content .gallery-top .is-hide { display: none !important; } .tb-tushang__banner-content .gallery-top .swiper-button-prev { display: none; } .tb-tushang__banner-content .gallery-top:hover .swiper-button-next, .tb-tushang__banner-content .gallery-top:hover .swiper-button-prev { display: block; } .tb-tushang__banner-content .gallery-thumbs { position: relative; background-color: #333; height: 182px; box-sizing: border-box; margin: 10px 0; background-size: cover; } .tb-tushang__banner-content .gallery-thumbs .swiper-button-next, .tb-tushang__banner-content .gallery-thumbs .swiper-button-prev { display: none; } .tb-tushang__banner-content .gallery-thumbs:hover .swiper-button-next, .tb-tushang__banner-content .gallery-thumbs:hover .swiper-button-prev { display: block; } .tb-tushang__banner-content .gallery-thumbs .swiper-slide { width: 200px; height: 113px; opacity: 0.4; margin: auto 0; -webkit-transition: all 0.3s; transition: all 0.3s; } .tb-tushang__banner-content .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; width: 260px !important; height: 146px !important; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-custom { text-align: right; color: #fff; font-size: 30px !important; line-height: 28px; padding-right: 18px; bottom: 12px; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-custom span:nth-child(2) { font-size: 18px; line-height: 28px; } .tb-tushang__banner-content .gallery-thumbs .slide-image-last { cursor: pointer; font-size: 18px; color: #fff; position: relative; background-image: url("https://android.tgbus.com/static/img/last-page.png"); background-size: cover; opacity: 0.75; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; text-align: center; } .tb-tushang__banner-content .gallery-thumbs .slide-image-last .last-image-text { font-size: 16px; color: #fff; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -25%); -ms-transform: translate(-50%, -25%); transform: translate(-50%, -25%); display: inline-block; } .tb-tushang__banner-content .slide-last-page { background-color: #333; opacity: 0.88; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: default; } .tb-tushang__banner-content .slide-last-page > div { width: 794px; height: 586px; margin: auto; margin-top: 28px; } .tb-tushang__banner-content .slide-last-page > div p { font-size: 20px; line-height: 26px; color: #fff; } .tb-tushang__banner-content .slide-last-page > div p a { display: inline-block; float: right; cursor: pointer; font-size: 16px; color: #fff; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 16px; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh { width: 172px; height: 60px; border-radius: 40px; margin: 0 auto; margin-top: 24px; border: 1px solid #fff; text-align: center; line-height: 55px; color: #fff; font-size: 18px; cursor: pointer; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh i { font-size: 22px; position: relative; top: 2px; } .tb-tushang__banner-content .slide-last-page > div .slide-last-page-refresh span { line-height: 60px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="android"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="ios"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div { width: 936px; height: 496px; margin-top: 72px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div p { font-size: 24px; line-height: 28px; } [data-host="tech"] .tb-tushang__banner-content .slide-last-page > div .slide-last-page-relates { margin-top: 18px; } .tb-tushang__banner-content .avage-image { width: 48px; height: 48px; } .tb-tushang__banner-content .title-right span { margin-left: 24px; cursor: pointer; } .tb-tushang__banner-content .bottomText { position: absolute; bottom: 0; background-color: rgba(51, 51, 51, 0.75); color: #fff; font-size: 18px; text-align: left; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; max-height: 92px; line-height: 28px; width: 100%; } .tb-tushang__banner-content .bottomText span { display: inline-block; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; margin: 18px; overflow: hidden; margin-right: 103px; } .tb-tushang__banner-content .swiper-pagination.swiper-pagination-fraction { text-align: right; color: #fff; font-size: 28px !important; padding-right: 20px; } .tb-tushang__banner-content .last-image button { width: 172px; height: 60px; border-radius: 30px; border: 1px solid #707070; background-color: #333; color: #fff; position: absolute; bottom: 20px; left: 50%; margin-left: -86px; font-size: 18px; outline: none; cursor: pointer; } .tb-tushang__description { position: relative; background-color: #f9f9f9; } .tb-tushang__description p { font-size: 16px; line-height: 32px; padding: 24px 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #333; } .tb-tushang__description .border { position: absolute; padding: 5px; border-style: solid; border-color: transparent; } [data-host="android"] .tb-tushang__description .border { border-color: #78c257; } [data-host="ios"] .tb-tushang__description .border { border-color: #2d2d2d; } [data-host="tech"] .tb-tushang__description .border { border-color: var(--background); } .tb-tushang__description .row-border1 { position: absolute; border-width: 5px 0 0 5px; top: 0; left: 0; } .tb-tushang__description .row-border2 { position: absolute; border-width: 5px 5px 0 0; top: 0; right: 0; } .tb-tushang__description .col-border1 { position: absolute; border-width: 0 0 5px 5px; bottom: 0; left: 0; } .tb-tushang__description .col-border2 { position: absolute; border-width: 0 5px 5px 0; bottom: 0; right: 0; } .tb-tushang__news { margin-top: 5px; padding-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tb-tushang__latest { width: 389px; } .tb-tushang__relate { padding-right: 9px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .tb-tushang__relate p { border-bottom: none; } .tb-tushang__relate p span { border-bottom: none; font-size: 20px; line-height: 26px; display: inline-block; color: #747b88; padding: 24px 0 10px; font-weight: 700; } [data-host="android"] .tb-tushang__relate p { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="android"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #78c257; } [data-host="ios"] .tb-tushang__relate p { border-bottom: 1px sold; border-color: #d9d9d9; } [data-host="ios"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: #2d2d2d; } [data-host="tech"] .tb-tushang__relate p { border-bottom: 1px solid; border-color: #d9d9d9; } [data-host="tech"] .tb-tushang__relate p span { font-size: 24px; line-height: 34px; border-bottom: 5px solid; border-color: var(--background); } [data-host="ios"] .tb-tushang__relate .rating-card__outer { background-color: #f9f9f9; } [data-host="ios"] .tb-tushang__relate .rating-card:hover .rating-card__title { color: #2d2d2d; } [data-host="android"] .tb-tushang__relate .tb-tushang__relate-item { margin-top: 0; } [data-host="android"] .tb-tushang__relate .tb-tushang__title { margin-bottom: 18px; } [data-host="android"] .tb-tushang__relate .rating-card:hover { box-shadow: none; } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__banner { box-shadow: 0 3px 6px rgba(120, 194, 87, 0.3); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__banner img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__inner { width: 100% !important; box-shadow: 0 3px 6px rgba(120, 194, 87, 0.3); } [data-host="android"] .tb-tushang__relate .rating-card:hover .rating-card__title { color: #78c257; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer { position: relative; top: -18px; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer .rating-card__inner { -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; width: 95%; margin: 0 auto; } [data-host="android"] .tb-tushang__relate .rating-card .rating-card__outer .rating-card__inner .rating-card__title { width: 340px; margin: 0 auto; } .tb-tushang__relate-item { margin-top: 18px; } [data-host="android"] .tb-tushang__relate-item, [data-host="ios"] .tb-tushang__relate-item { margin-top: 16px; } [data-host="ios"] .tb-tushang__relate-item .rating-card__inner { background-color: #f9f9f9; } [data-host="tech"] .tb-tushang__relate-item { margin-top: 16px; } .tb-tushang .acrylic-card__inner h3 { height: 44px !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal !important; }