@import "base.css";
@import "header.css";


main {
    overflow: auto;
    max-width: 1226px;
    color: #484D4D;
    margin: calc(-1 * var(--header-height)) auto 0 auto;
    padding-top: calc(2 * var(--header-height) + 2em);
}

main h2 {
    font-size: 1.5em;
    font-weight: normal;
}

main ul > li {
    line-height: 1.8em;
}


.buy-container {
    display: flex;
    align-items: stretch;
    margin: 2em auto;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 50em) {
    .buy-container {
        flex-direction: row;
    }
}

.bundle-buy-container {
    display: flex;
    align-items: stretch;
    margin: 2em auto;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 50em) {
    .bundle-buy-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));;
    }
}

.bundle-buy-container ul {
    text-align: left;
}

.buy-time {
    font-size: 1.5em;
    margin: 1em 0;
}

.buy-money {
    font-size: 3rem;
}

.buy-container ul {
    text-align: left;
}

.buy-box {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border: solid 1px lightgray;
    width: 22em;
    margin: 2em auto 0 auto;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.buy-box ul {
    height: 10em;
}

.buy-box.little {
    width: 20em;
}

.buy-form {
    margin: 1em 0;
}

.email-input {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding: 0.4em 0;
    border: 1px solid lightgray;
}


.buy-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 85%;
    margin: 1em auto 0 auto;
}

.submit-button {
    display: flex;
    align-items: center;
    flex: 1;
    border: 0;
    color: black;
    background-color: #F0F0F0;
    padding: 0.5em 0.8em;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}

.submit-button > div {
    margin: auto;
    flex: 1;
}

.submit-button.zhifubao {
    margin-right: 0.3em;
}

.submit-button.zhifubao:hover {
    margin-right: 0.3em;
    color: white;
    background-color: #4F9FFD;
}

.submit-button.weixin {
    margin-left: 0.3em;
}

.submit-button.weixin:hover {
    color: white;
    background-color: #40BA49;
}

.submit-button > img {
    width: 22px;
    display: block;
}


main h2 {
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
}

.problems > h2 {
    margin-top: 3em;
}

.problems ul {
    padding: 0 2em;
    /*text-align: center;*/
    /*list-style-type: none;*/
}

.en ul {
    padding: 0 2em;
    text-align: left;
    list-style-type: disc;
}

.free-code-container {
    display: flex;
    justify-content: center;
}


.en-buy-container > a {
    display: block;
}

.en-buy-container {
    margin-top: 4em;
    margin-bottom: 2em;
}


.bundle-hyper-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bundle-hyper {
    color: white;
    padding: 0.3em 1em;
    font-size: 1.2em;
    background-image: linear-gradient(283.8deg, rgb(8, 124, 250) 5.73%, rgb(33, 215, 137) 100%);
}

.bundle-hyper > a {
    color: white;
}