/******** 通用样式 *******/
*{margin:0;padding:0;font-family:"微软雅黑";}
body{margin: 0;padding: 0;color:#333; font-size: 14px;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;font-family: "微软雅黑";}
a{text-decoration:none;outline:none;color:#333;}
a:active,a:focus{outline: none; border:0; border:none;}
img{border:none;margin: 0;padding: 0;}
form,fieldset,legend{margin:0;padding:0; list-style:none;border:0; border:none;}
input,button,textarea,select{font-size:100%;outline: none;resize: none; font-family:"微软雅黑";margin:0;padding:0; list-style:none;border:0; border:none; }
ul li,ol dl{list-style: none;}

/*清除浮动*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\0020";clear:both;height:0;}
.clearfix{*zoom:1;}
/*卡片效果*/
.m_card{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

/* 回到顶部 */
.goTop{position: fixed;bottom: 80px;right: 10px;border-radius: 50%;border: 1px solid #eee;width: 50px; height: 50px;background: #fff;
    font-size: 10px;line-height: 15px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
/* 悬浮 二维码 */
.erweima{position: fixed;bottom: 200px;right: 10px;width: 100px;height: 100px;}
.erweima img{width: 100%;}
.erweima span{display: block;width: 100%;text-align: center;font-size: 12px;}

/* ********************* */
body{background-color: #F7F7F7;width: 100%;height: 100vh;}
.com_width{width: 90%;padding: 0 5%; margin: 0 auto;}
hr{border-width: 0.5px;margin: 10px 0;}
xmp{background-color: #F9F9FA;line-height: 30px;width: 100%;overflow: hidden;white-space: pre-wrap;}

.header_div{width: 100%;height: 90px;background: #FFFFFF;}
.header_div_con{display: flex;justify-content: flex-start;align-items: center;}
.header_div_con img {padding: 12px 20px 12px 0;}
.header_div_con p {padding: 12px 0px;text-transform: uppercase;}

.main_div{display: block;width: 100%;overflow: hidden;}

/* tab选项卡 */
.tabItems{display: flex; justify-content: center; align-items: center; height: 60px;}
.tabItems li{text-transform: uppercase;margin: 10px;padding: 7px 15px;color: #2A2A2A;cursor: pointer;}
.tabItems .active{background: #FCCC05;border-radius: 4px;}

.tabConts{background-color: #FFFFFF;min-height:calc(100vh - 150px);}
.tabConts_div{display: flex;justify-content: space-between;}
/* 侧栏标题 */
.bank_left{background-color: #f4f4f4;min-height:calc(100vh - 150px);width: calc(5% + 275px);padding-left: 5%;overflow: hidden;}
.left_menu1{overflow-y: auto; height: 100%; width: 300px;padding-bottom: 80px;}
.left_menu1 li{}
.left_menu1 li a{line-height: 40px;padding-left: 16px;display: block;position: relative;cursor: pointer;width: calc(100% - 16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.left_menu1 li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 16px;
	height: 40px;
	transform: rotate(0deg);
	display: block;
	background-image: url(../img/icon_right.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.left_menu1 li.active a{background: #e2e2e2;}
.left_menu1 li.active ul li a{
	background-color: transparent;
	width: calc(100% - 16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_menu1 li.active a::after {margin-top: -17px;transform: rotate(90deg);}
.left_menu1 li.active ul li a::after {margin-top: -20px;transform: rotate(0deg);}

.left_menu1 li .left_menu2{display: none;padding-left: 15px;}
.left_menu1 li .left_menu3{display: none;padding-left: 15px;}
.left_menu2 li.active a{background: #e2e2e2;}
.left_menu2 li.active ul li a{background-color: transparent;}
.left_menu3 li.active a{background: #e2e2e2;}
.left_menu3 li.active ul li a{background-color: transparent;}

.left_fixed{position: fixed;top: 0;padding-top: 20px;height: 100vh;}
.right_fi{margin-left: calc(5% + 275px);}

.right_textcon{background-color: #FFFFFF;width: calc(95% - 275px);padding: 80px 0px 10px;}
.textcon_div{padding: 0px 10%;}

.textcon_div h1{font-size: 24px;line-height: 60px;}
.textcon_div h2{font-size: 18px;line-height: 48px;}
.textcon_div h3{font-size: 16px;line-height: 48px;}
.textcon_div h4{font-size: 16px;line-height: 48px;}
.textcon_div p{font-size: 14px;line-height: 48px;padding-bottom: 10px;}
.textcon_div pre{background: #F9F9FA; width: 100%; display: block;line-height: 48px;padding: 10px;}
.textcon_div table{width: 100%;border-radius: 10px;padding: 0;margin: 0;box-shadow: 0 0px 20px 0 rgba(93, 91, 91, 0.1), 0 0px 20px 0 rgba(93, 91, 91, 0.1);margin: 15px 0;}
.textcon_div table tr{padding: 0;margin: 0;}
.textcon_div table tr td{border-bottom: 1px solid #eee;border-right: 1px solid #eee;padding: 8px 15px;text-align: left;line-height: 48px;}
.textcon_div table tr:last-child td{border-bottom:none;}
.textcon_div table tr td:last-child{border-right:none;}
.textcon_div ul{}
.textcon_div ul.ul_style li{position: relative;padding-left: 15px;font-size: 14px;line-height: 48px;}
.textcon_div ul.ul_style li::after{content: '';position: absolute;top: 20px;left: 0;width: 8px;height: 8px;background: #608BD9;transform: rotate(45deg);}
.textcon_div span.color_red{color: #F03939;display: block;}
.textcon_div_bottom{color: #999999;text-align: center;line-height: 48px;border-top: 1px solid #EDEDED;margin-top: 100px;}

.bg_clolr_a{background-color: #F6F8FF;}
.text_center{text-align: center!important;}
.color_w_150{background-color: #F6F8FF;width: 150px;}


/* demo页 */
.demo_cont{width: 70%;padding: 80px 0;margin: 0 auto;}

/* 流加载 */
#lazy{height: 500px;display: block;overflow-y: scroll;}
#lazy .loadmore{width: 46%;display: inline-block;margin-right: 4%;height: 125px;line-height: 125px;}
.container{height: 400px;display: block; overflow-y: scroll;}
.container img{width: 300px;height: 200px;margin-bottom: 20px;}

/* 时间选择器 */
.inlink_text,.inlink_text label,.inlink_text .cc{display: inline-block;}

/* 下来菜单 */
.select_div{display: block;}
.select_div div{display: inline-block;margin: 0 20px;}

/* table */
.delBtn{ background-color: red;color: #fff; padding: 2px 7px; border-radius: 4px; margin-right: 6px;}
.editBtn{ background-color: #0069ff;color: #fff; padding: 2px 7px; border-radius: 4px; margin-right: 6px;}
.lookBtn{ background-color: #FF5722;color: #fff; padding: 2px 7px; border-radius: 4px;}

table#opendiv{
	width: 100%;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0px 20px 0 rgba(93, 91, 91, 0.1), 0 0px 20px 0 rgba(93, 91, 91, 0.1);
	margin: 15px 0;
}
table#opendiv tr td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 8px 15px;
	text-align: left;
	line-height: 48px;
}
table#opendiv tr td:last-child{border-right: none;}
table#opendiv tr:last-child td{border-bottom:none;}

/* 树状结构 */
#treemodel1,
#treemodel2,
#treemodel3{margin-bottom: 20px;padding: 10px;border: 1px solid #ddd;border-radius: 5px;}

/* 导航菜单 */
#testmenu1{margin-bottom: 20px;}
#testmenu2{width: 200px;margin-bottom: 20px;}

/* 菱形 */
.ling_style{
	color: #000;
	margin-right: 5px;
	font-size: 30px;
	vertical-align: bottom;
}
/* 内容中img */
.cont_img{width: 80%;}




/* 下载模块 */
.download_list{
	background-color: rgb(247, 247, 247);
	padding: 15px;
	border-radius: 2px;
}
.download_list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 30px;
}
.download_list li span{text-align: center;width: 20%;}
.download_list li span:nth-child(1){width: 100px;}
.download_list li span .a_btn{
	padding: 6px 30px;
    border-radius: 4px;
    background-color: #f8d33a;
    color: #fff;
}
