@font-face {
  font-family: '837-CAI978';
  src: url('../css/fonts/837-CAI978.ttf');
}
@font-face{
	font-family:"calibri";
    src: url("../css/fonts/SourceHanSansCN-Regular.otf") format("opentype"); 
}
@font-face{
	font-family:"montserrat";
	src: url("../css/fonts/Montserrat-Regular.otf") format("opentype");     
}
@font-face{
	font-family:"montbold";
	src: url("../css/fonts/Montserrat-Bold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  border: none;
  background: none;
}
.fontColorActive {
  color: #fc9707 !important;
}
.hamburger {
  display: none;
}
#zt-back{
  position: fixed;
  z-index: 99;
  right: 6%;
  bottom: 5%;
  background: #fc9707;
  border-radius: 10px;
  padding: 5px 5px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
/* header */
.headerBox {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.headerBox .headerInnerBox {
  width: 86%;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* border: 1px solid red; */
}
.headerInnerBox .h-l {
  width: 188px;
  height: 76px;
}
.headerInnerBox .h-l img {
  display: none;
  width: 100%;
  height: 100%;
}
.headerInnerBox .h-r {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInnerBox .h-r .wz{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 20px;
}
.headerInnerBox .h-r .wz i{
  font-size: 24px;
  color: #fc9707;
  margin: 5px;
}
.headerInnerBox .h-r .wz a{
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.headerInnerBox .h-r .navPhone {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* .headerInnerBox .h-r .navPhone .icon {
  width: 34px;
  height: 34px;
}
.headerInnerBox .h-r .navPhone .icon img {
  width: 100%;
  height: 100%;
} */
.headerInnerBox .h-r .navPhone i {
  font-size: 34px;
  color: #fc9707;
}
.headerInnerBox .h-r .navPhone .right {
  margin-left: 15px;
}
.headerInnerBox .h-r .navPhone .right .text {
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  font-family: montserrat;
}
.headerInnerBox .h-r .navPhone .right .phone {
  font-size: 20px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  margin-top: 3px;
}
.headerInnerBox .h-r .search {
  /* border: 1px solid red; */
  margin: 0 20px 0 40px;
}
.headerInnerBox .h-r .search a i {
  font-size: 24px;
  color: #2a2a2a;
}
.headerInnerBox .h-r .search a i:hover {
  color: #fc9707 !important;
}
.headerInnerBox .h-r .picture {
  padding: 0 13px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.headerInnerBox .h-r .picture .imgCoentent {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  /*display: flex;*/
  /*display: -webkit-flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*-webkit-justify-content: center;*/
  /*-webkit-align-items: center;*/
  /*border: 1px solid red;*/
}
.headerInnerBox .h-r .picture .imgCoentent a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}
.headerInnerBox .h-r .picture img {
  display: none;
  width: 100%;
  height: 100%;
}
.headerInnerBox .h-r .picture .imgCoentent i {
  display: none;
  font-size: 28px;
  color: #ffffff;
}
.iconBox {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  padding: 0 34px 0 24px;
}
.iconBox a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #c1c1c1;
  transition: all 0.5s;
}
.iconBox a:not(:last-child) {
  margin-right: 8px;
}
.iconBox a:hover {
  transform: rotate(360deg);
}
.headerInnerBox .h-r .iconBox a:hover {
  border-color: #fc9707;
}
.headerInnerBox .countryList {
  width: 150px;
  height: 100px;
}
.headerInnerBox .h-r .iconBox a i {
  color: #333333;
}
.headerInnerBox .countryList img{
  width: 23px;
  height: 16px;
}
.headerInnerBox .countryList li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fc9707;
}
.headerInnerBox .countryList > li > a {
  height: 100px;
}
.headerInnerBox .countryList li a span {
  margin: 0 7px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.headerInnerBox .countryList li a i {
  font-size: 20px;
  color: #ffffff;
}
.headerInnerBox .countryList > li > .submenuList > li > a {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerInnerBox .countryList > li:hover > .submenuList > li > a {
  height: 50px;
  border-top: 1px solid #ffffff;
}
/* swiper */
.swiperBox {
  width: 100%;
}
.swiperBox .s-c {
  width: 100%;
  height: 100vh;
}
.swiperBox .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiperBox .s-c .item {
  /* border: 1px solid red; */
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiperBox .s-c .item h2 {
  font-size: 72px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-family: '837-CAI978';
  line-height: 1;
}
.swiperBox .s-c .item h2 span {
  color: #fc9707;
}
.swiperBox .s-c .item h1 {
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-family: '837-CAI978';
  line-height: 1;
  margin-top: 10px;
}
.swiperBox .s-c .item .line {
  width: 43px;
  background-color: #ffffff;
  height: 5px;
  margin: 25px 0 25px 10px;
}
.swiperBox .s-c .item h6 {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-family: montserrat;
  margin-left: 5px;
}
.swiperBox .s-c .item .btn {
  margin-top: 55px;
  margin-left: 5px;
}
.swiperBox .s-c .item .btn a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 220px;
  background-color: #fc9707;
  border-radius: 10px;
  height: 55px;
}
.swiperBox .s-c .item .btn a span {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.swiperBox .s-c .item .btn a i {
  font-size: 24px;
  margin-left: 15px;
  color: #ffffff;
}
.swiperBox .swiper-container-horizontal > .swiper-pagination-bullets {
  height: 100%;
  width: 20px;
  right: 100px;
  top: 0px;
  left: auto;
}
.swiperBox .swiper-pagination {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiperBox
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:not(:last-child) {
  margin: 0 0 15px 0;
}
.swiperBox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #ffffff;
}
.swiperBox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fc9707;
}
/* 首页 */
.index-1-Box {
  margin-top: 75px;
  /* background-color: #FFFFFF; */
}
.index-1-Box .index-1InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.index-1-Box .index-1InnerBox .index-1-t {
  display: flex;
  display: -webkit-flex;
  /* border: 1px solid red; */
}
.index-1InnerBox .index-1-5-l {
  /* width: 570px; */
  padding-right: 65px;
  /* border: 1px solid red; */
}
.index-1InnerBox .index-1-5-l h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  font-family: montserrat;
  line-height: 1;
}
.index-1InnerBox .index-1-5-l .row {
  display: flex;
  display: -webkit-flex;
  /* justify-content: center;
  -webkit-justify-content: center; */
}
.index-1InnerBox .index-1-5-l .row:first-of-type {
  margin-top: 30px;
}
.index-1InnerBox .index-1-5-l .row:not(:first-of-type) {
  margin-top: 20px;
}
.index-1InnerBox .index-1-5-l .row label {
  align-self: center;
  -webkit-align-self: center;
  width: 90px;
  text-align: right;
}
.index-1InnerBox .index-1-5-l label span:first-child {
  color: #fd0505;
}
.index-1InnerBox .index-1-5-l label span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.index-1InnerBox .index-1-5-l input {
  outline: none;
  width: 370px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  height: 60px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.index-1InnerBox .index-1-5-l .row input::placeholder {
  color: #cccccc;
}
.index-1InnerBox .index-1-5-l .row input::-webkit-input-placeholder {
  color: #cccccc;
}
.passwordBox {
  position: relative;
}
.passwordBox i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.passwordBox i:hover {
  cursor: pointer;
}
.index-1InnerBox .index-1-5-l .details {
  text-align: right;
  margin: 17px 0;
}
.index-1InnerBox .index-1-5-l .details a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.index-1InnerBox .index-1-5-l .details a span:last-child {
  color: #fc9707;
}
.index-1InnerBox .index-1-5-l .loginBtn button {
  outline: none;
  margin: 0 auto;
  display: block;
  width: 244px;
  background: #fca325;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.index-1InnerBox .index-1-5-r {
  display: flex;
  display: -webkit-flex;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l {
  width: 380px;
  height: 410px;
  position: relative;
  overflow: hidden;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l .content {
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 2;
  margin-left: 40px;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-r {
  margin-left: 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t .content,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  margin-left: 40px;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b {
  width: 460px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b {
  margin-top: 10px;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l img,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t img,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l:hover > img,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t:hover > img,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b:hover > img {
  transform: scale(1.05);
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l .content .line,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t .content .line,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b .content .line {
  width: 25px;
  background-color: #fc9707;
  height: 2px;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l .content h3,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t .content h3,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b .content h3 {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  font-family: montserrat;
  line-height: 30px;
  margin: 25px 0 15px 0;
}
.index-1InnerBox .index-1-5-r .index-1-5-r-l .content h6,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-t .content h6,
.index-1InnerBox .index-1-5-r .index-1-5-r-r-b .content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.index-1InnerBox .index-1-b {
  margin-top: 100px;
  /*margin-bottom: 90px;*/
}
.index-1InnerBox .index-1-b .index-1-b-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l .nav-icon {
  width: 40px;
  height: 40px;
  /* margin-right: 35px; */
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l .nav-icon img {
  width: 100%;
  height: 100%;
}
.index-1InnerBoxNavColor{
  color: #fc9707 !important;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l .item {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  padding: 0 30px;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l .item:hover{
  cursor: pointer;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-l .item:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}
.index-1InnerBox .index-1-b .index-1-b-nav .nav-r a {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.index-1InnerBox .index-1-b .proContent{
  margin-top: 35px;
}
.index-1InnerBox .index-1-b .proList {
  /* margin-top: 35px; */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index-1InnerBox .index-1-b .proContent .pro:not(:first-of-type){
  display: none;
}
.index-1InnerBox .index-1-b .proList li {
  margin-right: 27px;
  margin-bottom: 20px;
  width: calc((100% - 81px) / 4);
}
.index-1InnerBox .index-1-b .proList li:nth-of-type(4n) {
  margin-right: 0px;
}
.index-1InnerBox .index-1-b .proList .imgBox {
  display: block;
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.index-1InnerBox .index-1-b .proList .imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-1InnerBox .index-1-b .proList .imgBox img:hover {
  transform: scale(1.05);
}
.index-1InnerBox .index-1-b .proList .contentBox {
  background-color: #f8f8f8;
}
.index-1InnerBox .index-1-b .proList .contentBox h4 {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-1InnerBox .index-1-b .proList .contentBox h5 {
  margin: 14px 0 26px 0;
}
.index-1InnerBox .index-1-b .proList .contentBox h5 span:first-of-type {
  font-size: 18px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.index-1InnerBox .index-1-b .proList .contentBox h5 span:last-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #fc9707;
  font-family: montserrat;
}
.index-1InnerBox .index-1-b .proList .contentBox .content {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
.index-1InnerBox .index-1-b .proList .contentBox .content .btnList {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-1InnerBox .index-1-b .proList .contentBox .content .btnList a {
  width: 135px;
  border-radius: 6px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.index-1InnerBox
  .index-1-b
  .proList
  .contentBox
  .content
  .btnList
  a:first-of-type {
  border: 1px solid #999999;
  color: #999999;
}
.index-1InnerBox
  .index-1-b
  .proList
  .contentBox
  .content
  .btnList
  a:last-of-type {
  border: 1px solid transparent;
  background-color: #fc9707;
  color: #ffffff;
}
/* 登录 */
.loginBg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.loginBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loginBg .login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
  /* width: 700px; */
  /* height: 500px; */
  /* border: 1px solid red; */
  background-color: #ffffff;
  border-radius: 30px;
  padding: 55px 100px 85px 100px;
}
.loginBg .login h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  font-family: montserrat;
  text-align: center;
}
.loginBg .login .row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.loginBg .login .row:first-of-type {
  margin-top: 35px;
}
.loginBg .login .row:not(:first-of-type) {
  margin-top: 20px;
}
.loginBg .login .row label {
  align-self: center;
  -webkit-align-self: center;
  width: 90px;
  text-align: right;
}
.loginBg .login .row label span:first-child {
  color: #fd0505;
}
.loginBg .login .row label span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.loginBg .login .row input {
  outline: none;
  width: 370px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  height: 60px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.loginBg .login .row input::placeholder {
  color: #cccccc;
}
.loginBg .login .row input::-webkit-input-placeholder {
  color: #cccccc;
}
.passwordBox {
  position: relative;
}
.passwordBox i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.passwordBox i:hover {
  cursor: pointer;
}
.loginBg .login .details {
  text-align: right;
  margin: 20px 0;
}
.loginBg .login .details a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.loginBg .login .details a span:last-child {
  color: #fc9707;
}
.loginBg .login .loginBtn button {
  outline: none;
  margin: 0 auto;
  display: block;
  width: 244px;
  background: #fca325;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}

/* registerEmail */
.registerEmailBox{
  display: none;
}
.registerEmailBox .centerBox .center {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0 130px 0;
}
.registerEmailBox .centerBox .center h3 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.registerEmailBox .centerBox .center .p1 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  font-family: montserrat;
  margin: 40px 0 30px 0;
}
.registerEmailBox .centerBox .center .email label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-bottom: 10px;
}
.registerEmailBox .centerBox .center .email input {
  outline: none;
  width: 100%;
  height: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.registerEmailBox .centerBox .center .email input::placeholder {
  color: #cccccc;
}
.registerEmailBox .centerBox .center .email input::-webkit-input-placeholder {
  color: #cccccc;
}
.registerEmailBox .centerBox .center .p3 {
  margin-top: 25px;
}
.registerEmailBox .centerBox .center .p3 a span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.registerEmailBox .centerBox .center .p3 a span:last-child {
  color: #fc9707;
}
/* register */
.registerBox,
.registerEmailBox {
  background-color: #f5f5f5;
  padding: 129px 0 80px 0;
}
.registerBox .centerBox,
.registerEmailBox .centerBox {
  width: 1000px;
  background-color: #ffffff;
  margin: 0 auto;
}
.registerBox .centerBox .center {
  /* border: 1px solid red; */
  width: 60%;
  margin: 0 auto;
  padding: 70px 0 100px 0;
}
.registerBox .centerBox .center h3 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  width: 85%;
  margin: 0 auto;
}
.registerBox .centerBox .center .chooseBox {
  width: 85%;
  margin: 40px auto 40px;
}
.registerBox .centerBox .center .chooseBox label {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.registerBox .centerBox .center .chooseBox label:last-child {
  margin-left: 53px;
}
.registerBox .centerBox .center .row {
  /* margin-bottom: 28px; */
  width: 85%;
  margin: 0 auto 28px;
  /* border: 1px solid red; */
}
.registerBox .centerBox .center .row label {
  display: block;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.registerBox .centerBox .center .row label span:first-child {
  color: #fd0505;
}
.registerBox .centerBox .center .row label span:last-child {
  color: #222222;
}
.registerBox .centerBox .center .row .item {
  outline: none;
  width: 100%;
  height: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.registerBox .centerBox .center .row input {
  text-indent: 15px;
}
.registerBox .centerBox .center .row select {
  padding-left: 15px;
}
.registerBox .centerBox .center .row input::placeholder {
  color: #cccccc;
}
.registerBox .centerBox .center .row input::-webkit-input-placeholder {
  color: #cccccc;
}
.registerBox .centerBox .center .tip {
  margin: 0 auto 28px;
  width: 85%;
}
.registerBox .centerBox .center .tip p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.registerBox .centerBox .center .tip p i {
  width: 4px;
  background-color: #888888;
  border-radius: 50%;
  height: 4px;
}
.registerBox .centerBox .center .tip p span {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  margin-left: 10px;
}
.registerBox .centerBox .center .submitBox,
.registerEmailBox .centerBox .center .submitBox {
  text-align: center;
  margin-top: 40px;
}
.registerBox .centerBox .center .submitBox span{
  display: block;
  margin: 0 auto;
  width: 300px;
  background: linear-gradient(90deg, #e85f0f 0%, #e98d12 100%);
  border-radius: 23px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.registerEmailBox .centerBox .center .submitBox button{
  width: 300px;
  background: linear-gradient(90deg, #e85f0f 0%, #e98d12 100%);
  border-radius: 23px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.registerBox .centerBox .center .codeBox .code {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.registerBox .centerBox .center .codeBox .code p a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #222222;
  font-family: montserrat;
}
.registerBox .centerBox .center .codeBox .item {
  width: 85%;
}
.registerBox .centerBox .center .codeContainer {
  display: none;
  padding: 35px 0;
  background-color: #f8f8f8;
  margin-bottom: 28px;
}
.registerBox .centerBox .center .codeContainer .row {
  margin-bottom: 0px;
}
/* .registerBox .centerBox .center form:last-of-type {
  display: none;
} */
/* 内页0 */
.traveListActive {
  background-color: #fc9707 !important;
}
.traveListPActive {
  color: #ffffff !important;
}
.insidePage-1Box .topBox {
  width: 100%;
  height: 520px;
  position: relative;
}
.insidePage-1Box .topBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.insidePage-1Box .insidePage-1InnerBox {
  width: 1400px;
  margin: 75px auto 0;
}
.insidePage-1Box .insidePage-1InnerBox h2 {
  font-size: 36px;
  font-weight: 900;
  color: #222222;
  font-family: montserrat;
  text-align: center;
}
.insidePage-1Box .insidePage-1InnerBox .line {
  width: 60px;
  background-color: #fc9707;
  height: 3px;
  margin: 25px auto 50px;
}
.insidePage-1InnerBox .popList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.insidePage-1InnerBox .popList li {
  margin: 0 27px 27px 0;
  width: calc((100% - 81px) / 4);
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.insidePage-1InnerBox .popList li:nth-of-type(4n) {
  margin-right: 0px;
}
.insidePage-1InnerBox .popList li .imgBox {
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.insidePage-1InnerBox .popList li .imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.insidePage-1InnerBox .popList li .imgBox img:hover {
  transform: scale(1.05);
}
.insidePage-1InnerBox .popList li .contentBox {
  width: 100%;
  height: 235px;
  background-color: #f8f8f8;
  /* padding: 20px 0 25px 0; */
}
.insidePage-1InnerBox .popList li .contentBox .content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.insidePage-1InnerBox .popList li .contentBox .content h4 {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  font-family: montserrat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.insidePage-1InnerBox .popList li .contentBox .content h6 {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* margin: 15px 0 25px 0; */
}
.insidePage-1InnerBox .popList li .contentBox .content h5 {
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  font-family: montserrat;
}
.insidePage-1InnerBox .popList li .contentBox .content h5 span {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  font-family: montserrat;
}
.insidePage-1InnerBox .popList li .contentBox .content h5 span:last-of-type {
  color: #fc9707;
}
.insidePage-1InnerBox .popList li .contentBox .content .pushList {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0px;
  z-index: 1;
  /* margin-top: 30px; */
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1InnerBox
  .popList
  li
  .contentBox
  .content
  .pushList
  p
  span:nth-of-type(1) {
  font-size: 18px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-1InnerBox
  .popList
  li
  .contentBox
  .content
  .pushList
  p
  span:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-1InnerBox
  .popList
  li
  .contentBox
  .content
  .pushList
  p
  span:nth-of-type(3) {
  font-size: 18px;
  font-weight: bold;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-1InnerBox .popList li .contentBox .content .pushList .pushCart {
  width: 40px;
  background-color: #fc9707;
  border-radius: 50%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.3s;
}
.insidePage-1InnerBox .popList li .contentBox .content .pushList .pushCart i {
  color: #ffffff;
  font-size: 22px;
}
.insidePage-1InnerBox .popList li .contentBox .content .pushList .pushCart:hover {
  transform: rotate(360deg);
}
/*.insidePageSearchBox {*/
/*  position: relative;*/
/*  margin-bottom: 50px;*/
/*}*/
/*.insidePageSearchBox img{*/
/*  width: 100%;*/
/*  height: 600px;*/
/*  object-fit: cover;*/
/*  filter: brightness(30%);*/
/*}*/
.t-search{
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  position: absolute;
  padding-left: 50px;
  z-index: 2;
  bottom: 15%;
  left: 5%;
}
.t-search form{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.t-search .select-row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.t-search .select-row:not(:first-of-type){
  margin-left: 100px;
}
.t-search .select-row i{
  font-size: 24px;
  color: #fc9707;
}
.t-search .select-row .item{
  width: 130px;
  height: 50px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: montserrat;
  margin-left: 10px;
  /* padding-left: 5px; */
}
.t-search .select-row .item option{
  background-color: #888787;
}
.t-search .select-row .s-e span{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
}
.t-search .select-row .s-e .span2{
  margin: 0 5px;
}
.t-search .select-row .start,.t-search .select-row .end:hover{
  cursor: pointer;
}
.t-search .select-row input::placeholder{
  color: #FFFFFF;
  font-size: 18px;
}
.t-search .select-row input::-webkit-input-placeholder{
  color: #FFFFFF;
  font-size: 18px;
}
.t-search .select-row input::-webkit-outer-spin-button,
.t-search .select-row input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.t-search .select-row input[type='number'] {
  -moz-appearance: textfield;
}
.t-search button{
  width: 210px;
  background: #FC9707;
  border-radius: 0 40px 40px 0;
  height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: montserrat;
  text-align: center;
  line-height: 80px;
}
   /**
 * 设置日历的大小
 */
.t-search .calendar {
  width: 240px;
  height: 0px;
  display: block;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: black;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  overflow: hidden;
}
/**
* 设置日历顶部盒子
*/
.t-search .calendar .calendar-title-box {
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.t-search .calendar .calendar-title-box .calendar-title{
  color: #FFFFFF;
}
/**
* 设置上个月的按钮图标
*/
.t-search .calendar .prev-month {
  position: absolute;
  top: 12px;
  left: 0px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 0px;
  border-top: 6px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
/**
* 设置下个月的按钮图标
*/
.t-search .calendar .next-month {
  position: absolute;
  top: 12px;
  right: 0px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-right: 0px;
  border-top: 6px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
/* 设置日历表格样式 */
.t-search .calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
/* 表格行高 */
.t-search .calendar-table tr {
  height: 30px;
  line-height: 30px;
}
.t-search .calendar-table th {
  color: #FFFFFF;
  font-size: 14px;
}
.t-search .calendar-table td:hover{
  cursor: pointer;
}
/* 当前天 颜色特殊显示 */
.t-search .currentDay{
  color: red;
}
/* 本月 文字颜色 */
.t-search .currentMonth {
  color: #FFFFFF;
}
/* 其他月颜色 */
.t-search .otherMonth {
  color: #999;
}
.t-search .search .select-row .start,.t-search .select-row .end{
  margin: 0 10px;
}
.traveBox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 150px;
}
.traveBox .traveList li:not(:last-of-type) {
  margin-bottom: 5px;
}
.traveBox .traveList li a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #eeeeee;
}
.traveBox .traveList li img {
  width: 40px;
  height: 40px;
}
.traveBox .traveList li img:last-of-type {
  display: none;
}
.traveBox .traveList li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-top: 7px;
  text-align: center;
}
.traveBox .contentBox .rowList:not(:first-of-type) {
  display: none;
}
.traveBox .rowList li {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  position: relative;
}
.traveBox .rowList li:not(:last-of-type) {
  margin-bottom: 25px;
}
.traveBox .rowList li .container{
  display: flex;
  display: -webkit-flex;
  background-color: #f8f8f8;
  /*align-items: center;*/
}
.traveBox .rowList li .container .contentBox {
  /* border: 1px solid red; */
  width: 820px;
  padding: 0 30px 0 50px;
  margin-top: 30px;
}
.traveBox .rowList li .row3{
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 820px;
}
.traveBox .rowList li .imgBox {
  width: 330px;
  background-color: #7d7d7d;
  height: 235px;
}
.traveBox .rowList li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traveBox .rowList li .row1,
.traveBox .rowList li .row2,
.traveBox .rowList li .row3 {
  display: flex;
  display: -webkit-flex;
}
.traveBox .rowList li .row1 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  font-family: montserrat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.traveBox .rowList li .row1 p {
  font-size: 24px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  margin-left: auto;
}
.traveBox .rowList li .row2 {
  width: 480px;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 20px;
  font-family: montserrat;
  margin: 30px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.traveBox .rowList li .row3 .p1 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: montserrat;
}
.traveBox .rowList li .row3 .p1 span {
  font-size: 24px;
  color: #fc9707;
}
.traveBox .rowList li .row3 .p2 {
  margin-left: 75px;
}
.traveBox .rowList li .row3 .p2 i {
  font-size: 24px;
  color: #fc9707;
}
.traveBox .rowList li .row3 .p2 span {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.traveBox .rowList li .row3 .p3 {
  width: 130px;
  background-color: #fc9707;
  border-radius: 10px;
  height: 40px;
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.traveBox .rowList li .row3 .p3 i {
  font-size: 24px;
  color: #ffffff;
}
.traveBox .rowList li .row3 .p3 span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.fixedCart {
  position: fixed;
  top: 50%;
  right: 5%;
  z-index: 99;
}
.fixedCart a {
  width: 80px;
  background: #fc9707;
  box-shadow: 0px 0px 20px 0px rgba(28, 17, 0, 0.3);
  border-radius: 50%;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fixedCart a:hover > i {
  transform: rotate(360deg);
}
.fixedCart a i {
  transition: all 0.3s;
  font-size: 36px;
  color: #ffffff;
}
.fixedCart a .tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  background: #d81e06;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* 内页1 */
.monthBgActive{
  background-color: #626262;
}
.monthColorActive{
  color: #FFFFFF !important;
}
.calendarBox .monthBox{
  width: 100%;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 15px;
}
.calendarBox .monthBox .monthContent{
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  width: 100%;
}
.calendarBox .monthBox .monthIconRight,.monthBox .monthIconLeft{
  width: 43px;
  height: 100%;
  /* border: 1px solid red;  */
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: #FFFFFF;
}
.calendarBox .monthBox .monthIconRight,.monthBox .monthIconLeft i{
  font-size: 24px;
  color: #AAAAAA;
}
.calendarBox .monthBox .monthIconRight,.monthBox .monthIconLeft:hover{
  cursor: pointer;
}
.calendarBox .monthBox .monthContent .monthP{
  width: 140px;
  height: 100%;
  /* border: 1px solid red; */
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.calendarBox .monthBox .monthContent .monthP .monthP-time{
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  text-align: center;
  margin-top: 5px;
}
.calendarBox .monthBox .monthContent .monthP .monthNum{
  font-size: 14px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  text-align: center;
  margin-top: 3px;
}
.calendarBox .calendar .calendar-table {
  width: 100%;
  border-collapse: collapse;
}
.td-active{
  /* background-color: #FC9707; */
  color: #333333 !important;
}
.td-active .calendarNum{
  color: #fc9707 !important; 
}
.td-bg-active{
  background-color: #fc9707 !important;
}
.td-bg-active .calendarNum{
  color: #FFFFFF !important;
  font-size: 14px;
}
.td-bg-active .tdDaySize{
  font-size: 14px;
}
.calendarBox .calendar .calendar-table td {
  width: calc(100% / 7);
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
  vertical-align: top;
  cursor: pointer;
}
.calendarBox .calendar .calendar-table td .tdDaySize{
  padding: 5px 0 0 5px;
}
.calendarBox .calendar .calendar-table tr {
  height: 48px;
}
.calendarBox .calendar .calendar-table th {
  background-color: #626262;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.calendarBox .calendar .calendar-table td .calendarNum {
  color: #fc9707;
  text-align: center;
  margin-top: 5px;
}
.calendarBox .calendar .currentMonth {
  /* color: #222222; */
  color: #ede;
}
.calendarBox .calendar .otherMonth {
  color: #ede;
}
#sj-back{
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  margin-left: 10px;
}
#gtfj-piao{
  display: none;
}
.insidePage-2BoxColorActive {
  color: #fc9707 !important;
}
.insidePage-2BoxBoderActive {
  border-bottom-color: #fc9707 !important;
}
.insidePage-2BoxArticleActive {
  color: #ffffff !important;
}
.insidePage-2BoxBgActive {
  background-color: #fc9707 !important;
}
.insidePage-2Box {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.insidePage-2Box .insidePage-2InnerBox {
  /* border: 1px solid red; */
  width: 1400px;
  margin: 0 auto;
  padding-top: 128px;
}
.insidePage-2InnerBox .topnNav {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .topnNav i {
  font-size: 18px;
  color: #fc9707;
}
.insidePage-2InnerBox .topnNav p,
.insidePage-2InnerBox .topnNav p a {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
}
.insidePage-2InnerBox .topnNav p {
  margin-left: 15px;
}
.insidePage-2InnerBox .content1Box {
  display: flex;
  display: -webkit-flex;
  background-color: #ffffff;
  padding: 50px 50px 65px 50px;
  margin-top: 25px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-2InnerBox .content1Box .c-l {
  width: 48%;
  /* border: 1px solid yellow; */
}
.insidePage-2InnerBox .content1Box .c-l .mySwiper {
  height: 400px;
}
.insidePage-2InnerBox .content1Box .c-l .mySwiper img {
  width: 100%;
  height: 100%;
}
.insidePage-2InnerBox .mySwiper .swiper-pagination-custom {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  border-radius: 15px;
  right: 20px;
  left: auto;
}
.insidePage-2InnerBox .mySwiper .swiper-button-prev,
.insidePage-2InnerBox .mySwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .mySwiper .swiper-button-prev i,
.insidePage-2InnerBox .mySwiper .swiper-button-next i {
  color: #ffffff;
  font-size: 36px;
}
.insidePage-2InnerBox .mySwiper .swiper-button-next {
  right: 10px;
}
.insidePage-2InnerBox .mySwiper .swiper-button-prev {
  left: 10px;
}
.insidePage-2InnerBox .c-r {
  width: 48%;
}
.insidePage-2InnerBox .c-r h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 40px;
}
.insidePage-2InnerBox .c-r h2 .span1{
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  width: calc(100% - 27px);
}
.insidePage-2InnerBox .c-r h2 .span2{
  width: 27px;
  background: #fc9707;
  border-radius: 6px;
  height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 22px;
  text-align: center;
  /*margin-left: 18px;*/
}
.insidePage-2InnerBox .c-r > h4 {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin: 15px 0 35px 0;
}
.insidePage-2InnerBox .c-r > h6 {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  width: 90%;
  line-height: 20px;
}
.insidePage-2InnerBox .c-r > h5 {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  font-family: montserrat;
  margin: 20px 0 20px 0;
}
.insidePage-2InnerBox .c-r > h5 span {
  color: #fc9707;
}
.insidePage-2InnerBox .c-r #i2-time{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.insidePage-2InnerBox .c-r #i2-time p,
.insidePage-2InnerBox .c-r #i2-time span{
  font-size: 20px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-2InnerBox .c-r .number {
  background-color: #f8f8f8;
  padding: 37px 28px;
}
.insidePage-2InnerBox .c-r .number .item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .c-r .number .item label {
  width: 75px;
  font-family: montserrat;
  font-weight: 400;
  color: #888888;
  font-size: 16px;
}
.insidePage-2InnerBox .c-r .number .item input {
  margin-left: 20px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  text-indent: 20px;
}
.insidePage-2InnerBox .c-r .number .adult input {
  width: 449px;
  height: 50px;
}
.insidePage-2InnerBox .c-r .number .children {
  margin-top: 20px;
}
.insidePage-2InnerBox .c-r .number .item:not(:first-of-type){
  margin-top: 20px;
}
.insidePage-2InnerBox .c-r .number .children input {
  width: 340px;
  height: 50px;
}
.insidePage-2InnerBox .c-r .number .children p {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  margin-left: 10px;
}
.insidePage-2InnerBox .c-r .number input::-webkit-outer-spin-button,
.insidePage-2InnerBox .c-r .number input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.insidePage-2InnerBox .c-r .number input[type='number'] {
  -moz-appearance: textfield;
}
.insidePage-2InnerBox .c-r .number .numberIcon {
  position: relative;
}
.insidePage-2InnerBox .c-r .number .numberIcon .icon {
  /* border: 1px solid red; */
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.insidePage-2InnerBox .c-r .number .numberIcon .icon i {
  font-size: 20px;
}
.insidePage-2InnerBox .c-r .number .numberIcon .icon i:hover {
  cursor: pointer;
}
.insidePage-2InnerBox .c-r .c-r-b {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 70px 0 100px 0;
}
.insidePage-2InnerBox .c-r .c-r-b h4 {
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-2InnerBox .c-r .c-r-b h4 span:first-of-type {
  font-size: 36px;
}
.insidePage-2InnerBox .c-r .c-r-b h4 span:last-of-type {
  font-size: 36px;
}
.insidePage-2InnerBox .c-r .c-r-b .addCart a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 260px;
  background: #fc9707;
  border: 1px solid #fc9707;
  border-radius: 10px;
  height: 62px;
}
.insidePage-2InnerBox .c-r .c-r-b .addCart a i {
  color: #ffffff;
  font-size: 24px;
}
.insidePage-2InnerBox .c-r .c-r-b .addCart a p {
  /*margin-left: 15px;*/
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
}
.insidePage-2InnerBox .c-r .c-r-i {
  width: 80%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-2InnerBox .c-r .c-r-i a {
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .c-r .c-r-i a img {
  width: 22px;
  height: 20px;
}
.insidePage-2InnerBox .c-r .c-r-i a span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
}
.insidePage-2InnerBox .c-r .c-r-i a:first-of-type span {
  color: #aaaaaa;
}
.insidePage-2InnerBox .c-r .c-r-i a:last-of-type span {
  color: #222222;
}
.insidePage-2InnerBox .content2Box {
  display: flex;
  display: -webkit-flex;
  background-color: #ffffff;
  padding: 50px 50px 65px 50px;
  margin-top: 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-2InnerBox .content2Box .c-2-r{
  width: 714px;
  height: 489px;
}
.insidePage-2InnerBox .content2Box .c-2-r #mapBox{
  width: 100%;
  height: 100%;
}
.insidePage-2InnerBox .content2Box .c-2-l {
  width: 535px;
}
/* 百度logo */
.insidePage-2InnerBox .BMap_cpyCtrl{
  display:none;
}
.insidePage-2InnerBox .anchorBL{
  display:none;
}
/* 高德logo */
.insidePage-2InnerBox .amap-logo {
  display: none;
  opacity: 0 !important;
}
.insidePage-2InnerBox .amap-copyright{
  display: none !important;
}
.insidePage-2InnerBox .content2Box .c-2-l h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList {
  display: flex;
  display: -webkit-flex;
  margin-top: 35px;
  border-bottom: 1px solid #bfbfbf;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList li {
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  padding-bottom: 15px;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList li:not(:last-of-type) {
  margin-right: 20px;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList li a {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList li a i {
  font-size: 36px;
  color: #999999;
}
.insidePage-2InnerBox .content2Box .c-2-l .schemeList li a span {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  font-family: montserrat;
}
.insidePage-2InnerBox .content2Box .c-2-l .route {
  margin: 35px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-l {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-l input {
  outline: none;
  border: none;
  width: 453px;
  background-color: #eeeeee;
  border-radius: 6px;
  height: 50px;
  text-indent: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-l input::placeholder {
  color: #888888;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-l input::-webkit-input-placeholder {
  color: #888888;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-l input:last-of-type {
  margin-top: 10px;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-r {
  margin-left: 20px;
}
.insidePage-2InnerBox .content2Box .c-2-l .route .r-r img {
  width: 23px;
  height: 28px;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails ul {
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails ul li {
  width: 80px;
  background: #dcdcdc;
  border-radius: 6px;
  height: 33px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: montserrat;
  text-align: center;
  line-height: 33px;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails ul li:hover {
  cursor: pointer;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails ul li:not(:last-of-type) {
  margin-right: 9px;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails .introduce {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  margin: 20px 0 25px 0;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails .linedetails {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-2InnerBox .content2Box .c-2-l .routeDetails .btn{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  background-color: #fc9707;
  width: max-content;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
}
.insidePage-2InnerBox .content3Box {
  background-color: #ffffff;
  padding: 50px 50px 65px 50px;
  margin-top: 25px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd {
  display: flex;
  display: -webkit-flex;
  /* border: 1px solid red; */
}
.insidePage-2InnerBox .content3Box .c-3List .hd img {
  width: 72px;
  height: 72px;
  margin-top: 15px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score {
  width: 100%;
  margin-left: 35px;
  border: 1px solid #d2d2d2;
  /* border: 1px solid red; */
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top {
  padding: 25px 0;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-t-1 h4 {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  text-align: center;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-t-1 h1 {
  font-size: 48px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  margin: 10px 0;
  text-align: center;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-t-1 h5 {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  text-align: center;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top {
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .item {
  width: calc(100% / 4);
  align-self: center;
  -webkit-align-self: center;
  /* border: 1px solid red; */
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .s-t-1 {
  border-right: 1px solid #d2d2d2;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .s-t-2 {
  padding-left: 20px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .s-t-2 .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .s-t-2 .row .title {
  width: 140px;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  line-height: 34px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .s-t-2 .row .article {
  width: 120px;
  background-color: #ff981f;
  height: 12px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .item .title-sc {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  line-height: 34px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-top .item .title-sc span:first-of-type {
  color: #fc9707;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom {
  border-top: 1px solid #d2d2d2;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 19px 30px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom ul {
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom ul li {
  font-size: 16px;
  font-weight: 400;
  color: #ff981f;
  font-family: montserrat;
  padding: 8px 18px;
  border: 1px solid #fc9707;
  border-radius: 2px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom ul li:hover {
  cursor: pointer;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom ul li:not(:last-of-type) {
  margin-right: 10px;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom .review{
  display: block;
  width: 170px;
  background-color: #FF981F;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  text-align: center;
}
.insidePage-2InnerBox .content3Box .c-3List .hd .score .s-buttom .review:hover{
  cursor: pointer;
}
.insidePage-2InnerBox .content3Box .c-3List .commentList:not(:first-of-type) {
  display: none;
}
.insidePage-2InnerBox .content3Box .c-3List .comment {
  /* border: 1px solid red; */
  border-bottom: 1px dashed #d2d2d2;
  margin-left: 107px;
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-l img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-l p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-align: center;
  margin-top: 15px;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r {
  margin-left: 49px;
  width: 100%;
  /* border: 1px solid red;  */
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top {
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top .c-r-top-list {
  display: flex;
  display: -webkit-flex;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top .c-r-top-list li {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top .c-r-top-list li:first-of-type {
  padding-right: 35px;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top .c-r-top-list li:last-of-type {
  padding-left: 35px;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .c-r-top .c-r-top-list li:not(:last-of-type, :first-of-type) {
  padding: 0 35px;
}
.insidePage-2InnerBox .content3Box
  .c-3List
  .comment
  .c-r
  .c-r-top
  .c-r-top-list
  li:not(:last-of-type) {
  border-right: 1px solid #aaaaaa;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .details {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin: 20px 0;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .imgList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .imgList img {
  width: 120px;
  height: 100px;
  object-fit: cover;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .imgList img:not(:last-of-type) {
  margin-right: 9px;
}
.insidePage-2InnerBox .content3Box .c-3List .comment .c-r .may {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-top: 20px;
}
.insidePage-2Box .page {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 50px 0 90px 0;
}
.insidePage-2InnerBox .content4Box{
  margin-top: 25px;
  background-color: #FFFFFF;
  padding: 50px;
}
.insidePage-2InnerBox .content4Box h3{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  font-family: Arial;
}
.insidePage-2InnerBox .content4Box .line{
  width: 100%;
  background-color: #E5E5E5;
  height: 1px;
  margin: 25px 0 50px 0;
}
.insidePage-2InnerBox .content4Box ul li{
  width: 100%;
}
.insidePage-2InnerBox .content4Box ul li:not(:first-of-type){
  margin-top: 37px;
}
.insidePage-2InnerBox .content4Box ul li a{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-2InnerBox .content4Box ul li a .time{
  /* border: 1px solid red; */
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 200px;
}
.insidePage-2InnerBox .content4Box ul li a .time span{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  padding: 9px 12px;
  background-color: #FC9707;
  border-radius: 4px;
  height: max-content;
}
.insidePage-2InnerBox .content4Box ul li a .text{
  width: 1050px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-family: montserrat;
}
.f-h .timeBox{
  width: calc(100% - 30px);
  height: 60px;
  padding: 0 15px;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.f-h .timeBox p{
  font-size: 16px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.f-h .timeBox .start,
.f-h .timeBox .end{
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  font-family: montserrat;
  cursor: pointer;
}
.f-h .calendar{
  width: 100%;
  height: 0px;
  background-color: #FFFFFF;
  position: absolute;
  top: 65px;
  left: 0px;
  z-index: 1;
  /* border: 1px solid #D2D2D2; */
  overflow: hidden;
}
.f-h .calendar table{
  width: 100%;
}
.f-h .calendar table td{
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
  cursor: pointer;
}
.f-h .calendar table th{
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
  height: 50px;
}
.f-h .calendar .calendar-title-box{
  width: 95%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f-h .calendar .calendar-title-box .prev-month i,
.f-h .calendar .calendar-title-box .next-month i{
  font-size: 22px;
  cursor: pointer;
}
.f-h .calendar .calendar-title-box #calendarTitle{
  font-size: 20px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
}
.f-h .otherMonth{
  color: #999 !important;
}
/* insidePage-1-d */
.insidePage-1Inner-dBox .bottom-swiper img{
  width: 128px;
  height: 95px;
  object-fit: cover;
  margin: 0 auto;
}
.insidePage-1Inner-dBox .bottom-swiper {
  margin-top: 25px;
}
/* .insidePage-1Inner-dBox .bottom-swiper .swiper-slide-thumb-active img{
  border: 1px solid #D0111B;
} */
.insidePage-1Inner-dBox .c-r h2 span:first-of-type{
  width: calc(100% - 90px);
}
.insidePage-1Inner-dBox .c-r h2 span:last-of-type{
  background-color: transparent;
  width: 90px;
  /*text-align: right;*/
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-1Inner-dBox .c-r h2 span:last-of-type i{
  color: #fc9707;
  font-size: 12px;
}
.insidePage-1Inner-dBox .c-r .js{
  font-size: 16px;
  font-weight: 300;
  color: #FC9707;
  font-family: montserrat;
  margin-top: 15px;
}
.insidePage-1Inner-dBox .c-r .dd{
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  font-family: montserrat;
  margin: 25px 0;
}
.insidePage-1Inner-dBox .c-r .wz{
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  line-height: 24px;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .selectBox{
  /* width: 100%; */
  background-color: #FFFFFF;
  padding: 50px 50px 65px 50px;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .selectBox .timeBox{
  width: calc(600px - 30px);
  height: 60px;
  padding: 0 15px;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  position: relative;
}
.insidePage-1Inner-dBox .selectBox .timeBox p{
  font-size: 16px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .selectBox .timeBox .start,
.insidePage-1Inner-dBox .selectBox .timeBox .end{
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  font-family: montserrat;
  cursor: pointer;
}
.insidePage-1Inner-dBox .calendar{
  width: 100%;
  height: 0px;
  background-color: #FFFFFF;
  position: absolute;
  top: 65px;
  left: 0px;
  z-index: 1;
  /* border: 1px solid #D2D2D2; */
  overflow: hidden;
}
.insidePage-1Inner-dBox .calendar table{
  width: 100%;
}
.insidePage-1Inner-dBox .calendar table td{
  text-align: center;
  width: 80px;
  height: 80px;
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
  cursor: pointer;
}
.insidePage-1Inner-dBox .calendar table th{
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
  height: 50px;
}
.insidePage-1Inner-dBox .calendar .calendar-title-box{
  width: 95%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-1Inner-dBox .calendar .calendar-title-box .prev-month i,
.insidePage-1Inner-dBox .calendar .calendar-title-box .next-month i{
  font-size: 22px;
  cursor: pointer;
}
.insidePage-1Inner-dBox .calendar .calendar-title-box #calendarTitle{
  font-size: 24px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .otherMonth{
  color: #999 !important;
}
.insidePage-1Inner-dBox .selectBox .peopleBox{
  width: calc(400px - 30px);
  height: 60px;
  padding: 0 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .jt{
  font-size: 22px;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .text{
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  font-family: montserrat;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select{
  display: none;
  width: 100%;
  /* height: 0px; */
  background-color: #FFFFFF;
  position: absolute;
  top: 65px;
  left: 0px;
  z-index: 1;
  border: 1px solid #D2D2D2;
  /* overflow: hidden; */
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .content{
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .content form{
  display: none;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row:not(:first-of-type){
  margin-top: 15px;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .left{
  font-size: 16px;
  font-weight: 300;
  color: #535353;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .left p{
  font-size: 12px;
  font-weight: 300;
  color: #AAAAAA;
  font-family: Montserrat;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .right .del{
  font-size: 22px;
  color: #EEEEEE;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .right .add{
  font-size: 22px;
  color: #636261;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .row .right span{
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  font-family: montserrat;
  margin: 0 5px;
}
.insidePage-1Inner-dBox .selectBox .peopleBox .select .btn{
  width: 43px;
  border: 1px solid #FC9707;
  border-radius: 6px;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #FC9707;
  font-family: Arial;
  text-align: center;
  line-height: 25px;
  margin-top: 20px;
  margin-left: auto;
}
.insidePage-1Inner-dBox .groggeryBox{
  padding: 50px 50px 65px 50px;
  background-color: #FFFFFF;
  margin-top: 20px;
}
.insidePage-1Inner-dBox .groggeryBox ul li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 0;
}
.insidePage-1Inner-dBox .groggeryBox ul li .left{
  width: 235px;
}
.insidePage-1Inner-dBox .groggeryBox ul li .left img{
  width: 150px;
  height: 100px;
  object-fit: cover;
}
.insidePage-1Inner-dBox .groggeryBox ul li .left h3{
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  color: #222222;
  margin: 8px 0 12px 0;
}
.insidePage-1Inner-dBox .groggeryBox ul li .left h6{
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  color: #777777;
}
.insidePage-1Inner-dBox .groggeryBox ul li .line{
  width: 1px;
  height: 175px;
  background-color: #D2D2D2;
  margin: 0 25px;
}
.insidePage-1Inner-dBox .groggeryBox ul li .right{
  width: calc(100% - 50px - 1px - 235px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-1Inner-dBox .groggeryBox ul li .food{
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .groggeryBox ul li .text{
  width: 210px;
}
.insidePage-1Inner-dBox .groggeryBox ul li .text p{
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .groggeryBox ul li .text p:not(:first-of-type){
  margin-top: 10px;
}
.insidePage-1Inner-dBox .groggeryBox ul li .num{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .groggeryBox ul li .num .top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .groggeryBox ul li .num .top span,
.insidePage-1Inner-dBox .groggeryBox ul li .num .top p{
  font-size: 24px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.insidePage-1Inner-dBox .groggeryBox ul li .num .bottom{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-1Inner-dBox .groggeryBox ul li .num .bottom span,
.insidePage-1Inner-dBox .groggeryBox ul li .num .bottom p{
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  text-decoration: line-through;
  color: #AAAAAA;
}
.insidePage-1Inner-dBox .groggeryBox ul li .rbtn{
  width: 160px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.insidePage-1Inner-dBox .groggeryBox ul li .sbtn{
  width: 160px;
  background: #BFBFBF;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.tipDialog{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tipDialog .content{
  width: 500px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(52,31,0,0.25);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.tipDialog .content h3{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  width: 85%;
  margin: 0 auto;
}
.tipDialog .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  font-family: montserrat;
  width: 85%;
  margin: 30px auto 40px;
}
.tipDialog .content .btn{
  width: 250px;
  background: #FC9707;
  border-radius: 18px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: Montserrat;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
/* review */
.review-Box{
  background-color: #F5F5F5;
}
.review-Box .reviewInnerBox{
  width: 1400px;
  margin: 0 auto;
  padding: 160px 0 100px 0;
}
.reviewInnerBox .top{
  padding: 35px 25px;
  width: calc(100% - 50px);
  background: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .top .left{
  width: 230px;
  height: 141px;
}
.reviewInnerBox .top .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviewInnerBox .top .right{
  margin-left: 40px;
}
.reviewInnerBox .top .right h1{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .top .right h1 span:first-of-type{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  line-height: 1;
}
.reviewInnerBox .top .right h1 span:last-of-type{
  width: 27px;
  background: #FC9707;
  border-radius: 6px;
  height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  text-align: center;
  line-height: 22px;
  margin-left: 25px;
}
.reviewInnerBox .top .right h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin: 13px 0 35px 0;
}
.reviewInnerBox .top .right h5{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .top .right h5 span{
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
}
.reviewInnerBox .top .right h5 span:first-of-type{
  color: #666666;
}
.reviewInnerBox .top .right h5 span:last-of-type{
  color: #fc9707;
}
.reviewInnerBox .bottom{
  width: calc((100% - 50px));
  background-color: #FFFFFF;
  margin-top: 10px;
  padding: 50px 25px 50px 25px;
}
.reviewInnerBox .bottom  h3{
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.reviewInnerBox .bottom form{
  margin-top: 40px;
}
.reviewInnerBox .bottom .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .bottom .row:not(:first-of-type){
  margin-top: 40px;
}
.reviewInnerBox .bottom .row>label{
  width: 150px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-right: 20px;
}
.reviewInnerBox .bottom .row>label span:first-of-type{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.reviewInnerBox .bottom .row>label span:last-of-type{
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.reviewInnerBox .bottom .row .starList{
  display: flex;
  display: -webkit-flex;
}
.reviewInnerBox .bottom .row .starList li{
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: #C7C7C7;
}
.reviewInnerBox .bottom .row .starList li:not(:first-of-type){
  margin-left: 10px;
}
.reviewInnerBox .bottom .row .starList .active{
  background-color: #fc9707;
}
.reviewInnerBox .bottom .row .starList li i{
  color: #FFFFFF;
  font-size: 18px;
}
.reviewInnerBox .bottom .row .starList li{
  cursor: pointer;
}
.reviewInnerBox .bottom .row1 p{
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  margin-left: 20px;
}
.reviewInnerBox .bottom .row2{
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.reviewInnerBox .bottom .row2 .singleBox .item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .bottom .row2 .singleBox .item:not(:first-of-type){
  margin-top: 20px;
}
.reviewInnerBox .bottom .row2 .singleBox .item .text{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.reviewInnerBox .bottom .row2 .singleBox .item .single label{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.reviewInnerBox .bottom .row2 .singleBox .item .single{
  margin-left: 25px;
}
.reviewInnerBox .bottom .row2 .singleBox .item .single label:not(:first-of-type){
  margin-left: 15px;
}
.reviewInnerBox .bottom .row3{
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.reviewInnerBox .bottom .row3 textarea{
  padding: 20px 20px;
  width: calc((100% - 20px - 150px - 40px - 500px));
  height: calc((180px - 40px));
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  border: 1px solid #D2D2D2;
  resize: none;
}
.reviewInnerBox .bottom .row3 textarea::input-placeholder{
  color: #CCCCCC;
}
.reviewInnerBox .bottom .row3 textarea::-webkit-input-placeholder{
  color: #CCCCCC;
}
.reviewInnerBox .bottom .row4{
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.reviewInnerBox .bottom .row4 .content input{
  display: none;
}
.reviewInnerBox .bottom .row4 .content p{
  width: 170px;
  background: #FFFFFF;
  border: 1px solid #FC9707;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.reviewInnerBox .bottom .row4 .content p:not(:first-of-type){
  margin-left: 20px;
}
.reviewInnerBox .bottom .row4 .content .item1 .tops{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.reviewInnerBox .bottom .row4 .content .item1 h6{
  width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-left: 20px;
}
.reviewInnerBox .bottom .row4 .content .item1 .imgBox{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 10px;
}
.reviewInnerBox .bottom .row4 .content .item1 .imgBox img{
  width: 120px;
  height: 100;
  object-fit: cover;
  margin-right: 10px;
}
.reviewInnerBox .bottom .row4 .content .item2{
  margin-top: 20px;
}
.reviewInnerBox .bottom .row4 .content .item2 .videoBox{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 10px;
}
.reviewInnerBox .bottom .row4 .content .item2 .videoBox video{
  width: 300px;
  height: 200px;
  margin-right: 10px;
}
.reviewInnerBox .bottom form button{
  border: none;
  outline: none;
  display: block;
  margin: 50px auto 0;
  width: 340px;
  background: #FC9707;
  border-radius: 30px;
  height: 60px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
}
/* reviewSuccess */
.review-s-Box{
  width: 100%;
  background-color: #F5F5F5;
  padding: 160px 0 100px 0;
}
.review-s-Box .review-s-InnderBox{
  margin: 0 auto;
  width: 1400px;
  height: 480px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.review-s-InnderBox img{
  width: 145px;
  height: 140px;
}
.review-s-InnderBox p{
  font-size: 16px;
  font-weight: 400;
  color: #666666; 
  font-family: montserrat;
  margin: 50px 0 75px 0;
}
.review-s-InnderBox .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.review-s-InnderBox .bottom a:last-of-type{
  margin-left: 30px;
  background-color: #FC9707;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.review-s-InnderBox .bottom a{
  width: 200px;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
  text-align: center;
  line-height: 40px;
}
.review-s-InnderBox .bottom a:first-of-type{
  background-color: #FFFFFF;
  color: #AAAAAA;
  border: 1px solid #BFBFBF;
}
/* 图片弹窗 */
.popoverBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 50%;
  height: 60%;
  padding: 10px;
  background-color: #ffffff;
}
.popoverBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popoverBox i {
  font-size: 24px;
  color: #fc9707;
  position: absolute;
  top: -10px;
  right: -10px;
}
.popoverBox i:hover {
  cursor: pointer;
}
/* 内页3 */
.insidePage-3Box {
  padding-top: 125px;
  background-color: #f5f5f5;
}
.insidePage-3Box .insidePage-3InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.insidePage-3InnerBox .contentBox1 {
  padding: 45px 80px;
  background-color: #ffffff;
}
.insidePage-3InnerBox .contentBox1 .top-Title {
  padding-bottom: 28px;
  border-bottom: 1px solid #a0a0a0;
}
.insidePage-3InnerBox .contentBox1 .top-Title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 40px;
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p1 .p1-2,
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p2,
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p3,
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p4 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p1 .p1-2 {
  margin-left: 130px;
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p1,
.insidePage-3InnerBox .contentBox1 .shop-List li .r-1 {
  display: flex;
  display: -webkit-flex;
  flex: 5.8;
  /* border: 1px solid red; */
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p2,
.insidePage-3InnerBox .contentBox1 .shop-List li .r-2 {
  flex: 1;
  /* text-align: right; */
  /* border: 1px solid red; */
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p3,
.insidePage-3InnerBox .contentBox1 .shop-List li .r-3 {
  flex: 1;
  text-align: center;
  /* border: 1px solid red; */
}
.insidePage-3InnerBox .contentBox1 .shop-List .hdBox .p4,
.insidePage-3InnerBox .contentBox1 .shop-List li .r-4 {
  flex: 1;
  text-align: right;
  /* border: 1px solid red; */
}
.insidePage-3InnerBox .contentBox1 .shop-List li {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 20px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 {
  display: flex;
  display: -webkit-flex;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-2 {
  width: 160px;
  height: 120px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-2 img{
  width: 100%;
  height: 100%;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-3 {
  width: 210px;
  margin-left: 20px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-3 .r-1-3-img {
  display: flex;
  display: -webkit-flex;
}
.insidePage-3InnerBox
  .contentBox1
  .shop-List
  li
  .row
  .r-1
  .r-1-3
  .r-1-3-img
  img:first-child {
  width: 15px;
  height: 12px;
}
.insidePage-3InnerBox
  .contentBox1
  .shop-List
  li
  .row
  .r-1
  .r-1-3
  .r-1-3-img
  img:last-child {
  margin-left: 5px;
  width: 15px;
  height: 15px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-3 p {
  margin: 10px 0 30px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-3 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-4 {
  margin-left: 50px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-1 .r-1-4 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  line-height: 24px;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-2 input {
  width: 80px;
  background-color: #ffffff;
  height: 39px;
  outline: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  border: 1px solid #bfbfbf;
}
.insidePage-3InnerBox
  .contentBox1
  .shop-List
  li
  .row
  .r-2
  input::-webkit-outer-spin-button,
.insidePage-3InnerBox
  .contentBox1
  .shop-List
  li
  .row
  .r-2
  input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.insidePage-3InnerBox
  .contentBox1
  .shop-List
  li
  .row
  .r-2
  input[type='number'] {
  -moz-appearance: textfield;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .r-2 i {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .r-2 button:hover {
  cursor: pointer;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-3 .p1,
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-3 .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-3 .p2 {
  margin: 30px 0 5px 0;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-3 .p3 {
  font-size: 18px;
  font-weight: Bold;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-4 .de {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox1 .shop-List li .row .r-4 .de:hover {
  cursor: pointer;
}
.insidePage-3InnerBox .contentBox2 {
  margin-top: 65px;
}
.insidePage-3InnerBox .contentBox2 h2 {
  text-align: center;
  background-color: #f5f5f5;
}
.insidePage-3InnerBox .contentBox2 .contentList {
  background-color: #ffffff;
  padding: 60px 50px 0px 50px;
  margin-top: 20px;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 28px;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d1 {
  flex: 0.4;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d2,
.insidePage-3InnerBox .contentBox2 .contentList .hd .d3,
.insidePage-3InnerBox .contentBox2 .contentList .hd .d4,
.insidePage-3InnerBox .contentBox2 .contentList .hd .d5,
.insidePage-3InnerBox .contentBox2 .contentList .hd .d6,
.insidePage-3InnerBox .contentBox2 .contentList .hd .d7 {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 {
  flex: 1.5;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 .d8-c {
  display: flex;
  display: -webkit-flex;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 .d8-c:hover{
  cursor: pointer;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 .d8-c i {
  color: #888888;
}
.insidePage-3InnerBox .contentBox2 .contentList .hd .d8 .d8-c span {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  margin-left: 10px;
}
.insidePage-3InnerBox .contentBox2 .contentList li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #f5f5f5;
  height: 70px;
  border-radius: 10px;
  padding: 0 33px;
  width: 100%;
  margin-left: 15px;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content .c1,
.insidePage-3InnerBox .contentBox2 .contentList li .content .c2,
.insidePage-3InnerBox .contentBox2 .contentList li .content .c3,
.insidePage-3InnerBox .contentBox2 .contentList li .content .c4,
.insidePage-3InnerBox .contentBox2 .contentList li .content .c5,
.insidePage-3InnerBox .contentBox2 .contentList li .content .c6 {
  flex: 1.2;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content .c7 {
  /* border: 1px solid red; */
  flex: 1.5;
  text-align: right;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content .c7 i{
  display: none;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content .c7 i:hover{
  cursor: pointer;
}
.insidePage-3InnerBox .contentBox2 .contentList li .content input {
  outline: none;
  border: none;
  background-color: transparent;
  width: 95%;
}
.insidePage-3InnerBox .contentBox2 .contentList li:not(:last-of-type) {
  margin-bottom: 10px;
}
.insidePage-3InnerBox .contentBox2 .push {
  padding: 50px 0;
}
.insidePage-3InnerBox .contentBox2 .push .content {
  width: 46px;
  background-color: #fc9707;
  border-radius: 50%;
  height: 46px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: all 0.3s;
}
.insidePage-3InnerBox .contentBox2 .push .content:hover {
  transform: rotate(360deg);
  cursor: pointer;
}
.insidePage-3InnerBox .contentBox2 .push i {
  font-size: 20px;
  color: #ffffff;
}
.insidePage-3InnerBox .contentBox2 .push p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-top: 10px;
}
.insidePage-3InnerBox .agentCode {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  /* align-items: center;
  -webkit-align-items: center; */
  padding: 70px 0;
}
.insidePage-3InnerBox .agentCode label {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  margin-top: 28px;
}
.insidePage-3InnerBox .agentCode .in {
  margin: 0 15px 0 35px;
}
.insidePage-3InnerBox .agentCode p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-top: 30px;
}
.insidePage-3InnerBox .agentCode input {
  outline: none;
  border: none;
  text-indent: 40px;
  width: 700px;
  background-color: #ffffff;
  border-radius: 10px;
  height: 83px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #aaaaaa;
  font-family: montserrat;
}
.insidePage-3InnerBox .agentCode button {
  width: 176px;
  background: #fc9707;
  border-radius: 10px;
  height: 83px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  text-align: center;
  line-height: 83px;
}
.insidePage-3Box .totalBox-in {
  background-color: #ffffff;
  border-top: 1px solid #bfbfbf;
}
.insidePage-3Box .totalBox-in .content {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-3Box .totalBox-in .content .t-checkbox {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3Box .totalBox-in .content .t-r {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-3Box .totalBox-in .content .t-r .t-num,
.insidePage-3Box .totalBox-in .content .t-r .totalNum {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-3Box .totalBox-in .content .t-r .t-num .span2,
.insidePage-3Box .totalBox-in .content .t-r .totalNum .span2,
.insidePage-3Box .totalBox-in .content .t-r .totalNum .span3{
  color: #fc9707;
  font-size: 30px;
}
.insidePage-3Box .totalBox-in .content .t-r .totalNum .span3 {
  color: #fc9707;
}
.insidePage-3Box .totalBox-in .content .t-r .totalNum {
  margin-left: 55px;
}
.insidePage-3Box .totalBox-in .content .t-r .submit p {
  display: block;
  width: 200px;
  background-color: #F89507;
  border-radius: 30px;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.insidePage-3Box .totalBox-in .content .t-r .submit {
  margin-left: 80px;
}
.peoNum-dailog{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center; */
  display: none;
}
.peoNum-dailog .number {
  background-color: #f8f8f8;
  /* padding: 37px 28px; */
  padding: 20px;
  width: calc(50% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.peoNum-dailog .number .item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.peoNum-dailog .number .item label {
  width: 60px;
  font-family: montserrat;
  font-weight: 400;
  color: #888888;
  font-size: 14px;
}
.peoNum-dailog .number .item input {
  margin-left: 20px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  text-indent: 20px;
}
.peoNum-dailog .number .adult input {
  width: 100%;
  height: 40px;
}
.peoNum-dailog .number .adult .numberIcon{
  width: calc(100% - 60px - 20px);
}
.peoNum-dailog .number .children {
  margin-top: 20px;
  width: 100%;
}
.peoNum-dailog .number .children .numberIcon{
  width: calc(100% - 60px - 10px - 120px);
}
.peoNum-dailog .number .children input {
  width: calc(100% - 20px);
  /* width: 100%; */
  height: 40px;
}
.peoNum-dailog .number .children p {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  margin-left: 10px;
}
.peoNum-dailog .number input::-webkit-outer-spin-button,
.peoNum-dailog .number input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.peoNum-dailog .number input[type='number'] {
  -moz-appearance: textfield;
}
.peoNum-dailog .number .numberIcon {
  position: relative;
}
.peoNum-dailog .number .numberIcon .icon {
  /* border: 1px solid red; */
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.peoNum-dailog .number .numberIcon .icon i {
  font-size: 18px;
}
.peoNum-dailog .number .numberIcon .icon i:hover {
  cursor: pointer;
}
.peoNum-dailog .btn-box{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 30px;
}
.peoNum-dailog .btn-box button{
  outline: none;
  border: none;
  width: 80px;
  background: #fc9707;
  border-radius: 6px;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  cursor: pointer;
}
.peoNum-dailog .btn-box .qx{
  margin-left: 15px;
  background-color: #A0A0A0;
}
/* cart弹窗 */
.cartPopover {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}
.cartPopover .popover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 50%;
  border-radius: 20px;
  padding: 50px 0;
}
.cartPopover i {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
}
.cartPopover i:hover {
  cursor: pointer;
}
.cartPopover .popover h3 {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  text-align: center;
}
.cartPopover .popover form {
  padding: 40px 0;
}
.cartPopover .popover .row {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.cartPopover .popover .row .nameBox{
  width: 500px;
  height: 50px;
  margin-left: 10px;
}
.cartPopover .popover .row .nameBox input{
  outline: none;
  width: calc((100% - 10px) / 2);
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb;
  font-family: montserrat;
  text-indent: 20px;
}
.cartPopover .popover .row>input {
  outline: none;
  width: 500px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb;
  font-family: montserrat;
  text-indent: 20px;
  margin-left: 10px;
}
.cartPopover .popover .row>input::placeholder,
.cartPopover .popover .row .nameBox input::placeholder{
  color: #bbbbbb;
}
.cartPopover .popover .row>input ::-webkit-input-placeholder,
.cartPopover .popover .row .nameBox input ::-webkit-input-placeholder{
  color: #bbbbbb;
}
.cartPopover .popover label {
  color: red;
}
.cartPopover .popover .submit button {
  display: block;
  margin: 0 auto;
  width: 365px;
  background: #fc9707;
  border-radius: 6px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 60px;
  text-align: center;
}
/* 内页4 */
.insidePage-4Box {
  background-color: #f5f5f5;
  padding-top: 140px;
}
.insidePage-4Box .insidePage-4InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.insidePage-4InnerBox .backNav a {
  font-size: 16px;
  font-weight: 400;
  color: #e97310;
  font-family: montserrat;
}
.insidePage-4InnerBox .content1Box {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-4InnerBox .content1Box .c-l {
  /* width: 950px; */
  background-color: #ffffff;
  padding: 24px 35px;
}
.insidePage-4InnerBox .content1Box .c-l .row {
  background-color: #f5f5f5;
  width: 850px;
  padding: 25px 0 25px 30px;
}
.insidePage-4InnerBox .content1Box .c-l .row:not(:first-of-type) {
  margin-top: 10px;
}
.insidePage-4InnerBox .content1Box .c-l .row h4 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content1Box .c-l .row .c-l-r {
  display: flex;
  display: -webkit-flex;
  margin-top: 12px;
}
.insidePage-4InnerBox .content1Box .c-l .row .c-l-r p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.insidePage-4InnerBox .content1Box .c-l .row .c-l-r p:not(:last-of-type) {
  margin-right: 20px;
}
.insidePage-4InnerBox .content1Box .c-r {
  width: 350px;
  height: min-content;
  background-color: #ffffff;
  padding: 30px 40px;
}
.insidePage-4InnerBox .content1Box .c-r h5 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  margin-bottom: 19px;
}
.insidePage-4InnerBox .content1Box .c-r .c-r-1:not(:first-of-type){
  margin-top: 15px;
}
.insidePage-4InnerBox .content1Box .c-r .c-r-1 h3{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content1Box .c-r .c-r-1 .content{
  margin-top: 5px;
}
.insidePage-4InnerBox .content1Box .c-r .c-r-1 .content .f,
.insidePage-4InnerBox .content1Box .c-r .c-r-1 .content .c{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-4InnerBox .content1Box .c-r .c-r-1 .content .f p,
.insidePage-4InnerBox .content1Box .c-r .c-r-1 .content .c p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
/*.insidePage-4InnerBox .content1Box .c-r .c-r-a,*/
/*.insidePage-4InnerBox .content1Box .c-r .c-r-c {*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*  justify-content: space-between;*/
/*  -webkit-justify-content: space-between;*/
/*}*/
/*.insidePage-4InnerBox .content1Box .c-r .c-r-a p,*/
/*.insidePage-4InnerBox .content1Box .c-r .c-r-c p {*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  color: #666666;*/
/*  font-family: montserrat;*/
/*}*/
/*.insidePage-4InnerBox .content1Box .c-r .c-r-c {*/
/*  margin-top: 5px;*/
/*}*/
.insidePage-4InnerBox .content1Box .c-r .numTotal {
  margin-top: 19px;
  padding-top: 30px;
  border-top: 1px dashed #e5e5e5;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.insidePage-4InnerBox .content1Box .c-r .numTotal p span:first-of-type {
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  color: #666666;
}
.insidePage-4InnerBox .content1Box .c-r .numTotal p span:last-of-type {
  font-size: 30px;
  font-weight: bold;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-4InnerBox .content2Box {
  width: 850px;
  margin-top: 20px;
  padding: 30px 50px;
  background-color: #ffffff;
}
.insidePage-4InnerBox .content2Box h5 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content2Box .passList {
  margin-top: 20px;
}
.insidePage-4InnerBox .content2Box .passList li {
  border-top: 1px solid #f5f5f5;
  display: flex;
  display: -webkit-flex;
}
.insidePage-4InnerBox .content2Box .passList li p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  padding: 15px 0;
}
.insidePage-4InnerBox .content2Box .passList li .p2,
.insidePage-4InnerBox .content2Box .passList li .p3,
.insidePage-4InnerBox .content2Box .passList li .p4,
.insidePage-4InnerBox .content2Box .passList li .p5 {
  flex: 1;
}
.insidePage-4InnerBox .content2Box .passList li .p1 {
  flex: 0.5;
}
.insidePage-4InnerBox .content3Box {
  width: 850px;
  margin-top: 20px;
  padding: 40px 50px;
  background-color: #ffffff;
}
.insidePage-4InnerBox .content3Box .js{
    font-size: 14px;
    font-weight: 400;
    color: #fc9707;
    font-family: montserrat;
    margin-top: 3px;
}
.insidePage-4InnerBox .content3Box h5 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content3Box p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  margin: 12px 0 25px 0;
}
.insidePage-4InnerBox .content3Box .chooseBox label {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content3Box .chooseBox label:last-of-type {
  margin-left: 80px;
}
.insidePage-4InnerBox .content3Box .code form {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-4InnerBox .content3Box .code div {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-4InnerBox .content3Box .code input {
  outline: none;
  width: 400px;
  background: #ffffff;
  border: 1px solid #7d7d7d;
  border-radius: 6px;
  height: 49px;
  text-indent: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb;
  font-family: montserrat;
}
.insidePage-4InnerBox .content3Box .code input::placeholder {
  color: #bbbbbb;
}
.insidePage-4InnerBox .content3Box .code input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.insidePage-4InnerBox .content3Box .code button {
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-4InnerBox #vouchers{
  width: 400px;
  margin-top: 30px;
  height: 49px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  padding-left: 15px;
  border-radius: 6px;
}
.insidePage-4InnerBox .content4Box {
  width: 850px;
  margin-top: 20px;
  padding: 40px 50px;
  background-color: #ffffff;
}
.insidePage-4InnerBox .content4Box h5 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content4Box p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  line-height: 18px;
  margin-top: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d2d2d2;
}
.insidePage-4InnerBox .content4Box .submit {
  margin-top: 30px;
}
.insidePage-4InnerBox .content4Box .submit form {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .s-l-i {
  /*font-size: 16px;*/
  /*font-weight: 400;*/
  /*color: #222222;*/
  /*font-family: montserrat;*/
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .s-l-i .item{
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .s-l-i .item:not(:first-of-type){
  margin-top: 10px;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .s-l-i .item input{
  margin-top: 3px;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .s-l-i a{
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
  margin-left: 10px;
  width: calc(100% - 10px - 13px);
  display: block;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .m-a {
  margin-top: 10px;
  margin-left: 30px;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .m-a a {
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.insidePage-4InnerBox .content4Box .submit form .s-l .m-a span {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-4InnerBox .content4Box .submit form .s-r button {
  /* display: block; */
  width: 240px;
  background-color: #fc9707;
  border-radius: 6px;
  height: 70px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 70px;
  text-align: center;
}
.i4-dialog{
  display: none;
  position: fixed;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}
.i4-dialog .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 50%;
  height: 70%;
  border-radius: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.i4-dialog .container i{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
}
.i4-dialog .container .content,
.i4-dialog .container .content span{
  width: 90%;
  height: 90%;
  overflow: auto;
  font-size: 18px!important;
  font-weight: 400 !important;
  color: #333333 !important;
  font-family: montserrat !important;
  /*border: 1px solid red;*/
}
/* 内页5 */
.insidePage-5BoxColorActive {
  color: #222222 !important;
}
.insidePage-5BoxBgActive {
  background-color: #ffffff !important;
}
.insidePage-5Box {
  background-color: #f5f5f5;
  padding-top: 139px;
  padding-bottom: 100px;
}
.insidePage-5Box .insidePage-5InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.insidePage-5InnerBox h3 {
  font-size: 18px;
  font-weight: bold;
  color: #e97310;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox1 {
  margin-top: 20px;
  background-color: #ffffff;
}
.insidePage-5InnerBox .contentBox1 .content {
  padding: 35px 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-5InnerBox .contentBox1 .c1-l p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox1 .c1-l p:last-of-type {
  margin-top: 10px;
}
.insidePage-5InnerBox .contentBox1 .c1-r p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox1 .c1-r p span {
  font-size: 30px;
  color: #fc9707;
}
.insidePage-5InnerBox .contentBox1 .c1-b {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #d3d1d1;
}
.insidePage-5InnerBox .contentBox1 .c1-b span {
  color: #fc9707;
}
.insidePage-5InnerBox .contentBox2 {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 48px 60px 100px 60px;
}
.insidePage-5InnerBox .contentBox2 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox2 .creditCardBox {
  margin-top: 35px;
}
.insidePage-5InnerBox .contentBox2 .creditCardBox label {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox2 .creditCardBox input {
  outline: none;
  width: 410px;
  height: 55px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
  margin-left: 19px;
}
/* .insidePage-5InnerBox .creditCardBox input::-webkit-outer-spin-button,
.insidePage-5InnerBox .creditCardBox input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.insidePage-5InnerBox .creditCardBox input[type='number'] {
  -moz-appearance: textfield;
} */
.insidePage-5InnerBox .contentBox2 .creditCardBox button {
  width: 150px;
  background-color: #bfbfbf;
  height: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  font-family: montserrat;
}
.insidePage-5InnerBox .contentBox2 .paymentBox {
  margin-top: 60px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .tbList {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #eeeeee;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .tbList li {
  width: 200px;
  background-color: #eeeeee;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-right: 10px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .tbList li:hover {
  cursor: pointer;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment {
  margin-top: 34px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList {
  display: flex;
  display: -webkit-flex;
}
/*.insidePage-5InnerBox .contentBox2 .paymentBox .payment .list:last-of-type {*/
/*  display: none;*/
/*}*/
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList li {
  margin-right: 9px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList li > img {
  width: 200px;
  height: 82px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList .item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 5px 15px;
}
.insidePage-5InnerBox
  .contentBox2
  .paymentBox
  .payment
  .pList
  .item:last-of-type {
  margin-left: 45px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList .item.active{
  box-shadow: 3px 3px 10px 0px rgb(252,151,7,0.8);
  transition: 0.3s;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList .item img {
  width: 26px;
  height: 26px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList .item.paypal img{
  width: 65px;
  height: 26px;
}
.insidePage-5InnerBox .contentBox2 .paymentBox .payment .pList .item span {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
#paypal-button-container-box{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#paypal-button-container{
  
}
.insidePage-5InnerBox .contentBox2 .btn {
  width: 240px;
  background-color: #fc9707;
  border-radius: 6px;
  height: 70px;
  margin-top: 30px;
}
.insidePage-5InnerBox .contentBox2 .btn form{
  width: 100%;
  height: 100%;
}
.insidePage-5InnerBox .contentBox2 .btn form button{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 18px;
  font-family: montserrat;
  font-weight: 400;
  color: #ffffff;
}
.insidePage-5InnerBox .contentBox2 .btn a {
  display: block;
  font-size: 18px;
  font-family: montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
}
/* 内页6 */
.insidePage-6Box {
  margin-top: 100px;
  padding-top: 55px;
  padding-bottom: 150px;
}
.insidePage-6Box .insidePage-6InnerBox {
  width: 1400px;
  margin: 0 auto;
}
.insidePage-6InnerBox .t-s form {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.insidePage-6InnerBox .t-s input {
  width: 100%;
  outline: none;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  font-family: montserrat;
  font-weight: 400;
  color: #888888;
  text-indent: 65px;
}
.insidePage-6InnerBox .t-s input::input-placeholder {
  color: #bbbbbb;
}
.insidePage-6InnerBox .t-s input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.insidePage-6InnerBox .t-s button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 185px;
  height: 100%;
  background-color: #fc9707;
}
.insidePage-6InnerBox .t-s button i {
  font-size: 28px;
  color: #ffffff;
}
.insidePage-6InnerBox .content1Box {
  margin-top: 55px;
}
.insidePage-6InnerBox .content1Box h5 {
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.insidePage-6InnerBox .content1Box h5 span:first-of-type {
  color: #fc9707;
}
.insidePage-6InnerBox .content1Box h5 span:last-of-type {
  color: #222222;
}
.insidePage-6InnerBox .content1Box .list li a {
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insidePage-6InnerBox .content1Box .list li .l-l{
  width: 250px;
  border-radius: 10px;
  height: 170px;
  overflow: hidden;
}
.insidePage-6InnerBox .content1Box .list li .l-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insidePage-6InnerBox .content1Box .list li .l-r {
  margin-left: 45px;
}
.insidePage-6InnerBox .content1Box .list li .l-r h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.insidePage-6InnerBox .content1Box .list li .l-r h4 {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #666666;
  margin: 10px 0 35px 0;
}
.insidePage-6InnerBox .content1Box .list li .l-r h5 {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 400;
  color: #888888;
}
/* 个人中心 */
/* side */
.sideActive {
  background-color: #fc9707;
}
.sideTwoActive {
  background-color: #fc9707;
}
.sidebarNavBox {
  /* border: 1px solid red; */
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /* width: 300px; */
  height: 915px;
  position: relative;
  flex: 1;
}
.sidebarNavBox .offBox {
  border-top: 1px solid #eeeeee;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.sidebarNavBox .off {
  width: 90%;
  height: 59px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sidebarNavBox .off i {
  font-size: 24px;
  color: #fc9707;
}
.sidebarNavBox .off h3 {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  margin-left: 20px;
}
.sidebarNavBox .off i:hover {
  cursor: pointer;
}
.sidebarNavBox .one-li {
  border-bottom: 1px solid #eeeeee;
}
.sidebarNavBox .one-li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 59px;
}
.sidebarNavBox .one-li a .content {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 90%;
  margin: 0 auto;
}
.sidebarNavBox .one-li a .content .hide {
  display: none;
}
.sidebarNavBox .one-li a .content img {
  width: 20px;
  height: 20px;
}
.sidebarNavBox .one-li a .content i {
  font-size: 24px;
  color: #575757;
}
.sidebarNavBox .one-li .sideActive .content i {
  color: #ffffff;
}
.sidebarNavBox .one-li a .content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  font-family: montserrat;
  margin-left: 20px;
  flex: 3;
}
.sidebarNavBox .one-li .sideActive .content h3 {
  color: #ffffff;
}
.sidebarNavBox .sidebarTwo {
  display: none;
}
.sidebarNavBox .sidebarTwo .two-li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.sidebarNavBox .sidebarTwo .two-li:first-child {
  border-top: 1px solid #eeeeee;
}
.sidebarNavBox .sidebarTwo .two-li a {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.sidebarNavBox .sidebarTwo .two-li a span {
  /* border: 1px solid red; */
  width: 78%;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  font-family: montserrat;
}
.sidebarNavBox .sidebarTwo .two-li .sideTwoActive span {
  color: #ffffff;
}
/* people-0-0 */
.p-m-1Box {
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  display: flex;
  display: -webkit-flex;
}
.p-m-1Box .contentBox {
  flex: 5;
  margin-left: 20px;
}
.p-m-1Box .contentBox > .top {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  /* display: flex;
  display: -webkit-flex; */
  padding: 65px 0 85px 0;
}
.p-m-1Box .contentBox .top .topBox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 85%;
  /* border: 1px solid red; */
}
.p-m-1Box .contentBox .top .topBox .left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 100px;
  /* border: 1px solid red; */
}
.p-m-1Box .contentBox .top .topBox .left .pictureBox {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.p-m-1Box .contentBox .top .topBox .left .pictureBox img {
  width: 100%;
  height: 100%;
}
.p-m-1Box .contentBox .top .topBox .left .content {
  margin-left: 48px;
}
.p-m-1Box .contentBox .top .topBox .left .content h1 span:first-child {
  font-size: 45px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-m-1Box .contentBox .top .topBox .left .content h1 span:last-child {
  font-size: 45px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.p-m-1Box .contentBox .top .topBox .left .content p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin: 20px 0;
}
.p-m-1Box .contentBox .top .topBox .left .content .link {
  display: flex;
  display: -webkit-flex;
}
.p-m-1Box .contentBox .top .topBox .left .content .link a {
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.p-m-1Box .contentBox .top .topBox .left .content .link a:not(:last-child) {
  margin-right: 30px;
}
.p-m-1Box .contentBox .top .topBox .left .content .qr{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-m-1Box .contentBox .top .topBox .left .content .qr input{
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  padding: 0 5px 0 0;
}
.p-m-1Box .contentBox .top .topBox .left .content .qr #hdfz{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  cursor: pointer;
}
.p-m-1Box .contentBox .top .topBox .right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  /* padding-left: 210px; */
  /* flex: 5; */
}
.p-m-1Box .contentBox .top .topBox .right .r-l {
  display: flex;
  display: -webkit-flex;
  background-color: #f8f8f8;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  /* padding: 35px 45px 35px 35px; */
  width: 300px;
  height: 140px;
}
.p-m-1Box .contentBox .top .topBox .right .r-l:last-child {
  margin-left: 10px;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  overflow: hidden;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-img img {
  width: 100%;
  height: 100%;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content {
  margin-left: 15px;
  /*width: calc(100% - 69px - 24px);*/
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content h5 {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content p {
  margin-top: 8px;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content p span:nth-child(1) {
  font-size: 26px;
  font-weight: bold;
  color: #fc9707;
  font-family: montserrat;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content p span:nth-child(2) {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #fc9707;
}
.p-m-1Box .contentBox .top .topBox .right .r-l-content p span:nth-child(3) {
  font-size: 12px;
  font-family: montserrat;
  font-weight: 400;
  color: #555555;
  margin-left: 10px;
}
.p-m-1Box .contentBox .bottom {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 50px 0 50px 39px;
}
.p-m-1Box .contentBox .bottom .bottomBox {
  width: 85%;
  height: 495px;
}
.p-m-1Box .contentBox .bottom .bottomBox .title-b {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #d2d2d2;
}
.p-m-1Box .contentBox .bottom .bottomBox .title-b h3 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  padding-bottom: 18px;
  border-bottom: 3px solid #fc9707;
}
.p-m-1Box .contentBox .bottom .bottomBox .title-b a {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
}
.p-m-1Box .contentBox .bottom .bottomBox .content {
  /* border: 1px solid red; */
  height: 435px;
  overflow: auto;
}
/* ::-webkit-scrollbar{
  display: none;
} */
.p-m-1Box .contentBox .bottom .bottomBox .content .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #f0eeee;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c-f {
  flex: 1.1;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c {
  /*flex: 1.1;*/
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c:not(:first-of-type){
  margin-top: 10px;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-r-c {
  flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*align-items: center;*/
  /*-webkit-align-items: center;*/
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c .c-img {
  width: 70px;
  height: 52px;
  border-radius: 3px;
  overflow: hidden;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c .c-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-l-c h5 {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserrat;
  padding-left: 35px;
  width: calc(100% - 35px - 70px);
  /* flex: 6; */
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-r-c h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-r-c .details a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-m-1Box .contentBox .bottom .bottomBox .content .row .b-r-c .delete a {
  display: block;
  width: 101px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  border: 1px solid #bfbfbf;
}
.share-dialog{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none; 
}
.share-dialog .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* height: 703px; */
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 20px 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.share-dialog .container img{
  width: 200px;
  height: 200px;
}
.share-dialog .container .close{
  font-size: 18px;
  color: #222222;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.share-dialog .container #textAreas{
  border: 1px solid #666666;
  outline: none;
  padding: 5px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: montserrat;
  width: 500px;
}
.share-dialog .container #fz{
  padding: 5px 5px;
  background-color: #2E87FF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  cursor: pointer;
  margin-left: 15px;
}
/* people-0-1 */
.p-0-1-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-0-1-lBox .contentBox {
  flex: 5;
  margin-left: 58px;
  margin-top: 15px;
}
.topTitle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.topTitle p {
  width: 5px;
  height: 28px;
  background-color: #fc9707;
}
.topTitle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  margin-left: 20px;
}
.p-0-1-l .content {
  display: flex;
  display: -webkit-flex;
  margin-top: 105px;
}
.p-0-1-l .content .left {
  flex: 1;
  /* border: 1px solid red; */
}
.p-0-1-l .content .left .field {
  display: flex;
  display: -webkit-flex;
}
.p-0-1-l .content .left .field p:first-child {
  width: 134px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 60px;
  font-family: montserrat;
}
.p-0-1-l .content .left .field p:first-child label{
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.p-0-1-l .content .left .field p:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 60px;
  font-family: montserrat;
  margin-left: 28px;
}
.p-0-1-l .content .left .btnList {
  display: flex;
  display: -webkit-flex;
}
.p-0-1-l .content .left .btnList>p {
  width: 134px;
}
.p-0-1-l .content .left .btnList .btn {
  margin-left: 28px;
  display: flex;
  display: -webkit-flex;
}
.p-0-1-l .content .left .btnList .btn p a,
.p-0-1-l .content .left .btnList .btn p button {
  display: block;
  width: 136px;
  background-color: #fc9707;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 48px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
}
.p-0-1-l .content .right {
  flex: 1.5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-0-1-l .content .right .p-box .p-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.p-0-1-l .content .right .p-box .p-img img {
  width: 100%;
  height: 100%;
}
.p-0-1-l .content .right .p-box p a {
  font-size: 18px;
  font-weight: 400;
  color: #fc9707;
  line-height: 60px;
  font-family: montserrat;
}
.p-0-1-l .content .right .p-box input{
  display: none;
}
/* people-0-2 */
.p-0-1-l .content .left .item {
  outline: none;
  width: 430px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.p-0-1-l .content .left label {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
/* .p-0-1-l input[type="radio"] {
  display: none;
}
.p-0-1-l input[type='radio'] ~ label:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid gold;
}
.p-0-1-l input[type='radio']:checked ~ label:before{
  background-color: red;
} */
.p-0-1-l .content .left select {
  outline: none;
  width: 430px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  padding-left: 15px;
}
.p-0-1-l .content .left .alternative p:last-child {
  display: flex;
  display: -webkit-flex;
}
.p-0-1-l .content .left .alternative p:last-child input:last-child {
  width: 270px;
  height: 40px;
  margin-left: 18px;
}
.p-0-1-l .content .left .alternative p:last-child input:first-child {
  width: 140px;
  height: 40px;
}
.p-0-1-l .content .left .btnList .btn .pAlternative {
  margin-left: 20px;
}
.p-0-1-l .content .left .btnList .btn .btnAlternative {
  background-color: #ffffff;
  color: #888888;
  border: 1px solid #d2d2d2;
}
/* people-0-3 */
.p-0-3-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-0-3-lBox .contentBox {
  flex: 5;
  margin-left: 58px;
  margin-top: 15px;
}
.p-0-3 .p-0-3List {
  margin-top: 30px;
  background-color: #ffffff;
  height: 770px;
}
.p-0-3 .p-0-3List li {
  display: flex;
  display: -webkit-flex;
  height: 50px;
}
.p-0-3 .p-0-3List li p {
  flex: 1;
  text-align: center;
  line-height: 50px;
}
.p-0-3 .p-0-3List li p input{
  outline: none;
  border: none;
  text-align: center;
  background-color: transparent;
  width: 95%;
}
.p-0-3 .p-0-3List li .last {
  flex: 2;
  text-align: center;
  line-height: 50px;
}
.p-0-3 .p-0-3List li .last i:hover{
  cursor: pointer;
}
.p-0-3 .p-0-3List li .last .hide{
  display: none;
}
.p-0-3 .p-0-3List .hd {
  background-color: #e7ebf3;
}
.p-0-3 .p-0-3List .hd p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-0-3 .p-0-3List .hd .last {
  font-size: 16px;
  font-weight: bold;
  color: #888888;
  font-family: montserrat;
}
.p-0-3 .p-0-3List .contentList {
  /* border: 1px solid red; */
  height: 690px;
  overflow: auto;
}
.p-0-3 .p-0-3List .contentList li p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-0-3 .p-0-3List .contentList li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-0-3 .p-0-3List li .last i:last-child {
  margin-left: 10px;
}
.p-0-3 .p-0-3List li .last i:hover {
  color: #fc9707;
}
.p-0-3 .p-0-3List .contentList li {
  border-bottom: 1px solid #eeeeee;
}
.p-0-3 .push {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 34px;
}
.p-0-3 .push .pushIconBox {
  /* margin: 0 auto; */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  /* border: 1px solid blue; */
}
.p-0-3 .push .pushIconBox a {
  width: 46px;
  height: 46px;
  background-color: #fc9707;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.p-0-3 .push .pushIconBox a i {
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s;
}
.p-0-3 .push .pushIconBox a i:hover {
  transform: rotate(360deg);
}
.p-0-3 .push .pushIconBox p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
  font-family: montserrat;
}
/* people-0-4 */
.p-0-4 .content {
  margin-top: 87px;
}
.p-0-4 .content h3 {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-0-4 .content form {
  margin-top: 45px;
  margin-left: 20px;
}
.p-0-4 .content form .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.p-0-4 .content form .row p:first-child {
  width: 134px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-align: right;
}
.p-0-4 .content form .row p:first-child span {
  color: #f80202;
}
.p-0-4 .content form .row p:last-child {
  margin-left: 18px;
}
.p-0-4 .content form .row .item {
  outline: none;
  width: 500px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.p-0-4 .content form .row label {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-0-4 .content form .item::input-placeholder {
  color: #bbbbbb;
}
.p-0-4 .content form .item::-webkit-input-placeholder {
  color: #bbbbbb;
}
.p-0-4 .content form .row button {
  display: block;
  width: 365px;
  height: 60px;
  background-color: #fc9707;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 60px;
  text-align: center;
}
/* people-0-5 */
.p-0-5-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-0-5-lBox .contentBox {
  flex: 5;
  margin-left: 58px;
  margin-top: 15px;
}
.p-0-5 .contentList li {
  padding: 35px 0 30px 50px;
  border-bottom: 1px solid #e5e5e5;
  width: 80%;
  display: flex;
  display: -webkit-flex;
}
.p-0-5 .contentList li i {
  font-size: 24px;
  flex: 1;
}
.p-0-5 .contentList li .warning {
  color: #bababa;
}
.p-0-5 .contentList li .circle {
  color: #75ce4e;
}
.p-0-5 .contentList li .title {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  flex: 2;
}
.p-0-5 .contentList li .details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  font-family: montserrat;
  flex: 5;
}
.p-0-5 .contentList li .details .ac {
  width: 115px;
  height: 15px;
  border-radius: 8px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  text-align: center;
  line-height: 15px;
}
.p-0-5 .contentList li .details p:nth-child(2) {
  background: #daeab2;
}
.p-0-5 .contentList li .details p:nth-child(3) {
  background: #b3d465;
}
.p-0-5 .contentList li .details p:nth-child(4) {
  background: #80c269;
}
.p-0-5 .contentList li .link {
  flex: 2;
}
.p-0-5 .contentList li .link a {
  font-size: 16px;
  font-family: montserrat;
  color: #fc9707;
  font-weight: 400;
}
/* people-0-6 */
.p-0-6ColorActive {
  color: #fc9707 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
.p-0-6BoderActive {
  border-bottom-color: #fc9707 !important;
}
.p-0-6-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-0-6-lBox .contentBox {
  flex: 5;
  margin-left: 58px;
  margin-top: 15px;
}
.p-0-6 .contentList {
  width: 80%;
  margin-top: 50px;
}
.p-0-6 .contentList .topList {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  display: -webkit-flex;
}
.p-0-6 .contentList .topList p:not(:last-child) {
  margin-right: 55px;
}
.p-0-6 .contentList .topList p a {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-0-6 .contentList .topList p {
  padding-bottom: 12px;
  border-bottom: 3px solid transparent;
}
.p-0-6 .contentList .hd {
  display: flex;
  display: -webkit-flex;
  margin: 20px 0 15px 0;
}
.p-0-6 .contentList .hd p {
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  text-align: center;
}
.p-0-6 .contentList .hd .p1,
.p-0-6 .contentList .rowList .row .r-1 {
  flex: 1.5;
}
.p-0-6 .contentList .hd .p2,
.p-0-6 .contentList .rowList .row .r-2 {
  flex: 1;
}
.p-0-6 .contentList .hd .p3,
.p-0-6 .contentList .rowList .row .r-3 {
  flex: 1;
}
.p-0-6 .contentList .rowList {
  height: 600px;
  overflow: auto;
  /* border: 1px solid red; */
}
.p-0-6 .contentList .rowList .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.p-0-6 .contentList .rowList .row .r-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  /* border: 1px solid red; */
}
.p-0-6 .contentList .rowList .row .r-1 .r-l-img {
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.p-0-6 .contentList .rowList .row .r-1 .r-l-img img {
  width: 100%;
  height: 100%;
}
.p-0-6 .contentList .rowList .row .r-1 .r-title {
  margin-left: 40px;
}
.p-0-6 .contentList .rowList .row .r-1 .r-title a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  font-family: montserrat;
}
.p-0-6 .contentList .rowList .row .r-2 {
  text-align: center;
}
.p-0-6 .contentList .rowList .row .r-2 span:first-child {
  font-size: 28px;
  font-weight: 400;
  color: #fc9707;
  font-family: Regular;
}
.p-0-6 .contentList .rowList .row .r-2 span:last-child {
  font-size: 30px;
  font-family: montserrat;
  font-weight: 400;
  color: #fc9707;
  padding-left: 5px;
}
.p-0-6 .contentList .rowList .row .r-3 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.p-0-6 .contentList .rowList .row .r-3 a {
  width: 108px;
  border-radius: 4px;
  height: 38px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s;
}
.p-0-6 .contentList .rowList .row .r-3 a:hover {
  transform: translateX(10px);
}
.p-0-6 .contentList .rowList .row .r-3 a span {
  font-size: 18px;
  font-weight: 400;
  font-family: montserrat;
  margin-left: 10px;
}
.p-0-6 .contentList .rowList .row .r-3 a i {
  font-size: 20px;
}
.p-0-6 .contentList .rowList .row .r-3 a:last-child {
  margin-top: 8px;
}
.p-0-6 .contentList .rowList .row .r-3 a:first-child {
  background-color: #fc9707;
  border: 1px solid transparent;
}
.p-0-6 .contentList .rowList .row .r-3 a:last-child {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}
.p-0-6 .contentList .rowList .row .r-3 a:first-child span {
  color: #ffffff;
}
.p-0-6 .contentList .rowList .row .r-3 a:last-child span {
  color: #888888;
}
.p-0-6 .contentList .rowList .row .r-3 a:first-child i {
  color: #ffffff;
}
.p-0-6 .contentList .rowList .row .r-3 a:last-child i {
  color: #888888;
}
/* people-0-7 */
.p-0-7-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-0-7-lBox .contentBox {
  flex: 5;
  margin-left: 58px;
  margin-top: 15px;
}
.p-0-7 .content {
  margin-top: 50px;
}
.p-0-7 .content form {
  margin-left: 35px;
}
.p-0-7 .content form .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
}
.p-0-7 .content form .row p:first-child {
  width: 134px;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
  text-align: right;
}
.p-0-7 .content form .row p:last-child {
  margin-left: 18px;
}
.p-0-7 .content form .row .item {
  outline: none;
  width: 520px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  text-indent: 15px;
}
.p-0-7 .content form .item::input-placeholder {
  color: #bbbbbb;
}
.p-0-7 .content form .item::-webkit-input-placeholder {
  color: #bbbbbb;
}
.p-0-7 .content form .row button {
  display: block;
  width: 180px;
  height: 60px;
  background-color: #fc9707;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 60px;
  text-align: center;
}
/* people-1-0 */
.p-1-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
  /* border: 1px solid red; */
}
.p-1-0-lBox .contentBox {
  position: relative;
  flex: 5;
  /* margin-left: 27px; */
  padding-left: 27px;
  margin-top: 15px;
}
.p-1-0 .topTitle {
  margin-left: 30px;
}
.p-1-0 .shopList {
  margin-top: 30px;
  /* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); */
}
.p-1-0 .shopList .hdBox {
  background-color: #e7ebf3;
}
.p-1-0 .shopList .hdBox .hd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  width: 95%;
  /* border: 1px solid red; */
}
.p-1-0 .shopList .hdBox .hd .p2,
.p-1-0 .shopList .hdBox .hd .p3,
.p-1-0 .shopList .hdBox .hd .p4 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  /* text-align: center; */
}
.p-1-0 .shopList .hdBox .hd .p1,
.p-1-0 .shopList li .row .r-1 {
  flex: 5.8;
}
.p-1-0 .shopList .hdBox .hd .p2,
.p-1-0 .shopList li .row .r-2 {
  flex: 1.5;
}
.p-1-0 .shopList .hdBox .hd .p3,
.p-1-0 .shopList li .row .r-3 {
  flex: 1.3;
}
.p-1-0 .shopList .hdBox .hd .p4,
.p-1-0 .shopList li .row .r-4 {
  flex: 1.3;
}
.p-1-0 .shopList .hdBox .hd .p1 {
  display: flex;
  display: -webkit-flex;
}
.p-1-0 .shopList .hdBox .hd .p1 .p1-1 {
  margin-left: 65px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-1-0 .shopList .hdBox .hd .p1 .p1-2 {
  margin-left: 120px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-1-0 .shopList .content {
  height: 625px;
  overflow: auto;
}
.p-1-0 .shopList li {
  background-color: #ffffff;
}
.p-1-0 .shopList li .row {
  width: 95%;
  display: flex;
  display: -webkit-flex;
  /* align-items: center;
  -webkit-align-items: center; */
  /* border: 1px solid #000; */
  padding: 30px 0;
}
.p-1-0 .shopList li .row .r-1 {
  display: flex;
  display: -webkit-flex;
  /* align-items: center;
  -webkit-align-items: center; */
}
.p-1-0 .shopList li .row .r-1 .r-1-1 {
  margin-left: 65px;
}
.p-1-0 .shopList li .row .r-1 .r-1-2 {
  width: 160px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}
.p-1-0 .shopList li .row .r-1 .r-1-2 img {
  width: 100%;
  height: 100%;
}
.p-1-0 .shopList li .row .r-1 .r-1-3 {
  margin-left: 21px;
  width: 210px;
  /* margin-top: 4px; */
}
.p-1-0 .shopList li .row .r-1 .r-1-3 h4 {
  font-size: 18px;
  font-family: montserrat;
  font-weight: bold;
  color: #222222;
}
.p-1-0 .shopList li .row .r-1 .r-1-3 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin: 10px 0 30px 0;
}
.p-1-0 .shopList li .row .r-1 .r-1-3 .r-1-3-img {
  display: flex;
  display: -webkit-flex;
}
.p-1-0 .shopList li .row .r-1 .r-1-3 .r-1-3-img img:first-child {
  width: 15px;
  height: 12px;
}
.p-1-0 .shopList li .row .r-1 .r-1-3 .r-1-3-img img:last-child {
  margin-left: 5px;
  width: 15px;
  height: 15px;
}
.p-1-0 .shopList li .row .r-1 .r-1-4 {
  width: 250px;
  margin-left: 50px;
}
.p-1-0 .shopList li .row .r-1 .r-1-4 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-family: montserrat;
}
.p-1-0 .shopList li .row .r-2 .number {
  width: 80px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  outline: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin: 0 5px;
}
.p-1-0 .shopList li .row .r-2 input::-webkit-outer-spin-button,
.p-1-0 .shopList li .row .r-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.p-1-0 .shopList li .row .r-2 input[type='number'] {
  -moz-appearance: textfield;
}
.p-1-0 .shopList li .row .r-2 button {
  outline: none;
}
.p-1-0 .shopList li .row .r-2 i {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.p-1-0 .shopList li .row .r-2 button:hover {
  cursor: pointer;
}
.p-1-0 .shopList li .row .r-3 .p1,
.p-1-0 .shopList li .row .r-3 .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-1-0 .shopList li .row .r-3 .p2 {
  margin: 35px 0 5px 0;
}
.p-1-0 .shopList li .row .r-3 .p3 {
  font-size: 18px;
  font-weight: Bold;
  color: #fc9707;
  font-family: Arial-BoldMT;
}
.p-1-0 .shopList li .row .r-4 {
  align-self: center;
  -webkit-align-self: center;
}
.p-1-0 .shopList li .row .r-4 .r-4-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-1-0 .shopList li .row .r-4 .r-4-box:hover {
  cursor: pointer;
}
.p-1-0 .shopList li .row .r-4 .r-4-box:hover > i {
  color: #fc9707;
}
.p-1-0 .shopList li .row .r-4 .r-4-box:hover > p {
  color: #fc9707;
}
.p-1-0 .shopList li .row .r-4 i {
  font-size: 22px;
  color: #666666;
}
.p-1-0 .shopList li .row .r-4 p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
  margin-left: 5px;
}
.p-1-0-lBox .totalBox {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0px;
  height: 130px;
  background-color: #ffffff;
  width: 100%;
}
.p-1-0-lBox .totalBox .totalContent {
  /* border: 1px solid red; */
  /* width: calc(95% - 27px); */
  width: 88%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.p-1-0-lBox .totalBox .t-checkbox {
  margin-left: 92px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-1-0-lBox .totalBox .totalContent .t-r {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-1-0-lBox .totalBox .t-num .span1,
.p-1-0-lBox .totalBox .t-checkbox .t-num .span3 {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
}
.p-1-0-lBox .totalBox .t-num .span2 {
  margin: 0 5px;
  font-size: 30px;
  font-family: ArialMT;
  font-weight: bold;
  color: #fc9707;
}
.p-1-0-lBox .totalBox .totalNum {
  margin-left: 60px;
}
.p-1-0-lBox .totalBox .totalNum .span1 {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
}
.p-1-0-lBox .totalBox .totalNum .span2 {
  font-size: 30px;
  font-family: ArialMT;
  font-weight: bold;
  color: #fc9707;
}
.p-1-0-lBox .totalBox .totalNum .span3 {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #fc9707;
}
.p-1-0-lBox .totalBox .submit {
  margin-left: 60px;
}
.p-1-0-lBox .totalBox .submit a {
  display: block;
  width: 200px;
  height: 60px;
  background-color: #FC9707;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-family: montserrat;
}
/* people-2-0 */
.p-2-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-2-0-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
}
.p-2-0-lBox .contentBox .content {
  width: 85%;
}
.p-hotel .contentBox .content {
  width: 90%;
}
.p-2-0-navList {
  display: flex;
  display: -webkit-flex;
  background-color: #ffffff;
}
.p-2-0-navList li {
  border-bottom: 3px solid transparent;
}
.p-2-0-navList li a {
  padding: 0px 40px 0px 40px;
  display: block;
  font-size: 18px;
  font-family: 'calibri';
  color: #222222;
  font-weight: 400;
  height: 57px;
  line-height: 57px;
  text-align: center;
  position: relative;
}
.p-2-0-navList li a .flow-num{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50%;
  background-color: #FF6000;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.p-2-0-lBox .tableList {
  margin-top: 25px;
  height: 800px;
  background-color: #ffffff;
  position: relative;
  overflow: auto;
  /* border: 1px solid red; */
}
.p-hotel .tableList{
  margin-top: 0px;
}
.p-2-0-lBox .tableList .top {
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  background-color: #e7ebf3;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
}
.p-2-0-lBox .tableList .top p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-2-0-lBox .tableList .top p:not(:first-child) {
  text-align: center;
}
.p-2-0-lBox .tableList .top .p1,
.p-2-0-lBox .tableList li .t-1 {
  flex: 6;
}
.p-2-0-lBox .tableList .top .p2,
.p-2-0-lBox .tableList li .t-2 {
  flex: 2;
}
.p-2-0-lBox .tableList .top .p3,
.p-2-0-lBox .tableList li .t-3 {
  flex: 2;
}
.p-2-0-lBox .tableList .top .p4,
.p-2-0-lBox .tableList li .t-4 {
  flex: 2;
}
.p-2-0-lBox .tableList .top .p5,
.p-2-0-lBox .tableList li .t-5 {
  flex: 2;
}
.p-2-0-lBox .tableList .top .p6,
.p-2-0-lBox .tableList li .t-6 {
  flex: 2;
}
.p-hotel .tableList .top .p1,
.p-hotel .tableList li .t-1{
  flex: 5;
}
.p-hotel .tableList .top .p2,
.p-hotel .tableList li .t-2,
.p-hotel .tableList .top .p3,
.p-hotel .tableList li .t-3,
.p-hotel .tableList .top .p4,
.p-hotel .tableList li .t-4,
.p-hotel .tableList .top .p5,
.p-hotel .tableList li .t-5,
.p-hotel .tableList .top .p6,
.p-hotel .tableList li .t-6,
.p-hotel .tableList .top .p7,
.p-hotel .tableList li .t-7,
.p-hotel .tableList .top .p8,
.p-hotel .tableList li .t-8{
  flex: 2;
}
.p-2-0-lBox .tableList li {
  background-color: #ffffff;
  padding: 0 40px;
}
.p-2-0-lBox .tableList li .liBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.p-2-0-lBox .tableList li .t-1{
  position: relative;
}
.p-2-0-lBox .tableList li .t-1 .t-1-t {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
   justify-content: space-between;
  -webkit-justify-content: space-between; 
}
.p-2-0-lBox .tableList li .t-1 .t-1-t p {
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-2-0-lBox .tableList li .t-1 .t-1-t p:last-child {
  margin-left: 30px;
}
.p-2-0-lBox .tableList li .t-1 .t-1-b .t-1-b-c{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 30px;
}
/*.p-2-0-lBox .tableList li .t-1 .t-1-b {*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*  align-items: center;*/
/*  -webkit-align-items: center;*/
/*  margin-top: 20px;*/
/*}*/
.p-2-0-lBox .tableList li .t-1 .t-1-b .t-1-b-img {
  width: 90px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.p-2-0-lBox .tableList li .t-1 .t-1-b .t-1-b-img img {
  width: 100%;
  height: 100%;
}
.p-2-0-lBox .tableList li .t-1 .t-1-b p {
  width: calc(100% - 90px - 30px);
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-left: 30px;
}
.p-2-0-lBox .tableList li .t-2,
.p-2-0-lBox .tableList li .t-3,
.p-2-0-lBox .tableList li .t-4,
.p-2-0-lBox .tableList li .t-5,
.p-2-0-lBox .tableList li .t-6,
.p-hotel .tableList li .t-7,
.p-hotel .tableList li .t-8{
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.p-2-0-lBox .tableList li .t-4,
.p-2-0-lBox .tableList li .t-6{
  color: #fc9707;
}
.p-2-0-lBox .tableList li .t-5,
.p-2-0-lBox .tableList li .t-6,
.p-hotel .tableList li .t-7,
.p-hotel .tableList li .t-8{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.p-2-0-lBox .tableList li .t-5 p:nth-of-type(2) a {
  color: #139a16;
  line-height: 25px;
}
.p-2-0-lBox .tableList li .t-5 .refund{
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.p-2-0-lBox .tableList li .t-6 p a,
.p-2-0-lBox .tableList li .t-8 p a {
  display: block;
  color: #888888;
  width: 56px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  line-height: 30px;
}
.p-2-0-lBox .tableList li .t-6 p a:hover,
.p-2-0-lBox .tableList li .t-8 p a:hover{
  color: #fc9707;
  border-color: #fc9707;
}
.refundDialog{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.refundDialog .content{
  width: 500px;
  /* height: 200px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 30px 15px;
}
.refundDialog .content .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.refundDialog .content h3{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: montserrat;
}
.refundDialog .content form{
  width: 100%;
  /* border: 1px solid red; */
  margin-top: 10px;
}
.refundDialog .content form .row{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.refundDialog .content form .row label{
  font-size: 18px;
  font-weight: 400;
  font-family: montserrat;
  width: 90px;
}
.refundDialog .content form .row label span:first-of-type{
  color: #333333;
}
.refundDialog .content form .row label span:last-of-type{
  color: #d81e06;
}
.refundDialog .content form .row select{
  width: calc(100% - 90px);
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
  outline: none;
  border-radius: 5px;
  border: 1px solid #757575;
}
.refundDialog .content form .row textarea{
  width: calc(100% - 90px);
  height: 160px;
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
  outline: none;
  border: 1px solid #757575;
  border-radius: 5px;
  text-indent: 5px;
  resize: none;
}
.refundDialog .content form .row:not(:first-of-type){
  margin-top: 20px;
}
.refundDialog .content form button{
  display: block;
  width: 100px;
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  font-family: montserrat;
  color: #FFFFFF;
  background-color: #FC9707;
  border-radius: 5px;
  margin: 20px auto 0;
}
/* people-2-d */
.p-2-d-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-2-d-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
}
.p-2-d-lBox .contentBox .content{
  width: 85%;
  height: 915px;
  background-color: #FFFFFF;
  padding: 0px 30px;
}
.p-2-d-lBox .contentBox .content .conteiner .back{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: max-content;
  padding-top: 30px;
}
.p-2-d-lBox .contentBox .content .conteiner .back:hover{
  cursor: pointer;
}
.p-2-d-lBox .contentBox .content .conteiner .back i{
  font-size: 22px;
  color: #222222;
}
.p-2-d-lBox .contentBox .content .conteiner .back span{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  margin-left: 10px;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule{
  width: 90%;
  margin: 80px auto 150px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* align-items: center;
  -webkit-align-items: center; */
}
.p-2-d-lBox .contentBox .content .conteiner .schedule li{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule li .icon{
  width: 50px;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule li h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-top: 10px;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule li .icon span{
  font-size: 24px;
  font-weight: 400;
  color: #AAAAAA;
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule li .icon i{
  display: none;
  color: #FFFFFF;
  font-size: 22px;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule .line{
  width: 13%;
  height: 1px;
  background-color: #DCDCDC;
  margin-top: 26px;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule .active{
  background-color: #FC9707;
  border: none !important;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule .active i{
  display: block !important;
}
.p-2-d-lBox .contentBox .content .conteiner .schedule .active span{
  display: none;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox h2{
  font-size: 24px;
  font-weight: 400;
  color: #222222; 
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content{
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  height: 230px;
  overflow: auto;
  /*align-items: center;*/
  /*-webkit-align-items: center;*/
   justify-content: space-between;
  -webkit-justify-content: space-between; 
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item{
  display: flex;
  display: -webkit-flex;
  width: 450px;
  /*margin-top: 10px;*/
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item:not(:first-of-type){
  margin-top: 20px;
}
/*.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-l{*/
/*  width: 150px;*/
/*}*/
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-l img{
  width: 150px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .name{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-top: 15px;
  font-family: montserrat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*text-align: center;*/
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r{
  margin-left: 10px;
  width: calc(100% - 150px - 10px);
}
/*.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .i-r-text{*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*}*/
/*.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .i-r-text p,*/
/*.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .i-r-text span{*/
/*  font-size: 12px;*/
/*  font-weight: 400;*/
/*  color: #666666;*/
/*  font-family: montserrat;*/
/*}*/
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .i-r-top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .left .item .i-r .i-r-top p{
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right{
  display: flex;
  display: -webkit-flex;
  /*margin-left: 100px;*/
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-2{
  margin-left: 100px;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-1 .item,
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-2 .item{
  display: flex;
  display: -webkit-flex;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-1 .item p,
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-1 .item span,
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-2 .item p,
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-2 .item span{
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-1 .item:not(:first-of-type),
.p-2-d-lBox .contentBox .content .conteiner .detailsBox .d-content .right .r-2 .item:not(:first-of-type){
  margin-top: 12px;
}
.p-2-d-lBox .contentBox .content .conteiner .money{
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-top: 70px;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content{
  display: flex;
  display: -webkit-flex;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item1{
  margin-right: 100px;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item1,
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item2{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item1 p,
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item2 p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item1 span{
  font-size: 14px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.p-2-d-lBox .contentBox .content .conteiner .money .m-content .item2 span{
  font-size: 30px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
  line-height: 1;
}
/* people-3-0 */
.p-3-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-3-0-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  margin-top: 15px;
}
.p-3-0 .fileBox {
  margin-top: 40px;
  /* border: 1px solid red; */
}
.p-3-0 .fileBox form .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-3-0 .fileBox form .row:not(:first-of-type){
  margin-top: 20px;
}
.p-3-0 .fileBox form .row label{
  width: 130px;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
  text-align: right;
}
.p-3-0 .fileBox form .row label span{
  color: red;
}
.p-3-0 .fileBox form .row input{
  width: 400px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  outline: none;
  text-indent: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
  margin-left: 25px;
}
.p-3-0 .fileBox form .btn{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
  margin-left: 155px;
}
.p-3-0 .fileBox form .btn button {
  width: 180px;
  height: 50px;
  background-color: #fc9707;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: montserrat;
  line-height: 50px;
  text-align: center;
}
.p-3-0 .fileBox form .btn a{
  width: 180px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
  line-height: 50px;
  text-align: center;
  margin-left: 30px;
}
.p-3-0 .fileBox form .row input input::input-placeholder {
  color: #cccccc;
}
.p-3-0 .fileBox form .row input input::-webkit-input-placeholder {
  color: #cccccc;
}
.p-3-0 .fileBox form #file{
  display: none;
}
.p-3-0 .fileBox .fileContent {
  width: 260px;
  background: #f0f6f9;
  border: 1px dashed #7ecef4;
  height: 160px;
  margin-left: 155px;
  margin-top: 20px;
  position: relative;
}
.p-3-0 .fileBox .fileContent:hover {
  cursor: pointer;
}
.p-3-0 .fileBox .fileContent #previewImg {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-3-0 .fileBox .fileContent .push {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.p-3-0 .fileBox .fileContent i {
  font-size: 46px;
  color: #7ecef4;
}
.p-3-0 .fileBox .fileContent p {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.p-3-0 .cardList {
  width: 85%;
  background-color: #ffffff;
  padding: 60px 50px 20px 50px;
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.p-3-0 .cardList li {
  transition: all 0.3s;
}
.p-3-0 .cardList li:not(:last-child) {
  margin-right: 65px;
}
.p-3-0 .cardList li:hover {
  transform: translateY(-20px);
}
.p-3-0 .cardList li:hover > .btn {
  opacity: 1;
}
.p-3-0 .cardList li .c-img {
  width: 221px;
  height: 141px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 4px 0px rgba(7, 16, 48, 0.4);
}
.p-3-0 .cardList li .c-img img {
  width: 100%;
  height: 100%;
}
.p-3-0 .cardList li .btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.p-3-0 .cardList li .btn p a {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
  border-radius: 6px;
}
.p-3-0 .cardList li .btn p:first-child a {
  border: 1px solid #fc9707;
  color: #fc9707;
}
.p-3-0 .cardList li .btn p:last-child a {
  border: 1px solid #888888;
  color: #888888;
}
.p-3-0 .cardList li .btn p:last-child {
  margin-left: 10px;
}
.p-3-0 .topTitle .p-3-0-text {
  margin-left: 50px;
}
.p-3-0 .topTitle .p-3-0-text span {
  font-size: 16px;
  font-weight: 400;
  color: #fc9707;
  font-family: montserrat;
}
.p-3-0 .topTitle .p-3-0-text span:last-child {
  color: #222222;
}
/* people-4-0 */
.p-4-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-4-0-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
}
.p-4-0-lBox .contentBox .content {
  width: 85%;
}
.p-4-0-lBox .tableList {
  margin-top: 25px;
  height: 830px;
  background-color: #ffffff;
  position: relative;
  /* border: 1px solid red; */
}
.p-4-0-lBox .tableList .top {
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  background-color: #e7ebf3;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
}
.p-4-0-lBox .tableList .top p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
}
.p-4-0-lBox .tableList .top .p1,
.p-4-0-lBox .tableList li .t-1 {
  flex: 3.5;
}
.p-4-0-lBox .tableList .top .p2,
.p-4-0-lBox .tableList li .t-2 {
  flex: 2;
}
.p-4-0-lBox .tableList .top .p3,
.p-4-0-lBox .tableList li .t-3 {
  flex: 1;
}
.p-4-0-lBox .tableList .top .p4,
.p-4-0-lBox .tableList li .t-4 {
  flex: 1;
}
.p-4-0-lBox .tableList li {
  background-color: #ffffff;
  padding: 0 40px;
}
.p-4-0-lBox .tableList li .liBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.p-4-0-lBox .tableList li .t-1 .t-1-t {
  display: flex;
  display: -webkit-flex;
  /* justify-content: space-between;
  -webkit-justify-content: space-between; */
}
.p-4-0-lBox .tableList li .t-1 .t-1-t p {
  /* width: 45%; */
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserrat;
}
.p-4-0-lBox .tableList li .t-1 .t-1-t p:last-child {
  margin-left: 30px;
}
.p-4-0-lBox .tableList li .t-1 .t-1-b {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
.p-4-0-lBox .tableList li .t-1 .t-1-b .t-1-b-img {
  width: 90px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.p-4-0-lBox .tableList li .t-1 .t-1-b .t-1-b-img img {
  width: 100%;
  height: 100%;
}
.p-4-0-lBox .tableList li .t-1 .t-1-b p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-left: 30px;
}
.p-4-0-lBox .tableList li .t-2 p,
.p-4-0-lBox .tableList li .t-3,
.p-4-0-lBox .tableList li .t-4 {
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
}
.p-4-0-lBox .tableList li .t-2 p {
  line-height: 22px;
}
.p-4-0-lBox .tableList li .t-2 p span:first-child {
  color: #888888;
}
.p-4-0-lBox .tableList li .t-2 p span:last-child {
  color: #fc9707;
}
.p-4-0-lBox .tableList li .t-3 {
  line-height: 18px;
}
.p-4-0-lBox .tableList li .t-4 .p1 a {
  color: #fc9707;
}
.p-4-0-lBox .tableList li .t-4 .p2 a {
  color: #222222;
}
.p-4-0-lBox .tableList li .t-4 .p3 a {
  color: #139a16;
}
.p-4-0-lBox .tableList li .t-4 .p2 {
  margin: 40px 0 10px 0;
}
/* people-5-0 */
.p-5-0-serch {
  margin-left: auto;
}
.p-5-0-serch form {
  position: relative;
}
.p-5-0-serch form input {
  width: 400px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  outline: none;
  text-indent: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: montserrat;
}
.p-5-0-serch form button {
  border: none;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-5-0-serch form button i {
  font-size: 18px;
  color: #fc9707;
}
.p-5-0-serch form input::input-placeholder {
  color: #cccccc;
}
.p-5-0-serch form input::-webkit-input-placeholder {
  color: #cccccc;
}
.p-5-1-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-5-1-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  margin-top: 15px;
  /* border: 1px solid red; */
}
.p-5-1-lBox .contentBox .content {
  width: 85%;
}
.p-5-1-lBox .tableList {
  /* border: 1px solid red; */
  position: relative;
  margin-top: 30px;
  height: 820px;
  background-color: #ffffff;
}
.p-5-1-lBox .tableList .t-top {
  padding: 0 40px;
  background-color: #e7ebf3;
  display: flex;
  display: -webkit-flex;
  height: 60px;
}
.p-5-1-lBox .tableList .p1,
.p-5-1-lBox .tableList .p2,
.p-5-1-lBox .tableList .p3,
.p-5-1-lBox .tableList .p4,
.p-5-1-lBox .tableList .p5,
.p-5-1-lBox .tableList .p6 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  line-height: 60px;
}
.p-5-1-lBox .tableList > li {
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  /* height: 50px; */
}
.p-5-1-lBox .tableList > li:nth-child(even) {
  background-color: #ffffff;
}
.p-5-1-lBox .tableList > li:nth-child(odd) {
  background-color: #f8f8f8;
}
.p-5-1-lBox .tableList .t-1,
.p-5-1-lBox .tableList .t-2,
.p-5-1-lBox .tableList .t-3,
.p-5-1-lBox .tableList .t-4,
.p-5-1-lBox .tableList .t-5 {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  /* line-height: 50px; */
  padding: 17px 0 17px 0;
}
.p-5-1-lBox .tableList li .t-6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-5-1-lBox .tableList li .t-6 a {
  width: 60px;
  border: 1px solid #22ac38;
  border-radius: 4px;
  height: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #22ac38;
  font-family: montserrat;
  text-align: center;
  line-height: 27px;
}
.p-5-1-lBox .tableList .p1,
.p-5-1-lBox .tableList .t-1 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .tableList .p2,
.p-5-1-lBox .tableList .t-2 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .tableList .p3,
.p-5-1-lBox .tableList .t-3 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .tableList .p4,
.p-5-1-lBox .tableList .t-4 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .tableList .p5,
.p-5-1-lBox .tableList .t-5 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .tableList .p6,
.p-5-1-lBox .tableList .t-6 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-1-lBox .page {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.p-5-1-lBox .page .part {
  margin-right: 40px;
}
.p-5-1-lBox .page .p-box {
  margin-left: 40px;
}
.p-5-1-lBox .page .p-box span {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.p-5-1-lBox .page .p-box .span2 {
  color: #fc9707;
  font-size: 24px;
  font-weight: bold;
}
/* people-5-2 */
.p-5-2-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-5-2-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  margin-top: 15px;
  /* border: 1px solid red; */
}
.p-5-2-lBox .contentBox .content {
  width: 85%;
}
.p-5-2-lBox .tableList {
  /* border: 1px solid red; */
  position: relative;
  margin-top: 30px;
  height: 820px;
  background-color: #ffffff;
}
.p-5-2-lBox .tableList .t-top {
  padding: 0 40px;
  background-color: #e7ebf3;
  display: flex;
  display: -webkit-flex;
  height: 60px;
}
.p-5-2-lBox .tableList .p1,
.p-5-2-lBox .tableList .p2,
.p-5-2-lBox .tableList .p3,
.p-5-2-lBox .tableList .p4,
.p-5-2-lBox .tableList .p5,
.p-5-2-lBox .tableList .p6,
.p-5-2-lBox .tableList .p7 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: montserrat;
  line-height: 60px;
  /* border: 1px solid red; */
}
.p-5-2-lBox .tableList > li {
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  /* height: 50px; */
}
.p-5-2-lBox .tableList > li:nth-child(even) {
  background-color: #ffffff;
}
.p-5-2-lBox .tableList > li:nth-child(odd) {
  background-color: #f8f8f8;
}
.p-5-2-lBox .tableList .t-1,
.p-5-2-lBox .tableList .t-2,
.p-5-2-lBox .tableList .t-3,
.p-5-2-lBox .tableList .t-4,
.p-5-2-lBox .tableList .t-5,
.p-5-2-lBox .tableList .t-6,
.p-5-2-lBox .tableList .t-7 {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  /* line-height: 50px; */
  /* border: 1px solid red; */
  padding: 17px 0 17px 0;
}
.p-5-2-lBox .tableList .t-6 {
  color: #fc9707;
}
.p-5-2-lBox .tableList .t-7 {
  color: #22ac38;
}
.p-5-2-lBox .tableList .p1,
.p-5-2-lBox .tableList .t-1 {
  flex: 2;
  -webkit-flex: 2;
}
.p-5-2-lBox .tableList .p2,
.p-5-2-lBox .tableList .t-2 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .tableList .p3,
.p-5-2-lBox .tableList .t-3 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .tableList .p4,
.p-5-2-lBox .tableList .t-4 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .tableList .p5,
.p-5-2-lBox .tableList .t-5 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .tableList .p6,
.p-5-2-lBox .tableList .t-6 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .tableList .p7,
.p-5-2-lBox .tableList .t-7 {
  flex: 1;
  -webkit-flex: 1;
}
.p-5-2-lBox .page {
  /* border: 1px solid red; */
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.p-5-2-lBox .page .part {
  margin-right: 40px;
}
.p-5-2-lBox .page .p-box {
  /* margin-left: 40px; */
  display: flex;
  display: -webkit-flex;
}
.p-5-2-lBox .page .p-box p {
  margin-left: 40px;
}
.p-5-2-lBox .page .p-box span {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: montserrat;
}
.p-5-2-lBox .page .p-box .p-b-1 .span2 {
  color: #fc9707;
  font-size: 24px;
  font-weight: bold;
}
.p-5-2-lBox .page .p-box .p-b-2 .span2 {
  color: #22ac38;
  font-size: 24px;
  font-weight: bold;
}
/* people-6-0 */
.p-6-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-6-0-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  margin-top: 15px;
  /* border: 1px solid red; */
}
.p-6-0-lBox .contentBox .content {
  width: 85%;
}
.p-6-0-lBox .contentBox .content .introduce{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  font-family: montserrat;
  line-height: 22px;
}
.p-6-0-lBox .couponList {
  margin-top: 60px;
  height: 785px;
  overflow: auto;
  /* border: 1px solid red; */
}
.p-6-0-lBox .couponList .c-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* border: 1px solid red; */
}
.p-6-0-lBox .couponList .active .content .c-top,
.p-6-0-lBox .couponList .active .content .c-bottom{
  background: #a5a8a5 !important;
}
.p-6-0-lBox .couponList .active .content .c-bottom .p1 span,
.p-6-0-lBox .couponList .active .content .c-bottom .p2,
.p-6-0-lBox .couponList .active .content .c-bottom .p3{
  color: #fcf1e0 !important;
}
.p-6-0-lBox .couponList li {
  /* border: 1px solid red; */
  position: relative;
  width: 300px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 25px;
}
.p-6-0-lBox .couponList li .content {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
}
.p-6-0-lBox .couponList li .content .c-top {
  background: linear-gradient(103deg, #ff7075, #fd4f55);
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-family: montserrat;
  color: #fcf1e0;
  font-weight: 400;
}
.p-6-0-lBox .couponList li .content .c-bottom {
  background-color: #f6d5af;
  width: 100%;
  height: 125px;
}
.p-6-0-lBox .couponList li .content .c-bottom p {
  text-align: center;
}
.p-6-0-lBox .couponList li .content .c-bottom .p1 span:first-child {
  font-size: 26px;
  font-weight: 400;
  color: #f8353c;
  font-family: montserrat;
}
.p-6-0-lBox .couponList li .content .c-bottom .p1 span:last-child {
  font-size: 32px;
  font-weight: 400;
  color: #f8353c;
  font-family: montserrat;
}
.p-6-0-lBox .couponList li .content .c-bottom .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #f8353c;
  font-family: montserrat;
  margin-top: 5px;
}
.p-6-0-lBox .couponList li .content .c-bottom .p3 {
  font-size: 12px;
  font-weight: 400;
  color: #f8353c;
  font-family: montserrat;
  margin: 5px auto 0;
  width: 80%;
}
.p-6-0-lBox .couponList li .c-left {
  height: 100%;
  /* border: 1px solid red; */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-6-0-lBox .couponList li .c-left p {
  width: 12px;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0 50% 50% 0;
}
.p-6-0-lBox .couponList li .c-left p:not(:last-child) {
  margin-bottom: 10px;
}
.p-6-0-lBox .couponList li .c-right {
  height: 100%;
  /* border: 1px solid red; */
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-6-0-lBox .couponList li .c-right p {
  width: 12px;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 50% 0 0 50%;
}
.p-6-0-lBox .couponList li .c-right p:not(:last-child) {
  margin-bottom: 10px;
}
/* people-6-1 */
.p-6-1-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-6-1-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  margin-top: 15px;
  /* border: 1px solid red; */
}
.p-6-1-lBox .contentBox .content {
  width: 95%;
}
.p-6-1-lBox .receiveList{
  margin-top: 50px;
  height: 785px;
  overflow: auto;
  /* border: 1px solid red; */
}
.p-6-1-lBox .receiveList .container{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.p-6-1-lBox .receiveList li{
  margin-bottom: 30px;
  margin-right: 30px;
  width: 430px;
  height: 122px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
/* .p-6-1-lBox .receiveList li:nth-of-type(3n){
  margin-right: 0px;
} */
.p-6-1-lBox .receiveList .active .left{
  background-color: #a5a8a5 !important;
}
.p-6-1-lBox .receiveList .active .right{
  background-color: #a5a8a5 !important;
  color: #FFFFFF !important;
}
.p-6-1-lBox .receiveList li .left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #FFB245;
  height: 100%;
  width: calc(100% - 90px);
}
.p-6-1-lBox .receiveList li .left .l-l{
  display: flex;
  display: -webkit-flex;
}
.p-6-1-lBox .receiveList li .left .l-l span{
  font-size: 21px;
  font-family: montserrat;
  font-weight: normal;
  color: #FDFFFE;
  margin-top: auto;
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 10px;
}
.p-6-1-lBox .receiveList li .left .l-l p{
  font-size: 38px;
  font-family: Impact;
  color: #FDFFFE;
  font-weight: 400;
  line-height: 1;
}
.p-6-1-lBox .receiveList li .left .text{
  width: 150px;
  margin-left: 20px;
}
.p-6-1-lBox .receiveList li .left .text h5{
  font-size: 18px;
  font-weight: 400;
  color: #FDFFFE;
  line-height: 20px;
  font-family: Montserrat;
}
.p-6-1-lBox .receiveList li .left .text h6{
  font-size: 14px;
  font-weight: 300;
  color: #FDFFFE;
  font-family: Montserrat;
  margin-top: 5px;
}
.p-6-1-lBox .receiveList li .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 90px;
  height: 100%;
  background-color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  color: #FFB245;
  font-family: Montserrat;
  line-height: 1;
}
.p-6-1-lBox .receiveList li .r-left{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-6-1-lBox .receiveList li .r-left p{
  width: 12px;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0 50% 50% 0;
}
.p-6-1-lBox .receiveList li .r-left p:not(:last-child){
  margin-bottom: 15px;
}
.p-6-1-lBox .receiveList li .r-right{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-6-1-lBox .receiveList li .r-right p{
  width: 12px;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 50% 0 0 50%;
}
.p-6-1-lBox .receiveList li .r-right p:not(:last-child){
  margin-bottom: 15px;
}
/* people-7-0 */
.p-7-0-lBox {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  padding-top: 30px;
  background-color: #f4f4f4;
  /* flex: 1; */
}
.p-7-0-lBox .contentBox {
  flex: 5;
  margin-left: 30px;
  /* margin-top: 15px; */
  /* border: 1px solid red; */
}
.p-7-0-lBox .contentBox .top{
  width: 100%;
  height: 300px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.p-7-0-lBox .contentBox .top .t-content{
  width: 90%;
}
.p-7-0-lBox .contentBox .top .t-content h5{
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 45px 0;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox .money{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox .money h1{
  font-size: 80px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
  line-height: 1;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox .money span{
  font-size: 30px;
  font-family: montserrat;
  font-weight: 400;
  color: #FC9707;
  padding-bottom: 10px;
  margin-left: 10px;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox p{
  margin-left: 100px;
  width: 160px;
  border: 1px solid #FC9707;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.p-7-0-lBox .contentBox .top .t-content .moneyBox p:hover{
  cursor: pointer;
}
.p-7-0-lBox .contentBox .top .t-content .text{
  display: flex;
  display: -webkit-flex;
}
.p-7-0-lBox .contentBox .top .t-content .text p,
.p-7-0-lBox .contentBox .top .t-content .text span{
  font-size: 16px;
  font-weight: 400;
  font-family: montserrat;
}
.p-7-0-lBox .contentBox .top .t-content .text p{
  color: #888888;
}
.p-7-0-lBox .contentBox .top .t-content .text span{
  color: #fc9707;
  padding: 0 5px;
}
.p-7-0-lBox .contentBox .bottom{
  margin-top: 18px;
  width: 100%;
  background-color: #FFFFFF;
  height: 598px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.p-7-0-lBox .contentBox .bottom .b-content{
  width: 90%;
  margin: 0 auto;
}
.p-7-0-lBox .contentBox .bottom h5{
  padding-top: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.p-7-0-lBox .contentBox .bottom ul{
  margin-top: 50px;
  height: 430px;
  overflow: auto;
  /* border: 1px solid red; */
}
.p-7-0-lBox .contentBox .bottom ul .hd,
.p-7-0-lBox .contentBox .bottom ul li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-7-0-lBox .contentBox .bottom ul .hd p:not(:last-of-type),
.p-7-0-lBox .contentBox .bottom ul li p:not(:last-of-type){
  flex: 2;
  -webkit-flex: 2;
}
.p-7-0-lBox .contentBox .bottom ul .hd p:last-of-type,
.p-7-0-lBox .contentBox .bottom ul li p:last-of-type{
  flex: 1.5;
  -webkit-flex: 1.5;
}
.p-7-0-lBox .contentBox .bottom ul .hd p,
.p-7-0-lBox .contentBox .bottom ul li p{
  font-size: 18px;
  font-family: montserrat;
  font-weight: 400;
  text-align: center;
}
.p-7-0-lBox .contentBox .bottom ul .hd p{
  color: #888888;
}
.p-7-0-lBox .contentBox .bottom ul li p{
  color: #222222;
}
.p-7-0-lBox .contentBox .bottom ul li{
  height: 70px;
  background-color: #F8F8F8;
  border-radius: 10px;
}
.p-7-0-lBox .contentBox .bottom ul li:first-of-type{
  margin-top: 15px;
}
.p-7-0-lBox .contentBox .bottom ul li:not(:first-of-type){
  margin-top: 10px;
}
.p-7-0-lBox .contentBox .bottom ul li .orange{
  color: #FC9707;
}
.p-7-0-lBox .contentBox .bottom ul li .green{
  color: #4AB425;
}
.w-dialog{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
}
.w-dialog .container{
  position: relative;
  width: 100%;
  height: 100%;
  /* display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center; */
}
.w-dialog .content{
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  /* height: 703px; */
  border-radius: 20px;
  overflow: hidden;
}
.w-dialog .content .close{
  font-size: 28px;
  color: #222222;
  position: absolute;
  top: 5px;
  right: 5px;
}
.w-dialog .content .close{
  cursor: pointer;
}
.w-dialog .content .top{
  width: 100%;
  height: 153px;
  background-color: #FC9707;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.w-dialog .content .top .t-content{
  width: 90%;
}
.w-dialog .content .top .t-content h6{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
}
.w-dialog .content .top .t-content .num{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-top: 25px;
}
.w-dialog .content .top .t-content .num p{
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  font-family: montserrat;
}
.w-dialog .content .top .t-content .num span{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  margin-left: 8px;
}
.w-dialog .content .bottom{
  width: 100%;
  height: 500px;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.w-dialog .content .bottom .b-content{
  width: 90%;
}
.w-dialog .content .bottom .b-content>h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.w-dialog .content .bottom .b-content form .inputBox{
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.w-dialog .content .bottom .b-content form .inputBox p{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.w-dialog .content .bottom .b-content form .inputBox span{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #FC9707;
  font-family: montserrat;
}
.w-dialog .content .bottom .b-content form .inputBox span:hover{
  cursor: pointer;
}
.w-dialog .content .bottom .b-content form .inputBox input{
  padding: 0 30px;
  width: calc((100% - 60px));
  height: 60px;
  border: none;
  outline: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
}
.w-dialog .content .bottom .b-content form h6{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-top: 30px;
}
.w-dialog .content .bottom .b-content form button{
  display: block;
  outline: none;
  border: none;
  width: 320px;
  background: #FC9707;
  border-radius: 25px;
  height: 50px;
  font-size: 20px;
  font-family: montserrat;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
}
.year-list{
  width: 100%;
  margin: 25px 0 80px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  /* border-radius: 10px; */
  /* border: 1px solid red; */
}
.year-list .dropdown{
  position: relative;
  width: 100%;
}
.year-list .dropdown img{
  width: 21px;
  height: 21px;
}
.year-list .dropdown-header {
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 70px;
  background-color: #F8F8F8;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.year-list .dropdown .dropdown-header .left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.year-list .dropdown .dropdown-header span{
  font-size: 16px;
  font-family: montserrat;
  font-weight: 400;
  color: #222222;
  margin-left: 5px;
}
.year-list .dropdown .dropdown-header i{
  color: #888888;
}
.year-list .dropdown-list {
  position: absolute;
  width: 100%;
  height: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  border-radius: 0 0 10px 10px;
  background-color: #F8F8F8;
}
.year-list .dropdown-list::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.year-list .dropdown-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}
.year-list .dropdown-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.year-list .dropdown-list li {
  /* padding: 10px; */
  cursor: pointer;
  padding: 0 10px;
  width: calc(100% - 20px);
}
.year-list .dropdown-list li:not(:first-of-type){
  margin-top: 5px;
}
.year-list .dropdown-list li .item{
  padding-left: 10px;
  background-color: #FFFFFF;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.year-list .dropdown-list li .item span{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  margin-left: 5px;
}
.year-list .dropdown.active .dropdown-list {
  display: block;
}
/* 页脚 */
.footerBox {
  width: 100%;
  /* position: fixed;
  bottom: 0px; */
  background-color: #e5e5e5;
}
.footerBox .footerInnerBox {
  margin: 0 auto;
  width: 80%;
  padding: 45px 0 25px 0;
}
.footerInnerBox .iconBox {
  /* border: 1px solid red; */
  padding: 0;
  justify-content: center;
  -webkit-justify-content: center;
}
.footerInnerBox .iconBox a {
  border-color: transparent;
  background-color: #d1d1d1;
}
.footerInnerBox .line {
  border-top: 1px solid #d1d1d1;
  margin: 43px 0 20px 0;
}
.footerInnerBox p a {
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
  color: #838383;
  line-height: 40px;
  text-align: center;
  /* border: 1px solid red; */
  display: block;
  width: 100%;
}
/* search */
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #fc9707;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
/* 分页 */
.page {
  /* border: 1px solid red; */
  width: 100%;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  left: 0px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0px;
}
.page .el-pagination .btn-prev {
  width: 95px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 95px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  height: 35px;
}
.page .el-pagination .btn-prev .el-icon-arrow-left:before {
  font-size: 14px;
  content: 'Previous';
  color: #222222;
  font-weight: normal;
}
.page .el-pagination .btn-next .el-icon-arrow-right:before {
  font-size: 14px;
  content: 'Next';
  color: #222222;
  font-weight: normal;
}
.page .el-pager li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px;
}
.page .el-pager li.active {
  background-color: #fc9707;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #fc9707 !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #fc9707;
}
/* couponDialog */
.couponDialog{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.couponDialog .container{
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
}
.couponDialog .container img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.couponDialog .container i{
  font-size: 22px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.couponDialog .container .content{
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 440px;
}
.couponDialog .container .content h3{
  font-size: 20px;
  font-family: montserrat;
  font-weight: bold;
  color: #222222;
  line-height: 28px;
}
.couponDialog .container .content .quan{
  display: flex;
  display: -webkit-flex;
  box-shadow: 0px 0px 8px 0px rgba(5,9,18,0.1);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: relative;
  margin: 40px 0;
}
.couponDialog .container .content .quan .left{
  background-color: #FFFFFF;
  width: calc(100% - 180px);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.couponDialog .container .content .quan .left h3{
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  font-family: montserrat;
  width: 80%;
}
.couponDialog .container .content .quan .left h4{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: montserrat;
  width: 80%;
  margin-top: 8px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.couponDialog .container .content .quan .left h4 p{
  width: 100%;
}
.couponDialog .container .content .quan .left h4 .time{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.couponDialog .container .content .quan .left h4 .time span{
  width: 100%;
  word-break: break-word;
}
.couponDialog .container .content .quan .right{
  background-color: #fc9707;
  width: 180px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.couponDialog .container .content .quan .right .numBox{
  display: flex;
  display: -webkit-flex;
  /* align-items: center;
  -webkit-align-items: center; */
}
.couponDialog .container .content .quan .right .numBox span{
  font-size: 28px;
  font-weight: normal;
  color: #FFFFFF;
  font-family: montserrat;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 5px;
  line-height: 1;
}
.couponDialog .container .content .quan .right .numBox p{
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  padding-left: 5px;
  line-height: 1;
}
.couponDialog .container .content .quan .right h6{
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: Montserrat;
  /*margin-top: 5px;*/
  width: 90%;
  margin: 2px auto 0;
  word-break: break-word;
}
.couponDialog .container .content a{
  display: block;
  width: 305px;
  background-color: #fc9707;
  border-radius: 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserrat;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.couponDialog .container .content .quan .r-left{
  position: absolute;
  top: 0px;
  left: 0px;
  /* z-index: 2; */
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.couponDialog .container .content .quan .r-left p{
  width: 10px;
  height: 12px;
  background-color: #f5f5f5;
  border-radius: 0 50% 50% 0;
}
.couponDialog .container .content .quan .r-left p:not(:last-of-type){
  margin-bottom: 12px;
}
.couponDialog .container .content .quan .r-right{
  position: absolute;
  top: 0px;
  right: 0px;
  /* z-index: 2; */
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.couponDialog .container .content .quan .r-right p{
  width: 10px;
  height: 12px;
  background-color: #f5f5f5;
  border-radius: 50% 0 0 50%;
}
.couponDialog .container .content .quan .r-right p:not(:last-of-type){
  margin-bottom: 12px;
}