/*关闭按钮*/
#HCloseBtn{cursor: pointer;border: 0;background: transparent;position: absolute;right: 0;top: 0;z-index: 10;font-weight: 700;line-height: 1;text-decoration: none;transition: color .3s;color: rgba(0,0,0,.45);outline: 0;padding: 0;}
#HCloseBtn span{display: block;font-style: normal;vertical-align: baseline;text-align: center;text-transform: none;text-rendering: auto;width: 56px;height: 56px;line-height: 52px;font-size: 22px;}
#HCloseBtn:hover:focus,#HCloseBtn:hover{color:#333;text-decoration:none}
/*头部*/
#HTitle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #333;padding: 16px 24px;border-radius: 4px 4px 0 0;background: #fff;border-bottom: 1px solid #e8e8e8;line-height: 22px;font-weight: 500;color: rgba(0,0,0,.85);}
[data-animate-hsyd515481]{border: 0;border-radius: 4px;background-clip: padding-box;box-shadow: 0 4px 12px rgba(0,0,0,.15);}
.animated{-webkit-animation-duration: 0.4s;animation-duration: 0.4s;}

.one_create_scan{
    padding: 16px 24px;
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
}
.one_create_scan .title___c2CVa{
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size:18px;
    margin: 20px 0 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.one_create_scan .create__scanWarp{
    background-color: #eee;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}
.one_create_scan .create__scanWarp .scanItem___5d2q {
    border-right: 1px solid #e8e8e8;
    text-align: center;
    width: 100%;
}
.one_create_scan .create__scanWarp .scanItem___5d2q.scanItem___5d2q__classif{
    width:50%;
}
.one_create_scan .create__scanWarp .scanItem___5d2q:last-child {
    border-right: none;
}
.one_create_scan .create__scanWarp .scanItem___5d2q .scanTitle___fyshw {
    color: #666;
    line-height: 20px;
}
.one_create_scan .create__scanWarp .scanItem___5d2q .value___canshu {
    font-size: 18px;
    color: #09bd71;
    line-height: 24px;
}
.raw__code__statistics__header{
    width: 100%;
    margin: 20px 0 10px;
    position: relative;
}
.raw__code__statistics__header ul{
    width: 100%;
    position: relative;
}
.raw__code__statistics__header ul li{
    display: inline-block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    margin-right: 14px;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.raw__code__statistics__header ul li span{
    width: auto;
    border:1px solid rgba(0,0,0,.87);
    color: rgba(0,0,0,.87);
    padding: 4px 20px;
    border-radius: 20px;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.raw__code__statistics__header ul li.active span,.raw__code__statistics__header ul li:hover span{
    border:1px solid #09bd71;
    color: #09bd71;
}
.raw__code__statistics__header ul.raw__code__statistics__top li{
    margin-right: 20px;
    font-size: 16px;
    margin-bottom:4px;
}
.raw__code__statistics__header ul.raw__code__statistics__top li span{
    border: 0;
    border-radius: 0;
    padding: 4px 0;
}
.raw__code__statistics__header ul.raw__code__statistics__top li.active span,.raw__code__statistics__header ul.raw__code__statistics__top li:hover span{
    border: 0;
    border-bottom: 2px solid #09bd71;
}
#one_scan_container{
    position: relative;
}
#one_scan_container .load_sacn_gif__sdw{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 2020;
}