titleBox.less 642 Bytes
@charset "UTF-8";

.title-box {
	background-color: transparent;
	width: 100%;
	height: auto;
	.box {
		position: relative;
		width: 100vw;
		height: auto;
		.title-img-box {
			width: 100%;
			height: auto;
			.title-img {
				display: block;
				width: 100%;
				height: auto;
			}
		}
		.more-box {
			position: absolute;
			top: 0;
			right: 20px;
			display: flex;
			justify-content: center;
			align-items: center;
			width: auto;
			height: 100%;
			.more-text {
                width: 80px;
				color: #999999;
				font-size: 26px;

			}
			.more-arrow-right-img {
				display: block;
				width: 26px;
				height: 26px;
			}
		}
	}
}