.buy-content {
    color: #fff;
    position: relative;
    margin: 61px 0 68px;
}
.buy-content>img {
    /* position: absolute; */
    /* left: 0;
    top: 0; */
    display: block;
    width: 100%;
    /* z-index: -1; */
}
.buy-content .bread {
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    top: 15px;
    left: 25px;
}
.buy-content .bread * {
    color: #fff;
    display: block;
    padding-right: 10px;
}
.buy-content .w-1200 {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 10vw;
}
.buy-title, .buy-form {
    display: none;
}
.buy-title h3 {
    font-size: 40px;
}
.buy-title p {
    font-size: 24px;
    margin-top: 27px;
    padding-bottom: 70px;
}
.buy-form .form-line {
    position: relative;
    width: 402px;
    height: 42px;
    margin-bottom: 16px;
    font-size: 14px;
}
.buy-form .form-line span {
    position: absolute;
    right: 20px;
    top: 0;
    color: #dd5b5b;
    width: 88px;
    font-size: 13px;
    line-height: 21px;
    display: none;
}
.buy-form .form-line input {
    width: 260px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #3E3F46;
    background: #1C1E26;
    border-radius: 20px;
    padding-left: 20px;
    outline: none;
    color: #fff;
    padding-right: 120px;
}
.buy-form .form-line a {
    width: 400px;
    height: 40px;
    background: #1D6AFF;
    border-radius: 20px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.buy-form .form-line a.personal {
    color: #1D6AFF;
    background: #fff;
}
.buy-form p {
    text-align: center;
    color: rgba(255, 255, 255, .5);
}
.w-1120 {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin: auto;
    flex-wrap: wrap
}
.describe {
    width: 545px;
    display: flex;
    margin-bottom: 60px;
}
.describe .des-left {
    width: 55px;
    height: 55px;
    background: #F9F9FB;
    border-radius: 15px;
    transform: rotateZ(45deg);
    margin-top: 10px;
    line-height: 55px;
    text-align: center;
}
.describe .des-left span {
    color: #1D6AFF;
    font-size: 24px;
    transform: rotateZ(-45deg);
    display: block;
}
.describe .des-right {
    width: 440px;
    margin-left: 20px;
    flex: 1;
}
.describe h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.describe p {
    color: #555;
    font-size: 16px;
}
.des-title {
    text-align: center;
    font-size: 40px;
    width: 100%;
    margin-top: 150px;
    font-weight: 600;
}
.des-title span {
    display: block;
    width: 140px;
    height: 4px;
    background: #1D6AFF;
    margin: 40px auto;
}
.rights-list {
    width: 700px;
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    padding: 40px 23px 30px;
    margin: auto;
    flex: none;
}
.rights-list table {
    width: 100%;
}
.rights-list tr {
    line-height: 40px;
}
.rights-list tr th {
    background: #F9F9FB;
    font-weight: 600;
}
.rights-list tr td:first-child,.rights-list tr th:first-child {
    text-align: left;
    padding-left: 30px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.rights-list tr td:last-child,.rights-list tr th:last-child {
    text-align: right;
    padding-right: 30px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.rights-list tr td:last-child {
    color: #1D6AFF;
}
.wx-pop {
    width: 280px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 33px 0 22px;
    border-radius: 20px;
    position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10000;
    display: none;
}
.wx-pop a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    cursor: pointer;
    padding: 10px;
}
.wx-pop h4 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.wx-pop span {
    display: block;
    margin: 4px 0 20px;
}
.wx-pop img {
    width: 170px;
    display: block;
    margin:0 auto 17px;
}
.wx-pop p {
    width: 224px;margin: auto;
}
