/* .regWrap{ position:relative; width: 1500px; margin: auto; } */
/* background: url(../images/earth.png) left 50px no-repeat; */
.blue{ width: 90%; z-index:1; position: absolute; left: -430px; top: 50px; }
.lg-body{ position: relative; z-index:2; width: 1500px; margin: auto; display: flex;flex-direction: row-reverse;justify-content: center;}/**padding: 10% 0 5%;***/
.lg-form{ float: right; width: 475px; height: 550px; background: #fff;  border-radius: 6px; }/***border: 10px solid #303e9e;***/

.lg-form.forReg{ height: 700px; }
.lg-logo{ padding-top: 100px; }
.tag{height: auto; margin: 50px auto 58px; line-height: 50px; text-align: center; color:#ede5e5; font-weight:bold; font-size: 55px; font-family: "SimSun";}/***** width: 140px; height: 40px;********/
.non-PubOffer{ background: #cf0c0d; }
.PubOffer{ background: #035a95; }	
.lg-logo p{ width: 340px; font-size: 14px; color:#9094b4; text-align: center; }

.lg-form h1{ margin: 26px auto 1px; font-size: 24px; color: #0b134c; text-align: center; } 
.lg-form ul{ width: 390px; margin: auto; padding: 0; padding-top: 20px; }
.lg-form li{ margin-bottom: 18px; }
.lg-form li.jigou:before{ content:" "; display:block; float: right; width: 14px; height: 11px; margin-top: 24px; margin-right: 10px; margin-left: -30px; background: url(../images/darrow.png) no-repeat; }
.lg-form .inItem{ height: 60px; border:1px solid #8589a5; border-radius: 5px; }
.lg-form .inItem input,.lg-form .inItem select{ display:inline-block; width: 390px; height: 60px; line-height: 60px; font-size: 15px;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
 }
.lg-form .inItem input{width:327px}
.lg-form .inItem label{ display: block; float: left; width: 30px; margin-top: 16px; line-height: 60px; padding: 0 15px; }
.lg-form span.inItem{ display: inline-block; width: 210px; }
.lg-form span.inItem input{ width: 150px; }
.viewCode{ float: right; line-height: 60px; }
.viewCode a{ color: #111c72; font-size: 15px; }

.tips{ padding-top: 16px; text-align: center; color:#333; font-size: 15px; }
.tips a{ color: #de1f27; } 


.conPop{ display:none; z-index: 999; position: fixed; left:0; right: 0; top: 0; bottom: 0; }
.conPop .conWrap{ z-index: 1010; position: absolute; width: 800px; height: 560px; left: 50%; top: 50%; margin: -300px 0 0 -400px; background:#fff; }
.conPop .conHead{ height: 30px; line-height: 30px; padding: 0 15px; background:#720000; color:#ffff; }
.conPop .conHead a{ display:block; float: right; }
.conPop .conBody{ height: 434px; padding: 40px; overflow:auto; padding-bottom:10px;padding-top: 10px;}
.conPop .account{ padding-top:10px; margin-bottom: 20px; font-size: 14px;font-weight:bold;}
.conPop .account .actop{ margin-bottom: 30px; }
.conPop .actop span{ color:#035a95 }
.conPop .actop span:first-child{ margin-right: 30px; }
.conPop .actop em{ font-style:normal; color:#ef2626; text-decoration: underline; }
.conPop .account p{ line-height: 22px; color:#666666; font-size: 12px; font-weight:normal; }/*** text-indent: 20px;***/
.conPop .account p i{ color:#32397e; }
.conPop .apply h2{ text-align: center; color:#035a95; font-size: 16px; }
.conPop .apply h2 em{color:#ef2626;font-size: 24px; text-decoration: underline;}
.conPop .pledge h2{ padding: 30px 0; text-align: center; color:#035a95; font-size: 16px; }/***border-top: 1px dashed #035a95; ***/
.conPop .pledge p{ font-size: 12px; color:#333333; line-height: 22px; }
.conPop .conFoot{ height: 50px; padding: 10px 20px; background: #f2f4fa; }
.conPop .cfL{ float: left; margin-top: 10px; }
.conPop .cfL input{ float:left; margin-right: 10px; margin-top: 5px; }
.conPop .cfL span{ float:left; color:#035a95; font-weight: bold; }
.conPop .cfR{ float: right; width: 256px; margin-top: 10px; }
.conPop .cfR button{ width: 100px; height: 36px; border-radius:5px; border: 1px solid #5c607d; background: #5c607d; color:#fff; cursor: pointer; }
.conPop .cfR button.unagree{ margin-right: 30px; border-color: #5c607d; background: #fff; color: #5c607d; }
.conPop .cfR button.agree{ width: 120px; }
.conPop .cfR button.disabled{ background: #cbcbcb; border-color:#cbcbcb; cursor: not-allowed;}
.conPop .blackmask{ z-index: 1000; position: fixed; width: 100%; height: 100%; background:rgba(0,0,0,.6); }

.sk-chase {
  display:none;
  width: 22px;
  height:22px;
  margin-left: 10px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.subButton {
        display: block;
        width: 390px;
        height: 60px;
        margin: 20px auto;
        line-height: 60px;
        border: none;
        border-radius: 5px;
        font-size: 20px;
        background: #5c607d;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
.regWrap{ 
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  height: 100vh;          /* 视口高度 */
  width: 100vw;           /* 视口宽度 */
  margin: 0;              /* 去除默认边距 */
} 
.closecon{color:#ffff}

.inner-content{
	 width: 900px;
     text-align: center;
}
.title{
	font-size: 60px;
}
.inner-content img{
		width: 450px;
		height:128px;
		margin-left: -95px;
	}
/* 检测屏幕缩放比例 */
@media (-webkit-device-pixel-ratio: 1.25), (resolution: 120dpi) {
    /* 125% 缩放调整 */
    .inner-content {
        transform: scale(0.8);
        transform-origin: center;
    }
}

/* 针对不同分辨率和缩放的调整 */
@media (min-resolution: 150dpi) {
    /* 检测高DPI/缩放情况 */
    .inner-content {
        transform: scale(0.6667); /* 150%缩放时缩小到2/3 */
        transform-origin: center;
    }
}
/* 1K (1920x1080) */
@media (min-width: 1536px) { /* 1920/1.25=1536 */
    .inner-content {
        /* 1K在125%缩放下的样式 */
    }
}
  @media (min-width: 1280px) { /*1920/1.5=1280 */
    .inner-content {
        width: 600px;
        text-align: center;
    }
    .title{
		font-size: 45px;
	}
	.tag{
	 	font-size: 39px; 
	}
	.inner-content img{
		width: 350px;
		height:102px;
		margin-left: -55px;
	}
	.lg-form {
		width: 375px;
		height: 400px;
	}
	.lg-form ul {
		width: 290px;
		padding-top: 0px;
	}
	
	.lg-form .inItem {
		height: 40px;
	}
	.lg-form .inItem input {
		min-width: 200px;
		height: 40px;
    	line-height: 40px;
	}
	.subButton {
		width: 290px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.lg-form h1 {
		margin: 16px auto 10px;
	}
	.tips {padding-top:0px;}
	.buttom2 {
		width: 290px;
		height: 40px;
    	line-height: 40px;
    	font-size: 16px;
	}
	.lg-form .inItem input, .lg-form .inItem select {
		width: 290px;
		height: 40px;
    	line-height: 40px;
	}
	.lg-form li.jigou:before {
		margin-top: 16px;
	}
	.lg-form.forReg {
		height: 506px;
	}
}
/* 2K (2560x1440) */
@media (min-width: 2048px) { /* 2560/1.25=2048 */
    .inner-content {
        /* 2K在125%缩放下的样式 */
    }
}
 @media (min-width: 1706px) { /*2560/1.5≈1706 */
   .inner-content{
	 width: 800px;
     text-align: center;
	}
	.title{
		font-size: 60px;
	}
	.tag{
	 	font-size: 39px; 
	}
	.inner-content img{
		width: 450px;
		height:128px;
		margin-left: -95px;
	}
	.lg-form {
		width: 475px;
		height: 460px;
	}
	.lg-form ul {
		width: 390px;
	}
	
	.lg-form .inItem {
		height: 50px;
	}
	.lg-form .inItem input {
		min-width: 300px;
		height: 50px;
    	line-height: 50px;
	}
	.subButton {
		width: 390px;
		height: 50px;
		line-height: 50px;
	}
	.lg-form h1 {
		margin: 26px auto 10px;
	}
	.lg-form.forReg {
		height: 600px;
	}
}
 
/* 3K (2880x1800) */
@media (min-width: 2304px) { /* 2880/1.25=2304 */
    .inner-content {
        /* 3K在125%缩放下的样式 */
    }
}
@media (min-width: 1920px) { /* 2880/1.5=1920 */
    .inner-content {
        /* 3K在150%缩放下的样式 */
    }
}

/* 4K (3840x2160) */
@media (min-width: 3072px) { /* 3840/1.25=3072 */
    .inner-content {
        /* 4K在125%缩放下的样式 */
    }
}
@media (min-width: 2560px) { /* 3840/1.5=2560 */
    .inner-content {
        /* 4K在150%缩放下的样式 */
    }
}
/* .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
} */

/* 灞忓箷鍒嗚鲸鐜囨斁澶т负 125 */
/* @media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px) {
	html,body{ min-width: auto; }
    .app-main {
        transform: scale(0.799, 0.799); 
        transform-origin: center top;
    }
    .regWrap{ 
  display: flex;
  justify-content: center; 水平居中
  align-items: center;     垂直居中
  height: 100vh;          视口高度
  width: 100vw;           视口宽度
  margin: 0;              去除默认边距
} 
}
灞忓箷鍒嗚鲸鐜囨斁澶т负 150
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px) {
	html,body{ min-width: auto; }
    .app-main {
        transform: scale(0.665, 0.665); 
        transform-origin: center top;
    }
    .regWrap{ 
  display: flex;
  justify-content: center; 水平居中
  align-items: center;     垂直居中
  height: 100vh;          视口高度
  width: 100vw;           视口宽度
  margin: 0;              去除默认边距
} 
} */
















