.headerTopBgImg {
				background-repeat: no-repeat;
				background-size: 100% 100%;
				background-position: 30% 0%;
			}

			.priceTag {
				width: 227px;
				height: 40px;
				border: 1px solid #D01C1C;
				font-size: 24px;
				color: #D12424;
			}

			.btn1 {
				width: 115px;
				height: 44px;
				border: 1px solid #D01C1C;
				border-radius: 5px;
			}

			.progressNode {
				width: 24px;
				height: 24px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.progressNodeLine {
				position: absolute;
				width: 100%;
				top: 11px;
				z-index: -2;
				height: 2px;
			}

			.merchantsLabel {
				width: 80px;
				height: 30px;
				margin-right: 11px;
				margin-top: 5px;
			}

			#bookListScrollBox {
				overflow-y: scroll;
				max-height: 740px;
			}

			.bookListItem {
				margin-bottom: 22px;
				border: 1px solid #ddd;
				padding: 22px 33px;
				box-sizing: border-box;
				width: calc(100% - 8px);
			}

			.bookListItem img {
				width: 90px;
				height: 90px;
			}

			.active {
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background-color: #E2E2E2;
			}

			.active img {
				width: 100%;
				height: 100%;
			}

			.bottomlistBox>div:nth-child(even) {
				margin-left: 40px;
			}

			#leaveMessageBox {
				width: 1120px;
				height: 600px;
				padding: 45px;
				display: none;
			}

			#leaveMessageBox textarea {
				width: 710px;
				height: 240px;
				resize: none;
				border: none;
			}