body {
    all: unset;
    padding: 0;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: "MiSans";
}
img{
    all: unset;
}
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

html {
    font-size: 16px;
}

.title {
    text-align: center;
    font-size: 36px;
    font-family: "MiSans-Bold";
    font-weight: bold;
    letter-spacing: 0.25rem;
    color: #006acb;
    margin-bottom: 30px;
}

.content {
    width: 1130px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
}

.mid-title {
    font-size: 24px;
    color: #006acb;
    font-weight: bold;
    font-family: "MiSans-Bold";
}

.mid-title a {
    font-size: 30px;
    color: #006acb;
    font-weight: bold;
    font-family: "MiSans-Bold";
}

.mid-title .mid-title-name {
    color: #f94f46;
}

.info {
    margin: 20px auto 0;
}

.info .info-basic {
    width: 730px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
}

.info .info-basic .info-basic-content {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.info .info-basic .info-basic-content .info-basic-content-title {
    width: 240px;
    min-width: 240px;
    min-height: 60px;
    text-align: right;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info .info-basic .info-basic-content .info-basic-content-text {
    padding: 10px 30px;
    box-sizing: border-box;
    border-left: 1px solid #f0f0f0;
    min-height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.info .info-basic .info-basic-content .text-special {
    color: #006acb;
}

.info .info-basic .content-special {
    border-bottom: 0;
}

.buy-btn {
    width: 120px;
    margin: 20px auto;
    background-color: #006acb;
    line-height: 50px;
    border-radius: 65px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.history .history-title {
    font-size: 24px;
    color: #00afba;
    font-weight: bold;
    margin-top: 20px;
}

.history .history-box {
    margin: 20px 0 10px;
    width: 370px;
    border-radius: 32px;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: rgba(112, 204, 144, 0.2);
    display: flex;
    flex-direction: column;
    line-height: 30px;
    color: #00686e;
}

.history .history-box .history-box-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history .history-box a:nth-child(1) {
    color: #00686e;
    font-size: 18px;
    width: 190px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.history .history-box a:nth-child(2) {
    color: #00686e;
    font-size: 16px;
}

.recommend .recommend-title {
    font-size: 24px;
    color: #ffcf2d;
    font-weight: bold;
}

.recommend .recommend-boxs {
    margin: 20px 0 10px;
    width: 370px;
    border-radius: 32px;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: #fff7dc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 30px;
}

.recommend .recommend-boxs .recommend-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.recommend .recommend-boxs .recommend-box .recommend-box-domain {
    width: 190px;
    word-wrap: break-word;
    font-size: 18px;
}

.recommend .recommend-boxs .recommend-box .recommend-box-info {
    display: flex;
}

.recommend .recommend-boxs .recommend-box .recommend-box-price {
    color: #f94f46;
}

.recommend .recommend-boxs .recommend-box a {
    color: #006acb;
}