
* {
  margin: 0;
  padding: 0;
}
a{
   text-decoration: none; 
}
img {

  max-width: 100%;
  
  height: auto;
  
  }

.check_more,.mobile {
  display: none;
}
  .content{
    margin-top: 68px;
   background-color: #f3f3f3;
   
  }
  .content_3{
   
    max-width:  1200px;
    width: 100%; margin: 0 auto;
  }
  .content_3 {
       max-width: 1200px; width: 100%;    padding: 18px 0; 
 }
 .content_3 a{
  color: #000;
}

  .content_1{
   
     max-width:  1200px;
     width: 100%; margin: 0 auto;
   }
   .content_1 {
        max-width: 1200px; width: 100%;    padding: 18px 0; 
  }
 
  .content_1 a{
    color: #000;
  }
  .content_1 .content_item{
    float: left;
  
    width: calc(25% -  48px );   
      background-color: #f7f7f7;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin: 8px;
    padding: 16px;
  }
  
  .content_tab{ margin:6px 12px 24px 12px; }
  .content_tab li{
  list-style: none; float: left;cursor: pointer;
  margin-right: 36px;
  }
  .content_tab .active{
    color: #DD2910;
  }
  .content_search_input{
    float: left;padding: 8px 16px;    background: transparent;
    border: 1px solid #dfdfdf;
    border-right: none;
    font-size: 12px;
    outline: none;
    width: 128px;  height: 18px;
margin-left: 12px;
  }
  .content_1_tb{
    float: left;
    background-color: #d50000; font-size: 12px;
    color: #fff;
    height: 35px; line-height: 35px; text-align: center;
    width: 80px;
  }
  .content_2_tb{
    float: left;
    line-height: 30px;
    margin-left: 24px; cursor: pointer;
  }
  .content_2_tb img{ margin: -5px 0;}
  .content_5_tb{
    float: left;
    line-height: 30px;
    margin-left: 24px;color: #d50000;
  }
  .content_5_tb img{ margin: -5px 0;}
  .text-blue{
    color: #4372fe; 
  }
.content_3_tb {
    float: left;
    line-height: 30px;
    margin: 0 0 10px 20px;
    cursor: pointer;
    background: #dd2910;
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px;
    text-align: center;
}
 

  .text-success{
    color: #04cf67;
  }
  .content_1 .content_item  .content_item_r_title{
   position: relative;  line-height: 65px; color: #b0b0b0;overflow: hidden;
  }
  .content_item_r_checkbox{ position: absolute;left: 0;top: 3px; display: none;}
  
  
   .content_item_r_title span{position: absolute; right: 0; }
  .content_item_list{ width: 100%;}
  .content_item_time{
    color: #979797;
    margin-top: 124px;
    font-size: 12px;
    width: 100%;

  }
  .content_item_l img{
    height: 140px;
    width: 258px;

  }
  .content_item_time1{
    color: #979797;
    margin-top: 6px;
    font-size: 12px;
    width: 100%;

  }
  .cance{
    border: 1px solid #e70012; border-radius: 5px;    border-radius: 4px;
    font-size: 12px;
    margin-top: 12px;
    margin: 16px 4px 0;
    padding: 2px 10px;
    color: #e70012;bottom: 0; float: left;    line-height: 26px;
  }
  .cance a{
    color: #e70012;
  }
  .repair{
    background:  #e70012; border-radius: 5px;    border-radius: 4px;float: left; margin-right: 12px;margin-top: 12px;
    font-size: 12px;
    margin: 16px 4px 0;
    padding: 2px 10px;
    color: #fff;    line-height: 26px;
  }
  .repair a{
    color: #fff;
  }
  .content_item_r{ width: 120px ;margin: 0 auto; font-size: 16px;}
  .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
  }
  .custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }
  .custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid #c3c3c3;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-checkbox:checked + label::before {
    border-color: #f44336;
    background-color:#f44336;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
 
 
  .custom-checkbox:focus:not(:checked) + label::before {
    border-color: #c3c3c3;
  }
  .custom-checkbox:disabled + label::before {
    background-color: black;
  }

  .batch{ display: none;}

  .content_2{
   
    max-width:  1200px;
    width: 100%; margin: 0 auto;
  }
  .content_2 {
       max-width: 1200px; width: 100%;    padding: 18px 0; background-color: #fff;border-radius: 16px; 
 }

 .content_2 a{
   color: #000;
 }
 .content_2 table{width:  100%; text-align: center; color: #212121; font-size: 14px;}
 .content_2 table tr{
  line-height: 52px;    border-bottom: 1px solid #e0e0e0!important;display: block;
 }
 .content_2 table tr td{
  padding: 0 8px;width: 190px;color: #212121;
  font-weight: 200;
 }
  .content_2 table tr th{
  padding: 0 8px;width: 190px;color: #212121;
  font-weight: 200;
 }
 .content_2 table tr th:hover{
 color: #212121;
 
 }




 .page .pagination .pagination{ float: left;}
 .page .pagination  li{ float: right; line-height: 36px; min-width: 20px;    text-align: center;}
 .page_select{
  line-height: 36px;
  height: 36px;     border: #c8c8c8 1px solid;
  border-radius: 4px;
 }
 .custom-checkbox1 {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-checkbox1 + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox1 + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height:  20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #c3c3c3;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox1:checked + label::before {
  border-color:black;
  background-color:black;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.custom-checkbox1:focus:not(:checked) + label::before {
  border-color: #c3c3c3;
}
.custom-checkbox1:disabled + label::before {
  background-color: black;
}
.page{ width: calc(100% - 32px);; text-align: right; padding: 24px 16px;color: #212121;}
.page .pagination  li input{ 
  line-height: 36px;
  height: 36px;
  border: #c8c8c8 1px solid;
  border-radius: 4px;margin: 0 10px;
  width: 40px;
}

.imgShow_lable_item {
    float: left;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 9px 10px 0;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
}

.imgShow_lable_item b { line-height:30px; }
.imgShow_lable_item p {
    font-size: 12px;
    line-height: 16px;
    color: #FFB800
}
.imgShow_lable_items {
    padding: 16px;
    height: 32px;
    cursor: pointer;
    width: 105px;
    float: left;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 12px;
    margin: 6px;
}

.content_3_bottom_r {
    float: left;
    font-size: 12px;
    color: #DD2910;
    height: 80px;
    padding-right: 124px;
    font-weight: bold;
}
.content_3_bottom_text {
    line-height: 70px;
}
.content_3_bottom_btn {
    position: absolute;
    top: 16px;
    right: 0;
    background: #DD2910;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    height: 36px;
    cursor: pointer;
}
.imgShow_lable_items img {
    float: left;
    margin-right: 8px;
}

.imgShow_lable .active {
    position: relative;
    right: 0;
    bottom: 0;
    border: #E70012 1px solid;
    color: #E70012;
}
.imgShow_lable .active:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid #E70012;
    border-top-color: transparent;
    border-left-color: transparent;
}
.imgShow_lable .active:after {
    content: "";
    width: 3px;
    height: 7px;
    position: absolute;
    right: 2px;
    bottom: 3px;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(38deg);
}