@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1562983282253'); /* IE9 */
src: url('iconfont.eot?t=1562983282253#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOsAAsAAAAAB8AAAANeAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqDJIMCATYCJAMMCwgABCAFhG0HPBvOBlGU7kmD7AtsG/YkUCsZx4ZOgE9ogEdMhABABAAAgAcgHr72+527u+99Q7xBEk0M0byRRBNDIhRCgwShUQLTKZlQvEL+Fq1pEIRdn7CMChcV2se5B97bkmNla6tUhWyF60/7qzfz9VY6OTSFpgYyGvPTwu3OkYpm3I2H/BcfyJegp/85ZroEr/y2tUtUUkTiaG+A4wENKKIvkuwO5ID8HuLVxe0wzxNomzBW3jle3pRaCjItEHeBZ5VaKZtSUxmaQl2ytohnlWZ6TNd48n8/fi1Fi6TKyNyj24NbWn/0qZfuqEsXQT6eB8ImMhaVFOK61HeqGiYXVbU1Xa2+sFaENFYEfJluqFf6j5eIGinvAbNoSU5KbrMJPkmRiDy5RgsPeAXsSG1RDfb0xkY7ZODY/df03Wip0CmvjIX4c72jR3Wvr0Vvb8UvL4XPz1WWpiCQJGteXxuYi8y/kUHpsnPUodx5vn+O9vO7ubGVJSihRlvnFsbcwnBIVcznV+lkr0dZA1VpdHGZlDOLq2DUwVwhxO1WaWSnBRypPoSk5cTU6AKBZItvJlQX1hMMJvf5n3pdZ3R3lzrqOR7HuDlOgmqGfebah+nKCh2iw6AZ5iWxBMU4Nzdd7BENiWUZGWWJ8WKzmq85y475jclWSeET4SfpRxUergLJh4A+CdCr9+LPSJbSalV+O9bzxTptErqsidGn7KSW45rOK3WJPkxCn9gleXVrWA41Tiihe37J8X5Ensh/7m/8DUTVjOHKP6oKeP+SMdC9aO/QvC9/8J/kLVuKriT2XFSZLTMz2aH6W7Bq63p/pxqG/PU3jLYuJzSNxpA0jEPWNIks2EWodCxDrWkd2hacbO4YxqqitDDvEyAM+IakzxtkA36QBfsLlTH/UBuIKrQdx/CeHdMRdLYZlsAl+5kCJ0uV5ZROUHkF7z62OKn0aXdgHURoMZ1nMydIwWMs0A/eUkSR4iyhI1yGOM4o5yyEI1NfJF/NZqrsm6ZOlpQ6tjGwCHAR2zMScGRSyu0sOrmfvwKeezEL1zTVRO8A04LeycLUvAXyRJe2arqW12gPPEtCKERhmQQ5ggdimsyQvHxUCBxiyu8Rz63MmHaqrW46vyF5vl3QRhpzpMhRtE69z0SgpXGDGGAtlQAAAA==') format('woff2'),
url('iconfont.woff?t=1562983282253') format('woff'),
url('iconfont.ttf?t=1562983282253') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1562983282253#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-test:before {
  content: "\e641";
}

.icon-delete:before {
  content: "\e72f";
}

.file-preview{
   display: flex;
    width: auto;
    margin: 0  ;
   
 
   
}
.FraUpload_imglist{
   
    text-align: center;
    vertical-align: middle;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;

}
.FraUpload_imglist li{
    
    box-shadow: 1px 1px 5px 0 #a2958a;
   
    height: 130px; margin: 0 5px;
    margin-bottom: 5px;
    position: relative;
width: 150px;
    list-style: none;
   
}
.FraUpload_imglist li img{
    height: 100%;
    max-width: 100%;
}
.FraUpload_imglist .file-tit{
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
    margin: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.FraUpload_imglist .file-tit div:nth-child(1){
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}
.FraUpload_imglist .file-footer-buttons{
    display: flex;
    position: absolute;
    bottom: 0;
    background: #eee;
    width: 100%;
    flex-direction: row-reverse;
   

}
.FraUpload_imglist .file-footer-buttons .icon-loading{
    display: block;
    background: url(loading.gif) no-repeat;
    background-size: 70% 70%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    border: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.FraUpload_imglist .file-footer-buttons .icon-success{
    display: block;
    background: url(success.png) no-repeat;
    background-size: 70% 70%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    border: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.FraUpload_imglist .file-footer-buttons .icon-error{
    display: block;
    background: url(error.png) no-repeat;
    background-size: 70% 70%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    border: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.FraUpload_imglist .file-footer-buttons span{ 
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1px 2px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    margin: 0 3px;
}
.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

body {
    background-color: #f4f7fc;
}

pre {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 5px 10px;
    margin: 0;
    border-radius: 8px;
    min-height: 20px;
}

xmp {
    margin: 0;
    padding: 0;
}

.upload_img {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    background-color: #fafafa;
    border: 1px dashed #999;
    border-radius: 4px;
     text-align: center;
    font-size: 12px;
    line-height: 1.5;
    height: 130px;
   
    width: 150px;
    cursor: pointer;
}
.upload_img  img{ width: 64px; padding-top: 25px;}
.form-control {
    padding:10px 15px;
    border-color: #e6e6e6;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
	display:inline-block;
    color: #838d91;
    background-color: #fafcfe;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
border-radius: 4px;height: auto;
   
}
.imgbox { font-size: 12px;
    box-shadow: 0 3px 10px rgba(62,85,120,.045);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
  }
  .imgbox input{
    padding:10px 15px;
    border-color: #e6e6e6;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
	display:inline-block;
    color: #838d91;
    background-color: #fafcfe;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
border-radius: 4px;height: auto;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .h2-title{font-size: 16px;
    color: #212121;padding:.35rem 0.75rem;border-bottom: 1px solid rgba(0, 0, 0, 0.07);}
.imgbox  table td{ padding:5px;}
.width98{width: 90%; border: 1px solid #e6e6e6; border-radius: 5px;}
.imgbox  .aui-flex{padding: 0px; overflow: hidden;}
.upbox{padding: 10px; display: flex;}
.imgmain{ clear: both; display:flex;  margin-bottom: 5px; padding: 10px; }
.imgmain h2{font-size: 14px; width: 140px; text-align: right;
    color: #212121;padding:.35rem;}
    .x-red {
        color: red;
    }

	.aui-icon-plus:before {
    content: "\e6e3";
}
.aui-display{ display:inline-block}
.aui-list-img li{ display:inline-block; float:left; width:200px; height:120px; margin:0 2px; padding:2px; border:1px solid #ddd; position:relative}
.box-dele{width: 20px;
    height: 20px;
    background: #dd5044;
    color: #fff;
    position: absolute;
    right: -3px;
    top: -3px; border-radius:50%;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-family: Tahoma, Verdana, sans-serif;}
.aui-list-img li img{ width:100%; height:100%}
.upload_warp_text {
    width: 100%;
    line-height: 24px;
    border-top: 1px solid #e6e6e6;
   padding: 8px;
    color: #999;
  }
@media screen and (min-width:1910px) and (max-width: 2000px) {

}
.mrgin-right-5{ margin-right:5px}