/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-14 18:18:29
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.swiper-lazy-preloader{
  display: none;
}
@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}
.top-tel .inner{
  overflow: hidden;
}
.top-tel .txt{
  float: right;
  font-size: 14px;
  line-height: 30px;
  color: #0b1843;
  padding-left: 22px;
  background: url(/images/icon-call1.png) no-repeat left center;
  background-size: 16px;
}
@media (max-width:991px){
  .top-tel{
    display: none;
  }
}
.scroll-box::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  -webkit-box-shadow: inset 0 0 0.3125rem #333;
          box-shadow: inset 0 0 0.3125rem #333;
  background: #333;
}

.scroll-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.3125rem white;
          box-shadow: inset 0 0 0.3125rem white;
  border-radius: 0.625rem;
  background: white;
}

.scroll-scenes::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.625rem;
  border: 0.0625rem solid rgba(202, 211, 238, 0.7);
  border-radius: 2.0.3125rem;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: rgba(141, 159, 214, 0.8);
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

.scroll-search::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 2.0.3125rem;
}

.scroll-search::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.4);
}

.scroll-search::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

.scroll-ind::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 2.0.3125rem;
}

.scroll-ind::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: transparent;
}

.scroll-ind::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

/* select area */
::-moz-selection {
  background: #0c111c;
  color: #fff;
}
::selection {
  background: #0c111c;
  color: #fff;
}

::-moz-selection {
  background: #0c111c;
  color: #fff;
}

::-webkit-selection {
  background: #0c111c;
  color: #fff;
}

/* common */
.inner {
  margin: 0 auto;
  width: 90rem;
  height: auto;
}

header,
main,
footer {
  width: 100%;
}

/* header */
header {
  height: 8.75rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.45);
}
header .inner {
  height: 100%;
}
header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header-nav > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
header .header-nav > li > a {
  color: white;
  font-size: 0.875rem;
}
header .header-nav > li > a img {
  display: inline-block;
  width: 15rem;
  /*width: 17.3125rem;*/
  /*height: 2.6875rem;*/
}
header .header-nav > li .header-nav-child {
  position: absolute;
  top: 8.75rem;
  left: 1.25rem;
  width: 7.25rem;
  background: rgba(12, 17, 28, 0.8);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .header-nav > li .header-nav-child > .header-nav-ls > li {
  line-height: 2.5rem;
  text-align: center;
}
header .header-nav > li .header-nav-child > .header-nav-ls > li > a {
  color: white;
  font-size: 0.875rem;
}
header .header-nav > li .header-nav-child > .header-nav-ls > li:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .header-nav > li:hover > a,
header .header-nav > li.active > a {
  color: #ea7d43;
  font-weight: bold;
}
header .header-nav > li:hover .header-nav-child {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header .header-nav > li:nth-child(5){
  min-width: 18rem;
  order: -1;
}
header .header-nav > li:nth-child(2) > a {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  text-align: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url("../img/bg1.png");*/
}
header.fixed {
  position: absolute;
  top: 30px;
  z-index: 1111;
}

/* footer */
footer {
  padding: 4.375rem 0 3.125rem 0;
  height: auto;
  color: white;
  background: #22252d;
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-image: url("../img/bg8.png");*/
}
footer a {
  color: white;
}
footer .footer-left {
  float: left;
  width: 24%;
  height: auto;
  font-size: 1rem;
}
footer .footer-left .footer-left-top {
  display: block;
  width: 17.3125rem;
  height: 2.6875rem;
}
footer .footer-left .footer-left-bot {
  margin-top: 1.875rem;
}
footer .footer-left .footer-left-bot .footer-title {
  font-size: 1.125rem;
  line-height: 2.1111111111;
}
footer .footer-left .footer-left-bot .footer-des {
  line-height: 2.375;
}
footer .footer-left .footer-left-bot .footer-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1875rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p {
  width: 7.375rem;
  line-height: 2.1875rem;
  text-align: center;
}
footer .footer-left .footer-left-bot .footer-qrcode p span, footer .footer-left .footer-left-bot .footer-qrcode p img {
  display: inline-block;
  width: 100%;
}
footer .footer-left .footer-left-bot .footer-qrcode p img {
  height: 7.375rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p .footer-qrcode-big {
  font-size: 1.125rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p:first-child {
  margin-right: 3.125rem;
}
footer .footer-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  float: right;
  width: 72%;
}
footer .footer-right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-right .footer-nav dl {
  font-size: 1rem;
  text-align: left;
}
footer .footer-right .footer-nav dl dt {
  margin-bottom: 0.9375rem;
  line-height: 2.375;
}
footer .footer-right .footer-nav dl dd {
  font-size: 0.875rem;
  line-height: 2.7142857143;
}
footer .footer-right .footer-nav dl dd a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .footer-right .footer-nav dl dd a:hover {
  color: white;
  font-size: 15.0.125rem;
  -webkit-transform: scale(2);
          transform: scale(2);
  font-weight: bold;
}
footer .footer-right .footer-nav dl dd.active a {
  color: rgba(255, 255, 255, 0.8);
  cursor: auto;
  text-decoration: underline;
}
footer .footer-copyright {
  margin-top: 1rem;
  padding-top: 0.875rem;
  border-top: 0.0625rem solid rgba(255,255,255,.3);
}
footer .footer-copyright p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
footer .footer-copyright p .footer-logo {
  position: relative;
  top: 0.3125rem;
  margin-right: 0.625rem;
  display: inline-block;
  width: 3.9375rem;
  height: 1.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/logo-xghl-white.png");
}

main {
  font-size: 1rem;
}

.gotop {
  position: fixed;
  /*bottom: 6.25rem;*/
  bottom: 30.25rem;
  right: -3.75rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: white;
  border-radius: 0.3125rem;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gotop i {
  color: #333;
  font-size: 3.125rem;
}
.gotop.fixed {
  right: 0.625rem;
}
.gotop:hover i {
  color: #0c111c;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}

.loading-inner {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.1875rem solid #0c111c;
  border-radius: 50%;
  -webkit-animation: 1s loader-04 linear infinite;
  animation: 1s loader-04 linear infinite;
  position: relative;
}

.loading-inner:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  border: 0.625rem solid #0c111c;
  border-radius: 50%;
}

@-webkit-keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.modal div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50rem;
  height: 31.25rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.modal div .modal-close {
  position: absolute;
  right: 0;
  top: -3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
  z-index: 2;
}
.modal div video {
  width: 50rem;
  height: 31.25rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scale-video {
  -webkit-animation: scaleVideo 1s 1 ease-in-out;
          animation: scaleVideo 1s 1 ease-in-out;
}

.small-video {
  -webkit-animation: smallVideo 0.5s 1 ease-in-out;
          animation: smallVideo 0.5s 1 ease-in-out;
}

@-webkit-keyframes scaleVideo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleVideo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes smallVideo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes smallVideo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
#pc-header,
#pc-footer,
.gotop {
  display: block;
}

#m-header,
#m-footer,
#navs {
  display: none;
}
header.is-fixed{
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.header_list_a{
  width:220px;

  position:absolute;
  left:-46px;
  top:78px;
  background:white;
  font-size:14px;
  border:1px solid #ea7d43;
  padding-top:12px;
  padding-bottom:15px;
  display:none;
}
/*.header_list_a em{
  display:block;
  width:12px;
  height:12px;
  background:url(../images/img_more1.png) -13px -341px no-repeat;
  position:absolute;
  top:-14px;
  left:88px;
  overflow:hidden;
}*/
.header_list_a p{
  width:100%;
  height:auto;
}

.header_list_a a{
  display:block;
  width:100%;
  height:33px;
  line-height:33px;
  color:#3f3f3f;
  text-align:center;
  font-size:14px;
}
.header_list_a a:hover{
  color:#ea7d43;
}
.header_list_b{
  width:290px;
}
.header_list_b p{
  float:left;
  width:auto;
  margin-left:53px;
}
.header_list_b p span{
  display:block;
  width:124px;
  height:33px;
  line-height:33px;
  color:#333;
  font-size:14px;
  border-bottom:1px solid #ea7d43;
  margin-bottom:8px;
}
.header_list_b p a{
  text-align:center;
}
.header_list_b p:last-child{
  float:right;
  margin-right:53px;
  margin-left:0;
}

.modal-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 17, 27, 0.5);
  animation: action_scale 0.4s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
}
.modal-container.show{
  display: flex;
}
.modal-container .content-box {
  width: 380px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-container .content-box .title-row {
  margin-bottom: 20px;
  font-size: 18px;
  color: #9ca3aa;
  font-weight: bold;
}
.modal-container .content-box .item-row {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}
.modal-container .content-box .item-row .icon {
  position: absolute;
  transform: translate(-40%, 35%);
}
.modal-container .content-box .item-row input {
  width: 100%;
  caret-color: #ff5e3c;
  background-color: #fff;
  border: 0;
  outline: none;
  padding-left: 10px;
  line-height: 38px;
}
.modal-container .content-box .item-row input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input:-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input::-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input:-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row .send-btn {
  position: absolute;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #F49959;
  font-weight: bold;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
  border-left: solid 1px #EEEEEE;
  padding: 0 10px;
}
.modal-container .content-box .item-row .checkbox-box {
  width: 140px;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.modal-container .content-box .item-btn {
  height: 38px;
  width: 80%;
  margin-top: 10px;
  background: linear-gradient(to right, #F6C267, #EE7243);
  border-radius: 38px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.modal-container .content-box .item-btn input{
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
  color: #fff;
}
.modal-container .content-box .tip-row {
  margin-top: 20px;
  font-size: 8px;
  color: #bebebe;
  font-weight: normal;
  text-align: justify;
}
.modal-container .content-box .check-box-row {
  width: 120px;
}
.modal-container .content-box .check-box-row .ant-checkbox-group-item {
  margin-bottom: 25px;
  font-size: 16px;
  color: #6E6E6E;
  font-weight: normal;
}
.modal-container .info-box {
  width: 380px;
}
.modal-container .complete-box {
  width: 380px;
}
.modal-container .complete-box .cascader-box {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}
.modal-container .complete-box .cascader-box input {
  height: 100%;
}
.modal-container .complete-box .hall-row {
  width: 100%;
  margin-bottom: 20px;
}
.modal-container .complete-box .hall-row .title-div {
  font-size: 14px;
  color: #bebebe;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.modal-container .complete-box .hall-row .type-div {
  width: 100%;
  height: 45px;
  border: solid 1px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-container .complete-box .hall-row .type-div .radio-group {
  position: relative;
  right: -8px;
}
.modal-container .download-box {
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
}
.modal-container .consult-box {
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
}
.modal-container .select-visit-module-box {
  width: 360px;
}
.modal-container .success-box {
  width: 300px;
}
.modal-container .success-box .success-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.modal-container .success-box .success-top .icon {
  margin-bottom: 10px;
}
.modal-container .success-box .success-top span {
  font-size: 16px;
  color: #bebebe;
  font-weight: bold;
}
.modal-container .success-box .success-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-container .success-box .success-bottom span {
  font-size: 8px;
  color: #bebebe;
  font-weight: bold;
  margin-bottom: 10px;
}
@keyframes action_scale {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.f_zoom_honer{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.f_zoom_honer .close_icon{
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../img/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}
.f_zoom_honer .f-zoom-box{
  width: 70%;
  height: 80%;
  top: 10%;
  left: 15%;
  position: absolute;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  padding: 30px 0;
  background: #fff;
  box-sizing: border-box;
}
.f_zoom_honer .f-zoom-box .imgbox{
  padding: 0 30px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  /*height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;*/
}
.f_zoom_honer .f-zoom-box .txt{
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.f_zoom_honer .f-zoom-box .txt h3{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.f_zoom_honer .f-zoom-box .txt b{
  font-size: 16px;
  font-weight: bolder;
  color: #000;
}
.f_zoom_honer .f-zoom-box img{
  max-width: 100%;
  max-height: 100%;
}


/*2021/10/8*/
.icon-weibiaoti2:before {
  content: "\e604";
}
.vidbtn{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vidbtn img{
  display: inline-block;
    width: 10.25rem;
    height: 10.25rem;
    cursor: pointer;
    -webkit-animation: videoAnima 3s linear infinite;
    animation: videoAnima 3s linear infinite;
}
.header_list_a{
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(12, 17, 28, 0.8);
  border: none;
}
.header_list_b p span{
  color: #fff;
}
.header_list_a a{
  color: #fff;
}
header.is-fixed{
  height: 5.75rem;
}
header.is-fixed .header_list_a{
  top: 70px;
}
@media screen and (max-width: 1536px){
  .header_list_a{
    top: 75px;
  }
  header.is-fixed .header_list_a{
    top: 60px;
  }
}
@media screen and (max-width: 1366px){
  .header_list_a{
    top: 65px;
  }
  header.is-fixed .header_list_a{
    top: 50px;
  }
}
@media screen and (max-width: 1266px){
  .header_list_a{
    top: 60px;
  }
  header.is-fixed .header_list_a{
    top: 40px;
  }
}
.header_list_b{
  width: 320px;
}
.header_list_b p {
  margin-left: 20px;
}
.header_list_b p:last-child {
  margin-right: 20px;
}
.modal div{
  width: 940px;
  height: 500px;
}
.modal div video{
  width: 940px;
  height: 500px;
}
@media screen and (max-width: 1200px){
  .modal div{
    width: 58.75rem;
    height: 31.25rem;
  }
  .modal div video{
    width: 58.75rem;
    height: 31.25rem;
  }
}
.gotop{
  right: -70px;
  width: 60px;
  height: auto;
  display: none !important;
}
.gotop a{
  display: block;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.gotop svg{
  width: 50px;
  margin: 0 auto -5px;
}
.m-confirm{
  visibility: hidden;
    filter: alpha(opacity = 0);
    opacity: 0;
    transition: 0.2s ease-out;
    position: fixed;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #fff;
    z-index: 1;
}
@media screen and (min-width: 769px){
  .m-confirm.z-show {
      visibility: visible;
      filter: alpha(opacity = 100);
      opacity: 1;
  }
}
.m-confirm .m-confirm__item{
  position: relative;
    box-sizing: border-box;
    width: 90px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /*background-color: #ea7d43;*/
    z-index: 1;
    background-image: linear-gradient(to bottom right, #e15206, #eb9465);
}
.m-confirm .m-confirm__item p{
  margin-top: 10px;
}
.m-confirm .m-confirm__item:hover {
    /*background-color: #e95f15;*/
    background-image: linear-gradient(to bottom right, #eb9465, #e15206);
}
.m-confirm .m-confirm__item .iconfont{
  font-size: 32px;
    color: #fff;
}
.m-confirm .m-confirm__item.demo{
  display: block;
}
.m-confirm .m-confirm__item:nth-child(1):before{
    display: none;
}
.m-confirm .m-confirm__item:before {
    content: "";
    position: absolute;
    width: 80px;
    left: 5px;
    top: 0;
    height: 1px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
}
.m-confirm .m-confirm__item.tel .content {
    visibility: hidden;
    position: absolute;
    right: 73px;
    top: -1px;
    filter: alpha(opacity = 0);
    opacity: 0;
    z-index: 0;
    transition-delay: 0.2s;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
}
.m-confirm .m-confirm__item.tel:hover .content {
    visibility: visible;
    right: 96px;
    filter: alpha(opacity = 100);
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease-out;
}
.cpt-toast {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  text-align: center;
  animation-duration: 0.3s;
  max-width: 300px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  font-family: '微软雅黑','Microsoft Yahei';
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  word-wrap: break-word;
}


.showdown{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  font-size: 1rem;
}
.showdown.on{
  display: block;
}
.showdown .blackbg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
  opacity: 0.8;
}
.showdown .contbox{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.3em;
  box-sizing: border-box;
  margin-left: -2.75em;
  background: #fff;
  padding: 0 0.3em 0.3em;
  transform: translateY(-50%);
}
.showdown .contbox .ctit{
  font-size: 0.3em;
  line-height: 1.25;
  color: #000;
  padding: 1em 0 0.75em;
  text-align: center;
}
.showdown .contbox .contbox-close{
  position: absolute;
  width: 1.5em;
  text-align: center;
  right: 0.24em;
  top: 1em;
  font-size: 0.30em;
  line-height: 1.5;
  cursor: pointer;
  color: #c9c9c9;
}
.showdown .contbox form{
  vertical-align: top;
}
.showdown .contbox .bitian{
  display: flex;
  align-items: center;
  border: 1px solid #c9c9c9;
  margin-bottom: 0.11em;
}
.showdown .contbox form .bitian span{
  font-size: 0.22em;
  line-height: 2;
  height: 2em;
  white-space: nowrap;
  padding: 0 0.8em;
}
.showdown .contbox form .bitian span i{
  font-style: normal;
  color: #f00;
}
.showdown .contbox form .bitian input{
  margin-bottom: 0 !important;
  border: none !important;
}
.showdown .contbox form select,
.showdown .contbox form input[type="text"]{
  width: 100%;
  font-size: 0.22em;
  line-height: 2;
  height: 2em;
  padding-left: 0.615em;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  display: block;
  margin-bottom: 0.5em;
}
.showdown .contbox .codebox{
  display: block;
}
.showdown .contbox .codebox input[type="text"]{
  float: left;
  margin-right: 0 !important;
  width: 55.6%;
}
.showdown .contbox .codebox .send-btn{
 width: 40%;
 float: right;
 font-size: 0.22em;
  line-height: 2;
  height: 2em;
  border: 1px solid #c9c9c9;
  border-radius: 0.15em;
  text-align: center;
  box-sizing: border-box;
}
.showdown .contbox .radiobox{
  padding-bottom: 0.2em;
  border-bottom: 1px solid #d1d1d1;
}
.showdown .contbox .radiobox .rtit{
 font-size: 0.22em;
 line-height: 3;
  float: left;
  width: 30%;
}
.showdown .contbox .radiobox label{
  float: left;
  font-size: 0.22em;
  line-height: 2;
  width: 23%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.showdown .contbox .radiobox input{
  width: 1.538em;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  margin: 0 0.6em 0 0;
  height: 2em;
  float: left;
}
.showdown .contbox input[type="submit"],
.showdown .contbox .submit{
  display: block;
  margin-top: 1em;
  font-size: 0.22em;
  line-height: 2.2;
  color: #fff;
  background: #eec575;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.2em;
  text-align: center;
}
.showdown .contbox .det{
  font-size: 0.2em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 768px){
  .showdown .contbox .radiobox label{
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .showdown .contbox .radiobox input{
    height: 1.3em;
  }
}
@media screen and (min-width: 769px){
  .showdown{
    font-size: 100px;
  }
}
/* @media screen and (min-width: 769px){
  .showdown{
    font-size: 60px;
  }
  .showdown .contbox{
    width: 7.3em;
  }
  .showdown .contbox form input[type="text"]{
    float: left;
    width: 48%;
  }
  .showdown .contbox form input[type="text"]:first-child{
    margin-right: 4%;
  }
  .showdown .contbox form input[type="text"]:nth-child(4){
    width: 100%;
  }
  .showdown .contbox .radiobox{
    width: 100%;
    float: left;
  }
  .showdown .contbox input[type="submit"],
  .showdown .contbox .submit{
    float: left
  }
  .showdown .contbox .det{
    float: left;
    width: 100%;
  }
  .showdown .contbox .radiobox label{
    line-height: 2.4;
  }
}
@media screen and (min-width: 1440px){
  .showdown{
    font-size: 80px;
  }
  .showdown .contbox .radiobox label{
    line-height: 1.8;
  }
}
@media screen and (min-width: 1660px){
  .showdown{
    font-size: 100px;
  }
}
@media screen and (min-width: 1880px){
  .showdown{
    font-size: 100px;
  }
  .showdown .contbox .radiobox label{
    line-height: 1.3;
  }
} */

.child-case .child-nav{
  display: none;
}
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
#YSF-BTN-HOLDER{
  display: none;
}
.hidden-ph{
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-pc{
    display: none;
  }
  .hidden-ph{
    display: block;
  }
}