body {
  word-break: initial;
}

/*banner fixed*/
.ch-header {
  background: #a31022;
  color: #fff;
  height: 2.7rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.ch-header-tailormade {
  margin-right: 1rem;
}

#MAIN {
  padding-top: 2.71rem;
}

/*ChA*/
.ChA {
  text-decoration: underline;
  line-height: 1.6rem;
}

.aButton,
.aGudingButton {
  text-align: center;
}

.aButton .ChA,
.aGudingButton .ChA {
  background: #ad1818 !important;
  padding: 0.625rem 0;
  color: #fff;
  display: inline-block;
  border-radius: 0.3rem;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
  max-width: 24rem;
}

.aButton .ChA:after,
.aGudingButton .ChA:after {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 0.1rem;
}

.aGudingButton {
  position: fixed;
  bottom: -0.5rem;
  width: 100%;
  z-index: 1000;
  right: 10%;
  border: none;
  background: none;
}

.aGudingButton .ChA {
  padding: 0.3rem 0;
  border-radius: 1rem;
  max-width: 25rem;
}

@media (max-width: 750px) {
  .aGudingButton {
    right: initial;
  }
}

.ChAccordion {
  width: 100%;
  transform: translateZ(0);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fcfcfc;
}

.ChAccordion input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.ChAccordion label {
  position: relative;
  display: block;
  padding: 1rem 3.5rem .9rem 1.25rem;
  border-top: 1px solid #ddd;
  cursor: pointer;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: justify;
  margin-bottom: 0;
}

.ChAccordion label:after {
  content: url(../png/down-circle-gray.png);
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  transform: rotate(0deg);
  transition: transform .3s;
  font-size: 1.5rem;
}

.ChAccordion section {
  max-height: 0;
  transition: max-height .5s ease;
  overflow: hidden;
}

.ChAccordion [id^="toggle-"]:checked~label:after {
  transform: rotate(180deg);
}

.ChAccordion [id^="toggle-"]:checked~section {
  transition: max-height 0.5s ease-in;
  max-height: 50rem;
}

.ChAccordion .ChAccordionP {
  margin: 0 0 0.9rem;
  padding: 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4rem;
  text-align: justify;
  color: #717171;
}

#ServerRenderApp .ChAccordion+* {
  margin-top: 0
}

/*ChBanner*/
header {
  outline: none;
}

.ch-header {
  background: #a31022;
  color: #fff;
  height: 2.7rem;
}

.ch-header-menubar {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  outline: none;
}

.ch-header-banner {
  right: 0.5rem;
  top: 1px;
  font-size: 1rem;
}

.ch-header-tailormade {
  font-size: 0.8rem;
  color: #ddd;
  padding: 0.2rem 0.4rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 1rem;
}

.ChBanner .icon-bar {
  display: block;
  width: 1.3rem;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  margin: 5px 0;
}

/*ChCarousel*/
.ChCarouselFix {
  min-height: 2rem;
}

.ChCarouselFix .readMore,
.ChCarousel .readMore {
  position: absolute;
  text-shadow: 3px 3px 3px #333;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 25%;
  padding: 0 2rem 0.5rem;
  text-align: center;
  font-size: 2.5rem;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 0 5px #555;
  line-height: 3.2rem;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  max-width: 70%;
  min-width: 50%;
}

.ChCarouselFix .readMore.ChCarnoBorder,
.ChCarousel .readMore.ChCarnoBorder {
  background: none;
  border: none;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  top: 38%;
  font-size: 2.8rem;
}

.ChCarouselFix .readMore.ChUnderLine,
.ChCarousel .readMore.ChUnderLine {
  background: none;
  border: none;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  top: 80%;
  font-size: 2.4rem;
}

.ChCarouselFix .readMoreBtn,
.ChCarousel .readMoreBtn {
  display: inline-block;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0 0 5px #555;
  border: 2px solid #fff;
  width: auto;
  line-height: 2.5rem;
  margin-top: 1.5rem;
}

.ChCarouselFix .readmoresub,
.ChCarousel .readmoresub {
  font-size: 1.8rem;
  color: #fff;
}

.ChCarouselFix ul li {
  padding: 0;
  margin: 0;
  background: none;
}

.flexslider .slides img {
  margin: 0;
}

/*fix amp builder*/
@media (min-width: 1200px) {
  .ChCarouselFix.fullCenter {
    transform: translateX(calc((1120px - 100vw)/ 2));
    border-radius: 0;
    margin: 0;
    width: 100vw !important;
  }

  .ChCarouselFix.fullCenter.flexslider:hover .flex-prev {
    left: 2rem;
  }

  .flexslider .slides img.flexslider:hover .flex-next {
    right: 1.2rem;
  }
}

@media (max-width: 750px) {

  .ChCarouselFix .readMoreBtn,
  .ChCarousel .readMoreBtn {
    font-size: 0.8rem;
    padding: 0.3rem;
    line-height: 1;
    margin-top: 0.5rem;
  }

  .ChCarousel .readMore {
    font-size: 1.3rem;
    line-height: 2rem;
    top: 50%;
    max-width: 90%;
    min-width: 70%;
    background: rgba(0, 0, 0, 0.25);
    font-size: 1.5rem;
  }

  .ChCarouselFix .readMore.ChCarnoBorder {
    /*position: relative;*/
    font-size: 1rem;
    line-height: 1.4rem;
    bottom: 0;
    padding: 0 0.5rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .ChCarouselFix .readMore.ChUnderLine {
    /*position: relative;*/
    font-size: 1rem;
    line-height: 1.4rem;
    bottom: 0;
    padding: 0 0.5rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .ChCarouselFix .readmoresub,
  .ChCarousel .readmoresub {
    font-size: 1rem;
  }
}

/*ChForm1*/
.ChForm1 {
  padding: 2.875rem 0;
  background: url(../jpg/destinations-index-bottom.jpg) no-repeat;
  background-size: cover;
}

.ChForm1 input {
  border: medium none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #999;
  color: #333;
  font-size: 0.875rem;
  padding: 0.625rem;
  width: 100%;
  height: 2.5rem;
}

.ChForm1.fullCenter .ChForm1_C {
  max-width: 73.125rem;
  margin: 0 auto;
}

.ChForm1 textarea {
  width: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  padding-bottom: 1.875rem;
  line-height: 1.25rem;
  padding: 0.625rem;
  height: 10rem;
}

.ChForm1 .CityIndexInquiry {
  color: #fff;
  font-size: 2.3125rem;
  font-family: Segoe Script;
  display: block;
  margin-bottom: 1.25rem;
  text-shadow: 3px 3px 3px #414141;
}

.ChForm1 .IndexInquiry {
  font-size: 1.4375rem;
  color: #fff;
  text-shadow: 3px 3px 3px #414141;
}

.ChForm1 .BottomWords {
  padding-left: 11.25rem;
}

.ChForm1 .InquiryBox {
  background: #ededed;
  border: 1px solid #d6d6d6;
  padding: 1.2rem 1rem 1rem 1rem;
  width: 100%;
  position: relative;
}

.bgGray .ChForm1 .InquiryBox {
  background: #ffffff;
}

.ChForm1 .InquiryLable {
  margin-bottom: 1rem;
}

.ChForm1 .InquiryLable select {
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.2rem;
  border: 1px solid #ccc;
  width: 100%;
  padding-left: 7rem;
}

.ChForm1 .InquiryLable .placeholder {
  position: absolute;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.85rem;
  padding: 0 0.8rem;
  background: #666;
  color: #f9f9f9;
  border-radius: 4px 0 0 4px;
  min-width: 6rem;
  text-align: center;
}

.ChForm1 input.FullName {
  background: #fff url(../png/input-name.png) no-repeat 1rem;
  padding-left: 3.125rem;
}

.ChForm1 input.EmailAddress {
  background: #fff url(../png/input-email.png) no-repeat 1rem;
  padding-left: 3.125rem;
}

.ChForm1 input.InquiryCalendar {
  background: #fff url(../png/tour-calendar.png) no-repeat 1rem;
  padding-left: 3.125rem;
}

.ChForm1 input.adNumber {
  background: #fff url(../png/adpngc81e.png?2) no-repeat 1rem;
  padding-left: 3.3rem;
}

.ChForm1 input.chNumber {
  background: #fff url(../png/chpngeccb.png?3) no-repeat 1rem;
  padding-left: 3.3rem;
}

.ChForm1 input.allNumber {
  background: #fff url(../png/allpnga87f.png?4) no-repeat 1rem;
  padding-left: 3.3rem;
}

.ChForm1 input.dayCount {
  background: #fff url(../png/dayspngc81e.png?2) no-repeat 1rem;
  padding-left: 3.3rem;
}

.ChForm1 .sendButton {
  background: #ae1819 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1.125rem;
  margin: 0 0.625rem 1rem 0;
  padding: 0.625rem;
  text-align: center;
  width: 100%;
}

.ChForm1 .requiredArea {
  border-bottom: 1px dashed #a31022;
  color: #a31022;
  font-size: 0.9rem;
  padding-top: 5px;
  padding-left: 1px;
  display: none;
}

.ChForm1.Beijing {
  background-image: url(../jpg/hiking-top-desk1fb2.jpg?20180201);
}

.ChForm1.Guilin {
  background-image: url(../jpg/tg-index-top-liriver84dd.jpg?2018);
}

.ChForm1.Shanghai {
  background-image: url(../jpg/shanghai-index-bottom.jpg);
}

.ChForm1.Chengdu {
  background-image: url(../jpg/chengdu-index-bottom.jpg);
}

.ChForm1.Xian {
  background-image: url(../jpg/xian-index-bottom.jpg);
}

.ChForm1.Tibet {
  background-image: url(../jpg/tibet-index-bottom.jpg);
}

.ChForm1.Zhangjiajie {
  background-image: url(../jpg/zjj-index-bottom.jpg);
}

.ChForm1.Hangzhou {
  background-image: url(../jpg/hangzhou-index-bottom.jpg);
}

.ChForm1.Kunming {
  background-image: url(../jpg/yunnan-index-bottom.jpg);
}

.ChForm1.Guizhou {
  background-image: url(../jpg/guizhou-index-bottom.jpg);
}

.ChForm1.Suzhou {
  background-image: url(../jpg/suzhou-index-top-deske5d3.jpg?20180228);
}

.ChForm1.Silu {
  background-image: url(../jpg/silk-road-tour-bottom.jpg);
}

.ChForm1.Hongkong {
  background-image: url(../jpg/hk-index-bottom.jpg);
}

.ChForm1.Xiamen {
  background-image: url(../jpg/xiamen-index-top-desk.jpg);
}

.ChForm1.Harbin {
  background-image: url(../jpg/harbin-index-top-desk.jpg);
}

.ChForm1.Jiuzhaigou {
  background-image: url(../jpg/jiuzhaigou-index-top-desk.jpg);
}

.ChForm1.Hainan {
  background-image: url(../jpg/hainan.jpg);
}

/*简易表单*/
.ChForm1-right {
  background: none;
  padding: 0;
  float: right;
  min-width: 22rem;
  max-width: 25rem;
  margin-left: 1.5rem;
  z-index: 1;
}

.ChGrid .ChForm1-right {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-left: 0;
  min-width: auto;
  background: none;
  padding: 0;
  transform: none;
}

.ChForm1.ChForm1-right .IndexInquiry {
  display: none;
  text-shadow: none;
  text-align: center;
}

.ChForm1.ChForm1-right .CityIndexInquiry {
  color: #ad1818;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

.ChForm1.ChForm1-right .BottomWords {
  padding-left: 0;
  text-align: center;
}

.ChForm1.ChForm1-right .CityIndexInquiry {
  text-shadow: none;
  text-align: center;
}

.ChForm1.ChForm1-right .ChForm1_C {
  margin-left: 0;
  margin-right: 0;
}

.ChForm1.ChForm1-right.productCode .ChForm1_C {
  background: none;
  border: 1px solid #d6d6d6;
  border-radius: 0.125rem;
}

.ChForm1.ChForm1-right.productCode .InquiryBox {
  background: #fff;
  border: none;
  padding: 1.5rem 1rem 0.5rem;
}

.ChForm1.ChForm1-right.productCode .CityIndexInquiry {
  background: #f4f4f4;
  font-weight: 300;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.ChForm1 .ChForm1_ULink {
  padding: 0 1rem 0 0.25rem;
}

.ChForm1 .ChForm1_ULink li {
  background: url(../png/arrow-10x16.png) no-repeat left 7px;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  list-style: none;
}

.ChForm1 .ChForm1_ULink li a:hover {
  text-decoration: none;
  color: #a31022;
}

.ChForm1 .input-group-addon:first-child {
  color: #ad1818;
  background: #fff;
}

.ChForm1 .tw30.input-group-addon:first-child {
  width: 30%;
}

.ChForm1 .tw35.input-group-addon:first-child {
  width: 35%;
}

.ChForm1 .tw40.input-group-addon:first-child {
  width: 40%;
}

.ChForm1 .tw45.input-group-addon:first-child {
  width: 45%;
}

.ChForm1 .tw50.input-group-addon:first-child {
  width: 50%;
}

.ChForm1 .tw55.input-group-addon:first-child {
  width: 55%;
}

.ChForm1 .tw60.input-group-addon:first-child {
  width: 60%;
}

.ChForm1 .input-group {
  width: 100%;
}

.ChForm1.ChForm1-center-mini {
  background: #fff;
  padding: 0 15px;
}

.ChForm1.ChForm1-center-mini .InquiryBox {
  padding-bottom: 0;
}

.ChForm1.ChForm1-center-mini .InquiryBox:after {
  clear: both;
  content: " ";
  display: table;
}

.ChForm1.ChForm1-center-mini .BottomWords {
  padding-left: 0;
}

.ChForm1.ChForm1-center-mini .CityIndexInquiry {
  text-align: center;
  color: #343434;
  text-shadow: 2px 2px 2px #ddd;
  margin-bottom: 0;
}

.ChForm1.ChForm1-center-mini .IndexInquiry {
  text-align: center;
  color: #343434;
  text-shadow: 2px 2px 2px #ddd;
  display: block;
  margin-bottom: 0.75rem;
}

.ChForm1.ChForm1-center-mini .InquiryLable {
  width: 25%;
  float: left;
  padding: 0 0.5rem;
}

.ChForm1.ChForm1-center-mini .sendButton {
  width: 24%;
  left: 0.5%;
  position: relative;
  float: left;
  padding: 0.5rem;
  margin: 0;
}

.ChForm1 .allNumberDiv {
  position: relative;
}

.ChForm1 .allNumberDiv input {
  cursor: pointer;
}

.ChForm1 .slideNumber {
  position: absolute;
  width: 95%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1.25rem 1rem;
  top: 40px;
  z-index: 1000;
}

.none {
  display: none;
}

.ChForm1 .increment-btn {
  box-shadow: 0 0 3px #000;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: block;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin-right: 0.75rem;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  bottom: 0.1rem;
  color: #333;
}

.ChForm1 .increment-btn:active {
  background: #ad1818;
  color: #fff;
}

@media (max-width: 750px) {
  .ChForm1 {
    background: none;
    padding: 0;
  }

  .ChForm1 .IndexInquiry {
    display: none;
  }

  .ChForm1 .CityIndexInquiry {
    color: #ad1818;
    margin-bottom: 0.5rem;
  }

  .ChForm1 .BottomWords {
    padding-left: 0;
    text-align: center;
  }

  .ChForm1 .CityIndexInquiry {
    text-shadow: none;
    text-align: center;
  }

  .ChForm1 .IndexInquiry {
    text-shadow: none;
    text-align: center;
  }

  .ChForm1.ChForm1-right {
    float: none;
  }

  .ChForm1 .ChForm1_ULink {
    display: none;
  }

  .ChUl.spinNavi {
    margin: 0 -1rem;
  }

  .ChUl.spinNavi ul li {
    padding: 0;
  }

  .ChUl.spinNavi ul li a {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .ChForm1.ChForm1-center-mini .InquiryLable {
    width: 100%;
    float: none;
  }

  .ChForm1.ChForm1-center-mini .sendButton {
    width: 61.8%;
    margin: 0 auto 1rem;
    display: block;
    left: 0;
    float: none;
  }
}

/*ChHead*/
h1.ChHead.h1,
h2.ChHead.h2,
h3.ChHead.h3,
h4.ChHead.h4 {
  font-weight: 400;
  /*color: #000;*/
}

h2.ChHead.h2 {
  margin-top: 2rem;
  line-height: 2rem;
}

h3.ChHead.h3 {
  line-height: 2rem;
}

/*强制高度0*/
h1.ChHead.h1.clearmargin,
h2.ChHead.h2.clearmargin,
h3.ChHead.h3.clearmargin,
h4.ChHead.h4.clearmargin {
  margin: 0;
}

/*前置图标*/
.ChHead.hicon-light {
  background: url(../png/itinerary-43x29.png) no-repeat 0 center;
  padding-left: 2.5rem;
  background-size: auto 60%;
}

.ChHead.left-red-h {
  border-left: 5px solid #ad1818;
  padding-left: 0.75rem;
}

@media (max-width: 768px) {
  h1.ChHead.h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h2.ChHead.h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  h3.ChHead.h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  h4.ChHead.h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  h5.ChHead.h5 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  h6.ChHead.h6 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  h1.ChHead.h1.clearmargin,
  h2.ChHead.h2.clearmargin,
  h3.ChHead.h3.clearmargin,
  h4.ChHead.h4.clearmargin {
    margin: 0;
  }
}

.ChIframe iframe {
  width: 100%;
}

.ChIframeCover {
  display: none;
}

@media (min-width: 1200px) {
  .ChIframe.iframe-right {
    width: 350px;
    float: right;
    margin-left: 0.5rem;
  }

  .ChIframe.iframe-left {
    width: 400px;
    float: left;
    margin-right: 0.5rem;
  }
}

/*ChImg*/
.ChImg img,
.ChImg amp-img {
  border-radius: 0.25rem;
}

.ChImg .titleStrong {
  font-weight: 500;
}

.ChImg .titleSmall {
  font-weight: 300;
  margin-top: 0.25rem;
  padding: 0 1rem;
}

.ChImg.inlineText {
  position: relative;
  box-sizing: border-box;
}

.ChImg.inlineText>div {
  position: absolute;
  bottom: 0;
  width: calc(100%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.5rem;
  border-radius: 0 0 5px 5px;
}

.ChImg.ChImgCenter {
  float: none;
  max-width: initial;
  padding-top: 0;
  margin: 0 auto;
}

.ChImg.ChImgCenter img,
.ChImg.ChImgCenter amp-img {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.ChImg.ChImgCenter .titleSmall {
  position: relative;
  padding: 0;
  margin: 0.5rem 0 0;
  background: none;
  color: #444;
  font-weight: normal;
}

.ChImg.mxw400 {
  max-width: 400px;
}

.ChImg.mxw400 {
  max-width: 500px;
}

.ChImg.mxw600 {
  max-width: 600px;
}

.ChImg .icht-zuti {
  font-weight: 600;
}

.ChImg.yuan-img img,
.ChImg.yuan-img amp-img {
  border-radius: 50%;
}

.ChImg .titlePrint {
  margin: 0.75rem 0;
}

.ChImg .titlePrint a {
  text-align: center;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #337ab7;
  text-decoration: none;
  color: #eee;
  background-color: #337ab7;
  cursor: pointer;
}

.ChImg .titlePrint a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #ServerRenderApp .ChImg img {
    margin: 0;
  }

  .container>.ChImg,
  #ServerRenderApp>.ChImg {
    float: right;
    margin-left: 1rem;
    min-width: 50px;
    max-width: 300px;
    margin-top: 0;
    width: 100%;
    padding-top: 0.5rem;
  }

  #ServerRenderApp .ChImg.leftw300,
  #ServerRenderApp .ChImg.leftw200 {
    float: left;
    margin: 0 1rem 0 0;
  }

  #ServerRenderApp .ChImg.ChImgCenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    padding-top: 0;
    text-align: center;
  }

  #ServerRenderApp .ChImg.ChImgCenter img {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }

  #ServerRenderApp>.ChImg.fillMax {
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }

  #ServerRenderApp>.ChImg.mxw300 {
    max-width: 300px;
  }

  #ServerRenderApp>.ChImg.mxw400 {
    max-width: 400px;
  }

  #ServerRenderApp>.ChImg.mxw500 {
    max-width: 500px;
  }

  #ServerRenderApp>.ChImg.mxw600 {
    max-width: 600px;
  }

  #ServerRenderApp>.ChImg.leftw200 {
    max-width: 200px;
  }

  #ServerRenderApp>.ChImg.leftw300 {
    max-width: 300px;
  }

  .ChImg.largeImg,
  .ChImg.smallImg {
    float: none;
    margin-left: 0;
    min-width: initial;
    max-width: initial;
    width: initial;
  }

  .ChImg.largeImg.fullCenter {
    width: 100vw !important;
  }

  .ChImg.fillMax img {
    margin-left: 0;
    width: 100%;
  }
}

/*栅格内的图片不需要浮动 */
.ChGrid .ChImg {
  margin-left: 0;
  float: none;
}

.fillMax {
  max-width: 100%;
  width: 100%;
}

.fillMax img {
  width: 100%;
}

/*ChImg2*/
.homeBrand {
  position: relative;
}

.homeBrand .ChImg2-head {
  background: #dfdfdf;
  text-align: center;
  padding: 0.6em 0.5rem;
  display: block;
  box-shadow: 0 0 6px #888;
  color: #555;
  margin: 0;
  font-weight: normal;
}

.homeBrand .homeBrandInterText {
  background: none;
  text-align: center;
  padding: 0;
  display: block;
  box-shadow: none;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: 3px 3px 3px #333;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
}

.homeBrand .fix-banner {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.homeBrand .homeBrandInterTextCenter {
  background: none;
  text-align: center;
  padding: 0;
  display: block;
  box-shadow: none;
  color: #fff;
  text-shadow: 3px 3px 3px #333;
}

.homeBrand .subTitle {
  top: 45%;
  display: block;
  padding: 0 0.75rem;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  color: #fff;
}

.homeBrand .linkText {
  display: inline-block;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0 0 5px #555;
  border: 2px solid #fff;
  line-height: 2rem;
  margin-top: 1rem;
}

.ChImg2 img {
  width: 100%;
  border-radius: 0;
  height: auto;
}

.ChImg2 .chCover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.31);
}

@media (max-width: 768px) {

  .homeBrand .fix-banner {
    top: 20%;
    position: absolute;
    padding: 0;
  }

  .homeBrand .homeBrandInterTextCenter {
    width: 100%;
    line-height: 1.6rem;
    bottom: 0;
    font-size: 1.6rem;
    padding: 0.8rem 0.5rem 0;
    height: auto;
  }

  .homeBrand .subTitle {
    font-size: 1.2rem;
    margin-top: 6px;
  }

  .homeBrand .linkText {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.2rem;
    border: 1px solid #fff;
    padding: 0.25rem 0.5rem;
    text-decoration: underline;
  }

  .homeBrand span.homeBrandInterText {
    bottom: 1rem;
    font-size: 1.6rem;
  }
}

/*ChImg3*/
.ChImg3 {
  background: #dfdfdf;
  border-radius: 0.1rem;
  padding-right: 0.4rem;
}

.ChImg3 a {
  color: #333;
  text-decoration: none;
}

.ChImg3 a:hover {
  text-decoration: none;
}

.ChImg3 amp-img {
  margin-top: -0.5rem;
  margin-right: 0.8rem;
  float: left;
  border-radius: 4px 0 0 4px
}

.ChImg3 img {
  margin-top: -0.5rem;
  margin-right: 0.8rem;
  float: left;
  border-radius: 4px 0 0 4px
}

/*ChP*/
.ChP a {
  text-decoration: underline;
  color: #07c;
}

/*p段落不适用两端对其*/
.ChP.justify {
  text-align: left;
}

.ChP.justifyfix {
  text-align: justify;
}

/*ChTable*/
.ChTable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ChTable table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.ChTable td,
.ChTable th {
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  font-size: 0.9rem;
}

.ChTable table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.ChTable table thead th {
  border-top: 2px solid #a31022;
  text-align: left;
}

.ChTable table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.ChTable thead th {
  vertical-align: bottom;
  background-color: #f3f3f3;
  color: #555;
}

.ChTable tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.ChTable .ChTableTitle {
  text-align: left;
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}

/*ChTour*/
.homeTours amp-img {
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.homeTours img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  margin: 0;
}

.tourPackage {
  background: #f4f4f4;
  padding: 1rem 1.2rem;
  border-radius: 0 0 6px 6px;
  border: 1px solid #d6d6d6;
}

.tour-bg-white .tourPackage {
  background: #fff;
}

.tourPackage p {
  margin: 1rem 0 1.45rem;
  font-size: 0.935rem;
}

.tourPackage h3 {
  margin: 0.3rem 0 0.5rem;
  font-weight: 400;
  font-size: 1.3rem;
}

.tourPackage .destinations {
  display: block;
  margin: 0.5rem 0 0rem;
  color: #666;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.7rem;
  width: auto;
  border: none;
  background: none;
}

.tourPackage .viewDetail {
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 1rem 0 0 0;
  font-size: 1.2rem;
}

.tourPackage .viewDetail>a {
  color: #ad1818;
  padding: 0;
  display: block;
  text-transform: uppercase;
  float: right;
}

.tourPackage .viewDetail>a>i {
  font-size: 1.45rem;
  margin-left: 0.25rem;
}

.ChTour.ChTourInfeed {
  background: #f4f4f4;
  margin: 1.5rem 0;
}

.ChTour.ChTourInfeed:after {
  display: block;
  content: " ";
  clear: both;
}

.ChTour>a {
  position: relative;
  display: block;
}

.ChTour>a>em {
  position: absolute;
  background: rgba(163, 16, 34, 0.8);
  /* 标准的语法（必须放在最后） */
  color: #f9f9f9;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
}

.ChTour .Top10Tag {
  font-size: 0.925rem;
  margin-right: 0.925rem;
  display: block;
  float: left;
  margin-bottom: 0.8rem;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #c7c5c6;
  padding: 0.3rem 0.8rem;
}

.ChTour .Top10price {
  float: left;
  display: block;
  color: #343434;
  font-size: 0.95rem;
  position: relative;
  top: 3px;
}

@media (min-width: 1200px) {
  .ChTour>a>em {
    top: 1.5rem;
    left: 1.5rem;
  }

  .ChTour.ChTourInfeed>a {
    float: left;
    width: 42%;
    padding: 1rem 1.2rem;
  }

  .ChTour.ChTourInfeed .tourPackage {
    float: right;
    width: 58%;
    border: none;
  }

  .ChTour.ChTourInfeed .tourPackage h3 {
    font-weight: 600;
    font-size: 1.8rem;
  }

  .ChTour.ChTourInfeed .tourPackage .destinations {
    font-size: 1.2rem;
  }

  .ChTour.ChTourInfeed .tourPackage .viewDetail {
    width: 10rem;
    float: right;
    margin-top: -0.25rem;
  }

  .ChTour.ChTourInfeed .tourPackage .viewDetail>a {
    padding: 0.4rem 0;
    font-size: 1rem;
  }

  .ChTour.ChTourInfeed .tourPackage .viewDetail>a:after {
    content: ">";
    padding-left: 0.5rem;
  }
}

/*ChTour*/
.ChTour2 .PopCity {
  position: relative;
}

.ChTour2 .PopCity a {
  color: #fff;
  text-decoration: none;
}

.ChTour2 .CityName {
  position: absolute;
  top: 5rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.15rem #333;
  font-size: 2rem;
}

.ChTour2 .CityTag {
  position: absolute;
  top: 8rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.15rem #333;
  font-size: 0.9rem;
}

.ChTour2 .CityTour {
  position: absolute;
  bottom: 0;
  padding: 0.7rem 1rem;
  width: 100%;
  border-radius: 0 0 0.22rem 0.22rem;
  background-color: rgba(0, 0, 0, .6);
  box-sizing: border-box;
}

.ChTour2 .CityTour ul {
  padding-left: 0;
  margin: 0
}

.ChTour2 .CityTour ul li {
  margin: 0;
  padding-left: 1.3rem;
  background: url(../png/destination-list-bg.png) no-repeat left;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6rem;
  list-style: none;
}

.ChTour2 .CityTour ul li a {
  color: #fff;
  text-decoration: none;
}

.ChTour2 img {
  margin: 0;
}


.ChTourItem {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}

.ChTourItem:first-child {
  margin-top: 1rem;
}

.ChTourItem strong {
  color: #333;
}

.ChTourItem .TourDates {
  background: #f7f7f7;
  padding: 0.625rem 1.1rem;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  color: #343434;
  text-decoration: none;
  border: none;
  width: 100%;
  outline: none;
  text-align: left;
}

.ChTourItem .TourDay {
  color: #a31022;
  margin-right: 0.625rem;
  width: 11%;
  display: inline-block;
  vertical-align: top;
}

.ChTourItem .TourDay strong {
  color: #a31022;
}

.ChTourItem .TourDayMainTitle {
  width: 81%;
  display: inline-block;
}

.ChTourItem .TourDaySubTitle {
  display: inline-block;
  font-size: 0.95rem;
  color: #888;
  padding-left: 11%;
  margin-left: 0.625rem;
  width: 82%;
}

.ChTourItem .CloseButton {
  width: 5%;
  display: inline-block;
  vertical-align: top;
}

.ChTourItem .CloseButton .fa {
  cursor: pointer;
  float: right;
  font-size: 1.125rem;
  color: #a31022;
  border: 2px solid #a31022;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}

.TourDates[aria-expanded="true"] .CloseButton .fa:before {
  content: "\f106";
}

.ChTourItem .GoodtoKnow {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  padding: 1rem 1rem 1.2rem;
  margin-bottom: 1.25rem;
}

.ChTourItem .TMtips {
  color: #0e61ae;
  font-style: italic;
  font-size: 1.375rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}

.ChTourItem .GoodtoKnow>p {
  font-size: 1rem;
  line-height: 1.7rem;
}

.ChTourItem ul.TourSights {
  display: block;
  padding: 0;
  margin-top: 0;
}

.ChTourItem ul.TourSights li {
  padding-left: 1.5rem;
  background: url(../png/square-gray-8x8.png) no-repeat 0.25rem 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.6rem;
  list-style: none;
}

.ChTourItem ul.TourSights li .fa {
  text-indent: -0.6rem;
}

/*
.ChTourItem ul.TourSights li > span {

}
*/
.ChTourItem .fa-cutlery,
.ChTourItem .fa-lightbulb-o {
  font-size: 1.125rem;
  margin-right: 0.625rem;
  color: #555;
  margin-top: 0.125rem;
}

.ChTourItem .fa-lightbulb-o {
  font-size: 1.6rem;
}

.ChTourItem .fa-square {
  font-size: 0.3rem;
  margin-right: 0.6rem;
  color: #aaa;
  margin-left: -0.75rem;
}

.ChTourItem .TourHotelList {
  margin-bottom: 1rem;
}

.ChTourItem .TourHotelList em {
  display: block;
  margin-bottom: 0.4rem;
  font-style: normal;
  font-weight: bold;
  color: #333;
  font-size: 1rem;
}

.ChTourItem .TourHotelList ul {
  margin: 0;
  padding: 0;
}

.ChTourItem .TourHotelList ul li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.ChTourItem .TourHotelList .fa-star {
  font-size: 1rem;
  color: #c1c1c1;
  margin-right: 0.3rem;
  color: #f1bc02;
}

.ChTourItem .TourHotelList .fa-star:first-child {
  margin-left: 0.5rem;
}

.ChTourItem .TourPicture {
  margin-bottom: 1rem;
}

.ChTourItem .TourPicture amp-img,
.ChTourItem .TourPicture img {
  width: 100%;
  border-radius: 0.15rem;
}

.ChTourItem .TourPicture .TourPic {
  margin-bottom: 0.5rem;
}

.ChTourItem .TourImgTitle {
  display: block;
  font-size: 1rem;
  margin-top: 0.3rem;
  font-style: italic;
  padding-right: 0.6rem;
  color: #555;
}

.ChTourItem .TourPic {
  margin-bottom: 1rem;
}

.ChTourItem .TourInfo {
  padding: 0 1.25rem;
  background: #fff;
}

.ChTourItem .TourInfo>p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 1rem 0;
}

.ChTourItem .TourInfo> :last-child {
  margin-bottom: 1.25rem;
}

.ChTourItem .TourInfo> :first-child {
  margin-top: 1.25rem;
}

.ChTourItem .NoteTitle {
  display: block;
  float: left;
  color: #a31022;
  font-size: 1.2rem;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 0.6rem;
  margin-top: -1.5rem;
}

.ChTourItem .NoteTitle img[layout="responsive"][width][height],
.ChTourItem .NoteTitle amp-img[layout="responsive"][width][height] {
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  width: 1.8rem;
  display: inline-block;
  vertical-align: middle;
}

.ChTourItem .NoteInfo {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 2rem 1rem 0.5rem;
  margin: 2.2rem 0 1.2rem;
}

.ChTourItem .TourInfo h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

.ChTourItem .NoteInfoSub {
  display: block;
  margin: 0.5rem 0 1rem;
}

.ChTourItem ul.TourTextList {
  margin: 0;
  padding: 0;
}

.ChTourItem ul.TourTextList li {
  background: url(../gif/red-icon.gif) 0.2rem 0.5rem no-repeat;
  padding-left: 1.25rem;
  line-height: 1.5rem;
  margin: 0 0 0.75rem 0;
  list-style: none;
}

/*动画 不完善，暂时还是使用boostrap的插件js*/
/*
.ChTourItem .TourInfo {
  padding: 0 1.25rem;
  max-height: 0;
  transition: all .7s ease;
  overflow: hidden;
  background: #fff;
}
.ChTourItem [id^="toggle-"]:checked + .TourInfo {
  transition: all 0.7s ease-in;
  max-height: 75rem;
  padding: 1.25rem;
}
*/

/*phone*/
@media (max-width: 750px) {
  .ChTourItem ul.TourSights li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }

  .ChTourItem ul.TourSights li .fa {
    position: absolute;
    left: 0.9rem;
  }

  .ChTourItem ul.TourSights li span {
    left: -0.6rem;
  }

  .ChTourItem .TourPic {
    margin-bottom: 1rem;
  }

  .ChTourItem .TourDay {
    width: 100%;
  }

  .ChTourItem .TourDayMainTitle {
    width: 95%;
  }
}

/*ChUl*/
.ChUl.bothBorder {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 1rem;
}

.ChUl ul li {
  background: url(../gif/red-icon.gif) 0.2rem 0.5rem no-repeat;
  padding-left: 1.25rem;
  line-height: 1.5rem;
  margin: 0.35rem 0;
}

.ChUl ul li.listmb1 {
  margin-bottom: 0.5rem;
}

.ChUl ul li.listmb2 {
  margin-bottom: 1rem;
}

.ChUl ul li.listmb3 {
  margin-bottom: 1.5rem;
}

.ChUl ul li.listmb4 {
  margin-bottom: 2rem;
}

.ChUl ul li.listSytleNumber {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 0.2rem;
  margin-left: 1.2rem;
  background: none;
}

.ChUl p {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.ChUl p.bigTitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.ChUl ul li.redGou {
  background: url(../png/tour-detail-private-tags-bg.png) -0.1rem 0.2rem no-repeat;
  padding-left: 1.6rem;
}

.ChUl ul li.greenGou {
  background: url(../png/green-mark-17x16.png) 0 0.2rem no-repeat;
  padding-left: 1.6rem;
}

.ChUl ul li.GrayRec {
  background: url(../png/square-gray-8x8.png) no-repeat 0.25rem 0.5rem;
  padding-left: 1.5rem;
}

.ChUl ul li.XFace {
  background: url(../png/happy-icon.png) no-repeat 0 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
  margin: 0;
}

.ChUl ul li.OFace {
  background: url(../png/unhappy-icon.png) no-repeat 0 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
  margin: 0;
}

.ChUl ul li.sqrRed {
  background: url(../gif/square-red.gif) no-repeat 0.2rem 0.5rem;
  padding-left: 1.25rem;
  line-height: 1.5rem;
  margin: 0.35rem 0;
}

.ChUl ul li.redSanjiao {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 1rem;
}

.ChUl ul li.redSanjiao:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ad1818;
  border-right: 3px solid #ad1818;
  transform: rotate(45deg);
  margin-top: 8px;
  margin-inline-start: -17px;
}


.ChUl .list-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.ChCarousel+.ChUl {
  margin-top: -1rem;
}

.ChImg2+.ChUl {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .ChUl ul.splitList2 li {
    float: left;
    width: 50%;
  }

  .ChUl ul.splitList3 li {
    float: left;
    width: 32%;
  }

  .ChUl ul.splitList4 li {
    float: left;
    width: 25%;
  }

  .ChUl ul.splitList5 li {
    float: left;
    width: 20%;
  }

  .ChUl ul.splitList6 li {
    float: left;
    width: 16%;
  }

  .ChUl ul.splitList2:after,
  .ChUl ul.splitList3:after,
  .ChUl ul.splitList4:after,
  .ChUl ul.splitList5:after,
  .ChUl ul.splitList6:after {
    content: "";
    display: block;
    clear: both;
  }
}

/*spinNavi*/
.ChUl.spinNavi {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.ChUl.spinNavi ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.2rem;
}

.ChUl.spinNavi ul li {
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem;
  padding: 0 1rem;
  flex: auto;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  transition: 0.3s;
}

.ChUl.spinNavi ul li:first-child {
  margin-left: 0;
}

.ChUl.spinNavi ul li:last-child {
  margin-right: 0;
}

.ChUl.spinNavi ul li a {
  display: block;
  padding: 0.6rem 0 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.ChUl.spinNavi ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -moz-transform: translate(-50%, 0) rotate(135deg);
  -o-transform: translate(-50%, 0) rotate(135deg);
  -ms-transform: translate(-50%, 0) rotate(135deg);
  -webkit-transform: translate(-50%, 0) rotate(135deg);
  transform: translate(-50%, 0) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.ChUl.spinNavi ul li:hover {
  background: #ad1818;
}

.ChUl.spinNavi ul li:hover a {
  color: #f7f7f7;
}

.ChUl.spinNavi ul li:hover a:after {
  border-color: #fff;
}

@media (max-width: 750px) {
  .ChCarousel+.ChUl {
    margin-top: 0;
  }

  .ChUl.spinNavi ul li.hidden-xs {
    display: none;
  }
}

#ServerRenderApp * {
  box-sizing: border-box;
}

/*

html {
  font-size: 16px;
}

body {
  color: #343434;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, "Open Sans", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  line-height: 1.7rem;
  color: #343434;
}

img {
  border-radius: 2px;
}

*/

.pSize8 {
  font-size: 0.85rem !important;
  line-height: 1.2rem !important;
}

.pSize9 {
  font-size: 0.95rem !important;
  line-height: 1.3rem !important;
}

.pSize10 {
  font-size: 1rem !important;
  line-height: 1.875rem !important;
}

.pSize11 {
  font-size: 1.1rem !important;
  line-height: 1.875rem !important;
}

.pSize12 {
  font-size: 1.2rem !important;
  line-height: 1.9rem !important;
}

.pSize13 {
  font-size: 1.3rem !important;
  line-height: 2rem !important;
}

.pSize14 {
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
}

.pSize15 {
  font-size: 1.5rem !important;
  line-height: 2.2rem !important;
}

.pSize16 {
  font-size: 1.6em !important;
  line-height: 2.4rem !important;
}

.pSize17 {
  font-size: 1.7em !important;
  line-height: 2.4rem !important;
}

.pSize18 {
  font-size: 1.8em !important;
  line-height: 2.6rem !important;
}

.pSize19 {
  font-size: 1.9em !important;
  line-height: 2.6rem !important;
}

.pSize20 {
  font-size: 2rem !important;
  line-height: 2.9rem !important;
}

.pSize21 {
  font-size: 2.1rem !important;
  line-height: 3rem !important;
}

.pSize22 {
  font-size: 2.2em !important;
  line-height: 3.1rem !important;
}

.pSize23 {
  font-size: 2.3em !important;
  line-height: 3.2rem !important;
}

.pSize24 {
  font-size: 2.4rem !important;
  line-height: 3.3rem !important;
}

.pSize25 {
  font-size: 2.5rem !important;
  line-height: 3.4rem !important;
}

.pSize26 {
  font-size: 2.6em !important;
  line-height: 3.5rem !important;
}

.pSize27 {
  font-size: 2.7em !important;
  line-height: 3.6rem !important;
}

.pSize28 {
  font-size: 2.8em !important;
  line-height: 3.7rem !important;
}

.pSize29 {
  font-size: 2.9em !important;
  line-height: 3.8rem !important;
}

.pSize30 {
  font-size: 3rem !important;
  line-height: 3.9rem !important;
}

.pSize31 {
  font-size: 3.2rem !important;
  line-height: 4.1rem !important;
}

.pSize32 {
  font-size: 3.4rem !important;
  line-height: 4.3rem !important;
}

.pSize33 {
  font-size: 3.6rem !important;
  line-height: 4.5rem !important;
}

.pSize34 {
  font-size: 3.8rem !important;
  line-height: 4.7rem !important;
}

.pSize35 {
  font-size: 4rem !important;
  line-height: 4.9rem !important;
}

.pSize36 {
  font-size: 4.2rem !important;
  line-height: 5.1rem !important;
}

.pSize37 {
  font-size: 4.4rem !important;
  line-height: 5.3rem !important;
}

.pSize38 {
  font-size: 4.6rem !important;
  line-height: 5.5rem !important;
}

.pSize39 {
  font-size: 4.8rem !important;
  line-height: 5.7rem !important;
}

.pSize40 {
  font-size: 5rem !important;
  line-height: 5.9rem !important;
}

@media (max-width: 768px) {
  .pSize20 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize21 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize22 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize23 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize24 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize25 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize26 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize27 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize28 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize29 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize30 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize31 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize32 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize33 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize34 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize35 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize36 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize37 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize38 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize39 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }

  .pSize40 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
  }
}

.cGray {
  color: #888;
}

.cRed {
  color: #a31022;
}

.cBlue {
  color: #09c;
}

.cBlack {
  color: #000;
}

.cGreen {
  color: darkgreen;
}

.cYellow {
  color: #f0ad4e;
}

.ampstart-sidebar {
  width: 15rem;
}

.titleStyleCh {
  font-style: italic;
  font-size: 0.9rem;
}

.img-rounded {
  border-radius: 0.3rem;
}

/*底部tailormade*/
.ch-fixedTailor {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.9rem;
  line-height: 2.9rem;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 1px #bbb;
  z-index: 98;
  text-align: center;
  transform: translateY(110%);
}

.ch-fixedTailor a {
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  left: -1.5rem;
  position: relative;
}

.ch-closeFooterBar {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.9rem;
  width: 4rem;
  line-height: 3.2rem;
  cursor: pointer;
  border-left: 1px solid #dfdfdf;
  outline: none;
}

.facebooklike {
  position: relative;
  top: 1.6rem;
  left: 1rem;
}

#go-socialbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  margin-left: -15px;
}

.scrollToTop {
  color: #fafafa;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  outline: 0;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  z-index: 98;
  bottom: 10.5rem;
  right: 0.65rem;
  position: fixed;
  opacity: 1;
  text-align: center;
  padding-top: 0.65rem;
  z-index: 98;
}

.searchButton {
  color: #fafafa;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  outline: 0;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  z-index: 98;
  bottom: 7rem;
  right: 0.65rem;
  position: fixed;
  text-align: center;
  padding-top: 0.65rem;
  padding-left: 1px;
  z-index: 98;
}

.ch-closeFooterClose {
  color: #fafafa;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  outline: 0;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  z-index: 98;
  bottom: 3.6rem;
  right: 0.65rem;
  position: fixed;
  transform: translateY(0);
  line-height: 2.85rem;
  text-align: center;
  padding-left: 1px;
  z-index: 98;
}

.scrollToTop svg,
.searchButton svg,
.ch-closeFooterClose svg {
  fill: #a31022;
}

#chFixedTailor svg {
  fill: #a31022;
}

#marker {
  position: absolute;
  top: 400px;
  width: 0px;
  height: 0px;
}

.gwcIcon {
  position: relative;
  top: 0.4rem;
  margin-right: 0.3rem;
}

.socialbar {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
}

#floatSocialbar {
  position: fixed;
  z-index: 98;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px #ddd;
  min-height: 7.2rem;
  padding-top: 1.5rem;
  transform: translateX(100%);
  padding-left: 0.5rem;
  text-align: center;
  margin: 0;
  left: 0;
}

.icht-search {
  position: fixed;
  z-index: 98;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px #ddd;
  min-height: 7.2rem;
  padding-top: 2.5rem;
  transform: translateY(130%);
}

.icht-search-input {
  padding: 0.4rem 0 0.4rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  outline: none;
}

.icht-search-submit {
  border: 1px solid #ccc;
  border-radius: 1rem;
  outline: none;
}

.icht-search-close {
  position: absolute;
  top: -1.9rem;
  right: 0;
  background: #ad1818;
  padding: 0.3rem 0.5rem;
  color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
}

.icht-search-close svg {
  vertical-align: middle;
  fill: #fff;
}

.ChGrid {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.clearhack {
  overflow: auto;
  _height: 1%;
}

@media (max-width: 768px) {

  .bgGray,
  .bgGray-light {
    margin: auto -15px;
    padding: 0 16px;
  }

}

.bgGray {
  background-color: #e7e8ea;
  box-shadow: 40rem 0 0 #e7e8ea, -40rem 0 0 #e7e8ea;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bgGray-light {
  background-color: #f4f4f4;
  box-shadow: 40rem 0 0 #f4f4f4, -40rem 0 0 #f4f4f4;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bgGray.ChGrid,
.bgGray-light.ChGrid {
  padding-left: 0;
  padding-right: 0;
}

.bgGrayDown {
  padding-top: 2rem;
  background: url(../jpg/white-arrow-gray-bg.jpg) no-repeat center -15px #e7e8ea;
  background-size: 4.25rem;
}

.bgGrayUpDown {
  padding-top: 2rem;
  background: url(../jpg/white-arrow-gray-bg.jpg) no-repeat center -15px #e7e8ea;
  background-size: 4.25rem;
}

.bgGray.bgGrayMin {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

.clearfix {
  display: block !important;
  clear: both;
}

.clearfix:after,
.clearfix:before {
  display: block !important;
  content: "";
  line-height: 0;
}

.fullCenter,
.ChGrid.fullCenter,
.ChImg2.fullCenter,
.ChDiv.fullCenter {
  width: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

#ServerRenderApp .fullCenter .fixbg {
  background-position-x: 1rem;
}

#ServerRenderApp> :first-child {
  margin-top: 0;
}

#ServerRenderApp> :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {

  #ServerRenderApp>.ChImg:first-child+p,
  #ServerRenderApp>.ChImg:first-child+h2 {
    margin-top: 0;
  }

  #ServerRenderApp .ChTrainSearch {
    width: 100vw;
    transform: translateX(calc((1120px - 100vw) / 2));
    position: relative;
    z-index: 200;
  }

  .fullCenter {
    width: 100vw;
    transform: translateX(calc((1140px - 100vw) / 2));
    float: none;
    max-width: 100vw;
    margin: 0;
  }

  .fullCenter.ChCarousel amp-carousel {
    position: relative;
    left: 0.925rem;
  }

  .col-pl-0 {
    padding-left: 0;
  }

  .col-pr-0 {
    padding-right: 0;
  }

  .w3pull-right {
    float: right;
    margin-left: 1rem;
    max-width: 300px;
  }

  .w4pull-right {
    float: right;
    margin-left: 1rem;
    max-width: 400px;
  }

  .w5pull-right {
    float: right;
    margin-left: 1rem;
    max-width: 500px;
  }

  .w3pull-right+*,
  .w4pull-right+*,
  .w5pull-right+* {
    margin-top: 0;
  }

  /*
  .ChGrid.fullCenter {
    transform: translateX(calc((1170px - 70vw)/ 2));
    width: 70vw;
  }
  */
  .ChDiv.fullCenter {
    width: 100vw !important;
    transform: translateX(calc((1152px - 100vw) / 2));
  }

  .ChImg2.fullCenter {
    width: 100vw !important;
    transform: translateX(calc((1150px - 100vw) / 2));
  }

  #ServerRenderApp>.ChP {
    text-align: justify;
  }

  #ServerRenderApp>.ChP.center {
    text-align: center;
  }

  #ServerRenderApp>.ChP.right-align {
    text-align: right;
  }

  #ServerRenderApp>.ChP.left-align {
    text-align: left;
  }

  #ServerRenderApp .ChImg2 img {
    margin: 0;
  }

  /*
  #ServerRenderApp .ChImg.inlineText > div {
    bottom: 0.9375rem;
    left: 0.5rem;
  }
  */
  video[layout="responsive"] {
    /*object-fit: cover;
    overflow: hidden;*/
    width: 100%;
    height: 100%;
  }

  amp-video video {
    object-fit: cover;
    overflow: hidden;
  }

  /*
  .ChForm1.fullCenter {
      margin-top: 0;
      margin-bottom: 0;
  }
  */
}

/*优先级最高*/
body .marginZero {
  margin-top: 0;
  margin-bottom: 0;
}

/*上内边距*/
body .Xpt0 {
  padding-top: 0 !important;
}

body .Xpt1 {
  padding-top: 0.5rem !important;
}

body .Xpt2 {
  padding-top: 1rem !important;
}

body .Xpt3 {
  padding-top: 1.5rem !important;
}

body .Xpt4 {
  padding-top: 2rem !important;
}

body .Xpt5 {
  padding-top: 2.5rem !important;
}

body .Xpt6 {
  padding-top: 3rem !important;
}

body .Xpt7 {
  padding-top: 3.5rem !important;
}

body .Xpt8 {
  padding-top: 4rem !important;
}

body .Xpt9 {
  padding-top: 4.5rem !important;
}

body .Xpt10 {
  padding-top: 5rem !important;
}

/*下内边距*/
body .Xpb0 {
  padding-bottom: 0 !important;
}

body .Xpb1 {
  padding-bottom: 0.5rem !important;
}

body .Xpb1 {
  padding-bottom: 0.5rem !important;
}

body .Xpb2 {
  padding-bottom: 1rem !important;
}

body .Xpb3 {
  padding-bottom: 1.5rem !important;
}

body .Xpb4 {
  padding-bottom: 2rem !important;
}

body .Xpb5 {
  padding-bottom: 2.5rem !important;
}

body .Xpb6 {
  padding-bottom: 3rem !important;
}

body .Xpb7 {
  padding-bottom: 3.5rem !important;
}

body .Xpb8 {
  padding-bottom: 4rem !important;
}

body .Xpb9 {
  padding-bottom: 4.5rem !important;
}

body .Xpb10 {
  padding-bottom: 5rem !important;
}

/*上外边距*/
body .Xmt0 {
  margin-top: 0 !important;
}

body .Xmt1 {
  margin-top: 0.5rem !important;
}

body .Xmt2 {
  margin-top: 1rem !important;
}

body .Xmt3 {
  margin-top: 1.5rem !important;
}

body .Xmt4 {
  margin-top: 2rem !important;
}

body .Xmt5 {
  margin-top: 2.5rem !important;
}

body .Xmt6 {
  margin-top: 3rem !important;
}

body .Xmt7 {
  margin-top: 3.5rem !important;
}

body .Xmt8 {
  margin-top: 4rem !important;
}

body .Xmt9 {
  margin-top: 4.5rem !important;
}

body .Xmt10 {
  margin-top: 5rem !important;
}

body .Xmt-1 {
  margin-top: -0.5rem !important;
}

body .Xmt-2 {
  margin-top: -1rem !important;
}

body .Xmt-3 {
  margin-top: -1.5rem !important;
}

body .Xmt-4 {
  margin-top: -2rem !important;
}

body .Xmt-5 {
  margin-top: -2.5rem !important;
}

body .Xmt-6 {
  margin-top: -3rem !important;
}

body .Xmt-7 {
  margin-top: -3.5rem !important;
}

body .Xmt-8 {
  margin-top: -4rem !important;
}

body .Xmt-9 {
  margin-top: -4.5rem !important;
}

body .Xmt-10 {
  margin-top: -5rem !important;
}

/*下外边距*/
body .Xmb0 {
  margin-bottom: 0 !important;
}

body .Xmb1 {
  margin-bottom: 0.5rem !important;
}

body .Xmb1 {
  margin-bottom: 0.5rem !important;
}

body .Xmb2 {
  margin-bottom: 1rem !important;
}

body .Xmb3 {
  margin-bottom: 1.5rem !important;
}

body .Xmb4 {
  margin-bottom: 2rem !important;
}

body .Xmb5 {
  margin-bottom: 2.5rem !important;
}

body .Xmb6 {
  margin-bottom: 3rem !important;
}

body .Xmb7 {
  margin-bottom: 3.5rem !important;
}

body .Xmb8 {
  margin-bottom: 4rem !important;
}

body .Xmb9 {
  margin-bottom: 4.5rem !important;
}

body .Xmb10 {
  margin-bottom: 5rem !important;
}

body .Xmb-1 {
  margin-bottom: -0.5rem !important;
}

body .Xmb-2 {
  margin-bottom: -1rem !important;
}

body .Xmb-3 {
  margin-bottom: -1.5rem !important;
}

body .Xmb-4 {
  margin-bottom: -2rem !important;
}

body .Xmb-5 {
  margin-bottom: -2.5rem !important;
}

body .Xmb-6 {
  margin-bottom: -3rem !important;
}

body .Xmb-7 {
  margin-bottom: -3.5rem !important;
}

body .Xmb-8 {
  margin-bottom: -4rem !important;
}

body .Xmb-9 {
  margin-bottom: -4.5rem !important;
}

body .Xmb-10 {
  margin-bottom: -5rem !important;
}

body .ired {
  color: #ad1818;
  font-weight: normal;
}

body .iblue {
  color: #07c;
  font-weight: normal;
}

@media (min-width: 768px) {

  .sm-hide,
  .md-hide,
  .lg-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .xs-hide {
    display: none;
  }
}

/*新版工具样式集*/

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

picture {
  display: table;
}

body [data-ic-id] .center {
  text-align: center;
}

body [data-ic-id] .left {
  float: left;
}

body [data-ic-id] .right {
  float: right;
}

/* A标签样式 */
body [data-ic-id] .a_underline {
  text-decoration: underline;
}

body [data-ic-id] .a_blue {
  color: #09c;
}

body [data-ic-id] .a_red {
  color: #ad1818
}

body [data-ic-id] .a_float_bottom {
  bottom: 0.5rem;
  position: fixed;
  max-width: 28rem;
  left: calc(50% - 14rem);
  padding: 0.25rem 0;
  border-radius: 1rem;
  z-index: 999;
  font-family: 'Goudy Old Style';
}

body [data-ic-id] .wp-left {
  text-align: left;
}

body [data-ic-id] .wp-center {
  text-align: center;
}

body [data-ic-id] .wp-right {
  text-align: right;
}

body [data-ic-id] .wp-red-tag {
  color: #ad1818;
  font-weight: normal;
}

@media (max-width: 768px) {
  body [data-ic-id] .a_float_bottom {
    max-width: 90%;
    left: 5%;
  }
}