.head-container {
    position: relative;
    z-index: 1;
    height: 78px;
    background-color: #fff;
    box-shadow: 0 1px 9px rgb(46 50 68 / 10%);
}
.header {
    min-width: 1300px;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}
.header__logo {
    float: left;
    height: 70px;
    width: 351px;
    margin: 10px 0;
    margin-right: 45px;
    background: url(../images/logo.png) no-repeat;
}
.header__item {
    float: right;
    margin: 0 5px 0 35px;
    font-size: 16px;
    color: #2e3243;
    line-height: 70px;
    cursor: pointer;
}
.header__item-checked {
    color: #e0b44f !important;
    padding-left: 24px;
}

#container {
    width: 100%;
}
#app {
    font-family: 'Microsoft YaHei';
    background: #f4f5fa;
}
.floor {
    width: 1278px;
    margin: 0 auto;
    padding-bottom: 42px;
}
.floor-second {
    position: relative;
    z-index: 5;
    width: 1200px;
    margin: 0 auto;
}
.floor-title {
    position: relative;
    padding: 50px 0 30px;
}
.floor-title__back {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
.floor-title__content {
    position: relative;
    z-index: 2;
    color: #2e3244;
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 8px 10px rgb(136 126 117 / 40%);
}
.floor-title i {
    display: inline-block;
    width: 68px;
    height: 16px;
    margin: 0 15px;
    vertical-align: middle;
    background: none no-repeat center center / 68px auto;
}
.floor-title .left {
    background-image: url(../images/plue1.png);
}
.floor-title .right {
    background-image: url(../images/plue2.png);
}
.cocards-floor {
    width: 1200px;
    height: 180px;
    padding: 10px;
    background: linear-gradient(-86.5deg, #eed4a2 0%, #fdd683 100%);
}
.cocards-floor .classify-cobrand {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.cocards-floor-part.classify {
    width: 1200px;
    box-shadow: 0px 0px 20px 0px rgb(7 0 2 / 10%);
    position: relative;
}
.cocards-floor-part {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    height: 140px;
}
.cocards-floor-title {
    font-size: 18px;
    color: #2F3245;
    height: 20px;
    margin-bottom: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 28px;
    text-overflow: ellipsis;
}
.cocards-floor-title .sub-tips {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.cocards-floor .scroll-con {
    height: 85px;
    overflow: hidden;
    position: relative;
}
.cocards-floor .scroll-con .scroll-wp {
    height: 105px;
    margin: 0 40px 0 40px;
    overflow: hidden;
}
.cocards-floor .scroll-con .scroll-wp ul {
    transition: all 0.3s;
    white-space: nowrap;
}
.cocards-floor-part.classify .scroll-con ul {
    margin-left: -20px;
}
.cocards-floor .scroll-con .cocard-item {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin: 0 18px;
}
.cocards-floor .scroll-con .icon-img {
    height: 50px;
    margin-bottom: 6px;
    position: relative;
}
.cocards-floor .scroll-con .icon-img img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.cocards-floor .scroll-con .icon-name {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor-second .renew-cards {
    margin-bottom: 20px;
    max-height: 598px;
    padding-top: 10px;
    min-width: 1220px;
    margin-left: -15px;
    padding: 10px 10px 5px;
}
.card-item {
    width: 226px;
    height: 260px;
    background: #fff;
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin: 7px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    box-shadow: 0px 2px 32px 0px rgb(7 0 2 / 10%);
}
.card-item-icon {
    height: 74px;
    width: 106px;
    margin: 0 auto 20px;
}
.card-item-icon img {
    max-height: 74px;
    max-width: 100%;
}
.card-item-name {
    font-size: 18px;
    color: #2F3245;
    line-height: 1.2;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-item-prices {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-item-prices .payment {
    color: #2E3244;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}
.card-item-prices .o-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}
.card-item-prices:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #444444;
    margin: 20px auto 20px;
}
.card-item .renew-btn {
    display: block;
    width: 156px;
    height: 32px;
    background: #f5ca3a;
    border-radius: 18px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #172047;
    margin: 0 auto 10px;
    border: 2px solid #f5ca3a;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.card-item:hover {
    box-shadow: 0px 0px 17px 0px rgb(7 0 2 / 20%);
    position: relative;
    transform: translateY(-5px);
}
