: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; } @font-face { font-family: Play-Bold; } @font-face { font-family: Play-Regular; } .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; } .hand { cursor: pointer; } .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-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 #4985f2; background-color: #4985f2; } .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-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 #4985f2; 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: #4985f2; } .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: #4985f2; } .tb-footer__copyright a:active { color: #3264bf; } .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-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: #4985f2; } .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-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; } .information-item { padding: 16px 0; } .information-item__small-padding { padding: 9px 0 !important; } .information-item__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .information-item__banner-wrapper { -webkit-box-flex: 0; -webkit-flex: 0 1 176px; -ms-flex: 0 1 176px; flex: 0 1 176px; height: 100px; margin-right: 16px; overflow: hidden; } .information-item__banner-wrapper:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .information-item__banner { width: 100%; height: 100%; -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; } .information-item__content { 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; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; color: #747b88; } .information-item__content-top h4 { line-height: 22px; font-weight: 400; font-size: 16px; color: #303133; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .information-item__content-top span { display: inline-block; width: 35px; height: 20px; margin-right: 5px; line-height: 20px; text-align: center; color: #4985f2; border: 1px solid #dbe1ee; border-radius: 2px; } .information-item__content-top p { max-width: 100%; line-height: 20px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .information-item__content-bottom { 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; } .information-item__author { margin-right: 32px; } .information-item__comment { margin-left: 20px; } .list-zone__none { padding: 20px 0; font-size: 14px; text-align: center; color: #747b88; } .list-zone__header { 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; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 38px; margin: 24px 0; font-size: 14px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); border-radius: 2px; } .list-zone__type { height: 38px; } .list-zone__type span { position: relative; display: inline-block; color: #747b88; line-height: 38px; margin: 0 24px; cursor: pointer; } .list-zone__type span.is-active { color: #303133; } .list-zone__type span.is-active:after { width: 100%; left: 0; } .list-zone__type span:after { position: absolute; bottom: -1px; left: 50%; z-index: -1; content: ""; width: 0; height: 2px; background-color: #4985f2; -webkit-transition: all 0.6s; transition: all 0.6s; } .list-zone__tag-text { margin-right: 20px; color: #303133; } .list-zone__tag { display: inline-block; width: 48px; height: 24px; margin-right: 10px; line-height: 24px; font-size: 12px; text-align: center; color: #4789f2; border: 1px solid #dbe1ee; border-radius: 4px; cursor: pointer; } .list-zone__tag.is-active { color: #f9fafc; background-color: #4985f2; } .list-zone__article { padding: 0 16px; background-color: #fff; } .list-zone__pagination { margin-top: 24px; text-align: center; } .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 #81d4ff; background: #81d4ff; } .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: #d4237a; } .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: #d4237a; } .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; } .tb-title { border-bottom: 1px solid #d9d9d9; } .tb-title .spanbox { font-size: 24px; line-height: 34px; display: inline-block; } [data-host="android"] .tb-title .spanbox { border-bottom: 4px solid var(--background); } [data-host="ios"] .tb-title .spanbox { border-bottom: 4px solid var(--background); } [data-host="tech"] .tb-title .spanbox { border-bottom: 4px solid var(--background); } .tb-title .spanbox span { margin-right: 10px; border-bottom: 4px solid var(--background); } .tb-title .spanbox span:last-of-type { margin-right: 0; } .tb-title .more { float: right; font-size: 14px; line-height: 34px; color: gray; } .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-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-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; } .list-subdomain__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; } .list-subdomain__crumbsbox { width: 1230px; margin: 0 auto; } .list-subdomain__crumbsbox span { display: inline-block; color: gray; font-size: 14px; line-height: 16px; } .list-subdomain__crumbsbox a { color: gray; } .list-subdomain__crumbsbox .addressicon { margin-right: 10px; } .list-subdomain__crumbsbox.android a:hover { color: #78c257; text-decoration: underline; } .list-subdomain__crumbsbox.ios a:hover { color: #2d2d2d; text-decoration: underline; } .list-subdomain__crumbsbox.tech a:hover { color: #d4237a; text-decoration: underline; } .list-subdomain__crumbsbox-item .arrow { margin-right: 5px; } .list-subdomain__crumbsbox-item .arrow.active { margin-left: 5px; } .list-subdomain__container { width: 1230px; margin: 0 auto; margin-top: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .list-subdomain__container-left { width: 814px; margin-right: 18px; } .list-subdomain__container-right { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .list-subdomain__container-right .hot-week { margin-top: 36px; } .list-subdomain__item { margin-top: 18px; } .list-subdomain__item.android > a > .item-right > .title:hover { color: #78c257; } .list-subdomain__item.ios > a > .item-right > .title:hover { color: #2d2d2d; } .list-subdomain__item.tech > a > .item-right > .title:hover { color: #d4237a; } .list-subdomain .spinner.show { width: 70px; height: 70px; } [data-host="android"] .tb-pagination .is-active { border: 1px solid #78c257; background-color: #78c257; } [data-host="ios"] .tb-pagination .is-active { border: 1px solid #2d2d2d; background-color: #2d2d2d; } [data-host="tech"] .tb-pagination .is-active { border: 1px solid #d4237a; background-color: #d4237a; } .list { min-width: 1200px; background: #f2f6fc; } .list__container { width: 1200px; margin: 48px auto 0; } .list__logo { height: 60px; line-height: 60px; font-size: 18px; color: #747b88; } @media screen and (max-width: 1200px) { .list__container { padding: 0 12px; } } #list_footer .tb-footer__split-line { width: 100%; height: 44px; background-color: #f2f6fc; border-bottom: 4px solid #dbe1ee; margin-top: 0; }