@charset "utf-8";
/* CSS Author WeChat:iGAME_Max */

/*公用代码*/

 body,
html {
  background: none repeat scroll 0 0;
  font: calc(100vw / 120) arial, verdana;
  color: #333;
  overflow-x: hidden;
}
@font-face {
  font-family: 'PFDinTextCompPro'; /* 自定义字体名（与使用时一致） */
  src: url("../foot/PFDinTextCompPro-XBlack-5.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'arial'; 
  src: url("../foot/ariblk.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial'; 
  src: url("../foot/arialbd.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'arialbd'; 
  src: url("../foot/arialbd.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'arialbi'; 
  src: url("../foot/arialbi.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ariblk'; 
  src: url("../foot/ariblk.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ARIALN'; 
  src: url("../foot/ARIALN.TTF") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ARIALNB'; 
  src: url("../foot/ARIALNB.TTF") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN'; 
  src: url("../foot/SourceHanSansCN-Bold.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium'; 
  src: url("../foot/SourceHanSansCN-Medium.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bronova;'; 
  src: url("../foot/BronovaBold.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial-BoldMT;'; 
  src: url("../foot/arial.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArchivoBlack'; 
  src: url("../foot/ArchivoBlack-Regular-2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Arial'; 
  src: url("../foot/arial.ttf") format("truetype");
}
@font-face {
  font-family: 'WendyOne-Regular'; 
    src: url("../foot/WendyOne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'BerkshireSwash-Regular'; 
  src: url("../foot/BerkshireSwash-Regular.ttf") format("truetype");

}

@font-face {
  font-family: 'Alkatra-SemiBold'; 
  src: url("../foot/Alkatra-SemiBold.ttf") format("truetype");

}
@font-face {
  font-family: 'Shrikhand-Regular'; 
  src: url("../foot/Shrikhand-Regular.ttf") format("truetype");

}
@font-face {
  font-family: 'AlumniSans-Medium'; 
  src: url("../foot/AlumniSans-Medium.ttf") format("truetype");

}
@font-face {
  font-family: 'AlumniSans-Bold'; 
  src: url("../foot/AlumniSans-Bold.ttf") format("truetype");

}

@font-face {
  font-family: 'OPPOSans'; 
  src: url("../foot/OPPOSans.ttf") format("truetype");
  size-adjust: 75%; 
}
::-webkit-scrollbar {
  /* 1 */
  width: 6px;
  height: 2px;
  background-color: #C7C7C7;
}

.ov-p1{

   display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar-button {
  /* 2 */
  display: none;
}

::-webkit-scrollbar-track {
  /* 3 */
}

::-webkit-scrollbar-track-piece {
  /* 4 */
}

::-webkit-scrollbar-thumb {
  /* 5 */
  width: 1px;
  height: 2px;
  border-radius: 0;
  background-color: #195593;
}

::-webkit-scrollbar-corner {
  /* 6 */
  background-color: #333;
}

::-webkit-resizer {
  /* 7 */
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.d-play-between{

display:flex;
justify-content: space-between;
}
  .max{
          padding: 3.44rem 9.5rem 4rem 9.5rem; 
          min-height: 91.63rem;;
        }
/* 鼠标样式 */
a:hover{
  cursor: pointer;
}
.cursor {
  pointer-events: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #195593;
  background: #195593;
  opacity: 0;
  transition: width .2s ease-out, height .2s ease-out, transform .2s;
  transform: translate(-50%, -50%) rotate(0);
}

.cursor.active {
  width: 20rem;
  height: 20rem;
  background: rgba(255, 255, 255, 0.35);
}

.cursor.style {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.8);
}


.a>.active {
  background-color: #195593;
  position: relative;
}

.a>.active::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #195593;
}



a,
a:active,
a:visited,
a:link {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}



a:hover,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

i {
  font-style: initial;
}

table {
  border-collapse: collapse;
}

ul li {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  resize: none;
  font-size: .875rem;
}

.zwnr-img {
    text-align: center;
    height: 100%;
    margin-top: 10%;
}

.phone-list {
  display: none;
  position: fixed;
  width: 80%;
  height: 100vh;
  background-color: rgba(45, 103, 197, 0.8);
    backdrop-filter: blur(10px);

  left: 0;
  top: 0;
  z-index: 999;
  padding: 0.9375rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
.phone-list .home a {
  width: max-content !important;
  height: auto;
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  box-shadow: 0 0 0 0 !important;
}
.phone-list a:not(.phone-list li > a) {
  width: calc(100% / 4);
  display: block;
  color: #fff;
  font-size: 0.875rem;
  /* width: max-content; */
  /* padding: 0 4.25rem; */
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 0.9375rem;
  /* margin-right: 1rem; */
  float: left;
  margin: 0.625rem 0.625rem;
  box-shadow: 0 0 0.3125rem #fff;
}
.phone-list p,
.phone-list li > a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 3.125rem;
  color: #fff;
}
.phone-list div {
  margin: 0 -1rem;
}
.phone-list div::after {
  content: "";
  display: block;
  clear: both;
}
.phone-list li {
  margin-bottom: 1.25rem;
}
.phone-list .phone-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 21.25rem;
  width: 100%;
  height: 2.1875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
}
.phone-list .phone-search input {
  border: 0;
  outline: none;
  padding-left: 1.25rem;
  height: 100%;
  width: 80%;
}
.phone-list .phone-search p {
  background-color: #2D67C5;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.1875rem;
  color: #fff;
  box-shadow: 0 0 0.3125rem #fff;
  cursor: pointer;
}



@keyframes move3 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -0.625rem;
  }

  100% {
    margin-top: 0;
  }
}


/* 屏幕分辨率放大为 125 */

@media (-webkit-min-device-pixel-ratio: 1.25) {
  /* html,body {zoom:0.9} */
}

/* 屏幕分辨率放大为 150 */

@media (-webkit-min-device-pixel-ratio: 1.5) {
  /* html,body {zoom:0.8} */
}

/* 小于等于多少高度的样式 */

@media screen and (max-height:880px) {}

@media screen and (max-height:600px) {}

/* 小于等于多少宽度的样式 */

@media screen and (max-width:1660px) {}

@media screen and (max-width:1440px) {
  /* body,html{ font-size: calc(100vw / 100);} */
}

