.t-themeExt{
	/* padding-left:16px; */
}
.t-themeExt .ticon-help{
	font-size: 14px;
	color: #666;
}
.t-themeExt .t-btn{
	position: relative;
	display: inline-block;
	width: 140px;
	padding: 12px;
	margin-bottom: 12px;
	text-align: center;
}
.t-themeExt .t-mgr30{
	margin-bottom: 30px;
}
.t-ps-title{
	font-size: 14px;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
}
.t-ps-desc{
	/* font-size: 12px;
	color: #666; */
	padding-bottom: 10px;
}
/* 界面设置新增菜单显示 -- start */
.t-ps-kaiguan .t-sec-left,
.t-ps-kaiguan .t-sec-right{
	height: 145px;
}

.t-ps-kaiguan img{
	display: none;
}
.t-ps-kaiguan img.selected{
	display: block;
}

.t-ps-kaiguan .t-newsubmenu {
	width: 28px;
	display: inline-block;
}
.t-ps-kaiguan img{
	width: 100%;
	height: 100%;
}
/* 界面设置新增菜单显示 -- end */

/*.t-ps-title >div{
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.t-ps-title .t-icon{
	height: 30px;
	line-height: 30px;
}*/
.t-sec-left{
	float: left;
	width: 245px;
	/* height: 110px; */
	border:solid 1px #ddd;
	background-color: #f5f5f5;
}
.t-sec-left p{
	margin-top: 24px;
	text-align: center;
	font-size: 12px;
}
.t-sec-left p.fz2{
	font-size: 13px;
}
.t-sec-right{
	margin-left: 280px;
}
.t-ps-fz .t-sec-left,
.t-ps-fz .t-sec-right{
	height: 195px;
}
.t-ps-fz{
	margin-bottom: 16px;
}
.t-ps-fz img{
	width: 100%;
	/* height: 100%; */
}
.t-ps-fz img{
	display: none;
}
.t-ps-fz img.selected{
	display: block;
}

.t-ps-color .t-sec-left,
.t-ps-color .t-sec-right{
	height: 145px;
}

.t-ps-color img{
	width: 100%;
	height: 100%;
}

.t-themeExt .ticonfont-selected{
	position: absolute;
	right: 0px;
	top: 7px;
	color: #3788ff;
	opacity: 0;
}
.t-themeExt .selected .ticonfont-selected{
	opacity: 1;
	color: #3788ff;
}
.t-themeExt .t-btn.selected{
	color: #3788ff;
	border-color: #3788ff;
}
.t-ps-color img{
	display: none;
}
.t-ps-color img.selected{
	display: block;
}

.t-ps-flag .t-sec-left,
.t-ps-flag .t-sec-right{
	height: 145px;
}

.t-ps-flag img{
	width: 100%;
}

/**modal定制样式***/
.t-modal-themeExt .modal-body{
    padding-top: 5px;
    padding-bottom: 30px;
}

/*tooltip*/
.t-themeExt .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #3788ff;
}
.t-themeExt .tooltip-inner{
   border: solid 1px #3788ff;
   background-color: #fff;
   color: #333;
   opacity: 1;
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
}
.t-themeExt .tooltip-inner p{
	margin: 5px;
   text-align:left;
 }
 .t-themeExt-loading{
 	display: none;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 }
.t-themeExt-loading-contnet{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
 	height: 100%;
}
 .t-themeExt-loading .loader,
 .t-themeExt-loading .loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
 .t-themeExt-loading .loader {
  /*margin: 100px auto;*/
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border:6px solid #3788ff;
  border-left-color:rgba(55, 136, 255, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.t-sec-top {
	display: flex;
}

.t-ps-fz .t-sec-tip {
	margin-top: 10px;
	font-size: 12px;
	color: #FF0000;
}
