@CHARSET "UTF-8";
html{
	-webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana, Arial, 宋体"; /* 字体名称 */
	color: #525252; /* 设置对象中字体的颜色 */
	background-color: #f6f6f6; /* 网页背景颜色 */
	text-decoration: none; /* 设置对象中的文本的装�?? */ /* 滚动条样�?? */
	scrollbar: false;
	overflow: inherit;
	scrollbar-face-color: #f6f6f6; /* 立体滚动条凸出部分的颜色 */
	scrollbar-highlight-color: #ffffff; /* 滚动条空白部分的颜色 */
	scrollbar-shadow-color: #cccccc; /* 立体滚动条阴影的颜色 */
	scrollbar-3dlight-color: #cccccc; /* 立体滚动条亮边的颜色（设置滚动条的颜色） */
	scrollbar-arrow-color: #330000; /* 上下按钮上三角箭头的颜色 */
	scrollbar-track-color: #f6f6f6; /* 滚动条的背景颜色 */
	scrollbar-darkshadow-color: #ffffff; /* 立体滚动条强阴影的颜�?? */
	/*background-image: url("../../images/platform/bg_body.jpg");*/
	background-position: bottom;
}

* {
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI',Tahoma, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}
/**清除浮动**/
.clear{
	height:0; 
	overflow:hidden; 
	clear:both; 
	font-size:0;
}
li{list-style-type: none;margin: 0;padding: 0;list-style: none;}

/**添加阴影**/
.shadow{box-shadow:0 1px 3px rgba(34, 25, 25, 0.2);}

/**自动省略超出区域的内容,只有一行，但有...**/
.subText {
	overflow: hidden;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
}
/**自动省略超出区域的内容,内容高度与容器高度一样，但没有...**/
.subText2 {
	overflow: hidden;
	TEXT-OVERFLOW: ellipsis;
}
li{
    list-style: none;
}
/**超链接总样式***/
a{
    text-decoration:none;
    color:#000;
    background: transparent;
}
a:focus{
    outline: none;
}
img{
    border:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.fs-12 { font-size: 0.857rem; } /* 12px = 12/14 */
.fs-14 { font-size: 1rem; }     /* 14px = 14/14 */
.fs-16 { font-size: 1.143rem; } /* 16px = 16/14 */
.fs-18 { font-size: 1.286rem; } /* 18px = 18/14 */
.fs-20 { font-size: 1.429rem; } /* 20px = 20/14 */
.fs-24 { font-size: 1.714rem; } /* 24px = 24/14 */
.fs-30 { font-size: 2.143rem; } /* 30px = 30/14 */

/* 间距/边距 */
.m-10 { margin: 0.714rem; }     /* 10px */
.mt-20 { margin-top: 1.429rem; }/* 20px */
.mt-10 { margin-top: 0.714rem; }/* 20px */
.mb-24 { margin-bottom: 1.714rem; }/* 24px */
.p-15 { padding: 1.071rem; }    /* 15px */
.pl-30 { padding-left: 2.143rem; }/* 30px */

/* 容器尺寸 */
.w-100 { width: 7.143rem; }     /* 100px */
.w-200 { width: 14.286rem; }    /* 200px */
.w-300 { width: 21.429rem; }    /* 300px */
.h-80 { height: 5.714rem; }     /* 80px */
.h-120 { height: 8.571rem; }    /* 120px */
.w-1200{ width: 85.7143rem; }	/* 1200px */

.ellipsis {
  white-space: nowrap;       /* 防止文本换行 */
  overflow: hidden;          /* 隐藏溢出的内容 */
  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.head-nav{
	position:fixed;
	top:0; /* 14/14 */
	left:0;
	width:100%;
	height:5.142rem; /* 44/14 */
	z-index:30;
	transition:all .3s ease;
}
.head-center{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:97.142rem; /* 1200/14 */
	height:100%;
	margin:0 auto;
}
.head-nav .head-center .logo{
	height:3.571rem; /* 44/14 */
	margin-right:2.857rem;
}
.head-nav .head-center .logoBox a{
	display:block;
	height:3.571rem;
}
.nav{
	display:flex;
	justify-content:space-between;
	height:2.5714rem; /* 36/14 */
}
.nav>ul{
	display:flex;
	justify-content:right;
	align-items:center;
	height:100%;
}
#zhangshanghq{
	display:none;
}
#oldhq{
	display:none;
}
.nav>ul>.head-nav-menu:last-child{
	padding-right:0;
}
.nav>ul>.head-nav-menu{
	display:flex;
	align-items:center;
	padding:0 1.0714rem; /* 15/14 */
	height:100%;
	text-align:center;
	transition:all .1s linear;
}
.removeIndex #myhq{
	padding:0 0 0 15px !important;
}
.nav>ul>.head-nav-menu>a{
	font-size:1.142rem	; /* 14/14 */
	color:#fff;
}


.nav>ul>.active>a{
	color:rgba(242, 184, 51, 1) !important;
}
.nav>ul>#nav-search{
	display:flex;
}
.nav>ul>.nav-search{
	display:flex;
	align-items:center;
}
.nav-search form{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:17.142rem;
	height:2.714rem;
	border-radius: 1.285rem;
	padding:0.571rem .857rem;
	box-sizing:border-box;
	transition:all .3s ease;
	background: rgba(255, 255, 255, 1);
	 border:0.071rem solid #E9EBEE;
}
.nav-search .searchYy{
	box-shadow: 0.2143rem 0.2143rem 0.4286rem  rgba(42, 136, 230, .3);
	border:0.071rem solid rgba(42, 136, 230, .8);
}
.nav-search img{
	display:block;
	width:1.285rem;
	height:1.285rem;
}
.nav>ul>.head-nav-menu .search-type2{
	width:100%;
	outline:none;
	border:none;
	font-size:1rem;
}
.nav>ul li:first-child{
	padding-left:0;
}
.nav>ul>.head-nav-menu .search-input{
	width:80%;
	outline:none;
	font-size:1rem;
	margin: 0 .357rem;
	background: rgba(255, 255, 255, 1);
	border:none;
	
}
.nav>ul>.head-nav-menu>input::placeholder{
	color:rgba(153, 153, 153, 1);
}

.selectBox{
	width:4.7rem;
	font-size:1rem;
}
/*登录注册*/
/* 弹窗遮罩 */
.l-pop-panel, .u-pop-panel {
    width: 100%;
    height: 100vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5) !important;
    z-index: 40;
    display: none;
}

/* l-pop 外层 */
.l-pop-right{
	display: flex;
	justify-content:center;
}

/* 
u-pop 外层
 */
.u-pop-box {
    width: 100%;
    height: 520px;
    position: absolute;
    top: 50%;
    margin-top: -260px !important;
}

.u-pop {
    width: 1048px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    display: flex;
   
}

.u-pop-title {
    width: 100%;
    line-height:80px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid black;
}

.u-pop-left {
    width: 50%;
}

.u-pop-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-pop-right {
    width: 50%;
}

.u-pop-sub1, .u-pop-sub2 {
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.u-pop-sub2 {
    display: none;
}

.u-input-box {
    width: 358px;
    height: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.u-label {
    display: block;
    width: 60px;
    line-height: 30px;
    margin-right: 25px;
}

.u-input-text {
    width: 210px;
    height: 30px;
    border: none;
    outline: none;
    line-height: 30px;
    background: #F7F7F7;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 10px;
}

.u-code-box {
    width: 360px;
    height: 40px;
    margin-top: 20px;
    display: flex;
}

.u-code-input {
    width: 238px;
    height: 38px;
    border: 1px solid black;
    display: flex;
}

.u-code-input-text {
    width: 158px;
    height: 38px;
    border: none;
    outline: none;
    line-height: 38px;
}

.u-code-btn {
    width: 110px;
    height: 40px;
    border: 1px solid black;
    outline: none;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #2a88e6;
}

.u-submit {
    width: 370px;
    height: 50px;
    border: none;
    outline: none;
    line-height: 50px;
    text-align: center;
    background: #2a88e6;
    color: #fff;
    font-weight:700;
    font-size: 16px;
    border-radius: 10px;
}

.u-tips1, .u-tips2 {
    display: block;
    width: 100%;
    margin: 5px auto;
    color: red;
}

.u-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.progressBox {
    width: 116px;
    height: 18px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
}

.progressbar {
    width: 80px;
    height: 6px;
    background: #cccccc;
}

.progressSpot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cccccc;
    margin-left: 6px;
}

/* 除index以外其他页面的header */
.removeIndex{
	position:relative;
	width:100%;
	min-width:1200px;
	height:72px;
	background:#fff;
	box-shadow: 0px 4px 10px  rgba(51, 51, 51, 0.1);
}
.removeIndex .head-center{
	width:1200px;
	height:100%;
}
.logoBox{
	display:inline-block;
}
.removeIndex .head-center .logoBox a{
	display:block;
	height:44px;
}
.removeIndex .head-center .logoBox .logo {
	height:44px;
}


.removeIndex .head-nav-menu{
	padding:0 15px !important;
}
.removeIndex .head-nav-menu a{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	font-size:14px !important;
	color:rgba(51, 51, 51, 1) !important;
}
.removeIndex .head-nav-menu a:hover{
	color:rgba(42, 136, 230, 1) !important;
	
}
.removeIndex .nav ul>.active>a{
	color:rgba(42, 136, 230, 1) !important;
}
.removeIndex li:last-child{
	padding:0 !important;
}
.removeIndex .nav-search form{
    padding: 8px 15px;
    width:240px;
    height:36px;
}
.removeIndex .nav>ul>.head-nav-menu .search-type2 {
	font-size:14px;
}
.removeIndex .nav>ul>.head-nav-menu .search-input{
	font-size:14px;
}

.removeIndex .l-pop-panel,.u-pop-panel{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index:20;
    display: none;
}
.removeIndex .l-pop-box{
    width: 100%;
    height:520px;
    position: absolute;
    top: 50%;
    margin-top: -260px !important;
}
.removeIndex .l-pop>div{
    width: 924px;
    height: 520px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
	box-shadow: 4px 4px 10px  rgba(42, 136, 230, 0.3);
    overflow:hidden;
    position: relative;
    border-radius:30px;
}
.removeIndex .l-pop-left{
	position:relative;
	float: left;
	width:400px;
	height:520px;
}
.removeIndex #register1{
	padding: 50px 62px 62px;
	box-sizing:border-box;
}
.removeIndex #register1 .title{
	font-size: 32px;
	font-family:almm;
	margin-bottom:5px;
	color:rgba(42, 136, 230, 1);
}
.removeIndex #register1 .sub-title{
	font-size:13px;
	margin-bottom:28px;
	color:rgba(42, 136, 230, 1);
}
.removeIndex #register1 form{
	display:flex;
	justify-content:space-between;
}
.removeIndex #register1 form .box{
	width:370px;
}
 .l-input-box{
 position:relative;
	margin-top:15px;
}
.removeIndex #register1 form .gang{
	width:.5px;
	height:310px;
	background: rgba(153, 153, 153, .3);
}
.removeIndex #register1 form .box .inputBox:nth-child(1){
	margin-top:0;
}
.removeIndex .l-pop-left .text{
	position:absolute;
	width: 400px;
	height: 68px;
	padding:22px 0;
	text-align:center;
	bottom:0;
	border-radius: 30px 0px 0px 30px;
	background: rgba(42, 136, 230, .8);
	color:#fff;
}
.removeIndex .l-pop-left .top{
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}
.removeIndex .l-pop-left .last{
	font-size:13px;
}
.removeIndex .l-pop-left img{
	width:100%;
    height: 100%;
    object-fit: cover;
}
.removeIndex .l-pop-head{
	width:400px;
}
	 .l-close{
	width: 15px;
    height: 15px;
    position: absolute;
    top: 35px;
    right: 35px;
}
.l-pop-title{
    margin: 45px auto 45px;
    font-size: 30px;
    font-weight: bold;
    color: #0E87F6;
    text-align:center;
    line-height: 26px;
}
.removeIndex #register .l-pop-title{
	margin:45px auto 10px;
}
.removeIndex #register .l-input-box{
	margin-top:10px;
}
.removeIndex .l-pop-title span{
	font-size:14px;
}
.removeIndex .l-pop-sub{
    width: 100%;
    overflow: hidden;
}
.removeIndex .register{
	width: 400px;
	height: 50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	border-radius: 10px;
	background: rgba(42, 136, 230, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}
.success_title{
	color:#2A88E6;
	font-size:32px;
	margin-bottom:10px;
	font-family:'almm';
	text-align:center;
}
.success_subTitle{
	font-size: 18px;
	text-align:center;
	color: rgba(153, 153, 153, 1);
}
.success_btn{
	width: 200px;
	height: 50px;
	box-sizing:border-box;
	text-align:center;
	line-height:50px;
	font-size:18px;
	color:rgba(42, 136, 230, 1);
	margin:40px auto 0;
	
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
  	border: 1px solid rgba(42, 136, 230, 1);
}
.l-input-box img{
	position:absolute;
	width:20px;
	height:20px;
    bottom:15px;
    left:15px;
}
#success{
	display:none;
}
.l-input-box:nth-child(1){
	margin-top:0 !important;
}
.l-input-box{
	margin-top:20px;
	overflow:hidden;
}
.l-input-box .yzm{
	flex:1;
}
.yzmbox{
	position:relative;
	width:114px;
	height:50px;
	margin-left:15px;
}
.register_yanz{
	width:70px !important;
	height:50px !important;
	font-size: 18px !important;
}
.zz{
	position:absolute;
	left:0;
	bottom:0;
	width:70px;
	height:50px;
}
.removeIndex .l-r-tips{
	color:rgba(102, 102, 102, 1);
}
.removeIndex .l-input-box{
    font-size:14px;
    position:relative;
}
 .l-label{
    display: block;
    float: left;
    font-size: 16px;
    width: 100%;
    margin-bottom:10px;
    color:#232323;
}
.l-input-text{
    width: 100%;
    border-radius: 10px;
	background: rgba(255, 255, 255, 1);
   	border: 1px solid rgba(153, 153, 153, 1);
    outline: none;
    padding: 15px 15px 15px 50px;
    box-sizing:border-box;
    font-size: 14px;
    height:50px;
}
#register,#register1{
	display:none;
}
.removeIndex .l-submit,.l-close-btn{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #2A88E6;
    font-size: 16px;
    color: #fff;
    font-weight:700;
    text-align: center;
    border: none;
    outline: none;
}
.l-r-btn{
    font-size: 14px;
    margin: 22px 0 0 0;
    color: #FF0000;
}
.removeIndex .l-r-tips{
    font-size: 12px;

}

.u-pop-box{
	width: 100%;
    height: 540px;
    position: absolute;
    top: 50%;
    margin-top: -260px !important;
}
.removeIndex .u-pop{
	width: 1048px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-radius:30px;
    position: relative;
}
.removeIndex .u-pop-title{
	width: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	/* font-weight: bold;
	margin-top: 20px; */
	border-bottom: 1px solid black;
}
.removeIndex .u-pop-left{
	float: left;
	width:50%;
}
.removeIndex .u-pop-left img{
	width:100%;
}
.removeIndex .u-pop-right{
    float: right;
    width: 50%;
}
.removeIndex .u-pop-sub1{
	width: 360px;
	margin: 0 auto;
	overflow: hidden;
	margin-top:10px;
}
.removeIndex .u-pop-sub2{
	width: 360px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
	margin-top:10px;
}
.removeIndex .u-input-box{
	width: 358px;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
}
.removeIndex .u-label{
	display: block;
	width: 60px;
	line-height: 30px;
	float: left;
	margin-right:25px;
}
.removeIndex .u-input-text{
	width: 230px;
	height: 30px;
	border: none;
	outline: none;
	line-height: 30px;
    background: #F7F7F7;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 10px;
}
.removeIndex .u-code-box{
	width: 360px;
	height: 40px;
	overflow: hidden;
	margin-top: 20px;
}
.removeIndex .u-code-input{
	width: 238px;
	height: 38px;
	border: 1px solid black;
	overflow: hidden;
	float: left;
}
.removeIndex .u-code-input-text{
	width: 158px;
	height: 38px;
	border: none;
	outline: none;
	line-height: 38px;
}
.removeIndex .u-code-btn{
	width: 110px;
	height: 40px;
	border: 1px solid black;
	outline: none;
	line-height: 40px;
	text-align: cneter;
	float: right;
	background: #fff;
	color: #2a88e6
}

.removeIndex .u-tips1{
	display: block;
	width: 100%;
	height: 20px;
	line-height:20px;
	overflow: hidden;
	margin: 10px auto;
	color: red;
}
.removeIndex .u-tips2{
	display: block;
	width: 100%;
	height: 20px;
	line-height:20px;
	overflow: hidden;
	margin: 10px auto;
	color: red;
}
.removeIndex .u-close{
	width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.removeIndex .progressBox{
	width: 116px;
    height: 18px;
    margin: 20px auto 0;
}
.removeIndex .progressbar{
    display: block;
    float: left;
    margin: 6px 0 0;
    width: 80px;
    height: 6px;
    background: #cccccc;
}
.removeIndex .progressSpot{
	display: block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cccccc;
}
@font-face{
	font-family: "almm";
  	src: url("../../font/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
     	 url("../../font/AlimamaShuHeiTi-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap; 
}