
.form-group {
    margin-bottom: 15px;
}
.t2{
    width: 48%;
    float: left;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input, textarea, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.btn {
    background-color: #66b1ff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.btn:hover {
    background-color: #409EFF;
}
.code{
    width: 600px;
    height: 80px;
    overflow-y: auto;
    word-break: break-word;
    border: 1px solid #ccc;
}

.codetitle{
    margin-top: 50px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.el-upload--text{
    width: calc(100% - 2px);
}


.bh_105 {
    height: 90px;
}

.top_box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 88;
    -webkit-box-shadow: rgb(3 24 72 / 50%) 0px 0px 6px;
    -moz-box-shadow: rgba(3,24,72,0.5) 0px 0px 6px;
    box-shadow: rgb(3 24 72 / 50%) 0px 0px 6px;
}

.top_box .layout {
    position: relative;
}
.fl-clr {
    zoom: 1;
}
.layout {
    width: 1100px;
    margin: 0 auto;
}
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.top_box >a {
    text-decoration: none;
    outline: none;
    color: #333;
    cursor: pointer;
}
.top_box .logo {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    margin-top: -25px;
}
* img {
    border: 0;
}
.nav_box {
    position: relative;
    margin: 0 0 0 180px;
}

.top_box .nav_top {
    height: 90px;
}

.fl-clr {
    zoom: 1;
}
.ul li, .ul {
    list-style: none;
}
.top_box .nav_top li {
    float: left;
}

.top_box .nav_top li .a {
    display: block;
    padding: 0 11px;
    font-size: 16px;
    color: #666666;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-decoration: none
}

.Download_top{
    height: 60px;
    line-height: 60px;
    position: relative;
    color: #fff;
    margin-top: 25px;
    font-size: 24px;
    display: flex;
}

.Download_top>div  {

    border-radius: 12px;
    padding: 0 10px;
}

.Download_top .title {
    background-image: url('/templates/lib/img/t1.png')
}

.Download_top .down {
    width: 250px;
    margin-left: 10px;
    background: #458BFD;
    cursor: pointer;
}

#app {
    font-family: Arial, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}


