
.footer_common_div{
    position: fixed;
    right: 0;
    bottom:20%;
}
.footer_common {
    color: #3464e0;
    font-size: 12px;
    z-index: 99;
    background: white;
    cursor: pointer;
    width: 72px;
    height: 68px;
    text-align: center;
    border: solid 1px rgba(52, 100, 224, 0.2);
    box-shadow: 0px 10px 24px 1px rgba(52, 100, 224, 0.15);
    border-radius: 5px 0px 0px 5px;
}

.footer_common img {
    margin-top: 15px;
    margin-bottom: 5px;
}


.footer_custom_img {
    position: fixed;
    top: 46%;
    right: 200px;
    width: 300px;
    height: 300px;
    opacity: 0;
}

.footerblackBg {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.footerblackBg .mask {
    width: 370px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.footerblackBg .mask.forbid {
    width: 690px;
    height: auto;
}
.footerblackBg .mask.forbid .dialog{
    max-width: 690px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}
.mask.forbid .dialog .dialog-title {
	margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: solid 1px #ebebeb;
}
.footerblackBg .mask.forbid .dialog-title i{
	border-left: solid 3px #3464e0;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 14px;
}
.mask.forbid .dialog .dialog-title span{
    right: 40px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    font-weight: bold;
    cursor: pointer;
}
.footerblackBg  .dialog-content{
	padding-left: 17px;
}
.mask.forbid .dialog-content{
	padding-bottom: 40px;
}
.mask.forbid .layui-upload-drag .layui-icon{
	font-size: 22px;
	color: #B3b3b3;
	font-weight: bold;
}
.mask.forbid .layui-upload-drag .displayp{
	
}
/* .layui-form-radio {
    line-height: 28px;
    margin: 0 10px 0 0;
    padding-right: 0px;
    cursor: pointer;
    font-size: 0;
} */
.mask.forbid .layui-form-radio>i{
	font-size: 16px;
	margin-right: 9px;
}
.layui-input-block_div {
    margin: 0 10px 0 0;
}
.mask.forbid .layui-textarea{
	resize: none;
}
.mask.forbid .layui-input, 
.mask.forbid .layui-textarea, 
.mask.forbid .layui-upload-drag,
.mask.forbid .layui-btn{
	border-radius: 5px;
	width: 500px;
}
.mask.forbid .layui-upload-drag{
	
}
.layui-form-label {
    width: 100px;
		margin-right: 15px;
}
.mask.forbid .layui-btn{
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	background-color: #3464e0;
}
.mask.forbid .layui-btn:hover{
	opacity: 1;
}
.layui-form-label em {
    color: red;
    margin-right: 5px;
}

.footer .link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}