html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 16px;
    margin: 0;
}

body {
    max-width: 100%;
    background-color: #F7F8F9;
}

.header {
    height: 90px;
    background-color: #fff;
    display: flex;
    position: relative;
    align-items: center;
}

.header .sub-tit {
    border-left: 1px solid #BEBEBE;
    margin-left: 14px;
    padding-left: 14px;
    color: #827b7b;
    font-size: 20px;
}

.wrap {
    position: relative;
    height: calc(100% - 236px);
    padding: 30px 0;
    box-sizing: border-box;
}

.common .header-in .menu li a.active,
.common .header-in .menu li a:hover {
    color: #fe4da7;
}

.common .header-in .menu li a::after {
    bottom: 0;
    background-color: #fe4da7;
}

.common .header-in .tit {
    display: flex;
    align-items: center;
}


/*关于我们*/

.wrap .wrap-con {
    position: relative;
    width: 1200px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 70px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgb(201 201 201 / 21%);
    margin: 0 auto;
}

.wrap .wrap-con.about {
    display: flex;
    align-items: center;
}

.wrap .logo {
    width: 46%;
    margin-right: 75px;
}

.wrap .logo img {
    width: 100%;
}

.wrap .text {
    color: #5a5a5a;
    line-height: 28px;
}

.wrap .text p {
    margin-bottom: 28px;
}


/*充值中心*/

.wrap .wrap-con.recharge {
    padding: 40px;
}

.wrap .wrap-tit {
    position: relative;
    font-size: 1.5rem;
    color: #5A5A5A;
}

.wrap .wrap-tit::before {
    content: '';
    width: 4px;
    height: 24px;
    background-color: #FF4F9E;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wrap .wrap-tit span {
    margin-left: 20px;
}

.wrap-from {
    position: relative;
    padding-top: 1.5rem;
}

.from-item {
    position: relative;
    margin-bottom: 1rem;
    clear: both;
    color: #999;
}

.from-item .label {
    float: left;
    display: block;
    padding: 9px 5px 9px 0;
    width: 130px;
    text-align: right;
}

.from-item .item-r {
    margin-left: 135px;
    min-height: 36px;
    line-height: 36px;
}

.from-item input {
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    width: 260px;
    height: 42px;
}

.recharge-money {
    display: flex;
    align-items: center;
}

.recharge-money .item-r {
    margin-left: 0;
    margin-right: 10px;
}

.recharge-money .item-r input {
    width: 120px;
}

.recharge-money .item-inline {
    margin-left: 10px;
}

.money {
    font-size: 24px;
    color: #FF4F9E;
    margin-right: 8px;
}

.payment {
    margin-bottom: 40px;
}

.payment .item-r {
    position: relative;
    width: 170px;
    height: 58px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    line-height: 60px;
    color: #333;
}

.payment.on .item-r {
    border: 2px solid #FF4F9E;
}

.payment.on .item-r::before {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 25px;
    height: 25px;
    background: url(../images/ic_selected.png);
}

.margin-center button {
    width: 240px;
    height: 54px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, #FF73D2, #FF408D);
    cursor: pointer;
}

input[type=radio] {
    visibility: hidden;
    width: auto;
    height: auto;
    margin: 3px 10px 5px 0;
    cursor: pointer;
}

.tips-t input[type=radio].checked::after {
    background: url(../images/ic_checked.png) center center no-repeat;
    background-size: contain;
    visibility: visible;
}

input[type=radio]::after {
    content: ' ';
    display: block;
    height: .9rem;
    width: .9rem;
    background: url(../images/ic_check.png) center center no-repeat;
    background-size: contain;
    visibility: visible;
}

.margin-center .tips-t {
    display: flex;
    align-items: center;
    color: #333;
}

.margin-center .tips-t a {
    color: #FF4F9E;
    font-size: 14px;
}

.margin-center.tips .item-r {
    line-height: 24px;
}

.margin-center.tips .no-account {
    margin: 0;
}


/*footer*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.footer a {
    display: inline-blcok;
    color: #fff;
    font-size: 14px;
}

.footer .page {
    display: flex;
    margin-bottom: 14px;
}

.footer p {
    margin: 0;
}

.footer .page a {
    flex: 1;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #fff;
}

.footer .page a:last-child {
    border: none;
}

.footer .page a:hover,
.footer .page a.active {
    color: #FF4F9E
}