html,
body {
    position: relative;
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none
}

/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none;
    color: #000;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

#header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}
.global-mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
	opacity: .5;
	z-index: 10;
}
[id*=pop-trigger-]{ cursor: pointer; }
.pop-default{ display: none; z-index: 100; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width:50%; min-height: 200px;
	background: white; border-radius: 1em; }
.pop-header{ font-weight: bold; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; padding: .5em 1em .5em 34px;}
.pop-body{ padding: 1em; }

/* 关闭按钮 */
.close-btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
	text-align: center;
}
.close-btn::before, .close-btn::after {
    position: absolute;
    height: 16px;
    width: 1px;
    content: '';
    background-color: black;
}
.close-btn::before {
    transform: rotate(-45deg);
}
.close-btn::after {
    transform: rotate(45deg);
}

.btn-default{ display: inline-block; cursor: pointer; background: white; border-radius: 1em; padding: .3em .7em; }
.btn-default:hover{ background: #eee; }

.xinding {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-between;
	flex-direction: column;
}
.xinding>.banner{
	width:100%;
	height:71px;
	transition: all 2s;
	position:relative;
	overflow: hidden;
}
.xinding>.banner>img{
	width:100%;
	height:100%;
}
.xinding>.top{
    height: 63px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0px 15px 0px #b3b3b3;
}
.logo-wrap{
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    font-weight: bold;
    flex: .7;
}
.company {
    transform: translateY(10px);
    font-weight: 700;
    font-size: 14px;
}

.header-nav {
    padding: .8em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
	transition: all 1s;
}
.header-nav .nav{ display: flex; justify-content: center; align-items: center; column-gap: 1.25rem;
max-width: 900px;}
.header-nav .nav>li{ display: flex; justify-content: center; align-items: center; column-gap: 2em;
    background-color: #eee; padding-top: .55em; padding-bottom: .55em; border-radius: 2em;}
.header-nav .nav-title{ display: flex;align-items: center;flex-direction: column;justify-content: space-between;
	white-space: nowrap;position: relative;
	font-size: .875rem; font-weight: 500; cursor: pointer;}

.header-nav .nav-left{ flex: .8}
.header-nav .nav-right{ flex: .2}



.nav-title:hover .nav-sub-menu{
    display: block;
}
.nav-sub-menu{ 
    display: none;
    animation: fadeIn;
    animation-duration: .5s;
    font-size: .875rem;
    margin-top: 1rem;
    position: absolute;
    top: 0rem;
}
.nav-sub-menu-arrow{
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    position: relative;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);}
.nav-sub-menu-body{
	padding: 12px 0;
	overflow: hidden;
    display: flex;
    min-width: 150px;
    min-height: 50px;
    background-color: white;
    border-radius: .8rem;
    color: black;
    flex-direction: column;
    border: 1px solid #dcdfe6;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
}
.nav-sub-menu-item{ display: flex; justify-content: center; align-items: center; column-gap: 1em;
    font-size: .875rem; padding: 5px 2em; }
.nav-sub-menu-item:hover{
    background-color: #e9f7fe;
}
.dot{ display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #2A2A2A; }

.open-button,.login-button{
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
}
.open-button:hover {
    background-color: #000;
    color: #fff;
}
.button{
	width: 80px;
    height: 26px;
    background-color: #007642;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    border-width: 0px;
    margin-right: 27%;
}

.submit{
	margin-top:8%
}
.mains p {
text-align: center;
}
.mains form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
form p a:hover {
	color:#D71729;
}
  
.login-form {
	background: #eee;
    width: 20%;
    margin: 9% auto 4% auto;
    position: relative;
    -webkit-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    top: 30%;
    min-width: 220px;
    max-width: 285px;
	
}
.alert{
	width:15%;
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	display:none;
	z-index:99
}
.head {
	    position: absolute;
    top: -100%;
    left: 0%;
    text-align: center;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 45%;
	height: 30%;
}
select{
	appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;
	position:relative;  
}
.img{
	position:absolute;
	right:14%;
	top:65%;
	z-index:9;
}

#dcaptchasy{
	width:58%;
	display:inline;
	margin-bottom:0px;
	background-color:transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#dcaptchasy:hover{
	border-right:none;
}
#secodesy:hover{
	background:#17ab65;
	color:#fff;
}
#select{
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
 input[type="text"]:hover, input[type="password"]:hover{
 	border:1px solid #949494;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
 	
 }
 input[type="button"] {
    width: 42%;
    height: 38px;
    margin-bottom: 0px;
    background: #17ab65;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #17ab65;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	font-size: 18px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
input[type="submit"]:hover{
	background:#17ab65;
	color:#fff;
}
form>#div{
	display:flex;
	border-radius: 5px;
	margin-bottom: 6%;
	background:#D3D3D3;
	align-items: center;
	justify-content: space-between;
}

select,input[type="text"], input[type="password"]{
	text-align:left;
	position: relative;
	padding:3%;
	background:#D3D3D3;
	margin-bottom: 6%;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-weight:600;
	font-size: 14px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
}
@media screen and (max-width:760px) {
    .header-nav{ height: unset; }
	.header-nav .nav{ flex-wrap: wrap; justify-content: flex-start; row-gap: .6rem; }
}