/* @import"//at.alicdn.com/t/font_2025553_wfulf8jav7e.css"; */
@import url("./font/iconfont.css");




/* 为了解决初始化 设置rem js 字体会很大的问题 */
html{font-size:5%;}

body {
	color: #333333;
	font-family: "Microsoft YaHei" !important;
	font-size: 14px;
	/*padding-top: 80px;*/
	
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* 因为头部和尾部 是各个页面都有  所以样式也写在style.css中 */

/* 解决api 文档  用户指南的表格问题  start */

    @media only screen and (max-width: 600px) {
    .api-right table tr th,td {
        white-space: nowrap;
        padding-right: 20px !important;
    }
    
    }
    
    .api-right  table td p {
        line-height: 1;
    }
    
    
    
/* 解决api 文档  用户指南的表格问题  end */

/* 头部页面开始 */
#login-out{
    display: none;
}
.nav-phone{
    display: none;
}
			.phone-mask {
				position: fixed;
				top: 80px;
				height: calc(100vh - 80px);
				width: 100%;
				background-color: rgba(0,0,0,0.7);
				z-index: 100;
				display: none;
			}
			.phonemenu {
				z-index: 999;
			}
			
			#nav .nav-list {
				min-height: 80px;
			}

			.phone .login {
				border-left: none !important;
			}

			#nav .group-btn-use {
				margin-left: 0px;
			}

			.group-btn {
				height: 100%;
			}
			
			.group-btn .login{
			    border-left: 1px solid #333;
				cursor: pointer;
			}
			#nav .group-btn .username{
			    border-left:1px solid #999999bf;
				display: none;
			}
			.group-btn .iconfont.active {
				color: #2F54EA;
			}

			.group-btn .iconfont-wrapper {
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
				padding-right: 15px;
				padding-left: 10px;
			}

			.group-btn .iconfont-wrapper.active {
				border-bottom: 1px solid #2F54EA;
			}
			

			.group-btn .iconfont {
				cursor: pointer;
				position: relative;
				font-size: 18px;
				color: #333333;
				transition: all 0.3s ease-in-out;
				width: 40px;
			}
			
			.phone .group-btn .iconfont {
				width: 30px !important;
				font-size: 30px;
			}

			.group-btn .iconfont.active {
				color: #2F54EA;
			}



			.group-btn .icon-xiazai:before {
				width: 30px;
				height: 30px;
			}

			#nav {
				position: fixed;
				top: 0px;
			}

			#nav .login {
				margin-left: 0px !important;
			}

			#nav .phonemenu {
				position: fixed;
				width: 300px;
				transition: all 0.3s ease-in-out;
				box-shadow: 1px 2px 40px 0px rgba(117, 117, 117, 0.1);
				border-radius: 2px;
				height: 0;
				padding: 0;
				opacity: 0;
				top: 80px;
				right: 0px;
				overflow: hidden;
				box-sizing: border-box;
				background-color: #252525;
			}

			#nav .phonemenu.show {
				height: calc(100vh - 80px);
				opacity: 1;
				padding: 30px 0;
				overflow-y: scroll;
			}

			#nav .search-inputs {
				margin: 0 auto;
				width: 260px;
				position: relative;
				background-color: #1a1a1a;
				border-radius: 4px;
				height: 40px;
				padding: 0 20px;
			}

			#nav .search-inputs .iconfont {
				font-size: 14px;
				color: #999999bf;
				margin-left: 10px;
				padding: 2px;
				cursor: pointer;
			}

			#nav .search-inputs input {
				height: 30px;
				border: none;
				width: calc(100%);
				outline: none;
				color: #FFFFFF;
				background-color: #1a1a1a;
			}

			.menu-warpper .iphoneNav-item {
				cursor: pointer;
			}

			.menu-warpper .iphoneNav-item .item-title {
				display: flex;
				padding: 16px 25px;
				justify-content: space-between;
			}

			.menu-warpper .iphoneNav-item a {
				color: rgb(255,255,255,0.63);
			}

			.menu-warpper .iphoneNav-item .iconfont {
				font-size: 14px;
				color: #999999d1;
			}

			.iphoneNav-item .item-content-wrapper {
				background-color: #1a1a1a;
				/* display: none; */
				opacity: 0;
				height: 0;
				transition: all .3s ease-in-out;
				padding: 0 25px;
				overflow: hidden;
			}

			.iphoneNav-item .item-content-wrapper.active {
				/* display: block; */
				padding-bottom: 25px;
				padding-top: 25px;
				height: auto;
				opacity: 1;
			}

			.iphoneNav-item .item-content-wrapper .item-content {
				margin-bottom: 20px;
				padding-left: 10px;
				color: #ffffffa1;
			}
			.iphoneNav-item .item-content-wrapper .item-content.active {
				border-left: 1px solid #2f54ea;
				color: #ffffff;
			}
			.iphoneNav-item .item-content-wrapper .item-content.active  a{
				color: #ffffff;
			}

			.iphoneNav-item .item-content-wrapper .item-content:last-child {
				margin-bottom: 0px;
			}

			.iphoneNav-item .item-content-wrapper .item-content a {
			    /*color: red;*/
				color: rgb(255,255,255,0.63);
			}

			.menu-warpper .iphoneNav-item.active .item-title  a {
				color: #FFFFFF;
			}
			
			.menu-warpper .iphoneNav-item.active .iconfont {
				color: #FFFFFF;
			}
            .menu-warpper .iphoneNav-item .item-title.active a {
                color: #FFFFFF;
            }
            
            /* 二级目录高亮 */
            .nav-menu .menu-list .menu-list-box a.active {
                color: #2F54EA;
            }
            

			/* 响应式  处理 */


			@media only screen and (max-width: 1200px) {
				#nav .section {
					margin: 0 20px;
				}
			}

			@media only screen and (min-width: 992px) and (max-width: 1200px) {}

			@media only screen and (max-width: 992px) {}


			@media only screen and (max-width: 768px) {

			}

			@media only screen and (max-width: 600px) {
			    
			    
				.phone.logo {
					width: 100px !important;
					height: 21px !important;
				}
			}
			.rem48 {
				font-size: 48rem;
			}

/* 头部页面结束 */

/* 登录模块  start */
.modal-body .wran-tip {
    margin-top: 19px;
    margin-bottom: 30px;
    text-align: right;
    color: #FF6868;
    font-size: 12px;
}
/* 登录模块  end*/


/*<!-- 搜索显示栏  start -->*/
.search-wrapper {
    z-index: 1000;
    position: fixed;
    top: 85px;
    left: 50%;
   
    margin: 0 auto;
    margin-left: -150px;
    width: 300px;
    transition: all .3s  linear;
    opacity: 0;
    background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px 
		rgba(0, 0, 0, 0.09);
	border-radius: 2px;
	border: solid 1px #f5f7f9;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0;
	overflow: hidden;
	
	 /* opacity: 1; */
  /*height: auto;*/
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}

.search-wrapper.show {
  opacity: 1; 
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


.search-wrapper .search-input-wrapper {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #f3f3f3;
}
.search-wrapper .search-input-wrapper .iconfont {
    float: left;
    margin-left: 19px;
    color: #b7b7b7;
}
.search-wrapper .search-input-wrapper input {
    outline: none;
    background: none;
    border: none;
    width: calc(100% - 45px);
    height: 100%;
    float: right;
}

.search-wrapper .search-input-wrapper  input::-webkit-input-placeholder{
    color:#999999;
}
.search-wrapper .search-input-wrapper  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.search-wrapper .search-input-wrapper  input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.search-wrapper .search-input-wrapper  input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
}

.search-wrapper .no-data {
    padding-bottom: 12px;
    padding-top: 32px;
    color: #666666;
    font-size: 12px;
    display: none;
}
.search-wrapper .no-data.show {
    display: block;
}

.search-wrapper .serach-content-wrapper {
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
    width: 100%;
    
}
.serach-content-item .item-title {
    line-height: 20px;
}
.search-wrapper .serach-content-wrapper.hasDom {
    padding-top: 33px;
    padding-bottom: 33px;
}

.search-wrapper .serach-content-wrapper .serach-content-item {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}
.search-wrapper .serach-content-wrapper .serach-content-item .item-desc {
    color: #666666;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.search-wrapper-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
    transition: all .3s linear;
    opacity: 0;
}
.search-wrapper-mask.show {
    display: block;
    opacity: 1;
    
}

/*<!-- 搜索显示栏  end -->*/


/* 尾部页面开始 */
.iconGather  .iconfont:hover {
	color: #2F54EA;
}


@media only screen and (max-width: 1200px) {

}


@media only screen and (max-width: 992px) {
	#footer .footer .col-md-4:first-child{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 50px;
		
	}
	.footer .footer-company .iconGather {
		display: flex;
		justify-content: center;
	}
	
	#footer  .footer-nav .fboxColXend {
		align-items: center;
	}
	#footer .footer-nav .footer-nav-title {
		text-align: center;
	}

}


@media only screen and (max-width: 768px) {
	#footer .footer .footer-nav div{
		margin-bottom: 40px;
	}
	.footer-info div {
		text-align: center;
	}
	
}

@media only screen and (max-width: 600px) {
    #nav .group-btn .username {
        display: none !important;
    }
    
}


/* 尾部页面结束 */

a {
	color: #333333;
}

a:hover {
	color: #2F54EA;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

.icon-jiazai
{
	display: inline-block;
	animation:mymove 5s infinite linear;
	color: #ccc !important;
	animation:mymove 1s infinite linear;
}

@keyframes mymove
{
from{transform:rotate(0deg);}
to{transform:rotate(180deg);}
}
.iconfont {
	color: #2F54EA;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tar {
	display: flex;
}

.realtive {
	position: relative;
}

.fboxCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.h100 {
	height: 100%;
}

/* ======================================================================== 标签布局所用 */
/* 定位布局 */
.position-fixed {
	position: fixed;
}

.position-sticky {
	position: sticky;
}

/* 弹性盒子布局 */
.fboxRow {
	display: flex;
	flex-direction: row;
}
.fboxColCenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fboxCol {
	display: flex;
	flex-direction: column;
}

.fboxColXend {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.fboxWrap {
	display: flex;
	flex-wrap: wrap;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}

.flex6 {
	flex: 6;
}

/**/
.Xstart {
	justify-content: flex-start;
}

.Xcenter {
	justify-content: center;
}

.Xend {
	justify-content: flex-end;
}

.Xbetween {
	justify-content: space-between;
}

.Xaround {
	justify-content: space-around;
}

/**/
.Ystart {
	align-items: flex-start;
}

.Ycenter {
	align-items: center;
}

.Yend {
	align-items: flex-end;
}

.Ybaseline {
	align-items: baseline;
}

.Ystretch {
	align-items: stretch;
}

/* ======================================================================== 页面公用 */
/* 文字格式 */
.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}

.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}

.font23 {
	font-size: 23px;
}

.font24 {
	font-size: 24px;
}

.font25 {
	font-size: 25px;
}

.font26 {
	font-size: 26px;
}

.font27 {
	font-size: 27px;
}

.font28 {
	font-size: 28px;
}

.font29 {
	font-size: 29px;
}

.font30 {
	font-size: 30px;
}

.font31 {
	font-size: 31px;
}

.font32 {
	font-size: 32px;
}

.font33 {
	font-size: 33px;
}

.font34 {
	font-size: 34px;
}

.font35 {
	font-size: 35px;
}

.font36 {
	font-size: 36px;
}

.font37 {
	font-size: 37px;
}

.font38 {
	font-size: 38px;
}

.font39 {
	font-size: 39px;
}

.font40 {
	font-size: 40px;
}

.font41 {
	font-size: 41px;
}

.font42 {
	font-size: 42px;
}

.font43 {
	font-size: 43px;
}

.font44 {
	font-size: 44px;
}

.font45 {
	font-size: 45px;
}

.font46 {
	font-size: 46px;
}

.font47 {
	font-size: 47px;
}

.font48 {
	font-size: 48px;
}

.font49 {
	font-size: 49px;
}

.font50 {
	font-size: 50px;
}


.font-through {
	text-decoration: line-through;
}

/* 对图片进行清晰处理 */
/*img {*/
/*	image-rendering: -moz-crisp-edges;*/
	/* Firefox */
/*	image-rendering: -o-crisp-edges;*/
	/* Opera */
/*	image-rendering: -webkit-optimize-contrast;*/
	/*Webkit (non-standard naming) */
/*	image-rendering: crisp-edges;*/
/*	-ms-interpolation-mode: nearest-neighbor;*/
	/* IE (non-standard property) */

/*}*/

/* 文字显示行数，超出部分会是"..." */
.font-ell1 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.font-ell2 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.font-ell3 {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 文字对齐方式 */
.font-left {
	text-align: left;
}

.font-center {
	text-align: center;
}

.font-right {
	text-align: right;
}

/* 文字间隔 */
.font-spacing-1px {
	letter-spacing: 1px;
}

.font-spacing-2px {
	letter-spacing: 2px;
}

.font-spacing-3px {
	letter-spacing: 3px;
}

/* 文字行高 */
.font-line-1o2 {
	line-height: 1.2;
}

.font-line-1o5 {
	line-height: 1.5;
}

.font-line-1o8 {
	line-height: 1.8;
}

/* 文字加粗 */
.font-weight {
	font-weight: bold;
}

/**/
/* 文字颜色 */
.font-red {
	color: #EA5B2F;
}

.font-orange {
	color: #f37b1d;
}

.font-yellow {
	color: #fbbd08;
}

.font-olive {
	color: #8dc63f;
}

/* 橄榄绿 */
.font-green {
	color: #39b54a;
}

.font-cyan {
	color: #1cbbb4;
}

/* 青 */
.font-blue {
	color: #2F54EA;
}

.font-purple {
	color: #6739b6;
}

/* 紫色 */
.font-mauve {
	color: #9c26b0;
}

/* 玫瑰红 */
.font-pink {
	color: #e03997;
}

.font-brown {
	color: #a5673f;
}

.font-grey {
	color: #cfcfcf;
}

.font-gray {
	color: #999999;
}

.font-black {
	color: #333333;
}

.font-white {
	color: #ffffff;
}

.font-primary {
	color: #2F54EA;
}

/* 背景颜色 */
.bg-primary {
	background-color: #2F54EA !important;
}

.bg-gray {
	background-color: #F0F2F5 !important;
}

.bg-black {
	background-color: #252525 !important;
}

.bg-white {
	background: #fff;
}

/* 间距 */
.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-80 {
	margin-left: 80px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}


.w-100 {
	width: 100%;
}

.overflow {
	overflow: hidden;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pl-10 {
	padding-left: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-100 {
	padding-bottom: 100px;
}

h4 {
	font-size: 28px;
}

.section {
	margin: 0 auto;
	max-width: 1200px;
}




.section-banner {
	height: 600px;
	background-color: #dfdfdf;
	padding-top: 140px;
}

.section-title {
	padding-top: 100px;
	text-align: center;
}

.section-title .section-title-desc {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin: 30px 0;
}


/* 注册 */
.section-register {
	padding: 60px 0 70px 0;
}

.section-register .section-title {
	padding-top: 0;
}

.section-register .btn-register {
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 0px rgba(14, 24, 38, 0.1);
	border-radius: 25px;
	opacity: 0.8;
	cursor: pointer;
}




/* 导航 */
#nav {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 888;
	background: #fff;
	box-shadow: 0px 4px 20px 2px rgba(40, 112, 220, 0.08);
}

#nav .logo-white {
	display: none;
}

#nav .menu-s {
	position: relative;
}

#nav .logo {
	width: 133px;
	height: 30px;
}

#nav .nav-list .nav-item {
	padding: 0 10px;
}

#nav .nav-list .nav-item>a {
	cursor: pointer;
	text-align: center;
	padding: 0 10px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}

#nav .nav-list .nav-item>a {
	min-width: 60px;
	height: 80px;
	display: inline-block;
	text-decoration: none;
}

#nav .nav-list .nav-item>a:hover {
	color: #2F54EA;
	border-bottom: 2px solid #2F54EA;
}

#nav .nav-list .nav-item.active>a {
	color: #2F54EA;
	border-bottom: 2px solid #2F54EA;
}

#login-out{

}

#nav .group-btn {
	position: absolute;
	right: 0;
}

#nav .login,
#nav .username{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 15px;
	text-align: center;
	
}

#nav .group-btn .group-btn-use {
    border-left: 1px solid #333;
	width: 80px;
	height: 30px;
	background: rgba(48, 84, 234, 0.1);
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;
}

#nav .group-btn .group-btn-use {
    border-left: 1px solid #333;
	width: 80px;
	height: 30px;
	background: rgba(48, 84, 234, 0.1);
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
#nav .btn-use-btn {
    padding-left: 20px;
    border-left: 1px solid #333;
}

#nav .group-btn .group-btn-control {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
	border: 1px solid #2F54EA;
	border-radius: 2px;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	vertical-align: center;
	cursor: pointer;
}

#nav .group-btn .group-btn-control .icon-yonghu {
    /* height: 16px; */
    font-size: 16px;
    color: #2F54EA;
}

#nav .menu {
	position: absolute;
	max-width: 1200px;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease-in-out;
	box-shadow: 1px 2px 40px 0px rgba(117, 117, 117, 0.1);
	border-radius: 2px;
	height: 0;
	padding: 0;
	opacity: 0;
	top: 80px;
	left: 15px;
	overflow: hidden;
}


#nav .menu.show {
	height: auto;
	opacity: 1;
	padding: 60px 0;
}

#nav .menu-auto {
	width: auto;
}

#nav .menu-auto .menu-list .menu-list-box {
	padding-left: 30px;
	min-width: 160px !important;
}

#nav .menu-auto h6 {
	margin-bottom: 30px;
}

#nav .menu-auto .menu-list-box a:last-child h6 {
	margin-bottom: 0px;
}

#nav .show.menu-auto {
	width: auto;
	padding: 30px 0;
}

#nav .menu .menu-list {
	opacity: 0;
}

#nav .menu.show .menu-list {
	opacity: 1;
}


#nav .menu .menu-list .menu-list-box {
	width: 120px;
	margin: 0 auto;
}

#nav .menu .menu-list h6 {
	font-weight: 400;
	margin-bottom: 40px;
	font-size: 14px;
}

#nav .menu .menu-list .menu-item {
	margin-top: 30px;
	color: #999;
}

#nav .menu .menu-list .menu-item .sign-free {
	display: inline-block;
	width: 30px;
	height: 16px;
	background: #EB7F00;
	border-radius: 2px;
	font-size: 12px;
	margin-left: 15px;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

#nav .menu .menu-list .menu-item a {
	color: #999;
	font-size: 14px;
}

#nav .menu .menu-list .menu-item a:hover {
	color: #2F54EA;
}

#nav .menu .menu-list .menu-item .active {
	color: #2F54EA;
}


#nav.transparent {
	background: transparent;
}

#nav.transparent .menu-s {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#nav.transparent .logo-white {
	display: block;
}

#nav.transparent .logo-colours {
	display: none;
}

#nav.transparent .nav-item>a,
#nav.transparent .login,
#nav.transparent .icon-sousuo {
	color: #ddd;
}

#nav.transparent .login {
	border-color: #ddd;
}

#nav.transparent .nav-list .nav-item.active>a,
#nav.transparent .nav-list .nav-item>a:hover {
	border-color: #F8F9FB;
	color: #fff;
}







/* 底部 */
#footer {
	background-color: #252525 !important;
}
#footer .footer-company h4 {
    color: #fff !important;
}

.footer {
	padding-top: 70px;
	padding-bottom: 30px;
}

.footer-info {
	line-height: 60px;
	background: #1A1A1A;
}

.footer-nav-title {
	font-size: 16px;
	width: 120px;
	height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav-title.active {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer-company i {
	cursor: pointer;
}

.footer-company .weixin {
	position: relative;
}

.footer-company .weixin:hover .img {
	height: 120px;
	opacity: 1;
}
.footer-company .weixin .img {
	position: absolute;
	width: 120px;
	top: -130px;
	left: -15px;
	height: 0;
	opacity: 0;
	transition: opacity .5s ease;
}

.footer-nav p {
	cursor: pointer;
	margin-top: 20px;
	color: #999;
	/*opacity: 0.5;*/
}

.footer-nav p:hover {
	color: #fff;
	opacity: 0.8;
}

#left-nav {
	position: fixed;
	right: 30px;
	bottom: 110px
}

#left-nav a {
	color: #fff;
}

#left-nav ul li {
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #999;
	border-radius: 4px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	box-shadow: 1px 4px 21px 2px rgba(46, 70, 161, 0.16);
}

#left-nav ul li:nth-child(1) {
	background-color: #DEDEDE;
}

#left-nav ul li:hover,
#left-nav ul li:hover .iconfont,
#left-nav ul li:nth-child(1):hover,
#left-nav ul li.active {
	background: #3054EA;
	color: #fff;
}

#left-nav ul li .iconfont {
	color: #333;
	font-size: 20px;
}


#left-nav ul li:nth-child(5) {
	background-color: #DEDEDE;
	transform: rotate(180deg);
}

#left-nav ul li:nth-child(5) .iconfont {
	color: #fff;
}

#left-nav ul li:nth-child(5):hover .iconfont {
	color: #333;
	background-color: #DEDEDE;
}

#left-nav .content-box {
	padding: 0 15px;
	position: absolute;
	left: -150px;
	top: -30px;
	width: 120px;
	font-size: 12px;
	color: #333;
	background: #fff;
	box-shadow: 1px 4px 21px 2px rgba(46, 70, 161, 0.16);
	height: 0;
	overflow: hidden;
	border-radius: 4px;
}

#left-nav .content-box img,
#left-nav .content-box.code {
	height: 0px;

	padding: 0;
	overflow: hidden;
}

#left-nav .content-box img {
	height: 120px;
	border-radius: 4px;
}

#left-nav ul li.active .content-box {
	height: auto;
	overflow: unset;
	max-height: 120px;
}

#left-nav .content-box::before {
	content: '';
	position: absolute;
	right: -20px;
	top: 50px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent transparent #fff;
}

#left-nav ul li:nth-child(2) .content-box {
	top: 0px;
}

#left-nav ul li:nth-child(2) .content-box::before {
	top: 20px;
}

#left-nav .content-box p {
	height: 60px;
	line-height: 60px;
}

#left-nav .content-box p:nth-child(1) {
	display: block;
	border-bottom: 1px solid rgba(222, 222, 222, 0.3);
}

.icon-dianhua:before {
	content: "\e6db";
}



/* ======================================================登录 */
.login-form{
	width: 100%;
	max-width: 420px;
	background: none;
	border-radius: 30px;
	border: none;
	overflow: hidden;
	margin-top: -20px;
}

.login-form .modal-header{
	padding:0 50px;
	display: flex;
	align-items: center;
	height: 100px;
	background: url('../img/index/logo-bottom.png');
}
.login-form .modal-header .modal-header-cont{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#login .closes{
	position: absolute;
	bottom: -70px;
	font-size: 34px;
	color: #fff;
	cursor: pointer;
}
#login .closes .icon-guanbi1{
	font-size: 34px;
	color: #fff;
}

.login-form  .logo{
	width: 130px;
	height: 30px;
}
.login-form .modal-body{
	padding: 50px;
	background: #fff;
	padding-bottom: 80px;
}
.login-form .modal-body .form-item{
	min-height: 50px;
}
.login-form .modal-body .form-item-box{
	position: relative;
	display: flex;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #F0F2F5;
}
.login-form .modal-body .form-item.error::before{
	content: attr(data-content);
	position: absolute;
	bottom: 5px;
	color: red;
	z-index: 6;
	font-size: 12px;
}


.login-form .modal-body .form-item-box input{
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	position: relative;
}
/*.login-form .modal-body .form-item-box input::placeholder{
	color: #333;
}登陆文本框提示颜色*/

.login-form .modal-body .font-gray{
	margin-top: 10px;
	font-size: 12px;
	color: #9A9A9A;
	line-height: 20px;
}
.login-form .modal-body .button{
	cursor: pointer;
	height: 40px;
	background: #3054EA;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.login-form .modal-body .other-login{
	padding-top: 30px;
	color: #999;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login-form .modal-body .other-login .other-login-line{
	position: relative;
	width: 100%;
}
.login-form .modal-body .other-login .other-login-line::before{
	content: '';
	position: absolute;
	height: 1px;
	top: 8px;
	background: #F0F2F5;
	width: 100%;
}
.login-form .modal-body .other-login .line{
	margin: 0 auto;
	width: 120px;
	text-align: center;
	z-index: 9;
	background: #fff;
}
.login-form .modal-body  .redirection{
	margin-left: 5px;
}
.login-form .modal-body .other-login .icon-weixin1{
	display: inline-block;
	margin-top: 20px;
	font-size: 24px;
	color: #00C800;
}

.login-form .modal-body .form-item .captcha,
.login-form .modal-body .form-item .captcha-time{
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	width: 140px;
	text-align: center;
	border-left: 1px solid rgba(153,153,153, 0.5);
}
.login-form .modal-body .form-item .captcha-time{
	display: none;
}

#modal-dialog-register,
#modal-dialog-reset{
	display: none;
}
.modal-open{
    overflow: auto;
    padding-right: 0 !important;
}
.modal-open .modal{
	display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog{
	min-width: 340px;
	display: flex;
	justify-content: center;
}



@media screen and (max-width: 1280px) {
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* 处理响应式 */

@media screen and (max-width: 1200px) {
	.mediaPadding {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.phone .group-btn .iconfont {
		font-size: 20px;
	}
	#nav .logo {
	    width: 110px;
	    height: auto;
	}
	.footer-company{
	    text-align: center;
	    
	}
	.iconGather{
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px) {
	.login-form .modal-body{
	    padding-bottom: 10px;
        padding-top: 0;
	}
	.login-form .modal-body .form-item-box{
	    height: 60px;
	}
	.login-form .modal-body .form-item-box input{
	    height: 50px;
	}
}
