/** 圆形加载进度样式 ↓*/
#circle-progress > svg {
    width: 33px;
    height: 33px;
}
#circle-progress .circle-progress-value {
    stroke-width: 8px;
}
#circle-progress .circle-progress-circle {
    stroke-width: 8px;
}
#circle-progress .circle-progress-text {
    font-size: 30px;
}
/** 自定义样式1 */
#progress9 .circle-progress-value {
    stroke-width: 11px;
    stroke: #00CC00;
    stroke-dasharray: 0,23.3;
    stroke-linecap: round;
}
#progress9 .circle-progress-circle {
    stroke: transparent;
}
#progress9 .circle-progress-text {
    font-family: "Gotham rounded";
    font-size: 16px;
    fill: #00CC00;
}

.box{margin: 40px 0;position: relative;}
/** 圆形加载进度样式 ↑*/
/** 悬浮导航↓*/
.change-type {
    min-width: 40px;
    min-height: 160px;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 30%;
    display: flex;
}
.change-type .type-right {
    width: 0;
    background: #fff;
    height: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
}
.change-type .showListType {
    width: 130px;
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
}
.change-type .type-right ul li {
    line-height: 40px;
    height: 40px;
    text-align: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.change-type .type-right ul li a {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding-left: 15px;
    overflow: hidden;
    width: calc(100% - 17px);
    color: #333;
    font-size: 14px;
    border-right: 2px solid #26778d; /*#26778d  00ba97 */
}
.change-type .type-right ul li span {
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 8;
    overflow: hidden;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
}
.change-type .type-right ul li:hover span {
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.type-right ul li:hover span
{
    background: #ffe759;
    width: 100%;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.type-right ul li.active span {
    background: #3bb35b;
    width: 100%;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.change-type .type-left {
    width: 40px;
    background: #71784c;
    height: 150px;
    overflow: hidden;
    writing-mode:vertical-lr;
    letter-spacing:3px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.5);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: table;
}
.change-type .type-left p {
    text-align: center;
    padding: 0 5px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
}
/** 悬浮导航↑*/
/** 配合栏栅格的表单样式 ↓*/
.col-xs-right{
    float:right;
    padding:9px 15px;
    text-align:right;
    line-height:20px;
}
.col-xs-left{
    float:left;
    padding:9px 15px;
    text-align:left;
    line-height:20px;
}
.layui-colla-content >.layui-row{
    margin-bottom:10px;
}
.tab-item >.layui-row{
    margin-bottom:10px;
}
.update-card-btn{
    display:block;
}
.update-card{
    width: auto;
    float:left;
    border: 1px dashed #e2e2e2;
    padding: 10px;
    margin:5px 5px 0 0;
    display:inline;
}
.update-card input{
    margin:5px 0;
}
.update-card button{
    margin:5px 0;
}
.update-card .layui-upload-drag{
    height: 180px;
    width: 180px;
    padding: 3px;
    display:table-cell;
    vertical-align:middle;
}

.update-close-btn{
    float:right;
    display:block;
    position: relative;
    right: -10px;
    top: -10px;
}
.sub-input-button,.dynamic-input{
    margin-top: 5px ;
}

@media screen and (max-width: 450px){
    .col-xs-left, .col-xs-right {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
/** 配合栏栅格的表单样式 ↑*/
/* 文件列表item */
.file-choose-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 8px 8px;
    margin: 5px 0;
    cursor: pointer;
}

.file-choose-list-item:hover {
    background-color: #F7F7F7;
}

/* 文件列表图片 */
.file-choose-list-item-img {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

.file-choose-list-item-img.img-icon {
    background-size: inherit;
    background-color: transparent;
}

.file-choose-list-item.active .file-choose-list-item-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* 文件列表名称 */
.file-choose-list-item-name {
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
}

/* 文件列表复选框 */
.file-choose-list-item-ck {
    position: absolute;
    right: 8px;
    top: 8px;
}

.file-choose-list-item-ck .layui-form-checkbox {
    padding: 0;
}

/* 文件列表操作菜单 */
.file-choose-oper-menu {
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
    transition: all .3s;
    overflow: hidden;
    transform: scale(0);
    transform-origin: left top;
    visibility: hidden;
}

.file-choose-oper-menu.show {
    transform: scale(1);
    visibility: visible;
}

/* 文件列表操作菜单item */
.file-choose-oper-menu-item {
    color: #555;
    padding: 6px 5px;
    font-size: 14px;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.file-choose-oper-menu-item:hover {
    background-color: #eee;
}

/** 文件列表为空时样式 */
.file-choose-empty {
    text-align: center;
    color: #999;
    padding: 50px 0;
}

.file-choose-empty .layui-icon {
    font-size: 60px;
    display: block;
    margin-bottom: 8px;
}




