   .main_single {
       width: 100%;
       margin: 0 auto;
   }
   
   .upload-content_single .modal-dialog_single {
       width: 100%;
   }
   
   .show_single {
       /*text-align: center;*/
   }
   
   .upload-content_single .content-img-list_single {
       display: inline-block;
       padding: 0;
   }
   
   .upload-content_single .content-img_single .gcl {
       font-size: 25px;
       color: #aaa;
   }
   
   .upload-content_single .content-img-list-item_single {
       position: relative;
       display: inline-block;
       width: 150px;
       height: 150px;
       margin: 7px;
       border: 1px dashed #DEDEDE;
       border-radius: 4px;
       background-color: #fff;
       vertical-align: middle;
       line-height: 150px;
       overflow: hidden;
   }
   
   .upload-content_single .content-img-list-item_single .hide {
       display: none;
   }
   
   .upload-content_single .content-img-list-item_single div {
       position: absolute;
       left: 0;
       bottom: 0;
       text-align: center;
       width: 100%;
       background: rgba(0, 0, 0, 0.4);
       height: 100%;
       line-height: 150px;
   }
   
   .upload-content_single .content-img-list-item_single .delete-btn_single,
   .upload-content_single .content-img-list-item_single .big-btn_single {
       color: #fff;
       cursor: pointer;
       margin: 0 5px;
   }
   
   .upload-content_single .content-img-list-item_single img {
       width: 100%;
   }
   /*.upload-content .upload-tips {
       padding-top: 10px;
       text-align: right;
       width: 100%;
   }*/
   /*图片上传按钮*/
   
   .upload-content_single .file_single {
       position: relative;
       display: inline-block;
       border: 1px dashed #DEDEDE;
       border-radius: 4px;
       width: 150px;
       height: 150px;
       line-height: 150px;
       text-align: center;
       background-color: #fff;
       vertical-align: top;
       margin: 7px;
   }
   
   .upload-content_single .file_single input {
       position: absolute;
       right: 0;
       top: 0;
       opacity: 0;
       cursor: pointer;
       width: 150px;
       height: 150px;
   }
   
   .upload-content_single .file_single:hover {
       border: 1px dashed #3a75dc;
   }
   
   #imgPreview_single {
       width: 40%;
       height: 180px;
       margin: 10px auto 0px auto;
       border: 1px solid black;
       text-align: center;
   }
   
   #imgSpan_single {
       position: absolute;
       top: 60px;
       left: 40px;
   }
   
   .filepath_single {
       width: 100%;
       height: 100%;
       opacity: 0;
   }