@charset "utf-8";
		body {
			background: #f1f3f7
		}

		.yk_soft_list_wrapper {
			width: 100%;
			display: -webkit-box;
			overflow-x: auto;
		}

		/*隐藏掉滚动条*/
		.yk_soft_list_wrapper::-webkit-scrollbar {
			display: none;
		}

		.yk_soft_list_item {
			width: 20%;
			text-align: left;
			margin-right: 10px;
			margin-left: 10px;
			position: relative;
		}

		.tab_active {
			border-bottom: 2px solid #005CFF;
		}

		.tab_active_a {
			color: #005CFF;
			font-weight: 600;
		}



		.tab_chiose_item_c {
			display: flex;
			height: 50px;
			align-items: center;
		}

		.tab_chiose_item {
			width: 33%;
			text-align: center;
			height: 100%;
			line-height: 50px;
		}

		.tab_selected_content {
			position: absolute;
			top: 2.2rem;
			left: 0;
			background: rgba(0, 0, 0, .3);
			width: 100%;
			height: 100%;
			z-index: 20000;
			position: absolute;
			width: 100%;
			background: #ccc;
			height: 200px;
			top: 50px;
			border-radius: 0 0 10px 10px;
		}

		.bg_white {
			background: #fff;
		}

		.rl_list_title {
			display: flex;
			position: relative;
			align-items: center;
			height: 100%;
			padding-left: 70px;
			font-size: 15px
		}

		.rl_list_title span {
			position: absolute;
			left: 0;
			width: 60px;
			height: 30px;
			background: #e5eeff;
			color: #005CFF;
			border-radius: 5px;
			text-align: center;
			line-height: 30px;
		}

		.rl_list_item_content {
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
		}

		.rl_list_item_c {
			display: flex;
			flex-flow: column;
			justify-content: space-between;
			height: 100%;
			padding-bottom: 20px;
			border-bottom: 1px solid #ccc;
		}

		.rl_list_item {
			padding: 10px 10px 0px 10px;
			border-bottom: 1px solid #ccc
			/* 	height: 100px; */
		}

		.rl_list_item_content_t {
			font-size: 14px;
			padding-top: 12px;
			color: #ccc;
		}

		.rl_detail_btn {
			width: 80px;
			height: 32px;
			text-align: center;
			line-height: 32px;
			border: 1px solid #005CFF;
			color: #005CFF;
			border-radius: 5px;
		}

		.rl_list_item:last-child {
			padding-bottom: 0;
			border:none
		}

		/*弹框的样式*/
		.economize_list {
			display: flex;
			flex-wrap: wrap;
		}

		.economize_list_item {
			margin: 10px 8px;
			width: 20%;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.edit_list_content {
			display: flex;
			width: 100%;
			justify-content: space-between;
			padding: 0 10px;

		}

		.edit_list_item {
			width: 33%;
		}

		.edit_text_active {
			color: #005CFF;
			font-size: 18px;
			font-weight: bold;
		}

		.width25 {
			width: 25% !important;
		}
		.enroll_list {
		    display: flex;
		    flex-wrap: wrap;
		}
		.enroll_list_item {
		    width: 25%;
		    text-align: center;
		    margin: 2px 0;
		}
/* CSS Document */

