body {
  font-family: "Microsoft YaHei " !important;
}
input[type="number"] {
    appearance: textfield; /* 统一隐藏箭头（包括 Firefox） */
}
 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.wl-search {
  width: 100%;
  background-color: #bd1b2d;
  /* border-top: 1px solid #dfdfdf;*/
  height: 166px;
  box-sizing: border-box;
  padding: 1px 0;
}
.wl-b {
  width: 1200px;
  height: 166px;
  margin: 0 auto;
  background-image: url("../../images/taskBack.png");
}
.wl-b p {
  color: #ffffff;
  font-size: 40px;
  /*margin-top: 58px;*/
  font-weight: bolder;
  line-height: 166px;
}
.wl-b > div {
  margin-top: 30px;
  font-size: 15px;
  color: #ffffff;
}
.cx-d {
  margin-top: 30px;
  float: right;
}
.inpSearch {
  width: 221px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #ffffff;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.inpSearch::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #ffffff;
}

.inpSearch:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ffffff;
}

.inpSearch::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ffffff;
}

.inpSearch:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #ffffff;
}
.btnSearch {
  font-size: 17px;
  color: #be1b2b;
  background-color: #ffffff;
  width: 63px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: none;
  font-weight: bolder;
  cursor: pointer;
}
.cy-title-d {
  /*border-bottom: 1px solid #ededed;*/
  padding-top: 30px;
  box-sizing: border-box;
}
.cy-title {
  width: 1200px;
  font-weight: bolder;
  font-size: 23px;
  margin: 0px auto 0px auto;
  box-sizing: border-box;
  padding: 30px 0 30px 0;
}
.center-d {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  padding: 32px 0 60px 0;
}
.center {
  width: 340px;
  margin: 28px auto 0 auto;
  font-size: 17px;
  position:relative;
}
.center span {
  display: inline-block;
}
.center input {
  box-sizing: border-box;
  padding: 10px;
}
.center button {
  width: 138px;
  height: 38px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 38px;
  color: #c12939;
  background-color: #ffffff;
  font-weight: bolder;
  cursor: pointer;
}
.center button:hover {
  color: #ffffff;
  background-color: #c12939;
}
#authoCode {
  margin-left: 10px;
  vertical-align: middle;
}
table {
  width: 1200px;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  margin: 10px auto;
}
table th {
  background: #f5f1ed;
  font-size: 20px;
  text-align: center;
  height: 42px;
  padding: 5px;
  border: 1px solid #cfcfcf;
  vertical-align: middle;
}
table td {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  text-align:center;
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.center select {
  box-sizing: border-box;
  padding: 10px;
}

.formSlect {
  position: relative;
}
.formSlect .formOption {
  cursor: pointer;
  font-size: 15px;
}
.trOne {
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
}
#noResult {
  margin-left: 50%;
  padding-bottom: 20px;
}
#slideBar{
  display:inline-block !important;
}
.preview{
  color:#bd1b2d;
}
.yzm{
  display:block;
}
table{
  margin:0 auto !important;
}
._hidden{
  display:none !important;
}
.wxts{
  color:#bd1b2d;
  width:1200px;
  margin:0 auto 20px;
}
#preview{
  color:#bd1b2d;
}
#result ul{
  width:1200px;
  margin:0 auto;
  position:relative;
}
.t-ul{
  height:60px;
}
.t-ul:nth-child(1){
  display:block !important;
}
.b-ul{
  height:80px;
}
.t-ul li{
  float:left;
  text-align:center;
  border:1px solid #cfcfcf;
  height:60px;
  line-height:60px;
  font-weight:700;
  background-color: #f7f7f7;
}
.b-ul li{
  float:left;
  text-align:center;
  border:1px solid #cfcfcf;
  height:80px;
}
.b-ul li span{
  position:relative;
  top:50%;
  transform: translate(0,-50%);
  display:block;
}
.selection{
  width:336px !important;
}
.select2-results__options li:nth-child(1){
  display:none;
}
.slider{
  width:336px;
  top:0px;
  left:92px !important;
}
.label{
  font-size:14px !important;
}
#parmValue::placeholder{
  color:#706d6d;
}
.typeoption li{
  margin-left:6px;
  display:block;
  width:80px;
  height:30px;
  line-height:30px;
  text-align:Center;
  float:left;
  cursor: pointer;
}
.typeoption li a{
  display:block;
  height: 100%;
  width:100%;
}
.li_action{
  background-color: #bd1b2d;
  color:#fff;
}
.tz{
  display:inline-block;
  font-size:14px;
  color:#666666;
  background-color:#FFF9E6;
  font-weight:500;
  height:30px;
  line-height:30px;
  padding:0px 10px;
  margin-left:10px;
  border-radius:10px;
}
.tz img{
  width:16px;
  margin-top:7px;
  float:left;
  margin-right:10px;
}
.tz span{
  display:inline-block;
  height:30px;
  line-height:30px;
}
.card-div{
    width: 336px;
    display: inline-block;
}
.ts{
  position:absolute;
  left:20px;
  bottom:-24px;
  font-size:14px;
  background-color: #dedede;
  padding:5px;
  border-radius:5px;
}
@media only screen and (max-width: 640px){
  .tz{
    height:100%;
    margin-left:0px;
    margin-top:10px;
    padding:10px 10px;
  }
  .tz span{
    height:100%;
    line-height:normal;
  }
  .tz img{
    margin-top:0px;
    width:18px;
  }
  .saveBox{
    height:auto !important;
  }
  #parmValue{
    width:370px !important;
    margin-top:14px;
  }
  .select2-container,.selection{
    width:370px !important;
  }
  .t-ul li,.b-ul li{
    width:100% !important;
    float:none;
  }
  .t-ul li{
    height:80px;
    line-height:80px;
  }
  .t-ul{
    width:35% !important;
    float:left;
    min-height: 560px;
  }
  .t-ul{
  display:block !important;
}
  .b-ul{
    width:65% !important;
    float:left;
    min-height: 560px;
  }
  .center span{
    text-align:left !important;
  }
#slideBar{
  display:none !important;
}
#sib-cd{
  display:none;
}
.yzm{
  display:none !important;
}
.slider{
  display:block;
}
.wl-b,.cy-title,table,.beizhu,.wxts{
  width:100%;
}
table th{
  font-size:17px;
  width:20%;
}
table td{
  padding:15px 7px;
  text-align:center;
}
#keyword{
  width:255px !important;
}
.header-wrapper,.g_links_box,.m_links_box,.g_foot_box{
  display:none !important;
}
.center{
  width:360px !important;
}
.saveBox{
  width:100% !important;
}
.model{
  height:100% !important;
}
}
#slideBar{
  display:inline-block !important;
}
.yzm{
  display:block;
}
table{
  margin:0 auto !important;
}
@media only screen and (max-width: 640px){
  .index_bor{
  display:none;
}
#slideBar{
  display:none !important;
}
.yzm{
  display:none !important;
}
.slider{
  display:block;
  width:100% !important;
  left:0px !important;
}
.wl-b,.cy-title,table,.beizhu{
  width:100%;
}
table th{
  font-size:17px;
  width:20%;
}
table td{
  padding:15px 7px;
  text-align:center;
}
#keyword{
  width:255px !important;
}
.header-wrapper,.g_links_box,.m_links_box,.g_foot_box{
  display:none !important;
}
.center{
  width:360px;
}
.saveBox,#result0,.notice-title.wxts{
  width:100% !important;
}
.model{
  height:100% !important;
}
#zkz,#kaosheng{
  width:255px !important;
}
#result0{
  padding:10px;
}
}