@charset "utf-8";

.all {
    margin-top: 180px;
    width: 100%;
}
h1{
    text-align: center;
}
#submit{
    float: right;
    margin-right: 25px;
}
body{
    line-height: 1.5;
    font-family: "微软雅黑",microsoft yahei;
    font-size:80%;
    background-color: #efefef;
}
.layui-form-label{
    width:25%;
    max-width: 110px;
    height:50px;
    padding-left: 0;
}
.layui-form-selected dl {
    max-height: 190px;
}
.layui-tab-title{
    position: inherit;
}
.layui-tab-title li{
    width: 15%;
    min-width: 40px;
    max-width: 90px;
    padding: 0;
}
.mytab{
    float: left;
    width: 75%;
    max-width: 300px;
    height: 250px;
    padding:10px 20px 10px 0;
}
.layui-input{
    width: 100%;
    max-width: 300px;
}
.layui-input-block{
    margin-left: 0;
}
.layui-upload-drag{
    width: 100%;
    max-width: 300px;
}
.imgimg{
    width: 100%;
    max-width: 200px;
    height: 200px;
    background-color: #fff;
}
.showclass{
    width:50%;
    max-width: 160px;
    height: 100px;
    border-width: 3px;
    border-radius: 20px;
    margin-left: 35%;
    resize: none;
}
.iborder{
    width: 90%;
    margin: 40px auto;
    border-radius: 20px;
    /*border: 5px solid lightseagreen;*/
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}
@media(max-width: 990px) {
    .all{
        margin-top: 120px;
    }
}


