.twodiandiandian {
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
	}
	#reyee-selector {

	}
	#reyee-selector * {
	box-sizing: border-box;
	}
	.reyee-selector-top ,
	.reyee-selector-header,
	.reyee-selector-container {
	width: 100%;
	color: #2A2B2E;
	margin: 20px auto 0;
	}
	.reyee-selector-header {
	max-width: 1400px;
	}
	.reyee-selector-container {
	background-color: #f7f9fa;
	}
	.reyee-selector-content {
	width: 100%;
	max-width: 1400px;
	color: #2A2B2E;
	margin: 0 auto;
	display: flex;
	padding-top: 34px;
	gap: 20px;
	}

	/* 头 */
	.reyee-selector-top {
	max-width: 1400px;
	width: 100%;
	height: 48px;
	margin: 24px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	.reyee-selector-top-title {

	}
	.reyee-selector-top-search {
	position: relative;
	}
	.reyee-selector-top-search-input {
	display: flex;
	align-items: center;
	width: 400px;
	height: 48px;
	border-radius: 24px;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #F1F3F5;
	transition: width 0.4s;
	}
	.reyee-selector-top-search-input.is-focus {
	width: 678px;
	}
	.reyee-selector-top-search-content {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 56px;
	width: 100%;
	z-index: 30;
	border-radius: 8px;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	/* padding: 16px; */
	}
	.reyee-selector-top-search-content-item .el-checkbox__input.is-checked+.el-checkbox__label {
		color: #7d7d7d;
	}
	.reyee-selector-top-search-content-item {
	height: 112px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px 24px;
	}
	.reyee-selector-top-search-content-item:hover {
		background-color: #f7f9fa;
	}
	.reyee-selector-top-search-content-item .reyee_selector_result_list_item-compare  {
		background-color: #f7f9fa;
	}
	.reyee-selector-top-search-content-item:hover .reyee_selector_result_list_item-collect,
	.reyee-selector-top-search-content-item:hover .reyee_selector_result_list_item-compare {
		background-color: #ffffff;
	}
	.reyee-selector-top-search-content-item-left {
	width: 80px;
	height: 80px;
	font-size: 0;
	flex-shrink: 0;
	}
	.reyee-selector-top-search-content-item-left img {
	width: 100%;
	height: 100%;
	}
	.reyee-selector-top-search-content-item-right {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	}
	.reyee-selector-top-search-content-item-right-desc {
	cursor: pointer;
	flex: 1;
	}

	.reyee-selector-top-search-content-item-right-desc-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	color: #2A2B2E;

	}
	.reyee-selector-top-search-content-item-right-desc-title .highlight {
	color: #0055cd;
	}
	.reyee-selector-top-search-content-item-right-desc-tips {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 控制显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	margin-top: 4px;
	color: #9B9FA8;
	}
	.reyee-selector-top-search-content-empty {
	height: 62px;
	padding: 16px 48px;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	color: #2A2B2E;

	}
	.reyee-selector-top-search-input .el-input__inner {
	border-color: transparent !important;
	background-color: transparent !important;
	outline: none !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	color: #2A2B2E
	}
	.reyee-selector-top-search-input .el-input__inner::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	color: #C1C6CF;
	}
	/* 一级筛选器 */
	.reyee-selector-first-filter {
	position: relative;
	max-width: 1400px;
	height: 130px;
	/* width: max-content; */
	display: flex;
	justify-content: center;
	margin: 0 auto;
	}
	.reyee-selector-first-left,
	.reyee-selector-first-right {
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease;
	display: none;
	}
	.reyee-selector-first-filter:hover .reyee-selector-first-left,
	.reyee-selector-first-filter:hover .reyee-selector-first-right {
	display: block;
	opacity: 1;
	user-select: none;
	}
	.reyee-selector-first-left {
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	}
	.reyee-selector-first-right {
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	}

	.reyee-selector-first-btn {
	cursor: pointer;
	overflow: visible;
	}

	.reyee-selector-first-btn-default-bg,
	.reyee-selector-first-btn-hover-bg,
	.reyee-selector-first-btn-arrow {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.reyee-selector-first-btn-arrow {
	fill: #6A6B6D;
	}

	.reyee-selector-first-btn:hover .reyee-selector-first-btn-default-bg {
	fill-opacity: 0;
	stroke-opacity: 0;
	}

	.reyee-selector-first-btn:hover .reyee-selector-first-btn-hover-bg {
	opacity: 1;
	}

	.reyee-selector-first-btn:hover .reyee-selector-first-btn-arrow {
	fill: white;
	}

	.reyee-selector-first-content {
	max-width: 1400px;
	height: 130px;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	align-items: center;
	gap: 12px;
	}
	.reyee-selector-first-content::-webkit-scrollbar {
	height: 0;
	}

	.reyee-selector-first-content-item {
	min-width: 120px;
	height: 132px;
	cursor: pointer;
	font-size: 16px;
	flex-shrink: 0;;
	padding: 12px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	align-items: center;
	background-color: transparent;
	transition: all 0.3s ease;
	user-select: none;
	}
	.reyee-selector-first-content-item:hover,
	.reyee-selector-first-content-item.is-selected{
	background-color: #F7F9FA;
	}
	.reyee-selector-first-content-item_img {
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.reyee-selector-first-content-item_img img {
	width: 100%;
	height: auto;
	font-size: 0;
	}
	.reyee-selector-first-content-item_title {
	padding-top: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	}
	/** 二级筛选器 **/

	.reyee-selector-second-filter {
	display: flex;
	height: 48px;
	background-color: #f7f9fa;
	border-radius: 24px;
	width: max-content;
	margin: 0 auto;
	align-items: center;
	padding: 4px;
	justify-content: center;
	position: relative;
	gap: 4px;
	transition: width 0.1s ease;
	}
	.reyee-selector-second-filter-item {
	padding: 10px 16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	}
	.reyee-selector-second-filter-select-bg {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: 1px solid #f1f3f5;
	z-index: 0;
	transition: width 0.3s ease, left 0.5s ease;
	}


	/** 三级筛选组件 **/
	.reyee-selector-three-filter {
	width: 290px;
	height: max-content;
	flex-shrink: 0;
	background-color: #ffffff;
	}
	.reyee-selector-three-filter-header {
	height: 80px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-bottom: 1px solid #e3e5e6;
	}
	.reyee-selector-three-filter-title {
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	}
	.reyee-selector-three-filter .el-collapse-item__content {
	padding-bottom: 0;
	}
	.reyee-selector-three-filter .el-collapse-item__wrap,
	.reyee-selector-three-filter .el-collapse-item__header,
	.reyee-selector-three-filter .el-collapse {
	border: none;
	}
	.reyee-selector-three-filter .el-collapse-item__header {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	padding: 15px 20px;
	}
	.reyee-selector-three-filter .el-checkbox {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	}
	.reyee-selector-three-filter .el-checkbox__label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	color: #6a6b6d;
	}
	.reyee-selector-three-filter-item {
	display: flex;
	align-items: center;
	padding: 0 40px;
	height: 54px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	color: #6a6b6d;
	}
	.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
	border-color: #0055cd;
	background-color: #0055cd;
	}
	.el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #0055cd;
	}
	.el-checkbox__inner:hover {
	border-color: #0055cd;
	}
	.reyee-selector-three-filter-item:hover {
	background-color: #f1f3f5;
	}
	.reyee-selector-three-filter-item .el-checkbox__input.is-checked+.el-checkbox__label {
	color: #6A6B6D;
	}

	/** 列表区域 **/
	.reyee_selector_result {
	flex: 1;

	}
	.reyee_selector_result_title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	}
	.reyee_selector_result_title_tag {
	width: max-content;
	height: 28px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 14px;
	padding: 0 16px;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	color: #6A6B6D;
	}
	.reyee_selector_result_title_tag.is-clear {
	border: 1px solid #0055cd;
	color: #0055cd;
	cursor: pointer;
	transition: background-color 0.3s ease;
	user-select: none;
	}
	.reyee_selector_result_title_tag.is-clear:hover {
	border: 1px solid #0055cd;
	background-color: #0055cd;
	color: #ffffff;
	}
	.reyee_selector_result_list-content {
	/*display: flex;*/
	/*align-items: center;*/
	/*gap: 12px;*/
	/*flex-wrap: wrap;*/
	/*margin-top: 12px;*/
	display: grid;
	grid-template-columns: repeat(3, 355px);
	/* gap: 12px; */
	}
	.reyee_selector_result_list-content.four-columns {
	grid-template-columns: repeat(4, 25%);
	}
	.reyee_selector_result_list-item {
	/* max-width: 355px; */
	height: 404px;
	/* padding: 24px; */
	border-radius: 4px;
	background-color: #ffffff;
	transition: box-shadow 0.3s ease;
	margin: 6px;
	}
	.reyee_selector_result_list-item:hover {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1)
	}
	.reyee_selector_result_list_item-header {
	/* height: 29px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	padding: 24px 24px 0 24px;
	}

	.reyee_selector_result_list_item-tags {
	width: 60px;
	height: 32px;
	border-radius: 4px;
	border-width: 1px;
	padding: 4px 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	}
	.reyee_selector_result_list_item-tags.is-hot {
	background: #E8F7FF;
	border: 1px solid #3491FA;
	color: #3491FA

	}
	.reyee_selector_result_list_item-tags.is-new {
	background: #E8FFFB;
	border: 1px solid #0FC6C2;
	color: #0FC6C2
	}

	.reyee_selector_result_list_item-collect {
	width: 26px;
	height: 29px;
	border-radius: 4px;
	background-color: #F7F9FA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	}
	.reyee_selector_result_list_item-collect svg {
	stroke: #7D7D7D;
	}

	.reyee_selector_result_list_item-collect.is-collect svg,
	.reyee_selector_result_list_item-collect:hover svg {
	fill: #e60039;
	stroke: #e60039;
	}

	.reyee_selector_result_list_item-content {
	width: 307px;
	height: 276px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	}
	.reyee_selector_result_list_item-content img {
	margin: 0 auto;
	}
	.reyee_selector_result_list_item-content-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	color: #292929;
	}
	.reyee_selector_result_list_item-content-title a {
	color: #292929 !important;
	}
	.reyee_selector_result_list_item-content-tips {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	color: #7D7D7D;
	}

	.reyee_selector_result_list_item-footer {
	display: flex;
	justify-content: center;
	margin-top: 12px;
	}
	.reyee_selector_result_list_item-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #0055CD;
	display: flex;
	align-items: center;
	}
	.reyee_selector_result_list_item-link svg {
	margin-top: 3px;
	}
	.reyee_selector_result_list_item-link:hover,
	.reyee_selector_result_list_item-link:active {
	color: #0055CD;
	}

	.reyee_selector_result_list-pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	margin-bottom: 143px;
	}

	.reyee_selector_result_list-empty {
	width: 100%;
	flex-shrink: 0;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
	}


	/* 动画区域 */
	/* 可以设置不同的进入和离开动画 */
	/* 设置持续时间和动画函数 */
	.slide-fade-enter-active,
	.slide-fade-leave-active {
	transition: all .3s ease;
	}
	.slide-fade-enter, .slide-fade-leave-to
	/* .slide-fade-leave-active for below version 2.1.8 */ {
	transform: translateX(-10px);
	opacity: 0;
	}

	.reyee-selector-top-mobile {
	display: none;
	width: 100%;
	height: 80px;
	padding-left: 20px;
	border-bottom: 1px solid #E3E5E6;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0;
	vertical-align: middle;

	}

	.reyee-selector-second-filter-mobile-wrapper {
	display: none;
	width: calc(100% - 40px);
	height: 40px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	}
	.reyee-selector-second-filter-mobile-open-filter {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background-color: #F7F9FA;
	}
	.reyee-selector-second-filter-mobile {
	display: flex;
	height: 40px;
	flex: 1;
	border-radius: 20px;
	padding-right: 16px;
	padding-left: 16px;
	justify-content: space-between;
	align-items: center;

	background-color: #F7F9FA;
	}
	.reyee_selector_result_total {
	display: none;
	}
	.reyee-selector-three-filter-mobile {
	display: none;
	}

	.reyee-selector-login-modal .el-dialog__header {
	padding: 0;
	}
	.reyee-selector-login-modal .el-dialog__body {
	padding: 20px;
	}
	.reyee-selector-login-modal-close svg {
	fill: #9B9FA8;
	cursor: pointer;
	}
	.reyee-selector-login-modal-close:hover svg {
	fill: #0055cd;
	}
	.reyee-selector-login-modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 250px;
	}
	.reyee-selector-login-modal .el-dialog {
	max-width: 450px;
	min-height: 310px;
	width: unset;
	margin-top: 30vh !important;
	}
	.reyee-selector-login-modal-title {
	color: #2a2b2e;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 5px;
	}
	.reyee-selector-login-modal-tips {
	color: #2a2b2e;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	}
	.reyee-selector-login-modal-button {
	width: 230px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0055CD;
	color: #0055cd;
	font-size: 16px;
	margin: 20px auto;
	}
	.reyee-selector-login-modal-button:hover {
	color: #ffffff;
	background: #0055CD;
	}
	.reyee-selector-login-modal-footer {
	color: #6a6b6d;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	}
	.reyee-selector-login-modal-close {
	width: 100%;
	text-align: right;
	}

	#reyee-selector .el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #0055CD;
	}

	#reyee-selector .el-pagination.is-background .btn-next,
	#reyee-selector .el-pagination.is-background .btn-prev,
	#reyee-selector .el-pagination.is-background .el-pager li {
	background-color: transparent;
	}

	/**媒体查询区域**/

	@media (max-width: 1400px) {
	.reyee_selector_result_list-content {
	grid-template-columns: repeat(2, 50%);
	}

	.reyee_selector_result_list-content.four-columns {
	grid-template-columns: repeat(3, 33.3%);
	}
	.reyee-selector-content{
		max-width: 1280px;
		padding-left: 14px;
		padding-right: 14px;
	}
	}
	@media (max-width: 1086px) {
	.reyee_selector_result_list-content {
	grid-template-columns: repeat(1, 100%);
	}

	.reyee_selector_result_list-content.four-columns {
	grid-template-columns: repeat(2, 50%);
	}
	.reyee-selector-content{
	max-width: 1280px;
	padding-left: 14px;
	padding-right: 14px;
	}
	}

	@media screen and (max-width: 720px) {
	.reyee_selector_result_list-content,
	.reyee_selector_result_list-content.four-columns {
	grid-template-columns: 1fr;
	}
	.reyee-selector-top-mobile {
	display: flex;
	align-items: center;
	}
	.reyee-selector-top {
	flex-direction: column;
	height: auto;
	margin-top: 0;
	}
	.reyee-selector-title {
	display: none;
	}
	.reyee-selector-top-search {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0 20px;
	margin-top: 20px;
	}
	.reyee-selector-top-search-input {
	width: 100%;
	height: 40px;
	}
	.reyee-selector-top-search-input.is-focus {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	}
	.reyee-selector-top-search-content {
	width: calc(100% - 40px);
	top: 44px;
	}
	.reyee-selector-top-search-content-item {
	border-bottom: 1px solid #E3E5E6;
	padding: 14px 12px;
	gap: 12px;
	}
	.reyee-selector-top-search-content-item-left,
	.reyee-selector-top-search-content-item-left img {
	width: 88px;
	height: 88px;
	}
	.reyee-selector-top-search-content-item-right {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	}
	.reyee-selector-top-search-content-item-right-desc {
	width: 100%;
	}
	.reyee-selector-top-search-content-item-right-desc-title {
	font-size: 16px;
	line-height: 1;
	}
	.reyee-selector-top-search-content-item-right-desc-tips {
	font-size: 12px;
	width: 100%;
	margin-top: 4px;
	}
	.reyee-selector-second-filter-mobile-wrapper {
	display: flex;
	}
	.reyee-selector-second-filter {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	width: calc(100% - 40px);
	background-color: #ffffff;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 30px 0 #00000026;
	left: 20px;
	top: 44px;
	z-index: 2001;
	}
	.reyee-selector-second-filter.is-open {
	display: flex;
	}
	.reyee-selector-second-filter-select-bg {
	display: none;
	}
	.reyee-selector-second-filter-item {
	height: 46px;
	width: 100%;
	}
	.reyee-selector-second-filter-item.is-selected {
	color: #0055CD;
	}
	.reyee-selector-three-filter {
	display: none;
	}
	.reyee-selector-content {
	padding-top: 0;
	}
	.reyee_selector_result_total {
	height: 28px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	display: flex;
	color: #6A6B6D;
	align-items: center;
	}
	.reyee_selector_result_mobile {
	display: flex;
	gap: 12px;
	padding: 12px 6px;
	height: auto;
	width: calc(100% - 40px);
	flex-direction: column;
	}
	.reyee_selector_result_title {
	flex: 1;
	height: auto;
	}
	.reyee_selector_result_list-content {
	align-content: center;
	justify-items: center;
	}
	.reyee_selector_result_list_item-header {
	width: 100%;
	}
	.reyee-selector-three-filter-mobile {
	display: block;
	height: 100vh;
	z-index: 2002!important;
	}
	.reyee-selector-three-filter-mobile .reyee-selector-three-filter {
	display: block;
	padding: 0;
	flex: 1;
	}
	.reyee-selector-three-filter-mobile .el-dialog__header {
	padding: 60px 0 0 0;
	}
	.reyee-selector-three-filter-mobile .reyee-selector-three-filter-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;

	}
	.reyee-selector-three-filter-mobile .reyee-selector-three-filter {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	}
	.reyee-selector-three-filter-mobile .reyee-selector-three-filter-header {
	width: 100%;
	justify-content: space-between;
	padding: 0 20px;
	}
	.reyee-selector-three-filter-mobile .el-dialog {
	margin: 0 !important;
	padding: 0;
	width: 100%;
	height: 100%;
	}
	.reyee-selector-three-filter-mobile .el-dialog__body {
	height: calc(100vh - 298px);
	padding: 0;
	/* padding-bottom: 100px; */
	display: flex;
	flex-direction: column;
	overflow-y: hidden;
	}
	.reyee-selector-three-filter-mobile .el-dialog {
		overflow-y: hidden;
	}
	.reyee-selector-three-filter-mobile-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 16px;
	gap: 10px;
	}
	.reyee-selector-three-filter-mobile-footer .el-button {
	height: 40px;
	flex: 1;
	}
	.reyee-selector-three-filter-mobile-footer .el-button--primary {
	background-color: #0055cd;
	margin-left: 0!important;
	}
	.reyee-selector-three-filter-mobile-footer .el-button--primary:hover {
	opacity: 0.8;
	}
	}

	@media screen and (max-width: 720px) {
	.reyee-selector-first-filter .reyee-selector-first-left,
	.reyee-selector-first-filter .reyee-selector-first-right {
	display: none !important;
	}
	.reyee-selector-first-content-item_img {
	width: 60px;
	height: 60px;
	}
	.reyee-selector-first-content-item_title {
	margin-top: 0;
	font-size: 14px;
	}
	.reyee-selector-first-content {
	padding: 0 20px;
	}
	.reyee-selector-first-content-item {
	min-width: 84px;
	height: 107px;
	padding: 12px;
	}
	.reyee_selector_result_list-item {
	width: calc(100% - 40px);
	}
	}

	@media screen and (max-width: 380px) {
		.reyee_selector_result_list-content {}
		.reyee_selector_result_list-item {
			width: 100%;
			margin: 6px 0;
		}
	}

.add_botton {
	border: none !important;
}

.add_botton::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="99%25" height="99%25" fill="none" stroke="%23c1c6cf" stroke-width="1" stroke-dasharray="4,4"/></svg>') no-repeat;
  z-index: 1;
}
