/*移动端头部*/
.headre-top {
    line-height: 62px;
    height: 62px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;   
    background: #fff;
}
.headre .logo img {
	vertical-align:middle;
	width:95px;
}

.headre-top-tools > a {
	display:inline-block;
	padding:0 10px;
	vertical-align:middle;
	margin-right: 20px;
}
a.sub-menu-title {
    font-size: 14px;
}
.nva-main-title a,.sub-menu a {
    color: #666666;
}
.PersonalInformation_Fill {
    width: 80px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px;
    background-color: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
}
.mobile-user-btn {
	font-size:24px;
}
.mobile-menu-btn {
	display:inline-block;
	width:24px;
	height:26px;
}
.mobile-menu-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mobile-menu-btn.on i:nth-child(1) {
	-webkit-transform:rotate(-45deg) translate(-5px,5px);
	-moz-transform:rotate(-45deg) translate(-5px,5px);
	-ms-transform:rotate(-45deg) translate(-5px,5px);
	-o-transform:rotate(-45deg) translate(-5px,5px);
	transform:rotate(-45deg) translate(-5px,5px);
}
.mobile-menu-btn.on i:nth-child(2) {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mobile-menu-btn.on i:nth-child(3) {
	opacity:0
}
.headre-bottom {
	display:none;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	top:62px;
	z-index:99;
	background-color:#fff;
	overflow-y:auto;
}
.nva-side {
    width: 130px;
    height: 100%;
    float: left;
    overflow-y: auto;
    /*border-right: 1px solid #ebf0fc;*/
}
.sub-menu-title i,.nva-main-title i {
    float: right;
    color: #9E9E9E;
    margin-top: -3.5px;
}
.nva-main-title i {
    transform: rotate3d(0,0,1,-90deg); 
}
.nva-side li {
    height: 50px;
    line-height: 50px;
}
.nva-side li.active {
    background: linear-gradient(90deg,rgba(235,240,252,0) 0,#ebf0fc 100%);
}
.nva-side li:after,.nva-main-bd li:after,headre.nva-main-title:after {
    /*position: absolute;*/
    left: 13px;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebf0fc;
}
.sub-menu-bd dd>a:before {
    content: '';
    margin: 23px 20px 0 4px;
    float: left;
    width: 4px;
    height: 4px;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    background: #ebf0fc;
    border-radius: 2px !important;
}
.nva-side-menu-item {
	color:#9da5b5;
	padding-left:15px;
	border-left:2px solid transparent;
}
.nva-side li.active .nva-side-menu-item {
    color: #0066ff;
    border-left: 2px solid #0066ff;
}
.nva-main {
	height:100%;
	overflow-y:auto;
}
.sub-menu-title {
	display:block;
	padding:15px 0;
}
.sub-menu-bd {
	display:none;
	color:#9da5b5;
}
.sub-menu.on {
	}.sub-menu .iconright {
	transition:all .3s;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.sub-menu.on .iconright {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.nva-main-item {
    padding: 20px 10px;
    display: none;
}
.nva-main-title {
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
}
.on .sub-menu-title i {
    float: right;
    color: #9E9E9E;
    transform: rotate3d(0,0,1,-180deg);
}
.nva-main-bd {
	padding:0 15px 0 10px;
	font-size: 12px;
}
li.sub-menu.on {
    background: #fff;
}
.flag {
    font-size: 20px;
    margin-right: 10px;
    float: right;
    color: #fcbc0b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.sub-menu-bd dd a {
    display: inline-block;
    color: #9da5b5;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}
dl.sub-menu-bd dd {
    border-bottom: 1px solid #f3f5f8;
}
.headre-space {
	height:62px;
}
.headre-help-space {
	height:96px;
}

.sub-menu dl {
	display:none;
}
#popwap {
	display:none;
}
div#popwap {
	position:absolute;
	top:54px;
	width:112px;
	background:#fff;
	box-shadow:0 0 8px 2px rgb(248 248 248 / 0%);
	border-radius:2px;
	z-index:101;
	right:76px;
}
div#popwap span {
	padding:0px 10px;
	color:#717278;
	border-bottom:1px solid #eeeeee;
	display:flex;
	border-radius:4px;
	height:30px;
	line-height:30px;
}

a.btn.linear {
	margin-top:-3px;
	height:23.5px;
	line-height:23.5px;
}
.collapse-item-hd img {
	width:23px;
}
/* end 移动端头部*/




.icon-nav{
    width: 24px;
    height: 24px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}

.pa {
	position: absolute;
}
.pl20{padding-left: 20px;}
.h30{width: 100%;height: 30px;overflow: hidden;}
.h30:after{content: "";width: 0;height: 0;display: block;clear: both;}
.danw-nav {
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 1000;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}
.danw-nav:hover {
    background: #fff;
    transition: all .3s ease-in-out;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.danw-nav #menu_hover_bg {
	width: 100%;
	height: 0;
	/*background: #F0F0F5;*/
	position: absolute;
	top: 60px;
	z-index: 9;
	overflow: hidden;
}

.danw-nav .logo {
	float: left;
    width: 140px;
    height: 60px;
}

.danw-nav .logo a {
	display: block;
	width: 122px;
	height: 44px;
	padding: 8px 0;
}

.danw-nav .menu {
	float: left;
}

.danw-nav .menu ul li {
	float: left;
}

.danw-nav .menu ul li h2 {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	transition: all .3s ease-in-out;
	
}

.danw-nav .menu ul>li.intro>h2:before {
	content: "";
	position: absolute;
	width: 50px;
	margin-bottom: -25px;
	height: 3px;
	background-color: #2468f2;
	left: 50%;
	margin-left: -25px;
	bottom: 25px;
    border-radius: 5px;
}

.danw-nav .menu ul>li>h2>img {
	right: -40px;
	top: 31px;
}

.danw-nav .menu ul li h2 a {
	padding: 0 17px;
	line-height: 60px;
	display: block;
	height: 60px;
	color: #252b3a;
	font-family: PingFangSC-Regular;
	font-size: 14px;
}
.danw-nav .menu ul li .sub_menu {
	width: 1220px;
	background: linear-gradient(180deg,#f1f5fb,#fff);
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 65px;
	box-shadow: 0 5px 33px -8px rgba(80,140,209,.29);
	border-radius: 5px;
	overflow: hidden;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list {
	float: left;
	/*position: relative;*/
}


.danw-nav .menu ul li .sub_menu .sub_menu_list>h3 {
	color: #666;
	font-weight: normal;
	padding-bottom: 30px;
	font-size: 16px;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list:nth-child(1) .list:before,.danw-nav .menu ul li .sub_menu .sub_menu_list:nth-child(2) .list:before{
    content: "";
    position: absolute;
}
.danw-nav .menu ul li .sub_menu.sol_left .sub_menu_list:nth-child(1) .list:before{
	height: 220px;
}
.danw-nav .menu ul li .sub_menu.sol_left .sub_menu_list:nth-child(2) .list:before{
	display: none;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list .list a {
	float: left;
	display: block;
	/*width: 259px;
	height: 53px;*/
	padding: 15px 0 0 15px;
	/*margin-right: 20px;
	margin-bottom: 20px;*/
	color: #515151;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.margin a:nth-child(2) ,
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.margin a:nth-child(4) ,
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.margin a:nth-child(6) ,
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.margin a:nth-child(8) ,
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.margin a:nth-child(10) {
    margin-left: 30px;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list .list a:hover {
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
    /*border: 1px solid #f3f3f3;*/
    border-radius: 5px;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list .list a .icon {
	float: left;
	width: 30px;
	height: 40px;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list .list a .info {
	float: left;
	width: 200px;
	height: 55px;
	margin: 0 0 0 10px;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list .list a .info h3 {
	font-weight: normal;
	color: #303030;
	font-size: 14px;
	position: relative;
}

.danw-nav .menu ul li .sub_menu .sub_menu_list .list a .info h3 span {
	position: absolute;
	top: -5px;
	display: block;
	width: 25px;
	height: 12px;
	left: 75px;
	font-size: 12px;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list .list a .info p {
	padding-top: 5px;
	font-size: 12px;
	color: #989898;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.sol_list a {
	float: left;
    padding: 15px;
    display: block;
}
.danw-nav .menu ul li .sub_menu.sol_left .sub_menu_list:nth-child(2) .list.sol_list a {
display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-indent: 20px;
    color: #303030;
}
.danw-nav .menu ul li .sub_menu .sub_menu_list .list.sol_list .icon{
    float: left;
    width: 30px;
    height: 40px;
}
#men_fuwu .sub_menu>.w1200 h3{padding-bottom: 30px;padding-top: 30px;font-size: 16px;color: #666;font-weight: normal;}
#men_fuwu .sub_menu .sub_menu_list .category{float: left;width: 257px;
    height: 220px;
    border-right: 1px solid #f2f2f2;}

#men_fuwu .sub_menu .sub_menu_list .category li{float: left;width: 257px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #303030;
    background: url(index/sj.png) no-repeat 230px center;}
#men_fuwu .sub_menu .sub_menu_list .category li.active {
    background: #f3f5f8;
    
    border: 1px solid #f2f2f2;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
    border-radius: 5px;
    }
#men_fuwu .sub_menu .sub_menu_list .content{float: left;width: 942px;}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list{float: left;width: 942px;
    height: 220px;display: none;}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a{float: left;
    padding: 18px 0 0 20px;
    margin: 0 0 20px 20px;}
    #men_fuwu .sub_menu .sub_menu_list .content .cont_list a:hover{
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
    border-radius: 5px;
    }
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a .icon{
    float: left;
    width: 30px;
    height: 40px;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a .info{
	float: left;
	width: 220px;
	height: 70px;
	padding: 0 0 0 8px;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a .info h3{
	font-weight: normal;
    color: #303030;
    font-size: 14px;
}
#men_fuwu .sub_menu .sub_menu_list .content .cont_list a .info p{color: #989898;padding-top: 5px;font-size: 12px;}

.danw-nav .login {
	padding-top: 15px;
	float: right;
}

.danw-nav .login p a {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #797979;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.danw-nav .login p a:nth-child(1) {
	border-radius: 4px;
    color: #2468f2;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    border: solid 1px #2468f2;
    text-align: center;
    transition: all .3s ease-in-out;
}
.danw-nav .login p a:nth-child(1):hover {
	background-image: linear-gradient(150deg,#339bfe,#2468f2);
	color: #fff;
	border: solid 1px #a1c0ff;
	transition: all .3s ease-in-out;
}

.danw-nav .login p a:nth-child(2) {
	background-image: linear-gradient(150deg,#339bfe,#2468f2);
	border-radius: 4px;
	color: #fff;
	margin-right: 10px;
	width: 80px;
	height: 30px;
	line-height: 28px;
	padding: 0;
	animation:5s all;
	text-align: center;
	border: solid 1px #a1c0ff;
}
.danw-nav .login p a:nth-child(2):hover {
    background-image: linear-gradient(280deg,#339bfe,#2468f2);
    border: solid 1px #a1c0ff;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.w1220 {
	width: 1220px;
	margin: 0 auto;
	position: relative;
}



/*顶部用户导航 start*/
/*.float-nav ~ .wangwei-nav-mini,*/
/*.wangwei-nav-mini{*/
/*    visibility: unset;*/
/*    overflow: hidden;*/
/*    height: 234px!important;*/
/*}*/
.float-nav:hover ~ .wangwei-nav-mini,
.wangwei-nav-mini:hover{
    visibility: unset;
    overflow: hidden;
    height: 234px!important;
}
.wangwei-nav-mini-inner a{
    height: 22px;
    line-height: 22px;
    color: #797979!important;
    display: block!important;
    vertical-align: middle!important;
    font-size: 12px!important;
    border:0!important;
    text-align:unset!important;
    width: unset!important;
    margin-right:0!important;
}
.wangwei-nav-mini-btn a:hover{
    color: #2468f2!important;
}
.wangwei-nav-mini {
	visibility: hidden;
	transition: all .2s .1s ease-in-out;
	position: absolute;
	right: 0;
	top: 65px;
	width: 195px;
	overflow: hidden;
    height: 0;
}

.wangwei-nav-mini-inner {
	position: relative;
	background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
	border-radius: 4px
}

.wangwei-nav-mini-menu {
	padding: 5px 0
}

.wangwei-nav-mini-menu-item {
	margin-bottom: 8px
}

.wangwei-nav-mini-menu-item:last-child {
	margin-bottom: 0
}

.wangwei-nav-mini-menu-item>a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #495770;
	line-height: 22px;
	white-space: nowrap
}

.wangwei-nav-mini-menu-item>a:hover {
	color: #2468f2!important;
	text-decoration: none
}

.wangwei-nav-mini-menu-item.is-active>a {
	color: #2468f2;
	font-weight: 500
}

.wangwei-nav-mini-menu-tag {
	position: absolute;
	right: 20px;
	top: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center
}

.wangwei-nav-mini-menu-tag-text {
	display: block;
	-ms-transform: scale(0.8333333333);
	transform: scale(0.8333333333)
}

.wangwei-nav-mini-menu-tag.default {
	top: 3px;
	height: 16px;
	border: 1px solid #2468f2;
	border-radius: 2px;
	font-size: 12px;
	color: #2468f2;
	text-align: center!important;
	line-height: 14px
}

.wangwei-nav-mini-menu-tag.bubble {
	top: 5px;
	height: 12px;
	line-height: 12px;
	border: 1px solid #2468f2;
	border-radius: 2px;
	font-size: 12px;
	color: #2468f2;
	text-align: center;
	line-height: 12px;
	padding: 0 2px
}

.wangwei-nav-mini-menu-tag.bubble:before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: -1px;
	border-style: solid;
	border-width: 2px 3px;
	border-color: transparent #2468f2 #2468f2 transparent
}

.wangwei-nav-mini-menu-tag.bubble:after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: -2px;
	border-style: solid;
	border-width: 2px 2px;
	border-color: transparent #fafbfc #fafbfc transparent
}

.wangwei-nav-mini-menu-tag.real {
	border: 1px solid #98a3b7!important;
	color: #98a3b7!important
}

.wangwei-nav-mini-menu-tag .icon-real-name {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: -2px;
	background-image: url(img/icon-real-name.6aed74e4.svg);
	background-size: cover;
	margin-right: 4px
}

.wangwei-nav-mini-menu-tag.real-cur {
	border: 1px solid #2468f2;
	color: #2468f2
}

.wangwei-nav-mini-menu-tag.real-cur .icon-real-name {
	background-image: url(img/icon-real-name-cur.ad5f6851.svg)
}

.wangwei-nav-mini-menu-tag.real-cur {
	background-color: #ecf2fe
}

.wangwei-nav-mini-menu-tag {
	background-color: #ecf2fe
}
/*.wangwei-nav-mini-menu-tag.real-cur:hover {*/
/*	background-color: #ecf2fe*/
/*}*/

/*.wangwei-nav-mini-menu-tag:hover {*/
/*	background-color: #ecf2fe*/
/*}*/

.wangwei-nav-mini-menu .wangwei-nav-mini-menu-id {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #495770;
	line-height: 22px;
	white-space: nowrap
}

.wangwei-nav-mini-menu .wangwei-nav-mini-menu-label {
	display: block;
	color: #495770
}

.wangwei-nav-mini-menu .wangwei-nav-mini-menu-label:hover,.wangwei-nav-mini-menu .wangwei-nav-mini-menu-id:hover {
	color: #2468f2;
	text-decoration: none;
	cursor: pointer
}

.wangwei-nav-mini-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 24px
}

.wangwei-nav-mini-wrap:hover .wangwei-nav-mini {
	visibility: visible
}

.wangwei-nav-mini-trigger {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #16181a;
	line-height: 22px;
	padding-right: 17px;
	height: 70px
}

.wangwei-nav-mini-trigger:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-image: url(img/common/caret.5662ac0b.svg)
}

.wangwei-nav-mini-trigger-icon {
	display: block;
	margin-right: 4px;
	width: 16px;
	height: 16px
}

.wangwei-nav-mini-trigger-icon.lang {
	background-image: url(img/common/icon-earth.280cbaec.svg)
}

.wangwei-nav-mini-wrap:hover .wangwei-nav-mini-trigger,.wangwei-nav-mini-trigger:hover {
	color: #0053d9;
	text-decoration: none
}

.wangwei-nav-mini-wrap:hover .wangwei-nav-mini-trigger-icon.lang,.wangwei-nav-mini-trigger:hover .wangwei-nav-mini-trigger-icon.lang {
	background-image: url(img/common/lang-hover.6d6d3103.svg)
}

.wangwei-nav-mini-wrap:hover .wangwei-nav-mini-trigger:after,.wangwei-nav-mini-trigger:hover:after {
	background-image: url(img/common/caret-hover.676df357.svg)
}

.wangwei-nav-mini-ft {
	/*margin: 0 -2px -2px;*/
	padding: 0 20px;
	display: flex
}

.wangwei-nav-mini-btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	flex: 1;
	/*background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);*/
	/*border: 2px solid #fff;*/
	/*box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);*/
	/*padding: 0 22px;*/
	font-size: 14px;
	color: #495770;
	line-height: 42px;
	text-align: left
}

.wangwei-nav-mini-btn:hover {
	color: #0053d9;
	text-decoration: none
}



/*底部*/
.dawn-ace-floor {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
	background: #26242f url("./img/footer-bg.jpg")  50% no-repeat; overflow: hidden; 

    background-position: 50%;
    background-size: cover;
	
}

.dawn-ace-floor .content {
	position: relative;
	width: 1220px;
	height: 140px;
	margin: 0 auto;
	font-size: 0
}

.dawn-ace-floor .title {
	/*text-align: center;*/
	padding: 58px 20px 8px 20px;
	font-size: 22px;
	color: #252b3a;
	letter-spacing: 0;
	line-height: 22px;
	max-width: 840px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}


.dawn-ace-floor .register-btn {
	position: absolute;
	right: 22px;
	bottom: 48px;
	box-sizing: border-box;
	background-image: linear-gradient(150deg,#339bfe,#2468f2);
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.dawn-ace-floor .register-btn span {
	display: inline-block;
	font-size: 14px;
	width: 128px;
    height: 36px;
    text-align: center;
    cursor: pointer;
	line-height: 36px;
	color: #fff;
	max-width: 340px;
	letter-spacing:2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.dawn-ace-floor .register-btn:hover {
    border: none;
    border-radius: 5px;
	background-image: linear-gradient(270deg,#339bfe,#2468f2);
	transform:translateY(-5px);
    transition: all .3s ease-in-out;
}

.dawn-ace-floor .register-btn:hover span {
	color: #fff;
}
.dawn-pczh-footer .w-footer-icon-weixin {
	background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 2px;
    height: 100px;
    border-radius: 4px;
}

.dawn-pczh-footer .w-footer-top .w-footer-top-list .w-footer-top-list-icon {
	width: 32px;
	height: 32px
}


.dawn-pczh-footer .w-footer-top .w-footer-top-list:hover .w-footer-top-list-icon {
	background-position: -32px 0
}}

.dawn-top-advert {
	position: relative;
	z-index: 200;
	width: 100%;
	overflow: hidden
}

.dawn-top-advert .dawn-top-link {
	display: block;
	background-size: auto 60px;
	background-repeat: no-repeat;
	background-position: top;
	height: 60px
}


.dawn-pczh-footer {
	background: #f5f7fa;
	position: relative
}

.dawn-pczh-footer .w-footer-content {
	width: 1220px;
	margin: 0 auto;
	padding: 10px 0 30px;
}

.dawn-pczh-footer .w-footer-top {
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
	border-bottom: 1px solid #e2e2e2
}

.dawn-pczh-footer .w-footer-top .w-footer-top-list {
	display: inline-block;
	/*width: 25%;*/
	margin-right: 116px;
	text-align: center;
	color: #495770;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 5px;
	font-size: 16px;
	-webkit-transition: color .2s;
	transition: color .2s;
	cursor: pointer
}
.dawn-pczh-footer .w-footer-top .w-footer-top-list:nth-child(5){
    margin-right: 15px;
}
.dawn-pczh-footer .w-footer-top .w-footer-top-list .w-footer-top-list-icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	vertical-align: middle;
	margin-right: 12px
}


.dawn-pczh-footer .w-footer-top .w-footer-top-list:hover {
	color: #07005e
}

.dawn-pczh-footer .w-footer-top .w-footer-top-list:hover .w-footer-top-list-icon {
	background-position: -40px 0
}

.dawn-pczh-footer .w-footer-middle {
	padding: 50px 0 30px;
	overflow: hidden
}

.dawn-pczh-footer .w-footer-middle .w-footer-label {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
	line-height: 1;
	font-weight: 700
}

.dawn-pczh-footer .w-footer-middle .w-footer-txt {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0;
	color: #495770;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s
}

.dawn-pczh-footer .w-footer-middle .w-footer-txt:hover {
	color: #0052d9;
}

.dawn-pczh-footer .w-footer-middle .w-footer-txt:hover .w-footer-tooltip {
	display: block
}

.dawn-pczh-footer .w-footer-middle .w-footer-tooltip {
	display: none;
	position: absolute;
	background: #fff;
	color: #323243;
	padding: 5px 10px;
	white-space: nowrap;
	font-size: 12px;
	top: 2px;
	left: 95px
}

.dawn-pczh-footer .w-footer-middle .w-footer-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: -11px;
	top: 6px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent #fff transparent transparent
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-left {
	width: 219px;
	border-right: 1px solid #e2e2e2;
	float: left
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-left .w-footer-tel {
	color: #495770;
	padding: 0 0 10px;
	/*font-weight: 700;*/
	font-size: 14px;
	display: inline;
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-left .w-footer-online {
	display: block;
	font-size: 14px;
	color: #495770;
	width: 158px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 38px;
	border: 1px solid #495770;
	outline: none;
	background-color: transparent;
	margin-top: 8px;
	text-align: center;
	line-height: 36px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-left .w-footer-online:hover {
	color: #fff;
	border:none;
	background-image: linear-gradient(150deg,#339bfe,#2468f2);
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-center {
	overflow: hidden;
	width: 850px;
	padding-left: 100px
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-center,.dawn-pczh-footer .w-footer-middle .w-footer-middle-list {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right {
	float: left;
	padding: 0 20px;
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap {
	padding-top: 8px;
	position: relative
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-focus-icon {
	display: block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 20px
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-focus-icon:hover {
	background-position: -36px 0
}



.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-erwei {
	position: absolute;
	left: 50px;
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: contain
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-erwei:before {
	position: absolute;
	left: -6px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent #fff transparent transparent;
	border-left: none
}

.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-erwei.dawn-active {
	display: block
}


.dawn-pczh-footer .w-footer-middle .w-footer-middle-right .w-footer-erwei-wrap .w-footer-zhihu:before {
	bottom: 10px
}

.dawn-pczh-footer .w-footer-bottom {
	padding: 20px 10px;
	font-size: 12px;
	color: #5a5c78
}

.dawn-pczh-footer .w-footer-bottom .ft-bottom-content {
	font-size: 12px;
	margin: 0 auto;
	text-align: center
}

.dawn-pczh-footer .w-footer-bottom .w-footer-txt {
	font-size: 12px
}

.dawn-pczh-footer .w-footer-bottom .w-footer-beian-link {
	font-size: 12px;
	color: #5a5c78
}

.dawn-pczh-footer .w-footer-bottom .w-footer-beianimg {
	height: 12px;
	vertical-align: middle;
	margin-right: 5px
}


.w-footer-consultation{
    position: relative;
    color: #fff;
    padding-left: 32px;
    margin-top: 18px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
}
.w-footer-consultation:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAC+UlEQVQ4T5WUfYgVZRTGn2fmzn5Y20pKhZJE+sfiKi6YkVEGtu29d80gYu4VBRFDMWu9sxCJfdDFSqFA5+4GgUVB24dzl0WWJWfUBWH9QFD68A+VSg3EICOTPlbduTNPzK27SK1tvX+e9zm/93DOc15iktNuF2alyLWgfmclHvYHer+YKIWTgTJ24SEaPDSuk45VIq0+MNDzzY25k4IScdruvt2A2kAtAvEixAYRWwLP3QlAiWYc1JEvPG6KfYCaBD0RlHv2TlRtNt81WzAHCbTGwuZ9ZffNcVDadpYZ1KDAgyTulTCVilr8/t4fJ4ItX75+SqWx8TjAObHYuq9/57fMZrvqdZv5E6TDTfp+2W/GzA4AewW8F3juuk67e35s6DVIJ2jFPf7Hvb8k8Mdsp80kjgP4vEkXH2THU8+1mKnUaQAv+577RiLK5Ap9JFeOGZpRXzHukBHvAThbwqXYMO7bv3vHhUSXzTlbQbwi6H6iWDQyp65cJnXG90oP/AlytpHYEgJzhz03eQTZvLNKUh+A/UG5lKnqVjj3UDgfx1hdbXYm57xF4nmA6WjM/NKwwrMgvw48d+GNPcrknQFC7b5Xak7irXaxbpZx5bqE7VVQp73xLrHuHIDLY2G4oM5KfSqgHUQ+8Er9NVh1YjTvDlqmjqBYjJN4R66wBFF0aXz82bzTBaAH0oFQDbbFa0cFzkSkJcFA6WTSS6s++uGzT975eTJnM5tzhkEsBfRBRPNVU9FBCXcCGCHZKSiEuMu6OvrC0NCu0Zs6+y9/jIBcCMEdC8PXLcsaItAm6m0C0yWsAXgMBlYGu93varB/rEi7vbnZ4vVBEI8A+jA1evWZSkP9LTVzZnKFNImywPOB57bdFJRc2LZt/soZO0huEnQ0prmi5p2k6rBxylek6HulOf8Kql2m7U0Zkh8RuBXEu8kKAXAIPAzhab/svv+fQIno0SefnWZZqa0kNwAwqonSNr9ceul/fyNJwmK7u7HZiOdRrPPL7pG/W+APO0cykZhY2VUAAAAASUVORK5CYII=) no-repeat center;
}
.w-footer-mailbox{
    position: relative;
    color: #495770;
    padding-left: 32px;
    margin-bottom: 32px;
    line-height: 28px;
    font-size: 14px;
    
    /*font-weight: 700;*/
}
.w-footer-mailbox:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABwElEQVQ4T72Uz0tUURTHv+eOSRDlxj+iRbUJRKLoIeLMuDLizaj/QG3SGVq4KGidEM0To39AyJnnYCAyv57gVoKKmBbSQmghhrkQQirfPd94yoSOY8yIdJeXcz7ne77n3Cs4pyNn4STuT96QLhmw0KCan6lHjI5BiVRmTARzAAwAVTJVKXjFA1AylRmBYPFf6gj2lfPeu2Qq8wHCSwSeADIt4LdS3utvAWIdlJ1mKMkHZd9bT6Yn34NQu39h2HSHVRB75ULu1gkQyY2QcALf+9pKYdydGBeRORGJchWKdMnPLTSB+IzAUwDbNqRTK858OQobdKd6Av/5bsNsDaVWKb78/NfshkeRDxBeEZVlAj9gMVAuep+iwMRoxoFywVIGa37uY7PaY4oahsZHs3eMsgLhPqBxq+ZyTLBEyK61ejtSGnezfcZwDcS9UiH3tiXoYJLpR/1ELDiszG5AtlTDu1V/diO6aRsUBQ+5EzdjYgIIt0OxTm1+drPRUkegKGnYzV7/Ff7eXFl8dWwlOgadtqT/DfQQIuvtPGSqXjViXrecWjuAEzFHx++MPe69SHvtLKCfEquvvnnxveNv5LRifwDmGRQiMclMxwAAAABJRU5ErkJggg==) no-repeat center;
}


.dawn-pczh-concat-wrap .dawn-fix-right-box {
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 100;
	margin: 0 0 7px;
	width: 46px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border-radius: 10px;
}
.dawn-pczh-concat-wrap .dawn-fix-right-box:hover{
    background: #f3f5f8;
    box-shadow: inset 2px 2px 5px 0 rgba(55,99,170,.11), inset -2px -2px 5px 0 #fff;
    transition: box-shadow .5s ease-in-out;
}



.dawn-pczh-concat-wrap .dawn-fix-right-box .dawn-share-placeholder:before {
	display: block;
	position: absolute;
	content: "";
	width: 36px;
	height: 1px;
	background-color: #ddd;
	left: 5px;
	top: 0
}

.dawn-pczh-concat-wrap .dawn-fix-right-box .dawn-share-placeholder:hover .dawn-share-wrap,.dawn-pczh-concat-wrap .dawn-fix-right-box .dawn-share-placeholder:hover .dawn-share-wrap-out {
	visibility: visible;
	opacity: 1;
	z-index: 2
}

.dawn-pczh-concat-wrap .dawn-online-box {
	padding-bottom: 19px;
	cursor: pointer
}

.dawn-pczh-concat-wrap .dawn-online-box:hover .dawn-vertical-text {
	color: #000
}

.dawn-pczh-concat-wrap .dawn-online-box:hover .dawn-box-content,.dawn-pczh-concat-wrap .dawn-online-box:hover .dawn-box-content-wrap {
	visibility: visible;
	opacity: 1;
	z-index: 10
}

.dawn-pczh-concat-wrap .dawn-online-box .dawn-chatboxes-icon {
    width: 32px;
    height: 32px;
    display: block;
    background-position: 0 13px;
    background-size: 100% auto;
    margin: 7px;
    cursor: pointer;
}

.dawn-pczh-concat-wrap .dawn-online-box .dawn-vertical-text {
	color: #181931;
	width: 14px;
	margin: 0 auto;
	cursor: pointer
}


.dawn-pczh-concat-wrap .dawn-box-content-wrap {
	position: absolute;
	right: 44px;
	top: -4px;
	height: 100%;
	background-color: transparent;
	z-index: -10
	
}

.dawn-pczh-concat-wrap .dawn-box-content,.dawn-pczh-concat-wrap .dawn-box-content-wrap {
	width: 320px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(0,0,.2,1);
	transition: all .3s cubic-bezier(0,0,.2,1);
	-ms-transition: all .3s cubic-bezier(0,0,.2,1)
}

.dawn-pczh-concat-wrap .dawn-box-content {
	position: relative;
	right: 16px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
	border-radius: 10px;
	overflow: auto;
	z-index: 2
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-block-a {
	display: block
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-box-li {
	padding-left: 58px;
	height: 70px;
	cursor: pointer;
	position: relative;
	-webkit-transition: background .2s;
	transition: background .2s
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-box-li:hover {
    box-shadow: 5px 5px 15px 0 rgba(55,99,170,.1), -5px -5px 15px 0 rgba(55,99,170,.1);
    transition: box-shadow .5s ease-in-out;
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-box-li:hover i {
	background-color: snow
}

.dawn-pczh-concat-wrap .dawn-box-content i {
	position: absolute;
	top: 18px;
	left: 11px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 265px
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-key {
	font-size: 14px;
	color: #181931;
	line-height: 14px;
	padding: 18px 0 8px;
	font-weight: 400;
	cursor: pointer
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-txt {
	font-size: 12px;
	color: #8a8a92;
	line-height: 12px;
	font-weight: 400;
	cursor: pointer
}

.dawn-pczh-concat-wrap .dawn-box-content .dawn-online-tel {
	color: #ff5722;
	font-size: 12px
}

.dawn-pczh-concat-wrap .dawn-share-wrap-out {
	position: absolute;
	right: 44px;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -10;
	background-color: transparent
}

.dawn-pczh-concat-wrap .dawn-share-wrap {
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0,0,.2,1);
	transition: all .3s cubic-bezier(0,0,.2,1);
	opacity: 0;
	position: relative;
	right: 16px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
	width: 130px
}


/*数据库新增样式*/

.project-item{
    background: #fff!important;
}
.project-rule-item{
    line-height: 30px!important;
    /*border: 2px solid #f5f5f5!important;*/
    background-color: #fff!important;
    border-radius: 5px!important;
    margin-right: 3px!important;
}
.project-rule-item.active{
    font-weight: bold!important;
    border-color: #2468f2!important;
    background-color: #f9fbfe!important;
    color: #2468f2!important;
}
.main-content .project-item:hover{
    border: 1px solid #2468f225!important;
}
.buy-select > p{
    border: 2px solid #2468f2!important;
    border-radius: 5px!important;
    min-width: 129px!important;
    padding: 5px 20px!important;
    font-size: 14px!important;
    font-weight: bold!important;
}
.buy-select > p em{
    top: 14px!important;
}
.select-list{
    top: 32px!important;
}
.select-list > p{
    font-size: 14px!important;
    padding: 0 20px!important;
}
.ny-slider-range{
    border: 2px solid #2468f2!important;
    border-radius: 5px 0 0 5px!important;
}
.ny-slider{
    border: 2px solid #f5f5f5!important;
    border-radius: 5px!important;
}
.ny-slider-range-item{
    border-right: 1px solid #2468f2!important;
}

@media screen and (max-width: 768px) {
    body{
        min-width:0!important;
    }
    .headre-top{
        position: relative!important;
    }
    .header-banner,
    .header-banner .container{
        height: 450px!important;
    }
    .header-banner h2{
        font-size: 24px!important;
    }
    .header-banner p{
        font-size: 16px!important;
    }
    .Wangweicloud{
        display: none!important;
    }
    div.marketing-position{
        margin-top: -70px!important;
    }
    .section-title{
        padding: 20px!important;
    }
    .section-title h1{
        font-size: 1.8em!important;
        line-height: 1.8em!important;
    }
    .section-title h2{
        font-size: 1em!important;
        line-height: 1em!important;
    }
    .danw-nav,.dawn-ace-floor,.dawn-pczh-footer,.foot-copyright,
    .pavilion-container,
    .dawn-pczh-concat-wrap,
    .i-map
    
    {
        display: none!important;
    }
    .i-map .map-box{
        margin: 0!important;
    }
    
    
    .index-banner,.section-title,.section-wrapper,.i-map .map-box,.index-news,.index-honor,.width1180-center{
        width: 100%!important;
        min-width:0!important;
    }
    .container {
        width: 100%!important;
        position: relative;
        overflow: hidden;
    }
    div.marketing-position{
        display: block!important;
    }
    div.marketing-position .minor,
    div.marketing-position .main{
        width: 100%!important;
    }
    div.marketing-position .minor li{
        margin: 2% !important;
        width: 46%!important;
        height: 150px!important;
        overflow: hidden!important;
        padding: 10px!important;
    }
    div.marketing-position .main{
        padding: 150px 0 0 10px!important;
        margin: 2% !important;
        width: 96%!important;
        height: 150px!important;
        background-size: contain !important;
    }
    div.marketing-position .main .title{
        bottom: 80px!important;
        font-size: 18px!important;
        
    }
    div.marketing-position .title{
        font-size: 16px!important;
    }
    div.marketing-position .main .desc{
        width: 100%!important;
        margin-top: -80px!important;
    }
    div.marketing-position .minor li:nth-child(2){
        margin-left: 0% !important;
    }
    div.marketing-position .minor li:nth-child(4){
        margin-left: 0% !important;
    }
    div.marketing-position .minor li .btn{
        left: 5px!important;
        bottom: -10px!important;
    }
    div.marketing-position .desc{
        font-size: 12px!important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .section-wrapper{
        padding: 0!important;
    }
    .mall-app-card{
        margin: 0!important;
        height: 330px!important;
    }
    .index-news dl,.mall-app>ul>li{
        width: 96%!important;
        margin: 2%!important;
    }
    
    
    .index-honor li{
        width: 47%!important;
        display: grid!important;
        place-items: center!important;
        margin:2% 0 0 2%!important;
        padding-top:0!important;
    }
}





@media (max-width:767px) {
.wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;    
}
.fl {
    float: left;
    line-height: 62px;    
}

.fr {
    float: right;
    height: 62px;
}
.logo img {
    width: 110px;
}
img {
    vertical-align: middle;
}
/*移动端幻灯片*/
.img.pc-img.pcbanner1, .img.pc-img.pcbanner2, .img.pc-img.pcbanner3 {
    width: 100%;
    position: absolute;
    top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
    left: 0;
    right: auto;
    z-index: 2;
}
.swiper-button-next,.swiper-button-prev,.banner-subtitle a {
    display: none;
}
.banner-section .section-bg .bg-box {
    width: 100%;
    height: 388px;
}
.banner-section {
    background-color: #fff;
    /* position: relative; */
    padding-bottom: 100px;
    height: 388px;
}
.banner-section .section-bg .bg-box .img.pc-img {
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #ffffff;
    margin-right: 10px;
    top: -5px;
    outline: none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: 100%;
    margin-top: -40px;
}
/*文字*/
.titleflex {
    display: inline-grid;
    margin: auto;
    text-align: center;
    width: auto;    
}
.banner-title {
    font-size: 22px;
    font-family: FirstFont;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
    text-align: left;
    padding-bottom: 0px;
    font-style: italic;
    z-index: 9;
    margin-top: 210px;
    display: inline-block;
    padding-left: 14px;
}
.banner-subtitle {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    z-index: 9;
    text-align: left;
    padding: 0px 20px;
}
.banner-subtitle p {
    height: 15px;
    line-height: 15px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    border-left: 4px solid #ffffffab;
    border-radius: 2px;
}
/*轮播下方*/
.part1_nav {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgba(172, 172, 172, 0.4);
    position: relative;
    top: 0;
    background: white;
}



/*产品推荐展示移动端*/
.section.seaction-01,.section.seaction-03 {
    padding: 40px 0 40px 0;
    background-color:#fff!important;    
}
.section-head-title {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family:微软雅黑;
}
/* collapse */.collapse-list {
	border-top:1px solid #f2f2f2;
	margin:0px -15px;
}

.collapse-item-bd {
    display: none;
}

.collapse-item {
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
}
.collapse-item-hd {
	position:relative;
	background-color:#fff;
	height:60px;
	line-height:60px;
	font-size:15px;
	padding:0px 10px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;	
}
.collapse-icon {
	position:relative;
	top:-2px;
	display:inline-block;
	width:22px;
	height:22px;
	vertical-align:middle;
}
.collapse-item-hd::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 112.5% 112.5%;
    background-position: 50% 50%;
    background-color: transparent;
    background-image: url(../picture/index-media28-202010141437.svg);
}
.collapse-item-hd.active::after {
    transform: rotate(-90deg);
}
.collapse-item.on .collapse-item-hd::after {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.collapse-item-bd {
	background-color:#fff;
	overflow:hidden;
	display:none;
	border-top:1px solid #f2f2f2;
	padding:15px;
	color:#666;
	line-height:1.6;
}

.collapse-bd-list {
	background-color:#f5f6f9;
	overflow:hidden;
	display:none;
	border-top:1px solid #f2f2f2;
	padding:0;
}
.collapse-list-item {
	display:block;
	margin:15px;
	background-color:#fff;
	padding:15px;
	box-shadow:0 2px 10px rgba(64,66,77,.16);
}
.collapse-bd-list-title {
	margin-bottom:7px;
	color:#11111a;
}
.collapse-bd-list-text {
	color:#7a8ba6;
	font-size:13px;
}
.collapse-item-hd .collapse-icon {
	margin-right:10px;
}

/* icon */.collapse-icon {
	display:inline-block;
	line-height:normal;
}
.collapse-icon::before {
	content:'';
	display:inline-block;
	width:22px;
	height:22px;
	background-size:88px auto;
	line-height:normal;
}
.collapse-icon01::before {
	background-position:0 0;
}
.collapse-icon02::before {
	background-position:-22px 0;
}
.collapse-icon03::before {
	background-position:-44px 0;
}
.collapse-icon04::before {
	background-position:-66px 0;
}
/* 标签 徽章 */.tag {
	display:inline-block;
	vertical-align:text-top;
	min-width:30px;
	height:18px;
	line-height:18px;
	margin:0 3px;
	padding:0 5px;
	font-size:12px;
	white-space:nowrap;
	color:#fff;
	border-radius:2px;
	box-sizing:border-box;
	position:relative
}
.tag-arr::before {
	content:'';
	border-color:transparent;
	border-style:solid;
	border-width:5px;
	position:absolute;
	bottom:0;
	left:-5px;
}
.tag-bg {
	display:inline-block;
	line-height:normal;
	min-width:auto;
	width:26px;
	height:12px;
	padding:0;
	margin:0 3px;
	background-image:url(../images/tag-icons.png);
	background-size:26px auto;
	line-height:normal;
}
.tag-hot {
	background-position:0 0;
}
.tag-new {
	background-position:0 -12px;
}
.tag-hot1 {
	background-position:0 -24px;
	height:13px;
}
.tag-blue {
	background-color:#0096ff;
}
.tag-orange {
	background-color:#ff8812;
}
.tag-orange.tag-arr::before {
	border-bottom-color:#ff8812;
}
/*为什么选择我们*/
.col-2.wow.fadeInUp {
    width: 100%;
    height: 120px;
    font-size: 10px;
    /*background: #fff;	*/
}
.reason-box-item {
    box-shadow: 0 2px 10px rgba(64,66,67,0.16);
    padding: 15px 28px 10px 100px;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    background: #fff;    
}
.reason-box-item:before {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 25%;
}
.reason-item-title {
    font-size: 14px;
    display: none;
}
.reason-box {
    margin: 0 -10px;
}

/*解决方案*/
.tpm-solution__section {
    background-color: #fafafa;
    color: #fff;
}
.tpm-solution {
    display: block;
    margin: 0;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.tpm-solution__navs>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 24px;
}
.tpm-solution__nva-inner {
    position: relative;
    box-sizing: border-box;
    height: auto;
    border-radius: 4px;
    padding: 44px 0px 0;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #040613;
    text-align: center;
}
.tpm-solution__nva-title {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
}
.tpm-solution__nva-features {
    display: none;
}
.tpm-solution__center {
    margin-top: 24px;
    margin: 24px 0 0;
    order: 0;
    width: 100%;
}
.tpm-solution__summary {
    margin: 0 -8px;
    padding: 0 16px 32px;
    position: relative;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
}
.tpm-solution__summary-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.tpm-solution__summary-entry {
    position: inherit;
    left: 0;
    bottom: 6px;
}
.tp-link__inner {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    padding: 0 16px;
    text-align: center;
    height: 46px;
    background-color: #0056ff;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.tp-link--arrow:after{
    display: none;
}
/*移动端服务行业*/
/* 专业、可靠的合作伙伴 */
.partner-box {
	margin:-10px;
}
.partner-box li {
	float:left;
	width:calc(16.6666666% - 20px);
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	margin:10px;
	cursor:pointer;
	border:1px solid #f2f2f2;
	box-sizing:border-box
}
.partner-box li:hover {
	box-shadow:10px 10px 20px rgba(64,66,77,.06)
}
.partner-box:after {
	content:'';
	display:table;
	width:100%
}
.partner-box li {
    float: left;
    width: calc((100% - 60px) / 3);
    height: 46px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    background-size: auto 19px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}
/*移动端数据中心*/

.section-04 {
    background-color: #202d40;
    /*background-image: url(https://static.ucloud.cn/f0f69455bbae43b484cca2125b18211f.png);*/
    background-size: 100% 100%;    
}
section.section.section-04.sectionwap {

    margin-top: -0px;
}
.section-04 .section-head > * {
	color:#fff;
}
.section-04 ul {
	padding-bottom:15px;
}
.section-04 li {
	width:25%;
	float:left;
	color:#666;
	text-align:center;
}
.map-box-text {
	font-size:17px;
	margin-bottom:10px;
}
.map-box-title {
	color:#ffffff;
	font-size:12px;
}

.blue {
	color:#FF9800  !important;
}


.section-head {
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
.section-head-title {
	font-size:18px;
	color:#1a1a1a;
	margin-bottom:4px;
}
.section-head-desc {
	color:#717278;
	font-size:13px;
	line-height:20px;
}

.tpm-section__title {
    margin-top: 20px;
}

/*移动端底部*/
.company_phone {
    width: 18px;
    margin-right: 5px;
}

}

.bannercard-list {
    position: relative;
    margin-top: -20px;
    z-index: 2;
}
.mobile-cards {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
}
.mobile-card-l {
    display: inline-block;
    height: 60px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e1e6f0;
    box-shadow: 0 0.213333rem 0.213333rem 0 rgba(55,69,103,.02), 0 0.106667rem 0.106667rem 0 rgba(235,240,252,.02);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    width: calc((100% - 30px) / 2);
}
li.mobile-card-l img {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
}
.bannercard-title {
    position: absolute;
    height: 60px;
    left: 55px;
    font-size: 14px;
    line-height: 60px;
    color: #374567;
}
/* 头部 */
.headre-top {
    line-height: 62px;
    height: 62px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;   
}
.headre .logo img {
	vertical-align:middle;
	width:95px;
}

a.sub-menu-title {
    font-size: 14px;
}
.nva-main-title a,.sub-menu a {
    color: #666666;
}
.PersonalInformation_Fill {
    width: 80px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px;
    background-color: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
}
.mobile-user-btn {
	font-size:24px;
}
.mobile-menu-btn {
	display:inline-block;
	width:24px;
	height:26px;
}
.mobile-menu-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mobile-menu-btn.on i:nth-child(1) {
	-webkit-transform:rotate(-45deg) translate(-5px,5px);
	-moz-transform:rotate(-45deg) translate(-5px,5px);
	-ms-transform:rotate(-45deg) translate(-5px,5px);
	-o-transform:rotate(-45deg) translate(-5px,5px);
	transform:rotate(-45deg) translate(-5px,5px);
}
.mobile-menu-btn.on i:nth-child(2) {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mobile-menu-btn.on i:nth-child(3) {
	opacity:0
}
.headre-bottom {
	display:none;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	top:62px;
	z-index:99;
	background-color:#fff;
	overflow-y:auto;
}
.nva-side {
    width: 130px;
    height: 100%;
    float: left;
    overflow-y: auto;
    /*border-right: 1px solid #ebf0fc;*/
}
.sub-menu-title i,.nva-main-title i {
    float: right;
    color: #9E9E9E;
    margin-top: -3.5px;
}
.nva-main-title i {
    transform: rotate3d(0,0,1,-90deg); 
}
.nva-side li {
    height: 50px;
    line-height: 50px;
}
.nva-side li.active {
    background: linear-gradient(90deg,rgba(235,240,252,0) 0,#ebf0fc 100%);
}
.nva-side li:after,.nva-main-bd li:after,headre.nva-main-title:after {
    /*position: absolute;*/
    left: 13px;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebf0fc;
}
.sub-menu-bd dd>a:before {
    content: '';
    margin: 23px 20px 0 4px;
    float: left;
    width: 4px;
    height: 4px;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    background: #ebf0fc;
    border-radius: 2px !important;
}
.nva-side-menu-item {
	color:#9da5b5;
	padding-left:15px;
	border-left:2px solid transparent;
}
.nva-side li.active .nva-side-menu-item {
    color: #0066ff;
    border-left: 2px solid #0066ff;
}
.nva-main {
	height:100%;
	overflow-y:auto;
}
.sub-menu-title {
	display:block;
	padding:15px 0;
}
.sub-menu-bd {
	display:none;
	color:#9da5b5;
}
.sub-menu.on {
	}.sub-menu .iconright {
	transition:all .3s;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.sub-menu.on .iconright {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.nva-main-item {
    padding: 20px 10px;
    display: none;
}
.nva-main-title {
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
}
.on .sub-menu-title i {
    float: right;
    color: #9E9E9E;
    transform: rotate3d(0,0,1,-180deg);
}
.nva-main-bd {
	padding:0 15px 0 10px;
	font-size: 12px;
}
li.sub-menu.on {
    background: #fff;
}
.flag {
    font-size: 20px;
    margin-right: 10px;
    float: right;
    color: #fcbc0b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.sub-menu-bd dd a {
    display: inline-block;
    color: #9da5b5;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}
dl.sub-menu-bd dd {
    border-bottom: 1px solid #f3f5f8;
}
.headre-space {
	height:62px;
}
.headre-help-space {
	height:96px;
}

.sub-menu dl {
	display:none;
}
#popwap {
	display:none;
}
div#popwap {
	position:absolute;
	top:54px;
	width:112px;
	background:#fff;
	box-shadow:0 0 8px 2px rgb(248 248 248 / 0%);
	border-radius:2px;
	z-index:101;
	right:76px;
}
div#popwap span {
	padding:0px 10px;
	color:#717278;
	border-bottom:1px solid #eeeeee;
	display:flex;
	border-radius:4px;
	height:30px;
	line-height:30px;
}

a.btn.linear {
	margin-top:-3px;
	height:23.5px;
	line-height:23.5px;
}
.collapse-item-hd img {
	width:23px;
}
/*侧边导航*/
.bianT {
    width: 25px;
    height: 25px;
    overflow: hidden;
    outline: none;
    right: 15px;
    position: relative;
    float: right;
    top: -50px;
}
/*返回顶部*/
.pls-back2top {
    position: fixed;
    z-index: 99;
    right: 8px;
    bottom: 100px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    display:none
}

.cloud-fixed-box:hover {
    background-color: #2468F2;
}
.cloud-fixed-box {
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 9;
    width: 42px;
    height: 130px;
    box-sizing: border-box;
    padding: 20px 9px;
    border: 1px solid #2468F2;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    cursor: default;
}

.cloud-fixed-box .cloud-fixed-box-title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2468F2;
}
.cloud-fixed-box:hover .cloud-fixed-box-title {
    color: #fff;
}
.cloud-fixed-box:hover .cloud-fixed-box-spread-container {
    display: block;
}
.cloud-fixed-box .cloud-fixed-box-spread-container {
    display: none;
    width: 288px;
    position: absolute;
    top: 0;
    right: 42px;
}
/*内容*/
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread {
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    padding: 16px 30px;
    margin-right: 12px;
    position: relative;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread .cloud-fixed-box-icon {
    float: left;
    margin-top: 6px;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread .cloud-fixed-box-icon-hover {
    float: left;
    margin-top: 6px;
    display: none;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread p.cloud-fixed-box-tit {
    font-size: 14px;
    color: #191A24;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread p {
    margin: 0 0 0 34px;
    line-height: 26px;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread li.cloud-fixed-box-tel p.cloud-fixed-box-con {
    color: #2468F2;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread p.cloud-fixed-box-con {
    font-size: 12px;
    color: #758096;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread p {
    margin: 0 0 0 34px;
    line-height: 26px;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread li {
    margin-bottom: 16px;
}
.cloud-fixed-box .cloud-fixed-box-spread-container .cloud-fixed-box-spread::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 26px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    border-right: 12px;
}
.selllist-tit-tag {
    margin-left: 26px;
    width: 28px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    background-image: url(../picture/hothd.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 18px;
    display: inline-block;
}
.sbcx_icons {
  position: absolute;
}

.sbcx_icon01 {
  width: 30px;
  height: 30px;
  background: url("../picture/sbcx_icon01.png") no-repeat center;
  background-size: 30px auto;
  left: 9.6%;
  top: 20.6%;
}

.sbcx_icon02 {
  width: 50px;
  height: 50px;
  background: url("../picture/sbcx_icon02.png") no-repeat center;
  background-size: 50px auto;
  left: 19.4%;
  bottom: 24.33%;
}

.sbcx_icon03 {
  width: 90px;
  height: 90px;
  background: url("../picture/sbcx_icon03.png") no-repeat center;
  background-size: 90px auto;
  left: 25%;
  top: 33.16%;
}

.sbcx_icon04 {
  width: 90px;
  height: 90px;
  background: url("../picture/sbcx_icon04.png") no-repeat center;
  background-size: 90px auto;
  left: 35.4%;
  bottom: 2.5%;
}

.sbcx_icon05 {
  width: 60px;
  height: 60px;
  background: url("../picture/sbcx_icon05.png") no-repeat center;
  background-size: 60px auto;
  left: 41.61%;
  top: 9%;
  opacity: 0.7;
}

.sbcx_icon06 {
  width: 89px;
  height: 85px;
  background: url("../picture/sbcx_icon06.png") no-repeat center;
  background-size: 89px auto;
  right: 27.29%;
  top: 14%;
}

.sbcx_icon07 {
  width: 25px;
  height: 25px;
  background: url("../picture/sbcx_icon07.png") no-repeat center;
  background-size: 25px auto;
  right: 27.29%;
  top: 42.6%;
}

.sbcx_icon08 {
  width: 90px;
  height: 90px;
  background: url("../picture/sbcx_icon08.png") no-repeat center;
  background-size: 90px auto;
  right: 14.11%;
  bottom: 15.16%;
}

.sbcx_icon09 {
  width: 90px;
  height: 90px;
  background: url("../picture/sbcx_icon09.png") no-repeat center;
  background-size: 90px auto;
  right: 9.4%;
  top: 38.5%;
}



/*顶部菜单*/
.waves-span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 112.5% 112.5%;
    background-position: 50% 50%;
    background-color: transparent;
    background-image: url(../images/chevron-down.svg);
}
.text-dark-50:hover .waves-span:after {
    transform: rotate3d(0,0,1,-180deg);
}
.text-dark-50:hover  {
color: #ffc107  !important;
}
.func-info-boxzt:before {
    content: '';
    border-color: transparent transparent #ffffff transparent;
    border-width: 8px 10px;
    border-style: solid;
    position: absolute;
    top: -17px;
    left: 15px;
}
.func-info-row:hover .func-info-boxzt {
	display:block
}
.func-info-boxzt {
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 1;
    display: none; 
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
}
a.dropdown-item {
    color: #000;
    border-bottom: 1px solid rgb(220 223 238 / 26%);
    text-align: center;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
}
.dropdown-img {
    height: 16px;
    vertical-align: middle;	    
}
.d-inline-font {
	color:#fff !important;
	border-color:transparent;
}
.text-dark-50 {
	color:#fff !important;
    vertical-align: middle;	
}
.text-dark-50 img {
	width:30px;
	margin-left:5px;
	border-radius:4.5px;
    vertical-align: middle;	
    margin-left: 20px;    
}
.drop-down-box.last-box .item-link {
    width: calc((100% - 60px) / 1) !important;
}
.drop-down-box.last-box {
    width: 360px;
}
/*移动端底部*/
.company_phone {
    width: 18px;
    margin-right: 5px;
}
.footer-mb {background-color:#202d40;text-align:center;overflow: auto;}
.footer-mb * {color:#fff}
.footer-mb-link {text-align:left;}
.footer-mb-link dl {height:50px;overflow:hidden;}
.footer-mb-link dl.open {height:auto;}
.footer-mb-link dt {font-size:14px;line-height:50px;padding:0 10px;}
.footer-mb-link dt::after {content:'\e80b';width:25px;text-align:center;font-family:'iconfont';float:right;font-size:12px;}
.footer-mb-link dl.open dt::after {content:'\e80a';font-family:'iconfont';}
.footer-mb-link dd {background-color:#0f1019;line-height:35px;font-size:12px;padding:0 10px;}
.footer-mb-link dd a {color:#ccc;}
.under-line {position:relative;}
.under-line::after {content:'';position:absolute;left:5%;bottom:0;width:90%;height:1px;background-color:rgba(255,255,255,.1);}
.footer-mb-contact {display:inline-block;padding-top:15px;}
.footer-mb-contact li {margin-bottom:15px;text-align:left;}
.footer-mb-contact li.phone {width:320px;height:40px;border-radius:4px;border:1px solid #fff;line-height:40px;font-size:16px;margin:0 auto 25px;text-align:center;}
.footer-mb-contact li .footer-mb-icon {position:relative;top:-2px;display:inline-block;width:20px;height:20px;background-image:url(../images/footer-content.png);background-repeat:no-repeat;background-size:60px auto;margin-right:10px;vertical-align:middle;}
.footer-mb-icon01 {background-position:0 0;}
.footer-mb-icon02 {background-position:-20px 0;}
.footer-mb-icon03 {background-position:-40px 0;}
.footer-mb-copyright {font-size:12px;padding:20px 30px;text-align:center;}
.footer-mb-login-link {display:table;text-align:center;width:100%;padding-top:30px;}
.footer-mb-login-link li {display:table-cell;line-height:30px;position:relative;}

}

.bannercard-list {
    position: relative;
    margin-top: -20px;
    z-index: 2;
}
.mobile-cards {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
}
.mobile-card-l {
    display: inline-block;
    height: 60px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e1e6f0;
    box-shadow: 0 0.213333rem 0.213333rem 0 rgba(55,69,103,.02), 0 0.106667rem 0.106667rem 0 rgba(235,240,252,.02);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    width: calc((100% - 30px) / 2);
}
li.mobile-card-l img {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
}
.bannercard-title {
    position: absolute;
    height: 60px;
    left: 55px;
    font-size: 14px;
    line-height: 60px;
    color: #374567;
}

.dawn_hd {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  background: hsla(0, 0%, 100%, .34);
  backdrop-filter: blur(4px);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.dawn_hd:hover {
  background: #fff;
}

.dawn_wrap {
  position: relative;
  z-index: 202;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  font-size: 0;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(8, 20, 49, .1)
}

.dawn_hd_logo,
.dawn_hd_menu {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle
}

.dawn_hd_logo {
  vertical-align: top;
  margin-top: 12px;
  margin-right: 9px;
  margin-left: 50px;
  position: relative
}

.dawn_hd_logo a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 134px;
  height: 46px;
  /*background: url(https://cloud.dawnyun.com/世外云LOGO.svg) center no-repeat;*/
  background-size: 100%
}

.dawn_hd_logo.jdc_logo_en a {
  width: 150px;
  /*background-image: url(https://img.dawnyun.com/images/2022/11/15/LOGO1.png)*/
}

.dawn_hd_menu {
  height: 70px;
  overflow: hidden
}

#lottie {
  display: block;
  width: 100%;
  height: 100%
}

.dawn_hd_menu_list {
  font-size: 0;
  white-space: nowrap;
  float: left;
  transition: all .25s ease
}

.dawn_hd_menu_list>li {
  display: inline-block
}

.dawn_hd_list_item {
  display: block;
  position: relative;
  padding: 0 16px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #212121;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.dawn_hd_list_item:hover {
  color: #1A63FF
}

.dawn_hd_list_item:hover:after {
  opacity: 1
}

.dawn_hd_menu_list>li.active .dawn_hd_list_item {
  color: #1A63FF
}

.dawn_hd_menu_list>li.active .dawn_hd_list_item:after {
  opacity: 1
}

.dawn_hd_list_item:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: #1A63FF;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0
}

.dawn_hd .dawn_hd_tag {
  display: inline-block;
  margin-left: 5px;
  color: #1A63FF;
  font-style: normal;
  font-size: 12px;
  font-weight: 400
}

.hd_menu_dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  padding: 0;
  width: 100%;
  font-size: 0
}

.hd_menu_dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 5px 0 rgba(64, 87, 219, .1);
  z-index: -1
}

.hd_dropdown_item {
  margin-bottom: 20px
}

.hd_dropdown_item .menu_dropdown_title {
  position: relative
}

.hd_dropdown_item .menu_dropdown_ct {
  padding: 0;
  border: 0 none
}

.hd_dropdown_item .hd_item_col_subMenu {
  padding-top: 5px;
  padding-bottom: 10px
}

.menu_dropdown_ct,
.menu_dropdown_title {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.menu_dropdown_title {
  width: 183px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(13, 15, 26, .15)
}

.menu_dropdown_ct {
  padding: 6px 0 6px 20px;
  width: 836px;
  vertical-align: top
}

.hd_menu_dropdown_item {
  display: none;
  position: absolute;
  top: 8px;
  min-width: 720px;
  font-size: 0
}

.hd_solution .hd_menu_dropdown_item {
  display: block
}

.hd_solution .menu-second:hover {
  color: #fff
}

.hd_solution .hd_dropdown_item {
  margin: 0
}

.dropdown_title_ul {
  padding: 6px 0
}

.hd_product_ul {
  position: relative
}

.menu-second {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 38px;
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  cursor: default
}

.dropdown_title_ul .on .font-arr,
.dropdown_title_ul .on .menu-second,
.dropdown_title_ul .on .newfont {
  color: #1A63FF
}

.dropdown_title_ul .newfont {
  position: absolute;
  left: 10px;
  top: 0
}

.dropdown_title_ul .font-arr {
  position: absolute;
  right: 0;
  top: 0
}

.dawn_hd_operation {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 70px;
  padding-left: 210px
}

.dawn_hd_login,
.dawn_hd_operation>a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  color: #212121
}

.dawn_hd_operation>a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px
}

.dawn_hd_operation .dawn_hd_news {
  width: 28px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  font-size: 16px;
  color: #999
}

.dawn_hd_news i {
  display: none
}

.dawn_hd_operation .gotNews {
  position: relative;
  color: #212121
}

.dawn_hd_operation>a:hover {
  color: #1A63FF
}

.dawn_hd_operation .dawn_hd_news:hover {
  color: #999;
  background: #111
}

.dawn_hd_operation .gotNews:hover {
  color: #212121
}

.gotNews i {
  display: block;
  position: absolute;
  left: 33px;
  top: 16px;
  padding: 0 2px;
  min-width: 12px;
  max-width: 18px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  color: #212121;
  background: #f51c3a
}

.dawn_hd_console {
  padding: 0 10px
}

.dawn_hd_operation .dawn_hd_console:hover {
  color: #1A63FF
}

.dawn_hd_login {
  height: 70px
}

.user_mng {
  position: relative;
  display: block;
  padding: 0 20px 0 12px;
  height: 70px;
  line-height: 70px;
  color: #212121;
  cursor: default
}

.user_mng:hover {
  color: #212121
}

.user_mng img {
  display: none;
  float: left;
  margin-top: 15px;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.user_mng>b {
  float: left;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dawn_hd_log_in {
  position: relative;
  margin-right: 12px
}

.dawn_hd_log_in:hover .user_mng {
  background: #fff;
  box-shadow: 0 -9px 9px 0 rgba(64, 87, 219, .1);
  z-index: 1
}

.dawn_hd_log_in:hover .user_dropdown {
  display: block;
  *zoom: 1
}

.dawn_hd_log_in:hover .log_in_arr {
  border-width: 0 4px 4px;
  border-color: transparent transparent #666
}

.log_in_arr {
  position: absolute;
  top: 34px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #666 transparent transparent
}

.dawn_hd_log_in .user_dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  padding: 16px 16px 0;
  width: 280px;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(64, 87, 219, .1)
}

.jdc-lang-en .dawn_hd_log_in .user_dropdown {
  width: 280px
}

.dawn_hd_log_in .user_dropdown ul {
  padding-bottom: 10px
}

.dawn_hd_log_in ul a {
  display: block;
  line-height: 32px;
  color: #212121;
  font-size: 14px
}

.dawn_hd_log_in ul a b {
  float: right;
  margin-top: 7px;
  padding: 0 6px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 9px;
  background: #1A63FF;
  color: #fff
}

.dawn_hd_log_in li a:hover {
  color: #1A63FF
}

.dawn_hd_log_in li a:hover b {
  color: #fff
}

.dawn_hd_log_in .user_quit_wrap {
  padding: 15px 0;
  border-top: 1px solid #eee
}

.dawn_hd_log_in .user_quit,
.dawn_hd_log_in .user_reset {
  float: right;
  line-height: 20px;
  color: #212121;
  font-size: 14px
}

.dawn_hd_log_in .user_reset {
  float: left
}

.dawn_hd_log_in .user_quit:hover,
.dawn_hd_log_in .user_reset:hover {
  color: #1A63FF
}

.user_dropdown .user_balance {
  margin-bottom: 5px
}

.user_dropdown .user_balance dt {
  line-height: 20px;
  font-size: 14px;
  color: #595959
}

.user_dropdown .user_balance dd {
  padding: 0
}

.user_dropdown .user_balance .user_money {
  float: left;
  line-height: 22px;
  font-size: 14px;
  color: #1A63FF;
  margin-top: 6px
}

.user_dropdown .user_balance .user_money2 {
  color: #1A63FF
}

.user_dropdown .user_balance .user_recharge {
  float: right;
  padding: 0 5px;
  min-width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #1A63FF;
  color: #1A63FF
}

.user_dropdown .user_balance .user_recharge:hover {
  color: rgba(225, 37, 27, .8);
  border-color: rgba(225, 37, 27, .8)
}

.user_dropdown .user-tip {
  background-color: #FFFCF2;
  border-radius: 2px;
  padding: 8px 8px 8px 32px;
  border: 1px solid #FFCD61;
  margin-bottom: 14px
}

.user_dropdown .user-tip .tip-txt {
  position: relative;
  font-size: 14px;
  color: #000;
  white-space: initial
}

.user_dropdown .user-tip .tip-txt::after {
  position: absolute;
  left: -21px;
  top: 2px;
  content: '';
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='a'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1.000000 0 0 0 0 0.611765 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 5.1a.5.5 0 0 0-.5.5v5l.008.09a.5.5 0 0 0 .992-.09v-5l-.008-.09A.5.5 0 0 0 8 6.1zm0-2.2a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4z' fill='%23000' transform='matrix(1 0 0 -1 0 16)' filter='url(%23a)' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.user_dropdown .user-tip .tip-link {
  display: inline-block;
  font-size: 14px;
  color: #2C68FF;
  margin-left: 4px
}

.user_dropdown .user-chk {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0
}

.user_dropdown .user-chk .chk-name {
  display: block;
  font-size: 14px;
  color: #262626
}

.user_dropdown .user-chk .chk-status {
  display: block;
  font-size: 14px;
  color: #1A63FF
}

.user_dropdown .user-chk .status-type2 {
  color: #0ED57D
}

.user_dropdown .user-chk .status-type3 {
  color: #FF9C00
}

.dawn_hd_log_out {
  display: none;
  margin-right: 12px;
  font-size: 0;
  padding-top: 19px
}

.dawn_hd_log_out a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 12px;
  color: #212121;
  font-size: 16px;
  line-height: 32px
}

.dawn_hd_log_out a:hover {
  color: #1A63FF
}

.dawn_hd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: 0 0;
  -webkit-transition: height .3s, background-color .3s;
  transition: height .3s, background-color .3s
}

.dawn_hd_ct_bg {
  display: none;
  position: absolute;
  z-index: 201;
  left: 0;
  top: 90px;
  width: 100%;
  background: #222;
  opacity: .95;
  filter: alpha(opacity=95);
  -webkit-transition: all .3s cubic-bezier(0, 1, .5, 1);
  transition: all .3s cubic-bezier(0, 1, .5, 1)
}

.hd_ecology {
  width: auto;
  padding: 8px 0;
  left: auto;
  right: auto !important;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(64, 87, 219, .1)
}

.hd_ecology .menu-second {
  cursor: pointer
}

.hd_ecology .menu_dropdown_title {
  min-width: 180px;
  width: auto;
  border: 0
}

.hd_ecology .hd_menu_dropdown {
  width: auto
}

.hd_ecology .hd_dropdown_item {
  margin-bottom: 0
}

.header-waterfall {
  display: none;
  padding: 20px 30px;
  zoom: 100%;
  clear: both;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.header-waterfall ul {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative
}

.header-waterfall ul li {
  margin-top: -1px;
  min-width: 210px;
  max-width: 220px;
  text-align: left;
  position: absolute
}

.header-waterfall ul li h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  padding: 0 10px;
  white-space: normal
}

.header-waterfall ul li a {
  display: block;
  padding: 5px 10px;
  line-height: 20px;
  color: #aeacaf;
  font-size: 14px;
  white-space: normal
}

.header-waterfall ul li a:hover {
  color: #1A63FF
}

.header-waterfall ul li .line {
  display: none;
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px 10px;
  filter: alpha(opacity=20);
  opacity: .2
}

.noWaterfall li {
  position: static !important;
  float: left;
  margin-right: 20px
}

.dawn_hd_menu_list .help-hot {
  background: 0 0;
  display: inline-block;
  color: #1A63FF;
  font-size: 12px;
  padding: 0 3px;
  border-radius: 2px;
  margin-left: 5px;
  line-height: 15px
}

.dawn_hd_menu_list .help-grey {
  color: #999
}

.dawn_hd_menu_list .help-org {
  color: #1A63FF
}

.dawn_hd_log_out .dawn_reg {
  margin-left: 10px;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  min-width: 54px;
  color: #fff;
  background: #1A63FF;
  border-radius: 16px;
  text-align: center
}

.dawn_hd_log_out .dawn_reg:hover {
  background: rgba(225, 37, 27, .8);
  color: #fff
}

.dawn_hc_upgrade {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 15px;
  position: relative
}

.dawn_hc_upgrade a {
  display: block;
  height: 26px
}

.dawn_hc_upgrade a i {
  font-size: 16px
}

.dawn_hc_upgrade .upgrade_tips {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
  height: 26px;
  line-height: 26px;
  background: #1A63FF;
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: -104px
}

.dawn_hc_upgrade .upgrade_tips .triangle {
  position: absolute;
  left: 50%;
  top: -3px;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #1A63FF
}

.dawn_hc_upgrade:hover i {
  color: #1A63FF
}

.dawn_hc_upgrade:hover .upgrade_tips {
  display: block
}

.user_subUser {
  color: #666;
  font-size: 12px
}

.user_subUser dd,
.user_subUser dt {
  line-height: 20px
}

.user_subUser .user_subUser_name {
  color: #212121
}


.jdc-nav-btn,
.nav-m-user {
  display: inline-block;
  padding: 8px;
  vertical-align: middle
}

.m-qrcode-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000
}

.m-qrcode-pop .m-qrcode-pop-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6)
}

.m-qrcode-pop .m-qrcode-pop-ct {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  pointer-events: none
}

.m-qrcode-pop .m-qrcode-pop-ct img {
  width: 78%;
  pointer-events: auto
}

.m-qrcode-pop .m-qrcode-pop-ct p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px
}

.open .m-qrcode-pop {
  display: table
}

.nav-user-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 24px !important;
  line-height: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAA6BJREFUSEuNVk1oXFUU/s6FGZNoXShhSAjOuy9pxhLowgpS/6ioiGLd6c4fqFZKW2wWVerGulHURSpWxPiDPzuzs6KghRb/iqAuAqFOnNzzRoJlCLrwJ4kzcI+c533h5fVN4oM7vHfOuec7957vfncIWzxxHE+KyH4A9wMYBTASwi8B+BXAJ0R0xjm32C8NlTnGx8f3eO8PAtCRfy6Gj10F+6wxZnZpaemHYr7LAKy1DwL4KAReEJEPRGR+dXV1fmVl5S+1Dw8PXzU0NLSbiHQ8AmBviH+ImefyIJsAoig6SUTPhYB3mPnxrbYw81lr3wZwQL9F5PkkSU5mvg2AOI5PiMgLwXE7M3+VTx7H8UsAJoNt0Tn3TN5vrb0NwJdqI6JnnXMvpu/6E/b8++CcdM79XJjMAKLCahJmtoUidopI2nBjzI3akxTAWvumNpSIpp1zpwrJPwawn4hOee/fD5MfFZFjAM4w8wMFkGMiMgNglpmfpHq9bo0xDsBZZr47H1yv10eMMUrHxHt/c7vdVnoi2L/VVXnvRzN7ridfALjLex+TtVYb+RaAI8z8eh4giqJ9RHSu2DiNyQghInckSXK+sOrDAE4DeEIBzgHYVxYYx/F1ItIG0GTm6wtJfgLQIKK6c+6XssIAnFeAprKjWq1e3Ww2/yzS0lr7NYBbROQQgPeC/zEiegPAN8x8a3FOo9HY0e12/wCwqAD6comZG/04b63NWLQSYoa1L0UWFVaohY9kAB1m3tkPQO3bnYOSlSvVaxtb1Ov1rl1eXv69DGRqaqq6vr5eE5FaOCudgYGBzsLCQrcsfmxs7JpKpfJbtkVpk73397Xb7c8Ky9wN4OEw0uS5pwPgQx3MPF+g973GmE+zJmc0fZqZX8lxeUP0iOhH732TiPRMqN6MGmMaInJDiN8kctba4wBeTmmaHTQRWVhbW7up0+n8nVdUIjphjJlptVr/5KucmJi4wns/LSKp5gBIQWq12pWDg4PfEdFUetDUk0mFHqhqtXq61+tdADCRTdqq+bliWpVKZW+32z0SFPk/qdDJebED8BqAo0R0wDn37lbJc9uZbXM6V+2bxC7QMC/XnzPzPf8neQ7kLIA7A8s2y3UWlNOXJSJ6lZm1om0fa+1REXmKiMb7Xjhl7FGaAZjRKzNJkiSPFEVRpFcmgGmleRmb0tWUldfn0ledUllPdxTAjvDe9zz0BchAt/vbQkRzxpi5VquVadRl9f4L/qm7GPy8otQAAAAASUVORK5CYII=);
  color: #212121
}
.nav-m-btn-wrap .jdc-m-btn-primary.jdc-m-btn-default {
    background: 0 0;
    /* border: 1px solid #1A63FF; */
    color: #1A63FF;
}
.jdc-m-btn-primary {
    display: inline-block;
    padding: 6px 10px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: linear-gradient(150deg,#339bfe,#2468f2);
}
.jdc-nav-btn span {
  display: block;
  width: 20px;
  height: 2px;
  position: relative;
  background: #212121;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  -ms-transform-origin: 20px;
  transform-origin: 20px;
  transition: background .5s cubic-bezier(0.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(0.77, .2, .05, 1), width .5s
}

.jdc-nav-btn span+span {
  margin-top: 5px
}

.jdc-nav-btn span:nth-last-child(2) {
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: width .5s ease
}

.jdc-nav-btn.jdc-nav-btn-actived span {
  opacity: 1;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.jdc-nav-btn.jdc-nav-btn-actived span:nth-last-child(3) {
  opacity: 1;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.jdc-nav-btn.jdc-nav-btn-actived span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: width .5s
}

.nav-m-menu-wrap,
.nav-m-user-list {
  display: none
}

.dawn_hd_lang {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  position: relative
}

.dawn_hd_lang:hover .lang-tit {
  background: #2a2e42
}

.dawn_hd_lang:hover .lang-list {
  display: block
}

.dawn_hd_lang .lang-tit {
  line-height: 39px;
  height: 39px;
  padding: 0 15px 0 34px;
  position: relative
}



.dawn_hd_lang .lang-tit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #fff transparent transparent;
  margin-left: 5px;
  vertical-align: -12px;
  opacity: .5
}

.dawn_hd_lang .lang-list {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  padding: 10px 0;
  background: #2a2e42;
  width: 100%;
  min-width: 106px
}

.dawn_hd_lang .lang-list a {
  display: block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px
}

.dawn_hd_lang .lang-list a.cur,
.dawn_hd_lang .lang-list a:hover {
  color: #4762fe
}

.dawn_hd_lang .lang-list a.cur {
  cursor: default
}

.jdc-lang-tips {
  position: absolute;
  z-index: 200;
  top: 100px;
  left: 0;
  width: 100%;
  background: rgba(34, 36, 48, .7);
  color: #fff;
  font-size: 12px
}

.jdc-lang-tips .w {
  position: relative;
  padding: 20px 0
}

.jdc-lang-tips .lang-tips-icon {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
  padding-left: 30px
}

.jdc-lang-tips .lang-tips-icon i {
  font-size: 16px;
  color: #e9ab1d
}

.jdc-lang-tips .lang-tips-text {
  overflow: hidden;
  line-height: 18px;
  padding-right: 40px
}

.jdc-lang-tips .lang-tips-text .lang-tips-check-box {
  margin-top: 8px;
  color: #fff;
  display: inline-block;
  cursor: pointer
}

.jdc-lang-tips .lang-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  opacity: .5
}

.jdc-lang-tips .lang-tips-close:hover {
  opacity: .9
}

.jdc-lang-tips .lang-tips-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  vertical-align: -3px;
  margin-right: 10px;
  position: relative
}

.jdc-lang-tips .lang-tips-check.is-checked {
  background: #4762fe
}

.jdc-lang-tips .lang-tips-check.is-checked:after {
  -ms-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1)
}

.jdc-lang-tips .lang-tips-check:after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 9px;
  left: 6px;
  position: absolute;
  top: 2px;
  -ms-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 4px;
  transition: transform .15s ease-in .05s;
  -ms-transform-origin: center;
  transform-origin: center
}

.dawn_wrap_top {
  height: 70px;
  position: relative;
  z-index: 10
}

.dawn_wrap_bottom {
  height: 49px;
  position: relative
}

.dawn_wrap_bottom .dawn_hd_menu_list {
  display: inline-block;
  vertical-align: middle
}

.dawn_wrap_bottom .menu-tit {
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-size: 16px;
  padding: 0 10px 0 20px
}

.dawn_wrap_bottom .hd_menu_dropdown {
  top: 49px
}

.dawn_hd_search_btn {
  display: none
}

.search-box-top:hover {
  width: 300px;
  transition: all .3s ease;
}

.dawn_hd_search {
  position: absolute;
  top: -9px;
  left: -20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  height: 70px;
  transition: all .3s ease;
}

.dawn_hd_search:hover {
  color: #1A63FF;
  left: -88px;
  transition: all .3s ease;
}

.jdc-search {
  position: relative;
  width: 200px;
  padding: 15px 16px
}

.jdc-search .jdc-search-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer
}

.jdc-search .jdc-search-ipt {
  border: 1px solid transparent;
  outline: 0;
  background: #f5f5f5;
  height: 40px;
  padding: 4px 52px 4px 12px;
  width: 100%;
  box-sizing: border-box;
  color: #212121;
  font-size: 14px
}

.jdc-search .jdc-search-ipt::-webkit-input-placeholder {
  color: #8c8c8c
}

.jdc-search .jdc-search-ipt:-ms-input-placeholder {
  color: #8c8c8c
}

.jdc-search .jdc-search-ipt:-moz-placeholder {
  color: #8c8c8c
}

.jdc-search .jdc-search-ipt::-moz-placeholder {
  color: #8c8c8c
}

.jdc-search .jdc-search-ipt::placeholder {
  color: #8c8c8c
}

.jdc-search .jdc-search-btn {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #ededed;
  outline: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1
}

.jdc-search .i-clear,
.jdc-search .i-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIiBzdHJva2U9IiM4QzhDOEMiIHN0cm9rZS13aWR0aD0iMS41Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC40MTcgMTEuMDk4bDIuNDA0IDIuNDA0Ii8+PGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI1Ljc1Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  background-size: cover;
  vertical-align: middle
}

.jdc-search .i-clear {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj48Y2lyY2xlIHN0cm9rZT0iIzU5NTk1OSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz48cGF0aCBkPSJNNS4yMzIgNC41MjVsNC4yNDMgNC4yNDNhLjUuNSAwIDEgMS0uNzA3LjcwN0w0LjUyNSA1LjIzMmEuNS41IDAgMCAxIC43MDctLjcwN3oiIGZpbGw9IiM1OTU5NTkiLz48cGF0aCBkPSJNOS40NzUgNS4yMzJMNS4yMzIgOS40NzVhLjUuNSAwIDEgMS0uNzA3LS43MDdsNC4yNDMtNC4yNDNhLjUuNSAwIDAgMSAuNzA3LjcwN3oiIGZpbGw9IiM1OTU5NTkiLz48L2c+PC9nPjwvZz48L3N2Zz4=)
}

.jdc-search .jdc-search-clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #595959;
  cursor: pointer;
  background-color: #e5e5e5
}

.jdc-search .jdc-search-clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #D9D9D9
}

.jdc-search-dropdown {
  display: none;
  background: #fff;
  padding: 1px 0 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1)
}

.jdc-search-dropdown .jdc-search-dropdown-tit,
.jdc-search-dropdown h3 {
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  margin-bottom: 5px
}

.jdc-search-dropdown li a {
  display: block;
  color: #212121;
  line-height: 32px;
  padding: 0 16px;
  transition: all .25s ease
}

.jdc-search-dropdown li a:hover {
  color: #1A63FF
}

.search-hover .jdc-search {
  width: 270px
}

.search-active {
  left: -190px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1)
}

.search-active .jdc-search {
  width: 368px;
  background: #fff
}

.search-active .jdc-search .jdc-search-ipt {
  border: 1px solid #1A63FF;
  background-color: #fff
}

.search-active .jdc-search .jdc-search-btn {
  z-index: 1;
  background: 0 0
}

.search-active .jdc-search .jdc-search-mask {
  display: none
}

.dawn_hd_consultation {
  margin-right: 20px;
  width: 174px;
  height: 40px;
  line-height: 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #1A63FF;
  border-radius: 20px;
  position: relative;
  overflow: hidden
}

.dawn_hd_consultation a {
  display: block;
  color: #1A63FF;
  padding: 4px;
  height: 32px
}

.dawn_hd_consultation a:hover .hc-bg {
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  border-radius: 20px
}

.dawn_hd_consultation a:hover .hc-txt1 {
  opacity: 1
}

.dawn_hd_consultation a:hover .hc-txt2 {
  opacity: 0
}

.dawn_hd_consultation a .hc-bg {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 42px;
  height: 37px;
  background: linear-gradient(90deg, #1A63FF 0, #0cd1e5 100%);
  border-radius: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: all .4s ease;
}

.dawn_hd_consultation a i {
  position: relative;
  vertical-align: top;
  display: inline-block;
  /* padding: 8px; */
  width: 39px;
  height: 39px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  bottom: 3px;
  left: 5px;
}

.dawn_hd_consultation a i img {
  vertical-align: top;
  width: 100%;
  height: 93%
}

.dawn_hd_consultation a span {
  vertical-align: top;
  display: inline-block;
  z-index: 2
}

.dawn_hd_consultation a .hc-txt1 {
  position: absolute;
  top: 2px;
  left: 62px;
  right: 0;
  opacity: 0;
  color: #fff;
  transition: all .2s ease .2s;
}

.dawn_hd_consultation a .hc-txt2 {
  position: relative;
  opacity: 1;
  transition: all .2s ease .2s;
  top: -2px;
}

.scroll-btn {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 194px;
  z-index: 1;
  height: 70px;
  width: 50px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0)0, #fff 60%, #fff 100%)
}

.scroll-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 7px;
  display: block;
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_hd-arr.png) no-repeat center;
  width: 14px;
  height: 14px;
  background-size: cover
}

.scroll-btn-left {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.scroll-btn-right {
  left: 842px
}

.hd-dropdown-wrap {
  position: relative;
  font-size: 14px;
  height: 552px;
  width: 1576px;
  margin: 0 auto;
  overflow: auto;
  max-height: calc(100vh - 70px - 10px)
}

.hd-dropdown-col {
  width: 20%;
  float: left;
  box-sizing: border-box
}

.hd-dropdown-col .hd-dropdown-dl+.hd-dropdown-dl {
  padding-top: 0
}

.dropdown-product-col-right .hd-dropdown-dl+.hd-dropdown-dl {
  border-top: 1px solid #e1e2e4
}

.hd-dropdown-dl {
  padding: 24px 10px 24px 24px;
  position: relative;
  z-index: 10
}

.hd-dropdown-dl dt {
  font-weight: 700;
  white-space: normal;
  font-size: 16px;
  color: #1A63FF
}

.hd-dropdown-dl dt+dd {
  margin-top: 10px
}

.hd-dropdown-dl dd {
  line-height: 22px;
  padding: 5px 0;
  font-size: 14px;
  white-space: normal
}

.hd-dropdown-dl dd a {
  display: block
}

.hd-dropdown-dl dd p {
  color: #666;
  margin-top: 4px
}

.dropdown-product-wrap {
  font-size: 14px;
  max-width: 1576px;
  margin: 0 auto
}

.dropdown-product-left {
  float: left;
  width: 20%;
  max-height: calc(100vh - 70px - 10px);
  height: 552px
}

.dropdown-product-right {
  overflow: auto;
  max-height: calc(100vh - 70px - 10px);
  height: 552px
}

.dropdown-product-scroll {
  overflow: auto;
  height: calc(100%)
}

.dropdown-product-nav li.active a:after {
  opacity: 1;
  right: 24px
}

.dropdown-product-nav li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.all-link {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px
}

.dropdown-product-body {
  /* height: 100%; */
  padding: 0 0 0 24px
}

.dropdown-product-ct {
  min-height: 100%;
  display: none;
  overflow: hidden;
  position: relative
}

.dropdown-product-ct.dropdown-show {
  display: block
}

.dropdown-product-col {
  float: left;
  width: 21%;
  box-sizing: border-box
}

.dropdown-product-col .hd-dropdown-dl {
  padding: 24px 10px 24px 0
}

.dropdown-product-col-right {
  display: block;
  float: right;
  width: 33%;
  height: 80%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 0
}

/* .dropdown-product-col-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    z-index: 1
} */

.dropdown-product-ct-search {
  display: none
}

.dropdown-product-ct-search .dropdown-search-tit {
  padding-top: 20px
}

.dropdown-product-ct-search .dropdown-search-tit span {
  color: #666
}

.dropdown-product-ct-search .dropdown-search-tit span strong {
  font-weight: 400;
  color: #ff6d37
}

.dropdown-search-clear,
.search-result-box {
  display: none
}

.product-searching .search-result-box {
  display: block
}

.m-consultation {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 0;
  width: 52px;
  transition: right .5s ease
}

.m-consultation.scrolling {
  right: -40px
}

.m-consultation .m-consultation-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 0 0
}

.m-consultation a {
  display: block
}

.m-consultation img {
  vertical-align: top;
  max-width: 100%
}

.m-consultation .cu-sub {
  display: none;
  position: absolute;
  bottom: 64px;
  right: 16px;
  width: 260px;
  padding: 24px 24px 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 4px 6px 1px rgba(166, 138, 138, .1);
  z-index: 1
}

.m-consultation .cu-sub .cu-item {
  position: relative;
  padding-left: 32px;
  line-height: 20px;
  font-size: 12px
}

.m-consultation .cu-sub .cu-item .cu-icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.388 15.334h-.546c-.146 0-.508-.008-.647-.028a5.932 5.932 0 0 1-3.06-1.371 5.935 5.935 0 0 1-1.323-1.6 5.81 5.81 0 0 1-.744-2.305 5.93 5.93 0 0 1 .48-3.074A5.974 5.974 0 0 1 10.31 3.41a5.94 5.94 0 0 1 3.715 1.559 5.947 5.947 0 0 1 1.817 3.164c.058.26.09.526.116.792a.3.3 0 0 1-.074.231 6.129 6.129 0 0 1-1.703 1.437 6.153 6.153 0 0 1-2.266.75c-.178.024-.29.004-.386-.178-.146-.28-.406-.426-.723-.452-.5-.04-1.002-.018-1.501-.014a.953.953 0 0 0-.84.476.885.885 0 0 0-.136.452c-.004.141-.002.281 0 .423.002.488.438.932.926.938.501.004 1 .004 1.502 0 .368-.002.728-.262.864-.63.044-.12.112-.154.232-.164a6.849 6.849 0 0 0 3.82-1.61c.037-.033.069-.075.115-.099.05-.026.074-.012.072.046a5.876 5.876 0 0 1-.636 1.753c-.281.512-.63.974-1.047 1.377a5.926 5.926 0 0 1-3.314 1.643 7.397 7.397 0 0 1-.475.03z' fill='%23E1251B'/%3E%3Cpath d='M19.999 11.213c-.05.166-.102.328-.216.464a.981.981 0 0 1-.78.38c-.579.003-1.157 0-1.736.003-.076 0-.086-.028-.086-.092.002-1.42-.002-2.844.004-4.265a2.05 2.05 0 0 0-.126-.745c-.925-2.518-2.674-4.155-5.258-4.883-.734-.206-1.487-.266-2.25-.23-3.039.14-5.663 2.117-6.698 4.901a.574.574 0 0 0-.038.21c0 1.665 0 3.33.004 4.994 0 .094-.028.11-.114.11-.558-.004-1.115-.002-1.673-.002-.515 0-.905-.317-1.015-.825-.002-.008-.01-.014-.016-.02V7.559c.046-.517.55-.889 1.041-.871.162.006.324-.002.486.002.082.002.124-.026.15-.104.13-.384.284-.76.467-1.12a8.885 8.885 0 0 1 1.19-1.774 8.693 8.693 0 0 1 2.294-1.887 8.447 8.447 0 0 1 3.01-1.04C9.17.667 9.749.667 9.749.667h.225c.845 0 1.649.176 1.913.232.751.154 1.457.44 2.132.801a8.76 8.76 0 0 1 4.125 4.84c.05.147.05.147.208.147h.64c.423.002.803.262.959.654.028.07.026.145.046.217.002 1.218.002 2.435.002 3.654z' fill='%23E1251B'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px auto;
  vertical-align: top
}

.m-consultation .cu-sub .cu-item .cu-icon.cu-icon-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.686 12.087s6.602 6.664 10.127 4.664c0 0 1.085-.947 1.31-2.39.023-.143-.262-.325-.35-.395a11.12 11.12 0 0 0-.92-.63c-.749-.478-1.518-.923-2.283-1.376-.24-.143-.503-.306-.788-.226a2.503 2.503 0 0 0-.486.177c-.538.282-.98.546-1.562.81 0 0-.93-.073-3.149-2.32-2.358-2.386-2.426-3.17-2.426-3.17.307-.435.586-.89.818-1.37.1-.207.237-.406.296-.632.059-.226-.063-.388-.164-.587a27.86 27.86 0 0 0-.719-1.31c-.432-.746-.872-1.522-1.424-2.187-.058-.07-.194-.277-.305-.27C2.436.958 1.23 2.184 1.23 2.184c-1.897 3.468 4.457 9.903 4.457 9.903z' fill='%23E1251B'/%3E%3C/svg%3E")
}

.m-consultation .cu-sub .cu-item .cu-icon.cu-icon-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 0H0v20h20V0z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2v4.375c0 .345.28.625.625.625H17l-.039 9.745c0 .69-.56 1.25-1.25 1.25H4.25c-.69 0-1.25-.56-1.25-1.25L2.99 3.25c0-.69.56-1.25 1.25-1.25H11zm2.125 11.125h-6.25l-.073.004a.625.625 0 0 0 0 1.242l.073.004h6.25l.073-.004a.625.625 0 0 0-.073-1.246zm0-3.75h-6.25l-.073.004a.625.625 0 0 0 0 1.242l.073.004h6.25l.073-.004a.625.625 0 0 0-.073-1.246zM8.75 5.625H6.875l-.073.004a.625.625 0 0 0 0 1.242l.073.004H8.75l.073-.004a.625.625 0 0 0-.073-1.246zM12 2l5 4h-4.375A.625.625 0 0 1 12 5.375V2z' fill='%23E1251B'/%3E%3C/g%3E%3C/svg%3E")
}

.m-consultation .cu-sub .cu-item dt {
  color: #333;
  margin-bottom: 4px;
  line-height: 24px
}

.m-consultation .cu-sub .cu-item dd {
  line-height: 18px;
  margin-bottom: 4px
}

.m-consultation .cu-sub .cu-item dd a {
  color: #8C8C8C
}

.recommend-tit {
  font-size: 14px;
  font-weight: 700;
  margin-top: 36px
}

.dawn_hd_login .Ynavi-msg-cnt {
  position: fixed;
  right: 10px;
  top: 60px;
  padding: 16px 20px;
  min-width: 320px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4)
}

.dawn_hd_login .Ynavi-msg-cnt h3 {
  height: 24px;
  margin: 0 0 16px;
  line-height: 24px
}

.dawn_hd_login .Ynavi-msg-cnt h3 i {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 4px 10px;
  border-radius: 100%;
  background: #ff9600;
  text-align: center;
  line-height: 0;
  vertical-align: top
}

.dawn_hd_login .Ynavi-msg-cnt h3 span {
  display: inline-block;
  height: 24px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  vertical-align: top
}

.dawn_hd_login .Ynavi-msg-cnt p {
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  color: #666;
  font-size: 12px;
  line-height: 24px
}

.dawn_hd_login .Ynavi-msg-cnt div {
  text-align: right
}

.dawn_hd_login .Ynavi-msg-cnt div a {
  display: inline-block;
  height: 32px;
  padding: 0 24px;
  border-radius: 4px;
  background: #3171fe;
  color: #fff;
  font-size: 12px;
  line-height: 32px
}

.user_subUser dd,
.user_subUser dt {
  padding-bottom: 6px;
  height: 20px
}

.sub-history {
  padding-top: 6px;
  margin-bottom: 10px
}

.user_subUser dt {
  color: #212121
}

.user_subUser .sub-tit {
  float: left;
  min-width: 72px;
  color: #999;
  text-align: right;
  text-align: right
}

.user_subUser .sub-txt {
  display: block;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.user_subUser .sub-link {
  float: right;
  color: #212121
}

.user_subUser .sub-link:hover {
  color: #1A63FF
}

.user_subUser+ul {
  padding-bottom: 10px;
  padding-top: 6px;
  border-top: 1px solid #eee
}

.jdc-sub-nav {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 200px
}

.jdc-sub-nav .sub-nav-item,
.jdc-sub-nav .sub-nav-tit {
  display: inline-block;
  font-size: 14px;
  color: #212121;
  line-height: 49px
}

.jdc-sub-nav ul {
  display: inline-block
}

.jdc-sub-nav .sub-nav-tit {
  font-size: 16px;
  color: #666;
  padding: 0 16px 0 10px;
  font-weight: 700
}

.jdc-sub-nav .sub-nav-item a {
  display: block;
  padding: 0 10px
}

.m-sub-nav {
  display: none
}

.dawn_hd_right_img {
  position: absolute;
  bottom: 7px;
  right: 20px;
  height: 36px
}

.dawn_hd_right_img a {
  display: block;
  width: 100%;
  height: 100%
}

.dawn_hd_right_img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%
}

.hd-dropdown-col-about {
  height: 100%;
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_bg-header-about.png) no-repeat bottom right;
  background-size: cover;
  box-sizing: border-box;
  padding: 24px
}

.hd-drodown-about {
  white-space: normal;
  box-sizing: border-box
}

.hd-drodown-about .about-tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #262626
}

.hd-drodown-about .about-txt {
  margin: 16px 0;
  font-size: 14px;
  line-height: 22px;
  color: #595959
}

.hd_menu_dropdown {
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_bg-hederv7-v2.jpg) no-repeat center top #484e52;
  box-shadow: inset 0 3px 8px rgba(95, 126, 209, .16);
  background-size: cover
}

.dropdown-product-nav {
  padding: 0;
  border-bottom: 1px solid #e7e7e7
}

.dropdown-product-nav li.active {
  background: 0 0
}

.dropdown-product-nav li.active a {
  color: #1A63FF;
  font-weight: 600;
  padding: 9px 30px 9px 48px
}

.dropdown-product-nav li.active a:after {
  display: none
}

.dropdown-product-nav li a {
  padding: 9px 30px 9px 40px;
  line-height: 22px;
  white-space: normal;
  display: block;
  color: #212121;
  font-size: 16px;
  position: relative;
  -webkit-transition: padding .25s ease;
  -moz-transition: padding .25s ease;
  transition: padding .25s ease
}

.dropdown-product-nav li a:after {
  display: none
}

.product-link {
  position: relative;
  height: 44px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  padding: 0 21px 0 40px;
  margin: 16px 0 0;
  color: #212121
}

.product-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  width: 16px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linejoin='round'%3E%3Cpath stroke='%23E1251B' d='M9 11h6v5H9z'/%3E%3Cpath stroke='%23262626' d='M1 1h6v5H1zM9 1h6v7H9zM1 9h6v7H1z'/%3E%3C/g%3E%3C/svg%3E")
}

.dropdown-product-wrap .arr-black:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.dropdown-product-wrap .arr-black:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
  background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dropdown-product-left {
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_dropdown-left.jpg);
  background-size: cover;
  background-position: center
}

.dropdown-product-left .dawn_hd_tag {
  display: inline-block;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  padding: 0 6px;
  margin-left: 10px;
  border: 1px solid #1A63FF;
  vertical-align: 2px
}

.dropdown-product-col-left {
  float: left;
  width: 66%;
  box-sizing: border-box;
  margin-top: 7px
}

.dropdown-product-col-left .hot-dropdown-item .arr-black {
  color: #1A63FF
}

.dropdown-product-col-left .hot-dropdown-item .arr-black::after {
  right: -10px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dropdown-product-col-left .hot-dropdown-item:first-child .item-tit {
  margin-top: 0
}

.dropdown-product-col-left .item-tit {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #1A63FF;
  /* margin-top: 25px */
}

.dropdown-product-col-left .flex {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.dropdown-product-col-left .flex .flex-item {
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_p-item-hot-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 283px;
  height: 114px;
  margin-right: 24px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #f0f0f0
}

.dropdown-product-col-left .flex .flex-item:last-child {
  margin-right: 0
}

.dropdown-product-col-left .flex .flex-item a {
  display: block
}

.dropdown-product-col-left .flex .flex-item a:hover .tit b {
  color: #1A63FF
}

.dropdown-product-col-left .flex .flex-item-v1 {
  height: 80px;
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_header_p-item-bg.jpg)
}

.dropdown-product-col-left .tit b {
  font-size: 14px;
  color: #262626;
  font-weight: 600
}

.dropdown-product-col-left .tit .tip {
  display: inline-block;
  width: 69px;
  height: 20px;
  border: 1px solid #1A63FF;
  font-size: 12px;
  line-height: 22px;
  color: #1A63FF;
  text-align: center;
  margin-left: 8px
}

.dropdown-product-col-left .desc {
  font-size: 14px;
  color: #595959;
  margin-top: 8px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis
}

.dropdown-product-col-left .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33px;
  line-height: 33px;
  background: rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .6);
  font-size: 12px;
  text-indent: 16px;
  color: #8c8c8c
}

.dropdown-product-col-left .icon-arr {
  position: relative;
  transition: all .25s ease;
  padding-right: 15px
}

.dropdown-product-col-left .icon-arr:hover {
  color: #1A63FF
}

.dropdown-product-col-left .icon-arr:hover::after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e1251b' stroke-linecap='round' stroke-linejoin='round' d='M5 2.041l6.28 6.457L5 14.775' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.dropdown-product-col-left .icon-arr::after {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  color: #8c8c8c;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' d='M5 2.041l6.28 6.457L5 14.775' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  transition: all .25s ease
}

.dropdown-product-col-left .other-list {
  margin-top: 16px;
  width: 100%
}

.dropdown-product-col-left .other-list li {
  float: left;
  width: 20%;
  margin-bottom: 12px
}

.dropdown-product-col-left .other-list li a {
  font-size: 14px;
  color: #262626
}

.dropdown-product-col-left .other-list li a:hover {
  color: #1A63FF
}

.hd-dropdown-dl dd p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.hd-dropdown-dl dd .event-img-box {
  overflow: hidden;
  height: 144px;
  border: 4px solid #fff
}

.hd-dropdown-dl dd .event-img-box .event-img {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover
}

.dropdown-product-search {
  margin-top: 0;
  position: relative;
  padding: 0;
  width: auto
}

.dropdown-product-search .search-box {
  margin-top: 10px;
  padding: 14px 10px 0 20px;
  position: relative;
  width: 590px
}

.search-box-top {
  margin-top: 10px;
  padding: 14px 10px 0 20px;
  position: relative;
  width: 200px;
  transition: all .3s ease;
}

.dropdown-product-search .dropdown-search-ipt {
  border: 1px solid #e7e7e7;
  outline: 0;
  background: #fff;
  height: 40px;
  width: 100%;
  padding: 2px 28px;
  box-sizing: border-box;
  font-size: 12px
}

.dropdown-product-search .dropdown-search-ipt:focus {
  border-color: #004bff
}

.dropdown-product-search .dropdown-search-ipt:focus+.dropdown-search-icon {
  color: #E43B32
}

.dropdown-product-search .dropdown-search-icon {
  position: absolute;
  top: 24px;
  left: 27px;
  width: 18px;
  height: 18px;
  color: #9a9a9a00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIiBzdHJva2U9IiM4QzhDOEMiIHN0cm9rZS13aWR0aD0iMS41Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC40MTcgMTEuMDk4bDIuNDA0IDIuNDA0Ii8+PGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI1Ljc1Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  background-size: cover;
}

.dropdown-product-search .dropdown-search-clear {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer
}

.dropdown-product-search .hot-box {
  position: absolute;
  top: 14px;
  left: 630px;
  height: 40px;
  width: auto;
  overflow: hidden
}

.dropdown-product-search .hot-box ul li {
  float: left
}

.dropdown-product-search .hot-box ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-right: 12px;
  background: linear-gradient(rgba(42, 99, 245, .02), rgba(42, 99, 245, .02)), linear-gradient(#ededed, #ededed);
  border-radius: 2px
}

.search-result-box {
  position: absolute;
  top: 58px;
  left: 20px;
  padding-top: 12px;
  width: 559px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(38, 38, 38, .1);
  z-index: 20;
  overflow: auto;
  max-height: 330px;
  transition: all .3s;
}

.search-result-box-top {
  position: absolute;
  top: 58px;
  left: 20px;
  padding-top: 12px;
  width: 170px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(38, 38, 38, .1);
  z-index: 20;
  overflow: auto;
  max-height: 330px;
  transition: all .3s;
}

.product-searching .search-result-box-top {
  display: block;
}

.dropdown-search-clear,
.search-result-box-top {
  display: none;
}

.dawn_hd_search:hover .search-result-box-top {
  width: 270px;
  transition: all .3s;
}

.result-list ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 34px;
  font: 14px;
  color: #262626
}

.result-list ul li a:hover {
  background: #f5f5f5;
  color: #1A63FF
}

.result-none {
  text-align: center;
  z-index: 10
}

.result-none img {
  margin-top: 30px;
  width: 120px;
  height: 105px
}

.result-none p {
  padding-top: 17px;
  font-size: 14px;
  color: #595959;
  padding-bottom: 40px
}

.dropdown-product-body {
  margin-top: 22px
}

.jdc-search-dropdown ul {
  overflow: hidden;
  margin: 0
}

.jdc-search-dropdown ul li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px
}

.jdc-search-dropdown ul li a {
  padding: 2px 8px;
  border: 1px solid #ddd;
  line-height: 22px;
  font-size: 12px
}

.jdc-search-dropdown ul li:hover a {
  border: 1px solid #1A63FF
}

.jdc-search-dropdown {
  width: 368px
}

.jdc-search-dropdown .search-historyBlock .jdc-search-dropdown-tit,
.jdc-search-dropdown .search-hotBlock .jdc-search-dropdown-tit {
  position: relative;
  color: #8c8c8c;
  font-size: 12px;
  margin-bottom: 8px;
  padding-left: 0
}

.jdc-search-dropdown .search-historyBlock .jdc-search-dropdown-tit:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  left: 52px;
  top: 2px
}

.delete-icon {
  position: absolute;
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_2021search_gray-delete.png) center center no-repeat;
  height: 20px;
  width: 20px;
  left: 60px;
  top: -2px;
  background-size: cover;
  cursor: pointer
}

.delete-icon:hover {
  background: url(https://img.dawnyun.com/images/2022/12/30/portal_2021search_red-delete.png) center center no-repeat;
  background-size: cover
}

.search-historyBlock {
  display: none;
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0 16px;
  margin-bottom: 8px
}

.search-historyBlock.history-active {
  display: block
}

.search-hotBlock {
  padding-left: 16px
}

@media (max-width:1680px) {

  .dropdown-product-wrap,
  .hd-dropdown-wrap {
    max-width: 1384px
  }

  .dropdown-product-col-left .flex .flex-item {
    width: 245px
  }

  .dawn_hd_list_item {
    padding: 0 12px
  }
}

@media (max-width:1440px) {

  .dropdown-product-wrap,
  .hd-dropdown-wrap {
    max-width: 1192px
  }

  .dropdown-product-col-left .flex .flex-item {
    width: 200px
  }

  .dawn_hd_list_item,
  .dawn_hd_log_out a,
  .dawn_hd_operation>a {
    padding: 0 8px
  }

  .dawn_hd_log_in,
  .dawn_hd_log_out {
    margin-right: 8px
  }

  .dawn_hd_operation {
    padding-left: 72px
  }

  .jdc-search {
    width: 40px
  }

  .search-box-top {
    margin-top: 10px;
    padding: 14px 10px 0 20px;
    position: relative;
    width: 88px;
    transition: all .3s ease;
  }

  .dawn_hd_search:hover {
    color: #1A63FF;
    left: -228px;
    transition: all .3s ease;
  }


  .jdc-search .jdc-search-ipt {
    padding: 4px 0
  }

  .search-active {
    left: -328px
  }

  .search-active .jdc-search-ipt {
    padding: 4px 52px 4px 12px
  }
}

.dawn_wrap {
  width: auto
}

@media screen and (min-width:769px) {
	.header-info p{
		color: #b2bfe5;
	}
  .nav-m-menu-wrap,
  .nav-m-user-list {
    display: none !important
  }
}

@media screen and (max-width:1260px) {
  .hd_menu_dropdown {
    width: auto;
    right: 0
  }

  .hd-dropdown-wrap {
    width: auto
  }
}

@media screen and (max-width:768px) {
  .dawn_wrap {
    height: 70px
  }

  .dawn_wrap_top {
    height: 70px;
    border-bottom: 0
  }

  .jdc-lang-tips .lang-tips-icon {
    padding-left: 20px;
    margin-right: 10px
  }

  .jdc-lang-tips {
    top: 50px
  }

  .dawn_hd {
    position: relative !important;
    background-color: #fff !important;
    height: 70px !important;
    backdrop-filter: none;
  }

  .dawn_hd_hover:before {
    content: none
  }

  .dawn_hd_logo {
    margin: 12px 0 0 15px
  }

  .dawn_hd_logo a {
    width: 125px;
    height: 45px
  }

  .jdc-nav-m {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    font-size: 0
  }

  .jdc-nav-m:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
  }

  .nav-m-user-list {
    position: absolute;
    z-index: 202;
    top: 70px;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    background-color: #fff;
    font-size: 14px;
    border-top: 1px solid #eee
  }

  .nav-m-user-item {
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212121
  }

  .nav-m-user-item .user-tip {
    background-color: #FFFCF2;
    border-radius: 2px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #FFCD61;
    margin: 10px 20px
  }

  .nav-m-user-item .user-tip .tip-txt {
    position: relative;
    font-size: 14px;
    color: #000;
    white-space: initial;
    line-height: initial
  }

  .nav-m-user-item .user-tip .tip-txt::after {
    position: absolute;
    left: -21px;
    top: 2px;
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='a'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1.000000 0 0 0 0 0.611765 0 0 0 0 0.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 5.1a.5.5 0 0 0-.5.5v5l.008.09a.5.5 0 0 0 .992-.09v-5l-.008-.09A.5.5 0 0 0 8 6.1zm0-2.2a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4z' fill='%23000' transform='matrix(1 0 0 -1 0 16)' filter='url(%23a)' fill-rule='evenodd'/%3E%3C/svg%3E")
  }

  .nav-m-user-item .user-tip .tip-link {
    font-size: 14px;
    color: #2C68FF;
    padding: 0;
    line-height: initial;
    display: inline-block;
    margin-left: 4px
  }

  .nav-m-user-item .nav-m-user-text,
  .nav-m-user-item a {
    display: block;
    padding: 0 20px;
    color: #212121
  }

  .nav-m-user-item .nav-m-user-text .m-user-status,
  .nav-m-user-item a .m-user-status {
    float: right;
    color: #1A63FF
  }

  .nav-m-user-item .nav-m-user-text .status-type2,
  .nav-m-user-item a .status-type2 {
    color: #0ED57D
  }

  .nav-m-user-item .nav-m-user-text .status-type3,
  .nav-m-user-item a .status-type3 {
    color: #FF9C00
  }

  .nav-m-user-item .nav-m-user-text:hover,
  .nav-m-user-item a:hover {
    color: #212121
  }

  .nav-m-user-item .nav-m-user-text em,
  .nav-m-user-item a em {
    font-size: 18px
  }

  .nav-m-user-item .text-warning {
    color: #1A63FF;
    font-size: 14px
  }

  .nav-m-user-item .text-warning:hover {
    color: #1A63FF
  }

  .nav-m-user-item dd {
    border-bottom: 1px solid #eee
  }

  .nav-m-user-item dd:last-child {
    border-bottom: 0 none
  }

  .nav-m-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999
  }

  .nav-m-btn-wrap {
    padding: 20px 20px 0
  }

  .nav-m-btn-wrap .jdc-m-btn-primary.jdc-m-btn-default {
    background: 0 0;
    border: 1px solid #1A63FF;
    border-radius: 4px;
    color: #1A63FF
  }

  .nav-m-btn-item+.nav-m-btn-item {
    margin-top: 10px
  }

  .nav-m-menu-wrap {
    position: absolute;
    z-index: 202;
    top: 70px;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    background-color: #fff;
    font-size: 14px;
    border-top: 1px solid #eee
  }

  .nav-m-menu-wrap .nav-m-btn-wrap {
    padding: 5px 20px;
    border-bottom: 1px solid #eee
  }

  .nav-m-menu a {
    display: block;
    margin-right: 50px;
    height: 100%;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .nav-m-menu .dawn_hd_tag {
    margin-left: 5px;
    font-size: 12px;
    top: -6px;
    position: absolute;
    color: #ff4f46;
  }

  .nav-m-tips {
    margin: 15px 20px 0;
    line-height: 26px;
    font-size: 14px;
    color: #666
  }

  .nav-m-tips a {
    display: inline-block;
    color: #1A63FF;
    text-decoration: underline
  }

  .m-title-level-1,
  .m-title-level-2,
  .m-title-level-3,
  .m-title-level-4 {
    display: block;
    position: relative;
    color: #212121;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #eee
  }

  .m-title-level-1 a,
  .m-title-level-1 a:hover,
  .m-title-level-2 a,
  .m-title-level-2 a:hover,
  .m-title-level-3 a,
  .m-title-level-3 a:hover {
    color: #212121
  }

  .m-title-level-2 {
    background: #fff;
    padding-left: 30px
  }

  .m-title-level-3 {
    padding-left: 40px
  }

  .m-title-level-4 {
    border-bottom: 0;
    padding-left: 40px;
    background: #f5f7fd
  }

  .m-title-level-4 a {
    margin-right: 20px;
    color: #212121
  }

  .m-title-level-4 a:hover {
    color: #212121
  }

  .m-title-level-4:last-child {
    border-bottom: 1px solid #eee
  }

  .m-menu-list {
    background-color: #fff
  }

  .m-menu-parent:after {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAJBJREFUOE/NktENgCAMRC3jOEPDFjAP8+gWpDM4DjUlahQpYvyRP5Leg7seDB8PfNQPPwEgYjDGjDFG32PJWjullBYiCtkCIjoAmABgfoKImJkdM3simo8MeiClWB6/hNiC1MQ3gGZHE1cBJUTuZ89lyGoPdjsbIAdW21CzSAIRkSZWLfR0YZ/5SZXffLmcXQGxi2QR43wMowAAAABJRU5ErkJggg==);
    position: absolute;
    top: 15px;
    right: 20px;
    width: 16px;
    text-align: center;
    line-height: 20px;
    height: 16px;
    font-size: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    font-family: shiwaifont !important
  }

  .m-menu-parent.active>a {
    color: #1A63FF
  }

  .m-menu-parent.active:after {
    color: #1A63FF;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .nav-m-search {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee
  }

  .m-search-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 21px;
    overflow: hidden
  }

  .m-search-wrap .m-search-ipt {
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    background: 0 0;
    height: 36px;
    padding: 5px 35px 5px 15px;
    color: #212121;
    border: 0
  }

  .m-search-wrap .m-search-btn {
    background: #fff;
    border: 0;
    color: #212121;
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0
  }

  .m-search-wrap .m-search-btn i {
    font-size: 20px
  }

  .m-search-wrap .m-search-clear {
    display: none;
    position: absolute;
    top: 10px;
    right: 59px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ddd;
    border-radius: 100%
  }

  .m-consultation {
    display: block
  }

  .sub-user dd,
  .sub-user dt {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    border-top: 0;
    font-size: 14px;
    border-bottom: 0
  }

  .sub-user .other-link {
    padding: 0;
    border-top: 1px solid #eee;
    font-size: 16px
  }

  .sub-user .sub-history {
    padding-top: 6px;
    margin-bottom: 10px
  }

  .sub-user .sub-tit {
    float: left;
    min-width: 85px;
    color: #666;
    text-align: right
  }

  .sub-user .sub-txt {
    display: block;
    color: #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .sub-user .sub-link {
    float: right;
    color: #212121;
    padding: 0
  }

  .sub-user .sub-link:hover {
    color: #212121
  }

  .m-sub-nav {
    display: block;
    border-top: 1px solid #eee;
    background: #fff;
    height: 49px;
    font-size: 14px;
    position: relative
  }

  .m-sub-nav.open {
    color: #1A63FF
  }

  .m-sub-nav.open .m-sub-nav-tit.jdc-common-arr:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .m-sub-nav .m-sub-nav-tit {
    position: relative;
    line-height: 49px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700
  }

  .m-sub-nav .m-sub-nav-tit.jdc-common-arr:after {
    top: 15px;
    font-weight: 400
  }

  .m-sub-nav .m-sub-nav-bd {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0
  }

  .m-sub-nav .m-sub-nav-bd li {
    line-height: 40px
  }

  .m-sub-nav .m-sub-nav-bd li a {
    padding: 0 20px;
    font-size: 14px;
    color: #212121
  }

  .m-sub-mask {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999
  }
}

@media screen and (min-width: 768px) {
    /*pc端隐藏*/
    .footer-mb,.headre-bottomwap{
        display: none;
    }
    .dawnnavtop{
        display: none;
    }
}
