.order-box {
  background-color: #fff;
  border-radius: 33px 33px 33px 33px;
  box-sizing: border-box;
  padding: 39px 30px;
}
.team-header{
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #E5E5E5;
}
.team-title{
  display: flex;
  align-items: center;
}
.team-title-text{
  font-size: 20px;
  font-weight: 500;
  color: #4F4F4F;
}
.team-title-img{
  width: 31px;
  height: 31px;
  margin-right: 12px;
  box-sizing: border-box;
}
.team-title-edit{
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('../images/all/icon_edit.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
  box-sizing: border-box;
}
.team-tips{
  padding: 0 15px;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  background: #E7F7FF;
  box-sizing: border-box;
  border: 1px solid #D0EFFF;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  margin-left: 15px;
}
.team-con{
  padding: 0 0 35px;
}
.team-table-btns{
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}
.team-btn{
  outline: none;
  border: none;
  cursor: pointer;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 23px;
  background-color: transparent;
  margin-right: 17px;
  box-sizing: border-box;
}
.team-btn:nth-last-child(1){
  margin-right: 0;
}
.team-btn-primary{
  background: #3662EC;
  color: #fff;
}
.team-btn-line{
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 39px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3662EC;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #3662EC;
  text-align: center;
}
.team-btn-plain{
  background: #FFFFFF;
  border: 1px solid #ADADAD;
  color: #6A6A6A;
}
.team-btn-plain-blue{
  background: #FFFFFF;
  border: 1px solid #3662EC;
  color: #3662EC;
}
.team-btn-none {
  font-size: 18px;
  font-weight: 500;
  color: #3662EC;
}
.team-btns-r{
  display: flex;
  align-items: center;
}
.team-btns-r .team-search-item .select-list {
  left: 134px;
  width: calc(100% - 134px);
}
.team-btns-r input[type="text"]::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.team-search-item input[type="text"]::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.team-search{
  width: 290px;
  height: 40px;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #ADADAD;
  outline: none;
  padding: 0 15px;
  margin-right: 18px;
  color: #6A6A6A;
  font-size: 18px;
}
.team-table-tips{
  margin-bottom: 9px;
  text-align: right;
}
.team-table-tips-text{
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  vertical-align: middle;
}
.team-table-tips-img{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('../images/all/icon_warning_grey.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.table-checkboxs {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
/* 设置选中样式 */
.table-checkboxs[type="checkbox"]:checked {
  background-color: #3662EC;
}
.operate{
  color: #3662EC;
}
.operate+.operate {
  margin-left: 5px;
}
.op-remove{
  color: #FA5151;
}
.team-tabs{
  display: flex;
  padding-top: 23px;
  position: relative;
}
.team-tab{
  font-size: 18px;
  font-weight: 500;
  color: #4F4F4F;
  line-height: 20px;
  padding-bottom: 10px;
  margin-right: 40px;
  cursor: pointer;
}
.team-tab-active{
  color: #4825DC;
  position: relative;
}
.team-tab-active::after{
  position: absolute;
  width: 45px;
  height: 3px;
  background-color: #4825DC;
  border-radius: 28px 28px 28px 28px;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-tabs-tips{
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-table{
  margin-bottom: 64px;
}
.order-table .table-empty-text{
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.team-btns-search{
  display: flex;
  align-items: center;
}
.team-search-item{
  margin-right: 10px;
}
.team-search-item input {
  width: auto;
  height: 40px;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #ADADAD;
  outline: none;
  padding: 0 15px;
  color: #6A6A6A;
  font-size: 14px;
}

.team-search-item .text {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.team-search-item .select-list {
  left: 84px;
  width: calc(100% - 84px);
}

.team-table-empty {
  padding: 100px 0;
  text-align: center;
}
.team-table-empty p {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 23px;
  margin-top: 20px;
}
/* 审批方式 */
.team-approval-ways{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-approval-ways .imgs {
  width: 18px;
  height: 18px;
}
.team-approval-ways .text {
  font-weight: 400;
  font-size: 16px;
  color: #3662EC;
  margin-left: 2px;
}
.team-approval-choose{
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  text-align: right;
  margin-top: 3px;
}
.team-approval-tips{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-approval-tips .imgs{
  width: 16px;
  height: 16px;
}
.team-approval-tips .text {
  font-weight: 400;
  font-size: 14px;
  color: #FA5151;
  margin-left: 4px;
}




/* 机构信息设置 */

.organ-setting-info:nth-child(1){
  border-bottom: 1px dotted #E2E5ED;
}
.organ-setting-info:nth-last-child(1){
  margin-top: 45px;
}
.setting-1{
 position: relative;
}
.setting-1-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
}
.setting-1-title::before{
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 19px;
  background: #3662EC;
  border-radius: 95px 95px 95px 95px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.setting-1-edit{
  position: absolute;
  display: block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #4C77FF;
  font-size: 14px;
  font-weight: 400;
  color: #4C77FF;
  text-align: center;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.setting-2{
  box-sizing: border-box;
  padding: 25px 26px 30px;
}
.setting-2-text{
  margin-bottom: 46px;
}
.setting-2-text:nth-last-child(1){
  margin-bottom: 0;
}
.setting-2-text span{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  display: inline-block;
}
.setting-2-text .title{
  width: 112px;
  text-align: right;
}
.setting-2-text .text{
  margin-left: 10px;
}
.dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}
.dot1{
  background-color: #FA5151;
}
.dot2{
  background-color: #4BD863;
}
.dot3{
  background-color: #486DFF;
}
.team-search-item .select-con1 input {
  width: 140px;
}


/* 查看成员使用量 */
.team-tab-calcar {
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ADADAD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
  margin-top: -10px;
}
.team-tab-calcar .team-tab-calcar-input {
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 78px;
  height: 30px;
  text-align: center;
}
.team-tab-calcar-img{
  margin-right: 10px;
}
.team-tab-calcar-text{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 10px;
}
.team-use-box{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.team-use-box span{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-right: 15px;
}
.team-use-main{
  padding-top: 17px;
}