.wrap {
  width: 100%;
  min-width: 1200px;
}
.wrap .navigation {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
  height: 40px;
}
.wrap .navigation a,
.wrap .navigation em {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}
.wrap .navigation a {
  color: #333;
}
.wrap .navigation span {
  color: #666;
  padding: 0 5px;
}
.wrap .navigation em {
  color: #999;
  cursor: default;
}
.wrap .content {
  width: 100%;
  background: url(/static/home/images/made/banner.jpg) no-repeat top center;
  padding-top: 180px;
}
.wrap .content .proBox {
  width: 1030px;
  padding-bottom: 45px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 10px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft {
  margin-right: 37px;
  width: 627px;
}
.wrap .content .proBox .proBoxLeft > h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #333;
  margin: 30px 0 12px 50px;
  border-bottom: 2px solid #e88132;
  width: 80px;
  padding-bottom: 12px;
}
.wrap .content .proBox .proBoxLeft .titleBox {
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleBox span {
  font-size: 14px;
  color: #606060;
}
.wrap .content .proBox .proBoxLeft .titleBox .problem {
  padding: 0px 30px 0 40px;
  line-height: 28px;
  width: 522px;
  height: 99px;
  color: #fff;
  font-size: 15px;
  background: url(/static/home/images/made/problem.png) no-repeat center center;
  background-size: 100%;
  margin: 0 0 10px 33px;
  display: flex;
  align-items: center;
}
.wrap .content .proBox .proBoxLeft .titleBox .seletGroup {
  display: flex;
  margin-left: 50px;
}
.wrap .content .proBox .proBoxLeft .titleBox .seletGroup select {
  width: 86px;
  height: 26px;
  border: 1px solid #e3e3e3;
  color: #606060;
  background: #fff;
  margin-left: 5px;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio {
  display: flex;
  margin: 17px 0 0 50px;
  font-size: 14px;
  line-height: 14px;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio div {
  margin-left: 28px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio div input[type=radio],
.wrap .content .proBox .proBoxLeft .titleBox .radio div input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio div label {
  cursor: pointer;
  color: #606060;
  display: flex;
  margin-left: 0;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio div label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url(/static/home/images/made/no.png) no-repeat;
  width: 16px;
  height: 16px;
}
.wrap .content .proBox .proBoxLeft .titleBox .radio .radioClick label::before {
  background: url(/static/home/images/made/yes.png) no-repeat;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBox {
  margin: 17px 0 0 50px;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBox h3 {
  color: #fa6c00;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 17px;
  padding-left: 20px;
  background: url(/static/home/images/made/writ.png) 0 center no-repeat;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBox textarea {
  width: 560px;
  height: 98px;
  border: 1px solid #e3e3e3;
  resize: none;
  line-height: 32px;
  font-size: 14px;
  padding-left: 10px;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBox textarea::-webkit-input-placeholder {
  color: #e2e2e2;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBoxMin {
  margin: 17px 0 0 50px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBoxMin input {
  width: 227px;
  height: 26px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  padding-left: 10px;
  line-height: 26px;
  margin-left: 10px;
}
.wrap .content .proBox .proBoxLeft .titleBox .textBoxMin input::-webkit-input-placeholder {
  color: #e2e2e2;
}
.wrap .content .proBox .proBoxLeft .titleBox .checkboxBox {
  margin: 17px 0 0 50px;
}
.wrap .content .proBox .proBoxLeft .titleBox .checkboxBox .checkboxGroup {
  display: flex;
  flex-wrap: wrap;
  width: 410px;
}
.wrap .content .proBox .proBoxLeft .titleBox .checkboxBox .checkboxGroup input {
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleBox .checkboxBox .checkboxGroup label {
  width: 80px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  display: inline-block;
  margin: 16px 16px 0 0;
  text-align: center;
  line-height: 30px;
  color: #606060;
}
.wrap .content .proBox .proBoxLeft .titleBox .checkboxBox .checkboxGroup .checkClick label {
  background: url(/static/home/images/made/checkbg.png) no-repeat;
  background-size: 100%;
  color: #fff;
  width: 82px;
  height: 32px;
  border: none;
}
.wrap .content .proBox .proBoxLeft .titleTwo .radioTwo {
  flex-wrap: wrap;
}
.wrap .content .proBox .proBoxLeft .titleTwo .radioTwo span {
  display: block;
  width: 100%;
}
.wrap .content .proBox .proBoxLeft .titleTwo .radioTwo div {
  margin: 15px 0 0 0;
  width: 100%;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere {
  display: flex;
  margin: 17px 0 0 50px;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div {
  margin-left: 28px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div input[type=radio],
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div label {
  cursor: pointer;
  color: #606060;
  display: flex;
  margin-left: 0;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url(/static/home/images/made/no.png) no-repeat;
  width: 16px;
  height: 16px;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere .radioClick label::before {
  background: url(/static/home/images/made/yes.png) no-repeat;
}
.wrap .content .proBox .proBoxLeft .titleThere .checkThere div {
  margin: 15px 0 0 0;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour {
  display: flex;
  margin: 17px 0 0 50px;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div {
  margin-left: 28px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div input[type=radio],
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div label {
  cursor: pointer;
  color: #606060;
  display: flex;
  margin-left: 0;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url(/static/home/images/made/no.png) no-repeat;
  width: 16px;
  height: 16px;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour .radioClick label::before {
  background: url(/static/home/images/made/yes.png) no-repeat;
}
.wrap .content .proBox .proBoxLeft .titleFour .checkFour div {
  margin: 15px 0 0 0;
}
.wrap .content .proBox .proBoxLeft .titleFive .mobileBox {
  display: flex;
  margin: 44px 0 0 50px;
  align-items: center;
}
.wrap .content .proBox .proBoxLeft .titleFive .mobileBox p {
  font-size: 14px;
  color: #606060;
}
.wrap .content .proBox .proBoxLeft .titleFive .mobileBox input {
  width: 243px;
  height: 40px;
  font-size: 14px;
  color: #606060;
  padding-left: 10px;
  outline: none;
  border-radius: 5px;
  border: none;
  margin-left: 23px;
  -moz-box-shadow: 0px 1px 5px 0px #ccc inset;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 0px 1px 5px 0px #ccc inset;
  -o-box-shadow: 0px 1px 5px 0px #ccc inset;
  -ms-box-shadow: 0px 1px 5px 0px #ccc inset;
  box-shadow: 0px 1px 5px 0px #ccc inset;
}
.wrap .content .proBox .proBoxLeft .titleFive .codeBox {
  display: flex;
  margin: 28px 0px 0 50px;
  align-items: center;
}
.wrap .content .proBox .proBoxLeft .titleFive .codeBox p {
  font-size: 14px;
  color: #606060;
}
.wrap .content .proBox .proBoxLeft .titleFive .codeBox .pullCode {
  width: 108px;
  height: 40px;
  color: #606060;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
  margin: 0 15px 0 23px;
  font-size: 14px;
  outline: none;
  -moz-box-shadow: 0px 1px 5px 0px #ccc inset;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 0px 1px 5px 0px #ccc inset;
  -o-box-shadow: 0px 1px 5px 0px #ccc inset;
  -ms-box-shadow: 0px 1px 5px 0px #ccc inset;
  box-shadow: 0px 1px 5px 0px #ccc inset;
}
.wrap .content .proBox .proBoxLeft .titleFive .codeBox .getcode {
  width: 118px;
  cursor: pointer;
  height: 40px;
  color: #fff;
  border: 1px solid #67a6fc;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  background: -webkit-linear-gradient(#67a6fc, #4777d8);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#67a6fc, #4777d8);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#67a6fc, #4777d8);
  /* Firefox 3.6 - 15 */
  background: -ms-linear-gradient(#67a6fc, #4777d8);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#67a6fc, #4777d8);
  /* 标准的语法 */
}
.wrap .content .proBox .proBoxLeft .titleFive div .focus {
  -moz-box-shadow: 0px 0 11px 0px #ffcaa1 !important;
  -webkit-box-shadow: 0px 0 11px 0px #ffcaa1 !important;
  -o-box-shadow: 0px 0 11px 0px #ffcaa1 !important;
  -ms-box-shadow: 0px 0 11px 0px #ffcaa1 !important;
  box-shadow: 0px 0 11px 0px #ffcaa1 !important;
}
.wrap .content .proBox .proBoxLeft .titleFive .minBtnGroup {
  margin: 44px 0 0 130px;
  display: flex;
}
.wrap .content .proBox .proBoxLeft .titleFive .minBtnGroup .submit {
  cursor: pointer;
  width: 118px;
  font-size: 16px;
  letter-spacing: 6px;
  height: 38px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background: -webkit-linear-gradient(#fe8e38, #e6731b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fe8e38, #e6731b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fe8e38, #e6731b);
  /* Firefox 3.6 - 15 */
  background: -ms-linear-gradient(#fe8e38, #e6731b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fe8e38, #e6731b);
  /* 标准的语法 */
}
.wrap .content .proBox .proBoxLeft .titleFive .minBtnGroup .prev {
  color: #ff8e38;
  margin-left: 50px;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
}
.wrap .content .proBox .proBoxLeft .titleSix {
  display: none;
}
.wrap .content .proBox .proBoxLeft .titleSix .problem {
  padding: 0px 30px 0 40px;
  line-height: 28px;
  width: 522px;
  height: 146px;
  color: #fff;
  font-size: 15px;
  text-align: justify;
  background: url(/static/home/images/made/big.png) no-repeat center center;
  background-size: 100%;
  margin-left: 33px ;
  display: flex;
  align-items: center;
}
.wrap .content .proBox .proBoxLeft .titleSix img {
  margin: 24px 0 0 50px;
  width: 573px;
}
.wrap .content .proBox .proBoxLeft .titleSix .tishi {
  font-size: 12px;
  color: #202020;
  padding-left: 75px;
  margin-top: 14px;
  background: url(/static/home/images/made/tishiY.png) 50px 0 no-repeat;
  background-size: 16px;
  letter-spacing: 1px;
}
.wrap .content .proBox .proBoxLeft .titleSix .tishi a {
  color: #167eff;
}
.wrap .content .proBox .proBoxLeft .tips {
  display: none;
  color: #3c3c3c;
  background: url(/static/home/images/made/tishiR.png) left center no-repeat;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  margin-left: 50px;
  text-align: left;
}
.wrap .content .proBox .proBoxLeft .prowrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox {
  width: 682px;
  height: 224px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox h2 {
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  padding-left: 28px;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox h2 a {
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: url(/static/home/images/made/close.png);
  background-size: 15px;
  margin-right: 13px;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .cont {
  font-size: 16px;
  color: #393939;
  display: flex;
  justify-content: center;
  line-height: 20px;
  margin-top: 46px;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .cont::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/home/images/made/icon01.png);
  background-size: 20px;
  margin-right: 8px;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .buttons a {
  display: inline-block;
  cursor: pointer;
  width: 116px;
  height: 38px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .buttons .yes {
  margin-right: 45px;
  background: -webkit-linear-gradient(#67a6fc, #4676d7);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#67a6fc, #4676d7);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#67a6fc, #4676d7);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#67a6fc, #4676d7);
  /* 标准的语法 */
}
.wrap .content .proBox .proBoxLeft .prowrap .wrapBox .buttons .cancel {
  background: -webkit-linear-gradient(#c0c0c0, #a7a7a7);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#c0c0c0, #a7a7a7);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#c0c0c0, #a7a7a7);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#c0c0c0, #a7a7a7);
  /* 标准的语法 */
}
.wrap .content .proBox .proBoxLeft .show {
  display: block;
}
.wrap .content .proBox .proBoxRight {
  width: 345px;
}
.wrap .content .proBox .proBoxRight img {
  margin-top: 40px;
}
.wrap .content .proBox .proBoxRight ul {
  font-size: 12px;
  margin: 40px 20px;
  line-height: 20px;
  color: #333;
  text-shadow: 0px 0px 0px #333;
}
.wrap .content .proBox .proBoxRight ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #606060;
  margin: 0 5px 5px 0;
}
.wrap .content .proBox .proBoxRight .phone {
  color: #333;
  font-size: 18px;
  padding: 32px 0 32px 114px;
  background: url(/static/home/images/made/phone.png) 80px center no-repeat;
  background-size: 24px;
  font-weight: 600;
}
.wrap .content .proBox .proBoxRight .line {
  width: 201px;
  height: 41px;
  margin: 0 auto;
  color: #2f2f2f;
  background: url(/static/home/images/made/button02.png) no-repeat;
  background-size: 100%;
}
.wrap .content .btnGroup {
  padding: 28px 0 60px 99px;
  font-size: 15px;
  width: 1032px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.wrap .content .btnGroup .next {
  color: #fff;
  background: url(/static/home/images/made/button01.png);
  width: 200px;
  height: 40px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.wrap .content .btnGroup .prev {
  color: #ff8e38;
  margin-left: 100px;
  cursor: pointer;
  display: none;
}
