.home-page {
  width: 100%;
  height: 100%;
}

/*header*/
.home-header {
	position: relative;
  width: 100%;
  /* height: 752px; */
  background-position: center center;
  background-repeat: no-repeat;   
  width: 100%; 
  height: 100vh;
  background-size: cover; 
}

.home-header-title {
  display: inline-block;
  margin-top: calc(4% + 76px);
  margin-left: 20%;
  max-height: 400px;
  overflow: auto;
}

.home-header-title::-webkit-scrollbar {
    width: 4px;
}

.home-header-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.home-header-title::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.home-header-title-1 {
  height: 66px;
  margin-bottom: 16px;
  font-size: 50px;  
  line-height: 1.2;
  text-shadow: 0 0 6px #919191;
  -webkit-text-shadow: 0 0 6px #919191;
  -moz-text-shadow: 0 0 6px #919191;
  -ms-text-shadow: 0 0 6px #919191;
  -o-text-shadow: 0 0 6px #919191;
}

.home-header-title-1-left {
  margin-right: -8px;
  color: #ce1e48;
}

.home-header-title-1-right {
  color: #fff;
}

.home-header-title-2 {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;  
}

.home-header-title-2-left {
  color: #ffd510;
}

.home-header-title-2-middle {
  text-decoration: line-through;
  color: #ffd510;
}

.home-header-title-2-right {
  color: #ce1e48;
}

.home-header-title-3-top {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;  
  color: #ebebeb; 
  line-height:1.2; 
}

.home-header-title-3-bottom {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;  
  color: #ebebeb;
}

.home-select-div {
  /* position: absolute; */
  /* bottom: 200px; */
  display: block;
  margin-top: 20px;
  width: 100%;
  font-size: 0;
  text-align: center;
  /* bottom: 18%; */
}

.home-select-div.inactive {
  display: none;
}

.home-btn-select-div {
  position: relative;
  display: none;
  width: 164px;
  height: 62px;
  margin: 0 10px;  
  vertical-align: bottom;
}

.home-btn-select-div.active {
  display: inline-block;
}

.home-btn-select {
  width: 164px;  
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.home-btn-select-div-ul {
  position: absolute;
  top: 60px;
  display: none;
  width: 100%;      
  text-align: left;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;  
  z-index: 1;
  box-shadow: 0 5px 5px 0 #eec5d0;
}

.home-people-description {
	padding: 15px 10px 0 10px;
	font-size: 13px;
	color: #666;
}

.home-btn-select-div-ul.people {
  width: 240%;  
}

.home-btn-select-div-li {
	position: relative;
  display: list-item;
  padding: 10px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  cursor: pointer;
}

.home-btn-select-div-li.active {
  display: list-item;  
}

.home-btn-select-div-li-checkbox {
  position: relative;
  display: none;
  padding: 15px 10px;
  font-size: 16px;  
  color: #333;  
  cursor: pointer;
}

.home-btn-select-div-li-checkbox.active {
  display: list-item;  
}

.home-btn-select-div-li-ratio {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.home-btn-select-div-li > .home-btn-select-div-li-ratio {
  background-position: -59px -177px;
}

.home-btn-select-div-li > .home-btn-select-div-li-ratio.active {
  background-position: -29px -177px;
}

.home-btn-select-div-li-checkbox > .home-btn-select-div-li-ratio {
  background-position: -266px -177px;  
}

.home-btn-select-div-li-checkbox > .home-btn-select-div-li-ratio.active {
  background-position: -89px -177px;
}

.home-btn-select-div-li-count {  
  position: absolute;
  top: 10px;
  right: 10px;  
  display: none;
  width: 120px;
  height: 28px;     
}

.home-btn-select-div-li-count.active {
  display: inline-table;
}

.home-btn-select-div-li-add {
  position: relative;
  display: table-cell;
  width: 38px;
  height: 28px;    
  text-align: center;
  vertical-align: middle;
  background-color: #e95053;
  border-radius: 0 20px 20px 0;
  z-index: 0;  
  cursor: pointer;  
}

.home-btn-select-div-li-add.disabled {
  background-color: #ccc;   
}

.home-btn-select-div-li-add:active {  
  border: 1px solid #950b29;
	box-shadow: 4px 4px 8px rgba(149, 11, 41, .8) inset;
  -webkit-box-shadow: 0px 0px 8px rgba(149, 11, 41, .8) inset;
  -moz-box-shadow: 4px 4px 8px rgba(149, 11, 41, .8) inset;
}

.home-btn-select-div-li-add.disabled:active {
  border: none;   
}

.home-btn-select-div-li-add:after {	
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 27px;
	background-color: #db2450;
	border-radius: 0 20px 20px 0;
}

.home-btn-select-div-li-add:hover:after {
	width: 37px;	
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	z-index: -1;
}

.home-btn-select-div-li-add.disabled:hover:after {
  width: 0;  
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  z-index: -1;
}

.home-select-add-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -325px -176px;
}

.home-btn-select-div-li-num {
  display: table-cell;
  width: 44px;
  height: 28px;  
  text-align: center;
  color: #333;
  background-color: #eee;
  vertical-align: middle;
}

.home-btn-select-div-li-minus {
  position: relative;
  display: table-cell;
  width: 38px;
  height: 28px;  
  text-align: center;
  vertical-align: middle;
  background-color: #e95053;
  border-radius: 20px 0 0 20px;
  z-index: 0;  
  cursor: pointer;
}

.home-btn-select-div-li-minus.disabled {
  background-color: #ccc;
}

.home-btn-select-div-li-minus:active {
  border: 1px solid #950b29;
	box-shadow: 4px 4px 8px rgba(149, 11, 41, .8) inset;
  -webkit-box-shadow: 0px 0px 8px rgba(149, 11, 41, .8) inset;
  -moz-box-shadow: 4px 4px 8px rgba(149, 11, 41, .8) inset;
  box-sizing: border-box;
}

.home-btn-select-div-li-minus.disabled:active {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.home-btn-select-div-li-minus:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 27px;
	background-color: #db2450;
	border-radius: 20px 0 0 20px;
}

.home-btn-select-div-li-minus:hover:after {
	width: 37px;	
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	z-index: -1;
}

.home-btn-select-div-li-minus.disabled:hover:after {
  width: 0;  
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  z-index: -1;
}

.home-select-minus-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -295px -176px;
}

.home-btn-select-div-li-description {
  display: block;
  padding-left: 25px;
  font-size: 15px;
  color: #666;
}

.home-btn-select-div-li-description-family {
  display: none;  
  padding-bottom: 10px;
  padding-left: 25px;  
  font-size: 13px;
  color: #666;
}

.home-btn-select-div-li-description-family.active {
  display: block;
}

.destination > ul {
  width: 300%;
}

.home-btn-buy {	
  padding: 0;
  color: #fff;    
}

.home-select-div.mobile {
  display: none;
}

.home-select-div.mobile.inactive {
  display: none;
}

.home-btn-select-div.mobile {
  display: none;
  width: 82.4%;
  height: 40px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border-radius: 31px;
  box-shadow: 4px 4px 8px rgba(166, 0, 40, .5);
  -webkit-box-shadow: 4px 4px 8px rgba(166, 0, 40, .5);
  -moz-box-shadow: 4px 4px 8px rgba(166, 0, 40, .5);
}

.home-btn-select-div.active.mobile {
  display: block;
} 

.home-btn-departure {
	display: inline-block;
  width: 40%;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  background-color: transparent;  
}

.home-btn-destination {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  background-color: transparent;  
}

.home-btn-journeyplan {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333;  
  background-color: transparent;
}

.home-btn-people {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;  
  background-color: transparent;
}

.home-btn-datestart {
	position: relative;
  display: inline-block;
  width: 40%; 
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333; 
  background-color: transparent;
}

.home-btn-dateend {
	position: relative;
  display: inline-block;
  width: 40%; 
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333; 
  background-color: transparent;
}

.home-btn-dateavailable {
	position: relative;
  display: inline-block;
  width: 80%; 
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #333; 
  background-color: transparent;
}

.home-select-icon-longarrow {
	position: relative;
	top: 7.5px;
  display: none;
  width: 25px;
  height: 25px;
  background-position: -20px -35px;
}

.home-select-icon-longarrow.active {
  display: inline-block;
}

.home-select-icon-arrow {
	position: absolute;
	top: 12.5px;
	right: 5%;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -20px -90px;
}

.home-select-icon-doublearrow {
	position: relative;
	top: 7.5px;
  display: none;
  width: 25px;
  height: 25px;
  background-position: -50px -35px;
}

.home-select-icon-doublearrow.active {
  display: inline-block;
}

.home-btn-select-div.mobile.buy-mobile {
  margin-bottom: 0;
  background: -webkit-linear-gradient(left, #ec5850, #e3375e);
}
/*header*/

/*popup*/
.popup-home-ul {
  padding-top: 25px;
  margin-bottom: -18px;
}

.popup-home-ul.people {
	padding-top: 0;
}

.popup-home-ratio {
	position: relative;
	top: 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background-position: -42px -327px;
}

.popup-home-ratio.active {  
  background-position: -20px -327px;
}

.popup-home-checkbox {
	position: relative;
	top: 7px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: -110px -35px;
}

.popup-home-checkbox.active {  
  background-position: -80px -35px;
}

.popup-home-li {
	position: relative;
  margin-bottom: 28px;
  text-align: left;
  font-size: 15.5px;  
}

.popup-home-people-li {
	margin-bottom: 5px;
}

.popup-home-people-li .home-btn-select-div-li-count {
	height: 30px;
}

.popup-home-people-li .home-btn-select-div-li-minus {
	height: 30px;
}

.popup-home-people-li .home-btn-select-div-li-num {
	height: 30px;
}

.popup-home-people-li .home-btn-select-div-li-add {
	height: 30px;
}

.popup-btn-box-home button {
	margin: 5px;
}

.popup-home-people-li > span {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

.popup-home-destination-li-description {  
  padding-left: 25px;
  padding-top: 5px;
  font-size: 15px;
  color: #666;
}

.popup-home-people-li-description {
  display: none;
  font-size: 13px;
  color: #666;
}

.popup-home-people-li-description.active {
  display: block;
}
/*popup*/

/*main1*/
.home-main-1 {    
	position: relative;
  padding: 30px 22px 55px 22px;
  margin: auto;
  max-width: 1200px;
  padding: 44px 0 76px 0;
  width: 100%; 
  height: 100vh;
  padding: 0;
}

.home-main-title {  
  text-align: center;
  font-size: 40px;  
  line-height: 1em;
  color: #333;
}

@media(max-height: 700px) {
	.home-main-title {
		font-size: 30px;
	}
}

.home-main1-title {  
  margin-bottom: 36px;
  padding-top: 86px;
  margin-bottom: 1%;    
}

@media(min-height: 800px) {
  .home-main1-title {
    margin-bottom: 5%;
  }  
}

.home-main-title-span {
  margin: 0 20px;
}

.home-main1-title-top,
.home-main1-title-bottom {
  display: none;
}

.home-main1-subtitle {		
	width: 90%;  
	margin: auto;  
  font-size: 15px; 
  text-align: center; 
  color: #666;  
}

.home-main1-btn-div {
  position: relative;
  display: none;
  height: 632px;
  padding-bottom: 22px;
  text-align: center;
  height: initial;
  padding-bottom: 0;
}

.home-main1-btn-div.active {
  display: block;
}

@media(min-height: 800px) {
  .home-main1-btn-div {
    padding-top: 5%;
    padding-bottom: 2%;
  }
}

.home-main1-btn-div-mobile {
  display: none;
  height: 303px;
  box-sizing: content-box;  
}

.home-main1-btn {
	display: inline-block; 
	width: 11.25%;
	min-height: 275px;
	padding: 82px 0 0 0; 	
  margin: 0 5%;
  text-align: center;  
  vertical-align: top;
  min-height: 240px;
  padding: 0 0 0 0;
}

.home-main1-btn-left {
  margin-left: 0;
}

.home-main1-btn-right {
  margin-right: 0;
}

.home-main1-btn-img {
  width: 93.3%;  
  margin-bottom: 28px;   
}

.home-main1-btn-title {
  text-align: center;
  font-weight: normal;
  color: #333;  
}

.home-main1-div-indicate-left {
  position: absolute;
  top: 130px;
  left: -9.5px;
  width: 20px;
  height: 20px;
  background-position: -50px -65px;	
}

.home-main1-div-indicate-right {
  position: absolute;
  top: 130px;
  right: -9.5px;
  width: 20px;
  height: 20px;
  background-position: -16px -65px;
}

.home-main1-div-indicate-left {
  display: none;
}
  
.home-main1-div-indicate-right {
  display: none;
}

.home-main1-pagination {
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  text-align: center; 
  position: absolute;
  left: 43.5%;
  bottom: 0;
  margin-bottom: initial;
}

@media(min-height: 900px) { 
  .home-main1-pagination {
    bottom: 5%;
  }   
}

.home-main1-pagination-mobile {
  position: relative;
  display: none;  
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}

.home-main1-pagination-pre {
	display: inline-block;
	width: 33px;
	height: 32px;
	margin-right: 9px;
	background-position: -118px -132px;   
}

.home-main1-pagination-pre.active {
  background-position: -30px -132px;
}

.home-main1-pagination-next {
	display: inline-block;
	width: 33px;
	height: 32px;
	margin-left: 9px;
  background-position: -157px -132px;
}

.home-main1-pagination-next.active {
  background-position: -74px -132px;
}

.home-main1-pagination-div {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	vertical-align: top;	
}

.home-main1-pagination-btn {
	display: inline-block;		
  width: 10px;
  height: 10px;
  margin: 0 9px;
  background-color: #c7c7c7;
  border-radius: 5px;
}

.home-main1-pagination-btn.active {
  background-color: #c20b35;
}

.home-main-file {  
  display: table;
  padding-left: 0;  
}

.home-main-file-div {
  display: table-cell;
  vertical-align: middle;
}

.home-main-file-img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}

.home-main-file-img.home-main1-file {
  background-position: -82px -24px;
}

.home-main-file-img.home-main2-file {
  background-position: -20px -24px;
}

.home-main-file-download {
  margin-right: 20px;
  font-size: 18px;
  text-decoration: underline;
  color: #666;
}

.home-main-file-content {
	font-size: 13px;
	color: #666;
}

.home-main-file-link {
	font-size: 18px;
	color: #666;
	text-decoration: underline;
}
/*main1*/

/*main2*/
.home-main-2 {
	position: relative;                 
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  padding: 0;
  margin: auto;        
}

.home-main2-title {  
  margin-bottom: 88px;  
  padding-top: 86px;  
}

.home-main2-tag-div {
  margin-bottom: 50px;    
  text-align: center;  
}

.home-main2-tag {	
	display: inline-block;
	padding-bottom: 10px;
  margin: 0 63px;
  font-size: 26px;
  font-weight: bold;
  color: #666;  
  background-color: transparent;
  cursor: pointer;
}

.home-main2-tag.active {
  border-bottom: 2px solid #c01147;
}

.home-main2-flow {
  display: none;
  margin-bottom: 2%;
  text-align: center;  
}

@media (max-height: 600px) {
	.home-main2-flow {
    margin-bottom: 10px;
  }
}

.home-main2-flow.active {
  display: block;
}

.home-main2-step {
  display: inline-block;
  width: 15%;
  text-align: center;
  vertical-align: top;
}

.home-main2-step-img {  
  width: 100%;  
  margin: 0 auto 24px auto;
}

.home-main2-step-title {
  width: 105%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #666;  
}

.home-main2-arrow-div {
	display: inline-block;
  width: 40px;
  height: 120px;
  padding: 40px 0;
  vertical-align: top;
}

.home-main2-arrow {	
  width: 40px;
  height: 40px;
  margin: auto;
  background-position: -30px -86px;
}

.home-main2-precaution-title {  
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: left;
}

.home-main2-precaution-title-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -208px -176px;
  cursor: pointer;
}

.home-main2-precaution-title-icon.active {  
  background-position: -354px -176px;  
}

.home-main2-precaution-content.uldecimalList {  
    padding-left: 56px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}
.home-main2-precaution-content > li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #888;
  text-align: left;
}
/*main2*/

/*main3*/
.home-main-3 {  
	position: relative;  
  margin: auto;
  width: 100%; 
  height: 100vh;
  padding-bottom: 0; 
}

.home-main3-title {
  margin-bottom: 88px;  
  padding-top: 86px;
  margin-bottom: 2%;  
}

@media(max-height: 700px) {
	.home-main3-title {
		margin-bottom: 10px;
	}
}

@media(min-height: 900px) {
  .home-main3-title {
  	margin-bottom: 3%;
  }
}

.home-main3-main {
	position: relative;		
  text-align: center;  
	margin-bottom: 126px;	
	max-width: 1200px;
	margin: auto auto 2% auto;	
}

@media(max-height: 700px) {
	.home-main3-main {
		margin-bottom: 10px;
	}
}

@media(min-height: 800px) {
  .home-main3-main {
    margin: auto auto 2% auto;
  }
}

.home-main3-main-div {
	display: inline-block;
  width: 26.5%;  
  margin: 0 4%;  
  box-shadow: 0 0 10px 0 #7f7f7f;
  -webkit-box-shadow: 0 0 10px 0 #7f7f7f;
  -moz-box-shadow: 0 0 10px 0 #7f7f7f;
  -ms-box-shadow: 0 0 10px 0 #7f7f7f;
  -o-box-shadow: 0 0 10px 0 #7f7f7f;
  vertical-align: top;
  cursor: pointer;
}

@media(max-height: 800px) {
  .home-main3-main-div {
    width: 19%;
  }
}

.home-main3-main-div-left {
  margin-left: 0;
}

.home-main3-main-div-right {
  margin-right: 0;
}

.home-main3-main-img {
  width: 100%;      
}

.home-main3-main-content {
	padding: 10px;
}

.home-main3-main-title {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.home-main3-main-subtitle {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #999;
}

.home-main3-main-indicate-left {
  position: absolute;
  top: 50%;
  left: 2.67%;
  width: 20px;
  height: 20px;
  background-position: -50px -65px;	
  cursor: pointer;
}

.home-main3-main-indicate-right {
  position: absolute;
  top: 50%;
  right: 2.67%;
  width: 20px;
  height: 20px;
  background-position: -16px -65px;
  cursor: pointer;	
}

.home-main3-main-indicate-left {
  display: none;
}
  
.home-main3-main-indicate-right {
  display: none;
}

.home-main3-btn-div {
  text-align: center;
}

.home-main3-btn-more {
  width: 140px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background-image: url('../images/box_6@2x.png');
}

.home-main-3 > .footer {
  position: absolute;
  bottom: -1px;  
}
/*main3*/

/*首页公共样式*/
.nonchoose {
  color: #999;
}

@keyframes word-show{
	from{
	  transform: translateY(50px);
	  opacity: 0;
	}
	to{
	  transform: translateY(0);	  
	  opacity: 1;
	}
}
@-webkit-keyframes word-show{
	from{
	  transform: translateY(50px);
	  -webkit-transform: translateY(50px);
	  opacity: 0;
	}
	to{
	  transform: translateY(0);
	  -webkit-transform: translateY(0);
	  opacity: 1;
	}
}
@-moz-keyframes word-show{
	from{
	  transform: translateY(50px);
	  -moz-transform: translateY(50px);
	  opacity: 0;
	}
	to{
	  transform: translateY(0);
	  -moz-transform: translateY(0);
	  opacity: 1;
	}
}
@-ms-keyframes word-show{
	from{
	  transform: translateY(50px);
	  -ms-transform: translateY(50px);
	  opacity: 0;
	}
	to{
	  transform: translateY(0);
	  -ms-transform: translateY(0);
	  opacity: 1;
	}
}  
@-o-keyframes word-show{
  from{
	  transform: translateY(50px);
	  -o-transform: translateY(50px);
	  opacity: 0;
	}
	to{
	  transform: translateY(0);
	  -o-transform: translateY(0);
	  opacity: 1;
	}
}

@keyframes pic-show{
	from{
	  transform: rotateY(0);	  	 
	}
	to{
	  transform: rotateY(360deg);	  
	}
}
@-webkit-keyframes pic-show{
  from{
	  transform: rotateY(0);	  
	  -webkit-transform: rotateY(0);	  
	}
	to{
	  transform: rotateY(360deg);	  
	  -webkit-transform: rotateY(360deg);	  
	} 
}
@-moz-keyframes pic-show{
	from{
	  transform: rotateY(0);	  
	  -moz-transform: rotateY(0);	  
	}
	to{
	  transform: rotateY(360deg);	  
	  -moz-transform: rotateY(360deg);	  
	}
}
@-ms-keyframes pic-show{
	from{
	  transform: rotateY(0);	  	  
	  -ms-transform: rotateY(0);	  	  
	}
	to{
	  transform: rotateY(360deg);	  
	  -ms-transform: rotateY(360deg);	  
	}
}
@-o-keyframes pic-show{
  from{
	  transform: rotateY(0);	  
	  -o-transform: rotateY(0);	  
	}
	to{
	  transform: rotateY(360deg);	  
	  -o-transform: rotateY(360deg);	  
	}
}

.word-show {	
  animation: word-show 2s;
  -webkit-animation: word-show 2s;
  -moz-animation: word-show 2s;
  -ms-animation: word-show 2s;
  -o-animation: word-show 2s;
}

.pic-show {
  animation: pic-show 2s;
  -webkit-animation: pic-show 2s;
  -moz-animation: pic-show 2s;
  -ms-animation: pic-show 2s;
  -o-animation: pic-show 2s;
}
/*首页公共样式*/

/*首页动画*/
.home-scroll-down-0 {
  transform: translateY(-676px);  
  -webkit-transform: translateY(-676px);  
  -moz-transform: translateY(-676px);  
  -ms-transform: translateY(-676px);  
  -o-transform: translateY(-676px);     
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.home-scroll-down-1 {
  transform: translateY(-1675px);
  -webkit-transform: translateY(-1675px);
  -moz-transform: translateY(-1675px);
  -ms-transform: translateY(-1675px);
  -o-transform: translateY(-1675px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.home-scroll-down-2 {
  transform: translateY(-2424px);
  -webkit-transform: translateY(-2424px);
  -moz-transform: translateY(-2424px);
  -ms-transform: translateY(-2424px);
  -o-transform: translateY(-2424px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.home-scroll-up-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.home-scroll-up-2 {
  transform: translateY(-676px);
  -webkit-transform: translateY(-676px);
  -moz-transform: translateY(-676px);
  -ms-transform: translateY(-676px);
  -o-transform: translateY(-676px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.home-scroll-up-3 {
  transform: translateY(-1675px);
  -webkit-transform: translateY(-1675px);
  -moz-transform: translateY(-1675px);
  -ms-transform: translateY(-1675px);
  -o-transform: translateY(-1675px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.hide-scroller {
  /* overflow-y: hidden; */
}

.home-main1-btn-img.enlarge {
 	width: 100%;  	
 	transition: width 1s;
 	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	-o-transition: width 1s;
}
/*首页动画*/


/*媒体查询*/
@media(max-width: 1024px) {
	.home-header {
    width: 100%;
    height: 667px;
    background-size: cover;
    background-position: center center;
  }
  
  .home-main-2 {
  	height: initial;
  	padding: 0 22px 55px 22px;
  }
  
  .home-main-3 {
  	height: initial;
  	padding-bottom: 35px;
  }
  
  .home-header-title {
    top: 80px;
    left: 10%;
  }   
  
  .home-header-title-1 {
    height: initial;
    font-size: 25px;
  }
  .home-header-title-1 * {
  	font-size: 25px!important;
  }
  
  .home-header-title-2 {  	
  	margin-bottom: 10px;
  	font-size: 16px;  	
  }
  .home-header-title-2 * {
  	font-size: 16px!important; 
  }
  
  .home-header-title-2-left {
  	color: #FFD510;
  }
  
  .home-header-title-2-middle {  	
  	color: #FFD510;
  }
  
  .home-header-title-3-top {
    margin-bottom: 0;
    font-size: 12px;
    color: #ebebeb;       
  }
  .home-header-title-3-top * {
  	font-size: 12px!important;
  }
  
  .home-header-title-3-bottom {
    margin-bottom: 0;
    font-size: 12px;
    color: #ebebeb;    
  }
  .home-header-title-3-bottom * {
  	font-size: 12px!important;
  }
  
  .home-select-div {
	  display: none;
	  bottom: 15%;
	}  
	
	.home-people-description {
		padding: 0;
		margin-top: -15px;		
  }
	
	.home-btn-select-div-li-count {
  	position: absolute;
  	right: 0;
  	top: 0;  	
  	height: 28px;
  }
  
  .home-btn-select-div-li-add {
  	position: relative;
  	display: table-cell;
  	width: 30px;
  	height: 39px;  	  
  	text-align: center;
  	vertical-align: middle;    	
  	background-color: #e95053;
  	border-radius: 0 20px 20px 0;
  	z-index: 0;
  }  
  
  .home-btn-select-div-li-add:hover:after {  	
  	width: 0;  	
  	transition: none;
  	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	z-index: -1;
  }
  
  .home-select-add-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -95px -65px;    
  }
  
  .home-btn-select-div-li-num {
  	display: table-cell;
  	width: 30px;
  	height: 39px;  	
  	font-size: 19px;  	
  }
  
  .home-btn-select-div-li-minus {
  	position: relative;
  	display: table-cell;
  	width: 30px;
  	height: 39px;  	  	  
  	text-align: center;  	
  	vertical-align: middle;
  	background-color: #e95053;
  	border-radius: 20px 0 0 20px;
  	z-index: 0;  
  }     
  
  .home-btn-select-div-li-minus:hover:after {  	
  	width: 0;  	
  	transition: none;
  	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	z-index: -1;
  }
  
  .home-select-minus-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -70px -65px;
  }
  
  .home-btn-buy {
    width: 100%;
    height: 100%;
    font-size: 17px;   
    line-height: 40px;    
  }
  
  .home-select-div.mobile {
    display: block;
  }
  
  .home-main-title {
    font-size: 20px;
  }
  
  .home-main1-title {
    display: none;
  }
  
  .home-main1-title-top {
    display: block;
    margin-bottom: 10px;
  }
  
  .home-main1-title-bottom {
    display: block;
    margin-bottom: 0;
  }
  
  .home-main1-subtitle {
    display: none;
  }
  
  .home-main1-btn-div {
    display: none;
    padding-bottom: 0;
  }
  
  .home-main1-btn-div.active {
    display: none;
  }
  
  .home-main1-btn-div-mobile.active {
    position: relative;
    display: block;
    padding-bottom: 17px;
    text-align: center;
  }
  
  .home-main1-btn-mobile {
    display: inline-block;
    width: 32%;
    padding: 30px 0 13px 0;
    margin: 0;    
    text-align: center;  
    vertical-align: top;
  }
  
  .home-main1-btn-img {
  	width: 55px;
  	height: 55px;
  	margin-bottom: 15px;
  }
  
  .home-main1-btn-title {
  	font-size: 14px;
  	color: #666;
  }
  
  .home-main1-pagination {
    display: none;   
  }
  
  .home-main1-pagination-mobile {
    display: table;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .home-main1-pagination-btn-mobile {
  	display: inline-block;
  	width: 10px;
  	height: 10px;
  	margin: 0 9px;
  	background-color: #c7c7c7;
  	border-radius: 5px;
  }
  
  .home-main1-pagination-btn-mobile.active {
  	background-color: #c20b35;
  }
  
  .home-main-file-img {
  	width: 40px;
  	height: 40px;
  	margin-right: 10px;
  }
  
  .home-main-file-img.home-main1-file {
  	background-position: -20px -190px;
  }
  
  .home-main-file-img.home-main2-file {
  	background-position: -65px -190px;
  }
  
  .home-main-file-span {
    font-size: 16px;    
    font-weight: bold;
  }
  
  .home-main2-title {
  	margin-top: 30px;  	
  	margin-bottom: 30px;  	
    padding-top: 0;    
  }
  
  .home-main2-tag-div {
  	margin-bottom: 30px;
  }
  
  .home-main2-tag {  	
  	font-size: 16px;
  }
  
  .home-main2-tag.home-main2-tag-left {
    margin-left: 0;
    margin-right: 5%;
  }
  
  .home-main2-tag.home-main2-tag-right {       
    margin-left: 5%;
    margin-right: 0;
  }
  
  .home-main2-flow {  	
  	margin-bottom: 50px;
  }
  
  .home-main2-step {
    width: 50%;
    margin-right: -3px;
    margin-bottom: 30px;    
  }
  
  .home-main2-step-img {
  	width: 90px;
  	height: 60px;
  	margin: 0 auto 12px auto;  	
  }
  
  .home-main2-step-title {
  	margin: auto;
  	font-size: 15px;  
  }
  
  .home-main2-arrow-div {
    display: none;
  } 
  
  .home-main2-precaution-title {
    padding-left: 22px;
  }
  
  .home-main2-precaution-title-icon {
    display: none;
  }
  
  .home-main2-precaution-content {
    padding-left: 22px;
  }
  
  .home-main3-title {
  	margin-bottom: 30px;
    padding-top: 0;    
  }
  
  .home-main3-main {
    max-width: initial;
  	margin-bottom: 35px;  	
  }
  
  .home-main3-main-div {
    display: none;
  }
  
  .home-main3-main-div.active {
    display: block;
    width: 89.33%;    
    margin: 0 5.33%;
  }
  
  .home-main3-main-content {
    width: 100%;
    min-height: 103px;
    padding: 10px 18px;
  }
  
  .home-main3-main-title {
  	margin-bottom: 5px;
  	text-align: left;
  	font-size: 14px;
  	font-weight: bold;
  	color: #666;
  }
  
  .home-main3-main-subtitle {
  	text-align: left;
  	font-size: 14px;
  	line-height: 20px;  	
  }
  
  .home-main3-main-indicate-left {
	  display: block;
	}
	  
	.home-main3-main-indicate-right {
	  display: block;
	}
  
  .home-main3-btn-more {
  	width: 125px;
  	height: 35px;
  	font-size: 15px;  	  	
  }
}

@media(max-height: 800px) {
  .home-main2-title {
    margin-bottom: 44px;
  }
  
  .home-main3-main-div {
    width: 20%;
  }
}

@media(max-height: 700px) and (min-width: 1024px) {
  .home-main2-title {
    margin-bottom: 22px;
  }
  
  .home-main2-tag-div {
    margin-bottom: 10px;
  }
  
  .home-main2-step {
  	width: 12%;
  }
  
  .home-main3-main-div {
    width: 20%;
  }
}

@media(max-height: 600px) {
	.home-main2-title {
    margin-bottom: 22px;
  }
	
	.home-main2-precaution-content > li {
		margin-bottom: 0;
	}
}

@media(min-height: 800px) {
	.home-main1-title {
    margin-bottom: 5%;
  } 
  
  .home-main1-btn-div {
    padding-top: 5%;
    padding-bottom: 2%;
  }
  
  .home-main2-tag-div {
    margin-bottom: 50px;
  }
  
  .home-main3-title {
  	margin-bottom: 5%;
  }
  
  .home-main3-main {
    margin: auto auto 5% auto;
  }
}

@media(min-height: 900px) { 
  .home-main1-pagination {
    bottom: 5%;
  }   
}

@media(min-width: 1025px) {
	.home-main1-div-indicate-left {
    display: none;
  }
  
  .home-main1-div-indicate-right {
    display: none;
  }   
}
/*媒体查询*/

/*添加公共组件额外样式*/
.popup-btn-box-home {
	margin-top: 5px;
	border-top: 1px solid #ccc;
}

.popup-confirm-home {
	width: 50%;
}
/*添加公共组件额外样式*/

/*cyx add*/
.load-pdf {
  text-align: left;
  padding-left: 22px;
  margin-top: 10px;
}
.pdf-icon {
    display:inline-block;
    width: 20px;
    height: 20px;
    top: 17px;
    left: 33%;
    vertical-align: middle;
    background-position: -411px -177px;	
}
.load-pdf a{
    font-size: 16px;
    color: #ce1e48;
    line-height: 25px;
    text-decoration: underline;	
}
@media only screen and (max-width: 1024px){
  .pdf-icon {
      width: 20px;
      height: 20px;
      top: 17px;
      left: 33%;
      vertical-align: middle;
      background-position: -270px -65px;
  }
}

.home-header-title-1 > span >*,.home-header-title-2 > span >* {
  text-decoration: inherit;
  display:inline-block;
}
.home-header-title u {
  text-decoration: underline;
}
.home-header-title s {
  text-decoration: line-through;
}