.jinxi__hotel__reservation__index {
    width: 1400px;
    margin: 0 auto;
}

.jinxi__hotel__reservation__index__item {
    margin-top: 100px;
    display: flex;
    padding-bottom: 80px;
}

.jinxi__hotel__reservation__index__item__content {
    padding-left: 77px;
    padding-right: 62px;
    position: relative;
}
.jinxi__hotel__reservation__index__item__content h1 {
    color: #000000;
    font-size: 34px;
    margin-bottom: 34px;
}

.jinxi__hotel__reservation__index__item__content p {
    color: #999999;
    line-height: 36px;
    margin-bottom: 43px;
}

.jinxi__hotel__reservation__index__item__content__bottom {
    position: absolute;
    width: 1400px;
    height: 160px;
    background-color: #91172e;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.jinxi__hotel__reservation__index__item__content__bottom a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin-right: 60px;
}

.jinxi__hotel__reservation__index__item__content__bottom div {
    width: 70px;
    height: 16px;
    border: 1px solid #ffffff;
    margin-left: 55px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

@media screen and (max-width: 1480px) {
	.jinxi__hotel__reservation__index__item__content__bottom{
		width: 100%;
		bottom: 0px;
	}
	.jinxi__hotel__reservation__index__item__content{
		position: static;
	}
	.jinxi__hotel__reservation__index__item{
		position: relative;
	}
	.jinxi__hotel__reservation__index {
	    width: 100%;
	}
	.jinxi__hotel__reservation__index__item img{
		width: 50%;
	}
	.jinxi__hotel__reservation__index__item__content .boxr{
		padding-bottom: 130px;
	}
}

@media screen and (max-width: 1280px) {
	.jinxi__hotel__reservation__index__item__content .boxr {
		padding-bottom: 0;
	}
	.jinxi__hotel__reservation__index__item img {
		width: 120px;
	}
}