* {
    margin: 0;
    padding: 0;
}

[v-cloak]{
    display: none;
}

.main{
    width: 70%;
    height: auto;
    display: flex;

    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    margin-bottom:40px;
}
h1{
    font-size: 26px;
    font-weight: 600;
}
h2{
    font-size: 18px;
    font-weight: 600;
}
h3{
    font-size: 14px;
    font-weight: 600;
}

.scrolled {
    background-color: rgba(18,65,123,.6) !important; /* 更改的背景颜色 */
    backdrop-filter: blur(3px);
    transition: 0.5s linear;
    z-index: 9999;
}

[type="text"]{
    padding: 3px 5px;
    font-size: 14px;
    border: 1px solid lightgray;
    border-radius: 4px;
    color: #bb7575;
}
select{
    padding: 2px 30px 0 5px;
    font-size: 14px;
    border: 1px solid lightgray;
    border-radius: 4px;
    color: #bb7575;
}

.el-input-number--mini{
    width: 80px;
}
.el-input-number--mini .el-input__inner{
    padding-left: 10px;
    padding-right: 15px;
}
.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{
    width: 20px;
}






.sealMain2{
    display: flex;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.leftBox{
    width: auto;
    min-width: 340px;
    height: auto;
    padding: 20px;
    border-right: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.previewTitle{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 14px;
}
#sealdiv{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
}



.rightBox{
    flex: 1;
    padding: 20px 20px 35px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.itemBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.setItemBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}
.setItem{
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}
.setItem span{
    color: #624f4f;
    font-size: 14px;
}
.setItemBox .setItem:nth-child(1) span:nth-child(1){
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .sealMain{
        width: 96%;
    }
    .sealNav .navItem {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {
    .sealNav {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1440px) {
    .main
    {width: 93%!important; max-width: 100%!important;}
    .sealMain2 { width: 100%!important;}
}