@charset "utf-8";
/* CSS Document */
html,body{height:100%;}
body {
	font-family: "microsoft yahei", 微软雅黑, Tahoma, Helvetica;
	min-width:1200px;
}
u{
	border-bottom: 1px solid #666;
    text-decoration: none;
}
a{text-decoration: none;color:#26b7bc;}
a:hover {
	text-decoration: none;
	/* color:#fabe00; */
}
a:FOCUS {
	text-decoration: none;
}

.clear{clear:both;}
ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}
i {
	display: inline-block;
}

fieldset {
	padding: 5px 15px;
	margin: 0 2px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

legend {
	padding: .5em;
	border: 0;
	width: auto;
	margin-bottom: 0;
	color: #26b7bc;
	font-size: 16px;
}

button {
	border: none;
}
select .active.focus, select.active:focus, select.focus, select:active.focus,
	select:active:focus, select:focus {
	outline: none !important;
}
.btn-green {
	color: #fff;
	background-color: #26b7bc;
	padding: 5px 20px;
	margin: 0 10px;
}

.btn-green:hover, .btn-green:FOCUS {
	background-color: #fabe00;
	color: #fff;
}
.btn-grey{
	color: #fff;
	background: #ccc;
	border: 1px solid #808080;
	padding: 5px 20px;
	margin: 0 10px;
}
.btn-yellow {
	color: #fff;
	background-color: #fabe00;
	padding: 5px 20px;
	margin: 0 10px;
}

.btn-yellow:hover, .btn-green:FOCUS {
	background-color: #fcab25;
	color: #fff;
}
.btn-blue-line {
	border: 1px solid #26b7bc;
	background: #fff;
	color: #26b7bc;
}

.btn-blue {
	background: #26b7bc;
	color: #fff;
}

.btn-blue-line:hover, .btn-blue-line:FOCUS {
	background: #fabe00;
	border: 1px solid #fabe00;
	color: #fff;
}

.btn-blue:hover {
	background: #fabe00;
	color: #fff;
	border: 1px solid #fabe00;
}
.btn-red,.btn-line-green,.btn-line-yellow,.btn-line-blue,.btn-line-red,.btn-line-grey {
	width: 98px;
	color: #26b7bc;
	background-color: #fff;
	border: 1px solid #26b7bc;
	padding: 5px 20px;
	margin: 0 10px;
}
.btn-yellow-bc {
	color: #fff;
	background-color: #fabe00;
	padding: 5px 20px;
	margin: 0 10px;
}

.btn-yellow-bc:hover, .btn-yellow-bc:FOCUS {
	background: #fcab25;
	color: #fff;
}
.btn-line-yellow {
	width: 98px;
	color: #f7ac00;
	background-color: #fff;
	border: 1px solid #fabe00;
	padding: 5px 20px;
	margin: 0 10px;
}

.btn-line-yellow:hover, .btn-line-yellow:FOCUS {
	background-color: #fabe00;
	color: #fff;
}
.btn-line-blue{
	color: #5ec9fd;
	border: 1px solid #29b8fc;
}
.btn-line-red{
	color: #ff4848;
	border: 1px solid #ff4848;
}
.btn-line-grey{
	color: #808080;
	border: 1px solid #808080;
}
.btn-line-green:hover, .btn-line-green:FOCUS {
	background-color: #26b7bc;
	color: #fff;
}
.btn-red{
	background-color: #ff4848;
	color: #fff;
	border: 1px solid #ff4848;
}
.paper-group-buttons {
	margin-top: 35px;
	margin-right: 20px;
}

.padding-l-r-20 {
	padding: 0 20px;
}
/*阴影属性*/
.shadow-style {
	background: #fff;
	box-shadow: 0 4px 5px -2px rgba(0, 36, 100, 0.2);
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 36, 100, 0.2);
	-moz-box-shadow: 0 4px 5px -2px rgba(0, 36, 100, 0.2);
	
}

/*阴影属性-结束*/
.body-bc {
	background: #26b7bc;
    min-width: 1200px;	
}
.menu-box {
	width:100%;
	background: url(../images/nav-bc.png) repeat-x;
	height: 70px;
	position:absolute;
	z-index: 1000;

}
.nav-right-box{position:relative; margin-top: 22px;right:48px;}
.nav-right-box span{ float:right;background: #fff; color: #26b7bc;border:1px solid #26b7bc; border-radius: 5px; font-size: 14px; padding: 5px;}
.nav-right-box a,.nav-right-box a:visited {
	color: #26b7bc;
	background-color: #fff;
	border-color: #26b7bc;
	padding:5px 10px;
	margin:0 2px;
}
.nav-right-box a:hover,.nav-right-box a:active{
	background: #26b7bc;
	color: #fff;
	border-color: #26b7bc;
}
/*加省略号属性start*/
.div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*加省略号属性end*/
/*两行后加省略号*/
.divs {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示。*/
	-webkit-box-orient: vertical; /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp: 2; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}
/*两行后加省略号end*/
/*斜角标签start*/
.div-label {
	webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
/*斜角标签start*/

/*线的样式*/
.white-line {
	border-bottom: 1px solid #9adcff;
}

.gray-line {
	border-bottom: 1px solid #efefef
}
/*线的样式-结束*/
.glyphicon-magnet:before {
	content: normal;
}

.table-striped{
	word-break:break-all;
}

.container{min-width:1200px!important;}
.navbar {
	position: relative;
	border: 1px solid transparent;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: none;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #0CF;
}

.navbar-inverse {
	background-color: #fff;
	border-color: #fff;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 0 10px;
	font-size: 18px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #666;
	line-height: normal;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active,
	.navbar-inverse .navbar-nav>li>a:focus {
	color: #428bca;
}

.navbar-inverse .navbar-nav>li>a.hover {
	color: #428bca;
}

.nav-style {
	font-size: 16px;
	color: #666;
}

.nav-style li {
	padding: 0 10px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	color: #000;
	background-color: #fff;
	
}

.nav-tabs>li>a {
	border: none;
}
.sub-nav .nav-tabs>li.active>a, .sub-nav .nav-tabs>li.active>a:focus, .sub-nav .nav-tabs>li.active>a:hover{
	color: #555;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}
.btn-default,.btn-default:visited {
	color: #333;
	background-color: #fff;
	border-color: #26b7bc;
	padding: 5px 20px;
	margin: 0 10px;
}
.btn-default:hover{
	background: #26b7bc;
	color: #fff;
	border-color: #26b7bc;
}

.index-menu .nav .top-btn {
	border: 1px solid #26b7bc;
	color: #278de6;
	padding: 6px 20px;
	margin-top: 9px;
}

.index-menu .nav>li>a, .index-menu .nav>li>a:focus, .index-menu .nav>li>a:hover
	{
	background-color: #fff;
}

.index-menu .nav .top-btn-blue {
	background-color: #26b7bc;
	color: #fff;
	padding: 6px 20px;
	margin-right: 10px;
	margin-top: 9px;
}

.menu-cont {
	font-size: 16px;
}

.index-menu .navbar-right>.dropdown>a {
	padding: 10px 15px;
}

.index-menu .img-responsive {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 8px;
	display: inline;
}

.top-btn:hover, .top-btn:focus, .top-btn-blue:hover, .top-btn-blue:focus
	{
	background-color: #26b7bc;
	border-color: #26b7bc;
	color: #fff;
}

.item-box {
	border-radius: 5px;
	color: #FFF;
	padding-left: 130px;
	margin-bottom: 20px;
}

.item-box h2 {
	padding-top: 30px;
}

.item-box p {
	padding-right: 50px;
}

.item-box a {
	margin-bottom: 10px;
}

.item-box a i {
	color: #FFF;
	margin-right: 5px;
}

.item-blue {
	background: #4f9eed url(../images/bc_01.png) no-repeat center left 10px;
}

.item-green {
	background: #99cc00 url(../images/bc_02.png) no-repeat center left 10px;
}

.item-yellow {
	background: #fdb201 url(../images/bc_03.png) no-repeat center left 10px;
}

.item-blue i {
	display: block;
	background: url(../images/bc_01.png) no-repeat;
}

.btn-round {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 150px;
	border-color: #fff;
	background:
}

.btn-round-blue {
	background: #2982dc url(../images/jt_01.png) no-repeat center;
}

.btn-round-green {
	background: #88b500 url(../images/jt_01.png) no-repeat center;
}

.btn-round-yellow {
	background: #e39f00 url(../images/jt_01.png) no-repeat center;
}

.btn-round-blue:hover {
	background: #78bbfd url(../images/jt_01.png) no-repeat center;
}

.btn-round-green:hover {
	background: #b2ed02 url(../images/jt_01.png) no-repeat center;
}

.btn-round-yellow:hover {
	background: #ffcb50 url(../images/jt_01.png) no-repeat center;
}


.recommend-box {
	margin-bottom: 20px;
}

.con-top {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #E2E2E2;
}

.con-top h3 {
	display: block;
	width: 100px;
	border-bottom: 2px solid #4f9eed;
	float: left;
	padding-bottom: 11px;
	margin-bottom: 0;
	font-weight: 300;
}

.con-top span {
	display: block;
	float: right;
	margin-top: 30px;
}

.con-top span a {
	padding: 0 10px;
	color: #666;
}

.con-top span a:hover {
	text-decoration: none;
	color: #428bca;
}
.list-groups{
	padding: 16px 18px 0 10px;
    height: 240px;
    overflow: hidden;
    }
.list-groups li {
	padding: 5px 90px 5px 20px;
    background: url(../images/i_ico.png) 0 center no-repeat;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    line-height: 30px;
} 

.list-groups li a {
	
	color: #666;
}

.list-groups li a:hover {
	color: #428bca;
	text-decoration: none;
}

.list-groups li span.time {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #888;
    font-size: 14px;
}

.list-group-item {
	border: none;
}

.data-box {
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}

.data-con {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
}

.data-con img {
	margin-top: 20px;
}

.data-con p {
	font-size: 12px;
	padding: 10px 0;
}

.data-con h3 {
	font-size: 20px;
	font-weight: bold;
}

.data-con h4 {
	font-size: 30px;
	font-weight: bold;
	color: #F90;
}

.school-footer {
	text-align: center;
	padding: 30px 0 15px 0;
	font-size: 12px;
	color: #888888;
	position: relative;
}

.school-footer .code {
	position: absolute;
	left: 75%;
	top: 30%;
}

.school-footer .code img {
	margin: 0 8px;
}

/*科目导航*/
.panel-heading {
	border-bottom: 1px solid #39C;
}

.ver-nav-container {
	width: 240px;
	position: absolute;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 10%;
}

.ver-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.ver-nav h3 {
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	background: #2462af;
	border-bottom: 1px solid #39C;
	color: #FFF;
}

.ver-nav span img {
	width: 30px;
	height: 30px;
	float: left;
	margin: 25px 30px 0 20px;
}

.ver-nav>li {
	background: #2561af;
	padding: 5px;
}

.ver-nav-height {
	height: 100px;
}

.ver-nav-height>a {
	font-size: 18px;
	line-height: 100px;
}

.ver-nav>li+li {
	border-top: 1px solid #39C
}

.ver-nav>li:hover {
	background: #4183d7;
}

.ver-nav>li>a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 80px;
	font-weight: 500;
	text-align: left;
}

.ver-nav>li>a i {
	float: right;
	font-size: 16px;
	line-height: 80px;
}

.ver-nav .ver-nav-detail {
	width: 800px;
	height: 400px;
	position: absolute;
	background: rgba(37, 97, 175, 0.8);
	top: 0;
	left: 240px;
	display: none;
}

.ver-nav-detail .detail-content {
	color: #fff;
	padding: 5px 10px;
}

.detail-content .detail-title {
	font-size: 17px;
	font-weight: 600;
	padding: 10px;
	text-align: left;
}

.detail-text .detail-text-ul {
	list-style: none;
	padding: 0 10px;
	margin: 0px;
}

.detail-text-ul li {
	text-align: left;
}

.detail-text .detail-text-ul li a {
	line-height: 20px;
	padding: 5px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-size: 14px;
}

.detail-text .detail-text-ul li a:hover {
	color: #0FF;
}

.detail-text .detail-text-ul li b {
	color: #00bcd4;
}

i.ueditor-title {
	font-style: normal;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #26b7bc;
	margin-right: 12px;
}
/*首页选项卡start*/
.con-top .nav-tabs{
    margin-top: 1px;
}

.con-top  ul.nav.nav-tabs a{
    height:29px;
    line-height:29px;
	color: #666;
}
.con-top  ul.nav.nav-tabs a:hover{
	 line-height:29px;
	color: #26b7bc;
}
.con-top .nav-tabs>li.active>a, .con-top .nav-tabs>li.active>a:hover, .con-top .nav-tabs>li.active>a:focus{
	color: #26b7bc;
	
}

/*首页选项卡end*/
/* 整个区域 */
.wrapper {
	position:relative;  
    width:100%;
    /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/  
    padding-bottom: 258px;
	background-color: #f4f4f4;
	min-height: 100%; 
	min-width:1200px;
}
/* 主要内容区域 */
.main-content {
	background:#fff;
	min-height: 100%;
	margin:15px auto;
	padding:15px;
	border-radius:5px;
}
.main-nobg{
	background:none;
}
.main-content-top {
	overflow: hidden;
	min-height: 200px;
	margin-bottom: 24px;
	border-radius:5px;
}

.main-content-top-bc {
	background: #fff url(../images/test1_01.png) no-repeat bottom  right 10px;
}

.main-content-top-nav {
	width: 95%;
	height: 55px;
	border-bottom: 1px solid #efefef;
}

.main-content-top-nav select {
	background: #26b7bc;
	border: none;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.main-content-top-nav select:HOVER, .main-content-top-nav select:FOCUS {
	background: #fabe00;
	border:1px solid #fabe00;
}

.main-content-top-nav select option {
	background: #fff;
	color: #828282;
}
.main-content-top-nav select option:hover,.main-content-top-nav select option:FOCUS {
	background: #fabe00;
}

.main-content-con {
	padding: 30px 30px 0 30px;
}

.main-content-con-stu li {
	display: inline-block;
	width: 93px;
	height: 67px;
	line-height: 60px;
	font-size: 24px;
	letter-spacing: 10px;
	padding-left: 18px;
	background: url(../images/test1_bc.png) no-repeat;
	color: #26b7bc;
	float: left;
	margin: 0 20px;
}

.main-content-con-stu li:hover, .main-content-con-stu li:FOCUS,
	.main-content-con-stu li:ACTIVE, .main-content-con-stu .active,
	.main-content-con-stu .active:FOCUS {
	background: url(../images/test1_bcs.png) no-repeat;
	color: #fabe00;
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	box-shadow: 0 20px 40px -2px rgba(0, 36, 100, 0.3);
	-webkit-box-shadow: 0 20px 40px -2px rgba(0, 36, 100, 0.3);
	-moz-box-shadow: 0 20px 40px -2px rgba(0, 36, 100, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*内页样式*/

.sub-nav {
	background: #26b7bc;
	height: 50px;
}

.nav-tabs {
	margin-top: 10px;
	border: none;
}

.inside-left {
	background: #FFF;
	border: 1px solid #EEE;
	z-index: 9999;
	width:100%;
}

.inside-left-top {
	height: 40px;
	background: #f2f2f2;
}
.inside-left-top-g span{ 
	display:inline-block; 
	width:100%;
 	height: 52px; 
	line-height:50px; 
 	background:#fff !important;
 	border-bottom:2px solid #26b7bc;
  	color:#26b7bc;
    padding-left:10px; 
    font-size:14px;
    font-weight:bold; 
    padding-top:5px; 
    margin-top:6px;}

.inside-left-top ul li {
	height: 47px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	float: left;
    margin-left:15px;
}

.inside-left-top ul li a {
	display: block;
	height: 45px;
	padding: 0px 20px;
	color: #26b7bc;
	border-top: 2px solid #f2f2f2;
}

.inside-left-top ul li a:HOVER, .inside-left-top ul li a:FOCUS,
	.inside-left-top ul li.open a {
	background: #FFF;
	color: #26b7bc;
	text-decoration: none;
	border-top: 2px solid #26b7bc;
}

.q-bank-r03 {
	height: 42px;
	line-height: 40px;
	margin-left: 10px;
	position: relative;
}

.q-bank-r03_left {
	width: 53%;
}

.q-bank-r03_left ul {
	
}

.q-bank-r03_left li {
	font-size: 14px;
	line-height: 40px;
	float: left;
	padding-right: 10px;
}

.q-bank-r03_left li span {
	color: #05a2e4;
	font-weight: bold;
}

.q-bank-r03_left li i {
	margin-left: 10px;
	color: #43ace4;
}

.q-bank-r03 p {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
	color: #999;
	padding: 5px 10px;
}

.q-bank-r03_right {
	position: absolute;
	right: 10px;
}

.q-bank-r03_right input {
	width: 335px;
	padding: 0 0 0 5px;
	border: 1px solid #26b7bc;
	font-size: 12px;
	color: #999;
	background: #fff;
	vertical-align:middle;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 6px;
}

.q-bank-r03_right font.wrap-placeholder{margin-top:6px;}

.t2-tree {
	margin: 5px 10px 10px 10px;
	min-height: 421px;
}

.t2-tree  a {
	color: #000;
}

.t2-tree .t2bd {
	margin-left: 20px;
	background: url(../images/dash-line.png) 6px 0 repeat-y;
}

.t2hd {
	position: relative;
	zoom: 1;
	width: 100%;
	padding: 3px 0;
}

.t2-tree li>.t2hd span {
	float: left;
	margin: 0 4px 0 0;
	cursor: pointer;
	position: absolute;
	left: -41px;
	top: 7px;
	background-position: -402px -95px;
	width: 13px;
	height: 13px;
	background-image: url(../images/spriter-a.png);
}

.t2-tree a em {
	font-weight: 400;
	display: block;
	padding-left: 10px;
	font-size: 14px;
	font-style: normal;
}

.t2-tree .t2hd .checkbox {
	display: block;
	margin-top: 5px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	float: left;
	margin: 10px 5px 0 0;
}

.t2-tree .t2on>.t2hd span {
	background-position: -402px -72px;
	width: 13px;
	height: 13px;
}

.t2-tree .ztree {
	font-size: 14px;
}

.t2-tree .ztree li a:hover {
	color: #26b7bc;
	text-decoration: none;
}

.inside-right {
	position: relative;
	height: auto !important;
	margin-top: 5px;
}


.inside-r01 {
	position:relative;
	height: 50px;
}
.inside-r01_left {
	width: 262px;
	font-size: 14px;
	font-weight: bold;
	background: #26b7bc;
	color: #FFF;
	text-align:center;
	padding: 14px 65px 14px 10px;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.inside-r01_left i{ position:absolute; right:50px; top:4px;}
/*当前位置下拉菜单*/
.item-list {
	width: 262px;
	height: 300px;
	min-height: 300px;
	height: auto !important;
	padding: 10px 0px 10px 0;
	background: #fff;
	border: 1px solid #ccd5d8;
	z-index: 10;
	box-shadow: 0 0 5px #ccc;
	position: absolute;
	top: 49px;
	left: 0;
	display: none;
}

.item-list h3 {
	font-size: 14px;
	font-weight: 700;
	text-indent: 14px;
	color: #26b7bc;
}

.item-list h3, .list-cz, .list-gz, .list-xx {
	width: 250px;
}

.list-cz a:hover, .list-gz a:hover, .list-xx a:hover {
	color: #26b7bc;
}

.item-list a {
	display: inline-block;
	margin-left: 5px;
	padding: 5px;
	line-height: 18px;
	color: #333;
}

.analysis {
	width: 100%;
	padding: 10px 20px;
	margin-top: 10px;
	display: none;
    font-size: 14px;
}

.analysisbox {
	 line-height: 30px;
    min-height: 30px;
    overflow: hidden;
}

.analysis-tips>span {
	font-weight: bold;
	color: #2db3ab;
	margin-right: 20px;
}

.analysis-tips {
	line-height: 28px;
	min-height: 30px;
	height: auto !important;
	overflow: hidden;
}
.analysis-tips i.number{float:none;}
.q-bank-r01_left i {
	margin-left: 20px;
}

.q-bank-button {
	height:48px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	right: 20px;
}

.q-bank-button a {
	display: block;
    background: #f6b02b;
	color: #FFF;
	padding: 12px 25px;
	float: right;
	margin-left:10px;
	border-radius:5px;
}

.q-bank-button a:hover {
	background: #f2a20b;
	color: #fff;
}

.q-bank-r02 {
	width: 100%;
	background: #FFF;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #EEE;
	padding-bottom: 10px;
}

.q-bank-r02 ul {
	-webkit-padding-start: 20px;
}

.q-bank-r02_text, .q-bank-r02_texts {
	border-bottom: 1px dashed #26b7bc;
	line-height: 30px;
	margin: 0 10px;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
}

.q-bank-r02_text_left {
	float: left;
	width: 90px;
	color: #666;
	text-align: right;
	font-weight: 600;
}

.q-bank-r02_text_right {
	color: #999;
	margin-right: 10px;
}

.type-con {
	margin-right: 50px;
	height: 30px;
	margin-left: 80px;
}

.type-con a {
	display: inline-block;
	line-height: 24px;
	margin-top: 4px;
	padding: 0 10px;
	font-size: 12px;
	color: #000;
}
.type-con span.types {
    display: inline-block;
    line-height: 24px;
    margin-top: 4px;
    padding: 0 10px;
    font-size: 12px;
    color: #000;
    background-color: #e0e0e0;
    border-radius: 2px;
    margin-right: 4px;
}
.type-con a:hover, a.types {
	color: #FFF;
	background: #26b7bc;
	border-radius:2px;
}

.type-con .show-more {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #999;
	padding-right: 16px;
	font-size: 12px;
	cursor: pointer;
}
.paper-type-change .show-more i,
.type-con .show-more i,.type-change .show-more i {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	right: 0;
	top: 8px;
	border: 1px solid #ccc;
	background: url(../images/unexpand.png) no-repeat center center;
}
.type-con.expand-mode .show-more i {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	right: 0;
	top: 8px;
	border: 1px solid #ccc;
	background: url(../images/expand.png) center center no-repeat;
}
.inside-box {
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.inside-box:hover {
	border: 1px solid #26b7bc
}


.exam-foot {
	padding: 10px 20px;
	border-top: 1px dashed #CCCCCC;
	background: #FFF;
}

.exam-foot-left i {
	margin-right: 10px;
	color: #26b7bc;
}

.exam-foot-left a {
	margin-right: 32px;
	color: #666;
}
.ueditor-content{min-height:30px;margin-left:60px;}
/* .ueditor-content p{display:inline;}  影响题目解析的显示问题，录入样式和展示样式不一致*/

/*试卷列表*/
.papers-con-left {
	float: left;
	padding: 20px 10px;
}

.test-pic {
	width: 58px;
	height: 68px;
	float: left;
}

.test-txt {
	padding-left: 70px;
}

.test-txt p a {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	color: #000;
}

.test-txt p span {
	font-size: 12px;
	color: #939393;
}

.test-txt p i {
	color: #939393;
	padding: 0px 10px;
}

.inside-boxs .col-md-9 {
	padding-left: 0;
}

.ztree * {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
}

.rank-pages {
	text-align: center;
}

.papers-con {
	min-height: 109px;
	height: auto !important;
	background: #FFF;
	border: 1px solid #e4e4e4;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.papers-con-right li {
	width: auto;
	min-width:73px;
	float: right;
	margin-right: 5px;
	margin-top: 20%;
	border-radius:3px;
}

.papers-con-right li a {
	display: block;
	padding: 5px 0;
}

.papers-con-right li  i {
	display: inline-block;
	padding: 3px 10px 0 10px;
	float: left;
}

.button-white {
	background: #e7ebed;
	color: #26b7bc;
}

.button-white a:hover {
	background: #e2e7e9;
	color: #26b7bc;
}
.button-blue {
	border: none;
	background: #26b7bc;
	color: #FFF;
}

.button-blue:hover,.button-blue:FOCUS{
	background: #fabe00;
	color: #fff;
}
.button-yellow {
	background: #f6b130;
	color: #FFF;
	border: none;
	margin-left: 5px;
}

.button-yellow:hover, .button-yellow:FOCUS {
	background: #f4a511;
	color: #fff;
}

.button-blue a, .button-yellow a {
	color: #fff;
}

.button-blue a:hover {
	background: #279ce2;
	color: #fff;
}

.button-yellow a:hover {
	background: #f4a511;
	color: #fff;
}

.button-gray {
	color: #fff;
	background-color: #cccccc;
	font-weight: bold;
}

.button-gray:hover, .button-gray:focus {
	color: #fff;
	background-color: #cccccc;
}
.btn-gray-line,.btn-gray-line:visited  {
	color: #888;
	background-color: #fff;
	border:1px solid #ccc;
	font-weight: bold;
	padding: 5px 20px;
	margin: 0 10px;
}
.expand-mode {height: auto;}

.search-btn {
	width: 69px;
	height: 30px;
	text-align: center;
	float: left;
	margin-top: 6px;
}

.search-btn .btn {
	width: 69px;
	height: 30px;
	border: none;
	border-radius: 0;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	display: block;
}

.evaluation-bc03 {
	background: #26b7bc;
}

.icona-search {
	background-image: url(../images/spriter-a.png);
	background-position: -259px -98px;
	width: 22px;
	height: 22px;
}

.button-red {
	background: #f2f4f5;
	color: #CF5F62;
	font-weight: bold;
}

.button-blues {
	background: #f2f4f5;
	color: #27aae2;
	font-weight: bold;
}

.button-green {
	background: #f2f4f5;
	color: #00b6bd;
	font-weight: bold;
}
.button-red-bc{
	background: #c03d3d;
	color: #fff;
	font-weight: bold;
}

i {
	display: inline-block;
}

i.number {
	font-style: normal;
	float: left;
	padding-right: 10px;
}
i.number p{
	display:inline;
}
i.number .glyphicon {
	font-size: 120%;
	padding-right: 5px;
}


.edit-component button{padding: 5px 10px;}

.large-img-responsive {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: inline;
    border:8px solid #ddd;
}
.mobile-qrcode-div,.mobile-qrcode-div1{
	z-index:104;
	position:absolute;
	margin-top:25px;
	margin-left:-50px;
	border:1px solid #ddd;
	width:168px;
	height:168px;
	padding:5px 10px;
	background:#fff;
	display:none;
}
.mobile-qrcode-div1{
	margin-top:-285px;
}

.mobile-qrcode-div:before{
	content: '';  
	margin-left:0;	
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #cccccc;  
    position: absolute;  
    left:40%;
    top:-15px;
    margin-top: -25px;  
}

.mobile-qrcode-div:after{
	content: "";  
	margin-left:0;
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #FFFFFF;  
    position: absolute;  
    left:40%;
    top:-15px;
    margin-top: -23px;
}
.mobile-qrcode-div1:before{
	content: '';  
	margin-left:0;	
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #cccccc;  
    position: absolute;  
    left:40%;
    bottom:-41px;
    margin-top: -25px;
    transform:rotate(-180deg); 
}

.mobile-qrcode-div1:after{
	content: "";  
	margin-left:0;
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #FFFFFF;  
    position: absolute;  
    left:40%;
    bottom:-40px;
    margin-top: -23px;
    transform:rotate(-180deg); 
}
.qrcodediv{
	position:relative;
	z-index:104;
	right:15px;
	top:5px;
	display:none;
	height:0;
	display:inline;
	white-space: nowrap;
} 

.qrcode-border {
	width:150px;
	height:150px;
	margin-top:5px;
}

.qrcode-img {
	background-color:#fff;
	width:145px;
	height:145px;
}
.tip{text-align:center;font-size:28px;color:#B2B1B5;padding:50px;}
.login-msg{
	color: red;
	height:20px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color:#26b7bc;
}
/*common-modal*/
.bootstrap-dialog.common-modal{
	margin-top: 165px;
}
.bootstrap-dialog.common-modal .modal-content{ width:450px; margin:0 auto;}

.bootstrap-dialog.common-modal .modal-header,
.bootstrap-dialog.type-warning .modal-header,
.bootstrap-dialog.type-danger .modal-header{
	padding:10px 15px;
	color: #fff;
	height:40px;
}
.bootstrap-dialog.common-modal .modal-header,.bootstrap-dialog.type-info.common-modal .modal-header{
	background: #26b7bc;/* #6faee8; */
}
.bootstrap-dialog.type-warning .modal-header,.bootstrap-dialog.type-danger .modal-header{
	background: #fabe00;
}
.bootstrap-dialog.common-modal .modal-header .bootstrap-dialog-title{font-size:14px;}
.common-modal .modal-body{
	font-size:18px;
	line-height:60px;
	padding:10px 20px;
	min-height: 100px;
}
.common-modal .modal-body .bootstrap-dialog-message{font-size:18px;}
.common-modal .modal-body i{
	color:#26b7bc; 
	padding:0 10px;
}
.type-warning .modal-body i,.type-danger .modal-body i{
	color:#fabe00; 
	padding:0 10px;
}
.common-modal .modal-footer{
	height: 50px;
	padding:8px 10px;
}
.common-modal .modal-footer button.btn-secondary{
	background: #c8e0ee;
}
.pagination>.active>a,
 .pagination>.active>a:focus, 
 .pagination>.active>a:hover, 
 .pagination>.active>span, 
 .pagination>.active>span:focus, 
 .pagination>.active>span:hover{
 	background-color:#26b7bc;
 	border-color:#26b7bc;
 }
 .pagination>li>a, .pagination>li>span{
 	color:#26b7bc;
 }
 /*内页导航样式*/
.inside-navbar-default {
	background-color: #26b7bc;
	border-color: #e7e7e7;
}

.inside-navbar-brand {
	float: left;
	min-height: 50px;
	padding: 20px 15px;
	font-size: 18px;
	line-height: 20px;
}

.inside-navbar-default .inside-navbar-nav>.active>a,
	.inside-navbar-default .inside-navbar-nav>.active>a:focus,
	.inside-navbar-default .inside-navbar-nav>.active>a:hover {
	color: #555;
	background-color: transparent;
}

.inside-navbar {
	position: relative;
	min-height: 50px;
	border: 1px solid transparent;
}

.inside-nav a {
	font-size: 16px;
	color: #fff;
}

.inside-nav .nav>li>a {
	position: relative;
	display: block;
	line-height: 59px;
	padding: 0 20px;
	font-size: 16px;
}

.inside-nav .nav>li>a:HOVER, .inside-nav .nav>li>a:FOCUS, .inside-nav .active
	{
	background:#21a0a4;
}

.inside-nav-right {
	line-height: 55px;
}

.inside-nav-right img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.inside-nav-right a {
	font-size: 14px;
	margin-right: 10px;
}

.at-present {
	margin-top: 15px;
}

.at-present-nav {
	width: 400px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}

.at-present-nav-right,.return-style {
	padding-right: 50px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
}

.at-present-nav-right a {
	color: #828282;
}

.second-nav-box {
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.return-style {
	/* position: absolute;
	right: 50px; */
	font-size: 14px;
	/* top: 10px; */
	color: #26b7bc;
	cursor:pointer;
	float:right;
}

.return-style i {
	margin-right: 10px;
}

.second-nav li {
	margin-top: 7px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #f1f2f7;
}

.second-nav li:last-child {
	border-right: none;
}

.second-nav a {
	margin: 0 1px;
	color: #a3a3a3;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #e4e4e4;;
	border-bottom: 1px solid #e4e4e4;
	background: #fbfbfb;
}

.second-nav a:HOVER, .second-nav a:FOCUS, .second-nav .active {
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	border-top: 2px solid #26b7bc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #000;
}

/*内页导航样式-结束*/
/* 底部*/
.index-footer {
	font-size: 12px;
	padding-top: 20px;
	line-height: 120%;
	background: #3a3a3a;
	border-top: 1px solid #424242;
	color: #fff;
	padding-bottom: 20px;
}

.index-footer a {
	color: #fff;
}

.index-footer a:hover {
	color: #fff;
}

.index-footer .col-xs-8 {
	padding-right: 30px;
}

.index-footer .col-xs-4 {
	border-left: 1px solid #646464;
	padding-left: 10px;
}

.index-footer .col-xs-4 img {
	float: left;
	margin-right: 5px;
}

.index-footer .col-xs-4 span {
	display: inline-block;
	width: 1em;
	line-height: 100%;
	color: #fff;
}
.fot-css{
    width: 100%;
    height:258px;   /* footer的高度一定要是固定值  */
    position:absolute;
    bottom:0px;
    left:0px;
}
/* 底部 end */

/* 底部 end 20181108*/
.fot-css {
	font-size:14px;
	background: #717171;
	width: 100%;
	padding-top: 20px;
	color: #fff;
	bottom:0px;
    left:0px;
}

.footer-bc {
	padding-bottom:10px;
	border-top: 1px #878787 solid;
	margin-top: 10px;
}

.home-footer {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.home-footer a {
	color: #fff;
}

.footer-lump a {
	color: #fff;
}

.qq-style img {
	height: 23px;
}

.qr-code {
	width: 86px;
	margin-top: 10px !important;
	float: left;
	text-align: center;
}

.qr-code+.qr-code {
	margin-left: 40px;
}

.fot-css .col-md-3 {
	width: 21%;
}
/* end */

/* 试题列表容器组件 old*/
.exam-head {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	padding-left: 20px;
}

.exam-head p {
	
}

.exam-head-left, .exam-head-right {
	font-size: 12px;
	line-height: 40px;
}

.exam-head-left input {
	height: 24px;
	line-height: 24px;
	border: none;
	background: #f2f2f2;
	padding-left: 5px;
}

.exam-head-left .line {
	margin: 0 10px;
	width: 1px;
	height: 20px;
	line-height: 40px;
	background: #d2d2d2;
}

.exam-head-con {
	height: 200px;
	min-height: 200px;
	height: auto !important;
	margin-top: 10px;
}

.exam-head-right {
	max-width:200px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-right: 10px;

}

.exam-con {
	padding: 20px 20px 5px 20px;
	background: #FFF;
}

.exam-q {
	font-size: 14px;
	color: #000;
	line-height: 24px;
}

.exam-q i.number {
	font-style: normal;
	float: left;
	padding-right: 10px;
}
.exam-s .exam-s-box{
	font-size:0;
	margin: 0;
}

.op-item {
    font-size:14px;
    display:inline-block;
	line-height: 34px;
	white-space: nowrap;
}
.text_over {
	white-space: normal;
}

.margin-style{
	margin-left:15px;
}


/* 试题列表容器组件new */
.queslist-item-container {
	border: 1px solid #d8f2f7;
	overflow: hidden;
	margin: 20px;
	border-radius: 5px;
}

.queslist-item-container:hover {
	border: 1px solid #c7edf3;
}

.list-item-header {
	height: 40px;
	background: #eaf5fa;
	font-size: 16px !important;
	line-height: 40px;
	padding: 0 20px;
	overflow: hidden;
}

.list-item-header>.breadcrumb {
	background: none;
	padding: 0;
	color: #26b7bc;
}

.list-item-header>.breadcrumb>li+li:before {
	color: #bcd2dc;
	content: "|";
	padding: 0 5px;
}

.list-item-analyis {
	padding: 10px 20px;
	overflow: hidden;
	font-size: 14px;
	border-top: 1px solid #d8f2f7;
}

.list-item-footer {
	width: 100%;
	border-top: 1px dashed #ccc;
	padding: 10px 20px;
	overflow: hidden;
}

.question-analyis {
	line-height: 24px;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
}

.question-analyis>span {
	font-size: 12px;
	font-weight: bold;
	color: #20a05b;
	margin-right: 10px;
	float: left;
}

.question-analyis>a {
	padding: 0 10px;
}

.question-analyis>a>i {
	color: #ffb061;
	font-style: normal;
	padding-left: 5px;
}

.my-question span {
	font-size: 14px;
	color: #ff9933;
}

.correct-question span {
	font-size: 14px;
}
/* .queslist-item-container .breadcrumb li {
	font-size: 14px;
}

.ques-content {
	padding: 20px;
}

.question-subject {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.question-select-items, .question-input-items {
	overflow: hidden;
	padding: 10px 0;
}

.quest-select-item {
	float: left;
	min-width: 150px;
}

.quest-input-item {
	width: 100%;
	float: left;
	padding-bottom: 10px;
} */

.quest-tools {
	float: right;
	padding-left: 0px;
}

.quest-tools li {
	float: left;
}

.quest-tools .test-yellow  a, .quest-tools .test-yellow a i {
	color: #ffb061;
}

.quest-tools li a {
	padding-right: 30px;
	color: #828282;
}

.quest-tools li a:hover {
	color: #68bbec;
}

.quest-tools li a i {
	color: #69c4f4;
	padding: 0 5px;
}

.op-item {
	margin-right: 20px;
	line-height: 34px;
	overflow: hidden;
}
.exam-s-box>.sort-num{
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    line-height: 34px;
    white-space: nowrap;
}
.margin-style {
	margin-left: 15px;
}

.op-item span {
	display: block;
}

.op-item span p {
	margin-bottom: auto;
}
span.op-item-meat span{
	display:inline;
}

.question-analyis>.question-analyis-bar {
	padding-left: 10px;
}

.question-analyis>.question-analyis-bar .shows {
	top: 2px;
}

.question-analyis-bar .shows {
	top: 30px;
}

.question-analyis-bar .shows, .question-subject>.question-analyis-bar .shows
	{
	position: absolute;
	right: -15px;
	color: #999;
	padding-right: 16px;
	font-size: 12px;
	cursor: pointer;
	color: #20a05b;
}

.shows i {
	margin-left: 5px;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	vertical-align: text-top;
	background: url(../images/unexpand.png) center center no-repeat;
}

.question-analyis .expand-mode, .question-subject .expand-mode {
	height: auto;
}

.expand-mode .shows i {
	border: 1px solid #ccc;
	background: url(../images/expand.png) center center no-repeat;
}

.question-analyis-more {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.question-crosshead {
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
}
/* 试题列表容器组件  end*/
/*答案正确显示判断*/
.exam-answer{
	
	border: 1px dashed #26b7bc;
	padding:10px;
	margin: 10px;
	height: 40px;
}
.exam-error{
	
	border: 1px dashed #ea484d;
	padding:10px;
	margin: 10px;
	height: 40px;
}
.exam-error>.exam-answer-left{
	color: #ea484d;
}
.exam-answer-left,.exam-answer-right{
	width:20%;
	float: left;
	}
	
	}
ul.ztree.border{
    border: 1px solid #617775;
    background: #f0f6e4;
    height: 328px;
    overflow-y: auto;
    overflow-x: auto;
}
/*ztree a display改为inline后标题过长时自动截取*/
.ztree li a{display:inline;}
/* tag-write */
.btn-mybtn-yellow{color:#fff;background-color:#f6b02b;border-radius:0;font-weight:bold;}
.btn-mybtn-yellow:hover,.btn-mybtn-yellow:focus{color:#fff;background-color:#f6b02b;}
.btn-mybtn-gray{color:#fff;background-color:#cccccc;border-radius:0;font-weight:bold;}
.btn-mybtn-gray:hover,.btn-mybtn-gray:focus{color:#fff;background-color:#cccccc;}
.btn-mybtn-blue{color:#fff;background-color:#26b7bc;border-radius:0;font-weight:bold;}
.btn-mybtn-blue:hover,.btn-mybtn-blue:focus{color:#fff;background-color:#26b7bc;}
.btn-mybtn-blue.disabled{background-color:#cccccc;}
.disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.white-box {
	background:#fff;
	padding:15px 0;
}
.tag-position {
	padding:12px 20px;
	font-size:14px;
	color:#828282;
	background:#f5f5f5;
}
.tag-position span {
	font-size:18px;
	color:#323232;
}
/* .tag-question-tittle {
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #f3f3f3;	
}
.tag-selecting,.tag-question-tittle:hover  {
	border:1px dashed #f6b02b;
	border-radius:4px;
}
.tag-selecting .exam-s{
	margin-top:15px;
	padding-bottom:10px;
}
 .white-box .row {
	margin:0 -15px;	
} */
.op-answer a {
	margin-left:15px;
}
.question-img{
	height:auto!important;
	height:300px;
	min-height:300px;
}
.question-img img{
	width:20%;
	margin-left:4%;
	margin-bottom:4%;
	min-width: 80px;
}
.tag-write-tools {
	padding:5px;
	font-size:14px;
	color:#828282;
	background:#f5f5f5;
	text-align:center;
	margin:15px auto;
}
.tag-write-tools a{
	display:inline-block;
	margin:10px;	
}
.tag-writing legend a{
	margin-left:10px;	
}
.tag-writing fieldset {
	padding:0 15px;
}
.tag-write-table th {
	background:#dfdfdf;
	text-align:center;
	border-right:1px solid #fff;
}
.tag-write-table td {
	border-bottom:1px solid #eaeaea;
	background:#fff;
}
.tag-write-table th:last-child {
	border-right:none;
}
.tag-write-table td button{
	background:transparent;
}
.select-list a{
	margin:5px;
}
.select-list a.active{
	background:#f6b02b;
}
.tag-write-item .h3{
	font-size:16px;
	text-align:center;
	padding:10px 0;
	margin-top:10px;
}
.tag-write-item .h3-0 {
	background:#e2f3fa;
	color:#0074a9;
}
.tag-write-item .h3-1 {
	background:#eee2d4;
	color:#924901;
}
.tag-write-item .h3-purple {
	background:#efd7fa;
	color:#642381;
}
.tag-write-item .h3-green {
	background:#dee9d4;
	color:#627e00;
}
.tag-write-item h4{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.tag-write-item h4 small {
	margin-left:5px;
}
.table-sum {
	padding-right:10px;
	margin-top:-10px;
}
.table-sum span{
	font-size:22px;
}
.tag-write-box div > div(odd) {
	border:1px solid #000;
}
.gray0 {
	background:#fafafa;
}
.gray1 {
	background:#f2f2f2;
}
.show-answer h4,.show-answeradd h4{
	font-size:14px;
	padding:5px 15px;
	border-bottom:1px dashed #82c0ff;
	color:#26b7bc;
	font-weight:bold;
}
.show-answer {
	background:#f0faff;
	padding:5px 15px;
	font-size: 14px;
}
.show-answeradd {
	background:#ddf4ff;
	padding:5px 15px;
	font-size: 14px;
}
.paraphrase{
	margin-top: 10px;
}
/* tag-write end*/

.paper_edit{
	width: 443px;
	margin: 0;
}

.show-time{
    color: #888;
}
/*LOGIN*/
.login-w-right {
	position: absolute;
	z-index: 2;
	right: 48px;
	top: 10vh;
	width: 300px;
	height: 430px;
	padding: 13px 10px 15px;
	border: 1px solid #26b7bc;
	border-radius:4px;
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	opacity:0.9;
}
.login-top-img{ position:absolute; width:278px; height:80px; background:url(../images/login-bc01.png) no-repeat bottom; top:-65px;}
.login-tab2{
    background-position: -323px 0;}

.login-right-top { padding-top:10px;
	font-size: 20px;
	color: #626262;
	text-align:center;
	font-weight:600;
}
.login-right-top a{
	display: block;
	width:60px;
	font-size:12px;
	float: right;
}
.login-right-top a:hover{
	color: #fe7301;
}
.login-right-con {
	height: 270px;
}

.login-right-con .login-form {
	padding:5px 10px 0;
}

.login-form i {
	display: inline-block;
	color: #ccc;
}

.login-form .m-ipt{
	height: 42px;
	margin-top: 10px;
}
.login-form .m-ipts{
	height: 42px;
	margin: 10px 0;
}

.m-ipt .icon-pwd {
	background:url(../images/login-mima.png) no-repeat;
}

.m-ipt .icon-account {
	background:url(../images/login-zh.png) no-repeat ;
}
.m-ipt span{
	left:10px;
	top:12px;
	position:absolute;
	display: block;
	width:21px;
	height:21px;
	z-index: 1000;
}
.m-ipt{
	position: relative;
}
.m-ipt input{
	padding-left:40px;
    border: none;
	border-bottom:1px solid #ddd;
	width: 100%;
	height: 40px;
}
.m-ipt label {
	font-weight: 400;
	vertical-align: top;
}

.m-check {
	font-size:12px;
	margin-bottom: 16px;
	color: #959595;
	width: 110px;
	height: 32px;
	line-height: 32px;
	float: left;
}
.m-ipts .checkipt {
	font-size:12px;
	height: 32px;
	line-height: 32px;
}
.login-right-fot {
	position: relative;
	border-top:1px solid #ddd;
	height: 63px;
	padding-top:25px;
	margin:25px 10px;
}
.m-third-top{
	font-size: 12px;
	text-align: center;
	width:100px;
	height:24px;
	line-height:24px;
	color: #999;
	background:#fff;
	position: absolute;
	top:-15px;
	left:50%;
	margin-left: -50px;
}
.m-third {
	line-height: 21px;
	color: #ccc;
}
.m-third a{
	font-size:8px;
	display:block;
	margin:0 15px;
	float: left;	
}
.m-third a img{
	display: block;
	width: 50px;
	height: 42px;
}
.m-third .dlitem .icon {
	width: 18px;
	height: 21px;
	margin-right: 5px;
}

.m-third .dlitem, .m-third .dlitem:hover {
	color: #999;
}
.m-third-fot{
	text-align:right;
	padding:10px 5px;
	font-size: 12px;
	color: #828282;
	
	
}
.login-btn a {
	display:block;
	background:#ff6600;
	color:#fff;
	width: 100%;
	height: 38px;
}
.login-btn a:hover{
	background:#f7ac00;
	color:#fff;
}
/*LOGIN-END*/
.myweb-footer{
	font-size:12px;
	padding:25px;
	line-height:180%;
	background:#e3e3e3;
	color:#828282;
	text-align:center;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1) inset;
}
.myweb-footer a{
	color:#828282;
}
.red{color:red;}
.wrap-placeholder{text-align:left;}

/* 新增翻页按钮间距 */
.ui-pagination-container .ui-pagination-page-item {
    margin: 0 3px !important;
}
/*底部*/
.index-help dl{float:left;margin-bottom:0;}
.index-help dt{margin-bottom:10px;color:#323232;font-size:18px;}
.index-help dd,.index-help dd a{color:#727272;font-size:12px;line-height:2;}
.index-help-right{color:#323232;}
.index-help-right img{width:72px;}

.tip-grey{
	color:#808080;
	font-size:14px;
	text-align:center;
}
.lineh34{line-height:34px;}
.error-div{
	z-index:1000;
	position:absolute;
	top:63px;
	border:1px solid #c4c4a6;
	width:300px;
	height:150px;
	background:#fff;
	display:none;
}

.error-div:before{
	content: '';  
	margin-left:0;	
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #c4c4a6;  
    position: absolute;  
    left:10%;
    top:-15px;
    margin-top: -26px;  
}

.error-div:after{
	content: "";  
	margin-left:0;
    width: 0;  
    height: 0;  
    border: 20px solid transparent;  
    border-bottom-color: #fffee0;  
    position: absolute;  
    left:10%;
    top:-15px;
    margin-top: -24px;
}
.error-div .title{
	font-size:16px;
	background:#fffee0;
	padding:5px 15px;
	color:red;
	line-height:34px;
}
.error-div p{
	padding:10px 15px;
	line-height:30px;
}
.editcon-con img{max-width:100%;}