* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,ol,dl { 
    list-style: none; 
}
html,body{
    height: 100%;
}
body { 
    background-color: #eee; 
}
.content{
    width: 1280px;
    margin: auto;
    background-color: #fff;
    height: 100%;
}
.title{
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    padding-top: 50px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #151515;
    line-height: 18px;
}
.title a{
    font-size: 12px;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    color: #409eff;   
}
.con-div{
    padding:20px 100px;
}
.con-div .layui-card{
    border: 1px solid #dddddd;
}
.con-div .layui-card-body{
    background-color: #ffffff;
	border: solid 1px #dddddd;
}
.con-div .layui-card-header{
    background-color: #f7f8fc;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.layui-card-header{
    padding: 0 20px !important;
}
.layui-layer-tips .layui-layer-content{
    color: #000 !important;
}
.Identifier{
    display: flex;
}
.Identifier input{
    width: 400px;
    margin: 0 30px;
}
#tips{
    width: 13px;
    height: 13px;
    margin-top: 11px;
    cursor: pointer;
}
#shopset-li{
    border-top-left-radius:10px;
}
#appauth-li{
    border-left:0;
    border-right:0;
}
#robotset-li{
    border-top-right-radius:10px;
    width:150px;
}
#serviceset-li{
    border-right:0;
    padding-left:10px;
    padding-right: 10px;
    width:120px;
}
#userset-li{
    border-right:0;
    padding-left:10px;
    padding-right: 10px;
}
.serviceset-title-container{
    display: flex;
    justify-content: space-between;
}
.serviceset-title-new{
    cursor: pointer;
    color: #409eff;
}
.layui-card-body-service{
    padding: 0;
    margin: 0px;
    border: 0 !important;
    height: calc(100% - 42px);
}
.service-user-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dddddd;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
}
.service-user-list-item-left{
    display: flex;
    align-items: center;
    flex: 1;
}
.service-user-list-item-left-img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.service-user-list-item-left-type{
    margin-left: 15px;
}
.service-user-list-item-left-type-source{
    color: #f76606;
    margin-left: 4px;
}
.service-user-list-item-center{
    color: #151515;
    flex: 2;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service-user-list-item-right{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.service-user-list-item-right-arrow{
    margin-left: 20px;
}
.clipboard{
    float: right;
    color: #409eff;
    text-decoration: underline;
    cursor: pointer;
}
.Identifier pre{
    margin: 0 30px;
}
.Identifier textarea{
    width: 600px;
    margin: 0 30px;
}
.add{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.add button{
    padding: 0 50px;
}
.re-success{
    display: flex;
    justify-content: center;
}
.re-success p{
    font-size: 19px;
    font-weight: bold;
    margin-left: 10px;
}
.tab{
    margin: 0 100px;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
}
.tab ul{
    display: flex;
    padding-left: 10px;
}
.tab ul li{
    color: #999999;
    width: 95px;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-bottom: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}
.tab ul .active{
    background-color: #409eff !important;
    color: #fff !important;
    border: 0px;
}
.fs-label-wrap .fs-label{
    padding: 0 !important;
    cursor: pointer;
    background-color: inherit;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i{
    background-color: #409eff;
}
.fs-arrow{
    border-top: 6px solid transparent;
}
.layui-form-select dl dd.layui-this {
    background-color: #409eff;
}
.fs-label-wrap{
    border: 1px solid #eee;
}
#setted-user{
    background-color: rgba(64, 158, 255, .25);
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.setted-user{
    background-color: #eeeeee;
}
.fs-option, .fs-search, .fs-optgroup-label {
    padding: 8px 8px;
}
#setting-user .center{
    display: flex; 
    flex: 1;
}
.img-container{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#add{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.delete{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#setting-user .layui-row {
    margin-bottom: 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ 
    font-size: 14px;
    color: #aaaaaa;
} 
input:-moz-placeholder,textarea:-moz-placeholder { 
    font-size: 14px;
    color: #aaaaaa;
} 
input::-moz-placeholder,textarea::-moz-placeholder { 
    font-size: 14px;
    color: #aaaaaa; 
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
    font-size: 14px;
    color: #aaaaaa;
}
input,textarea{
    color: #409eff;
}
body .custom .layui-layer-content {
    padding: 0px 0px 8px 0px;
}
.layui-layer-tips .layui-layer-content{
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%) !important;
    background-color: inherit !important;
}
.layui-btn-normal{
    background-color: #409eff !important;
	border-radius: 4px !important;
    letter-spacing: 1px !important;
	color: #ffffff !important;
    font-size: 14px !important;
	font-weight: bold !important;
}
.layui-btn-primary {
    background-color: #ffffff !important;
	border-radius: 4px !important;
	border: solid 1px #dddddd !important;
    color: #666666 !important;
    font-size: 14px !important;
	font-weight: bold !important;
}
.layui-btn+.layui-btn {
    margin-left: 30px !important;
}
.layui-layer{
    border-radius: 5px !important;
}
.space-left{
    width: 90px;
    height: 32px;
}
.space-center{
    flex: 1;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 26px !important;
    font-size: 13px !important;
}
.space-left-item{
    width: 90px;
    height: 24px;
}
.space-right-item{
    width: 90px;
    height: 24px;
}
.select-arrow-bg-1{
    width: 32px;
	height: 32px;
	background-color: #eeeeee;
	border-radius: 0px 4px 4px 0px;
	border: solid 1px #dddddd;
    z-index: 1;
    position: absolute;
    left: 318px;
}
.select-arrow-bg-2{
    width: 32px;
	height: 32px;
	background-color: #eeeeee;
	border-radius: 0px 4px 4px 0px;
	border: solid 1px #dddddd;
    z-index: 1;
    position: absolute;
    left: 616px;
}
.select-arrow-bg-3{
    width: 32px;
	height: 32px;
	background-color: #eeeeee;
	border-radius: 0px 4px 4px 0px;
	border: solid 1px #dddddd;
    z-index: 1;
    position: absolute;
    left: 914px;
}
.select-arrow-bg-4{
    width: 32px;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 0px 4px 4px 0px;
    border: solid 1px #dddddd;
    z-index: 1;
    position: relative;
    left: 167px;
    top: -31px;
}
.layui-form-select .layui-input {
    padding-right: 32px !important;
}
.layui-input, .layui-select, .layui-textarea{
    height: 32px !important;
    border-radius: 4px;
}
.layui-edge{
    z-index: 2;
}
.selectrow-space{
    width: 80px;
    height: 32px;
}
.selectrow-space-right{
    width: 47px;
    height: 32px;
}
.selectrow-item{
    flex: 1;
    display: flex;
    align-items: center;
}
.selectrow-item-flag{
    width: 20px;
    height: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    flex: 1;
}
.choiseUser{
    width: 100%;
}
input.layui-input.layui-unselect {
    width:270px;
    font-size: 13px;
}
.layui-form-select dl{
    top: 32px;
    border-top: 0 !important;
}
.app-buy-container{ 
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #151515;
}
.app-buy-container-num{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #151515;
}
.app-buy-date{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #151515;
    margin-left: 75px;
}
.appauth-bg{
    background-color: rgba(64, 158, 255, .25);
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.robotset-bg{
    background-color: rgba(64, 158, 255, .25);
    padding-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.lineone{
    display: flex;
    padding-left: 24px;
    padding-top: 24px;
}
.app-buy-user-container{
    display: flex;
    margin-right: 50px;
    flex: 1;
}
.app-buy-user-container-add{
    width: 32px;
    height: 20px;
    cursor: pointer;
    text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #409eff;
    margin-left: 10px;
}
.app-service-user-container-add{
    width: 32px;
    height: 20px;
    cursor: pointer;
    text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #409eff;
    margin-left: 10px;
}
.app-service-user-container-edit{
    width: 32px;
    height: 20px;
    cursor: pointer;
    text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #409eff;
    margin-left: 10px;
}
.app-buy-user-container-title{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #151515;
}
.app-buy-user-item-container{
    display: flex;
    flex-wrap: wrap;
}
.app-buy-user-item{
    display: flex;
    border: solid 1px #cccccc;
    height: 20px;
    line-height: 20px;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
    color: #151515;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.app-service-user-item{
    display: flex;
    border: solid 1px #cccccc;
    height: 20px;
    line-height: 20px;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
    color: #151515;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    cursor: pointer;
}
.app-buy-user-item-img{
    width: 10px;
	height: 10px;
}
.app-buy-user-item-name{
    margin-left: 4px;
}
.fs-label-wrap{
    background-color: inherit;
    border: 0 !important;
}
.fs-label{
    height: 20px;
    cursor: pointer;
    text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #409eff;
    margin-left: 10px;
}
.fs-wrap{
    width: 120px !important;
    height: 20px;
    background-color: inherit;
}
.layui-form-selectup dl {
    top: auto !important;
    bottom: 32px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ 
    font-size: 13px;
} 
input:-moz-placeholder,textarea:-moz-placeholder { 
    font-size: 13px;
} 
input::-moz-placeholder,textarea::-moz-placeholder { 
    font-size: 13px;
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
    font-size: 13px;
}
.sync-container{
    display: flex;
}
.sync-container-left{
    display: flex;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #151515;
    padding-left: 10px;
    margin-bottom: 20px;
}
.sync-container-right{
    display: flex;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #151515;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-left: 190px;
}
.sync-containe-button{
    background-image: linear-gradient(90deg, #0686f1 0%, #44aff9 100%), linear-gradient( #ffffff, #ffffff) !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-left: 30px;
    cursor: pointer;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sync-containe-button-group{
    background-image: linear-gradient(90deg, #0686f1 0%, #44aff9 100%), linear-gradient( #ffffff, #ffffff) !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-left: 27px;
    cursor: pointer;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sync-containe-button-member{
    background-image: linear-gradient(90deg, #0686f1 0%, #44aff9 100%), linear-gradient( #ffffff, #ffffff) !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-left: 27px;
    cursor: pointer;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sync-container-title{
    line-height: 30px;
}
.layui-form-select .layui-edge{
    border-top-color: #666666 !important;
}
.layui-form-select dl{
    background-color: #ffffff;
	box-shadow: 1px 2px 4px 0px rgba(41, 41, 41, 0.22);
	border-radius: 4px;
	border: solid 1px #dddddd;
}
.fs-dropdown{
    background-color: #ffffff;
	box-shadow: 1px 2px 4px 0px rgba(41, 41, 41, 0.22);
	border-radius: 4px;
	border: solid 1px #dddddd;
    width: auto;
}
.fs-option-label{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.layui-col-xs1{
    width: 60px;
}
/* 加载 */
#userset-loading{
    padding-top: 120px;
}
.loading{
    width: 100%;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    display: block;
    margin: auto;
    margin-bottom: 13px;
}
.spinner > div {
    background-color: #1743e1;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 1px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}  20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.layui-btn-normal {
    background-image: linear-gradient(90deg, #0686f1 0%, #44aff9 100%), linear-gradient( #ffffff, #ffffff);
    border: 0;
}
.delete-item-user{
    text-decoration: underline;
    color: #409eff;
    cursor: pointer;
}
.layui-layer-custom{
    border-radius: 10px !important;
}
.layui-layer-custom-newService{
    border-radius: 4px !important;
}
.layui-layer-custom-newRobotService{
    border-radius: 4px !important;
}
.layui-layer-custom-WxErCodeService{
    border-radius: 4px !important;
}
.newServiceLayer-img-container{
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    border-bottom: solid 1px #dddddd;
    height: 100px;
}
.newServiceLayer-name-container{
    display: flex;
    margin-left: 60px;
    margin-right: 60px;
    border-bottom: solid 1px #dddddd;
    height: 100px;
}
.newServiceLayer-user-container{
    display: flex;
    margin-left: 60px;
    margin-right: 60px;
}
.newServiceLayer-button-container{
    display: flex;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.editRobotLayer-button-container{
    display: flex;
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px;
    position: absolute;
    bottom: 10px;
}
.newServiceLayer-item-left{
    width: 80px;
    line-height: 100px;
    height: 100%;
}
.newServiceLayer-item-right{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 40px;
    flex-wrap: wrap;
}
.newServiceLayer-item-service-right{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 30px;
    flex-wrap: wrap;
}
.newServiceLayer-item-right-img{
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.newServiceLayer-item-right-next{
    margin-left: 20px;
    cursor: pointer;
    color: #1743e1;
}
.service-user-list-item-right-edit{
    cursor: pointer;
}
.service-user-list-item-right-delete{
    cursor: pointer;
}
.layui-layer-btn0{
    height: 36px !important;
    background-color: #ffffff !important;
	border-radius: 18px !important;
	border: solid 1px #0686f1 !important;
    font-size: 15px !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	line-height: 35px !important;
	letter-spacing: 2px !important;
	color: #0686f1 !important;
}
.layui-layer-btn1{
    height: 36px !important;
	background-image: linear-gradient(90deg, #0686f1 0%, #44aff9 100%), 
	linear-gradient(#3688ff, #3688ff);
	background-blend-mode: normal, normal !important;
	border-radius: 18px !important;
	border: solid 1px #e8e8e8 !important;
    font-size: 15px !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	line-height: 35px !important;
	letter-spacing: 2px !important;
	color: #ffffff !important;
}
.layui-layer-btn a {
    margin: -5px 15px 30px !important;
    padding: 0 45px !important;
}
.layui-layer-shade{
    opacity: 0.5 !important;
}
.pop-up-delete{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 21px;
    height: 78px;
    padding-left: 30px;
    padding-right: 30px;
}
#LAY_layuipro{
    padding-top: 30px;
}
#newServiceLayer{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#serviceset{
    height: calc(100% - 197px);
}
#service-user-list{
    overflow: auto;
    height: 100%;
    padding-bottom: 20px;
}
.newServiceLayer-top{
    flex: 1;
}
.hidden{
    display: none !important;
}
.service-no-data{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.robotservice-container{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    height: calc(100% - 90px);
}
.robotset-container{
    font-size: 13px;
    line-height: 13px;
    display: flex;
    justify-content: space-between;
}
#robotset-link{
    text-decoration: underline;
    cursor: pointer;
    color: #0686f1;
    font-size: 13px;
    line-height: 13px;
    margin-left: 3px;
}
#robotset-time-link{
    text-decoration: underline;
    cursor: pointer;
    color: #0686f1;
    font-size: 13px;
    line-height: 13px;
    margin-left: 7px;
}
#robotset-time{
    margin-left: 2px;
    font-weight: bold;
}
.robotlist-container{
    margin-top: 15px;
    border: 1px solid #ddd;
    height: calc(100% - 37px);
    min-height: 96px;
}
.robotlist-container-header{
    display: flex;
    background-color: #eee;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
}
.robotlist-container-header-name{
    text-align: center;
    flex: 2;
    line-height: 32px;
}
.robotlist-container-header-ip{
    text-align: center;
    flex: 2;
    line-height: 32px;
}
.robotlist-container-header-status{
    text-align: center;
    flex: 1;
    line-height: 32px;
}
.robotlist-container-header-ercode{
    text-align: center;
    flex: 2;
    line-height: 32px;
}
.robotlist-container-list-item{
    display: flex;
    background-color: #fff;
    font-size: 12px;
    height: 32px;
    border-bottom: 1px solid #ddd;
}
.robotlist-container-list-item-name{
    text-align: center;
    flex: 2;
    line-height: 32px;
}
.robotlist-container-list-item-ip{
    text-align: center;
    flex: 2;
    line-height: 32px;
}
.robotlist-container-list-item-status{
    text-align: center;
    flex: 1;
    line-height: 32px;
}
.robotlist-container-list-item-ercode{
    text-align: center;
    flex: 2;
    line-height: 32px;
    cursor: pointer;
    text-decoration: underline;
    color: #409eff;
}
.robotlist-container-list{
    overflow: auto;
    height: calc(100% - 32px);
    padding-bottom: 60px;
}
.WxErCode-service-img{
    /* width: 270px;
    height: 270px;
    margin-left: 15px;
    margin-top: 10px; */
    width: 100%;
    height: 410px;
}
.WxErCode-service-desc{
    text-align: center;
    font-size: 13px; 
    margin-top: 30px;
}
.robotedit-service-container{
    display: flex;
    margin-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
    flex: 1;
    width: 100%;
}
.robotedit-service-container-left{
    width: 70px;
    font-size: 13px;
    line-height: 32px;
}
.robotedit-service-container-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    /* max-height: 170px;
    overflow: auto; */
}
.robotedit-service-container-right-item{
    display: flex;
    margin-bottom: 13px;
}
.companyUser-container{
    height: 32px;
}
.companyUser-ip-container{
    display: flex;
    flex: 1;
    margin-left: 30px;
    height: 32px;
}
.companyUser-container > .layui-form > .layui-unselect > .layui-select-title > input{
    width: 200px !important;
}
.companyUser-ip-container-label{
    font-size: 13px;
    line-height: 32px;
}
.companyUser-ip-container-input{
    flex: 1;
    margin-left: 10px;
}
#addRobot{
    cursor: pointer;
}
.deleteRobot{
    cursor: pointer;
}
#editRobotLayer{
    /* height: 96%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#robotset-link_edit{
    overflow: hidden !important;
}
.companyUser-container > .layui-form > .layui-unselect > .layui-anim {
    max-height: 135px !important;
}
.loginStatus-1{
    color: #f76606;
}
.codeStatus-1{
    text-decoration: none !important;
    cursor: initial;
}
.WxErCode-nodata{
    text-align: center;
    position: relative;
    top: -40px;
    font-size: 12px;
    font-weight: bold;
}
#robotset-layui-card{
    display: flex;
    flex-direction: column;
}
.companyUser-ip-container-input input:focus {
    border-color: #366cb3 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.layui-input:focus, .layui-textarea:focus { 
    border-color: #366cb3 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.robotlist-container-nodata{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.robotlist-container-nodata-desc{
    text-align: center;
    font-size: 13px;
}
.WxRobotTime-container{
    display: flex;
}
.WxRobotTime-container-label{
    font-size: 13px;
    line-height: 32px;
}
.WxRobotTime-input{
    flex: 1;
    margin-left: 40px;
}
.WxRobotTimeLayer-button-container{
    display: flex;
    justify-content: center;
}
#WxRobotTimeLayer{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    height: 150px;
    justify-content: space-around;
}
.WxErCode-service-img-container{
    background-color: rgb(250, 250, 250);
}
.layui-layer-custom-WxErCodeService{
    background-color: rgb(250, 250, 250) !important;
}
#WxErCode_edit{
    height: 397px !important;
}
#WxErCode_edit::-webkit-scrollbar {
    display: none !important;
}
.robotset-delete,.robotset-edit{
    cursor: pointer;
    color: #409eff;
}
.WxErCode-service-status-img-container{
    position: absolute;
    width: 300px;
    height: 410px;
    top: -40px;
    background-color: #fafafa;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.WxErCode-service-status-img-container-sub{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.WxErCode-service-status{
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
}
.WxErCode-service-img-success{
    width: 68px;
    height: 68px;
    margin-top: 20px;
}
.layui-icon-close{
    cursor: pointer;
}
#corpid{
    line-height: 38px;
    padding-left: 32px;
}
.robot-other-setting{
    display: flex;
    margin-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
    flex: 1;
    width: 100%;
    font-size: 13px;
    line-height: 32px;
}
.robot-other-setting  .layui-form  input{
    width: 200px !important;
}
.server-date{
    display: flex;
    flex: 1;
    margin-left: 30px;
    height: 32px;
}
.server-date div{
    display:flex;
}