.header {
  padding: 10px 10px;
  background-color: #fff;
  font-size: 20px;
  /* font-weight: bold; */
}

.header-text-1 {
  /* color: #1989fa; */
  color: #36363a;
}

.header-text-2 {
  /* color: #ed6a0c; */
  color: #b7926c;
}

.header-top {
  width: 100%;
  padding-bottom: 4px;
}

.header-logo {
  float: left;
  margin-right: 10px; 
}

.header-bottom {
  font-size: 14px;
}

.header-bottom-text1 {
  /* color: #969799; */
  color: #666;
  font-weight: lighter;
}

.header-bottom-text2 {
  color: #969799;
  font-weight: lighter;
}


.board {
  padding: 12px;
}

.board-white {
  background-color: #fff;
}

.board-blue {
  background-color: #1989fa;
  color: #fff;
}

.board-silver {
  background-color: #cdd0dd;
}

.board-light-gray {
  background-color: #f7f8fa;
}

.board-light-orange {
  background-color: #ff976a;
}

.board-golden {
    background-color: #f8f5f4;
}

.board-title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: lighter;
  text-align: left;
  color: #000;
}

.board-title-center {
    text-align: center;
    margin: 0 auto;
}


.board-blue .board-title {
  color: #fff;
}

.board-title-bottom-line {
  background-color: #1989fa;
  margin-top: 20px/2;
  height: 4px;
  width: 50px;
}

.board-blue .board-title-bottom-line {
  background-color: #fff;
}

.board-light-orange .board-title-bottom-line {
  background-color: #f7f8fa;
}

.board-bottom-button {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.board-content {
  margin-top: 20px;
}



.list-one {
  margin-top: 20px;
}

.list-one-item {
    -webkit-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
    box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
    -webkit-border-radius: 0rem 0rem 0 0;
    border-radius: 0rem;
    overflow: hidden;
    margin-top: 20px;
}


.list-one-item-right {
  padding: 20px;
  background-color: #fff;
}

.list-one-item-right-title {
  font-size: 20px;
  color: #323233;
}

.list-one-item-right-content {
  margin-top: 10px;
  font-size: 14px;
  color: #969799;
}


.list-two {
  margin-top: 10px;
  color: #323233;
}

.list-two-item {
    -webkit-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.257);
    box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.257);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
}

.list-two-item-left {
  margin-right:10px;
}

.list-two-item-right {
  margin-left: 10px;
}

.list-two .van-image {
  position: relative;
  display: block;
}

.list-two-item-bottom-title {
  font-size: 18px;
  text-align: center;
  margin-top:10px;
}

.list-two-item-bottom-text {
  font-size: 12px;
  padding: 10px 10px;
  color: #969799;
}

.list-two-item-more-button {
  text-align: center;
  margin-bottom: 10px;
}

.list-two-item-more-button .van-button {
  width: 80%;
}

.list-two-item-text {
  padding: 10px;
  text-align: center;
}

.list-three-item {
  -webkit-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
  box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  background-color: #fff;

  margin-top: 20px;
}

.list-three .van-image {
  position: relative;
  display: block;
}

.list-three .image-desc {
  font-size:14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-four-item {
    -webkit-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
    box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
    -webkit-border-radius: 0rem 0rem 0 0;
    border-radius: 0rem;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px/2;
}

.list-four-item-right-title {
  font-size: 20px;
  margin-top: 24px;
}

.list-four-item-right-content {
  font-size: 14px;
  color: #969799;
  margin-top: 20px;
}

.list-five {
  -webkit-box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
  box-shadow: 0px 3px 6px rgba(139, 139, 139, 0.157);
  -webkit-border-radius: 0rem 0rem 0 0;
  border-radius: 0rem;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px/2;
}

.list-five-item-right {
  padding-left: 10px;
}

.form1 {
  margin-top: 20px;
}

.form1-title {
  color: #1989fa;
  font-size: 24px;
  text-align: center;
  margin: 40px 0 20px 0;
}

.footer a {
  color: #1989fa;
}

.footer-link a {
  color:#999;
}

.footer {
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  padding: 30px 20px 80px 20px;
  background-color: #333;
}

.footer-address {
  font-size: 14px;  
}

.footer-phone {
  font-size: 14px;
}

.form-title {
  color: #1989fa;
  font-size: 24px;
  text-align: center;
}

.form {
  text-align: center;
}

input {
  height: 36px;
  width: 50%;
  margin: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  background-color: #fafafa;
  color: rgba(0,0,0,.85);
  border-radius: 2px;
}

input[type="submit"] {
  margin-top: 20px;
  width: 70%;
}

.questions a {
  font-size: 14px;
  color:#1989fa;
  background-color: #e6f7ff;
  width: 90%;
  display: block;
  text-align: center;
  padding: 2px 0;
}

.img-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex-box;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}
