.buy-content {
    height: 100vh;
}
.buy-content .w-1200 {
    width: 90%;
    display: block;
    padding-top: 14vh;
    position: unset;
}
.buy-content>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: auto;
}
.buy-content .bread {
    display: none;
}
.buy-title h3 {
    font-size: 28px;
    text-align: center;
}
.buy-title p {
    font-size: 15px;
    margin-top: 14px;
    padding-bottom: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
.buy-form {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 20vh;
}
.buy-form .form-line {
    width: 100%;
}
.buy-form .form-line input {
    width: calc(100% - 140px);
    background: #fff;
    color: #333;
    border-radius: 22px;
}
.buy-form .form-line span {
    line-height: 18px;
    margin-top: 4px;
}
.buy-form .form-line a {
    width: 100%;
    padding: 2px 0;
    border-radius: 22px;
}
.buy-form .form-line a.personal {
    background: #1C1E26;
    color: #fff;
}
.buy-form p {
    color: #666;
}
.w-1120 {
    display: block;
    width: 94%;
    margin: auto;
}
.describe {
    width: 100%;
    margin-bottom: 30px;
}
.describe .des-left {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.describe .des-right {
    width: auto;
}
.describe h4 {
    font-size: 18px;
}
.describe p {
    font-size: 14px;
}
.des-title {
    font-size: 30px;
    margin-top: 100px;
}
.des-title span {
    margin: 20px auto 30px;
}
.rights-list {
    padding: 20px 10px;
    width: calc(100% - 20px);
}
.rights-list tr td:first-child, .rights-list tr th:first-child {
    padding-left: 10px;
}
.rights-list tr td:last-child, .rights-list tr th:last-child {
    padding-right: 10px;
}
