﻿
.bg-home{
  background: url(../images/ban.jpg) no-repeat top center;
  background-size: cover;
}
.bg-gg{
  background: url(../images/bg-gg.jpg) no-repeat top center;
  background-size: 100%;
}
.bg{
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: 100%;
}
.main{
  padding-top: 100px;
  padding-bottom: 50px;
}
.maintit{
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.maintit h5{
  font-size: 34px;
  color: #fff;
}
.maintit p{
  font-size: 18px;
  text-transform: uppercase;
}
.mbox{
  display: none;
}


.formbox{
  max-width: 1280px;
  margin: 80px auto;
  width: 90%;
}
.formtit{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.formtit:before{
  content: "";
  height: 3px;
  width: 100px;
  background: #d7000f;
  position: absolute;
  left: 40%;
  top: 14px;
  border-radius: 5px;
}
.formtit:after{
  content: "";
  height: 1px;
  width: 60%;
  background: #d7000f;
  position: absolute;
  right: 0;
  top: 15px;
}
.formtit em{
  display: block;
  width: 8px;
  height: 28px;
  background: #d7000f;
}
.formtit h6{
  font-size: 22px;
  margin: 0 10px;
}
.formtit .formtiten{
  color: #c0bfbf;
  font-size: 16px;
  text-transform: uppercase;
}
.formcon{
  margin: 40px auto 80px;
  width: 90%;
}
.formcon{
  color: #666;
}
.form-group{
  margin-bottom: 1rem;
}
.formcon .fott{
  text-align: right;
  font-weight: normal;
  font-size: 15px;
}
.formcon .formzj{
  position: relative;
}
.formcon .formzj:after{
  content: "万元";
  position: absolute;
  right: 20px;
  bottom: 4px;
  color: #999;
  font-size: 14px;
}
.formcon .formzj input::-webkit-outer-spin-button,.formcon .formzj input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-dh .fott{
  width: 16.3%;
}
.form-dh>div{
  width: 81.7%;
}
.input-group .btn-file,.input-group .fileinput-remove-button{
  font-size: 14px;
  padding: 6px 18px;
}
.form-fj .fott{
  width: 16.3%;
}
.form-fj>div{
  width: 81.7%;
}
.setit{
  color: #d7000f;
  font-size: 18px;
  margin: 20px 0;
}
.setit span{
  font-size: 16px;
  color: #999;
}
.formbtn{
  margin-top: 10px;
  text-align: center;
}
.formbtn a{
  cursor: pointer;
  color: #678dc2;
}
.formbtn a:hover{
  color: #d7000f;
}
.formbtn .form-check-label{
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.formbtn .form-check-input{
  margin-top: 4px;
  float: none;
  margin-left: 0;
}
.modal-header .close{
  font-size: 1.6rem;
  background: none;
  border: none;
}
.hide{
  display: none;
}
.file-preview-frame{
  position: relative;
}
.fileinput-remove-button{
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  /* margin-left: 8px; */
}
.fileinput-remove-button:hover{
  color: #fff;
  background-color: #d7000f;
  border-color: #d7000f;
  box-shadow: 0px 4px 4px rgb(215 0 15 / 50%);
}
.file-preview-frame .kv-file-remove{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../images/cl.png) #fff;
  background-size: 100%;
  z-index: 2;
  cursor: pointer;
}
.kv-fileinput-upload{
  display: none;
}
.kv-fileinput-caption{
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  display: none;
}
.logonbox{
  padding: 0 14% 4%;
}
.logonbox .card{
  padding: 5% 6%;
}
.logon h4{
  font-size: 28px;
  color: #d7000f;
  text-align: center;
}
.logon .name{
  padding-left: 36px;
  background: url(../images/ico-name.png) no-repeat 8px center;
}
.logon .password{
  padding-left: 36px;
  background: url(../images/ico-password.png) no-repeat 10px center;
}
.logon .code{
  background: none;
  width: 34%;
  float: left;
  margin-right: 6px;
}
.logon canvas{
  height: 36px;
  width: 80px;
}
.logon .changeImg{
  font-size: 14px;
}
.logon .line{
  display: block;
  width: 1px;
  height: 140px;
  background: #e5e5e5;
}



.suppbox-xg{
  
}
.suppbox-xg h4{
  color: #d7000f;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.suppbox-xg .fott{
  width: 120px;
}
.suppbox-xg .focon{
  width: calc(100% - 140px);
}
.suppbox-xg .code{
  width: 34%;
  margin-right: 8px;
  float: left;
}
.suppbox-xg canvas{
  height: 36px;
  width: 80px;
}
.suppbox-xg .changeImg{
  font-size: 14px;
}
.suppbox-xg .formcon{
  margin-bottom: 40px;
}
.suppbox-xg .suppbox-xgbtn{
  margin-top: 40px;
}



.tabcard{
  margin-top: 20px;
  margin-bottom: 40px;
  border: none;
}
.tabbtn{
  color: #d7000f;
  font-size: 16px;
  border: 1px solid #d7000f;
  border-radius: 50px;
  padding: 2px 20px;
  margin: 0 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tabbtn.active{
  background: #d7000f;
  color: #fff;
}
.tabbtn:hover{
  box-shadow: 0px 4px 4px rgb(215 0 15 / 50%);
}
.btn-dl{
  border-radius: 50px;
  width: 100%;
}
.revisebox .form-control{
  color: #505d69;
}






/* 供应商管理 */

.suppbox{
  padding: 4%;
}
.navsec{
  width: 20%;
}
.maincon{
  width: 76%;
  font-size: 16px;
  color: #666;
}
.navsec-tit{
  padding: 15px 0;
  background: #d7000f;
  color: #fff;
  font-size: 20px;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.navsec-tit img{
  margin-right: 10px;
}
.navsec-list li{
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navsec-list li .ico{
  margin-right: 6px;
}
.navsec-list li a{
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navsec-list li i{
  color: #d5d5d5;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navsec-list li:hover,.navsec-list li.on{
  background: #ffeded;
  border: 1px solid transparent;
}
.navsec-list li:hover i,.navsec-list li:hover a,.navsec-list li.on i,.navsec-list li.on a{
  color: #d7000f;
}
.navsec-list li svg{
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16px;
}
.navsec-list li svg path{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navsec-list li:hover svg path,.navsec-list li.on svg path{
  fill: #d7000f;
}

.form-cx,.form-pr{
  margin-bottom: 30px;
}
.form-cx-l{
  width: 80%;
}
.form-cx-r{
  width: 16%;
}
.form-cx .btn{
  padding: 6px 0;
  width: 100%;
}
.form-cx .fott{
  width: 110px;
}
.form-cx .focon{
  width: calc(100% - 110px);
}
.form-cx input[type=number]::-webkit-outer-spin-button,.form-cx input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-table{
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.form-table thead{
  background: #ededed;
  border-bottom: 14px solid #fff;
}
.form-table th{
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.form-table td{
  overflow: hidden;
  white-space: nowrap;
}
.pagination{
  float: right;
}




/* 项目投标 project */
.projbox{
  padding: 2%;
}
.projbox .navsec{
  width: 16%;
}
.projbox .maincon{
  width: 82%;
}
.form-pr,.form-pr-t,.form-pr-b{
  width: 100%;
}
.form-pr .fott{
  width: 90px;
  padding-left:16px;
}
.form-pr .focon{
  width: calc(100% - 90px);
}
.form-pr .btnbox{
  text-align: right;
}
.form-pr .btnbox .form-group{
  display: inline-block;
}
.form-pr .btn{
  padding: 6px 0;
  width: 130px;
}
.form-pr .row{
  --bs-gutter-x:0px;
}
/* .form-pr .btnbox .form-group:last-child{
  padding-right: calc(var(--bs-gutter-x)/ 2 + 12px);
} */
.projbox .table{
  margin-bottom: 0;
}
.projbox .form-table{
  border:none;
}
.projbox .form-table thead,.projbox .table>:not(:last-child)>:last-child>*{
  border-bottom: 1px solid #dddddd;
}
.projbox .table th:last-child td, .projbox .table tr:last-child td{
  border: 1px solid #dddddd;
}
.projbox .form-table th{
  font-size: 14px;
  white-space: nowrap;
  padding: 8px 5px;
  line-height: 50px;
  border: 1px solid #dddddd;
}
.projbox .form-table th.wid{
  white-space: normal;
  line-height: 22px;
  width: 84px;
}
.projbox .form-table td{
  white-space: nowrap;
  font-size: 13px;
  padding: 10px 5px;
  border: 1px solid #dddddd;
}
.togbtn i{
  display: inline-block;
  transition:all .4s;
}
.togbtn i.on{
  color: #d7000f;
  transform: rotateZ(90deg);
  padding: 8px 0;
}

.togcon{
  background: #faeced;

}
.togcon a{
  color: #d7000f;
  line-height: 40px;
}

.pro_ul{

}
.pro_fhead{
  background: #ededed;
  color: #999;
  padding: 0 10px;
  line-height: 44px;
  margin-bottom: 6px;
}
.pro_tit{
  text-align: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_yc{
  display: none;
  background: #faeced;
}
.pro_li{
  line-height: 34px;
}
.pro_li svg{
  width: 14px;
  transition:all .4s;
}
.pro_li svg path{
  transition:all .4s;
}
.pro_li.cur svg{
  transform: rotateZ(90deg);
}
.pro_li.cur svg path{
  fill: #d7000f;
}
.pro_li i{
  display: inline-block;
  transition:all .4s;
}
.pro_li.cur i{
  color: #d7000f;
  transform: rotateZ(90deg);
}





.pro-file{
  display: none;
}
.projbox input[type=button]{
  color: #d7000f;
  padding: 0;
  font-size: 13px;
  margin: 0;
  line-height: initial;
  margin-right: 5px;
  vertical-align: text-top;
}
.projbox input[type=button]:focus{
  -webkit-box-shadow:none;
  box-shadow:none;
}

.projbox.proj-yyb{
  padding: 2% 1%;
}
.projbox.proj-yyb .navsec{
  width: 14%;
}
.projbox.proj-yyb .maincon{
  width: 85%;
}
.projbox.proj-yyb .navsec-tit{
  margin-bottom: 14px;
}
.projbox.proj-yyb .navsec-list li{
  margin-bottom: 10px;
}
.projbox.proj-yyb .form-table th{
  font-size: 13px;
}
.projbox.proj-yyb .form-table td{
  font-size: 12px;
}
.projbox.proj-yyb input[type=button]{
  margin-right: 0;
}
.pop .modal-dialog{
  max-width: 400px;
}
.pop .modal-header{
  background: #d7000f;  
}
.pop .modal-header h5,.pop .modal-header .close{
  color: #fff;
  opacity: 1;
}
.pop .modal-body{
  text-align: center;
  padding: 40px 0;
}
.pop .modal-body h5{
  font-size: 18px;
  color: #444;
}
.pop .modal-body p{
  font-size: 14px;
  color: #999;
}
.pop .modal-body p span{
  font-size: 24px;
  color: #d7000f;
}
.pop .modal-footer{
  justify-content: center;
}
.pop .modal-footer .btn{
  width: 130px;
  border-radius: 50px;
  padding: 6px 0;
}
.uploaded{
  color: #3583d3;
}



.fillbox{
  font-size: 15px;
  padding: 60px 0;
}
.fillbox h4{
  color: #d7000f;
  font-size: 28px;
  text-align: center;
}
.fillbox .money{
  font-size: 22px;
  padding: 0!important;
}

.fillbox .btnbox{
  text-align: center;
}
.fillbox .btnbox .btn{
  width: 180px;
  border-radius: 50px;
  padding: 10px 0;
  margin:0 10px;
}



.showtit h4{
  color: #d7000f;
  font-size: 28px;
  text-align: center;
}
.mbx{
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 10px 0;
  background: #ededed;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mbx span{
  margin: 0 20px;
}
.showcon{
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  margin-bottom: 40px;
}
.annex h6{
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.annex a{
  font-size: 14px;
  line-height: 2;
  display: block;
}



.homebox .homenav{
  flex-wrap: nowrap;
  height: 100px;
  margin: 0;
}
.homenav .tabwind{
  background: #d7000f;
  width: 20%;
  padding: 0 5px;
  -webkit-transition:all .4s;
  transition:all .4s;
  border-right: 1px solid #dc4343;
  border-bottom: 4px solid #8a0303;
  text-align: center;
}
.homenav .tabwind:last-child{
  border-right: none;
}
.homenav .tabwind h6{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.homenav .tabwind em{
  font-size: 12px;
  color: #fe7474;
  text-transform: uppercase;
}
.homenav img{
  height: 28px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.homenav .tabwind:hover,.homenav .tabwind.active{
  background: #8a0303;
}
.homebox{
  padding-bottom: 100px;
}
.homebox .form-table{
  background: #fff;
  padding: 0 20px;
}
.homebox .form-table thead{
  background: #fff;
  /* border-bottom: 1px solid #ededed; */
  color: #999;
  font-size: 18px;
  line-height: 50px;
  position: relative;
}
.homebox .form-table thead:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.homebox .btnbox{
  text-align: center;
}
.homebox .btn{
  width: 130px;
  border-radius: 50px;
  padding: 6px 0;
}
.homeban{
  padding: 90px 80px 60px;
}
.homeban h6{
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
  font-family: "黑体";
}
.search{
  border-radius: 50px;
  width: 364px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}
.search .searchbox{
  position: relative;
  padding-right: 64px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.searchbox .searchinput{ 
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  color: #666;
  text-indent: 20px;
  font-size: 16px; 
}
.searchbox .anniu{ 
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  width:64px;
  height:100%;
  border:none;
  cursor:pointer; 
  background:url(../images/ss.png) no-repeat center #d7000f;
}












@media (max-width: 1500px) {
  .formcon{width: 100%;}
  .formcon .fott{font-size: 14px;}
  .homenav .tabwind h6{
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .homenav .tabwind h6{font-size: 14px;}
  .formcon .fott,.fillbox.maincon{font-size: 13px;}
  .homenav .tabwind{    padding: 0;  }
}
@media (max-width: 1200px) {
  html,body{font-size: 14px;}
  .row{
    margin-left: 0;
    margin-right: 0;
  }
  .row>*{
    padding-right: calc(var(--bs-gutter-x)/ 5);
    padding-left: calc(var(--bs-gutter-x)/ 5);
  }
  .form-group{
    padding-left: 0;
    padding-right: 0;
  }
  .formcon .fott{
    width: 100%;
    text-align: left;
  }
  .suppbox-xg .formcon .form-group {
    display: block!important;
  }
  .suppbox-xg .focon{
    width: 100%;
  }
  .formcon .col-8{
    width: 100%;
  }
  .form-fj .fott,.form-fj .col-8{
    width: auto;
  }
  .fillbox .formcon .col-4{
    width: 126px;
  }
  .fillbox .formcon .col-8{
    width: calc(100% - 126px);
  }
  .fillbox .fill-pay.formcon .col-4{
    width: 74px;
  }
  .fillbox .fill-pay.formcon .col-8{
    width: calc(100% - 74px);
  }
  .bg-gg,.bg{
    background: url(../images/bg-gg.jpg) no-repeat top center;
    background-size: 150%;
  }
  .main{
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .maintit{
    margin-bottom: 20px;
  }
  .maintit h5{
    font-size: 22px;
  }
  .maintit p{
    font-size: 14px;
  }
  .formbox{
    margin: 40px auto;
    width: 94%;
  }
  .formcon{
    margin: 20px auto 24px;
  }
  .form-dz .form-group:nth-child(2n){
    display: none;
  }
  .formtit .formtiten{
    font-size: 12px;
  }
  .form-dh{
    align-items: center;
  }
  .formtit h6{
    font-size: 16px;
    margin: 0 5px;
  }
  .formtit em{
    width: 4px;
    height: 20px;
  }
  .formtit:before,.formtit:after{
    content: none;
  }
  .setit{
    font-size: 16px;
    margin: 10px 0;
  }
  .input-group .btn{
    font-size: 14px;
    padding: 4px 14px;
  }
  .btn{
    font-size: 14px;
    padding: 6px 20px;
  }
  .form-control{
    font-size: 14px;
  }
  .setit span{
    font-size: 14px;
  }
  .homeban{
    padding: 90px 0 40px;
    display: block!important;
  }
  .homebox .homenav{
    height: auto;
    overflow: hidden;
  }
  .homenav .tabwind{
    width: 25%;
    float: left;
  }
   
  .navsec,.maincon,.form-cx-l,.form-cx-r,.projbox .navsec,.projbox .maincon,.projbox.proj-yyb .navsec,.projbox.proj-yyb .maincon{
    width: 100%;
  }
  .navsec-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .navsec-list li,.projbox.proj-yyb .navsec-list li{
    width: 49%;
    margin-bottom: 2%;
  }
  .form-cx-r>div{
    display: inline-block;
  }
  .form-cx .btn{
    width: 140px;
  }
  .form-cx-l .form-group:nth-child(1),.form-cx-l .form-group:nth-child(2){
    width: 49%;
  }
  .form-cx-l .form-group:nth-child(2){
    margin-left: 2%;
  }
  .maincon{
    font-size: 14px;
  }
  .pagination{
    float: none;
  }
  .logonbox{
    padding: 0 5%;
  }
  .suppbox .form-table th:nth-child(1),
  .suppbox .form-table td:nth-child(1),
  .suppbox .form-table th:nth-child(3),
  .suppbox .form-table td:nth-child(3),
  .suppbox .form-table th:nth-child(4),
  .suppbox .form-table td:nth-child(4),
  .purcbox .form-table th:nth-child(1),
  .purcbox .form-table td:nth-child(1),
  .purcbox .form-table th:nth-child(3),
  .purcbox .form-table td:nth-child(3),
  .purcbox .form-table th:nth-child(4),
  .purcbox .form-table td:nth-child(4),
  .purcbox .form-table th:nth-child(5),
  .purcbox .form-table td:nth-child(5),
  .purcbox .form-table th:nth-child(6),
  .purcbox .form-table td:nth-child(6),
  .purcbox .form-table th:nth-child(7),
  .purcbox .form-table td:nth-child(7),
  .logonbox .logon>div:nth-child(2){
    display: none!important;
  }
  .suppbox .form-table td:nth-child(2),
  .purcbox .form-table td:nth-child(2),
  .homebox .form-table td:nth-child(2){
    white-space: normal;
  }
  /* .projbox .form-table th:nth-child(1),.projbox .form-table td:nth-child(1),
  .projbox .form-table th:nth-child(3),.projbox .form-table td:nth-child(3),
  .projbox .form-table th:nth-child(4),.projbox .form-table td:nth-child(4),
  .projbox .form-table th:nth-child(5),.projbox .form-table td:nth-child(5),
  .projbox .form-table th:nth-child(6),.projbox .form-table td:nth-child(6),
  .projbox .form-table th:nth-child(7),.projbox .form-table td:nth-child(7),
  .projbox .form-table th:nth-child(8),.projbox .form-table td:nth-child(8),
  .projbox .form-table th:nth-child(9),.projbox .form-table td:nth-child(9),
  .projbox .form-table th:nth-child(10),.projbox .form-table td:nth-child(10)
  {
    display: none!important;
  } */
  .suppbox,.form-cx,.logonbox .logon{
    display: block!important;
  }
  .form-pr .btnbox{
    text-align: left;
  }
  .projbox .form-table{
    text-align: center;
  }
  .pro_li{
    line-height: 2.6;
  }
  .projbox .form-table td:nth-child(2),.projbox .form-table th:nth-child(2){
    text-align: left;
    white-space: normal;
  }
  .projbox .form-table th{
    line-height: 2;
  }
  .projbox .form-table td{
    line-height: 2;
    
  }
  .projbox input[type=button]{
    font-size: 14px;
  }
  .homebox .form-table{
    padding: 0;
  }
  .homebox .form-table thead{
    line-height: 28px;
  }
  .mbx{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mbx span{
    margin: 0 0;
  }
  .showcon{
    margin-bottom: 20px;
  }
  .annex h6{
    font-size: 14px;
  }
  .mbox{display: block;}
  .pbox{display: none!important;}

}

@media (max-width: 768px) {
  .navsec-list li,.form-cx-l .form-group:nth-child(1), .form-cx-l .form-group:nth-child(2),.logonbox .logon>div,.projbox.proj-yyb .navsec-list li{
    width: 100%;margin-left: 0;margin-right: 0;
  }
  .pop .modal-dialog{
    max-width: 300px;
    margin: auto;
  }
  .homebox{
    padding-bottom: 50px;
  }
  .homeban{
    padding: 100px 5% 40px;
    display: block!important;
    text-align: center;
  }
  .homeban h6{
    font-size: 16px;
    width: 90%;
    margin: 10px auto;
  }
  .search{
    width: 90%;
    margin: auto;
  }
  .search .searchbox{
    height: 40px;
    padding-right: 50px;
  }
  .searchbox .searchinput{
    font-size: 14px;
  }
  .searchbox .anniu{
    width: 50px;
    background: url(../images/ss.png) no-repeat center #d7000f;
    background-size: 20px;
  }
  .container{
    padding: 0 5px;
  }
  .form-group{    
    margin-bottom: 5px;
  }
  .navsec-tit{
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 6px;
  }
  .navsec-tit img{
    width: 24px;
  }
  .navsec-list li{
    padding: 2px 10px;
  }  
  .navsec-list li .ico{
    width: 14px;
  }
  .form-cx .fott{
    width: 90px;
  }
  .form-cx .focon{
    width: calc(100% - 90px);
  }
  .form-control{
    font-size: 12px;
  }
  .form-cx,.form-pr{
    margin-bottom: 20px;
  }
  .form-cx .btn,.form-pr .btn{
    width: 86px;
  }
  .form-table th{
    font-size: 14px;
  }
  /* .form-table td{
    padding: 4px 8px; 
  } */
  .form-table{
    text-align: left;
  }
  .form-table thead{
    border-bottom: 4px solid #fff;
  }
  .form-pr .fott{
    padding-left:0;
    width: 68px;
  }
  .form-pr .focon{
    width: calc(100% - 68px);
  }
  .pop .modal-footer .btn{
    width: auto;
    padding: 6px 20px;
  }
  .pop .modal-body h5{
    font-size: 14px;
  }
  .fillbox{
    padding: 20px 0;
  }
  .fillbox .btnbox .btn{
    width: auto;
    margin: 0 5px;
    padding: 6px 20px;
  }
  .fillbox h4,.logon h4,.suppbox-xg h4,.showtit h4{
    font-size: 18px;
  }
  .formbtn .form-check-input{
    margin-top: 4px;
  }
  .tabcard{
    margin-bottom: 20px;
  }
  .logonbox .card{
    padding: 4%;
  }
  .logon .changeImg,.suppbox-xg .changeImg{
    font-size: 12px;
  }
  .suppbox-xg h4{
    margin-bottom: 20px;
  }
  .homebox .homenav{
    display: flex;
    flex-wrap: wrap;
    height: 180px;
  }
  .homenav .tabwind{
    height: 50%;
  }
  .homenav .tabwind h6{
    font-weight: normal;
  }
  .homenav img{
    height: 20px;
  }
  .homenav .tabwind em{
    display: none;
  }

}


@media (min-width: 1200px){
.togbox .collapse{display: block;background:none;}
}
.btn-new {
  color: #fff !important;
  background-color: #d7000f !important;
  border-color: #d7000f !important;
}
.pagination-box {
  float: right;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #d7000f !important;
  color: #fff !important;
}