@charset "UTF-8";
.global-link-box{max-height:calc(100vh - 100px);margin:0 auto;margin-bottom:100px;padding-top:96px;padding-top:6rem;overflow:scroll}
.global-link-box .link-box{max-width:1100px;margin:0 auto;margin-bottom:50px;padding-bottom:20px;border-bottom:1px solid #e8e8e8}
.global-link-box .link-box:last-child{border-bottom:none}
.global-link-box .global-link-tools .footer-tools-box{padding:0}
.global-link-box .link-title{margin-top:18px;margin-bottom:18px;font-size:18px;font-family:Times New Roman;font-weight:700;color:#000;line-height:1.2;background:-webkit-gradient(linear,left top, right top,color-stop(0, #137d52),color-stop(50%, #46c793),to(#137d52));background:-webkit-linear-gradient(left,#137d52 0,#46c793 50%,#137d52 100%);background:-o-linear-gradient(left,#137d52 0,#46c793 50%,#137d52 100%);background:linear-gradient(90deg,#137d52 0,#46c793 50%,#137d52 100%);background-clip:text;-webkit-text-fill-color:transparent}
.global-link-box .link-title .country-total{font-size:12px;font-weight:400;margin-left:3px}
.global-link-box .link-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;margin-bottom:10px}
.global-link-box .link-item .icon{margin-right:5px;font-size:28px}
.global-link-box .link-item img{width:28px;margin-right:10px}
.global-link-box .link-item p{font-size:12px;line-height:1.3;color:#ccc;margin-bottom:0;margin:6.4px 0 0 0;margin:.4rem 0 0 0}
.global-link-box .link-item p a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#137d52;text-decoration:none}
.global-link-box .link-item p a .link-icon-out{width:20px;height:12px}
.global-link-box .link-item p a:hover{text-decoration:underline}
.global-link-box .link-item p a:hover .link-icon-out{-webkit-animation:linkIconOut .5s infinite alternate;animation:linkIconOut .5s infinite alternate}
@-webkit-keyframes linkIconOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(2px);transform:translateX(2px)}}
@keyframes linkIconOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(2px);transform:translateX(2px)}}
.footers{width:100%;text-align:center;bottom:0;position:fixed;background:-webkit-linear-gradient(11deg,#8a72ff 0,#8a72ff 40%,#2fa9fd 50%,#12c8c9 60%,#12c8c9 99.3408203125%);background:-o-linear-gradient(11deg,#8a72ff 0,#8a72ff 40%,#2fa9fd 50%,#12c8c9 60%,#12c8c9 99.3408203125%);background:linear-gradient(79deg,#8a72ff 0,#8a72ff 40%,#2fa9fd 50%,#12c8c9 60%,#12c8c9 99.3408203125%)}
.footers p{display:block!important}
.footers div{width:100%;text-align:center;padding:16px 0;padding:1rem 0}
.footers div p{margin-bottom:0;color:#fff!important;display:inline}
.scrollable{overflow-x:hidden;background:#fff}
.scrollable::-webkit-scrollbar{width:6px}
.scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}
.scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:10px}
.scrollable::-webkit-scrollbar-thumb:hover{background:#555}