* {
    padding: 0;
    margin: 0;
    border: 0
}

@font-face {
    font-family: 'Courier Prime';
    src: url('../fonts/CourierPrime-Regular.ttf');
}

@font-face {
    font-family: 'Courier 10';
    src: url('../fonts/courier_10_pitch_win95bt.ttf');
}

@font-face {
    font-family: 'Courier Prime';
    src: url('../fonts/CourierPrime-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Mono';
    src: url('../fonts/FiraCode-Regular.ttf');
}

@font-face {
    font-family: 'Mono';
    src: url('../fonts/FiraCode-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Carmelit';
    /* Carmelit Bold Bold.ttf */
    src: url('../fonts/CarmelitRegular.otf');
}

.content::before {
    width: 100%;
    height: 100vh;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.04;
    background: url('../pictures/formulas.png') repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
}

.content {
    /* width: 100%;
    height: 100vh;
    overflow: hidden; */
}
.content div{
    font-family: 'Mono'; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px; 
}
.main {
    margin: 0 auto;
}

.logo {
    width: 800px;
    margin: 200px auto 0 auto;
    text-align: center;
}

.logo>img {
    width: min(max(106px, 8.3vw), 140px);
    vertical-align: middle;
    margin-top: -45px;
}

.logo span {
    font-family: 'Courier 10';
    vertical-align: middle;
    font-family: 'Courier Prime';
    color: darkred;
    font-size: min(max(90px, 7vw), 140px);
    font-weight: bold;
    white-space: nowrap;
}

.searchForm {
    /* height: 8vh; */
    width: 1000px;
    min-height: 64px;
    background: none;
    padding-bottom: 0;
    /* margin-top: 80px; */
    margin: 80px auto 0px auto;
    overflow: hidden;
}

.searchForm textarea {
    width: 70%;
    max-width: 98%;
    min-height: 80px;
    border: solid 1px #ccc;
    border-radius: 0.4vw;
    text-align: center;
    font-size: 1.33rem;
    padding: 1%;
    float: left;
    /* resize: none; */
}

.searchForm button {
    height: 80px;
    width: 12%;
    cursor: pointer;
    border: solid 1px darkred;
    background: darkred;
    border-radius: 4px;
    vertical-align: top;
    padding-right: 2%;
}

.searchForm button img {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /* font-family: 'Mono'; */
    max-height: 70%
}

.searchForm button span {
    font-family: 'Courier 10';
    font-size: 25px;
    color: white;
}

.leftBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.leftBg img {
    height: 100vh;
}

.rightBg {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.rightBg img {

    width: 300px;
    opacity: 0.2;
}


/* --------首页 检索加捐助 */

#up {
    position: fixed;
    bottom: 7px;
    left: 32px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001
}

#top {
    position: relative;
    background: url('../pictures/top-back.jpg');
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#top div {
    position: absolute
}

#raven {
    top: 55%;
    left: 100px;
    background: url('../pictures/raven_1.png') no-repeat;
    margin-top: -252px;
    width: 172px;
    height: 336px
}

#logo {
    top: 55%;
    left: 340px;
    background: url('../pictures/logo_en.png') no-repeat;
    margin-top: -175px;
    width: 675px;
    height: 137px
}

#panel {
    top: 55%;
    left: 0;
    width: 100%;
    height: 100px;
    background: #c9c9c7;
    opacity: 0.6
}

#input {
    top: 55%;
    right: 0;
    margin-top: 30px;
    margin-right: 210px;
    left: 340px;
    height: 40px;
    border: solid 1px #bababa;
}

#input input {
    width: 100%;
    height: 40px;
    border: 0;
    text-align: center
}

#open {
    top: 55%;
    right: 0;
    width: 160px;
    height: 100px;
    background: #993333;
    color: white;
    font-family: "Segoe UI";
    font-size: 30px;
    cursor: pointer
}

#open p {
    margin: 16px 0 0 0px;
    text-align: center
}

#open img {
    padding-right: 8px;
    border: 0
}

#medal {
    top: 50px;
    right: 50px;
    width: 180px;
    height: 90px;
    border: solid 1px #333333;
    border-radius: 5px;
    background: #333333
}

#medal div {
    color: white;
    font-size: 12px;
    font-family: Verdana;
    text-align: left;
    padding: 12px 12px 0 34px
}

#medal img {
    margin: 5px 0 0 -28px
}

#madeby {
    top: 55%;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 14px;
    font-family: Verdana
}

#madeby span {
    background: white;
    padding: 4px 10px 4px 10px;
    border: solid 1px white;
    border-top: solid 1px #eee;
    border-radius: 4px
}

#madeby a {
    color: #777;
    text-decoration: none
}

#madeby a:hover {
    text-decoration: underline
}

input {
    width: 100%;
    height: 38px;
    border: 0;
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: Courier;
    font-style: normal
}


@media screen and (min-device-width: 1600px) {
    #up {
        position: fixed;
        bottom: 1.5vh;
        left: 32px;
        color: white;
        font-size: 1.2vw;
        cursor: pointer;
        z-index: 1001
    }

    #top {
        position: relative;
        background: url('../pictures/top-back.jpg');
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    #top div {
        position: absolute
    }

    #raven {
        top: 55%;
        left: 100px;
        background: url('../pictures/raven_1.png') no-repeat;
        margin-top: -252px;
        width: 172px;
        height: 336px
    }

    #logo {
        top: 55%;
        left: 340px;
        background: url('../pictures/logo_en.png') no-repeat;
        margin-top: -175px;
        width: 675px;
        height: 137px
    }

    #panel {
        top: 55%;
        left: 0;
        width: 100%;
        height: 100px;
        background: #c9c9c7;
        opacity: 0.6
    }

    #input {
        top: 55%;
        right: 0;
        margin-top: 30px;
        margin-right: 200px;
        left: 340px;
        height: 40px;
        border: solid 1px #bababa;
    }

    #input input {
        width: 100%;
        height: 40px;
        border: 0;
        text-align: center
    }

    #open {
        top: 55%;
        right: 0;
        width: 160px;
        height: 100px;
        background: #993333;
        color: white;
        font-family: "Segoe UI";
        font-size: 30px;
        cursor: pointer
    }

    #open p {
        margin: 16px 0 0 0px;
        text-align: center
    }

    #open img {
        padding-right: 8px;
        border: 0
    }

    #medal {
        top: 7vh;
        right: 4vw;
        width: 13vw;
        height: 5.67vw;
        border: solid 1px #333333;
        border-radius: 1vh;
        background: #333333
    }

    #medal div {
        display: block;
        color: white;
        font-size: 0.82vw;
        font-family: Verdana;
        text-align: left;
        padding: 1.5vh 1vh 0 1.75vw
    }

    #medal img {
        margin: 5px 0 0 -28px
    }

    #madeby {
        top: 55%;
        margin-top: 100px;
        width: 100%;
        text-align: center;
        color: #777;
        font-size: 14px;
        font-family: Verdana
    }

    #madeby span {
        background: white;
        padding: 4px 10px 4px 10px;
        border: solid 1px white;
        border-top: solid 1px #eee;
        border-radius: 4px
    }

    #madeby a {
        color: #777;
        text-decoration: none
    }

    #madeby a:hover {
        text-decoration: underline
    }

    input {
        width: 100%;
        height: 38px;
        border: 0;
        text-align: center;
        color: black;
        font-size: 24px;
        font-family: Courier;
        font-style: normal
    }


}

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 0
}

.table-row {
    display: table-row
}

.table-header {
    display: table-row
}

.table-cell {
    display: table-cell
}

.wrapper {
    float: right;
    position: relative;
    left: -50%
}

.clear {
    clear: both
}

#vk {
    position: absolute;
    top: 0px;
    left: 40%;
    background: #eaeaea;
    padding: 7px;
    padding-left: 5px;
    border: solid 1px #e0eff3;
    border-radius: 0px 0px 15px 15px;
    font-family: Tahoma;
    font-size: 12px;
    color: #1e75b4
}


.content {
    padding: 8vh 0 0 4%;
    font-size: 1.33rem;
    padding-bottom: 12vh
}

.content .gray {
    color: #888
}

#general {
    width: 77%
}

#general .he {
    font-size: 1.77rem;
    font-weight: bold;
    margin-top: 4vh
}

#general p {
    margin: 1vh 0 0 0
}

#btc {
    width: 77%
}

#btc img.he {
    height: 96px;
    width: auto
}

#btc .qr {
    text-align: center;
    margin:2vh 0px
}

#btc .qr img {
    width: 196px
}

#crypto {
    width: 96%
}

#btc,
#various {
    display: inline-block;
    vertical-align: top;
    margin-top: 4vh;
    padding: 1vh 1% 1vh 1%;
    border: solid 1px #ccc;
    border-radius: 16px
}

#btc {
    max-width: 277px;
    text-align: center
}

#crypto span.address {
    font-size: 1.22rem;
    color: #666;
    cursor: pointer;
    border: dashed 1px #ccc;
    word-wrap: break-word;
    display: block;
    margin-top: 1vh;
    text-align: center
}

#crypto span.address:hover {
    font-weight: bold;
}

#crypto span.address:active {
    color: darkorange
}

#various {
    margin-left: 2%;
    max-width: 69%
}

#various .he {
    color: darkorange;
    font-weight: bold;
    font-size: 3rem
}

#currencies {
    margin-top: 2vh;
    max-width: 410px;
    display: inline-block;
    vertical-align: top
}

#currencies .cur {
    display: inline-block;
    min-width: 200px;
    cursor: pointer;
    font-size: 1.22rem;
    margin: 1vh 1% 0 0
}

#currencies .cur span {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

#currencies .cur img {
    width: 64px
}

#requisites {
    display: none;
    margin: 0;
    text-align: center;
    /* display: inline-block; */
    vertical-align: top;
    max-width: 256px
}

#requisites .qr {
    margin-top: 2vh
}

#requisites .qr img {
    width: 196px
}

#requisites span.address {
    display: inline-block;
    max-width: 90%;
    word-wrap: break-word
}

#requisites #curname {
    font-size: 2.33rem;
    color: darkorange;
    font-weight: bold
}

#requisites p {
    margin: 0 0 0 0
}

#questions {
    margin: 8vh 0 0 2%;
    width: 77%
}

#questions .he {
    font-size: 3rem;
    font-weight: bold;
    color: darkslateblue
}

#questions a,
#costs a {
    text-decoration: none;
    font-weight: bold;
    color: darkslateblue
}

#questions a:hover,
#costs a:hover {
    background: greenyellow;
    color: black
}

#costs {
    margin: 4vh 0 0 2%;
    width: 77%
}

#costs .he {
    font-size: 3rem;
    font-weight: bold;
    color: darkslateblue
}

@media only screen and (max-width: 1300px) {
    #btc {
        width: 96%;
        max-width: 96%;
        display: block;
        text-align: left;
        padding-right: 4%;
        border: 0;
    }

    #btc .te,
    #btc .qr {
        display: inline-block;
        text-align: left;
        margin-left: 2%
    }

    #various {
        max-width: 100%;
        margin-left: 0;
        border: 0
    }

    #various .he {
        margin: 0 0 4vh 8%
    }

    #requisites span.address {
        max-width: 88%
    }

    #crypto span.address {
        margin: 8px 16px 0 0
    }
}

@media only screen and (max-width: 900px) {

    #general,
    #btc,
    #costs,
    #questions {
        width: 96%;
        margin-left: 1%
    }

    #currencies {
        max-width: 100%
    }

    #requisites {
        display: none;
        margin-top: 4vh;
        max-width: 100%;
        width: 90%
    }

    #btc {
        padding-right: 0;
        max-width: 100%;
        width: 100%;
        border: solid 1px #ccc
    }

    #btc .te,
    #btc .qr {
        vertical-align: middle
    }

    #btc .qr img {
        width: 148px
    }

    #btc #also {
        display: none
    }

    #various {
        border: solid 1px #ccc
    }
}

@media only screen and (max-width: 800px) {
    #btc .qr {
        display: none
    }
}

@media only screen and (max-width: 600px) {

    #general,
    #btc {
        width: 96%
    }

    #btc {
        text-align: center
    }

    #btc .te {
        max-width: 96%
    }

    #currencies .cur {
        margin-left: 1%;
        min-width: 0;
        width: 46%;
        white-space: nowrap
    }

    #various .he {
        margin: 0;
        text-align: center
    }

    #requisites {
        margin-left: 2%;
        width: 96%
    }

    #requisites span.address {
        max-width: 100%
    }

    #requisites .qr {
        display: none
    }
}