/*@import "public.css";*/
body {
    /*    height: 100%;
        overflow: hidden;
        color: rgb(50, 50, 50);
        position: relative;
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;*/
}

ul, li {
    /*list-style-type: none;*/
}

button {
    /*    outline: none;
        cursor: pointer;*/
}

button:disabled {
    /*cursor: default;*/
}

i, em {
    font-style: normal;
    display: inline-block;
}

html {
    /*height: 100%;*/
}

.clear {
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    clear: both;
    border-width: 0px;
}

.clear:after {
    height: 0px;
}

.center {
    text-align: center;
}

.right {
    /*text-align: right;*/
}

.logofull {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    height: 58px;
    background: url(../images/logo.png) center center no-repeat;
}

.install {
    /*
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 600px;
    height: 480px;
    line-height: 30px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -240px;*/
}

.install .header {
    height: 80px;
}

.install .header .logo {
    width: 82px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 30px;
    background: url("../images/mini_logo.png") center center no-repeat;
}

.install .header .title {
    line-height: 30px;
    color: rgb(0, 0, 0);
    padding: 35px 35px 0px;
}

.install .header .title h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.install .content {
    padding: 0px 35px 0;
    min-height: 255px;
    line-height: 20px;
}

.install .content p {
    padding: 3px 0;
}

.volume_header {
    line-height: 30px;
    height: 30px;
}

.volume_header.volume_line {
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 10px;
}

.delete_confirm {
    line-height: 20px;
}

.delete_confirm h1 {
    font-size: 16px;
    padding: 10px 0;
    /*text-align: center;*/
}

.delete_confirm h3 {
    font-size: 14px;
    margin-top: 20px;
}

.delete_confirm p:last-child {
    margin-top: 4px;
}

button.custom {
/*    padding: 0 5px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255);
    min-width: 40px;
    line-height: 1px;
    text-align: center;*/
}

button.custom:active, button.custom:hover {
    border-color: rgba(0, 0, 0, 0.8);
}

button.custom:disabled {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

button.custom:disabled img {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
}

.disklist {
    height: 210px;
    padding-right: 5px;
    overflow-y: scroll;
}

.initdisklist {
    height: 210px;
    overflow: hidden;
    display: none;
}

.initdisklist > .pre-line {
    line-height: 40px;
    font-size: 18px;
}

.circle {
    width: 216px;
    height: 216px;
    margin: 0px auto;
    box-sizing: border-box;
}

.install .content h2 {
/*    font-weight: normal;
    font-size: 24px;
    line-height: 50px;*/
}

.conLine {
    display: table;
    width: 100%;
    padding: 4px 0;
}

.install .help {
    font-size: 12px;
    color: rgb(150, 150, 150);
    padding: 0px;
}

.conLine .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    line-height: 28px;
}

.install .filemode {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    outline: none;
    position: absolute;
}

.install .input {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    box-sizing: border-box;
    outline: none;
    padding: 0 2px;
}

.install .noinput {
    width: 100px;
    height: 28px;
    line-height: 26px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    box-sizing: border-box;
    outline: none;
    padding: 0 2px;
    vertical-align: top;
}

datalist {
    border: 1px solid rgb(200, 200, 200);
    margin-top: -1px;
}

.conLine .col-select {
    width: 24px;
}

.conLine .col-select input {
    vertical-align: -2px;
}

.conLine .col-left {
    width: 150px;
}

.conLine .col-error {
    color: red;
}

.conLine .col-right {
    text-align: right;
}

.conLine .col-right span {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}

.install .hddInit > a {
    outline: none;
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 2px 8px;
}

.font-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.x-bar-signs{
    height:24px;
    display: flex;
    justify-content: flex-end;/*子元素靠右对齐*/
    align-items: flex-end;/*子元素靠下对齐*/
}
.x-bar-signs .signbox{
    width:20px;
    height:20px;
}
.x-bar-signs em{
    display:block;
    width:12px;
    height:12px;
    margin:4px auto;
    border-radius:3px;
}
.x-bar-signs label{line-height:20px;}
.x-bar-signs em.graybox {
    background-color: rgb(150, 150, 150);
}
.x-bar-signs em.greenbox {
    background-color: rgb(20, 185, 15);
}
.x-bar-signs em.bluebox {
    background-color: rgb(0, 110, 199);
}

.conLine .col-name {
    width: 120px;
}

.conLine .col-cap {
    width: 80px;
    text-align: right;
}

.conLine .col-must {
    width: 80px;
    padding-left: 5px;
    box-sizing: border-box;
    position: relative;
}

.conLine .col-must .col-tips {
    position: absolute;
    height: 28px;
    left: 20px;
    width: 18px;
    background: url(/images/tos_icons/tos_icon_tips.svg) center center no-repeat;
}

.conLine .col-button {
    width: 100px;
}

.conLine .col-button button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box;
    margin-left: -1px;
    width: 100%;
}

.install .buttons {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    padding: 20px 35px;
    height: 30px;
}

.toolbox {
    margin-top: 5px;
    margin-bottom: 0px;
    display:flex;
}

.hide {
    display: none;
}

.TosRadioMode {
    margin: unset !important;
}

.toolbox .select {
    width: 120px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toolbox .select .TosInput {
    height: 30px;
    top: 0px;
}

.toolbox .select .TosItems {
    top: 29px;
}

ul.chart {
    flex:1;
    padding: 0;
    overflow: hidden;
    height: 30px;
    margin-bottom: 0;
}

ul.chart .hint {
    line-height: 30px;
    padding-left: 10px;
}

ul.chart .bars {
    white-space: nowrap;
    height:30px;
    display:flex;
}

ul.chart li {
    height: 30px;
    flex: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px;
    font-size: 10px;
    -moz-transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -o-transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -webkit-transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    transition: flex 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
}

ul.chart li:not(:last-child){
    margin-right:3px;
}

li.greenbox {
    background-color: rgb(20, 185, 15);
    color: #fff;
}

li.bluebox {
    background-color: rgb(0, 110, 199);
    color: #fff;
}

li.graybox {
    background-color: rgb(150, 150, 150);
    color: #000;
}

.bars {
    -moz-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
}

.button {
    /*    height: 0;
        line-height: 0;
        padding: 14px 20px;
        background-color: rgb(99,172,255);
        border: none;
        color: rgb(255, 255, 255);
        margin-left: 10px;*/
}

.button:only-child {
    margin-left: 0px;
}

.button:hover {
    /*background-color: rgb(68, 157, 255);*/
}

.button:disabled {
    background-color: rgb(200, 200, 200);
    color: rgb(136, 136, 136);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.p-open {
    background: url("./images/open_eye.png") no-repeat center;
    width: 25px;
    height: 15px;
    display: inline-block;
}

.p-close {
    background: url("./images/close_eye.png") no-repeat center;
    width: 25px;
    height: 15px;
    display: inline-block;
}

.pese {
    position: relative;
    top: 3px;
    left: -42px;
    color: black !important;
    text-decoration: none !important;
    outline: none;
}

.pese2 {
    left: -43px;
}