.login_chk_wrap label{ font-size: 14px; font-weight: 600; }
.login_back_wrap > div .login_wrap .login_box .login_save_wrap > label { cursor: pointer; }
.page_content_wrap .tit{ width: 100%; float: left; margin-top: 50px; margin-bottom: 10px; font-size: 17px; }
.common_tab_menu { width: 100%; float: left; position: relative; }
.common_tab_menu > .tab_line { width: 100%; height: 1px; background-color: #D9D9D9; position: absolute; bottom: 0; left: 0; }
.common_tab_menu > ul { width: 100%; float: left; }
.common_tab_menu > ul { width: 100%; float: left; }
.common_tab_menu > ul li { float: left; position: relative; z-index: 1;  cursor: pointer; border: 1px solid #D9D9D9; border-right: 0; }
.common_tab_menu > ul li span { display: block; font-size: 17px; font-weight: bold; color: #666; text-align: center;  background-color: #FFF; padding: 15px 40px; }
.common_tab_menu > ul a:last-of-type li { border-right: 1px solid #D9D9D9; }
.common_tab_menu > ul li.active { border-bottom: 1px solid #FFF !important; color: #333; }
input[readonly] { background-color: #f3f3f3; }
input[dateonly] { background-color: #fff; }
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }

  input:checked + .slider {
	background-color: #2196F3;
  }

  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

  /* Rounded sliders */
.slider.round {
	border-radius: 34px;
  }

.slider.round:before {
	border-radius: 50%;
  }

.page_nav { width: 100%; float: left; padding: 20px; text-align: center; }
.page_nav ul { display: inline-block;}
.page_nav li {  margin-right: 5px; font-weight: bold; font-size: 14px; }
.page_nav li > a { display: block; padding: 3px 10px; }
.page_nav .p_num { border: 1px solid #D9D9D9; color: #666; }
.page_nav .p_now { border: 1px solid #CC3333; color: #CC3333; padding: 3px 10px; }

.rt{ text-align: right !important; }