.studio-title{
    background: #828282;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
.container{
    margin-top: 20px;
}

.studio-box{
    display: flex;
    justify-content: space-between;
}
.canvas-box{
    width: 46%;
}
.canvas-box .main-frame {
    position: fixed;
    left: 5%;
    width: 40%;
    height: 80%;
    background: linear-gradient(to right bottom, #bcab91,#50412A);
}
body.fixed .canvas-box .main-frame{
    top: 6rem;height: 85%;
}
#canvas {
    position: absolute;
    left: 50%;
    top: 50%;
}
.canvas-box .action-box{
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 200px;
}
.canvas-box .action-box .fixed-button{
    width: 100%;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.canvas-operate{
    width: 52%;
}
.studio-label{
    font-size: 1.4rem;
}
.studio-btn{
    border: 1px solid #FE5E10;
    text-decoration: underline;
    text-align: center;
    color: #FE5E10;
    line-height: 3rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 2rem;
}
.studio-btn input{
    position: absolute;
    left: 0;right: 0;
    top: 0;
    bottom: 0;opacity: 0;
    cursor: pointer;
}
.core-width{
    display: flex;
    font-size: 1.4rem;
}
.core-width input,.core-width input:hover,.core-width input:focus,.core-width input:active{
    border-color: #FE5E10!important;
}
.core-width button{
    font-size: 1.4rem;
}


.studio-tabs{
    margin-top: 3rem;
    box-shadow: 0 0 5px #ddd;
}
.tabs-title{
    display: flex;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    background: linear-gradient(to bottom,#909090,#b3b3b3);
}
.tabs-title h3{
    width: 25%;
    cursor: pointer;
}
.tabs-title h3.active{
    background: linear-gradient(to bottom,#212121,#666);
}
.tabs-body .frame-search{
    width: 20rem;
    padding: 1rem;
    display: flex;
}
.tabs-body .frame-search input{
    border: none;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 1px 3px #ccc inset;
    background: #f7f7f7;
    padding: 5px;
}
.tabs-body .frame-search button{
    font-size: 1.2rem;
    border-radius: 0  15px  15px 0;
}
.labels-row{
    margin-bottom: 1px;
}
.labels-name{
    width: 165px;
}
.labels-content .labels-input-box{
    display: table-cell;width: 14rem;vertical-align: middle;
}
.labels-content .labels-input-box .label-select-unit{
    color: #fff;
    height: 1.8rem;
    background: #ADADAD;
    padding: 0 5px;
    line-height: 1.8rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1.4rem;
}
.labels-content .label-select-unit span{
    font-family: auto;
}
.labels-content .label-select-unit select{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.labels-content .labels-input-box+div{
    display: table-cell;
}


.frame-list{
    overflow: hidden;
    padding: 10px 0 10px 2%;
}
.frame-list .img-box {
    font-size: 1.2rem;
    float: left;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
    color: #666;
    width: 48%;
    margin-right: 2%;
}
.frame-list .img-box>div {
    font-size: 0;
    height: 8rem;
    line-height: 8rem;
    border: 1px solid #ccc;
}
.frame-list .img-box.active>div {
    border-color: #FF671C;
}
.frame-list img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.frame-list .img-box span {
    white-space: nowrap;
    line-height: 2rem;
}

.panel-body{
    padding: 1rem;
    font-size: 1.4rem;
}
.card-color-list {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.card-color-list .card-color-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
}
.card-color-list .card-color-item img {
    width: 80%;
    height: 80%;
    display: block;
    margin: 10%;
}
.card-color-list .card-color-item.active {
    border: 2px solid #ff671c;
}
.range-box {
    display: flex;
}
input[type="range"] {
    display: block;
    width: 100%;
}






















































