*{box-sizing: border-box;list-style: none;margin: 0;padding: 0}
*:hover{
    cursor: default;
}
ul,li{margin: 0;padding: 0}
.box{
    width: 900px;
    height: 600px;
    margin: 0 auto;
}
.page{
    float:left;
    width: 510px;
    height: 560px;
    padding: 5px;
    background: #DDD0A3;
    text-align: center;
}
.page_1,.page_2{
    width: 405px;
    height: 243px;
    border:2px dotted #DDD0A3;
    margin: 0 auto;
    position: relative;
}
.page_1.true,.page_2.true{
    border:2px dotted #996E05;
}

#picture-1,#picture-2{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.page_2{
    margin-top: 10px;
}

.page_1_img,.page_2_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    height: 100%;
    left:0;
}

.page_1_img img{
    width: 100%;
    height: 100%;
}
.page_1_img img.radius-c{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.page_1_con,.page_2_con{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.con_list{
    width: auto;
    height: auto;
   font-size: 14px;
   color: #fff;
    word-break: break-all;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.btns2{
    float:left;
    width: 350px;
    height: 530px;
    overflow: hidden;
    border: 1px solid #B39733;
    margin-left: 10px;

}
.btn_z_f{
    width: 100%;
    height: 30px;
}
.btn_z_f span{
    float: left;
    width: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: #DDD0A3;
    border: 1px solid #DDD0A3;
    color:#000;
}
.btn_z_f span.active{
    background: -webkit-linear-gradient(top, #fff, #B39733);
    background: -moz-linear-gradient(top, #fff, #B39733);
    background: -ms-linear-gradient(top, #fff, #B39733); 
    background: linear-gradient(top, #fff, #B39733);
    background: -o-linear-gradient(top, #fff, #B39733);
    color:#fff;
}

.btn_display,.btn_display>li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.btn_display{
    height:470px;
    overflow: auto;
}
.btn_display>li:nth-child(2){

   display: none;
}

.display_1_list{
    margin-bottom: 10px;
}
.btn_display li .add{
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    left: 100px;
}
.add:before{
    display: inline-block;
    content: '+';
    position: absolute;
    font-size: 16px;
    left: -10px;
}
.cursor:hover{
    cursor: pointer;
}
.top1{
    width: 100%;
    height: 30px;
}
.top1 input[type=text]{
    width: 280px;
    height: 30px;
    border: 1px solid #B39733;
}
.top1 input[type=button]{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size:20px;
    border:0;
    color: red;
    text-align: right;
    background:transparent;
}
.bottom1{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    display: none;
}
.bottom1 input[type=button]{
    width: 30px;
    line-height: 20px;
    border: 0;
    background-color: #ccc;
    border-color:#ccc;
    margin-left: 10px;
}
.bo{
    font-weight: bold;
}
.st{
    font-style: italic
}
.logo{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.logo_img{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.logo_con{
    display: inline-block;
    width: 240px;
    height:auto;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.logo_con button{
    width: 80px;
    height: 30px;
    margin-bottom: 10px;
}
.logo_big{
    width: 100%;
    height: 20px;
}
.press{
    display: inline-block;
    width: 180px;
    height: 14px;
    background: #DACC9C;
    position: relative;
}
.press_div{
    width: 20px;
    height: 20px;
    background: #C2AB5A;
    position: absolute;
    left: 0;
    top:-3px;
}
.logo_pic{
    width: 50px;
    height: 50px;
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -25px;
    margin-left: -25px;
}
#cut{
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 20px;
    text-align: center;
    background: #C2AB5A;
    color: #fff;

}

.save{
    float: left;
    width: 100%;
    height: 540px;
    margin-left: 8px;
    text-align: center;
}
.save>img{
    display: inline-block;
    margin:10px auto;
}
#updown1,#updown2{
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    text-align: center;
    display: none;
}
.Upload1{
    display: inline-block;
    width: 60px;
    height: 20px;
    position: absolute;
    left:-60px;
    top:50px;
    color: #815800;

}
.Upload1 input{
    position: absolute;
    left: 0;
    top:0;
}
canvas{
    margin-right: 5px;
    margin-bottom: 10px;
}