@charset "UTF-8";

body,
html {
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

.top {
  width: 100%;
  height: 62px;
  background: #ffffff;
}

.top .width {
  width: 80%;
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top .width img {
  width: 104px;
  height: 36px;
}

.top .width .tab {
  display: flex;
  align-items: center;
}

.top .width .tab span, .top .width .tab a {
  height: 30px;
  border-radius: 16px;
  color: #171A1D;
  line-height: 30px;
  margin: 0 30px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.top .width .tab .checked {
  display: block;
  color: #479fff;
  text-align: center;
  width: 68px;
  border: 1px solid #479fff;
}

.width1200 {
  width: 1200px;
  margin: 0 auto;
}

.m1 {
  background-color: #f8fbff;
  background-image: url("./bg1.png?v=20240523100223");
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.m1 .width1200 {
  position: relative;
}

.m1 .banner {
  width: 654px;
  height: 448px;
  position: absolute;
  right: 20px;
  top: -35px;
}

.m1 .title {
  position: relative;
}

.m1 .title .s1 {
  font-size: 60px;
  font-weight: bold;
  background: linear-gradient(90deg, #2fcdd0 3%, #2d7dff), linear-gradient(180deg, #3e7fff, #6ec7ff), linear-gradient(180deg, #0070ff, #08c2ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.m1 .title .s2 {
  width: 384px;
  height: 81px;
  font-size: 58px;
  text-align: left;
  color: #1f2329;
  line-height: 81px;
}

.m1 .lis {
  margin-top: 43px;
}

.m1 .lis div {
  display: flex;
  align-items: center;
}

.m1 .lis div img {
  width: 12px;
  height: 9px;
  margin-right: 17px;
}

.m1 .lis div span {
  height: 25px;
  font-size: 18px;
  color: #1f2329;
  line-height: 25px;
}

.m1 .button {
  width: 220px;
  height: 76px;
  background: linear-gradient(180deg, #3e7fff, #6ec7ff);
  border-radius: 38px;
  position: relative;
  margin-top: 64px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  z-index: 9;
}
.m1 .button1{
  margin-right: 10px;
  z-index: 10;
}

.m1 .button span {
  width: 96px;
  height: 33px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: 76px;
  margin-left: 37px;
  margin-top: 23px;
}

.m1 .button .arrow {
  width: 44px;
  height: 44px;
  right: 26px;
  top: 16px;
  position: absolute;
  transition: all linear 0.3s;
}

.m1 .button .pop {
  width: 160px;
  height: 210px;
  background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
  border: 3px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.1);
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: -180px;
  top: -50px;
  display: none;
}

.m1 .button .pop #qrcode,.m1 .button .pop #qrcode3{
	width: 140px;
	height: 140px;
	margin-top: 15px;
	position: relative;
}
.m1 .button .pop #qrcode img{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50px;
	top: 50px;
}
.m1 .button .pop span {
  width: 120px;
  font-size: 12px;
  text-align: center;
  color: #646a73;
  line-height: 17px;
  margin-top: 10px;
  margin-left: 0;
}

.m1 .button:hover .arrow {
  /*animation: moveToRight .5s;
  -webkit-animation: moveToRight .5s;
  animation-fill-mode: forwards;*/
  right: 14px;
}

.m1 .button:hover .pop {
  display: flex;
}

.m1 .centers {
  display: flex;
  width: 1200px;
  height: 116px;
  background-color: #ffffff;
  background-image: url("./mbg.png?v=20240523100223");
  background-repeat: no-repeat;
  background-size: 50% 100%;
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.1);
  margin-top: 130px;
  position: relative;
}

.m1 .centers .m {
  display: flex;
  align-items: center;
  margin-left: 70px;
  margin-right: 50px;
}

.m1 .centers .m img {
  width: 106px;
  height: 76px;
  margin-right: 40px;
}

.m1 .centers .m .content .text1 {
  width: 108px;
  height: 25px;
  font-size: 18px;
  color: #1f2329;
  line-height: 25px;
}

.m1 .centers .m .content .text2 {
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
}

.m1 .centers .m .content .text2 .big {
  font-size: 38px;
  color: #1f2329;
  line-height: 38px;
  padding-left: 20px;
}

.m1 .centers .m .content .text2 .small {
  font-size: 18px;
  text-align: center;
  color: #1f2329;
  line-height: 18px;
}

.m1 .centers .rm-num {
  width: 200px;
  height: 30px;
  background: #e9f3ff;
  border-radius: 16px;
  color: #999999;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.m1 .centers .rm-button {
  width: 168px;
  height: 42px;
  background: #3696ff;
  border-radius: 10px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 32px;
}

.m1 .centers:hover {
  box-shadow: 15px 15px 20px 0px rgba(60, 91, 161, 0.1);
}

.m1 .centers:hover .rm-button {
  background: linear-gradient(180deg, #0070ff, #08c2ff);
}

.m1 .text4 {
  height: 56px;
  font-size: 40px;
  text-align: center;
  color: #1f2329;
  line-height: 56px;
  margin-top: 100px;
  margin-bottom: 10px;
}

.m1 .text5 {
  height: 25px;
  font-size: 18px;
  text-align: center;
  color: #646a73;
  line-height: 25px;
}

.m1 .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 93px;
}

.m1 .infos .mod {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 300px;
  background: linear-gradient(135deg, #f7ffff 3%, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.1);
}

.m1 .infos .mod img {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 30px;
  top: -40px;
}

.m1 .infos .mod .t1 {
  height: 33px;
  font-size: 24px;
  color: #1f2329;
  line-height: 33px;
  padding-bottom: 16px;
  text-align: left;
  border: 1px solid #f8fbff;
  width: 300px;
  margin-left: 40px;
  margin-top: 78px;
}

.m1 .infos .mod .line {
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #2fcdd0 3%, #2d7dff);
  margin-left: 40px;
}

.m1 .infos .mod .t2 {
  font-size: 16px;
  color: #646a73;
  line-height: 22px;
  text-align: left;
  margin-top: 25px;
  width: 300px;
  margin-left: 40px;
}

.m1 .infos .mod:hover {
  box-shadow: 15px 15px 20px 0px rgba(60, 91, 161, 0.1);
}

.m1 .infos .mod:hover .t1 {
  color: #3696FF;
}

.m2 {
  background-image: url("./bg2.png?v=20240523100223");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.m2 .t1 {
  height: 56px;
  font-size: 40px;
  text-align: center;
  color: #1f2329;
  line-height: 56px;
  margin-bottom: 10px;
}

.m2 .t2 {
  height: 25px;
  font-size: 18px;
  text-align: center;
  color: #646a73;
  line-height: 25px;
  margin-bottom: 80px;
}

.m2 .modes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}

.m2 .modes .mode {
  display: flex;
  align-items: center;
  margin: 15px 0;
  height: 140px;
  width: 585px;
  background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.1);
}

.m2 .modes .mode .line {
  width: 4px;
  height: 40px;
  background: #3d7bff;
  border-radius: 3px;
  margin: 0 20px;
}

.m2 .modes .mode img {
  width: 58px;
  height: 58px;
  margin-right: 37px;
}

.m2 .modes .mode .texts {
  width: 370px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.m2 .modes .mode .texts .big {
  height: 33px;
  font-size: 24px;
  color: #1f2329;
  line-height: 33px;
  margin-bottom: 12px;
}

.m2 .modes .mode .texts .small {
  width: 368px;
  height: 44px;
  font-size: 16px;
  color: #646a73;
  line-height: 22px;
}

.m2 .modes .mode:hover {
  box-shadow: 15px 15px 20px 0px rgba(60, 91, 161, 0.1);
}

.m2 .modes .mode:hover .texts .big {
  color: #3696FF;
}

.m2 .imgmode {
  display: flex;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 180px;
}

.m2 .imgmode .left {
  position: relative;
  width: 50%;
}

.m2 .imgmode .left .main {
  width: 349px;
  height: 500px;
  margin-left: 140px;
}

.m2 .imgmode .left .leftmove {
  width: 216px;
  height: 227px;
  position: absolute;
  left: 40px;
  bottom: 61px;
  animation: bottomToTop3 2s;
  animation-iteration-count: infinite;
}

.m2 .imgmode .left .rightmove1 {
  width: 212px;
  height: 130px;
  position: absolute;
  right: 10px;
  bottom: 92px;
  animation: bottomToTop1 2s;
  animation-iteration-count: infinite;
}

.m2 .imgmode .left .rightmove2 {
  width: 188px;
  height: 216px;
  position: absolute;
  right: 20px;
  top: 24px;
  animation: bottomToTop2 2s;
  animation-iteration-count: infinite;
}

.m2 .imgmode .right {
  display: flex;
  flex-direction: column;
  padding-left: 120px;
}

.m2 .imgmode .right .big {
  width: 400px;
  font-size: 40px;
  color: #1f2329;
  line-height: 56px;
  margin-bottom: 20px;
}

.m2 .imgmode .right .small {
  width: 468px;
  font-size: 18px;
  color: #646a73;
  line-height: 25px;
}

.m2 .introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m2 .introduce .left-li .li {
  width: 500px;
  height: 80px;
  cursor: pointer;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.m2 .introduce .left-li .li .num {
  width: 37px;
  font-size: 34px;
  color: #a3adbc;
  margin-right: 10px;
  margin-left: 30px;
}

.m2 .introduce .left-li .li .e {
  height: 33px;
  font-size: 24px;
  color: #1f2329;
}

.m2 .introduce .left-li .checked {
  width: 500px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.05);
}

.m2 .introduce .left-li .checked .num {
  color: #479FFF;
}

.m2 .introduce .left-li .checked .e {
  color: #479FFF;
}

.m2 .introduce .rightcontent {
  width: 570px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.05);
  position: relative;
  padding: 30px;
}

.m2 .introduce .rightcontent .yh {
  width: 114px;
  height: 92px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.m2 .introduce .rightcontent .title {
  display: flex;
  align-items: center;
  margin-top: 46px;
  position: relative;
}

.m2 .introduce .rightcontent .title img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.m2 .introduce .rightcontent .title span {
  height: 33px;
  font-size: 24px;
  color: #1f2329;
  line-height: 33px;
}

.m2 .introduce .rightcontent .content {
  width: 500px;
  font-size: 16px;
  color: #646a73;
  line-height: 28px;
  margin: 20px auto 0 auto;
  display: none;
}

.m2 .checked {
  width: 500px;
  height: 80px;
  background: #ffffff, linear-gradient(180deg, #f9fbff 2%, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.05);
}

.modal {
  display: none;
  /* 榛樿闅愯棌 */
  position: fixed;
  /* 鍥哄畾浣嶇疆 */
  z-index: 1;
  /* 浣嶄簬椤跺眰 */
  left: 0;
  top: 0;
  width: 100%;
  /* 鍏ㄥ搴� */
  height: 100%;
  /* 鍏ㄩ珮搴� */
  overflow: hidden;
  /* 瓒呭嚭鍐呭鍙粴鍔� */
  background-color: black;
  /* 鑳屾櫙棰滆壊甯︿簺閫忔槑搴� */
  background-color: rgba(0, 0, 0, 0.4);
  /* 閫忔槑搴� */
}

.modal .modal-content {
  margin: 15% auto 0 auto;
  /* 鍨傜洿灞呬腑 */
  width: 540px;
  height: 466px;
  background-image: url("../img/pc_cooperation/bg.png?v=20240523100223");
  background-size: 100%;
  position: relative;
}

.modal .close {
  float: right;
  font-weight: bold;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  display: block;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -54px;
  color: #ffffff;
}

.modal .close:hover,
.modal .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal .button {
  width: 160px;
  height: 44px;
  background: #3696ff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 284px;
  left: 180px;
  cursor: pointer;
  text-decoration: none;
}

.modal .button span {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  margin-left: 28px;
}

.modal .button img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.modal .button:hover {
  background: linear-gradient(180deg, #0070ff, #08c2ff);
}

.telegram {
  display: flex;
  align-items: center;
  position: absolute;
  width: 338px;
  height: 68px;
  background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 10px;
  top: 352px;
  left: 101px;
}

.telegram .logo {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-left: 20px;
}

.telegram .text .t1 {
  font-size: 14px;
  color: #1f2329;
  line-height: 20px;
}

.telegram .text .t2 {
  font-size: 14px;
  color: #3696ff;
  line-height: 20px;
  text-decoration: none;
}

.telegram .copy {
  width: 50px;
  height: 24px;
  border: 1px solid #3696ff;
  border-radius: 14px;
  color: #3696ff;
  line-height: 24px;
  text-align: center;
  margin-left: 50px;
  cursor: pointer;
}

.telegram:hover {
  box-shadow: 4px 4px 15px 0px rgba(60, 91, 161, 0.1);
}

.rightModel {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.rightModel .kf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 172px;
  background: linear-gradient(180deg, #0070ff, #08c2ff);
  border-radius: 28px;
  box-shadow: 0px 0px 25px 0px rgba(60, 91, 161, 0.1);
  cursor: pointer;
  text-decoration: none;
}

.rightModel .kf img {
  width: 36px;
  height: 36px;
  margin-bottom: 7px;
}

.rightModel .kf span {
  width: 16px;
  height: 88px;
  display: block;
  color: #fff;
  line-height: 22px;
}

.rightModel .kf:hover {
  background: linear-gradient(180deg, #08c2ff, #0070ff);
  box-shadow: 0px 0px 25px 0px rgba(60, 91, 161, 0.1);
}

.rightModel .btns {
  width: 56px;
  height: 128px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0px 0px 25px 0px rgba(60, 91, 161, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.rightModel .btns .btn1 {
  width: 20px;
  height: 20px;
  background-image: url("./qrcode.png?v=20240523100223");
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.rightModel .btns .btn1 .pop {
  width: 160px;
  height: 210px;
  background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
  border: 3px solid #ffffff;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(60, 91, 161, 0.1);
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -130px;
  display: none;
}
.rightModel .btns .btn1 .pop #qrcode2{
	width: 140px;
	height: 140px;
	margin-top: 15px;
	position: relative;
}
.rightModel .btns .btn1 .pop #qrcode2 img{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50px;
	top: 50px;
}

.rightModel .btns .btn1 .pop span {
  width: 120px;
  font-size: 12px;
  text-align: center;
  color: #646a73;
  line-height: 17px;
  margin-top: 10px;
  margin-left: 0;
}

.rightModel .btns .btn1:hover {
  background-image: url("./qrcode_c.png?v=20240523100223");
}
.rightModel .btns .btn1:hover .pop {
	display: flex;
}

.rightModel .btns .btn2 {
  margin-top: 38px;
  width: 20px;
  height: 20px;
  background-image: url("./top.png?v=20240523100223");
  background-size: 100%;
  cursor: pointer;
}

.rightModel .btns .btn2:hover {
  background-image: url("./top_c.png?v=20240523100223");
}

@keyframes moveToRight {
  from {
    right: 26px;
  }

  to {
    right: 16px;
  }
}

@-webkit-keyframes moveToRight {
  from {
    right: 26px;
  }

  to {
    right: 16px;
  }
}

@keyframes bottomToTop1 {
  0% {
    bottom: 92px;
  }

  50% {
    bottom: 112px;
  }

  100% {
    bottom: 92px;
  }
}

@-webkit-keyframes bottomToTop1 {
  0% {
    bottom: 92px;
  }

  50% {
    bottom: 112px;
  }

  100% {
    bottom: 92px;
  }
}

@keyframes bottomToTop2 {
  0% {
    top: 24px;
  }

  50% {
    top: 4px;
  }

  100% {
    top: 24px;
  }
}

@-webkit-keyframes bottomToTop2 {
  0% {
    top: 24px;
  }

  50% {
    top: 4px;
  }

  100% {
    top: 24px;
  }
}

@keyframes bottomToTop3 {
  0% {
    bottom: 61px;
  }

  50% {
    bottom: 81px;
  }

  100% {
    bottom: 61px;
  }
}

@-webkit-keyframes bottomToTop3 {
  0% {
    bottom: 61px;
  }

  50% {
    bottom: 81px;
  }

  100% {
    bottom: 61px;
  }
}

@keyframes bottomToTop1_h5 {
  0% {
    bottom: 50.6px;
  }

  50% {
    bottom: 70.6px;
  }

  100% {
    bottom: 50.6px;
  }
}

@-webkit-keyframes bottomToTop1_h5 {
  0% {
    bottom: 50.6px;
  }

  50% {
    bottom: 70.6px;
  }

  100% {
    bottom: 50.6px;
  }
}

@keyframes bottomToTop2_h5 {
  0% {
    top: 13px;
  }

  50% {
    top: -3px;
  }

  100% {
    top: 13px;
  }
}

@-webkit-keyframes bottomToTop2_h5 {
  0% {
    top: 13px;
  }

  50% {
    top: -3px;
  }

  100% {
    top: 13px;
  }
}

@keyframes bottomToTop3_h5 {
  0% {
    bottom: 33.5px;
  }

  50% {
    bottom: 53.5px;
  }

  100% {
    bottom: 33.5px;
  }
}

@-webkit-keyframes bottomToTop3_h5 {
  0% {
    bottom: 33.5px;
  }

  50% {
    bottom: 53.5px;
  }

  100% {
    bottom: 33.5px;
  }
}

@media (max-width: 1200px) {
  /* 
	.width1200{
		width: 90%;
	}
	.m1{
		.text4{
			font-size: 32px;
			margin-top: 60px;
		}
		.infos {
			.mod {
				width: 32%;
				min-height: 250px;
				img{
					width: 64px;
					height: 64px;
					left: 15px;
					top: -28px;
				}
				.t1{
					margin-left: 18px;
					margin-top: 50px;
					width: calc(100% - 36px);
				}
				.line{
					margin-left: 18px;
					width: calc(100% - 36px);
				}
				.t2{
					margin-left: 18px;
					width: calc(100% - 36px);
				}
			}
		}
		.text5{
			font-size: 17px;
		}
		.centers{
			width: 100%;
			.m{
				margin-left: 5%;
				margin-right: 0;
				img{
					width: 80px;
					height: auto;
				}
				.content {
					.text1{
						font-size: 16px;
					}
					.text2 {
						.big {
							font-size: 29px;
							line-height: 29px;
							padding-left: 15px;
						}
					}
				}
			}
			.rm-button{
				width: 150px;
				height: 30px;
				line-height: 30px;
				right: 5px;
			}
		}
	}
	.m2{
		padding-top: 60px;
		.t1{
			margin-top: 15px;
			font-size: 32px;
		}
		.t2{
			font-size: 17px;
			margin-bottom: 40px;
		}
		.modes{
			.mode{
				width: 48%;
				height: 120px;
				img {
					width: 45px;
					height: 45px;
					margin-right: 15px;
				}
				.texts{
					width: auto;
					margin-top: 15px;
					.small{
						width: auto;
					}
				}
			}
		}
		.imgmode {
			margin-top: 80px;
			margin-bottom: 120px;
			.left {
				.main{
					margin-left: 80px;
				}
				.leftmove {
					width: 170px;
					height: auto;
				}
				.rightmove2{
					right: -24px;
					width: 150px;
					height: auto;
				}
				.rightmove1{
					width: 191px;
					height: auto;
					right: -60px;
				}
			}
			.right{
				padding-left: 80px;
				.big{
					font-size: 32px;
				}
				.small{
					font-size: 16px;
					width: auto;
				}
			}
		}
		.introduce {
			.left-li {
				width: 40%;
				.li{
					width: 100%;
					height: 65px;
					.num{
						font-size: 27px;
					}
					.e{
						font-size: 22px;
						line-height: 22px;
						height: 22px;
					}
				}
			}
			.rightcontent{
				width: calc(50% - 40px);
				padding: 20px;
				.content{
					width: 100%;
					font-size: 15px;
				}
				.yh {
					width: 90px;
					height: auto;
					left: 20px;
					top: 10px;
				}
				.title{
					margin-top: 20px;
					span {
						font-size: 23px;
					}
				}
			}
		}
	} */
}

.pc {
  display: block !important;
}

.h5 {
  display: none !important;
}
.dialog{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.dialog .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 22;
}
.dialog .center{
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  background: #ffffff;
  border-radius: 15px 15px 0px 0px;
  top: 130px;
  left: 0;
  padding-top: 10px;
  z-index: 23;
}
.line{
  width: 36px;
  height: 3px;
  background: #dadbda;
  border-radius: 1.5px;
  margin: 0 auto;
}
.imgModel{
  height: calc(100% - 50px);
  margin-top: 25px;
  overflow: auto;
}
.imgModel img{
  width: 100%;
}

.imgModel .teachTitle{
  height: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}

.imgModel .teachTitle2{
  
}

#dialog{
  display: none;
}
#dialogBg{
  display: none;
  animation:dialogBgK .2s;
}
@keyframes dialogBgK
{
  from {opacity:0;}
  to {opacity:1;}
}
#dialogCenter{
  display: none;
  animation:dialogCenterK .5s;
}
@keyframes dialogCenterK
{
  from {top: 100%;}
  to {top: 130px;}
}
.modal1{
  position: fixed;
  z-index: 1000;
  width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.modal2{
  position: fixed;
  z-index: 1002;
  width: 180px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.modal3,.modal4{
  position: fixed;
  z-index: 1004;
  width: 400px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.modal1-mark,
.modal3-mark,
.modal4-mark,
.modal2-mark{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 900;
  top: 0;
  left: 0;
  display: none;
}
.modal2-mark{
  z-index: 1001;
}
.modal3-mark,.modal4-mark{
  z-index: 1003;
}
.modal1 header,
.modal3 header,
.modal4 header,
.modal2 header{
  height: 35px;
  border-radius: 10px 10px 0 0;
  background-color: #E8E8E8;
  color: #1F2533;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal1 header span,
.modal3 header span,
.modal4 header span,
.modal2 header span{
  flex: 1;
  display: flex;
  justify-content: center;
}
.modal1 header .close-icon,
.modal3 header .close-icon3,
.modal4 header .close-icon4,
.modal2 header .close-icon1{
  font-size: 24px;
  right: 15px;
  top: -1px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}
.modal1 section,
.modal3 section,
.modal4 section,
.modal2 section{
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  margin: 0;
}
.modal2 section{
  padding: 15px 0;
  text-align: center;
}
.modal3 section,.modal4 section{
  padding: 15px 0;
  text-align: center;
}
.modal1 .btns {
  display: flex;
  margin: 15px 0;
  flex-direction: column;
}
.modal1 .btns .ios-test-two{
  position: relative;
}
.modal1 .btns .ios-test-two .hot{
  width: 28px;
  position: absolute;
  right: -5px;
  top: -12px;
}
.modal1 .btns a{
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px;
  /*flex: 1;*/
  /*background-color: #313D46;*/
  background: linear-gradient(180deg, #3e7fff, #6ec7ff);
  color: #fff;
  height: 50px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  margin-bottom: 8px;
}
.modal1 .btns a img{
 /* width: 16px;
  height: 16px;
  margin-right: 10px;*/
}
.modal1 .btns .no{
  margin-right: 0;
}
.modal1 .texts{
  margin: 15px;
  display: flex;
  justify-content: space-between;
}
.modal1 .texts p{
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: underline;
  color: #0084AC;
  font-size: 13px;
  margin-bottom: 0;
}
.modal1 .texts p.qiye-btn{
  color: #313D46;
} 
.modal1 .content{
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
/* modal3样式 */
.modal3 .btns,.modal4 .btns {
  display: flex;
  margin: 15px 0;
  flex-direction: column;
}
.modal3 .btns .ios-test-two,.modal4 .btns .ios-test-two{
  position: relative;
}
.modal3 .btns .ios-test-two .hot,.modal4 .btns .ios-test-two .hot{
  width: 28px;
  position: absolute;
  right: -5px;
  top: -12px;
}
.modal3 .btns a,.modal4 .btns a{
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px;
  /*flex: 1;*/
  /*background-color: #313D46;*/
  background: linear-gradient(180deg, #3e7fff, #6ec7ff);
  color: #fff;
  height: 50px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  margin-bottom: 8px;
}
.modal3 .btns a img,.modal4 .btns a img{
 /* width: 16px;
  height: 16px;
  margin-right: 10px;*/
}
.modal3 .btns .no,.modal4 .btns .no{
  margin-right: 0;
}
.modal3 .texts,.modal4 .texts{
  margin: 15px;
  display: flex;
  justify-content: space-between;
}
.modal3 .texts p,.modal4 .texts p{
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: underline;
  color: #0084AC;
  font-size: 13px;
  margin-bottom: 0;
}
.modal3 .texts p.qiye-btn,.modal4 .texts p.qiye-btn{
  color: #313D46;
} 
.modal3 .content,.modal4 .content{
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.notext{
  font-size: 11px;
}
.qiye img{
  width: calc(100% - 1px);
  display: block;
}
.test{
  background-color: #2e8bd8;
  background-image: url(../img/test/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.test>h6{
  margin: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
}
.test>h4 {
    padding: 31px 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.test>h4 img {
    display: block;
    width: 266px;
    height: 29.5px;
}
.test .box{
  margin: 0 15px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
}
.qiye>h4{
  margin: 5px 0 20px 15px;
  color: #1F2533;
  font-size: 20px;
  font-weight: 400;
}
.topnum{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #0984E4;
  padding: 15px 0;
}
.topnum .yd{
  display: flex;
}
.topnum .num-text{
  margin: 0 8px;
}
.topnum .yd i{
  width: 7px;
  height: 7px;
  border-radius: 7px;
}
.topnum .yd .s{
  background-color: #94a9ff;
}
.topnum .yd .z{
  background-color: #becbff;
  margin: 0 4px;
}
.topnum .yd .q{
  background-color: #e9edff;
}
.box h3{
  font-size: 17px;
  height: 18px;
  line-height: 18px;
  color: #0E1D33;
  font-weight: 400;
}
.box .button{
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #0777CE;
  margin: 15px 40px;
  border-radius: 10px;
  font-size: 17px;
  text-decoration: none;
  border: 0;
}
.box h5{
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  color: #0E1D33;
  font-weight: 400;
}
.box .img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.box .img img{
  width: calc(100% - 66px);
}
#ios-tf,#ios-qiyesign,#ios-qiyesign2,#ios-supersign{
  display: none;
}
@media (max-width: 768px) {

  body,
  html {
    overflow-x: hidden;
    min-width: 100%;
  }

  .width1200 {
    width: 100%;
  }

  .pc {
    display: none !important;
  }

  .h5 {
    display: block !important;
  }
  .myModal,
  .rightModel {
    display: none;
  }
  .modal3,.modal4{
    width: calc(100% - 30px);
  }

  .top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 51px;
    z-index: 10;
  }

  .top .width {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #e9e9e9;
  }

  .top .width .tab {
    position: absolute;
    display: none;
    width: 100%;
    top: 50px;
    background: #fff;
  }

  .top .width .tab span, .top .width .tab a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
  }

  .top .width .tab .checked {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }

  .top .width .logo {
    /* height: 32.5px; */
    margin-left: 15px;
  }

  .top .width .menuIcon {
    width: 44px;
    height: 26px;
    background: #3696ff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
  }

  .top .width .menuIcon img {
    width: 13px;
    height: 10.5px;
    margin-top: 8px;
  }

  .m1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .m1 .banner {
    width: 327px;
    height: 224px;
    margin: 20px auto;
    display: block;
    position: initial;
  }

  .m1 .title {
    text-align: center;
  }

  .m1 .title .s1 {
    font-size: 32px;
    line-height: 45px;
  }

  .m1 .title .s2 {
    font-size: 32px;
    line-height: 45px;
  }

  .m1 .lis {
    margin-top: 20px;
  }

  .m1 .lis div {
    margin-bottom: 10px;
    margin-left: calc(50% - 104px);
  }

  .m1 .lis div img {
    width: 12px;
    height: 9px;
    margin-right: 12px;
  }

  .m1 .lis div span {
    font-size: 16px;
    line-height: 22.5px;
  }

  .m1 .button {
    border-radius: 10px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 20px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
	display: flex;
  }
  .m1 .button .pop{
    display: none!important;
  }
  .m1 .button1{
    margin-right: 0;
  }

  .m1 .button span {
    font-size: 18px;
    margin: 0 12px 0 0;
    line-height: 16px;
    height: 16px;
  }

  .m1 .button .arrow {
    width: 26px;
    height: 26px;
    position: initial;
  }

  .m1 .centers {
    margin: 10px 15px 0 15px;
    width: calc(100% - 30px);
    background-size: 63% 100%;
    height: 164px;
  }

  .m1 .centers .rm-button {
    display: none;
  }

  .m1 .centers .m {
    width: 50%;
    margin: 0;
    flex-direction: column;
    padding-top: 23px;
  }

  .m1 .centers .m img {
    width: 70px;
    height: 50px;
    margin: 0 0 14px 0;
  }

  .m1 .centers .m .content {
    text-align: center;
  }

  .m1 .centers .m .content .text1 {
    font-size: 14px;
    line-height: 20px;
  }

  .m1 .centers .m .content .text2 {
    padding-top: 0;
  }

  .m1 .centers .m .content .text2 .big {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0;
  }

  .m1 .centers .m .content .text2 .small {
    font-size: 14px;
  }

  .m1 .rm-num2 {
    height: 16.5px;
    font-size: 12px;
    color: #999999;
    line-height: 16.5px;
    margin-top: 30px;
    text-align: center;
  }

  .m1 .text4 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
  }

  .m1 .text5 {
    height: 22.5px;
    font-size: 16px;
    margin-top: 10px;
    height: 22.5px;
    color: #646a73;
  }

  .m1 .infos {
    flex-direction: column;
    margin-top: 30px;
  }

  .m1 .infos .mod {
    width: calc(100% - 30px);
    margin: 15px 10px;
    background: linear-gradient(135deg, #f7ffff 3%, #ffffff);
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 6px 6px 12.5px 0px rgba(60, 91, 161, 0.1);
    height: auto;
    padding-bottom: 20px;
  }

  .m1 .infos .mod img {
    width: 55px;
    height: 55px;
    left: 20px;
    top: 15px;
  }

  .m1 .infos .mod .t1 {
    line-height: 29.5px;
    font-size: 21px;
    margin-left: 90px;
    margin-top: 28px;
    font-weight: Medium;
  }

  .m1 .infos .mod .line {
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .m1 .infos .mod .t2 {
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .m2 {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .m2 .t1 {
    font-size: 32px;
    font-weight: Medium;
    text-align: center;
    color: #1f2329;
    height: auto;
    line-height: 45px;
  }

  .m2 .t2 {
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px;
    font-size: 16px;
    font-weight: Regular;
    text-align: center;
    color: #646a73;
    line-height: 22.5px;
  }

  .m2 .modes {
    width: calc(100% - 30px);
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: sp;
  }

  .m2 .modes .mode {
    width: calc(50% - 7.5px);
    display: block;
    height: auto;
    padding-top: 73.5px;
    position: relative;
  }

  .m2 .modes .mode .line {
    width: 3px;
    height: 20px;
    background: #3d7bff;
    border-radius: 2.5px;
    position: absolute;
    top: 27px;
    left: 15px;
    margin: 0;
  }

  .m2 .modes .mode img {
    width: 43.5px;
    height: 43.5px;
    position: absolute;
    top: 15px;
    left: 28px;
    margin: 0;
  }

  .m2 .modes .mode .texts {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 0;
  }

  .m2 .modes .mode .texts .big {
    height: 29.5px;
    font-size: 21px;
    font-weight: Medium;
    color: #1f2329;
    line-height: 29.5px;
    margin-bottom: 15px;
  }

  .m2 .modes .mode .texts .small {
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .m2 .imgmode {
    margin: -5px auto 50px auto;
    justify-content: center;
  }

  .m2 .imgmode .left .main {
    width: 192px;
    height: 275px;
    margin: 0 auto;
    display: block;
  }

  .m2 .imgmode .left .leftmove {
    width: 119px;
    height: 125px;
    border: 1.1px solid #ffffff;
    border-radius: 5.5px;
    box-shadow: 2px 2px 8.5px 0px rgba(60, 91, 161, 0.1);
    left: -54px;
    bottom: 33.5px;
    animation: bottomToTop3_h5 2s;
    animation-iteration-count: infinite;
  }

  .m2 .imgmode .left .rightmove1 {
    width: 116.5px;
    height: 71.5px;
    background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
    border: 1.1px solid #ffffff;
    border-radius: 6.5px;
    box-shadow: 2px 2px 8.5px 0px rgba(60, 91, 161, 0.1);
    right: -61.6px;
    bottom: 50.6px;
    animation: bottomToTop1_h5 2s;
    animation-iteration-count: infinite;
  }

  .m2 .imgmode .left .rightmove2 {
    width: 103.5px;
    height: 119px;
    border: 1.32px solid #ffffff;
    border-radius: 6.5px;
    right: -51.7px;
    top: 13.2px;
    animation: bottomToTop2_h5 2s;
    animation-iteration-count: infinite;
  }

  .m2 .imgmode .right .small {
    width: 90%;
  }

  .m2 .introduce .left-li .li {
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 55px;
    background: #ffffff, linear-gradient(180deg, #f9fbff 2%, #ffffff);
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px rgba(60, 91, 161, 0.1);
    position: relative;
  }

  .m2 .introduce .left-li .li .num {
    font-size: 23px;
    width: auto;
    margin-right: 8px;
  }

  .m2 .introduce .left-li .li .e {
    font-size: 20px;
    height: auto;
    color: #1F2329;
    font-weight: bold;
  }

  .m2 .introduce .left-li .li::after {
    position: absolute;
    content: ' ';
    display: block;
    background-image: url("./arr_down.png?v=20240523100223");
    background-size: 100% 100%;
    width: 12px;
    height: 6.5px;
    right: 21.5px;
    top: 24.5px;
  }

  .m2 .introduce .left-li .checked::after {
    background-image: url("./arr_up.png?v=20240523100223");
    background-size: 100% 100%;
  }

  .m2 .introduce .left-li .checked .e {
    color: #479FFF;
  }

  .m2 .introduce .rightcontent {
    width: calc(100% - 80px);
    margin-left: 15px;
    padding: 20px;
    display: none;
  }

  .m2 .introduce .rightcontent .yh {
    width: 80px;
    height: 64.5px;
    top: 10px;
    left: 10px;
  }

  .m2 .introduce .rightcontent .content {
    width: 100%;
    display: block;
  }

  .m2 .introduce .rightcontent .title {
    margin-top: 10px;
  }

  .m2 .introduce .rightcontent .title img {
    width: 19px;
    height: 19px;
  }

  .m2 .introduce .rightcontent .title span {
    height: 28px;
    font-size: 20px;
    text-align: left;
    color: #1f2329;
    line-height: 28px;
  }

  .modal {
    background-image: url("./bg3.png?v=20240523100223");
    background-color: #F8F8FF;
  }

  .modal .modal-content {
    width: calc(100% - 30px);
    margin: 65px 15px 0 15px;
    background-image: url("./bgh5.png?v=20240523100223");
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .modal .button {
    width: 170px;
    height: 48px;
    background: #3696ff;
    border-radius: 24px;
    top: 85%;
    left: calc(50% - 85px);
	text-decoration: none;
  }

  .modal .telegram {
    width: calc(100% - 17px);
    left: 8.5px;
    height: 61px;
    background: linear-gradient(180deg, #f9fbff 2%, #ffffff);
    border: 1.8px solid #ffffff;
    border-radius: 9px;
    box-shadow: 3.5px 3.5px 14px 0px rgba(60, 91, 161, 0.1);
    top: 100%;
  }

  .modal .telegram img {
    width: 29px;
    height: 29px;
    margin-left: 18px;
    margin-right: 10px;
  }

  .modal .telegram .text .t1,
  .modal .telegram .text .t2 {
    font-size: 15px;
	text-decoration: none;
  }

  .modal .telegram .copy {
    width: 58px;
    height: 28px;
    border: 1.08px solid #3696ff;
    border-radius: 14.5px;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 12px;
  }

  .rightModel2 {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    z-index: 100;
  }

  .rightModel2 img {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }
}
.bq{
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  color: #646a73;
  box-sizing: border-box;
}
