.jinxi__hotel__reservation__main {
    width: 1280px;
    background-color: #ffffff;
    padding: 22px;
    margin: 30px auto;
    border-radius: 4px;
    display: flex;
}

.jinxi__hotel__reservation__main__left {
    width: 425px;
    height: 425px;
    margin-right: 22px;
    border-radius: 4px;
    position: relative;
}

.jinxi__hotel__reservation__main__left__imgs {
    position: absolute;
    width: 100%;
    padding: 0 6px;
    display: flex;
    bottom: 6px;
    justify-content: flex-start;
}

.jinxi__hotel__reservation__main__left__imgs img {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    width: 64px;
    height: 64px;
    border-radius: 4px;
	margin-right: 7px;
}

.jinxi__hotel__reservation__main__right {
    flex: 1 1 auto;
}

.jinxi__hotel__reservation__main__right h2 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.jinxi__hotel__reservation__main__right p {
    font-size: 16px;
    color: #e64527;
    margin-bottom: 15px;
}

.jinxi__hotel__reservation__main__right__price {
    background-color: #f7f3f1;
    height: 108px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    color: #999999;
    position: relative;
    margin-bottom: 32px;
    border-radius: 4px;
}

.jinxi__hotel__reservation__main__right__price del {
    font-size: 20px;
}

.jinxi__hotel__reservation__main__right__price__sell__num {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #666666;
}

.jinxi__hotel__reservation__main__right__config {
    padding-left: 11px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000000;
}

.jinxi__hotel__reservation__main__right__config div {
    margin-right: 17px;
}

.jinxi__hotel__reservation__main__right__config input {
    width: 150px;
    height: 31px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
	padding-right: 0.5rem !important;
	box-sizing: border-box;
}

.jinxi__hotel__reservation__main__right__config span {
    margin: 0 10px;
}

button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button img {
    margin-right: 8px;
}

.jinxi__hotel__reservation__main__right button {
    width: 134px;
    height: 46px;
    background-color: #91172e;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 43px;
    border: none;
}

.jinxi__hotel__reservation__main__left__1 {
    width: 218px;
    border-radius: 4px;
	border: solid 1px #e5e5e5;
}

.jinxi__hotel__reservation__main__left__1 h3 {
    padding: 20px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.jinxi__hotel__reservation__main__left__1__item {
    padding: 20px 20px 0 20px;
    text-align: center;
    font-size: 16px;
}

.jinxi__hotel__reservation__main__left__1__item > img {
    height: 200px;
    max-width: 100%;
    object-fit: contain;
}

.jinxi__hotel__reservation__main__left__1__item h4 {
    margin: 20px 0;
    color: #ed1212;
}
             
.jinxi__hotel__reservation__main__left__1__item p {
    line-height: 22px;
    margin-bottom: 28px;
}

.jinxi__hotel__reservation__main__left__1__item:not(:last-child) div {
    height: 1px;
    background-color: #e6e6e6;
}

.jinxi__hotel__reservation__main__right__1 {
    flex: 1 1 auto;
    margin-left: 30px;
}

.jinxi__hotel__reservation__main__right__1__tab {
    display: flex;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
}

.jinxi__hotel__reservation__main__right__1__tab a {
    color: #999999;
    position: relative;
}

.jinxi__hotel__reservation__main__right__1__tab div {
    flex: 1 1 50%;
}

.jinxi__hotel__reservation__main__right__1__tab span {
    position: absolute;
    width: 2em;
    height: 2px;
    background-color: #91172e;
    left: 0;
    bottom: -20px;
    display: none;
}

.jinxi__hotel__reservation__main__right__1__content {
    padding: 5px 0;
}

.jinxi__hotel__reservation__main__right__1__content > img {
    width: 100%;
    margin-top: 25px;
}

.jinxi__hotel__reservation__main__right__1__content__bottom {
    margin-top: 60px;
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 40px;
}

.jinxi__hotel__reservation__main__right__1__content__bottom__left, .jinxi__hotel__reservation__main__right__1__content__bottom__right {
    display: flex;
    align-items: center;
}

.jinxi__hotel__reservation__main__right__1__content__bottom__left img, .jinxi__hotel__reservation__main__right__1__content__bottom__right img {
    width: 12px;
    height: 13px;
}

.jinxi__hotel__reservation__main__right__1__content__bottom__left div, .jinxi__hotel__reservation__main__right__1__content__bottom__right div {
    width: 220px;
    height: 1px;
    background-color: #91172e;
}

.step__input {
    border: 1px solid #e5e5e5;
    display: flex;
}

.step__input input {
    border: none;
    outline: none;
    text-align: center;
    width: 62px;
}

.step__input a {
    font-size: 21px;
    color: #999999;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#number__decrease {
    border-right: 1px solid #e5e5e5;
}

#number__increase {
    border-left: 1px solid #e5e5e5;
}

#number__input {
    padding: 0;
}