        a,img,button,svg{
            -moz-user-select: none; /*mozilar*/
            -webkit-user-select: none; /*webkit*/
            -ms-user-select: none; /*IE*/
            user-select: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            transition: all .3s;
        }
        body {
            padding: 0px;
            margin: 0px;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #3f6351;
            background: url(/template/getrom/static/image/bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
        }
        span {
            cursor: pointer;
        }
        .rom {
            padding: 1rem;
            /* background: #ffffff; */
        }

        .logo {
            text-align: center;
            height: 12rem;
            margin-top: -8.8rem;
            opacity: 0.66;
            cursor: pointer;
            /* pointer-events: none; */
        }
        .logo .jbmi{
            pointer-events: none;
        }
        .logo svg{
            /*transform: rotate(180deg);*/
        }
        .linkin{
            z-index: 99;
            margin-top: -3rem;
            padding-top: 3rem;
        }
        .linkin .in {
            border: none;
            border-radius: 1rem;
            background: #fff;
            padding: 1rem 2rem;
            outline: none;
            width: 66vw;
            margin: auto;
            font-size: 0.88rem;
            color: #6b6b6b;
            max-width: 35rem;
            transition: all .3s;
            border-radius: 47px;
            background: #e8e8e8;
            /*box-shadow: 14px 14px 27px #c8c8c8,*/
            /*    -14px -14px 27px #ffffff;*/
        }

        .linkin .in:hover {
            border-radius: 14px;
            background: #e8e8e8;
            box-shadow: inset 6px 6px 8px #c1c1c1,
                inset -6px -6px 8px #ffffff;
        }

        .linkin .btn {
            margin-top: 0.8rem;
        }

        .btn {
            text-align: center;
        }

        .btn svg {
            background: #4e4e4e;
            padding: 4px;
            border-radius: 50%;
            /* transform: rotate(90deg); */
            text-align: center;
            margin: 1.35rem auto auto auto;
            cursor: pointer;
            opacity: 0.66;
            border-radius: 50%;
            border-radius: 47px;
            transition: all .3s;
            background: linear-gradient(145deg, #d1d1d1, #f8f8f8);
            box-shadow: 6px 6px 12px #8b8b8b,
                -6px -6px 12px #ffffff;
        }

        .btn svg:hover {
            border-radius: 47px;
            background: #e8e8e8;
            box-shadow: inset 9px 9px 7px #b5b5b5,
                inset -9px -9px 7px #ffffff;
        }

        .linkout {
            /* width: 80vw; */
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 1vw 3vw;
            max-height: 80vh;
            overflow-y: scroll;
            padding: 1rem;
            border-radius: 1rem;
            background: #e8e8e8;
            /*box-shadow: 7px 7px 27px #cecece,*/
                /*-7px -7px 27px #ffffff;*/
        }

        .linkout .out {
            border: none;
            border-radius: 1rem;
            background: #fff;
            padding: 1rem 2rem;
            outline: none;
            width: 66vw;
            margin: auto;
            font-size: 0.88rem;
            color: #6b6b6b;
            max-width: 35rem;
            transition: all .3s;
            border-radius: 47px;
            letter-spacing: 1px;
            background: #e8e8e8;
            box-shadow: inset 6px 6px 8px #c1c1c1,
                inset -6px -6px 8px #ffffff;
        }

        .linkout .out:hover {
            border-radius: 14px;
            background: #f5f5f5;
            color: #ff8c5f;
        }

        .linkout .out {
            margin-bottom: 0.5rem;
            word-break: break-all;
        }

        .linkout h5 {
            font-size: 1.5rem;
            font-weight: 300;
            letter-spacing: 3px;
            color: #444444;
            text-align: center;
            margin-top: 1.2rem;
            cursor: default;
        }

        .linkout .close {
            margin-bottom: 1rem;
        }
        
        .info{
            position: absolute;
            bottom: 5%;
            width: 80%;
            max-height: 50vh;
            overflow-y: scroll;
            left: 50%;
            transform: translate(-50%, -0%);
            background: #fff;
            color: #575757;
            word-break: break-word;
            padding: 1vw 3vw;
            border-radius: 1vh;
            line-height: 1.5rem;
            /*background: #e8e8e8;*/
            /*box-shadow: 7px 7px 27px #cecece,*/
            /*    -7px -7px 27px #ffffff;*/
        }
        .info b{
            display: inline-block;
            margin-bottom: 1rem;
        }
        .linkbox{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .airbtn{
            color: #fff;
            display: inline-block;
            margin: auto;
            text-align: center;
            width: 5rem;
            margin: 0.5rem;
            background: #03a9f4;
            padding: 0.5rem 1.5rem;
            border-radius: 3rem;
            text-decoration: unset;
            transition: all .3s;
            color: #727272;
            border-radius: 80px;
            background: linear-gradient(145deg, #cacaca, #f0f0f0);
            box-shadow:  6px 6px 11px #d3d3d3,
                         -6px -6px 11px #ededed;
        }
        .airbtn:hover{
            border-radius: 80px;
            background: #e0e0e0;
            box-shadow: inset 6px 6px 11px #d3d3d3,
                        inset -6px -6px 11px #ededed;
        }
        .linkcopy .airbtn{
            width: auto;
            text-align: left;
            background: #3b3b3b;
            display: block;
            color: #b2b2b2;
        }
        .linkcopy .airbtn:hover{
            box-shadow: none;
            background: #1d1d1d;
        }