* {
    padding: 0;
    margin: 0;
    font-family: Segoe UI, SegoeUI, Microsoft YaHei, 微软雅黑, Roboto, Tahoma, Helvetica Neue, Helvetica, Calibri, sans-serif;
}

.none {
    display: none;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #333333;
}

.mtd {
    margin-top: 16px;
}

input {
    padding-left: 6px !important;
}

.install{
    width: 800px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stepbox{
    display: flex;
    flex-direction: column;
}

.main-box .login {
    width: 900px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-box .login .top p:not(:first-of-type) {
    padding-top: 10px;
}

.main-box .login .top {
    padding-bottom: 20px;
    text-align: center;
}

.main-box .login .top p {
    padding: 0 100px;
}

.main-box .login .top h2 {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
}

.max-btn {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    color: rgb(120, 120, 120);
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    cursor: pointer;
}

.mid-text {
    padding: 0 6px;
}

.button-box {
    position: fixed;
    right: 60px;
    bottom: 40px;
}

.button-box .button {
    border: 1px solid #D2D2D2;
    padding: 6px 18px;
    line-height: 1;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 14px;
}

.flex-scroll-layout{
    max-height:480px;/*默认展示12个硬盘位*/
    overflow-y: auto;
}

.flex-box {
    display: flex;
}

.item-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 30px;
}
.item-flex:first-child{
    padding-left: 0px;
}
.item-flex:last-child{
    padding-right: 0px;
}
.item-flex-name {
    display: flex;
    align-items: center;
    padding: 4px 0px;
}
.item-flex-left {
    width: 258px;
    display: flex;
    align-items: center;
    padding: 4px 30px;
}

.item-flex .label_value {
    padding-left: 10px;
}

.form-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 600px;
}

.note-box {
    background-color: #eeeeee;
    padding: 10px 10px 10px 18px;
    margin-top: 30px;
}

.note-box h3 {
    font-size: 14px;
    /* font-weight: 500; */
    padding: 4px 0 6px;
}

.pt-0 {
    padding-top: 0 !important;
}

.form-box .form-group {
    display: flex;
    padding-top: 9px;
}

.form-box .form-unline {
    border-bottom:1px solid rgb(230,230,230);
}

.form-box .form-group label {
    padding: 6px 0;
    font-size: 14px;
}

.form-box .form-group .text-box {
    display: grid;
}
.form-box .form-group > :first-child{
    flex:1;
}
.form-box .form-group > :not(:first-child){
    flex:1.2;
}

.form-box .form-group .text-box-middle {
    flex:1;display:flex;justify-content:center;align-items:center;
}

.form-box .form-group .text-box .red {
    color: #f3032d;
}

.form-box .form-group .text-box input {
    border: 1px #E7E7E7 solid;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.inline-box {
    display: flex;
    border-bottom: 1px solid #F6F6F6;
    padding: 8px 0;
    width: 500px;
}

.inline-box .one {
    width: 50%;
}

.inline-box .two {
    flex: 1;
}

.form-box .form-group .text-box .invalid-feedback {
    padding-top: 6px;
    font-size: 14px;
    color: #A0A0A0;
}

.form-box .form-group .text-box .jump-email {
    text-decoration: underline;
    padding-top: 16px;
    color: #000000;
    font-size: 14px;
}

.form-box .form-group .plain {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.form-box .form-group .last-box {
    display: flex;
}

.form-box .form-group .last-box input {
    border: 1px #E7E7E7 solid;
    height: 30px;
    line-height: 30px;
    width: 176px;
}
.form-box .form-group .last-box input::-webkit-input-placeholder{
    color:#DFE2E9;
}

.form-box .form-group .button {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 6px 10px;
    cursor: pointer;
}

.radio-wrapper {
    display: flex;
    flex-direction: column;
}

.radio-box {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.radio-box label, .radio-box .label {
    padding-left: 10px;
    font-size: 14px;
    line-height: 30px;
}

.countdown {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    padding-top: 60px;
}

.radio-box .label a {
    text-decoration: none;
}

.col-button button {
    background-color: #fff;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    padding: 6px 12px;
}

.ani::after {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    animation-name: hd;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes hd {
    from {
        box-shadow: none;
    }

    30% {
        box-shadow: 3px 0 0 currentColor;
    }

    60% {
        box-shadow: 3px 0 0 currentColor, 9px 0 0 currentColor;
    }

    90% {
        box-shadow: 3px 0 0 currentColor, 9px 0 0 currentColor, 15px 0 0 currentColor;
    }
}


ul {
    list-style: none;
}

.ul-box {
    padding: 20px 0 60px;
}

.ul-box li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #D4D4D4;
    padding-left: 10px;
}

main {
    display: flex;
    height: 100vh;
}

main nav {
    background: #CDCDCD;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2%;
}

main nav .left-container {
    width: 100%;
    color: #ffffff;
    padding-right: 60px;
}

main nav .left-container .description {
    text-align: right;
}

main nav .left-container .description h1 {
    font-size: 40px;
}

main nav .left-container .description p {
    font-size: 12px;
}

main nav .left-container .tip-box, main nav .left-container .tip {
    font-size: 22px;
}

main nav .left-container .tip {
    padding-bottom: 130px;
}

main nav .left-container .tip-box {
    text-align: right;
    padding: 12% 0;
}

.tip-box p {
    font-size: 14px;
}

.tip-box .pos {
    visibility: hidden;
}

main nav .left-container .tip-box ul li {
    padding-top: 12px;
    font-size: 14px;
    padding-left: 50px;
}

main nav .left-container .tip-box ul li.desc {
    text-align: right;
}

main nav .left-container .tip-box ul li.route {
    color: #000000;
}

main nav .left-container .tip-box ul li.cur {
    color: #000000;
    position: relative;
}

main nav .left-container .logo {
    text-align: right;
}

main article {
    flex: 1;
}

main article .right-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.raid-box {
    width: 500px;
    padding-top: 20px;
}

.raid-box .right {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.warp-flex {
    justify-content: space-between;
}

.warp-flex .left-item{
    flex:1;
    display: flex;
    padding-right: 8px;
}

.warp-flex .left-item > *{
    flex:1;
}

#volume_size, #volume_capacity {
    width: 294px;
}

.raid-box .right .status {
    display: flex;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.raid-box .right .status .first {
    width: 20%;
    background-color: #11B90C;
    color: #ffffff;
    padding: 0 4px;
}

.raid-box .right .status .second {
    width: 20%;
    background-color: #016EC9;
    color: #ffffff;
}

.raid-box .right .status .third {
    width: 60%;
    background-color: #969696;
    color: #ffffff;
}

.raid-box .right .tip {
    display: flex;
    padding-left: 70px;
    padding-top: 10px;
}

.raid-box .right .tip .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.raid-box .right .tip .color .square {
    width: 16px;
    height: 16px;
}

.raid-box .right .tip .color .bg1 {
    background-color: #11B90C;
}

.raid-box .right .tip .color .bg2 {
    background-color: #0070C9;
}

.raid-box .right .tip .color .bg3 {
    background-color: #969696;
}

.raid-box .right .tip .color .text {
    padding-left: 10px;
    font-size: 14px;
}

main article .right-container .button-box {
    text-align: right;
    padding-right: 60px;
    padding-bottom: 10px;
}

main article .right-container .button-box .button {
    border: 1px solid #D2D2D2;
    padding: 6px 18px;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 14px;
}

.hide, .invalid-feedback {
    display: none;
}

.td-box {
    display: flex;
    align-items: center;
}

.delete_confirm {
    line-height: 20px;
    font-size: 14px;
}

.delete_confirm h1 {
    font-size: 18px;
    padding: 10px 0 16px;
    /* text-align: center; */
    font-weight: 500;
}

.delete_confirm h3 {
    font-size: 14px;
    margin-top: 20px;
}

.delete_confirm p:last-child {
    margin-top: 4px;
}

.four-box {
    display: flex;
    padding-top: 20px;
}

.four-box .right {
    padding-left: 10px;
    font-size: 14px;
}

.h2-description {
    padding: 30px 0 10px;
}

.h2-description p {
    font-size: 14px;
}

.progress-box {
    text-align: center;
}

.wdh {
    width: 200px;
    padding: 4px 0;
}

.situation {
    text-align: left !important;
    border-top: 1px solid #ddd;
}

.TosCheckMode {
    margin: 0 !important;
}

.layui-layer-btn a {
    font-size: 14px !important;
}

.process {
    font-size: 14px;
    padding-top: 10px;
    min-height: 30px;
    line-height: 30px;
}

.hddInit {
    padding-top: 20px;
}

.hddInit #hdd_init {
    border: 1px solid #D2D2D2;
    padding: 6px 18px;
    width: 80px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

    main article .right-container .description .form-box .form-group {
        padding-top: 20px;
    }

    main article .right-container .button-box {
        padding-bottom: 30px;
    }
}

#devbox {
    padding-right: 5px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#devbox li {
    display: table;
    width: 70%;
    padding: 3px 0;
}

.col-select {
    width: 30px;
}

.col-name {
    width: 80px;
}

.col-cap {
    width: 70px;
    text-align: right;
}

.col-stat {
    width: 140px;
    text-align: right;
}

.install-content ul {
    padding-right: 5px;
    height: 265px;
    overflow-y: auto;
    overflow-x: hidden;
}

.install-content ul li, .conLine {
    display: table;
}

.filemode {
    padding: 5px 100px;
}

.col-button {
    display: table-cell;
    padding-left: 10px;
}

.col-button button:disabled {
    background-color: #fff;
    border: 1px solid #D2D2D2;
}

.red {
    color: #f00;
    font-size: 14px;
}

.initdisklist .pre-line {
    padding: 0 5pc 0 20px;
    font-size: 14px;
}

.initdisklist .conLine {
    text-align: center;
}

.open-tip {
    font-size: 14px;
    padding: 0 5pc 0 20px;
}

.browser-box {
    padding: 0 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.browser-box .one p {
    padding-top: 10px;
    color: #333;
}

.browser-box .two {
    display: flex;
    justify-content: space-between;
}

.chk-input {
    display: flex;
    align-items: center;
}

.browser-box .btn_cls {
    padding: 0 !important;
}

.browser-box .btn_cls a {
    color: #787878;
    text-decoration: none;
}
.col-error{
    color: red;
}