.model_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4002;
}
.error_box.model_box ,.success_box.model_box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4002;
}

.cooperate_type_model {
  width: 720px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  z-index: 4003;
  background-color: #fff;
}
.error_box_model ,.success_box_model{
  width: 400px;
  height: 296px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  z-index: 4004;
  background-color: #fff;
}
.logomsg {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}
.alertlogo{
  height: 40px;
}
.logomsg img {
  width: 40px;
  height: 40px;
}
.info_text{
    /* width: 680px; */
    margin:20px 20px 0px 20px;
    height: 447px;
    overflow: auto;
    background-color: #f3f3f3;
    padding: 10px;
    font-size: 12px;
    color: #444444;
}
.info_text p{
  text-indent:2em;
  margin-bottom: 10px;
}
.info_text p span{
  font-weight: 600;
}
.error_btn ,.success_btn{
  width: 110px;
  height: 36px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  background: #ffcc00;
  color: #4a4a4a;
  line-height: 36px;
  cursor: pointer;
  font-size: 14px;
}
.close_btn {
  width: 120px;
  height: 36px;
  background: #ffcc00;
  margin: 37px auto 20px;
  text-align: center;
  line-height: 36px;
  color: #4a4a4a;
  font-size: 14px;
}
.logomsg .alerttxt {
  margin-top: 20px;
}
.cooperate-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #4a4a4a;
  background: #eef4fc;
  box-shadow: 0 0 4px 0 rgba(6, 65, 152, 0.1);
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 600;
}
.cooperate-title img {
  float: right;
  margin-right: 10px;
  margin-top: 12px;
  cursor: pointer;
}

.cooperate_type_content {
  position: relative;
  margin: 10px 15px;
  height: 430px;
  overflow-y: auto;

  /* height: 300px; */
}
.alertlogo{
  height: 40px;
}

.cooperate_type_content::-webkit-scrollbar,
.scroll_main::-webkit-scrollbar,
.info_text::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
}

.cooperate_type_content,
.scroll_main ,
.info_text{
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.type_title {
  margin: 10px 5px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #4a4a4a;
}
.check_all {
  /* position: relative; */
  display: flex;
  align-items: center;
  font-size: 12px;
  
}
.check_all i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/vcommon/theme/supplier/img/ic_radio.png);
  background-size: 16px 16px;
  margin-right: 5px;
}
.check_all.checked i {
  background-image: url(/vcommon/theme/supplier/img/ic_radio_selected.png);
}

.type_main div {
  float: left;
  width: 127px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4a4a;
  margin: 0 5px 10px 5px;
}
.other_type {
  display: flex;
  margin: 0 5px;
}
.other_type div {
  width: 129px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4a4a;
  margin-right: 10px;
}
.other_type input {
  flex: 1;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 5px;
  caret-color: #003399;
  font-size: 12px;
  color: #4a4a4a;
}
.other_type .type_one_input.checked {
  border: 1px solid #003399;
}
.last_other_input {
  margin: 0 5px 20px 5px;
  height: 50px;
  width: 100%;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5px;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
.type_one.checked {
  background-color: #eef4fc !important;
  border: 1px solid #003399;
  background: url(/vcommon/theme/supplier/img/ic_selected.png) no-repeat;
  background-size: 16px 16px;
  background-position: bottom right;
}

/* .type_main .picker{
    width: 128px;
    height: 0;
    border: none !important;
    overflow: hidden;
} */
.model_main2 .go_back {
  text-align: right;
  margin-right: 20px;
  color: #003399;
  margin-top: 10px;
  position: relative;
  line-height: 20px;
  height: 20px;
  /* border-bottom: 1px solid #f3f3f3; */
  text-decoration: underline;
  font-size: 12px;
}
.go_back img{
  width: 11px;
  height: 9px;
  margin-right: 5px;
}
.scroll_main {
  height: 467px;
  overflow-y: auto;
}
.type_details {
  margin: 0 20px 20px;
  font-size: 12px;
}
.tabel_title {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
  font-weight: 600;
}
table {
  border: 1px solid #cdcdcd;
  width: 100%;
}
tr {
  width: 50%;
}
.table_name {
  width: 128px;
  min-height: 28px;
  background-color: #eef4fc;
  text-align: center;
  color: #444444;
}
.table_text {
  width: 214px;
  padding: 6px;
  color: #9b9b9b;
  min-width: 28px;
}
td {
  border: 1px solid #cdcdcd;
  height: 28px;
  box-sizing: border-box;
}

.explain {
  text-align: right;
  padding-right: 31px;
  color: #003399;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 16px;
  height: 16px;
  border-bottom: 1px solid #f3f3f3;
  text-decoration: underline;
  font-size: 12px;
  /* padding-right: 5px; */
}
.explain::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  background: url(/vcommon/theme/supplier/img/ic_question.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-size: 16px;
}
.chooseNum {
  margin-left: 20px;
  margin-top: 11px;
  font-size: 12px;
}
.chooseNum span {
  color: #003399;
  padding: 0 5px;
}

.model_foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
}
.model_main2_model_foot {
  height: 92px;
  position: relative;
  border-top: 1px solid #f3f3f3;
}
.model_main2_model_foot .btn {
  position: absolute;
  width: 120px;
  height: 36px;
  background: #ffcc00;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -60px;
}

.cooperate-Determine {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 86px; */
  margin: 10px auto 15px;
}

.cooperate-Determine .btn {
  width: 110px !important;
  height: 36px !important;
  background-color: #ffcc00;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 36px;
  outline: none;
  text-align: center;
  margin-right: 20px;
  box-sizing: border-box;
}

.cooperate-Determine .cancel {
  background-color: #fff;
  border: 1px solid #ffcc00;
  margin-right: 0px;
}
