/* ALL */

.con_section1_right input[type="image"],
.con_section2_right input[type="image"] {
  width: 100px;
}

.content_area .header_txt .header_tit {
  font-size: 30px;
  padding-bottom: 60px;
}

input[type="text"]#emailHead,
input[type="text"]#emailHead2 {
  width: 140px;
  padding-left: 10px;
}
input[type="text"]#emailTail,
input[type="text"]#emailTail2 {
  width: 90px;
  padding-left: 5px;
}

.con_section1_left {
  float: left;
  width: 450px;
  padding: 20px 0 0 40px;
}
.con_section2_left {
  float: left;
  width: 450px;
  padding: 0 0 0 40px;
}

.con_section2_right {
  float: right;
  margin: 20px 30px 0 0;
}
.con_section1_right {
  float: right;
  margin: 30px 30px 0 0;
}

.con_txt1,
.con_txt2 {
  background: #f2f2f2;
  width: 650px;
  margin: 0 auto 50px;
  overflow: hidden;
  /*border-top: 2px solid #1B8497;
	border-bottom: 2px solid #1B8497;
	border-left: 1px solid #1B8497;
	border-right: 1px solid #1B8497;*/
}

.con_txt2 {
  padding: 30px 0;
}
.con_txt3 {
  width: 650px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 20px;
}

.common_tit_line {
  width: 60px;
  height: 3px;
  background: #8f7db8;
  margin: 10px auto 30px;
}
.align_right {
  text-align: right;
}

.txt_tit {
  padding: 0 30px;
}
.txt_tit span {
  font-size: 10px;
}
.txt_tit span.email_tit {
  font-size: 16px;
  font-weight: bold;
  color: #904461;
  padding-right: 20px;
}

.con_txt1 .txt_line {
  margin: 0 30px 0;
  border-bottom: 1px solid #904461;
}

.con_txt2 .txt_line span {
  font-size: 10px;
}

.con_txt2 .txt_line span.email_tit {
  font-size: 16px;
  font-weight: bold;
  color: #b06c84;
  padding-right: 20px;
}

.con_txt2 .txt_line {
  border-bottom: 1px solid #b06c84;
}
.email_top {
  padding-top: 30px;
}
.email_txt {
  font-weight: bold;
}

@media all and (min-width: 900px) {
  .right {
    padding: 0px 20px 0 0;
  }

  .top_btn_section {
    background: #8f7db8;
    height: 60px;
  }
  .top_btn_section .center {
    text-align: center;
    position: relative;
    top: 14px;
    left: -115px;
  }

  .top_btn_section .right {
    float: right;
    position: relative;
    top: 12px;
  }
  /* content */

  .con_txt1 {
    padding: 30px 0 50px;
  }

  .con_txt1 p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
  }
  .con_txt1 p .email_txt {
    font-size: 15px;
  }

  .content_area .con_section .con_img {
    float: right;
    padding-left: 15px;
  }
}
@media all and (max-width: 899px) {
  .con_txt1,
  .con_txt2,
  .con_txt3 {
    width: 95%;
    padding: 30px 0;
  }

  input[type="text"] {
    width: 25%;
    padding-left: 15px;
  }
  .con_section1_left,
  .con_section2_left {
    width: 68%;
  }
  .txt_tit span,
  .con_txt2 .txt_line span {
    display: block;
    line-height: 20px;
  }
}

@media all and (min-width: 486px) and (max-width: 899px) {
  .header_txt .header_tit {
    font-size: 28px;
  }
}

@media all and (max-width: 615px) {
  .content_area .header_txt .header_tit {
    font-size: 20px;
  }

  .con_section1_left,
  .con_section2_left {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  input[type="text"] {
    width: 20%;
    padding-left: 15px;
  }
}
