.jinxi__my__center__main {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 76px auto;
    align-items: flex-start;
}

.jinxi__my__center__main__left {
    width: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    padding: 0 20px;
}

.jinxi__my__center__main__left li {
    padding-left: 30px;
}

.jinxi__my__center__main__left li img {
    margin-right: 10px;
}

.jinxi__my__center__main__left__head {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.menu__item__active {
    color: #91172e!important;
}

.jinxi__my__center__main__left__sub__head {
    color: #333333;
    padding-top: 32px;
    padding-bottom: 17px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.jinxi__my__center__main__left__item {
    padding: 17px 0;
}

.jinxi__my__center__main__left__item a {
    margin-left: 28px;
    color: #595757;
}

.jinxi__my__center__main__right {
    width: 1040px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
}

.jinxi__my__center__main__right__banner {
    background: url(../img/jinxi_my_jindubg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 60px 30px 30px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
	position: relative;
}

.jinxi__my__center__main__right__banner__avatar {
    display: flex;
}

.jinxi__my__center__main__right__banner__avatar__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 14px;
}

.jinxi__my__center__main__right__banner__avatar__info {
    display: flex;
    align-items: center;
    font-size: 15px;
	height: 60px;
}
.jinxi__my__center__main__right__banner__avatar__info .my-center-vip{
	background: url(../img/my-center-vip.png) no-repeat left center;
	background-size: 14px 12px;
	padding-left: 17px;
	margin-top: 8px;
}
.jinxi__my__center__main__right__banner__avatar__info h4 {
    color: #333333;
}

.jinxi__my__center__main__right__banner__avatar__info h6 {
    color: #666666;
}
.jinxi_my_buton{
	position: absolute;
	right: 60px;
}
.jinxi_my_kaitong{
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.jinxi_my_btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 19px;
}
.jinxi_my_btn a{
	width: 104px;
	height: 30px;
	line-height: 30px;
	background: #91172E;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.jinxi_my_bod{
	display: flex;
	align-items: center;
	margin: 16px 0 0 20px;
}
.jinxi_my_bod .huangjin{
	margin: -4px 0 0 7px;
}
.jinxi_my_text{
	width: 200px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
.jinxi_my_jifen{
	width: 10px;
	height: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	background: url(../img/jinxi_my_act.png) no-repeat center bottom;
	background-size: 10px 10px;
	padding-bottom: 6px;
	position: absolute;
	right:-3px;
	bottom: -2px;
	z-index: 10;
}
.jinxi_my_text p{
	position: absolute;
	left:0;
	bottom: 12px;
	z-index: 10;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
.jinxi_my_act{
	position: relative;
	width: 30%;
	height: 6px;
	background: #91172E;
	border-radius: 3px;
}
.jinxi__my__center__main__right__banner__open_vip {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jinxi__my__center__main__right__banner__open_vip p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 26px;
}

.jinxi__my__center__main__right__banner__open_vip a {
    padding: 7px 25px;
    color: #ffffff;
    background-color: #91172e;
    border-radius: 4px;
}

.jinxi__my__center__main__right__main {
    padding: 30px;
}

.jinxi__my__center__main__right__main__order__head {
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__head > * {
    display: flex;
    align-items: center;
}

.jinxi__my__center__main__right__main__order__divide {
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 30px;
}

.jinxi__my__center__main__right__main__order__action {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__action > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #595757;
}

.jinxi__my__center__main__right__main__order__action > a > div {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.jinxi__my__center__main__right__main__order__save {
    border: solid 1px #e5e5e5;
    border-radius: 4px;
}

.jinxi__my__center__main__right__main__order__save__head {
    padding: 12px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__save__head span {
    border-left: 2px solid #91172e;
    padding-left: 35px;
	position: relative;
}
.jinxi__my__center__main__right__main__order__save__head span:before{
	content: "";
	display: block;
	background: url(../img/icon-shangpinshoucang.png) no-repeat;
	background-size: 16px 15px;
	width: 16px;
	height: 15px;
	position: absolute;
	left: 10px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.panInsideSpan span:before{
	background: url(../img/icon-wodezuji.png) no-repeat;
	background-size: 17px 15px;
	width: 17px;
}
.jinxi__my__center__main__right__main__order__save__head a {
    color: #999999;
    display: flex;
    align-items: center;
}

.jinxi__my__center__main__right__main__order__save__content > a {
    padding: 20px 30px 20px 20px;
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__save__content__img {
    /* width: 110px; */
    height: 110px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
}

.jinxi__my__center__main__right__main__order__save__content__img img {
    height: 100%;
    object-fit: contain;
}

.jinxi__my__center__main__right__main__order__save__content__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__save__content__info h4 {
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__main__right__main__order__save__content__info p {
    color: #999999;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    color: #999999;
}

.jinxi__my__center__main__right__main__order__save__content__info a {
    width: 114px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #91172e;
}

.jinxi__my__center__main__right__main__order__footprint_today {
    padding: 12px 38px 12px 20px;
    display: flex;
    align-items: center;
}

.jinxi__my__center__main__right__main__order__footprint_today div {
    height: 1px;
    background-color: #e6e6e6;
    flex: 1 1 auto;
    margin-left: 10px;
}

.jinxi__my__center__main__right__main__order__footprint__content {
    padding-bottom: 0;
    padding-top: 0;
}

.jinxi__my__center__main__right__main__order__footprint__wrap .jinxi__my__center__main__right__main__order__footprint__content:nth-child(n + 2) {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.jinxi__my__center__main__right__main__order__footprint__wrap .jinxi__my__center__main__right__main__order__footprint__content:not(:last-child) {
    padding-bottom: 20px;
}


.jinxi__vip__card {
    padding: 40px 50px;
}

.jinxi__vip__card h1 {
    text-align: center;
    color: #a1734b;
    font-size: 22px;
    margin-bottom: 40px;
}

.jinxi__vip__card__grid {
    display: grid;
    grid-template-columns: 450px 450px;
    grid-gap: 40px;
}

.jinxi__vip__card__grid h2 {
    margin-bottom: 20px;
    color: #333333;
}

.jinxi__vip__card__grid {
    color: #666666;
    line-height: 28px;
    font-size: 16px;
}

.jinxi__vip__card__grid__item {
    padding: 30px;
    background-image: linear-gradient(0deg, #ffffff 0%, #f0e9df 99%);
	box-shadow: -1px 10px 20px 0px rgba(194, 176, 180, 0.15);
	border-radius: 5px;
	border: solid 1px #ffffff;
}

.jinxi__vip__score {
    padding: 20px 30px;
    position: relative;
}

.jinxi__vip__score > h1 {
    color: #333333;
    border-left: 4px solid #79142c;
    margin-left: -30px;
    padding-left: 26px;
}

.jinxi__vip__score__banner {
    margin-top: 18px;
    height: 123px;
    background: url(../img/jingxi-banner-12.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 15px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.jinxi__vip__score__banner__info {
    display: flex;
    margin-right: 48px;
}

.jinxi__vip__score__banner__info > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.jinxi__vip__score__banner__info > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jinxi__vip__score__banner__info > div > h2 {
    color: #333333;
}

.jinxi__vip__score__banner__info > div > a {
    color: #666666;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.jinxi__vip__score__banner__line {
    width: 2px;
    height: 25px;
    background-color: #595757;
    opacity: 0.4;
}

.jinxi__vip__score__banner__score {
    margin-left: 65px;
    margin-right: 70px;
    white-space: nowrap;
}

.jinxi__vip__score__banner__score > span:first-child {
    color: #666666;
}

.jinxi__vip__score__banner__score > span:nth-child(n + 2) {
    font-size: 28px;
    color: #595757;
}

.jinxi__vip__score__banner__score > span:nth-child(2) {
    margin-right: 10px;
}

.jinxi__vip__score__table {
    margin-top: 30px;
}

.jinxi__vip__score__table__head {
    background-color: #f7f7f7;
    height: 55px;
    border-radius: 15px;
    line-height: 55px;
    color: #000000;
}

.jinxi__vip__score__table__row {
    height: 50px;
    line-height: 50px;
    color: #666666;
}

.jinxi__vip__score__table__head, .jinxi__vip__score__table__row {
    display: grid;
    grid-template-columns: 700px 140px 140px;
}

.jinxi__vip__score__table__head > div:first-child,
.jinxi__vip__score__table__row > div:first-child {
    padding-left: 30px;
}

.jinxi__vip-dialog {
    width: 980px;
	height: calc(100vh - 130px);
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(40, 40, 40, 0.3);
	border-radius: 4px;
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 20px 50px;
    z-index: 99;
    transform: translate3d(-50%, -50%, 0);
}

.jinxi__vip-dialog__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.jinxi__vip-dialog h1 {
    text-align: center;
    font-size: 22px;
    color: #000000;
}

.jinxi__vip-dialog h2 {
    color: #000000;
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
}

.jinxi__vip-dialog h2::before {
    position: absolute;
    content: '';
    width: 11px;
	height: 10px;
	background-image: linear-gradient(135deg, #e3d5c4 0%, #a0724a 100%);
    border-radius: 50%;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}

.jinxi__vip-dialog h3 {
    margin-bottom: 20px;
    margin-top: 28px;
}

.jinxi__vip-dialog p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.jinxi__vip-dialog__mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
}

.jinxi__vip__index {
    border-radius: 4px;
}

.jinxi__vip__index__banner {
    background: url(../img/jingxi-banner-13.png) no-repeat center;
    height: 316px;
    background-size: 100% 100;
    padding: 40px 30px 60px 30px;
}

.jinxi__vip__index__banner h1 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

.jinxi__vip__index__banner__content {
    margin-top: 45px;
    display: flex;
}

.jinxi__vip__index__banner__content__img {
    margin-right: 20px;
    position: relative;
}

.jinxi__vip__index__banner__content__img span {
    padding: 5px 10px;
    background-color: #79142c;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 13px;
    color: #ffffff;
}

.jinxi__vip__index__banner__content__info {
    color: #ffffff;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jinxi__vip__index__banner__content__info>div>div>span:first-child {
    opacity: 0.6;
}

.jinxi__vip__index__banner__content__info>div>div a {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    color: #ffffff;
}


.jinxi__vip__index__banner__content__info > div > a {
    width: 156px;
    height: 36px;
    background-image: linear-gradient(80deg, #a0724a 0%, #c6a98f 25%,#ebe0d3 50%, #a0724a 100%);
    text-align: center;
    line-height: 36px;
    color: #000000;
}

.jinxi__vip__index__content {
    padding: 50px 30px 60px 30px;
}

.jinxi__vip__index__content__head {
    display: flex;
    justify-content: space-between;
    color: #000000;
}

.jinxi__vip__index__content__head h1 {
    margin-left: -30px;
    border-left: 4px solid #79142c;
    padding-left: 26px;
    font-size: 18px;
}

.jinxi__vip__index__content__head a {
    color: #000000;
    display: flex;
    align-items: center;
}

.jinxi__vip__index__content__grid {
    display: grid;
    grid-template-columns: 440px 440px;
    grid-gap: 58px 98px;
    margin-top: 30px;
}

.jinxi__vip__index__content__grid__item {
    position: relative;
}

.jinxi__vip__index__content__grid__item__bg {
    width: 440px;
    height: 235px;
}

.jinxi__vip__index__content__grid__item > span {
    padding: 8px 18px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    right: 13px;
    top: 13px;
    border-radius: 16px;
    font-size: 18px;
    color: #666666;
}
.jinxi__vip__index__content__grid__item > span.on{
	color: #FFFFFF;
	background: #91172E;
}

.jinxi__vip__index__content__grid__item h1 {
    position: absolute;
    left: 20px;
    top: 94px;
    color: #4D4D4D;
    font-size: 24px;
}

.jinxi__vip__index__content__grid__item h2 {
    position: absolute;
    left: 20px;
    top: 131px;
    color: #4D4D4D;
	font-size: 16px;
    max-width: 290px;
    line-height: 28px;
}
.jinxi__my__vip__card__bottomBox{
	position: absolute;
	left: 0;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 22px 0 20px;
}
.jinxi__my__vip__card__bottomBox p{
	font-size: 22px;
	color: #E01F1F;
}
.jinxi__my__vip__card__bottomBox a{
	width: 126px;
	height: 35px;
	line-height: 35px;
	background: #91172E;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF !important;
}
.jinxi__vip__index__content__grid__item__vip {
    position: absolute;
    top: 140px;
    right: 20px;
}

.jinxi__vip__index__content__grid__item__action {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.jinxi__vip__index__content__grid__item__action span {
    color: #E01F1F;
    font-size: 22px;
}

.jinxi__vip__index__content__grid__item__action a {
    width: 126px;
    height: 35px;
    background: #91172E;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #FFFFFF;
}

.jinxi__my_vip_card__banner {
    padding: 0 60px 0 30px;
    display: flex;
    justify-content: space-between;
    height: 123px;
    background: url(../img/jingxi-banner-14.png) no-repeat center;
    background-size: 100% 100%;
    align-items: center;
}

.jinxi__my_vip_card__banner__info {
    display: flex;
}

.jinxi__my_vip_card__banner__info img {
    width: 60px;
    height: 60px;
    margin-right: 14px;
}

.jinxi__my_vip_card__banner__info > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
}

.jinxi__my_vip_card__banner__info > div  > h2 {
    color: #333333;
}

.jinxi__my_vip_card__banner__info > div  > span {
    color: #666666;
}

.jinxi__my_vip_card__banner__action {
    text-align: center;
    font-size: 14px;
}

.jinxi__my_vip_card__banner__action div {
    color: #666666;
    margin-bottom: 20px;
}

.jinxi__my_vip_card__banner__action a {
    display: block;
    width: 114px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #FFFFFF;
    background-color: #91172E;
    border-radius: 4px;
}

.jinxi__my__vip__card__tabs {
    margin: 33px 30px 0 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: 18px;
}

.jinxi__my__vip__card__tabs h2 {
    display: none;
}

.jinxi__my__vip__card__tabs > div {
    display: flex;
}

.jinxi__my__vip__card__tab__item {
    color: #666666;
}

.jinxi__my__vip__card__tab__item__active {
    color: #79142C;
    position: relative;
}

.jinxi__my__vip__card__tab__item__active::after {
    content: '';
    position: absolute;
    left: 0;
    background-color: #79142c;
    width: 100%;
    height: 3px;
    bottom: -28px;
}

.jinxi__my__vip__card__content__grid  {
    padding: 40px;
    display: grid;
    grid-template-columns: 440px 440px;
    grid-gap: 40px 78px;
    overflow: hidden;
    padding-bottom: 90px;
}

.jinxi__my__vip__card__content__grid a {
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    color: #737373;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.jinxi__my__vip__card__content__grid a img {
    margin-left: 10px;
}

.jinxi__my__center__open__card{
	height: calc(100vh - 130px);
    position: absolute;
    top: 50%;
    width: 760px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -380px;
    padding: 0 140px;
    box-shadow: 0px 0px 30px 0px rgba(40,40,40,0.3);
    border-radius: 4px;
    padding-bottom: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.jinxi__my__center__open__card>div{
	overflow-y: auto;
	height: calc(100vh - 200px);
	margin-top: 40px;
}
.jinxi__my__center__open__card h1 {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #000000;
}
.jinxi__my__center__open__card>div h1{
	padding-top: 0;
}
.jinxi__my__center__open__card__img {
    width: 100%;
    height: 235px;
    border-radius: 20px;
    position: relative;
}

.jinxi__my__center__open__card__status {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 93px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    opacity: 0.5;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.jinxi__my__center__open__card__img h2 {
    font-weight: 500;
    font-size: 24px;
    color: #4D4D4D;
    position: absolute;
    left: 20px;
    top: 140px;
}

.jinxi__my__center__open__card__img h3 {
    font-weight: 300;
    font-size: 16px;
    color: #4D4D4D;
    position: absolute;
    left: 20px;
    top: 178px;
}

.jinxi__my__center__open__card__close {
    position: absolute;
    right: 32px;
    top: 40px;
    cursor: pointer;
}

.jinxi__my__center__open__card__tabs {
    display: flex;
    padding-top: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 4px;
}

.jinxi__my__center__open__card__tabs a {
    flex: 1 1 auto;
    text-align: center;
    padding: 20px;
}

.jinxi__my__center__open__card__tabs .jinxi__my__center__open__card__tab__item span {
    position: relative;
    color: #595757;
}

.jinxi__my__center__open__card__tabs .jinxi__my__center__open__card__tab__item__active span::after {
    width: 50%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #91172E;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}

.form__item {
    color: #333333;
}

.form__value {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__value > input[type=text], input[type=password] {
    width: 100%;
    height: 46px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 4px;
    outline: none;
    padding-left: 20px;
}

.area__select__container {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.area__select__container .area__select {
    border: none;
    outline: none;
}

.jinxi__my__center__open__card__payamount {
    text-align: center;
    padding: 10px;
}

.jinxi__my__center__open__card__payamount span {
    color: #E31C1C;
    margin-left: 8px;
}

.jinxi__my__center__open__card__submit {
    width: 100%;
    height: 46px;
    background: #91172E;
    border-radius: 4px;
    border: none;
    color:#ffffff;
    margin: 20px 0;
}


.step__input {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.step__input input {
    width: 102px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    outline: none;
    text-align: center;
}

.step__input a {
    font-size: 21px;
    color: #999999;
    padding: 0 15px;
}

#number__input {
    padding: 0;
}

.jinxi__my__center__open__card__success__banner {
    background: #F3EFEA;
    overflow: hidden;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.jinxi__my__center__open__card__success__banner__top {
    margin: 40px 40px 30px 40px;
    border-radius: 8px;
    border: 2px solid #A0724A;
    position: relative;
}

.jinxi__my__center__open__card__success__banner__top h2 {
    padding-top: 34px;
    padding-bottom: 9px;
    font-size: 24px;
}

.jinxi__my__center__open__card__success__banner__top h3 {
    font-size: 16px;
    color: #4D4D4D;
    opacity: .8;
}

.jinxi__my__center__open__card__success__banner__top p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 25px;
}

.jinxi__my__center__open__card__success__banner__top__img {
    padding: 0 9px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3EFEA;
}

.jinxi__my__center__open__card__success__banner__top__img img {
    width: 82px;
}

.jinxi__my__center__open__card__success__banner__title {
    background: url(../img/icon-text-bg.png) no-repeat center;
    width: 116px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    background-size: 100% 100%;
    font-size: 16px;
}

.jinxi__my__center__open__card__success__banner__desc {
    font-size: 16px;
    padding: 0 40px 30px 40px;
    word-break: break-all;
    text-align: left;
    line-height: 28px;
}

.jinxi__my__center__open__card__success__card__item {
    padding: 0 40px 38px 50px;
    display: flex;
    justify-content: space-between;
}

.jinxi__my__center__open__card__success__card__item:first-child {
    margin-top: 30px;
}

.jinxi__my__center__open__card__success__card__item > div:first-child {
    background: url(../img/icon-text-bg-1.png) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 28px;
}

.jinxi__my__center__open__card__success__card__item span {
    color: #333333;
    font-size: 16px;
}

.jinxi__my__center__open__card__success__card__item a {
    color: #91172E;
    font-size: 16px;
    margin-top: 19px;
}

.jinxi__my__center__open__card__success__card__item a img {
    width: 16px;
}

.jinxi__my__center__open__card__success__card__list {
    border: 2px solid #F3EFEA;
    border-radius: 0 0 20px 20px;
}

/*2025-1-3 start*/
.jinxi__my_update .jinxi__vip__index__content__grid__item__bg,
.jinxi__my_update .vipcard-img{
    width: 200px;
    height: 255px;
	float: right;
	display: block;
}
.jinxi__vip__content > span,
.jinxi__my_update .jinxi__my__center__open__card__status{
    padding: 8px 18px;
    position: absolute;
    right: 13px;
    top: 13px;
    border-radius: 16px;
    font-size: 18px;
    color: #FFFFFF;
	background-color: #91172E;
}
.jinxi__my_update .jinxi__my__center__open__card__status{
	opacity: 1;
	width: auto;
	height: auto;
	line-height: normal;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h1,
.jinxi__my_update .jinxi__my__center__open__card__img h2{
    top: 25px;
    color: #FFFFFF;
}
.jinxi__my_update .jinxi__my__center__open__card__img h2{
	font-size: 24px !important;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h2,
.jinxi__my_update .jinxi__my__center__open__card__img h3{
    max-width: 200px;
	line-height: 21px;
	top:68px;
	color: #FFFFFF;
	font-size: 14px;
	height: 126px;
	overflow: hidden;
}
.jinxi__my_update .jinxi__my__vip__card__bottomBox p {
    color: #FFFFFF;
}
.jinxi__my_update .jinxi__my__vip__card__bottomBox{
	bottom: 15px;
}
.jinxi__vip__content,
.jinxi__my_update .jinxi__my__center__open__card__img{
	background: #b42328;
	border-radius:20px;
	overflow: hidden;
	position: relative;
}
.bottom-btn{
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
}
.bottom-btn a{
	display: flex;
	align-items: center;
}
.bottom-btn img{
	margin-left: 12px;
}
/*2025-1-3 end*/
.vipcard-img-amplify .box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.vipcard-img-amplify .vc-img{
	max-width: 100%;
	height: 100%;
}
.vipcard-img-amplify .vc-close{
	position: absolute;
	right: 32px;
	top: 40px;
	cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .step__input {
        margin-left: 64px!important;
    }
    .step__input input {
        width: 84px!important;
        height: 38px!important;
        border-radius: 2px!important;
		border:0;
    }
    .step__input a {
        font-size: 25px!important;
        padding: 0 12px!important;
    }
}
@media screen and (max-width:1280px){
.am-ucheck-checkbox{
	width:auto !important;
	margin-right:10px !important;
}
}
@media screen and (max-width:1180px){
.jinxi__my__center__open__card__close {
    top: 22px;
    width: 16px;
    height: 16px;
}
/*2025-1-3 start*/
.jinxi__my_update .jinxi__vip__index__content__grid__item {
	float: none;
	width: 100%;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item__bg,
.jinxi__my_update .vipcard-img{
    width: 30% !important;
}
.jinxi__my_update .vipcard-img{
	width: auto;
	height: auto;
	font: none;
}
.jinxi__my_update .jinxi__my__center__open__card__img {
	height: 140px !important;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h1,
.jinxi__my_update .jinxi__my__center__open__card__img h2{
	top: 9% !important;
	font-size: 18px !important;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h2,
.jinxi__my_update .jinxi__my__center__open__card__img h3{
	top: 23% !important;
	max-width: none;
	padding-right:  34%;
	height: auto;
}
.jinxi__my_update .jinxi__my__center__open__card__img h3{
	top: 35% !important;
}
.jinxi__my_update .jinxi__my__center__open__card__status {
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}
/*2025-1-3 end*/
.jinxi__my__vip__card__bottomBox{
	padding: 0 15px;
	bottom: 8%;
}
.jinxi__my__center__open__card,
.jinxi__my__center__open__card>div{
    height: auto;
}
.jinxi__my__center__open__card>div{
	margin-top: 0;
}
.jinxi__my__center__open__card{
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
}
@media screen and (max-width:750px){
.jinxi__my__center__open__card__close {
    top: 23px;
    width: 13px;
    height: 13px;
}
.vipcard-img-amplify .box{
	display: flex;
	align-items: center;
}
.vipcard-img-amplify .vc-img{
	max-width: none !important;
	height: auto !important;
	width: 100% !important;
}
.vipcard-img-amplify .vc-close{
	right: 20px !important;
	top: 20px !important;
}
/*2025-1-3 start*/
.jinxi__my_update .jinxi__vip__index__content__grid__item:not(:first-child){
	margin-top: 5%;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item__bg,
.jinxi__my_update .vipcard-img{
    width: 100% !important;
	float: none;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h1,
.jinxi__my_update .jinxi__vip__index__content__grid__item h2,
.jinxi__my_update .jinxi__my__center__open__card__img h2{
	position: static;
	padding-left: 20px;
}
.jinxi__my_update .jinxi__vip__index__content__grid__item h2,
.jinxi__my_update .jinxi__my__center__open__card__img h3{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.jinxi__vip__content > span {
    padding: 4px 10px;
    font-size: 15px;
}
.jinxi__vip__content{
	padding-top: 20px;
	border-radius: 10px;
}
.jinxi__my_update .jinxi__my__center__open__card__status{
	border-radius: 16px !important;
	top: 0 !important;
}
.jinxi__my_update .jinxi__my__center__open__card__img h3 {
	top: 19px !important;
}
.jinxi__my_update .jinxi__my__center__open__card__img h2,
.jinxi__my_update .jinxi__my__center__open__card__img h3{
	position: static;
}
.jinxi__my_update .jinxi__my__center__open__card__img h3{
	top: 30px !important;
	padding-left: 20px;
}
.jinxi__my_update .jinxi__my__center__open__card__img {
	height: auto !important;
}
/*2025-1-3 end*/
.jinxi__my__vip__card__bottomBox p {
    font-size: 18px;
}
.jinxi__my__vip__card__bottomBox a {
    width: 80px;
    height: 30px;
    line-height: 30px;
	font-size: 15px !important;
}
.jinxi__vip__index__content__grid__item h2 {
	top: 50% !important;
}
.step__input {
	margin-left: 20px !important;
}
.step__input input{
	border:0;
}
.number__inventory{
	font-size: 14px;
	color: #999999;
	padding-left: 0!important;
}

}
.jinxi__my__center__login__content input{
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	padding-left: 0!important;
	opacity:1;
	background: none;
	outline:none;
}
@media screen and (max-width:640px){
    .jinxi__vip__index__content__grid__item {
        float: none;
        width: 100%;
        margin: 0 0 3% 0;
    }
}

