.clearboth {
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.ml5 {
	margin-left:5px;
}

.mt50 {
	margin-top:20px;
}

.mt10 {
	margin-top:10px;
}

.ml20 {
	margin-left:20px;
	display: flow-root;
}

.div-h,.ty-p {
	line-height:1.5;
}

.color9 {
	color:#999;
}

.color-blue {
	color:#00a0e8;
}

.p16{
	padding:16px;
}

.p24 {
	padding:24px;
} 

.bgf7 {
	padding:10px;
	background:#f7f7f7;
}

.bg999 {
	padding:10px;
	background:#999;
}

.ty-relative {
	position:relative;
}

@charset "utf-8";

.tyue-checkbox{
   vertical-align: middle;
   display: inline-block;
   position: relative;
   white-space: nowrap;
}
.tyue-checkbox-txt{margin-left: 6px;margin-right: 8px;}

/*\u8fc7\u6ee4*/
.ty-transfer-list {
	width: 250px;
	height: 235px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}

.ty-transfer-list-head{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	background: #F5F7FA;
}
.ty-transfer-list-serach{
	width: auto;
	padding: 0 15px 8px;
	position: relative;
}
.ty-transfer-list-serach input{display:block;width:100%;height:28px;line-height:28px;padding-left:30px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;}

.ty-transfer-list-serach input{
     transition: all .3s linear;
     -webkit-transition: all .3s linear;
     -o-transition: all .3s linear;
     -moz-transition: all .3s linear;
}
.ty-transfer-list-serach>input:focus,
.ty-transfer-list-serach>input:hover{
     border-color: #57c5f7;
     border: 1px solid #57c5f7;
     outline: 0;
     box-shadow: 0 0 0 2px rgba(45,183,245,.2);
}


.ty-transfer-list-serach-icon{ width:17px;height:17px;display:block;position:absolute;top:4px;left:22px;z-index:10;}

.ty-transfer-list-body {
	border-top: 1px solid #d9d9d9;
	padding: 4px 0;
	height: 200px;
	overflow-y: auto;
	box-sizing: border-box;
	scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #fff;
}
.ty-transfer .ty-tree-arrow-right span,.ty-transfer .ty-tree-arrow-bottom span{margin-left:0;}
.ty-transfer .ty-tree-select-ul{padding-left:38px;}
.ty-transfer .ty-tree-div .tyc-check-blue{margin:8px 6px;}
.ty-transfer .ty-tree-div{line-height:30px;}
.ty-transfer .ty-tree-text{height:30px;line-height:30px;line-height:30px; cursor: pointer;}
.ty-transfer .ty-tree-switcher{height:28px;}
.ty-transfer-list-foot{background:#f1f1f1;}
.ty-transfer-list-serach+.ty-transfer-list-body{height:230px;}

.ty-transfer-operation{
	height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.ty-transfer-operation span{
    display:block;
    width:43px;
    height:28px;
    text-align: center;
    position: relative;
    cursor:pointer;
    border:1px solid #d9d9d9;
    border-radius:4px;
    background-image:url("ue-icon-little.png");
    background-repeat: no-repeat;
    background-color:#f3f3f3;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;

}

.ty-transfer-operation span i{
    font-size: 2em;
    color: #bbb;
}
.ty-transfer-operation span+span{margin-top:25px;}
.ty-transfer-operation span:hover{
	border: 1px solid var(--brand-primary);
	background-color: var(--brand-primary);
}
.ty-transfer-operation span:hover i{
    color:#fff;
}
.ty-transfer-btn-toright,.ty-transfer-btn-toright.disabled:hover{background-position:17px -150px;}

.ty-transfer-btn-toright:hover,.ty-transfer-btn-toright.active,.ty-transfer-btn-toright.active:hover{background-position:17px -175px; }

.ty-transfer-btn-toleft,.ty-transfer-btn-toleft.disabled:hover{background-position:17px -206px;}
.ty-transfer-btn-toleft:hover,.ty-transfer-btn-toleft.active,.ty-transfer-btn-toleft.active:hover{background-position:17px -231px;}
.ty-transfer-operation span.active{border:1px solid var(--brand-primary);background-color:var(--brand-primary);}
.ty-transfer-operation span.active i{color: #fff;}
.ty-transfer-btn-toleft.disabled:hover,.ty-transfer-btn-toright.disabled:hover{cursor: not-allowed;border:1px solid #d9d9d9;;background-color:#f3f3f3;}

.ty-transfer-operation .active:hover{
    background-color: var(--brand-primary);
}



/**\u672a\u9009\u4e2d\u7981\u7528**/
.tyc-check-disabled span{
     background:#f3f3f3;
     width: 10px;
     height: 10px;
     display: block;
     border: 1px solid #d8d8d8;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
}
/**\u9009\u4e2d\u7981\u7528**/
/*.tyc-check-disabled span:after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #d8d8d8;
    display: block;
    background: url(../images/table-icon.png) no-repeat 0 -410px #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}*/
.tyc-check-checkall span{
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
   
}
/**\u672a\u9009\u5168**/
.tyc-check-incomplete span{
    width: 12px;
    height: 12px;
    border: 0;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
}

/**\u5c55\u5f00**/
.tyc-check-expand span{
    width: 12px;
    height: 12px;
    border: 0;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
}

.ty-transfer-list-head {
	display: flex;
    align-items: center;
}
.ty-transfer-list-head .tyc-check-blue input[type=checkbox] {
    margin: 0 10px;
    background: #fff;
}

.ty-transfer-list-body .ty-tree-select {
	padding: 0;
}

.ty-transfer-list-body .ty-tree-select>li {
	padding: 0 10px;
}
.tyue-checkbox-input-tag {
	display: none;
}
.ty-transfer-list-body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.ty-transfer-list-body::-webkit-scrollbar-track {
	background: #fff;
  	border-radius:2px;
}
.ty-transfer-list-body::-webkit-scrollbar-thumb{
  background: #E0E0E0;
  border-radius:10px;
}
.ty-transfer-list-body::-webkit-scrollbar-thumb:hover{
  background: #999;
}


