﻿/*
*   自定义的css，可以复制或者自己添加
*   
*   time:2020-07-27
*   BY:kom  wangkaiyue
*/



/*******pub********/
::-ms-clear,
::-ms-reveal {
  display: none;
}

.run-in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.run-search-header {
  height: 88px;
  border-bottom: 1px solid #e2e2e2;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 10;
}

.run-search-left {
  float: left;
  width: 760px;
}

.run-search-right {
  float: right;
  width: 360px;
  position: fixed;
  left: 50%;
  margin-left: 200px;
  z-index: 20;
  top: 120px;
}

.run-search-content {
  min-height: calc(100vh - 80px);
  padding-top: 120px;
  padding-bottom: 50px;
}

.run-search-tishi {
  width: 20px;
  height: 20px;
  background: url(../image/crcs-search-tips.png) no-repeat center center;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0px;
}

.run-search-tishi-wrap {
  position: absolute;
  width: 190px;
  min-height: 66px;
  background: url(../image/crcs-search-tishi-kuang.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  right: -28px;
  top: 30px;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 2;
  display: none;
}


#en-body .run-search-tishi-wrap {
  right: -218px;
  width: 360px;
}

.run-search-area {
  float: left;
  margin: 20px 0px 0px 40px;
}

.run-logo {
  float: left;
  cursor: default;
}

.run-logo img{
  height:70px;
  padding-top:6px;
}

.run-search-text {
  width: 700px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #E2332E;
  border-radius: 4px 0px 0px 4px;
  padding: 0px 30px 0px 10px;
}

.run-search-button {
  width: 72px;
  height: 48px;
  background: #E2332E;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  text-align: Center;
  font-size: 14px;
  margin-left: -4px;
}

.run-search-clear {
  width: 18px;
  height: 18px;
  background: url(../image/rm-clear.png) no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  right: 230px;
  top: 35px;
}

.run-search-cond {
  height: 31px;
  color: #999;
  border-bottom: 1px solid #e4e4e4;
}

.run-search-reset {
  float: right;
}

.run-search-reset:hover {
  color: #E2332E;
}

.run-search-li {
  margin-top: 30px;
}

.run-search-li em {
  color: #E2332E;
  font-style: normal;
}

.run-search-title {
  margin-bottom: 5px;
}

.run-search-title-href {
  font-size: 16px;
  color: #333;
}

.run-search-desc {
  margin-bottom: 5px;
}

.run-search-desc,
.run-search-other {
  color: #999;
}

.run-search-line {
  padding: 0px 10px;
  color: #e8e8e8;
}

.run-search-footer {
  color: #fff;
  text-align: center;
  line-height: 62px;
  background: #B6000C;
}

.run-search-footer a {
  color: #fff;
}

.run-search-page {
  padding: 40px 0px 70px 0px;
}

.run-search-cond-li-left {
  float: left;
  width: 55px;
  color: #999;
  padding: 3px 0px 0px 0px;
}

.run-search-cond-li-right {
  padding-left: 55px;
  position: relative;
}

.run-search-cond-href {
  padding: 3px 8px;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid #fff;
}

.run-search-cond-li {
  padding: 20px 0px 0px 0px;
}

.run-search-date-pick {
  width: 100%;
  height: 28px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0px 22px 0px 5px;
}

.run-search-date {
  margin-bottom: 10px;
}

.run-search-cond-sel {
  border: 1px solid #E2332E;
  border-radius: 4px;
  color: #E2332E;
}

.run-search-cond-href:hover {
  border: 1px solid #E2332E;
  border-radius: 4px;
  color: #E2332E;
  line-height: 1.7;
}

.run-search-href {
  width: 32px;
  margin: 0px 2px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-align: Center;
}

.run-search-href:hover {
  background: #E2332E;
  color: #fff;
  border: 1px solid #E2332E;
}

.run-search-span {
  margin: 0px 10px;
}

.run-search-input {
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 48px;
  padding: 0px 5px;
}

.run-search-submit {
  width: 60px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #E2332E;
  border-radius: 6px;
  display: inline-block;
  color: #E2332E;
  text-align: Center;
  line-height: 32px;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.run-search-prev,
.run-search-prev:hover {
  background: url(../image/run-search-prev.png) no-repeat center center;
  background-size: 14px;
}

.run-search-next,
.run-search-next:hover {
  background: url(../image/run-search-next.png) no-repeat center center;
  background-size: 14px;
}

#layui-laydate1.layui-laydate .layui-this {
  background-color: #E2332E !important
}

.layui-laydate-content td.laydate-selected {
  background: #fff0df !important;
}

.run-search-date-pick {
  background: url(../image/run-search-date.png) no-repeat right 5px center;
  background-size: 15px
}

.run-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, .3);
  z-index: 30;
  display: none;
}

.run-search-blank {
  text-align: Center;
  padding: 40px 0px 0px 0px;
  display: none;
}

.run-search-alert {
  color: #E2332E;
}

.run-search-det {
  min-height: 400px;
}

.run-search-blink {
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear;
  /* Safari 和 Chrome */
}
.spage-number button.active{
  background: #E2332E;
  color: #fff;
  border-color: #E2332E;
}

.run-load {
  width: 32px;
  height: 32px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 120;
  background: url(../image/run-load.gif) no-repeat;
  margin-left: -16px;
  margin-top: -16px;
}

@keyframes upDown {
  0% {
    color: rgba(255, 255, 255, .2);
  }

  100% {
    color: rgba(255, 255, 255, 1);
  }
}

.run-search-tips {
  position: absolute;
  right: 150px;
  bottom: 0px;
  display: none;
}

.run-search-tips img {
  width: 16px;
}








/*******pub end********/

/*******index********/

/*******index end********/