input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*工具类样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fs-bold{
  font-weight: bold;
  color: black;!important;
}
.fs-bold2{
  font-weight: 500;
}
.fs-10{
  font-size: 10px!important;
}
.fs-12{
  font-size: 12px!important;
}
.fs-13{
  font-size: 13px!important;
}
.fs-14{
  font-size: 14px!important;
}
.fs-16{
  font-size: 16px!important;
}
.fs-18{
  font-size: 18px!important;
}
.fs-20{
  font-size: 20px!important;
}
.color-blue1{
  color: #2A6DBB !important;
}
.color-blue2{
  color: #0088D4!important;
}
.color-black1{
  color: black!important;
}
.color-main{
  color: #CC9B4B !important;
}
.color-gray{
  color:#ADADAD;;
}
.color-666{
  color:#666666;
}
.color-ccc{
  color:#CCCCCC;
}
.color-000{
  color:#000;
}
.color-999{
  color:#999999;
}
.color-EB{
  color:#EBEBEB;
}
.mar-top25{
  display: block;
  margin-top: 25px;
}
.mar-bot25{
  display: block;
  margin-bottom: 25px;
}
.mar-left20{
  display: block;
  margin-left: 20px;
}
.mar-left40{
  display: block;
  margin-left: 40px;
}
.mar-left30{
  margin-left: 30px;
}
.padd10{
  padding: 10px 10px;
}
.padd40{
  padding: 40px 0;
}
.padd-right5{
  padding: 0 5px;
}
.padd-right10{
  padding: 0 10px;
}
.line-height35{
  line-height: 35px;
}
.line-height70{
  line-height: 70px;
}
.backgarund1{
  background: #fff;
}
.backgarund2{
  background: rgba(242, 242, 242, 0.9);
}
.background3{
  background: #F5F5F5;
}
.bor_right{
  border-right: 1px solid #b1b1b1;
}
.bor_right2{
  border-right: 1px solid #999999;
}
.dis-cell {
  display: table-cell;
}
.word-wrap{
  width:200px;
  word-wrap:break-word;
}
.text-indent5{
  text-indent: 5px;
}
/*统一样式*/
* {
  font-size: 14px;
  font-family: "微软雅黑";
}
img{
  border: none;
}

@media screen and (max-width: 1200px) {
  body{
    width: 1300px;
  }
}


.express-choose-datalist .location-title span{
  width: auto!important;
}

.express-choose-datalist .location-content ul li span{
  width: auto!important;
  padding-left: 3px;
  padding-right: 3px;
}

.disabled {
  pointer-events: none;
  color: #ccc;
}

