/*!* common *!*/
/*@font-face {*/
/*  font-family: PingFangSC-Medium;*/
/*  src: url("../fonts/PingFang-Medium.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: PingFangSC-Light;*/
/*  src: url("../fonts/PingFang-Light.ttf");*/
/*}*/

@font-face {
  font-family: DINAlternate-Bold;
  src: url("../fonts/DIN%20Alternate_Bold.ttf");
}

/*@font-face {*/
/*  font-family: PingFangSC-Regular;*/
/*  src: url("../fonts/PingFang-Regular.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: PingFangSC-Semibold;*/
/*  src: url("../fonts/PingFang-SC-Semibold.otf");*/
/*}*/



* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;

}
*,
*::after,
*::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
}
#my-scrollbar {
  height: 100vh;
}
.scroll-content {
  overflow: hidden;
}
#Horizontal {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.scrollX {
  width: fit-content;
  height: 100vh;
  display: flex;
}
.scrollbar-thumb {
  width: 5px !important;
}
@media screen and (max-width: 1365px) {
  .scrollbar-thumb {
    width: 0 !important;
  }
}
.scrollbar-track-y {
  z-index: 9999 !important;
}
.scrollbar-track {
  background-color: transparent !important;
  right: 0 !important;
}
.scrollbar-track:hover {
  cursor: grab;
}
.scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5) !important;
}
img {
  object-fit: cover;
  vertical-align: bottom;
  max-width: 100%;
}
textarea {
  resize: none;
  font-family: inherit;
}
button {
  border: none;
  cursor: pointer;
}
.bezier .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/*video*/
*[onclick*='video_alert(this)'] video {
  display: none;
}
.alert_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}
.video_active {
  pointer-events: auto !important;
  opacity: 1 !important;
}
.alert_video .joke {
  display: flex;
  position: relative;
  z-index: 2;
  width: 900px;
}
.alert_video .joke .video {
  width: 100%;
  height: 576px;
  display: block;
}
.alert_video .joke .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.alert_video .joke .video  *{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.alert_video .joke .close {
  margin: 0 0 0 25px;
  cursor: pointer;
  height: fit-content;
  transition: 1s;
}
.alert_video .joke .close:hover {
  transform: rotate(90deg);
}
.alert_video .joke .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.alert_video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.alert_video.all .joke {
  width: 100%;
  height: 100%;
}
.alert_video.all .joke .video {
  height: 100%;
  object-fit: cover;
}
.alert_video.all .close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.alert_video.all .joke .video video {
  object-fit: cover;
}
.none {
  display: none;
}
.block {
  display: block;
}
#my-scrollbar .scroll-content section {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
/* common */
.btn_each {
  transition: 0.6s;
}
.btn_each p > div {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.btn_each:hover {
  transform: translateY(-10px);
}
.btn_each div .before {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 3;
  color: rgba(0, 0, 0, 0);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn_each:hover p > div {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  color: rgba(0, 0, 0, 0);
}
.btn_each:hover div .before {
  color: #fff;
}
.common_banner {
  width: 100%;
}
.common_banner .parallax {
  width: 100%;
  height: 100%;
}
footer {
  /* background: #4F4B4C; */
  background: #54585B;
  overflow: hidden;
  position: relative;
}
footer .scrollTop {
  position: absolute;
  right: 36px;
  bottom: 197px;
  cursor: pointer;
}
footer .wrap {
  margin: 69px auto 0;
}
footer .wrap .top {
  width: 1680px;
  margin: 0 auto 80px;
  padding: 0 42px;
}
footer .wrap .top .foo_logo {
  width: 186px;
  margin: 0 0 51px 0;
}
footer .wrap .top .content {
  display: flex;
}
footer .wrap .top .content .confidence {
  margin: 0 113px 0 0;
}
footer .wrap .top .content .confidence .list {
  display: flex;
  align-items: center;
}
footer .wrap .top .content .confidence .list:not(:last-child) {
  margin: 0 0 27px 0;
}
footer .wrap .top .content .confidence .list img {
  margin: 0 8px 0 0;
}
footer .wrap .top .content .confidence .list p {
  font-size: 14px;
  font-family: PingFangSC-Light;
  color: #FFFFFF;
}
footer .wrap .top .content .foo_nav {
  margin: 0 187px 0 0;
  display: flex;
}
footer .wrap .top .content .foo_nav .item:not(:last-child) {
  margin: 0 120px 0 0;
}
footer .wrap .top .content .foo_nav .item > a {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
  transition: 0.6s;
}
footer .wrap .top .content .foo_nav .item > a:hover {
  /* color: #F6AA27; */
  color: #ffc600;
}
footer .wrap .top .content .foo_nav .item .second {
  margin: 24px 0 0 0;
}
footer .wrap .top .content .foo_nav .item .second a {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 40px;
  color: #FFFFFF;
  display: block;
  transition: 0.6s;
  font-weight: 200;
  white-space: nowrap;
}
footer .wrap .top .content .foo_nav .item .second a:hover {
  /* color: #F6AA27; */
  color: #ffc600;
}
footer .wrap .top .content .outside .list {
  display: flex;
  align-items: center;
}
footer .wrap .top .content .outside .list:not(:last-child) {
  margin: 0 0 20px 0;
}
footer .wrap .top .content .outside .list img {
  margin: 0 15px 0 0;
}
footer .wrap .top .content .outside .list p {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
  transition: 0.7s;
}
footer .wrap .top .content .outside .list:hover p {
  /* color: #F6AA27; */
  color: #ffc600;
  transform: translateX(4px);
}
footer .wrap .bottom {
  height: 90px;
  background: rgba(255, 255, 255, 0.04);
  /* background: #575556; */
}
footer .wrap .bottom .joke {
  width: 1680px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .wrap .bottom .joke p {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
  opacity: 0.5;
}
footer .wrap .bottom .joke a {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
}
footer .wrap .bottom .joke > a {
  opacity: 0.5;
}
footer .wrap .bottom .joke > a:hover {
  /* color: #F6AA27; */
  color: #ffc600;
  opacity: 1;
  transition: 0.6s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 58px 0 93px;
  backdrop-filter: blur(7px);
}
.header .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .left .logo {
  width: 208px;
  height: 64px;
  position: relative;
  margin: 0 68px 0 0;
}
.header .left .logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.7s;
}
.header .left .logo img:nth-child(2) {
  opacity: 0;
}
.header .left .logo.on img:first-child {
  opacity: 0;
}
.header .left .logo.on img:nth-child(2) {
  opacity: 1;
}
.header .left .nav {
  display: flex;
  height: 100%;
}
.header .left .nav .nav_list {
  display: flex;
  align-items: center;
}
.header .left .nav .nav_list a.on,
.header .left .nav .nav_list a.on .iconfont {
  /* color: #FFA100; */
  color: #ffc600;
}
.header .left .nav .nav_list a.on:after {
  width: 120%;
}
.header .left .nav .nav_list .second {
  width: 100%;
  height: 84px;
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: center top;
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
}
.header .left .nav .nav_list .second::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header .left .nav .nav_list .second .joke {
  display: flex;
  height: 100%;
}
.header .left .nav .nav_list .second .joke .level:not(:last-child) {
  margin: 0 105px 0 0;
}
.header .left .nav .nav_list .second .joke .level:hover > a {
  /* color: #FFA100; */
  color: #ffc600;
}
.header .left .nav .nav_list .second .joke .level > a {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: #333333;
  position: relative;
  font-weight: 600;
  transition: 0.7s;
  height: 100%;
  align-items: center;
  z-index: 10;
  display: none;
}
.header .left .nav .nav_list .second .joke .level:not(:last-child) > a:after {
  content: '';
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #333333;
  opacity: 0.1;
}
.header .left .nav .nav_list .second .joke .level .hide {
  position: absolute;
  width: 100%;
  top: 84px;
  left: 0;
  z-index: 1;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: center top;
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
}
.header .left .nav .nav_list .second .joke .level .hide a {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: #333333;
  position: relative;
  font-weight: 600;
  transition: 0.7s;
  height: 100%;
  display: none;
  align-items: center;
}
.header .left .nav .nav_list .second .joke .level .hide a:hover {
  color: #FFA100;
}
.header .left .nav .nav_list .second .joke .level .hide a:not(:last-child) {
  margin: 0 108px 0 0;
}
.header .left .nav .nav_list .second .joke .level .hide a:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 28px;
  background: #333333;
  opacity: 0.1;
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
}
.header .left .nav .nav_list .second .joke .level:hover .hide {
  transform: scaleY(1);
  opacity: 1;
}
.header .left .nav .nav_list .second .joke .level:hover .hide a {
  display: flex;
}
.header .left .nav .nav_list:not(:last-child) {
  margin: 0 64px 0 0;
}
.header .left .nav .nav_list > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Light;
  color: #333333;
  transition: 0.6s;
  position: relative;
  font-weight: 600;
}
.header .left .nav .nav_list > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  /* background: #F6AA27; */
  background: #F4C737;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.35s;
}
.header .left .nav .nav_list > a .iconfont {
  color: #333333;
  margin: 0 0 0 11px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 2px;
  transition: 0.6s;
}
.header .left .nav .nav_list:hover > a:after {
  width: 120%;
}
.header .left .nav .nav_list:hover > a {
  /* color: #FFA100; */
  color: #F4C737;
}
.header .left .nav .nav_list:hover > a .iconfont {
  /* color: #FFA100; */
  color: #F4C737;
  transform: rotate(90deg);
}
.header .left .nav .nav_list:hover .second {
  transform: scaleY(1);
  opacity: 1;
}
.header .left .nav .nav_list:hover .second .joke .level > a {
  display: flex;
}
.header .right {
  display: flex;
  align-items: center;
  transition: 0.7s;
}
.header .right .link {
  display: flex;
  margin: 0 110px 0 0;
}
.header .right .link a:not(:last-child) {
  margin: 0 31px 0 0;
}
.header .right .link a > img{
  filter: brightness(0.1);
  transition: 0.6s;
}
.header .right .link .search_click .position_background{
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 0 100% 0);
  transition: 0.6s;
}
.header .right .link .search_click .position_background.on{
  clip-path: inset(0 0 0 0);
}
.header .right .link .search_click .position_background .joke{
  display: flex;
  align-items: center;
}
.header .right .link .search_click .position_background .joke input{
  width: 400px;
  border: none;
  height: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.header .right .link .search_click .position_background .joke .click{
  margin: 0 0 0 30px;
  background: transparent;
  filter: brightness(0.1);
}
.header .right .link .search_click .position_background .clone{
  width: 22px;
  height: 22px;
  position: absolute;
  right: 150px;
  transform: rotate(45deg);
  cursor: pointer;
}
.header .right .link .search_click .position_background .clone:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .right .link .search_click .position_background .clone:before{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .right .language {
  width: 80px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.302);
  opacity: 1;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*filter: brightness(0.1);*/
  transition: 1s;
  position: relative;
}
.down_select .pull{
  width: 120px!important;
  overflow: hidden!important;
}
.down_select .pull div{
  font-size: 14px!important;
  padding: 0!important;
}
.down_select .pull div a{
  color: #606266!important;
  font-size: 13px!important;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 15px!important;
  transition: 0.6s;
}
.down_select .pull div:hover a{
  color: #fff!important;
}

.header .right .language p {
  font-size: 14px;
  font-family: PingFangSC-Light;
  color: #FFFFFF;
  filter: brightness(0.1);
}
.header .right .language div{
  line-height: 32px;
}
.header .right .language .iconfont {
  color: #fff;
  margin: 0 0 0 7px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 1px;
  transform: rotate(90deg);
  filter: brightness(0.1);

}
.common_pagination {
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_pagination a:not(:first-child,:last-child) {
  width: 46px;
  height: 54px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #333333;
  margin: 0 5px;
  transition: 0.6s;
}
.common_pagination a:not(:first-child,:last-child).on,
.common_pagination a:not(:first-child,:last-child):hover {
  /* background: #f6aa27; */
  background: #ffc600;
  color: #fff;
}
.common_pagination a:first-child,
.common_pagination a:last-child {
  margin: 0 46px;
  width: 168px;
  height: 60px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: #333333;
  transition: 0.6s;
}
.common_pagination a:first-child:hover,
.common_pagination a:last-child:hover {
  /* background: #f6aa27; */
  background: #ffc600;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */



/* .header .menu {
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .menu .joke {
  width: 35px;
  height: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .menu .joke span {
  width: 100%;
  height: 2px;
  background: #25180B;
  display: block;
  transition: 0.7s;
}
.header .menu.active .joke span:nth-child(1) {
  transform: rotate(45deg);
}
.header .menu.active .joke span:nth-child(2) {
  transform: rotate(-45deg);
} */
.Menu{
  width: 35px;
  height: 25px;
  border-radius: 50%;
  margin-left: 20px;
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
}
.Menu.Show .LineBox{
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}

.Menu.Show .Line:first-child{
  transform:rotate(-45deg);
}
/* .Menu.Show .Line:nth-child(2){
  opacity: 0;
} */
.Menu.Show .Line:last-child{
  transform:rotate(45deg);
}
.Menu.Show .LineBox .Line{
  position: absolute;
  margin-top: 0;
}
.Menu .Line{
  height: 2px;
  width: 35px;
  margin-top: 6px;
  background-color: #25180B;
  transition: all 1s;
}
.Menu .Line:first-child{
  margin-top: 0;
}
/* .Menu .Line:nth-child(2){
  transition: all 1s;
  width: 20px;
  opacity: 1;
  margin-left: 5px;
  height: 2px;
} */
/* .header .menu .joke span:nth-child(1) {
  animation: menu 2s infinite ease-in-out;
}

.header .menu .joke span:nth-child(2) {
  animation: menu 2s infinite ease-in-out;
  animation-delay: 300ms;
} */



.head_nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  display: none;
  pointer-events: none;
}
.head_nav:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1f1f1f;
  opacity: 0;
  transition: 1s;
  z-index: -1;
}
.head_nav.on:after{
  opacity: 0.8;
}
.head_nav.on{
  pointer-events: auto;
}
.head_nav .right{
  z-index: 2;
  width: 100vw;
  overflow: hidden;
  background: #fff;
  display: flex;
  padding-top: 200px;
  padding-left: 200px;
  /* justify-content: center; */
  transform: translateY(-100%);
  transition: 0.9s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.56, 0.99);
}
.head_nav.on .right{
  transform: translateY(0);
}

.head_nav .right li{
  width: 250px;
  transform: translate(0px, -98.9375px);
  transition: 1.5s;
  opacity: 0;
  /* width: fit-content; */
}
.head_nav .right li .item{
  width: 400px;
}
.head_nav.on .right li{
  transform: translate(0px, 0px);
  opacity: 1;
}
.head_nav.on .right li:first-child{
  transition-delay: 0.9s;
}
.head_nav.on .right li:nth-child(2) {
  transition-delay: 0.8s;
}
.head_nav.on .right li:nth-child(3) {
  transition-delay: 0.7s;
}
.head_nav.on .right li:nth-child(4) {
  transition-delay: 0.6s;
}
.head_nav.on .right li:nth-child(5) {
  transition-delay: 0.5s;
}
.head_nav.on .right li:nth-child(6) {
  transition-delay: 0.4s;
}
.head_nav.on .right li:nth-child(7) {
  transition-delay: 0.3s;
}
.head_nav .right li a{
  color: #1f1f1f;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  transition: 0.4s;
  font-family: PingFangSC-Light;
}
.head_nav .right li .item{
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_nav .right li .item .iconfont{
  transition: all .5s;
}

.head_nav .right li .item.active .iconfont{
  transform: rotate(90deg)
}
.head_nav .right li .towList{
  width:400px !important;
  display: none;
}
.head_nav .right li .towList .towItem .thereList{
  padding-left: 40px !important;
  display: none;
}
.head_nav .right li .towList .towItem .towhead{
  display: flex;
  align-items: center;
  width: 100% !important;
  padding-left: 20px !important;
  justify-content: space-between;
}
.head_nav .right li  .towList .towItem .towhead .iconfont{
  transition: all .5s;
}
.head_nav .right li .towList .towItem .towhead.active .iconfont{
  transform: rotate(90deg);
}
.head_nav .right li .towList .towItem .towhead>a{
  font-size: 18px;
}
.head_nav .right li .towList .towItem .thereList .thereItem a{
  font-size: 14px;
}
.head_nav .close{
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotate(-45deg);
  right: calc(100vw / 20 * 1);
  top: 3.75vw;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: 1s  ;
}
.head_nav.on .close{
  opacity: 1;
}
.head_nav .close:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  transition: all 0.4s ease-out;
}
.head_nav .close:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #1f1f1f;
  transition: all 0.4s ease-out;
}
.head_nav .right li a div{
  margin-left: 10px;
}
/* @keyframes menu {
  0% {
      width: 0;
  }
  50% {
      width: 100%;
  }
  100% {
      width: 0;
  }
} */
/* footer .wrap .top .content .foo_nav .item:first-child .second a:first-child{
  display: none;
} */
.header .left .nav .nav_list:nth-child(3) .second .joke .level:nth-child(2) a::after,
.head_nav .right li:nth-child(3) .towList .towItem:last-child,
/*.header .left .nav .nav_list:nth-child(3) .second .joke .level:last-child{*/
/*  display: none;*/
/*}*/

.common_foo_prev {
  position: relative;
  z-index: 5;
  overflow: unset!important;
}
.common_foo_prev:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #4F4B4C;
  z-index: -1;
}
.common_foo_prev .wrap {
  width: 1720px;
  max-width: 90%;
  margin: auto;
}
.common_foo_prev .wrap form {
  width: 100%;
  padding: 66px 150px 99px 150px;
  background: #4F4B4C;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}
.common_foo_prev .wrap form .title {
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  color: #FFFFFF;
  margin: 0 0 47px 0;
}
.common_foo_prev .wrap form .content {
  display: flex;
}
.common_foo_prev .wrap form .content input {
  width: 360px;
  height: 60px;
  background: #FFFFFF;
  padding: 0 0 0 20px;
  font-size: 18px;
  margin: 0 20px 0 0;
  font-family: PingFangSC-Regular;
  border: none;
}
.common_foo_prev .wrap form .content .tel{
  display: flex;
  align-items: center;
}
.common_foo_prev .wrap form .content .tel p{
  width: fit-content;
  height: 100%;
  padding: 0 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px 0 0;

  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0,0,0,0.5);
}
.common_foo_prev .wrap form .content input::placeholder {
  color: #CCCCCC;
}
.common_foo_prev .wrap form .content button {
  width: 280px;
  height: 60px;
  /* background: #F6AA27; */
  background: #ffc600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
}

footer .wrap .top .content .outside.ch img{

}
footer .wrap .top .content .outside.ch{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
footer .wrap .top .content .outside.ch div:first-child{
  margin-right: 20px;
}
footer .wrap .top .content .outside.ch div {
  text-align: center;
}
footer .wrap .top .content .outside.ch > div p{
  font-size: 14px;
  font-family: PingFangSC-Light;
  color: #FFFFFF;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child):after {
    right: -25px;
  }
}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
  .header .left .nav .nav_list .second .joke .level .hide a {
    font-size: 14px;
  }
  .common_foo_prev .wrap form{
    padding: 50px 100px 70px;
  }
}

@media screen and (max-width: 1680px){
  footer .scrollTop{
    bottom: 100px;
  }
  .header .left .nav .nav_list:not(:last-child) {
    margin: 0 40px 0 0;
  }
  .header .left .nav .nav_list > a {
    font-size: 16px;
  }
  .header .left .nav .nav_list .second .joke .level .hide a,
  .header .left .nav .nav_list .second .joke .level > a{
    font-size: 14px;
  }
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child){
    margin-right: 40px;
  }
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child):after {
    right: -20px;
  }
  footer .wrap .bottom .joke{
    width: 90%;
  }
  footer .wrap .top .content .foo_nav .item:not(:last-child) {
    margin: 0 90px 0 0;
  }
  footer .wrap .top {
    width: 90%;
    padding: 0;
  }
  footer .wrap .top .content .foo_nav .item .second a {
    font-size: 14px;
    line-height:32px;
  }
  footer .wrap .top .content .foo_nav .item > a {
    font-size: 18px;
  }
  footer .wrap .top .content .foo_nav .item .second {
    margin-top: 20px;
  }
  footer .wrap .top .content .confidence .list:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .header .left .logo {
    width: 170px;
  }
  .header .left .logo img{
    height: auto;
  }
  footer .wrap .top .content .outside .list p {
    font-size: 14px;
  }
  .common_foo_prev .wrap form .content input {
    height: 50px;
    font-size: 16px;
  }
  .common_foo_prev .wrap form .content button{
    height: 50px;
    font-size: 20px;
  }
  .common_foo_prev .wrap form .title {
    font-size: 32px;
    margin: 0 0 38px 0;
  }
}

@media screen and (max-width: 1600px){
  footer .wrap .top .content .confidence {
    margin: 0 80px 0 0;
  }

  .common_foo_prev .wrap form .content button {
    font-size: 15px;
  }
  .common_foo_prev .wrap form .content .tel p{
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px){
  .header .left .nav .nav_list:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .header .right .link {
    margin-right: 80px;
  }
  .header .left .logo {
    margin-right: 30px;
  }
  .header {
    padding: 0 40px;
  }
  .header .left .nav .nav_list .second .joke .level:hover .hide a{
    text-align: center;
  }
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child) {
    margin-right: 20px;
  }
  .header .left .nav .nav_list .second .joke .level .hide a:not(:last-child):after {
    right: -10px;
  }
  footer .wrap .top .content .confidence {
    margin: 0 50px 0 0;
  }
  footer .wrap .top .content .foo_nav .item:not(:last-child) {
    margin: 0 40px 0 0;
  }
  footer .wrap .top .content .foo_nav {
    margin: 0 60px 0 0;
    display: flex;
  }
  .common_foo_prev .wrap form {
    padding: 50px 50px 70px;
  }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){
  .header .left .nav .nav_list > a .iconfont {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1255px) {
  .common_foo_prev .wrap form .content input {
    font-size: 14px;
  }
  .common_foo_prev .wrap form .content button {
    font-size: 12px;
  }
}




@media screen and (max-width: 820px){
  .common_foo_prev .wrap form .content .tel p{
    height: 40px;
  }

  .header .Menu {
    display: flex;
  }
  .header{
    height: 80px;
    padding:0 30px;
    z-index: 99999999;
    background-color: #fff;
  }
  .header .left .nav.PC{
    display: none;
  }
  /* .header .right{
    display: none;
  } */
  .head_nav{
    display: flex;
  }
  .header .left .logo{
    width: 140px;
    margin-right: 0;
  }
  .header .right .link {
    margin-right: 30px;
  }
  .common_banner{
    margin-top: 80px;
    height: 360px;
  }
  footer .wrap .top .content .foo_nav{
    display: none;
  }
  footer .wrap .top {
    margin-bottom: 40px;
  }
  footer .wrap .bottom .joke a {
    font-size: 12px;
  }
  footer .scrollTop {
    right: 0;
  }
  .header .right .link .search_click .position_background {
    top:80px

  }
  .common_foo_prev .wrap form .title {
    font-size: 24px;
  }
  .common_foo_prev .wrap form {
    padding: 30px;
  }

  .common_foo_prev .wrap form .content input {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .common_foo_prev .wrap form .title {
    margin-bottom: 30px;
  }
  .common_foo_prev .wrap form .content button {
    font-size: 14px;
    height: 40px;
  }
  .common_foo_prev .wrap form .content input {
    padding-left: 10px;
  }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
  .common_foo_prev .wrap form .content input{
    width: 100%;
    margin-bottom: 20px;
  }
  .common_foo_prev .wrap form .content .tel{
    margin: 0 0 20px;
  }
  .common_foo_prev .wrap form .content .tel input{
    margin: 0;
  }
  .common_foo_prev .wrap form .content{
    flex-direction: column;
  }
  .common_foo_prev .wrap form .content button{
    width: 100%;
  }
  .common_foo_prev .wrap form .title {
    font-size: 20px;
  }
  .head_nav .right{
    padding-left: 60px;
    padding-top: 150px;
  }
  .head_nav .right li .towList .towItem .thereList {
    width: 100% !important;
  }
  .head_nav .right li .towList .towItem .thereList .thereItem a {
    font-size: 12px;
  }
  .head_nav .right li .towList .towItem .towhead>a {
    font-size: 16px;
  }
  .head_nav .right li .towList {
    width: 90% !important;
  }
  .head_nav .right li a {
    line-height: 28px;
  }
  .header {
    height: 60px;
  }
  .common_banner{
    margin-top: 60px;
    height: 360px;
  }
  .head_nav .right li a {
    font-size: 20px;
  }
  .header .left .logo{
    width: 120px;
    height: 30px;
  }
  footer .wrap .top .content .confidence .list p {
    font-size: 12px;
  }
  footer .wrap .top .content{
    flex-direction: column;
  }
  footer .wrap .top .content .confidence{
    margin-bottom: 20px;
  }
  footer .wrap .top .content .outside{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrap .top .content .outside .list{
    width: 50%;
    margin: 0 0 20px 0;
  }
  footer .wrap .bottom .joke{
    flex-direction: column;
    justify-content: center;
    text-align: centerc;
  }
  footer .wrap{
    margin-top: 20px;
  }
  footer .wrap .top {
    margin-bottom: 10px;
  }
  footer .wrap .bottom .joke p{
    text-align: center;
    margin-bottom: 10px;
  }
  footer .wrap .bottom {
    height: 100px;
  }
  footer .scrollTop{
    width: 70px;
  }

}


@media screen and (max-width: 414px){
  .head_nav .right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head_nav .right li .item,
  .head_nav .right li{
    width: 100%;
  }
  .head_nav .right .nav_menu{
    width: 100%;
  }
  .header {
    padding: 0 20px;
  }
  .header .right .language p {
    font-size: 12px;
  }
  .head_nav .right li .towList .towItem .towhead {
    padding-left: 10px;
  }
  .head_nav .right li .towList .towItem .thereList {
    padding-left: 30px !important;
  }
  .header .right .language {
    width: 70px;
    height: 24px;
  }
  .header .right .link a{
    display: flex;
    width: 15px;
    align-items: center;
  }
  .header .right .link {
    margin-right: 15px;
  }
  .header .right .link a:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .Menu {
    margin-left: 10px;
    width: 25px;
  }
  .Menu .Line{
    width: 25px;
  }
  footer .wrap .top .content .outside .list img {
    width: 20px;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
  footer .wrap .bottom .joke p {
    font-size: 12px;
  }
}





