.infoFile{
            height: 1px;
        }
        .infoFile_item{
            position: fixed;
            right: 10px;
            bottom: 135px;
            cursor: pointer;
        }
        .infoFile i {
            position: absolute;
            color: #ffffff;
            font-size: 14px;
            background-color: #f00;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: block;
            right: 10px;
            top: 6px;
            text-align: center;
            line-height: 24px;
            display: none;
            font-style: normal;
        }

        .pro_show {
            position: fixed;
            right: 10px;
            bottom: 100px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            width: 370px;
            overflow: hidden;
            z-index: 2;
            display: none;
        }
        .pro_show_info_title {
            height: 50px;
            padding: 0 15px;
            background-color: #f7f7f7;
            position: relative;
        }
        .pro_show_info_title_fl {
            line-height: 50px;
            font-size: 20px;
            color: #333333;
            text-align: center;
        }
        .pro_show_info_title_fr {
            top: 15px;
            cursor: pointer;
            position: absolute;
            right: 15px;
        }
        .pro_show_info_int {
            padding: 0 15px;
            background-color: #ffffff;
            height: 34px;
            padding-top: 10px;
            line-height: 24px;
            box-sizing: border-box;
            text-align: right;
            color: #666666;
            font-size: 12px;
        }
        .pro_show_info_ul {
            padding: 0 10px;
            overflow: auto;
            max-height: 480px;
        }
        .DomUl{
            padding: 0;
            list-style: none;
            margin: 0;
        }
        .pro_show_info_ul ul li {
            border-bottom: 1px solid #d3d3d3;
            padding: 15px 0;
        }
        .w65_img {
            float: left;
            width: 65px;
            height: 65px;
            box-sizing: border-box;
            border: 1px solid #d3d3d3;
            cursor: pointer;
            font-size: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        .p75 {
            padding-left: 75px;
            color: #333333;
            position: relative;
            padding-right: 50px;
        }
        .pro_show_info_ul ul li::after {
            clear: both;
            display: block;
            content: '';
        }
        .p75_del {
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
        }
        .p75_title {
            line-height: 1.5;
            font-size: 12px;
            height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-clamp: 3;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        .p75_button {
            height: 46px;
            margin-top: 15px;
        }
        .p75_button button {
            height: 46px;
            width: 100%;
            cursor: pointer;
            background-color: #ec6617;
            color: #ffffff;
            border: 0;
            font-size: 20px;
        }
        .preClass{
            z-index: 1000;
        }

        .proInfo_show {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.25);
            z-index: 3;
            display: none;
        }
        .proInfo_show_info {
            width: 680px;
            background-color: #ffffff;
            margin: 0 auto;
            position: relative;
            top: 50%;
            margin-top: -150px;
        }
        .proInfo_show_info_title {
            height: 60px;
            padding: 0 15px;
            background-color: #f7f7f7;
        }
        .proInfo_show_info_title_fl {
            float: left;
            line-height: 60px;
            font-size: 18px;
            color: #333333;
        }
        .proInfo_show_info_title_fr {
            float: right;
            margin-top: 21px;
            cursor: pointer;
        }
        .proInfo_show_font {
            padding: 20px 15px 30px 15px;
        }
        .proInfo_show_font td {
            padding: 5px 15px 0 15px;
        }
        .proInfo_show_font_title {
            height: 30px;
            line-height: 30px;
            color: #333333;
        }
        .proInfo_show_font_title span {
            color: #e40112;
        }
        .proInfo_show_font td input {
            width: 100%;
            box-sizing: border-box;
            padding: 0 10px;
            height: 40px;
            border: 1px solid #d3d3d3;
            background-color: #f9f9f9;
            font-size: 14px;
        }
        .proInfo_show_font td textarea {
            width: 100%;
            box-sizing: border-box;
            padding: 5px 10px;
            border: 1px solid #d3d3d3;
            background-color: #f9f9f9;
            font-size: 14px;
            height: 117px;
            line-height: 1.5;
        }
        .proInfo_show_font td.ptcenter {
            text-align: center;
            padding-top: 20px;
        }

        .proInfo_show_font td button {
            height: 50px;
            padding: 0 50px;
            background-color: #ec6617;
            cursor: pointer;
            border: 0;
            color: #ffffff;
            border-radius: 4px;
            font-size: 20px;
        }
        .proInfo_show_font td input.borderBr,.proInfo_show_font td textarea.borderBr{
            border: 1px solid  #e40112;
        }
        .ellipsis-multiline {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
        }
        .alertShow{
	position:fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.alertDinfo{
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	top: 10%;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 1;
	padding-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.alertShow_title{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #ddd;
	font-weight: bold;
	font-size: 16px;
}
.alertShow_info{
	line-height: 50px;
	padding: 0 15px;
}
.alertShow_button{
	text-align: right;
	padding: 0 15px;
}
.alertShow_button button{
	cursor: pointer;
	background-color: #ec6617;
	padding: 0 20px;
	border-radius: 5px;
	border: 0;
	color: #ffffff;
	height: 40px;
}