/*
* @Author: Administrator
* @Date:   2018-06-20 16:52:33
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-08 10:11:48
*/
li {
  list-style: none;
}

input {
  outline: none;
}

button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.s-0 {
  width: 100%;
  max-width: 100% !important;
  height: 755px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.s-0 .box {
  height: 540px;
  align-self: center;
}

.s-0 .row_1 {
  display: flex;
  width: 790px;
  max-width: 790px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  padding-bottom: 15px;
}

.s-0 .row_1 .col-12 {
  color: #fff;
  font-size: 25px;
}

.s-0 .row_2 {
  transition: all 0.3s ease;
  display: flex;
  width: 790px;
  max-width: 790px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  text-align: center;
  background: #fff;
  padding-bottom: 135px;
  position: relative;
}

.s-0 .row_2 .anniu {
  z-index: 5;
  left: 0;
  right: 0;
  text-align: center;
  width: 110px;
  height: 35px;
  padding-top: 5px;
  margin: auto;
  bottom: 75px;
}

.s-0 .row_2 .anniu a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 8px 27px;
}

.s-0 .row_2 .f-t {
  padding-top: 60px;
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
  color: #666;
}

.s-0 .row_2 .bor {
  flex: 0 0 100%;
}

.s-0 .row_2 .xiahua {
  width: 50px;
  height: 3px;
  background: #c9c9c9;
  margin: 10px auto 55px;
}

.s-0 .row_2 .bt {
  width: 290px;
  margin: 0 auto;
  display: flex;
  padding-left: 0px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.s-0 .row_2 .bt li {
  list-style: none;
  width: 90px;
  height: 35px;
  color: #fff;
  background: #fff;
  border: 1px solid #c9c9c9;
  transition: all 0.3s ease;
}

.s-0 .row_2 .bt li a {
  color: #999;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.s-0 .row_2 .bt li.active {
  background: #000;
  border: 1px solid #fff;
}

.s-0 .row_2 .bt li.active a {
  color: #fff;
}

.s-0 .row_2 .bt li:hover {
  background: #000;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.s-0 .row_2 .bt li:hover a {
  color: #fff;
  transition: all 0.3s ease;
}

.s-0 .row_2 .ent {
  padding-left: 0px;
  position: relative;
  height: 35px;
  margin-bottom: 40px;
}

.s-0 .row_2 .ent li {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}

.s-0 .row_2 .ent li input {
  width: 290px;
  height: 35px;
  padding: 10px;
  font-size: 14px;
  border-radius: 0px;
}

.s-0 .row_2 .ent li.active {
  opacity: 1;
  z-index: 1;
}

.s-0 .row_2 .col-12 .anniu {
  margin: 0 auto;
  width: 110px;
  height: 35px;
  background: #000;
  padding-top: 5px;
}

.s-0 .row_2 .col-12 .anniu a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 8px 27px;
}

@media (max-width: 450px) {
  .s-0 {
    margin-bottom: 40px;
  }
  .s-0 .box {
    max-width: 100%;
  }
  .s-0 .row_1 {
    max-width: 100%;
  }
  .s-0 .row_2 {
    max-width: 100%;
  }
}
