.L_H_row_1 {
	display: inline-block;
	width: 8%;
}
.L_H_row_2 {
	display: inline-block;
	width: 90%;
}
.L_VC_row_1 {
	display: inline-block;
	width: 8%;
}
.L_VC_row_2 {
	display: inline-block;
	width: 43%;
}
.L_VC_row_3 {
	display: inline-block;
	width: 44%;
}
.L_VC_row_img {
	width: 100%;
}
.L_EP_bg {
	background-color:#CCC;
}
.L_EP_p {
	padding: 2%;
}

.L_td {
	overflow:hidden;
    word-wrap:break-word;
	word-break:break-all;
}
.mask{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.load_icon{
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -150px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.load_icon p{
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
}






