* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-family: Helvetica Neue, PingFang SC, Arial, sans-serif;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0')
		format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000000;
}

table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
}

input[type="text"] {
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
}

select {
	height: 24px;
	line-height: 24px;
}

.white_bg {
	background: #ffffff;
}

.grey_bg {
	background: #f7f7f7;
}

.ls_red {
	color: red;
}

.ls_green {
	color: green;
}

.ls_orange {
	color: orange;
}

.ls_yellow {
	color: yellow;
}

.ls_clear {
	clear: both;
}

.ls_readonly {
	background-color: #F6F6F6;
}

.ls_choice {
	cursor: pointer;
	background: #F6F6F6 url(../img/icons/ls_choice.jpg) no-repeat top right;
}

.ls_link {
	color: #2ca0ca;
}

.ls_link:hover {
	color: #298bca;
}

.ls_link2:hover {
	color: #298bca;
}

.ls_input {
	border: 1px solid #CFCFCF;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-top: 1px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ls_input:focus {
	border-color: #298bca;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.ls_textarea {
	border: 1px solid #CFCFCF;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	resize: none;
}

.ls_button {
	width: 100px;
	height: 30px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #298bca;
	box-shadow: 0 0 22px -8px #222222 inset;
	color: #fff;
	font-size: 14px;
	margin: 10px;
	text-align: center;
}

.ls_search_btn {
	background-color: #298bca;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	width: 70px;
}

.ls_progress {
	margin: 5px;
}

.ls_progress .bar {
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1) inset;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.ls_progress .bar .bar_left {
	background-color: #20b9c3;
	border-radius: 5px;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1) inset;
	height: 22px;
	color: #fff;
}

.ls_progress .bar .bar_full {
	background-color: #188eee;
	border-radius: 5px;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1) inset;
	height: 30px;
}

.ls_search_btn:hover {
	background-color: #3b92cb;
}

.ls_num_btn {
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: #EBEBEB;
	font-size: 12px;
	color: #000000;
	display: inline;
	border: 1px solid #B4B4B4;
	margin: 2px;
}

.ls_num_btn:hover {
	background-color: #093;
	color: #FFFFFF;
}

.ls_num_btn_sel {
	background-color: #093;
	color: #FFFFFF;
}

.ls_main {
	
}

.ls_con {
	width: 1100px;
	margin: 0 auto;
	min-height: 450px;
	padding: 10px 0;
}

.ls_full_con {
	min-width: 1900px;
	min-height: 450px;
	padding: 10px;
}

.ls_location {
	color: #000000;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 950px;
}

.ls_location a {
	color: #298bca;
}
/*ls_sub_menu*/
.ls_sub_menu {
	
}

.ls_sub_menu ul {
	height: 25px;
}

.ls_sub_menu ul li {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	float: left;
	min-width: 70px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	padding: 0 5px;
}

.ls_sub_menu ul li:hover {
	border-bottom: 2px solid #06c;
	color: #06c;
}

.ls_sub_menu ul .now {
	border-bottom: 2px solid #06c;
	color: #06c;
}

.ls_sub_menu .more {
	display: block;
	float: right;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	height: 25px;
	line-height: 25px;
}

.ls_sub_menu .more:hover {
	color: #f33;
}
/*ls_sub_menu end*/
.ls_manage {
	border: 1px solid #b4b4b4;
}

.ls_manage .ls_para {
	font-size: 14px;
	font-weight: bold;
}

.ls_manage .ls_cont {
	padding-left: 5px;
	font-size: 14px;
}

.ls_manage .tittle {
	background-color: #f6f6f6;
	border-bottom: 1px solid #b4b4b4;
	height: 35px;
	padding-left: 15px;
}

.ls_manage .tittle>span {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

.ls_manage .sub_menu {
	height: 35px;
}

.ls_manage .sub_menu ul {
	height: 35px;
}

.ls_manage .sub_menu ul li {
	float: left;
	font-size: 16px;
	padding: 0 6px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #144185;
	min-width: 80px;
}

.ls_manage .sub_menu ul .now {
	color: #298bca;
	border-bottom: 3px solid #298bca;
	cursor: pointer;
	height: 29px;
}

.ls_manage .sub_menu ul li a {
	display: block;
	height: 32px;
	cursor: pointer;
	color: #144185;
	min-width: 80px;
}

.ls_manage .sub_menu .line {
	color: #144185;
	height: 32px;
	min-width: 0px;
}

.ls_manage .main_con {
	min-height: 450px;
	padding: 5px;
	overflow: hidden;
}

.ls_manage .search_bar {
	margin: 0 5px;
	font-size: 14px;
}

.ls_manage .left_con {
	float: left;
	width: 175px;
	min-height: 450px;
	overflow: auto;
	border-right: 1px solid #b4b4b4;
}

.ls_manage .right_con {
	position: relative;
	left: -1px;
	min-height: 780px;
	padding-left: 5px;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
}

.ls_manage .ls_manage_left {
	float: left;
	width: 179px;
	border-right: 1px solid #b4b4b4;
}

.ls_manage .ls_manage_right {
	position: relative;
	left: -1px;
	min-height: 600px;
	padding: 5px;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
}

.ls_manage .ls_manage_right .l_con {
	float: left;
	width: 175px;
	min-height: 450px;
	overflow: auto;
}

.ls_manage .ls_manage_right .r_con {
	position: relative;
	min-height: 580px;
	padding-left: 5px;
	overflow: hidden;
}

.ls_dialog {
	font-size: 14px;
	margin: 0 auto;
}

.ls_check_title {
	font-size: 20px;
}

.ls_remark {
	font-size: 12px;
	border: 1px solid #CFCFCF;
	overflow: auto;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	padding: 5px;
	width: 340px;
	min-height: 120px;
}

.ls_dialog_main {
	border: 1px solid #b4b4b4;
}

.ls_dialog_main .ls_para {
	font-size: 14px;
	font-weight: bold;
}

.ls_dialog_main .ls_cont {
	padding-left: 5px;
	font-size: 14px;
}

.ls_dialog_main .ls_dialog_left {
	float: left;
	width: 170px;
	overflow: auto;
}

.ls_dialog_main .ls_dialog_right {
	float: left;
	font-size: 14px;
	width: 757px;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
}

.ls_dialog_main .ls_dialog_right2 {
	float: left;
	font-size: 14px;
	width: 1017px;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
}

.ls_left_menu {
	
}

.ls_left_menu li {
	cursor: pointer;
}

.ls_left_menu li h4 {
	color: #298bca;
	font-size: 14px;
	font-weight: normal;
	line-height: 43px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 30px;
}

.ls_left_menu li a {
	display: block;
	color: #555555;
	font-size: 14px;
	line-height: 43px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 30px;
}

.ls_left_menu li .sel {
	color: #298bca;
}

.ls_left_menu li a:hover {
	color: #298bca;
	text-decoration: underline;
}

.ls_left_menu li div {
	border-bottom: 1px solid #eaeaea;
}

.ls_left_menu li div a {
	color: #333333;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	border: none;
}

.ls_left_menu li div a:hover {
	color: #298bca;
	text-decoration: underline;
}

.ls_dialog_right .right_con_title {
	line-height: 70px;
	height: 70px;
	font-size: 20px;
}

.ls_fieldset {
	border: 1px solid #cfcfcf;
	padding: 5px;
}

.ls_fieldset legend {
	color: #093;
	margin-left: 10px;
}
/*ls_home begin*/
.ls_home {
	
}

.ls_home .ls_home_left {
	float: left;
	width: 179px;
	overflow: hidden;
}

.ls_home .ls_home_right {
	position: relative;
	left: -1px;
	min-height: 780px;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
}

.ls_home .ls_home_img {
	padding: 15px 25px;
}

.ls_home .ls_home_img img {
	padding: 3px;
	border: 1px solid #ddd;
	width: 121px;
	height: 121px;
}

.ls_home .ls_home_img .name {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.ls_home .ls_home_table {
	padding: 5px;
}

.ls_home_menu {
	
}

.ls_home_menu ul {
	border-radius: 5px;
	border-top: 5px solid #2580f2;
}

.ls_home_menu ul li {
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}

.ls_home_menu ul li ._con {
	background: #f6f6f6;
	cursor: pointer;
	padding: 0 40px 0 15px;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
}

.ls_home_menu ul li ._con:hover {
	color: #2580f2;
}

.ls_home_menu ul li ._icon {
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 10px;
	color: #2580f2;
}

.ls_home_menu ul li ._icon._close {
	display: none;
}

.ls_home_menu ul li .none {
	display: none;
}

.ls_home_menu ul li div a {
	cursor: pointer;
	padding-left: 30px;
	font-size: 12px;
	display: block;
	line-height: 30px;
	height: 30px;
	color: #000;
}

.ls_home_menu ul li div .on {
	color: #2580f2;
}

.ls_home_menu ul li div a:hover {
	color: #2580f2;
}

.ls_home_menu ul .selected ._con {
	color: #2580f2;
}

.ls_home_menu ul .selected ._icon._open {
	display: none;
}

.ls_home_menu ul .selected ._icon._close {
	display: block;
}

.ls_home_search {
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin: 5px;
	font-size: 14px;
}

.ls_home_source_search {
	margin-bottom: 10px;
}

.ls_home_source_search .type {
	float: left;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 80px;
	padding-left: 10px;
}

.ls_home_source_search .list {
	float: left;
	width: 660px;
	line-height: 30px;
}

.ls_home_source_search .list ul li {
	display: inline-block;
	width: 120px;
}

.ls_home_source_search .list ul li a {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: #000000;
}

.ls_home_source_search .list ul li a:hover {
	color: #298bca;
}

.ls_home_source_search .list ul li .sel {
	color: #298bca;
}

.ls_home_item_list {
	min-height: 500px;
}

.ls_page {
	padding: 5px;
}

.ls_page span {
	display: inline-block;
	padding: 1px;
	cursor: pointer;
	color: #717278;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 30px;
}

.ls_page span:hover {
	color: #fff;
	background-color: #093;
}

.ls_page .now {
	color: #fff;
	background-color: #093;
}

.ls_page .btn {
	padding: 0;
	border: 1px solid #cdcdcd;
	width: 40px;
}

.ls_page .right {
	float: right;
	color: #717278;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	padding-right: 20px;
}

.ls_home_item {
	padding: 5px;
}

.ls_home_item .img {
	float: left;
	width: 230px;
	height: 130px;
}

.ls_home_item .img img {
	width: 230px;
	height: 130px;
}

.ls_home_item .info {
	float: left;
	width: 390px;
	height: 130px;
	padding-left: 10px;
}

.ls_home_item .info>a {
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

.ls_home_item .info span {
	display: block;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.info span img,.con a img,.c img{
	width: 15px;
	height: 15px;
	position: relative;
	z-index: 99;
	vertical-align: middle;
	margin: 0 0 3px 10px;
}


.ls_home_item .btn {
	float: left;
	height: 130px;
	padding-left: 10px;
}

.ls_home_item .btn a {
	display: block;
	width: 100px;
	height: 25px;
	margin-top: 5px;
	line-height: 25px;
	cursor: pointer;
	background-color: #298bca;
	border: 1px solid #186f8f;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 0 #7fd2f1 inset, 0 1px 0 #fff;
}

.ls_home_item .btn a.disable {
	border: 1px solid rgba(121, 121, 121, 1) !important;
	background-color: rgba(153, 153, 153, 1) !important;
	box-shadow: 0 1px 0 #c7cdd0 inset, 0 1px 0 #fff !important;
	pointer-events: none;
}

/*ls_home end*/

/*other begin*/
.ls_sel_function {
	height: 150px;
	width: 348px;
	border: 1px solid #CFCFCF;
	overflow: auto;
}

.ls_selTree_div {
	width: 280px;
	height: 300px;
	overflow: auto;
}

.ls_dialog .war {
	padding-left: 10px;
}

.ls_dialog .war ul {
	padding-left: 10px;
}

.ls_dialog .war ul li {
	margin: 20px 0;
	list-style-type: disc;
}

.ls_dialog .war ul li div {
	margin-top: 5px;
}

.ls_dialog .access_set {
	padding-left: 10px;
}

.ls_dialog .access_set td {
	line-height: 30px;
	font-size: 16px;
}

.ls_dialog .access_set span {
	font-weight: bold;
}

.ls_dialog .access_set div {
	height: 500px;
	width: 200px;
	border: 1px solid #cccccc;
	overflow: auto;
}

.ls_dialog .access_set .disable {
	background-color: #cccccc;
}

.ls_dialog .access_set label {
	color: #aaaaaa;
}

.ls_city {
	width: 710px;
	height: 350px;
	overflow-y: auto;
}

.ls_city .city .title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CFCFCF;
	color: #000000;
	line-height: 28px;
	height: 28px;
	padding: 5px;
	width: 680px;
}

.ls_city .city ul {
	color: #999999;
	padding: 5px;
}

.ls_city .city ul li {
	display: inline-block;
	width: 170px;
	cursor: pointer;
}

.ls_city .city ul li:hover {
	color: #000000;
	background-color: #999999;
}

.ls_role_set {
	margin: 10px;
	width: 210px;
	height: 300px;
	overflow: auto;
}

.ls_role_set li span {
	padding-left: 5px;
}

.ls_upSource {
	border: 1px solid #b4b4b4;
	width: 927px;
}

.ls_upSource .bar {
	padding-left: 10px;
	height: 35px;
	width: 917px;
	background-color: #F9F9F9;
}

.ls_upSource .bar ul {
	height: 35px;
}

.ls_upSource .bar ul li {
	float: left;
	font-size: 16px;
	padding: 0 6px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #144185;
}

.ls_upSource .bar ul .now {
	color: #298bca;
	border-bottom: 3px solid #298bca;
	cursor: pointer;
	height: 29px;
	min-width: 80px;
}

.ls_upSource .bar ul li a {
	display: block;
	height: 32px;
	cursor: pointer;
	color: #144185;
	min-width: 80px;
}

.ls_upSource .bar .line {
	color: #144185;
	height: 32px;
}

.ls_upSource .left_con {
	float: left;
	height: 480px;
}

.ls_upSource .right_con {
	float: left;
	width: 220px;
	height: 480px;
}

.ls_upSource .right_con img {
	width: 220px;
	height: 480px;
}

.ls_upSource .up_btn_bg {
	padding: 5px;
}

.ls_upSource .up_source_bg {
	padding: 5px;
	height: 350px;
}

.ls_source_check .format {
	float: left;
	padding: 5px;
}

.ls_source_check .format img {
	width: 150px;
	height: 160px;
}

.ls_source_check .info {
	float: left;
	padding: 5px;
}

.ls_index_image_list {
	min-height: 700px;
	padding: 5px;
}

.ls_index_image {
	width: 705px;
	margin: auto;
}

.ls_index_image .title {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}

.ls_index_image .title a {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #2CA0CA;
	text-decoration: none;
}

.ls_index_image .img {
	width: 715px;
	cursor: pointer;
}

.ls_index_image .img img {
	width: 705px;
	height: 172px;
}

.ls_question_type_tab {
	color: #093;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #093;
	height: 30px;
	line-height: 30px;
	min-width: 80px;
	padding: 0 5px;
	margin: 3px;
}

.ls_question_type_tab_sel {
	color: #ffffff;
	background-color: #093;
}

.ls_err_msg_bg {
	height: 600px;
	overflow: auto;
}

.ls_err_msg {
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
}

.ls_err_msg:hover {
	background: none repeat scroll 0 0 #cccccc;
}

.ls_paper_manage_tab {
	height: 35px;
	width: 660px;
	background: #666;
	padding-left: 30px !important;
}

.ls_paper_manage_tab li {
	float: left;
	color: #fff;
	line-height: 24px;
	padding: 7px 30px;
}

.ls_paper_manage_tab li.active {
	background-color: #369;
	font-weight: normal;
}

.ls_side_btn {
	background: #FFFFFF;
	position: fixed;
	width: 125px;
	height: 45px;
	cursor: pointer;
	color: #1974A1;
	font-size: 14px;
	line-height: 45px;
	z-index: 100;
	transition: all 0.4s ease 0s;
}

.ls_side_btn div {
	margin-right: 10px;
	float: left;
	color: #fff;
	font-size: 20px;
	background: #1974A1;
	width: 45px;
	height: 45px;
	text-align: center;
}

.ls_side_btn:hover div {
	background: #00b700;
}

.ls_top_btn {
	display: none;
	top: 90%;
	right: -80px;
}

.ls_top_btn:hover {
	right: 0;
}

.ls_user_radius {
	float: left;
	margin-left: 10px;
	width: 105px;
	cursor: pointer;
}

.ls_user_radius .img_con {
	padding: 10px;
	width: 85px;
	height: 85px;
}

.ls_user_radius .img_con img {
	width: 85px;
	height: 85px;
}

.ls_user_radius .img_con .img_bg {
	margin-top: -85px;
}

.ls_user_radius .info_con {
	text-align: center;
	width: 85px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	overflow: hidden;
}

.ls_user_radius2 {
	float: left;
	margin-left: 10px;
	width: 52px;
	cursor: pointer;
}

.ls_user_radius2 .img_con {
	width: 52px;
	height: 52px;
}

.ls_user_radius2 .img_con img {
	width: 52px;
	height: 52px;
}

.ls_user_radius2 .img_con .img_bg {
	margin-top: -52px;
}

.ls_user_radius2 .info_con {
	text-align: center;
	width: 52px;
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.ls_show_all_btn {
	margin: 10px;
	border: 1px solid #cdcdcd;
	color: #717278;
	cursor: pointer;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.ls_course_item {
	border: 1px solid #cdcdcd;
	margin: 10px 0;
	cursor: pointer;
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

.ls_course_item:hover {
	background-color: papayawhip;
	border: 1px solid #000;
}

.ls_course_item .course_left {
	float: left;
	padding: 5px;
	width: 230px;
}

.ls_course_item .course_left img {
	height: 130px;
	width: 230px;
}

.ls_course_item .course_right {
	float: left;
	padding: 5px;
	width: 640px;
}

.ls_course_item .course_right .title {
	color: #000000;
	width: 640px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
}

.ls_course_item .course_right .info {
	width: 640px;
	height: 90px;
}

.ls_course_item .course_right .info span {
	width: 205px;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	padding-left: 5px
}
/*other end*/
.ls_check_box {
	margin-top: 10px;
}

.ls_check_box input {
	margin: 0 5px;
}

.ls_message_list {
	font-size: 18px;
	margin-left: 50px;
	overflow: auto;
}

.ls_message_list div {
	line-height: 40px;
}

.ls_message_list .error {
	color: red;
}

.ls_message_list .success {
	color: green;
}

/* ls_toggle_switch */
.ls_toggle_switch {
	position: relative;
	width: 60px;
	height: 30px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 22px -8px #222222 inset;
	background: linear-gradient(90deg, #298bca 50%, #eeeeee 50%);
}

.ls_toggle_switch input {
	display: none;
}

.ls_toggle_switch label {
	display: block;
	width: 60px;
	height: 30px;
	cursor: pointer;
	z-index: 20;
}

.ls_toggle_switch .label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	box-shadow: 0 0 10px -2px #222222 inset;
	background: #ffffff;
	transition: all 250ms ease-in;
	z-index: 20;
}

.ls_toggle_switch .label span:before {
	position: absolute;
	top: 0;
	left: -30px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	content: 'on';
	z-index: 10;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	transition: all 250ms ease-in;
}

.ls_toggle_switch .label span:after {
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	content: 'off';
	z-index: 10;
	text-align: center;
	font-size: 12px;
	transition: all 250ms ease-in;
}

.ls_toggle_switch input:checked ~ label:before {
	margin-left: 30px;
}

.ls_toggle_switch input:checked ~ label span:before {
	left: 0;
}

.ls_toggle_switch input:checked ~ label span:after {
	left: 60px;
}
/* ls_toggle_switch end */
.code_btn {
	width: 125px;
	border-radius: 5px;
	background-color: #5ac79d;
	font-size: 14px;
	margin: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.dis_code_btn {
	cursor: no-drop;
	background: #eeeeee;
	color: #888888;
}

.dis_input {
	cursor: no-drop;
	background: #eeeeee;
}

/* 我建设的课程-新建课程（改版样式） */

.ls_class_add{
	width: 800px;
	height: 730px;
	background: #fff;
	font-family: 微软雅黑;
}
.add_til{
	width: 760px;
	margin: 0 auto;
	padding: 50px 0 45px;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #e9e9e9;
}
.add_menuDiv,.add_selected{
	display: flex;
	flex-direction: row;
}
.add_menuNum{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	background: #c3c4c4;
}
.add_menuFont{
	height: 30px;
	line-height: 30px;
	font-size: 21px;
	color: #8b8b8b;
	padding: 0 20px;
}
.add_selected .add_menuNum{
	background: #1678ff;
}
.add_selected .add_menuFont{
	color: #1678ff;
}
.add_menuImg img{
	margin-top: 3px;
}
.add_body{
	width: 652px;
	height: 410px;
	margin: 50px auto;
}
.add_bodyS{
	width: 652px;
	height: 410px;
	margin: 50px auto;
	overflow-y: scroll;
}
.add_bodyS::-webkit-scrollbar {/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
	scrollbar-arrow-color: #e1e1e1;
	border-radius: 5px;

}
.add_bodyS::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	background: #e1e1e1;
}
.add_bodyS::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	background: #fff;
}
.add_body .add_bodyList{
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}
.add_bodyS .add_bodyList{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.add_bodyListFont{
	width: 96px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-size: 17px;
	color: #666;
}
.add_bodyMust{
	width: 9px;
	font-size: 22px;
	color: #fd3304;
	margin-top: 9px;
}
.add_bodyListInput{
	flex: 1;
	margin: 0 10px 0 20px;
	height: 33px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}
.add_bodyListText{
	flex: 1;
	margin: 0 10px 0 20px;
}
.add_btnDiv{
	width: 600px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-around;
}
.add_btnDiv div{
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #3388fd;
	border-radius: 20px;
	cursor: pointer;
}
.add_btnDiv div:hover{
	background: #2979ea;
}
.add_input{
	width: 100%;
	height: 32px !important;
	line-height: 32px !important;
	text-indent: 3px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-top: 1px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ls_search_add {
	cursor: pointer;
	background: url(../img/icons/ls_search.png) no-repeat top right;
}