.switch-account{
    display: none;
}
.switch-account .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
}
.switch-account .cont{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    border-radius: 6px;
    width: 553px;
    box-sizing: border-box;
    padding: 35px 50px;
}
.switch-account .cont .title{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.switch-account .cont .close-icon{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    line-height: 0;
}
.switch-account .cont .close-icon img{
    width: 12px;
}
.switch-account .cont .tips-txt{
    font-size: 12px;
    color: #F19655;
    line-height: 18px;
    margin-top: 4px;
    text-align: left;
}
.switch-account .cont .account-password_login{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #eaeffd;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}
.switch-account .cont .account-password_login .apl-left{
    flex: 1;
}
.switch-account .cont .account-password_login .apl-left .tit{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.switch-account .cont .account-password_login .apl-left .desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.switch-account .cont .account-password_login .apl-right{
    width: 32px;
    height: 32px;
}
.switch-account .cont .account-password_login .apl-right img{
    width: 32px;
}
.switch-account .cont .organization{
    height: 350px;
    overflow-y: auto;
}
.switch-account .cont .organization .wrap{
    margin-top: 15px;
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.switch-account .cont .organization .wrap .tit{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.switch-account .cont .organization .wrap .desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.switch-account .cont .organization .wrap .box{
    margin-top: 14px;
}
.switch-account .cont .organization .wrap .box .list{
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #666666;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.switch-account .cont .organization .wrap .box .list:first-child{
    margin-top: 0;
}
.switch-account .cont .organization .wrap .box .list.active{
    border-color: #004889;
    background-color: #e4eaf6;
}
.switch-account .cont .organization .wrap .box .list .list-hd{
    width: 15px;
    height: 15px;
    padding: 1px;
    border: 1px solid #666666;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    background-size: contain;
}
.switch-account .cont .organization .wrap .box .list.active .list-hd{
    border-color: #004787;
}
.switch-account .cont .organization .wrap .box .list.active .list-hd{
    border: none;
    background-image: url(../../img/secondCompany/accountActiveIcon.svg);
}
.switch-account .cont .organization .wrap .box .list.active .list-hd::after{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    background-color: #004787;
    border-radius: 100%;
}
.switch-account .cont .organization .wrap .box .list .list-md{
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.switch-account .cont .organization .wrap .box .list .list-md .icontxt{
    width: 24px;
    height: 24px;
    font-size: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background-color: #c1cff4;
    color: #004787;
}
.switch-account .cont .organization .wrap .box .list .list-md .txt{
    font-size: 14px;
    color: #666666;
    margin-left: 8px;
    flex: 1;
}
.switch-account .cont .organization .wrap .box .list .list-bd{
    margin-left: 10px;
    font-size: 12px;
    color: #4187F9;
}
.switch-account .cont .organization .wrap .box .list.active .list-bd{
    color: #4187F9;
}

.switch-account .cont .organization .wrap .box .list.active .list-md .txt{
    color: #4187F9;
}
.switch-account .cont .change-button{
    display: flex;
    margin-top: 12px;
}
.switch-account .cont .change-button>div{
    flex: 1;
    text-align: center;
    background-color: #004889;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.switch-account .cont .change-button>div.sure{}
.header-rt-account{}
.select-enterprise{
    display: none;
}
.select-enterprise .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 1001;
}
.select-enterprise .cont{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1001;
    border-radius: 6px;
    width: 522px;
    box-sizing: border-box;
    padding: 35px 60px;
}
.select-enterprise .cont .title{
    font-size: 18px;
    color: #000;
    text-align: center;
}
.select-enterprise .cont .close-icon{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    line-height: 0;
}
.select-enterprise .cont .close-icon img{
    width: 12px;
}
.select-enterprise .cont .enterprise-box .wrap{
    margin-top: 15px;
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.select-enterprise .cont .enterprise-box .wrap .tit{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.select-enterprise .cont .enterprise-box .wrap .desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.select-enterprise .cont .enterprise-box .wrap .box{
    margin-top: 14px;
}
.select-enterprise .cont .searchBox {
	border-radius: 3px;
	padding: 4px 14px;
	background-color: #ededed;
	margin-top:26px;
	display:flex;
    float: inherit;
    width: auto;
}
.select-enterprise .cont .searchBox .searchInput {
	border: none;
	background-color: #ededed;
	outline: none;
	font-size:14px;
	color: #6F6F6F;
	line-height: 28px;
	flex:1;
	width: 100%;
    margin-left: 5px;
}
.select-enterprise .cont .enterprise-box{
    height: 350px;
    overflow-y: auto;
}
.select-enterprise .cont .enterprise-box .list{
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #666666;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.select-enterprise .cont .enterprise-box .list.active{
    border-color: #004889;
    background-color: #e4eaf6;
}
.select-enterprise .cont .enterprise-box .list:first-child{
    margin-top: 0;
}
.select-enterprise .cont .enterprise-box .list .list-hd{
    width: 15px;
    height: 15px;
    padding: 1px;
    border: 1px solid #666666;
    border-radius: 100%;
    position: relative;
}
.select-enterprise .cont .enterprise-box .list.active .list-hd{
    border-color: #004787;
}
.select-enterprise .cont .enterprise-box .list.active .list-hd::after{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    background-color: #004787;
    border-radius: 100%;
}
.select-enterprise .cont .enterprise-box .list .list-bd{
    font-size: 14px;
    color: #666666;
    margin-left: 8px;
}
.select-enterprise .cont .enterprise-box .list.active .list-bd{
    color: #4187F9;
}
.select-enterprise .cont .enterprise-button{
    display: flex;
    margin-top: 40px;
    padding: 0 67px;
    justify-content: space-between;
}
.select-enterprise .cont .enterprise-button>div{
    flex: 1;
    text-align: center;
    background-color: #004889;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.select-enterprise .cont .enterprise-button>div.btn-cancel{
    background-color: #EEEEEE;
    color: #000000;
}
.select-enterprise .cont .enterprise-button>div.btn-sure{}
.select-enterprise .cont .enterprise-button>div:nth-child(1){
    margin-right: 60px;
}
.switchAccount-loading {
    display: none;
}

.switchAccountLoading-mask {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.switchAccount-loading .switchAccountLoading-cont img {
    display: inline-block;
    width: 50px;
}
.switchAccountLoading-cont {
    position: fixed;
    z-index: 99999;
    min-width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 8px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    padding: 0 20px;
}
.switchAccountLoading-cont .icon-spin{
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    font-family: initial;
}
.switchAccountLoading-cont .icon-spin::before{
    content: "";
}
.switchAccountLoading-cont .switchAccountLoading-cont-tips {
    color: #fff;
    margin-top: 10px;
}
