/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.p-header .p-title {
  margin-top: 50px;
}
.search-wrapper {
  width: 700px;
  height: 50px;
  background-image: url(../img/input_bg.png);
  background-repeat: no-repeat;
  margin: 40px auto 10px;
  position: relative;
}
.search-content {
  font-size: 0;
  line-height: 50px;
}
.type-drag {
  float: left;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2f6ea2;
  display: inline-block;
  width: 130px;
  padding-left: 15px;
  box-sizing: border-box;
}
.type-drag .triangle {
  position: absolute;
  right: 10px;
  line-height: 50px;
  font-family: cmsicon;
  font-size: 12px;
}
.type-drag:after {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background: #7ba4c6;
}
.type-drag .selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 15px;
  color: #616161;
  text-indent: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.type-drag .list {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1;
  width: 128px;
  border: 1px #E0E0E0 solid;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.type-drag .list .item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  clear: both;
  color: #757575;
  font-size: 14px;
  text-indent: 12px;
}
.type-drag .list .item:hover {
  background-color: #F5F5F5;
  color: #212121;
}
.type-drag:hover .list {
  display: inline-block;
}
.list-input-keywords {
  position: absolute;
  top: 0;
  left: 130px;
  box-sizing: content-box;
  height: 50px;
  line-height: 50px;
  margin: 0;
  color: #9E9E9E;
  font-size: 16px;
  width: 430px;
  padding: 0 10px;
  background: none;
  outline: none;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.select-options {
  position: absolute;
  top: 47px;
  left: 0;
  width: 119px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background: #c9dceb;
  color: #2f6ea2;
  cursor: pointer;
}
.select-options p {
  border-top: 1px solid #719bbd;
}
.search-wrapper span {
  vertical-align: top;
}
.search-select {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2f6ea2;
  display: inline-block;
  width: 104px;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.6);
}
.search-select:after {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background: #7ba4c6;
}
.search-input {
  font-size: 18px;
  height: 50px;
  width: 430px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.6);
}
.btn-search {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  background: #2f6ea2;
  width: 110px;
  padding-left: 14px;
  text-align: center;
  letter-spacing: 14px;
  cursor: pointer;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  background: #4280b8;
  width: 110px;
  padding-left: 10px;
  letter-spacing: 10px;
}
.s-header__box {
  overflow: visible;
}
