.top-box {
    display: flex;
    flex-direction: row;
    padding: 45px 0 25px;
}

.top-box .vip-logo {
    align-items: center;
    background-color: #0556f3;
    display: flex;
    height: 155px;
    justify-content: center;
    width: 155px;
}

.top-box .vip-logo span {
    color: white;
    font-size: 50px;
}

.top-box .vip-info {
    border-bottom: 2px solid #bbb;
    flex: 1;
    margin-left: 25px;
    position: relative;
}

.top-box .vip-info .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}

.top-box .vip-info .text {
    border-bottom: 2px solid #0556f3;
    bottom: -2px;
    color: #0556f3;
    font-size: 15px;
    height: 30px;
    position: absolute;
}

.top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-list .right-info {
    text-align: left;
    height: 192px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
}

.top-list .right-info h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.top-list .right-info ul {
    margin-top: 20px;
    padding-left: 15px;
}

.top-list .right-info ul li {
    font-size: 14px;
    padding: 3px 0;
}

.top-list .pay-info .buy-btn {
    width: 110px;
    height: 38px;
    outline: none;
    border: none;
    color: #fff;
    line-height: 38px;
    background: #ffc210;
    border-radius: 4px;
    font-size: 16px;
}

.pay-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pay-info ul {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.pay-info ul li {
    margin: 0 0 0 5px;
    padding: 0 10px;
    float: left;
}

.pay-info .buy {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pay-info .origin-price {
    margin-right: 20px;
    text-decoration: line-through;
    color: #aaa;
    font-size: 20px;
}


.pay-info .present-price {
    margin-right: 20px;
    color: #d7261f;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.pay-info .present-price i {
    background: #d62119;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    font-weight: 700;
    margin-right: 2px;
    font-style: normal;
}

.pay-info .pay-type .payment {
    height: 37px;
    border-radius: 2.64px;
    border: 1px solid #e9e9e9;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.pay-info .pay-type .payment img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.pay-info .pay-type .payment.active {
    border: 1px solid #f5a623;
}

.alert {
    margin-top: 20px;
    padding: 8px 15px;
}

.panel-default {
    margin-top: 30px;
    border-color: #f0f0f06b;
}

.panel-heading {
    border: none;
    background: linear-gradient(#4591f44a, rgb(255, 255, 255));
    min-height: 56px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 24px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.panel-body {
    padding: 24px 35px;
}

.qa-item {
    margin-bottom: 24px;
    background: rgba(245, 245, 245, 0.75);
    border-radius: 8px;
    border: none;
    color: rgb(217, 217, 217);
}

.qa-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.3s, visibility 0s;
}

.qa-header span {
    font-size: 10px;
}

.qa-header p {
    margin: 0 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.qa-body {
    padding: 12px 16px;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}

.qa-body .qrcode {
    margin: 20px 30px;
    display: flex;
    justify-content: space-around;
}

.qa-body .qrcode img {
    height: 150px;
    width: 150px;
    -webkit-border-radius: 10px; /* Chrome, Safari, newer versions of Opera. */
    -moz-border-radius: 10px; /* Firefox. */
    -ms-border-radius: 10px; /* Internet Explorer. */
    -o-border-radius: 10px; /* Old versions of Opera. */
    border-radius: 10px; /* Standard syntax. */
}

.qa-body .qrcode p {
    margin: 5px 0 0 0;
    text-align: center;
}