@import url("resources/component.css");
@import url("resources/iconfont.css");

:root {
    --footer-height: 64px;
    --primary-color: #ff6660;
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

input {
    /*outline: 1px solid #ccc;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 6px;*/
}

#app {
    background-color: #f4f5f7;
}

main {
    box-sizing: border-box;
    padding: 10px 5px calc(var(--footer-height) + 40px);
}

.desc-text {
    color: #555;
    margin-bottom: 0.6em;
}

.donate-record {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.donate-rate {
    display: flex;
    align-items: center;
}

.donate-rate>.donate-rate-entry {
    flex: 1;
    margin-left: 1rem;
}


.top {
    position: relative;
}
.donor {
    position: absolute;
    bottom: 10px;
    left: 8px;
}

button {
    border: 0;
    outline: none;
    background-color: transparent;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

.my-desc-content img {
    width: 100%;
}

.my-desc-content p {
    line-height: 1.6rem;
    padding: 0;
    margin: 0;
}

.my-desc-content .h2 {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.btn-pay {
    width: 46%;
    padding: 10px 0;
    border-radius: 8px;
}

.cube-popup {
    z-index: 9999;
}

.form-wrap {
    padding: 10px;
    background: #ECF0F1;
    border-radius: 8px;
    margin: 10px;
}

.form-top {
    display: flex;
    margin-bottom: 2px;
}

.form-top .form-top-left {
    flex: 3;
    margin-right: 16px;
    margin-bottom: 10px;
}

.form-top .form-top-left img {
    width: 100%;
    border-radius: 8px;
}

.form-top .form-top-right {
    position: relative;
    flex: 6;
}

.form-top-title {
    font-size: 18px;
    font-weight: 600;
}

.form-top-desc {
    color: #888;
    line-height: 1.2;
    width: 90%;
}

.form-top-price {
    position: absolute;
    bottom: 0;
    font-size: 1.4rem;
    color: #ff6660;
    line-height: 1.2;
}

.price-wrapper {
    display: flex;
    justify-content: left;
    margin-bottom: 8px;
}

.my-price-item {
    border-radius: 5px;
    padding: 2px 0;
    border: 1px solid #ccc;
    color: #555;
    width: 23%;
    margin-right: 2%;
}

.my-price-item.checked {
    border-color: #e08271;
    color: #e08271;
    background-color: #ffede9;
}
