.zt-wrap {padding-bottom: 100px;text-align: justify;min-width: 1200px;}

.zt-card-wrap {width: 1000px;margin: 0 auto;}

.zt-card-menu {text-align: center;padding: 20px 0 10px;}
.zt-card-menu a {display: inline-block;line-height: 90px;font-size: 30px;margin: 0 20px;cursor: pointer;color: #333;}
.zt-card-menu a.active {color: #CD1B19;}
.zt-card-menu a:hover {text-decoration: none;}

.zt-card-box-wrap .zt-card-box {display: none;}

.zt-box-1 {font-size: 18px;/* text-indent: 2em; */line-height: 1.5em;}
.zt-box-1 p {margin: 15px 0;}

.wrapper {width: 700px;margin: 0 auto;}
.panel {margin-bottom: 0;background: none;border: none;font-size: 16px;}

.wrapper::after {content: "";clear: both;display: block;}

.form-menutitle {font-size: 20px;color: #CD1B19;margin-bottom: 20px;font-weight: bold;}
.form-title {margin-bottom: 10px;}
.form-title .icon-checked {color: #CD1B19;}
.form-control-static {color: #CD1B19;line-height: 26px;}
.form-group {margin-bottom: 20px;}
.form-group label {display: block;}

.wrapper input,.wrapper textarea {border: 0;width: calc(100% - 10px);background-color: #fff;padding: 5px;}
.wrapper input[type="button"] {width: 50px;cursor: pointer;}
.wrapper input[type="file"],.wrapper .uploadImg_div {cursor: pointer;}

form {
    padding: 0;
    margin: 0;
}
 /* .file-box {
    width: 200px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    background: #ff8800;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}
.file-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
} */
.progressBox{
    margin:20px 0;
    width: 50%;
    height: 10px;
    background: #fff;
    display: none;
}
.progressBox .progressItem {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}
.progressBox .progressBar{
    width: 0;
    height: 100%;
    background: #337ab7;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.progressBox .progressText{
    font-size: 14px;
    color: #337ab7;
    position: absolute;
    top: -7px;
    right: -50px;
}
.imgUpload li {
    /* width: 360px;
    margin: 0 auto;
    position: relative; */
}
.imgUpload em,.videoUpload em{
    color: red;
    font-size: 16px;
    cursor: pointer;
}
.imgUpload li span {
    display: block;
    /* cursor: pointer; */
}
.imgUpload em, .videoUpload em {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ccc;
    height: 24px;
    width: 24px;
    font-style: normal;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    /* transform: rotate(45deg); */
    font-size: 16px;
}
.imgUpload  li img{
    display: block;
    max-width: 100%;
    height: auto;
}

.imgUpload-wrap {overflow: hidden;overflow-x: auto;}
.imgUpload {padding-left: 0;margin-bottom: 0;}
.imgUpload::after {content: "";display: block;clear: both;}
.imgUpload li {margin-right: 20px;position: relative;margin-bottom: 20px;}
.imgUpload li span {position: relative;display: inline-block;}

.progressBox-wrap {display: none;}
.imgUpload li:last-child {}

.zt-wrap {position: relative;}
.zt-lan {width: 100px;height: 30px;background-color: #fff;border: 1px #CD1B19 solid;line-height: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;position: absolute;top: 20px;left: 50%;margin-left: 500px;}
.zt-lan a {text-align: center;width: 50%;display: block;color: #CD1B19;}
.zt-lan a:first-child {background-color: #CD1B19;color: #fff;}
.lan-en .zt-lan a {background: none;color: #CD1B19;}
.lan-en .zt-lan a:last-child {background-color: #CD1B19;color: #fff;}

.uploadImg_div {position: relative;color: #888;}
#FileUpload {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.lan-en .wrapper input[type="button"] {width: 82px;}

.form-group select {border: 0;width: 100%;background-color: #fff;padding: 5px;} 
.imgUpload-wrap video {width: 100%;height: calc(100% / 9);display: block;margin-bottom: 20px;}
.progressBox-wrap {margin-bottom: 0;}