@charset "utf-8";
.footer{
    margin-top:80px;
	padding-bottom:100px;
}
.footer .footer-power svg {
	zoom:0.7;
}

.show_toast{margin-top:85px;left:50%;top:0;width:280px;position: fixed;z-index:11;margin-left:-140px;text-align: center;border-radius: 5px;background:#fff;}
.show_toast .msgc{ text-align:center;padding:20px;}

.share_qq_qr{font-family: Arial,Helvetica,sans-serif;}
.share_qq_qr{margin-top:15px;margin-bottom:20px;left:50%;top:0;width:380px;position: fixed;z-index:11;margin-left:-190px;text-align: center;border-radius:12px;background:#fff;overflow-y:scroll;}
.share_qq_qr::-webkit-scrollbar {width: 0px !important;background: transparent !important;display:none;}
.share_qq_qr .sharebox{text-align: center;margin:5px 0 0;}
.share_qq_qr .sharebox .sharetitle{width: 100%;height:40px;line-height:40px;text-align: center;font-size:18px;color: #000;font-style:normal;}
.share_qq_qr img{ margin:0 auto;display:block;max-width:240px;min-width:200px;}
.share_qq_qr p{margin-top:10px;padding: 0 20px;text-align:left;line-height:18px;margin-bottom:10px; font-size:13px; color:#000;}
.share_qq_qr .to_offsite {display: inline-flex;line-height: 23px;color:#357bb3;}
.share_qq_qr .close_btn{text-align: center;position: absolute;right:10px;top:5px;	font-size:28px;font-weight:300;color:#999;font-style: normal;display:block;cursor:pointer;}
.share_qq_qr .close_btn:hover{color:#8c8c8c;}
.share_qq_qr .sharebox .qrcode span{display:block;padding:30px;}
.share_btns_c{width:100%;padding:10px 20px 0}
.share_btns_c .share_btn{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 12px;margin-top:10px;width:100%;border:1px solid #e0e2d9;background:0 0;border-radius:8px;cursor:pointer}
.share_btns_c .share_btn:hover{background-color:#f5f5f5}
.share_btns_c .share_icon_c{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;flex:1}
.share_btns_c .share_btn .share_icon_wrap{width:24px;height:24px;display:inline-block;margin-right:8px;text-align:center}
.share_btns_c .share_icon_c .text{text-align:left;padding:0;margin:0;color:#0a0b0d;color:#333;font-size:13px;font-weight:500;flex:1}
.share_btns_c .share_icon_c .iconr{color:#333;font-size:13px;font-weight:500}
.share_btns_c .share_icon_c .iconr .iconsvg{fill:currentcolor}
.share_btns_c .share_item{text-align:right;padding:10px 0}
.share_btns_c .share_item a{padding:5px;color:#999;font-size:13px;font-weight:300;font-family:'Helvetica Neue',Arial,sans-serif}

.linksplitline {
    width:100%;
	display: flex;
    justify-content: center;
	padding:10px 0;
}

.linksplitline:hover{
    transform: scale(1.01);
}

.linksplitline .spline {
	background:none;
	border-bottom-width:1px;
	border-bottom-color:#000;
}

.linksplitline .solidline {
	border-bottom-style:solid;
}
.linksplitline .dashedline {	
    border-bottom-style:dashed;
}


.dropDownLayerCloseAC {
    cursor: pointer;
    border: 0;
    background: transparent;
    z-index: 10;
    line-height: 1;
    text-decoration: none;
    transition: color .3s;
    color: rgba(0,0,0,.3);
	/* border: 1px #888 solid; */
    color: #5e5454;
    /* background-color: #888; */
    /* outline: 0; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}
.dropDownLayerCloseAC:hover {
	color:rgba(0,0,0,.7);
}
