﻿/*通用类*/
/*通用类*/
*{
	margin:0;
	padding:0;	
}
@font-face {
	font-family:EM;
	src:url(../fonts/72Brand-Medium.ttf);
	font-display:swap;
}
@font-face {
	font-family:EB;
	src:url(../fonts/72Brand-Bold.ttf);
	font-display:swap;
}
@font-face {
	font-family:EV;
	src:url(../fonts/72BrandVariable_Th-Blk.woff2) format("woff2-variations");
	font-display:swap;
}
@font-face {
	font-family:SD;
	src:url(../fonts/SourceHanSansCN-Bold.otf);
	font-display:swap;
}
@font-face {
	font-family:SM;
	src:url(../fonts/SourceHanSansCN-Medium.otf);
	font-display:swap;
}

body{		
	margin:0 auto;
	font-size:16px;	
	line-height: 1.5;
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	background:#fff;
	text-align:left;
	color:#223548;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#223548;
	text-decoration:none;	
	outline:none;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
a:hover{	
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.hd3{
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.hd3:hover{
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.s95{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.btn-one{
	color:#fff;
	height: 40px;
	line-height: 40px;
	border-radius:8px;
	font-size:16px;
	padding:0 15px;
	display: inline-block;
	text-align: center;
	background:#0070F2;
	border:1px solid #0070F2;
}
.btn-one:hover{
	color:#fff;
	background:#0040b0;
	border-color:#0040b0;
}
.btn-one:active{
	background:#fff;
	color:#0040b0;
	border-color:#0040b0;
}

.btn-two{
	color:#2058ba;
	height: 40px;
	line-height: 40px;
	border-radius:8px;
	font-size:16px;
	padding:0 15px;
	display: inline-block;
	text-align: center;
	background:#fff;
	border:1px solid #475e75;
}
.btn-two:hover{
	color:#0070f2;
	background:#fff;
	border-color:#0070f2;
}
.btn-two:active{
	background:#fff;
	color:#0040b0;
	border-color:#0040b0;
}


.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.ck_device{
	position:absolute;
	top:-300px;
}

.wrapin{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	max-width:1600px;
}
@media (min-width:1600px){
	.wrapin{
		padding-left:85px;
		padding-right:85px;
	}
}
@media (min-width: 1280px) and (max-width: 1599px){
	.wrapin{
		padding-left:72px;
		padding-right:72px;
	}
}

/*公用CSS 开始*/

.header{
	width: 100%;
	height:60px;
	position: relative;
	left:0;
	top:0;
	z-index:100;
	background:#f5f6f7;
}
.header_fixed{
	position: fixed;	
	
}
.header .logo{
	float: left;
	display: block;
	height: 32px;
	margin-top:14px;
}
.header .logo img{
	display: block;	
	height: 32px;
}
.header_zw{
	height: 60px;
	display: none;
}






.footer{
	padding:50px 0;
	background:#eaecee;
	color:#354a5f;
	position: relative;	
}
.footer .go_top{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 16px;
	top: 48px;
	border:1px solid #eaecee;
	background:url(../images/go_top.svg) no-repeat center center;
	border-radius:8px;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	cursor: pointer;
}
.footer .go_top:hover{
	border-color:#475e75;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.footer a{
	color:#354a5f;
}
.footer a:hover{
	color:#354a5f;
	text-decoration: underline;
}
.footer .ft_left{
	float: left;
}
.footer .ft_cnt{
	padding-left:28px;
	font-size:12px;
	margin-top:30px;
	background:url(../images/ft_way.svg) no-repeat left 2px;
	background-size:auto 20px;
}
.footer .ft_cnt p a{
	text-decoration: underline;
}
.footer .ft_cnt .tel{
	font-size:16px;	
	font-family:SD;
	text-decoration: none;
}
.footer .logo{
	display: block;
	height: 32px;
}
.footer .logo img{
	display: block;
	height: 32px;
}
.footer .ft_right{
	float: right;
	width: 60%;
}
.footer dl{
	float: left;
	width:25%;
}
.footer dt{
	padding-bottom:28px;
}
.footer dd{
	line-height: 20px;
	padding-bottom:18px;
	font-size:14px;
	padding-right:20px;

}
.ft_copy{
	padding:25px 0 15px 0;
	line-height: 22px;
	font-size:14px;
}
.ft_copy a{
	text-decoration: underline;
}
.ft_shares{
	height: 32px;
}
.ft_shares a{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	border-radius:3px;
	background:#fff;
	margin-right:12px;
	position: relative;
}
.ft_shares img{
	display: block;
	max-width:16px;
	max-height:16px;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.footer-m{
	background:#eaecee;
	padding:20px 0;
}
.fm_logo{
	padding-bottom:20px;
}

.footer-m .fm_cnt{
	padding-left:28px;
	font-size:14px;
	margin:10px 0 15px 0;
	background:url(../images/ft_way.svg) no-repeat left top;
	background-size:auto 20px;
}
.footer-m .fm_cnt .tel{
	font-size:16px;
	font-family:SD;
}

.footer-m .logo{
	display: block;
	height: 30px;
}
.footer-m .logo img{
	display: block;
	height: 30px;
}
.fm_nav .handle{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #a9b4be;
	padding-left:50px;
	background:url(../images/fm_dt.png) no-repeat left center;
	background-size:auto 100%;
}
.fm_nav.down .handle{
	background-image:url(../images/fm_dth.png);
}
.fm_nav li{
	line-height: 20px;
	padding:8px 16px;
	font-size:12px;	
}
.fm_nav ul{	
	display: none;
	padding:5px 0;
}
.fm_nav ul a{
	color:#354a5f;
}
.fm_nav.down handle{
	background-image:url(../images/fm_dth.png);
	margin-bottom:5px;
}
.footer-m .go_top{
	width: 40px;
	height: 40px;	
	border:1px solid #eaecee;
	background:url(../images/go_top.svg) no-repeat center center;
	border-radius:8px;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	cursor: pointer;
	margin-top:20px;
}
.footer-m .go_top:hover{
	border-color:#475e75;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}


/*index 首页*/

.por{
	position: relative;
}
.posi{
	position: absolute;
	left: 0;
	top: 0;
}



.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.5);
	display: none;
}

.h_mes{
	padding:60px 0 60px 0;
	background:#0040b0;
	color:#fff;
}
.h_mes .t1{
	font-size:36px;
	line-height: 36px;
}
.h_mes .t2{
	font-size:18px;
	line-height: 18px;
	padding-top:28px;
}

.h_main{
	padding:70px 0;	
}
.hm_out{
	position: relative;
	min-height: 550px;
}
.hm_ct{
	box-sizing:border-box;
	padding-right:25%;	
	position: relative;
}
.hm_ct .photo{	
	width: 45%;
	float: left;
}
.hm_ct .intro{
	width: 45%;
	float: left;
	color:#223548;
	padding-left:5%;
	padding-top:30px;
}
.hm_ct .t1{
	font-size:18px;
	color:#000;
	line-height: 2;
}
.hm_ct .t2{
	font-size:16px;
	line-height: 1.5;
	padding-top:5px;
}
.h_pl{
	padding:50px 0;
	background:#f5f6f7;
}
.hpl_bf{
	text-align: center;
	font-size:28px;
	color:#000;
	height: 42px;
}
.hpl_bf .sin{
	display: inline-block;
}
.hpl_bf .txt{
	float: left;
	line-height: 42px;
	padding:0 15px;
}
.hpl_bf .bns{
	float: left;
	display: inline-block;
}
.hpl_bf .bn{
	height: 40px;
	width: 40px;
	background:#0057d2;
	border:1px solid #0057d2;
	display: inline-block;
	border-radius:6px;
	margin:0 6px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}
.hpl_bf .bn:hover{
	transition: all 0.2s;
	background:#0040b0;
	border-color:#0040b0;
}
.hpl_bf .bn:active{
	transition: all 0.2s;
	background:#fff;
}
.hpl_bf .bn:active .icon{
	transition: all 0.2s;
	color:#0040b0;
}
.hpl_bf .icon{
	color:#fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.hpl_bf .icon path{
	fill:currentColor;
}
.hpl_zan{
	text-align: center;
	font-size:28px;
	line-height: 42px;
	color:#000;
	display: none;
}
.hpl_bian{
	width: 490px;
	margin:0 auto;
	display: none;
}
.hpl_bian .tps{
	text-align: center;
	border-bottom:1px solid #d5dadd;
	padding-bottom:12px;
}
.hpl_bian .tps dt{
	font-size:28px;
	line-height: 32px;
	color:#000;
}
.hpl_bian .tps dd{
	font-size:18px;
	line-height: 27px;
	padding-top:5px;
}
.hpl_bian .gs{
	padding:10px;
}
.hpl_bian .gs dt{
	font-size:18px;
	line-height: 30px;
	color:#000;
}
.hpl_bian .gs dd{
	font-size:14px;
}
.hpl_bian ul{
	padding:0 10px;
}
.hpl_bian li{
	margin-top:18px;
	position: relative;
	padding-left:36px;
	line-height: 24px;
}
.hpl_bian .bn{
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border:1px solid #5b738b;
	border-radius:3px;
	cursor: pointer;
}
.hpl_bian .bn:hover{
	background:#ebf8ff;
	border-color:#0070f2;
}
.hpl_bian .bn.hover{
	border-color:#0070f2;
	background:#ebf8ff url(../images/chk.svg) no-repeat center center;;
}
.hpl_bian .send{
	height: 42px;
	line-height: 42px;
	padding:0 14px;
	border-radius:10px;
	margin:25px 0 0 10px;
}
.hpl_bian .unable{
	opacity: 0.5;
}

.h_reg{
	width: 22%;
	background:#fff;
	position: absolute;
	right: 0;
	bottom: -70px;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	min-height: 800px;
	box-sizing:border-box;
	padding:20px 20px 30px 20px;
}
.h_reg .title{
	font-size:24px;
	line-height: 24px;
	padding-top:34px;
	color:#000;
}
.h_reg .lg{
	padding-top:28px;
	line-height: 16px;
	font-size:16px;
}
.h_reg .lg a{
	color:#0057d2;
	display: inline-block;
	padding-right:15px;
	position: relative;	
}
.h_reg .lg .ico{
	position: absolute;
	right: 0;
	height: 16px;
	top: 50%;
	margin-top:-8px;
}
.rg_guojia{
	margin-top:28px;
}

/*reg 注册*/

.reg_fm{
	width: 934px;
	margin:35px auto;
	border:1px solid #d5dadd;
}
.reg_fm .title{
	border-bottom:1px solid #d5dadd;
	height: 57px;
	line-height: 57px;
	font-size:24px;
	font-family:SD;
	padding:0 30px;
}
.reg_fm .fm{
	padding:25px 55px 55px 55px;
}
.reg_fm .t1{
	font-size:36px;
}
.reg_fm .t2{
	padding-bottom:10px;
}
.reg_fm .half{
	width: 49.3%;
}
.rg_inp{
	position: relative;
	margin-top:20px;
}
.rg_inp .val{
	height: 40px;
	border:1px solid #5b738b;
	border-radius:3px;
	position: relative;
	z-index: 10;
}
.rg_inp .er,.rg_tel .er{
	display: none;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	position: absolute;
	left: 10px;
	bottom: -24px;
	color:#d20a0a;
	padding-left:20px;
	background:url(../images/rg_er.png) no-repeat left center;
	background-size:auto 14px;
	z-index: 30;
}
.rg_er .er{
	display: block;
}
.rg_er{
	margin-bottom:34px;
}
.rg_gs.rg_er{
	margin-bottom:34px;
}
.rg_er .val{
	border-color:#ee3939;
}
.rg_inp .text{
	width: 100%;
	border:0;
	line-height: 40px;
	height: 40px;
	padding:0 10px;
	box-sizing:border-box;
	background:none;
	font-size:16px;
	color:#223548;
	position: relative;
	z-index: 10;
}
.rg_inp i{
	display: block;	
	width: 40px;	
	height: 40px;	
	background:url(../images/reg_sel.svg) no-repeat center center;
	background-size:16px auto;
	position: absolute;	
	right: -1px;	
	top: -1px;	
	border:1px solid rgba(255,255,255,0);
	border-radius:3px;
}

.rg_inp.focus i{
	border:1px solid #5b738b;
	
}
.rg_inp.after i{
	border:1px solid rgba(255,255,255,0);
}
.rg_inp .sel{
	width: 100%;
	border:0;
	line-height: 40px;
	height: 40px;
	padding:0 10px;
	box-sizing:border-box;
	background:none;
	font-size:16px;
	color:#223548;
	position: relative;
	z-index: 10;
	cursor: pointer;
	
}
.rg_inp .scr{
	border:1px solid #5b738b;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 50;
	width:calc(100% - 2px);
	background:#fff;
	border-top:0;
	border-radius:5px;
	cursor: pointer;
	max-height:240px;
	overflow-y:auto;
	display: none;
}
.rg_inp .scr::-webkit-scrollbar {
				width: 10px;
				height:0px;
			}
			/* 滚动条的滑轨背景颜色 */
.rg_inp .scr::-webkit-scrollbar-track {
				background-color: #fff;
				border-radius:5px;
			}
			/* 滑块颜色 */
.rg_inp .scr::-webkit-scrollbar-thumb {
				background-color: #8396a8;
				border-radius:5px;
			}
			/*内层轨道的颜色*/
.rg_inp .scr::-webkit-scrollbar-track-piece{
				background-color:#fff;
				border-radius:3px;
			}
			/* 滑轨两头的监听按钮颜色 */
.rg_inp .scr::-webkit-scrollbar-button {
				background-color:#fff;
				width:0;
				height:0;
			}
			/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.rg_inp .scr::-webkit-scrollbar-corner {
				background-color: #fff;
			}
.rg_inp .scr li{
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	box-sizing:border-box;
	margin-right:5px;
}
.rg_inp .scr li:hover{
	background:#f3f3f3;
}
.rg_inp .scr li.hover{
	background:#ebf8ff;
	border:2px solid #5b738b;
	border-radius:5px;
}
.rg_inp.focus .scr{
	display: block;
}
.rg_inp.after .scr{
	display: none;
}
.rg_inp .plo{
	line-height: 40px;
	height: 40px;
	background:#fff;
	position: absolute;
	left: 6px;
	padding:0 4px;
	top: 1px;
	z-index: 5;
	transition: all 0.3s;
}
.rg_inp.focus .plo{
	height: 20px;
	line-height: 20px;
	top:-12px;
	font-size:12px;
	transition: all 0.3s;
	z-index: 20;
}
.rg_inp .bd{
	border:2px solid #002a86;
	border-radius:6px;
	height: 42px;
	width: 100%;
	padding:2px;
	position: absolute;
	left: -4px;
	top: -4px;
	display: none;
}
.rg_inp.focus .bd{
	display: block;
}
.rg_inp.after .bd{
	display: none;
}
.rg_sel.focus{
	z-index: 50;
}
.rg_sel.after{
	z-index:20;
}

.rg_tip1{
	margin:20px 0 0 0;
}
.h_reg .blue{
	color:#0057d2;
	text-decoration: underline;
}
.h_reg .blue:hover{
	color:#002a86;
}
.rg_send{
	display: block;
	width: 60px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background:#0057d2;
	font-size:16px;
	color:#fff;
	border-radius:8px;
	margin-top:40px;
}
.rg_send:hover{
	background:#0040b0;
}
.rg_tip2{
	margin:20px 0 0 0;
	padding-left:40px;
	position: relative;
	cursor: pointer;
}
.rg_tip2 .er{
	display: none;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	position: absolute;
	left: 40px;
	bottom: -24px;
	color:#d20a0a;
	padding-left:20px;
	background:url(../images/rg_er.png) no-repeat left center;
	background-size:auto 14px;
	z-index: 30;
}
.rg_tip2.rg_er{
	margin-bottom:24px;
}
.rg_tip2.rg_er .er{
	display: block;
}
.rg_tip2 .bn{
	position: absolute;
	left: 10px;
	top: 5px;
	width: 22px;
	height: 22px;
	border:1px solid #5b738b;
	border-radius:3px;
	cursor: pointer;
}
.rg_tip2 .bn:hover{
	background:#ebf8ff;
	border-color:#0070f2;
}
.rg_tip2 .bn.hover{
	border-color:#0070f2;
	background:#ebf8ff url(../images/chk.svg) no-repeat center center;;
}
.gj_search{
	height: 40px;
	border:1px solid #5b738b;
	width: 90%;
	margin:10px auto;
	border-radius:5px;
	position: relative;
}
.gj_search .svg{
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.gj_search .ss{
	width:100%;
	box-sizing:border-box;
	height:40px;
	line-height: 40px;
	border:0;
	padding:0 10px;
	font-size:16px;
	background:none;
}

.rg_tel{
	height: 40px;
	border:1px solid #5b738b;
	border-radius:3px;
	position: relative;	
	margin-top:20px;
	padding-left:80px;
}
.rg_tel.rg_er{
	margin-bottom:30px;
}
.rg_tel .plo{
	height: 20px;
	line-height: 20px;
	top:-12px;
	font-size:12px;
	transition: all 0.3s;
	z-index: 20;
	position: absolute;
	background:#fff;
	left:6px;
	padding:0 4px;
}
.rg_guoqi{
	height: 42px;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 77px;	
	cursor: pointer;
	z-index: 20;
}
.rg_guoqi.focus{
	z-index: 70;
}
.rg_guoqi .handle{
	height: 40px;
	width: 75px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	border:1px solid rgba(255,255,255,0);	
	border-radius:3px;
}

.rg_guoqi .handle:hover{
	border-color:#5b738b;
}
.rg_guoqi .bg{
	display: none;
	width: 81px;
	height: 46px;
	border:2px solid #5b738b;
	border-radius:5px;
	position: absolute;
	left: -4px;
	top: -4px;
}
.rg_guoqi.focus .handle{
	border-color:#5b738b;
}
.rg_guoqi.focus .bg{
	display: block;
}
.gq_scr{
	position: absolute;
	left: 0;
	bottom: 41px;
	border:1px solid #5b738b;
	width: 240px;
	box-sizing:border-box;
	height:300px;
	border-radius:5px;
	background:#fff;
	z-index: 50;
	overflow-y:auto;
	display: none;
}
.rg_guoqi.focus .gq_scr{
	display: block;
	z-index: 70;
}
.gq_scr::-webkit-scrollbar {
				width: 10px;
				height:0px;
			}
			/* 滚动条的滑轨背景颜色 */
.gq_scr::-webkit-scrollbar-track {
				background-color: #fff;
				border-radius:5px;
			}
			/* 滑块颜色 */
.gq_scr::-webkit-scrollbar-thumb {
				background-color: #8396a8;
				border-radius:5px;
			}
			/*内层轨道的颜色*/
.gq_scr::-webkit-scrollbar-track-piece{
				background-color:#fff;
				border-radius:3px;
			}
			/* 滑轨两头的监听按钮颜色 */
.gq_scr::-webkit-scrollbar-button {
				background-color:#fff;
				width:0;
				height:0;
			}
			/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.gq_scr::-webkit-scrollbar-corner {
				background-color: #fff;
			}

.gq_scr li{	
	line-height: 20px;
	position: relative;
	padding:10px 0 10px 50px;
	border:3px solid #fff;
	border-radius:5px;
}
.gq_scr li:hover{
	background:#f5f6f7;
	border-color:#f5f6f7;
}
.gq_scr li.hover{
	border-color:#002a86;
	background:#ebf8ff;
}
.gq_scr .iti__flag{
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.iti__country-name{
	color:#000;
}
.iti__dial-code{
	color:#475e75;
}
.rg_guoqi .handle .iti__country-name{
	display: none;
}
.rg_guoqi .handle .iti__flag-box{
	position: absolute;
	left:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rg_guoqi .icon{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top:-8px;
}
.rg_num{
	width: calc(100% - 76px);
	height: 46px;
	border:2px solid rgba(255,255,255,0);	
	border-radius:5px;
	position: absolute;
	top: -5px;
	right: -4px;
}
.rg_num.focus{
	border-color:#002a86;
}
.rg_num .num{
	height: 40px;
	width: calc(100% - 36px);
	font-size:16px;
	border:1px solid rgba(255,255,255,0);	
	position: absolute;
	top: 2px;
	left: 2px;
	background:none;
	padding:0 15px;
}
.rg_num.focus .num{
	border-color:#002a86;
}
.rg_num .num::-webkit-input-placeholder{
    color:#223548;
}

/*reg 注册*/

.su_tip .t1{
	font-size:20px;
	color:#000;
	line-height: 1.6;
}
.su_tip .t2{
	font-size:16px;
	padding-top:10px;
}
.iti__country-name{
	
}


/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 993px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{	
		
}





/* PC大屏幕 big end*/
}