	/* CSS UTF-8 */
		#fileCopyRight{
			display:none;
		}
		#fileCopyRight.showModel{
			display:block;
		}
		#fileCopyRight .copyrightModel{
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999999;
            font-size: 14px;
            display: flex;
            align-items: center;justify-content: center;
        }
        #fileCopyRight .copyrightBox{
            background-color: #fff;
            min-width: 324px;
            max-width: 60%;
            /*height: 200px;*/
            margin: 0 auto;
            border-radius: 5px;
            overflow: hidden;
        }
        #fileCopyRight .copyrightTitle{
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            background-color: #e60027;
            color: #fff;
        }
        #fileCopyRight .copyrightContent{
            position: relative;
            /*height: 170px;*/
            padding: 20px 10px;
            box-sizing: border-box;
        }
        #fileCopyRight p{
            position: relative;
        }
        #fileCopyRight .tips_info{text-align:left;}
		#production_cn,#production_en,.production_no{
		    text-align:center;margin-bottom:28px;font-weight:bold;
		    display: block;
		    overflow-y: scroll;
		    max-height: 70vh;
		}
		#production_cn span,#production_en span{display:inline-block;}
		#production_cn span::after,#production_en span::after{content:',';display:inline-block;    margin-right: 5px;}
		#production_cn span:last-child::after,#production_en span:last-child::after{
		    display: none;
		}
		
        .closeCopyrightBox{
            /*position: absolute;*/
            bottom: 20px;
            height: 30px;line-height: 30px;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: block;
            width: 80px;
            text-align: center;
            background-color: #e60027;
            border-radius: 5px;
            color: #fff;
            cursor: pointer;
        }
@media screen and (max-width:768px) {
  #fileCopyRight .copyrightBox{
            max-width: 90%;
        }
}