body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner .phone {
  display: none;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.wrapper {
  padding-bottom: 10%;
  background: #c2c2c2 url('/go/image/DTRA/images/bg.jpg') center top no-repeat;
}
.chapter {
  margin-top: 45px;
}
.chapter .chapter-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 0 4%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.chapter .chapter-tit {
  text-align: center;
  padding: 0 3%;
  margin-bottom: 20px;
}
.chapter .chapter-tit .chapter-h3 {
  display: inline-block;
  font-size: 32px;
  color: #1687d4;
  font-weight: bold;
}
.chapter .chapter-tit .chapter-h3:before,
.chapter .chapter-tit .chapter-h3:after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  vertical-align: middle;
}
.chapter .chapter-tit .chapter-h3:before {
  background-image: url('/go/image/DTRA/images/tit-l.png');
  margin-right: 0.7em;
}
.chapter .chapter-tit .chapter-h3:after {
  background-image: url('/go/image/DTRA/images/tit-r.png');
  margin-left: 0.7em;
}
.chapter .chapter-cont {
  padding: 0 5%;
}
.chapter-01 {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 13%;
}
.chapter-01 .chapter-container {
  background: none;
}
.page-tit {
  position: relative;
  text-align: center;
}
.page-tit .chapter-h2 {
  position: relative;
  display: inline-block;
  padding: 0 0.73em;
  font-size: 48px;
  color: #333;
}
.page-tit .chapter-h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875em;
  background: #cff5fc;
}
.page-tit .chapter-h2 strong {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.page-tit .page-pic {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 20.41%;
  max-width: 245px;
}
.chapter-text {
  padding: 0 5px;
}
.chapter-text .chapter-h6 {
  font-weight: bold;
  font-size: 20px;
}
.chapter-text p {
  font-size: 16px;
  line-height: 1.875;
  color: #333;
}
.chapter-text strong {
  font-weight: bold;
}
.chapter-text.text-center {
  text-align: center;
}
.chapter-tips p {
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}
.box-table {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  margin: 30px auto;
}
.box-table table {
  border-collapse: collapse;
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.box-table table.layout-fixed {
  table-layout: fixed;
}
.box-table table th {
  font-size: 22px;
  color: #fff;
  background: #1687d4;
  font-weight: normal;
  border-left: 1px solid #f4f4f4;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: center;
}
.box-table table th:first-child {
  border-left-color: #1687d4;
}
.box-table table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  padding: 15px 10px;
  line-height: 1.5;
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
.box-table .select-city {
  display: inline-block;
  padding: 0 20px;
  width: 7em;
  font-size: 16px;
  color: #333;
  text-align: center;
  background: #fff url('/go/image/DTRA/images/arrow-b.png') right center no-repeat;
  cursor: pointer;
}
.box-table .list-citys {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  text-align: center;
}
.box-table .list-citys:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #1889d5;
  border-bottom: 1px solid #e7e7e7;
}
.box-table .list-citys ul {
  font-size: 0;
  text-align: left;
  padding: 10px;
}
.box-table .list-citys li {
  display: inline-block;
  /* width: 90px; */
  height: 50px;
  margin: 0 10px;
  line-height: 50px;
  color: #333;
  cursor: pointer;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.box-table .list-citys li:hover {
  background: #deedf7;
}
.on .select-city {
  background-image: url('/go/image/DTRA/images/arrow-t.png');
}
.best-time {
  padding: 0 3%;
}
.best-time .chapter-text p {
  font-size: 18px;
}
.box-panel {
  background: #f6fbfd;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 35px;
  padding: 3%;
}
.box-panel:first-child {
  margin-top: 0;
}
.box-panel .panel-hd {
  text-align: center;
  margin-bottom: 30px;
}
.box-panel .panel-hd .chapter-h4 {
  font-weight: bold;
  font-size: 26px;
}
.box-panel .panel-hd em {
  color: #1687d4;
  margin-right: 5px;
}
.box-step .step-wrapper {
  display: table;
  width: 100%;
}
.box-step .item-step {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 25%;
}
.box-step .step-line {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 10px;
  background: url('/go/image/DTRA/images/step-line.png') right center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.box-step .step-text {
  font-size: 16px;
  line-height: 1.625;
  color: #666;
}
.transfer-service2 .box-panel .panel-hd em {
  color: #ff411c;
}
.transfer-service2 .box-step .step-wrapper {
  display: block;
  padding: 50px 0;
  text-align: center;
  background: url('/go/image/DTRA/images/step-line2.png') center no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.transfer-service2 .box-step .item-step {
  display: inline-block;
  width: 16%;
  position: relative;
}
.transfer-service2 .box-step .item-step.reverse .step-text {
  bottom: auto;
  top: 100%;
}
.transfer-service2 .box-step .item-step .step-pic {
  margin: 10px auto;
}
.transfer-service2 .box-step .item-step .step-text {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.transfer-service2 .chapter-line {
  position: relative;
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #666;
}
.transfer-service2 .chapter-line:before,
.transfer-service2 .chapter-line:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-width: 8px;
  border-color: #666 transparent transparent transparent;
  border-style: solid;
}
.transfer-service2 .chapter-line:after {
  margin-top: -1px;
  border-top-color: #f6fbfd;
}
.tab-list ul {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 0;
}
.tab-list li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  font-size: 20px;
  color: #333;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.tab-list li.on {
  background: #1889d5;
  color: #fff;
  font-weight: bold;
}
.tab-panel {
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 3%;
}
.tab-panel .item-panel {
  position: relative;
  display: none;
}
.tab-panel .item-panel.on {
  display: block;
}
.tab-panel .item-panel.qrcode-panel {
  padding-right: 150px;
  min-height: 130px;
}
.tab-panel .item-panel .box-qrcode {
  position: absolute;
  right: 0;
  top: 0;
}
.service-info {
  position: relative;
}
.service-info .service-info-hd {
  display: table;
  width: 100%;
}
.service-info .service-info-hd .chapter-text {
  display: table-cell;
  padding: 0 30px;
}
.service-info .service-info-hd .chapter-text p {
  font-size: 18px;
}
.service-info .box-select {
  position: relative;
  display: table-cell;
  width: 41.25%;
  font-size: 22px;
  background: #f6fbfd;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.service-info .box-select .select-city {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  padding-right: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
}
.service-info .box-select .select-tag {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 58px;
  line-height: 58px;
  background: url('/go/image/DTRA/images/arrow-b.png') right center no-repeat;
  text-align: center;
}
.service-info .box-table {
  position: static;
}
.service-info .box-table .list-citys {
  left: auto;
  right: 0;
  top: 58px;
  width: 90%;
  border: 2px solid #cff5fc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service-info .box-table .list-citys::before {
  display: none;
}
.service-info .box-table .list-citys li {
  width: 20%;
  height: auto;
  line-height: 1.2;
  padding: 8px 0;
}
.on .box-select .select-tag {
  background-image: url('/go/image/DTRA/images/arrow-t.png');
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .wrapper {
    -webkit-background-size: 1600px auto;
    -o-background-size: 1600px auto;
    background-size: 1600px auto;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .banner .pc {
    width: 1400px;
    margin-left: -700px;
  }
  .wrapper {
    -webkit-background-size: 1400px auto;
    -o-background-size: 1400px auto;
    background-size: 1400px auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .page-tit .chapter-h2 {
    font-size: 38px;
  }
  .page-tit .page-pic img {
    width: 100%;
  }
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-container {
    padding: 30px 0;
  }
  .chapter .chapter-tit .chapter-h3 {
    font-size: 28px;
  }
  .chapter .chapter-tit .chapter-h3::before,
  .chapter .chapter-tit .chapter-h3::after {
    width: 100px;
  }
  .chapter .chapter-cont {
    padding: 0 3%;
  }
  .chapter-01 {
    padding-top: 10%;
    margin-top: 0;
  }
  .chapter-01 .chapter-container {
    padding-bottom: 10px;
  }
  .chapter-text {
    padding: 0;
  }
  .chapter-text .chapter-h6 {
    font-size: 18px;
  }
  .chapter-text p {
    line-height: 1.6;
  }
  .chapter-tips p {
    line-height: 1.6;
  }
  .best-time {
    padding: 0 2%;
  }
  .best-time .chapter-text p {
    font-size: 16px;
  }
  .mt-10 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .box-table {
    margin: 20px auto;
  }
  .box-table table th {
    font-size: 18px;
  }
  .box-table .list-citys ul {
    padding: 10px 5px;
  }
  .box-table .list-citys li {
    width: 16.66%;
    height: auto;
    line-height: 1.2;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .box-panel {
    margin-top: 25px;
    padding: 3% 2%;
  }
  .box-panel .panel-hd {
    margin-bottom: 20px;
  }
  .box-panel .panel-hd .chapter-h4 {
    font-size: 22px;
  }
  .box-step .step-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .transfer-service2 .box-step .step-wrapper {
    padding: 65px 0;
  }
  .transfer-service2 .box-step .item-step.reverse .step-text br {
    display: none;
  }
  .tab-list ul {
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .tab-list li {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .service-info .service-info-hd .chapter-text {
    padding: 0;
  }
  .service-info .service-info-hd .chapter-text p {
    font-size: 16px;
  }
  .service-info .box-select {
    padding: 0 15px;
    width: 50%;
    font-size: 18px;
  }
  .service-info .box-select .select-city {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .service-info .box-select .select-tag {
    width: 80px;
    height: 50px;
    line-height: 50px;
  }
  .service-info .box-table .list-citys {
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 501;
  }
  .service-info .box-table .list-citys li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-tit .chapter-h2 {
    font-size: 28px;
  }
  .page-tit .page-pic {
    width: 15%;
  }
  .chapter {
    margin-top: 20px;
  }
  .chapter .chapter-container {
    padding: 20px 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .chapter .chapter-tit {
    margin-bottom: 15px;
  }
  .chapter .chapter-tit .chapter-h3 {
    font-size: 24px;
  }
  .chapter .chapter-tit .chapter-h3::before,
  .chapter .chapter-tit .chapter-h3::after {
    width: 60px;
  }
  .chapter .chapter-cont {
    padding: 0 15px;
  }
  .chapter-01 {
    padding-top: 7%;
    margin-top: 0;
  }
  .chapter-01 .chapter-container {
    padding-bottom: 10px;
  }
  .chapter-text .chapter-h6 {
    font-size: 16px;
  }
  .chapter-text p {
    font-size: 14px;
  }
  .chapter-tips p {
    font-size: 14px;
  }
  .best-time {
    padding: 0 5px;
  }
  .best-time .chapter-text p {
    font-size: 14px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .box-table {
    margin: 15px auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .box-table .select-city {
    font-size: 14px;
    padding: 0 1em;
    -webkit-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  .box-table table {
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .box-table table th {
    font-size: 16px;
    padding: 10px 5px;
  }
  .box-table table td {
    font-size: 14px;
    padding: 10px 5px;
  }
  .box-table .list-citys ul {
    padding: 10px 5px;
  }
  .box-table .list-citys li {
    width: 16.66%;
    height: auto;
    line-height: 1.2;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .box-panel {
    margin-top: 15px;
    padding: 15px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .box-panel .panel-hd {
    margin-bottom: 15px;
  }
  .box-panel .panel-hd .chapter-h4 {
    font-size: 18px;
  }
  .box-step .step-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .box-step .step-text br {
    display: none;
  }
  .box-step .step-line {
    height: 7px;
    margin: 8px auto;
  }
  .transfer-service .box-step .step-pic {
    width: 40px;
    height: auto;
  }
  .transfer-service2 .box-step .step-wrapper {
    padding: 70px 0;
  }
  .transfer-service2 .box-step .item-step {
    position: relative;
    top: -20px;
  }
  .transfer-service2 .box-step .item-step .step-text {
    width: 120%;
    left: -10%;
  }
  .transfer-service2 .box-step .item-step .step-pic {
    margin: 8px auto;
    width: 46px;
    height: auto;
  }
  .transfer-service2 .box-step .item-step.reverse {
    top: 20px;
  }
  .tab-list ul {
    display: block;
    font-size: 0;
  }
  .tab-list li {
    display: inline-block;
    width: 20%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .tab-list li.on {
    font-weight: normal;
  }
  .tab-panel .item-panel.qrcode-panel {
    padding-right: 0;
  }
  .tab-panel .item-panel .box-qrcode {
    position: static;
    right: auto;
    top: auto;
    text-align: center;
    margin: 10px auto 0;
  }
  .service-info .service-info-hd {
    display: block;
    text-align: center;
  }
  .service-info .service-info-hd .chapter-text {
    display: block;
  }
  .service-info .service-info-hd .chapter-text p {
    font-size: 14px;
  }
  .service-info .box-select {
    display: block;
    padding: 0 10px;
    width: 300px;
    margin: 10px auto 0;
    font-size: 16px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .service-info .box-select .select-city {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-right: 60px;
  }
  .service-info .box-select .select-tag {
    right: 10px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    -webkit-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  .service-info .box-table {
    position: relative;
  }
  .service-info .box-table .list-citys {
    top: -15px;
    left: 0;
    right: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-width: 1px;
  }
  .service-info .box-table .list-citys li {
    width: 33.33%;
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .page-tit .chapter-h2 {
    font-size: 24px;
  }
  .page-tit .page-pic {
    bottom: 100%;
  }
  .chapter .chapter-container {
    padding: 15px 0;
  }
  .chapter .chapter-tit {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .chapter .chapter-tit .chapter-h3 {
    font-size: 20px;
  }
  .chapter .chapter-tit .chapter-h3::before,
  .chapter .chapter-tit .chapter-h3::after {
    width: 40px;
  }
  .chapter .chapter-cont {
    padding: 0 10px;
  }
  .chapter-01 {
    margin-top: 0;
  }
  .chapter-01 .chapter-container {
    padding-bottom: 0;
  }
  .chapter-text.text-center {
    text-align: left;
  }
  .chapter-text p {
    line-height: 1.4;
  }
  .chapter-text .chapter-h6 {
    font-size: 14px;
  }
  .chapter-tips p {
    line-height: 1.4;
  }
  .box-table {
    margin: 10px auto;
  }
  .box-table .select-city {
    padding-left: 0;
    width: auto;
  }
  .box-table table th {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 5px;
  }
  .box-table table td {
    padding: 8px 5px;
    line-height: 1.4;
  }
  .box-table .list-citys ul {
    padding: 10px 5px;
  }
  .box-table .list-citys li {
    width: 16.66%;
    padding: 5px 3px;
    font-size: 14px;
  }
  .box-panel .panel-hd {
    margin-bottom: 10px;
  }
  .box-panel .panel-hd .chapter-h4 {
    font-size: 16px;
  }
  .box-step .step-line {
    margin: 5px auto;
  }
  .transfer-service .box-step .step-pic {
    width: 30px;
  }
  .transfer-service2 .box-step .step-wrapper {
    padding: 80px 0;
  }
  .transfer-service2 .box-step .item-step .step-pic {
    width: 40px;
    margin: 5px auto;
  }
  .transfer-service2 .box-panel .chapter-tips.text-center p:first-child {
    text-align: center;
  }
  .transfer-service2 .box-panel .chapter-tips.text-center br {
    display: none;
  }
  .tab-list ul {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tab-list li {
    width: 33.33%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .service-info .box-select {
    width: 260px;
  }
  .service-info .box-select .select-city {
    font-size: 14px;
  }
  .service-info .box-select .select-tag {
    font-size: 14px;
  }
}
