.w700 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.com-tt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tt.border {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e6e6e6;
}
.com-tt .logo0 .ct-logo {
  opacity: 0;
  visibility: hidden;
}
.com-tt .ct-logo {
  text-align: right;
  font-size: 0;
}
.com-tt .ct-logo img {
  height: 0.66rem;
}
.com-tt .ct1 {
  position: relative;
  padding-left: 0.18rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #222;
}
.com-tt .ct1::before {
  content: "";
  width: 0.07rem;
  height: 0.36rem;
  background-color: #175aa5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.com-nav {
  background-color: #f1f1f1;
}
.com-nav ul {
  overflow-x: auto;
  white-space: nowrap;
}
.com-nav li {
  display: inline-block;
}
.com-nav .on {
  box-shadow: 0 -3px 0 0 inset #175aa5;
}
.com-nav a {
  line-height: 1rem;
  color: #999999;
  font-size: 0.28rem;
  text-align: center;
  padding: 0 0.1rem;
  box-shadow: 1px 0 0 0 #ddd;
  display: block;
}

.identify-1 {
  padding-top: 0.44rem;
  padding-bottom: 1rem;
}
.identify-1 .txt {
  font-size: 0.26rem;
  line-height: 1.6153846154;
  color: #666;
  margin-top: 0.12rem;
}
.identify-1 .img {
  margin-top: 0.5rem;
}
.identify-1 .img img {
  width: 100%;
}
.identify-1 img {
  max-width: 100%;
}

.consultation-1 {
  padding-top: 0.7rem;
  padding-bottom: 1.15rem;
}
.consultation-1 * {
  box-sizing: border-box;
}
.consultation-1 input,
.consultation-1 textarea {
  outline: none;
}
.consultation-1 .img img {
  width: 100%;
}
.consultation-1 .form {
  margin-top: 0.36rem;
}
.consultation-1 .fbox {
  margin-top: 0.36rem;
}
.consultation-1 .fi {
  margin-bottom: 0.36rem;
}
.consultation-1 .tip {
  color: #222222;
  font-weight: bold;
  font-size: 0.26rem;
  margin-bottom: 0.18rem;
}
.consultation-1 .tip span {
  color: #175aa5;
}
.consultation-1 .inp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.consultation-1 .ip {
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 0.25rem;
  font-size: 0.24rem;
}
.consultation-1 .ta {
  width: 100%;
  height: 2.4rem;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0.24rem;
  resize: none;
  font-size: 0.24rem;
  box-sizing: border-box;
  font-family: unset;
}
.consultation-1 .ip2 {
  margin-right: 0.2rem;
  flex-grow: 1;
  font-size: 0.24rem;
}
.consultation-1 select {
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 0.25rem;
  font-size: 0.24rem;
}
.consultation-1 .code {
  height: 0.8rem;
  flex-shrink: 0;
}
.consultation-1 .submit {
  width: 2.8rem;
  height: 0.8rem;
  background-color: #175aa5;
  color: #fff;
  font-size: 0.32rem;
  letter-spacing: 2px;
  border: none;
}

.ctc-1 {
  padding-top: 0.4rem;
  padding-bottom: 1.15rem;
}
.ctc-1 .img {
  margin-top: 0.2rem;
}
.ctc-1 .img img {
  width: 100%;
}
.ctc-1 .ul {
  background-color: #f7f7f7;
}
.ctc-1 .li {
  border-bottom: 1px solid #e8e8e8;
}
.ctc-1 .dd {
  padding: 0.36rem 0.3rem;
  display: flex;
}
.ctc-1 .icon {
  width: 0.6rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
  padding-top: 0.2rem;
}
.ctc-1 .icon img {
  width: 100%;
}
.ctc-1 .t1 {
  font-weight: bold;
  font-size: 0.32rem;
}
.ctc-1 .t2 {
  font-size: 0.26rem;
  line-height: 1.5;
  color: #666;
  margin-top: 0.15rem;
}

.commission-11 {
  padding-top: 0.4rem;
  padding-bottom: 1.15rem;
}
.commission-11 * {
  box-sizing: border-box;
}
.commission-11 input,
.commission-11 textarea {
  outline: none;
}
.commission-11 .form {
  margin-top: 0.36rem;
}
.commission-11 .fitem {
  margin-bottom: 0.36rem;
}
.commission-11 .inp2 {
  display: flex;
}
.commission-11 .ip1 {
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 0.24rem;
  font-family: unset;
  font-size: 0.24rem;
}
.commission-11 .ip1::-moz-placeholder {
  color: #999;
}
.commission-11 .ip1::placeholder {
  color: #999;
}
.commission-11 .ip2 {
  width: auto;
  margin-right: 0.2rem;
  flex-grow: 1;
  font-size: 0.24rem;
}
.commission-11 .lab {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 0.24rem;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 0.4rem;
  margin-bottom: 0.18rem;
  cursor: pointer;
}
.commission-11 .lab.selected .ic {
  box-shadow: none;
  background-image: url(/static/wap/images/a1.png);
}
.commission-11 .lab input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.commission-11 .lab .ic {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 1px inset #666;
  margin-right: 0.12rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.commission-11 .fb_inp {
  display: none;
}
.commission-11 .fb_inp.show {
  display: block;
}
.commission-11 .fb_inp .ip {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 16px;
  font-family: unset;
}
.commission-11 .fb_inp .ip::-moz-placeholder {
  color: #999;
}
.commission-11 .fb_inp .ip::placeholder {
  color: #999;
}
.commission-11 .code {
  height: 0.8rem;
  flex-shrink: 0;
}
.commission-11 .ftip {
  font-size: 0.26rem;
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.commission-11 .ftip span {
  color: #175aa5;
}
.commission-11 .btns {
  margin-top: 0.6rem;
}
.commission-11 .submit {
  width: 2.8rem;
  height: 0.8rem;
  background-color: #175aa5;
  color: #fff;
  font-size: 0.32rem;
  letter-spacing: 2px;
  border: none;
}
.commission-11 .picture-file {
  width: 100%;
}
.commission-11 .picture-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.commission-11 .picture-buttom {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.14rem;
  width: 1.5rem;
  min-height: 1.5rem;
  border: solid 1px #d1d1d1;
}
.commission-11 .picture-buttom.hide {
  display: none;
}
.commission-11 .picture-icon {
  width: 100%;
  text-align: center;
}
.commission-11 .picture-icon img {
  height: 0.33rem;
}
.commission-11 .picture-text {
  width: 100%;
  margin-top: 0.12rem;
  text-align: center;
  color: #999;
}
.commission-11 .picture-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.commission-11 .picture-preview {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.14rem;
  margin-right: 0.2rem;
  width: 1.5rem;
  border: solid 1px #eeeeee;
}
.commission-11 .picture-img {
  display: block;
  width: 100%;
}
.commission-11 .picture-img img {
  opacity: 1;
  width: 100%;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.commission-11 .picture-delete {
  position: absolute;
  top: -0.08rem;
  right: -0.08rem;
  display: block;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background-color: #175aa5;
  background-image: url(/static/wap/images/m_off.png);
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.page_ban {
  display: block;
  margin-top: 0.85rem;
}
.page_ban img {
  width: 100%;
}

.pro-11 {
  padding-top: 1.44rem;
  padding-bottom: 0.25rem;
}
.pro-11 .h1 {
  text-align: center;
  color: #000000;
  font-size: 0.32rem;
  font-weight: bold;
}
.pro-11 .img {
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  margin: 0.56rem auto 0;
}
.pro-11 .img img {
  width: 100%;
}

.pro-tt {
  position: relative;
  padding-left: 0.18rem;
  font-size: 0.28rem;
  color: #222222;
  font-weight: bold;
}
.pro-tt::before {
  content: "";
  width: 0.05rem;
  height: 0.36rem;
  background-color: #175aa5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro12-1 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.pro12-1 .li {
  line-height: 1.5;
  color: #444;
  font-size: 0.22rem;
  line-height: 1.1538461538;
  margin-top: 0.2rem;
}

.pro12-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.pro12-3 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.pro12-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.pro12-3 .li {
  width: 49%;
  margin-bottom: 0.4rem;
}
.pro12-3 .img {
  position: relative;
  padding-top: 60.3773584906%;
}
.pro12-3 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro12-3 .text {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: #222222;
}

.pro12-4 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.pro12-4 .list {
  margin-top: 0.26rem;
}
.pro12-4 .li {
  position: relative;
  font-size: 0.22rem;
  line-height: 1.1538461538;
  padding-left: 0.32rem;
  margin-bottom: 0.16rem;
  color: #444;
}
.pro12-4 .li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/static/wap/images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.pro12-5 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.pro12-6 {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
.pro12-6 .co {
  width: 2rem;
  margin-top: 0.3rem;
}
.pro12-6 .co img {
  width: 100%;
}

.pro-tab {
  margin-top: 0.32rem;
  width: 100%;
  overflow-x: auto;
}
.pro-tab table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
}
.pro-tab thead {
  background-color: #f1f4fb;
}
.pro-tab thead th {
  border: none;
}
.pro-tab th,
.pro-tab td {
  border: 1px solid #f2f2f2;
  padding: 0.1rem 0.2rem;
  color: #333;
}
.pro-tab th {
  font-weight: 400;
  padding: 0.2rem 0;
}
.pro-tab td {
  font-size: 0.2rem;
}
.pro-tab .color-dot {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  vertical-align: middle;
}

.pro-tab2 {
  margin-top: 36px;
  width: 100%;
  overflow-x: auto;
}
.pro-tab2 table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.pro-tab2 thead {
  background-color: #f1f4fb;
}
.pro-tab2 thead th {
  border: none;
}
.pro-tab2 tr:nth-child(1) {
  background-color: #f1f4fb;
}
.pro-tab2 tr:nth-child(1) td {
  border: none;
}
.pro-tab2 th,
.pro-tab2 td {
  border: 1px solid #f2f2f2 !important;
  padding: 10px !important;
  color: #333;
}
.pro-tab2 th {
  font-weight: 400;
  padding: 20px 0;
}
.pro-tab2 td {
  font-size: 14px;
}
.pro-tab2 .color-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}<!--ºÄÊ±1760893723.5477Ãë-->