.banner {
  background: url(./images/bn.jpg) no-repeat center;
  height: 340px;
  position: relative;
}

.root .topbar .header {
  background: url(./images/bn.jpg) no-repeat top center;
}

.title-1 {
  margin: 20px 0;
}

.title-1 .name {
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
}

.title-1 .line {
  width: 70px;
  height: 2px;
  background: black;
  margin: auto;
}

.vtype {
  text-align: center;
  width: 400px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  clear: both;
}

.vtype-item {
  border: 1px solid #e8e8e8;
  font-size: 18px;
  padding: 15px 0;
  width: 198px;
  display: block;
  float: left;
  background: #f7f7f7;
  cursor: pointer;
}

.vtype-item.active {
  background: #00b0ff;
  color: white;
  border-color: #00b0ff
}

.bsub-title {
  position: relative;
  height: 20px;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}

.bsub-title .line {
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  top: 8px;
}

.bsub-title .name {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 400px;
  margin: auto;
  text-align: center;
  color: gray;
}

.vtype-tip {
  color: #585858;
}

.do-items {
  overflow: hidden;
}

#item-1 .do-pic {
  width: 70%;
}

#item-1 .do-word {
  width: 28%;
}

#item-2 .do-pic {
  width: 70%;
}

#item-2 .do-word {
  width: 28%;
}

#item-3 .do-pic {
  width: 70%;
}

#item-3 .do-word {
  width: 28%;
}

#item-4 .do-pic {
  width: 35%;
}

#item-4 .do-word {
  width: 55%;
}

.do-item {
  position: relative;
  width: 90%;
  margin: 60px auto;
}

.do-content {
  padding-left: 40px;
  padding-right: 40px;
}

.do-des {
  color: #525252;
  font-size: 15px;
}

.do-pic {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgb(233, 233, 233);
}

.do-word {
  display: inline-block;
  line-height: 1.8em;
  vertical-align: middle;
}

.do-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252525;
  font-weight: bold;
}

.do-links {
  margin-top: 20px;
}

.do-link {
  border: 1px solid #00b9ff;
  padding: 3px 10px;
  color: #00b9ff !important;
  font-size: 14px;
  border-radius: 2px;
  margin: 10px auto;
  cursor: pointer;
  display: block;
  text-align: center;
}

.do-link.inline {
  display: inline-block;
  margin: auto 10px;
  padding: 3px 35px;
}

.do-link:hover {
  background: #00b9ff;
  color: white !important;
}

.resolve {
  background: #f7f7f7;
  padding: 40px 0;
}

.res-subtitle {
  color: gray;
  text-align: center;
  padding: 10px 0;
}

.res-items {
  overflow: hidden;
  margin: 20px auto;
  padding: 20px;
}

.res-item {
  width: 25%;
  float: left;
}

.res-wrap {
  width: 90%;
  margin: auto;
  border: 1px solid whitesmoke;
  box-shadow: 4px 2px 14px rgba(111, 109, 109, 0.05);
  background: white;
}

.res-title {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
}

.res-icon {
  height: 120px;
  background: #fbfbfb;
  text-align: center;
  position: relative;
}

.res-icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.res-tip {
  padding: 20px;
  line-height: 1.5em;
  color: gray;
  height: 100px;
}

.fit {
  text-align: center;
}

.fit-tip {
  font-size: 18px;
  color: gray;
  padding: 20px 0;
  margin-bottom: 20px
}

.fit-btns {
  padding: 50px 0;
}

.fit-btn {
  background: #008cff;
  padding: 13px 20px;
  color: white !important;
  margin: 0 10px;
  border-radius: 2px;
}

.fit-btn .icon {
  display: inline-block;
  background: url(./images/w.png) no-repeat center;
  background-size: 12px;
  width: 15px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

#business .do-item {
  width: 90%;
}

#business .do-pic {
  width: 30%;
}

#business .do-word {
  width: 65%;
}

#business .do-content {
  padding: 0 60px
}

.do-avatar {
  width: 80%;
}

.topbtns {
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.topbtns a {
  color: white;
  background: black;
  background: #fbfbfb36;
  padding: 8px 30px;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.topbtns a:hover {
  background: #bdbdbd36;
}

.topbtns i {
  margin-right: 10px;
}