
@font-face {
    font-family: "element-icons";
    src: url('chrome-extension://moombeodfomdpjnpocobemoiaemednkg/fonts/element-icons.woff') format('woff'),
    url('chrome-extension://moombeodfomdpjnpocobemoiaemednkg/fonts/element-icons.ttf ') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

html{
    padding: 0;
    margin: 0;
    width: 100%;
}
body{
    text-align: center;
    background-color: #3498db;
    font-size: 14px;
    padding: 20px;
    color: #6d6d6d;
    line-height: 200%;
}
.content{
    margin: auto;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    max-width: 1200px;
}
.content .error_content{
    max-width: 980px;
    margin: auto;
}
.content p{
    text-align: left;
}

.reader_box {
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(-45%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255, 0.5);
    padding: 20px 0 20px 0;
    border-radius: 25px;
    border: 3px solid #7700f9;
    font-family: microsoft yahei;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.reader_box .title_txtbox {
    font-size: 50px;
    font-weight: 700;
    line-height: 100px;
    border-bottom: 3px solid #7700f9;
    padding-bottom: 20px;
    background: #7700f9;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 15px;
    margin-top: -25px;
    color: #f1f1f1
}

.rft_1 {
    text-align: left;
}

.rft_1 span {
    color: #30C;
    font-weight: 700
}

.rft_1 p {
    padding-left: 35px;
    padding-right: 35px;
}

@media screen and (max-width: 800px) {
    .reader_box {
        max-width: 90%;
        margin: 0 auto;
        transform: translateY(-0%);
        top: 3%;
        position: absolute;
        left: 0;
        right: 0;
        background: rgb(255, 255, 255, 0.5);
        padding: 20px 0 20px 0;
        border-radius: 25px;
        border: 3px solid #7700f9;
        font-family: microsoft yahei;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
    }

    .reader_box .title_txtbox {
        font-size: 28px;
        font-weight: 700;
        line-height: 70px;
        border-bottom: 3px solid #7700f9;
        padding-bottom: 10px;
        background: #7700f9;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding-top: 10px;
        margin-top: -25px;
        color: #f1f1f1
    }

    .rft_1 {
        padding: 15px;
        font-size: 16px !important;
        text-align: left;
        font-weight: 800
    }

    .rft_1 span {
        display: block;
        text-align: left;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px
    }

    .rft_1 p {
        padding-left: 15px;
        padding-right: 15px
    }

    .button {
        -webkit-animation-iteration-count: infinite;
        text-decoration: none;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto
    }
    .blue, .green{
        margin-left: 0 !important;
    }
}

@-webkit-keyframes greenPulse {
    from {
        background-color: #ff0000;
        color: #fff;
        margin-top: 20px;
        box-shadow: 0 0 10px #fff;
    }

    50% {
        background-color: #f53f00;
        color: #f1f1f1;
        margin-top: 20px;
        box-shadow: 0 0 10px #000;
        font-weight: 800
    }

    to {
        background-color: #ff0000;
        color: #fff;
        margin-top: 20px;
        box-shadow: 0 0 10px #fff;
    }
}

@-webkit-keyframes bluess {
    from {
        background-color: #2975ff;
        color: #fff;
        margin-top: 20px;
        box-shadow: 0 0 10px #fff;
    }

    50% {
        background-color: #2975ff;
        color: #f1f1f1;
        margin-top: 20px;
        box-shadow: 0 0 10px #000;
        font-weight: 800
    }

    to {
        background-color: #2975ff;
        color: #fff;
        margin-top: 20px;
        box-shadow: 0 0 10px #fff;
    }
}

.green {
    display: block;
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 1.0s;
    padding: 8px 10px;
    border-radius: 40px !important;
    font-size: 14px;
    font-weight: 800;
    max-width: 250px;
    margin: 20px auto;
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 800;
    display: inline-block;
    margin-left: 35px
}

.blue {
    display: block;
    -webkit-animation-name: bluess;
    -webkit-animation-duration: 1.0s;
    padding: 8px 10px;
    border-radius: 40px !important;
    font-size: 14px;
    font-weight: 800;
    max-width: 250px;
    margin: 20px auto;
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 800;
    display: inline-block;
    margin-left: 35px
}

.button {
    -webkit-animation-iteration-count: infinite;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center !important;
}


.copyTipsBox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.copyTipsShow{
    display: flex;
}

.copyTipsBox .text{
    width: max-content;
    padding: 0 15px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}