ul li {
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, html{
  overflow: auto;
  height: 100%;
  background: #eeeeee;
}

[v-cloak] {
  display: none;
}



.exhibition-form {
  padding: 20px;
  font-family: Arial, sans-serif;
  overflow: auto;
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  background: #fff url("../img/bg.jpg");
  background-size: 100% 100%;
}

.header {
  text-align: center;
  margin-bottom: 20px;
  background:url("../img/top_bg.jpg");
  padding: 20px;
}

.header h1 {
  font-size: 30px;
  margin: 0;
  color: #ffffff;
}
.header .location{
  text-align: center;
  margin: 10px 0;
}
.header .location span{
  font-size: 16px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #ff0000;
}

.header .deadline {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 0;
}
.notice{
  display: flex;
  align-items: center;
  margin: 20px;
}
.notice p{
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.notice h5{
  color: #395cd5;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid #395cd5 1px;
  cursor: pointer;

}

.form-content {
  padding: 20px;
  border-radius: 8px;
}

.el-form-item {
  margin-bottom: 15px;
}

.el-form-item__label {
  font-weight: bold;
}

.el-input ,.el-select{
  width: 100%;
}

.el-radio {
  margin:0 10px ;
  line-height: 30px;
}
.el-cascader{
  width: 100%;
}

.el-input.is-disabled .el-input__inner{
  color: #777777;
}
.el-radio__input.is-disabled+span.el-radio__label{
  color: #777777;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner::after{
  background: #777777;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner{
  border-color: #999999;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #777777;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{
  border-color: #999999;
}

.el-button--primary:focus, .el-button--primary:hover{
  background: #9b0000;
}
.el-button--primary.is-disabled{
  background: #bababa;
}

.row-section-container{
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 15px;
}
.row-section-container .title{
  width: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  margin-left: 20px;
  font-weight: bold;
}

.boot-section{
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
}
.boot-section .zws{
  border: solid #ddd 1px;
}
.boot-section .zws-top{
  border-bottom: solid #ddd 1px;
  height: 80px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.zws-bottom .el-input__inner{
  text-align: center;
  border: none;
}

.boot-section .zws h5{
  font-size: 14px;
  line-height: 30px
}
.boot-section .zws p{
  line-height: 20px;
}

.boot-section .zwlx{
  flex: 1;
}
.boot-section .zwlx-top{
  border: solid #ddd 1px;
  border-left-width: 0;
  height: 41px;

}
.boot-section .zwlx-top h5{
  font-size: 14px;
  line-height: 40px;
}
.boot-section .zwlx-bottom{
  display: flex;
}
.boot-section .zwlx-bottom .item{
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  flex: 1;
}
.boot-section .zwlx-bottom .item .name{
  height: 40px;
  line-height: 40px;
  border-bottom: solid #ddd 1px;
  padding:0 20px;
  font-size: 14px;
}
.boot-section .zwlx-bottom .item .value{
  line-height: 40px;
}


.ad-section{
  flex: 1;
}

.ad-section .top{
  display: flex;
}
.ad-section .top .name{
  text-align: center;
  width: 260px;
  border: solid #ddd 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.ad-section .top .value{
  text-align: center;
  border: solid #ddd 1px;
  border-left-width: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  flex: 1;
}

.ad-section .add-item .name{
  text-align: center;
  width: 260px;
  border: solid #ddd 1px;
  border-top-width: 0;
  font-size: 14px;
  line-height: 40px;
}
.ad-section .add-item .value{
  text-align: center;
  border: solid #ddd 1px;
  border-left-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 40px;
  flex: 1;
}
.ad-section .el-input__inner{
  border: none;
  padding-right: 100px;
}


.ad-section .add-item{
  display: flex;
  position: relative;
}

.metting-secton{
  flex: 1;
}

.notes-section {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.note-item {
  margin-bottom: 15px;
}

.upload-section {
  margin: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 15px 0 15px;
}

.upload-item{
  display: flex;
}
.upload-label {
  width:240px;
  text-align: center;
}

.upload-label h5{
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.upload-label p{
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-top: 10px;
}
.upload-label .tips{
  font-size: 14px;
  color: #395cd5;
  text-align: center;
  margin-top: 10px;
}


.upload-actions {
  margin-top: 10px;
}

.submit-container {
  text-align: center;
  margin: 30px 0;
}

.lxr .el-form-item__label{
  font-weight: normal;
}

.sub-title{
  font-size: 20px;
  color: #ff0000;
  margin: 20px;
}

.avatar-uploader{
  display: inline-block;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar {
  width: 100px;
  height: 100px;
  display: block;
  margin:5px;
  border:solid #dddddd 1px;
  border-radius: 6px;
}
.pdf{
  font-size: 12px;
  font-weight: bold;
  padding: 30px 5px 5px 5px;
  line-height: 15px;
  background: url("../img/pdf.png") no-repeat;
  background-size: 22px 22px;
  background-position: 3px 3px;
}

.img-delete{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border:solid #333 1px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.img-delete .el-icon-close{
  font-size: 14px;
  color: #000;
  cursor: pointer;
}


.img-download{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.img-download .el-icon-download{
  font-size: 16px;
  color: #000;
  cursor: pointer;
}


.submit-button{
  width: 200px;
  background-color: #ff0000;
  border:solid #ff0000 1px;
  font-size: 18px;
  border-radius: 25px;
  height: 50px
}

.save-button{
  color: #ff0000;
  width: 200px;
  border:solid #ff0000 1px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 25px;
  height: 50px
}

.zqxz .el-form-item__label{
  font-weight: normal;
}
.zqxz-tips{
  margin-left: 80px;
}

.zqxz-tips .detail{
  color: #274EBD;
  font-size: 14px;
  margin-bottom: 5px;
}

.ggfa{
  color: #274EBD;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}
.jzsj-select{
  margin-top: 10px;
}
.jzsj-select .el-form-item__label{
  font-weight: normal;
}

.contact-info {
  line-height: 1.8;
  margin: 10px 0;
}

.contact-item {
  margin-bottom: 8px;
  font-weight: bold;
  margin-left: 20px;
}

.required{
  color: #F56C6C;
  font-size: 16px;
  margin-right: 2px;
}

.txdz-box{
  display: flex;
}
.province-select .el-input__inner{
  padding-left: 50px;
}

.jzsj-select .el-date-editor.el-input {
  width: 100%;
}

.success-dialog .el-dialog{
  height: 400px;
  background: url("../img/tip_bg.png");
  background-size: 100% 100%;
  border-radius: 30px;
  box-shadow: none;
}

.success-dialog .el-dialog__body{
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 150px 50px 20px 50px;
  line-height: 40px;
}

.success-dialog .el-dialog__headerbtn .el-dialog__close{
  font-size: 24px;
  color: #000;
  margin-top: 60px;
}

.validate-dialog .el-input-group__append button.el-button{
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFF;
}

.validate-dialog .el-dialog__headerbtn{
  display: none;
}


.deny-info{
  text-align: center;
}
.deny-info i{
  font-size: 50px;
  color: #ff4d4d;
}

.deny-info h5{
  color: #444;
  font-size: 18px;
}
.deny-info p{
  color: #6e6e6e;
  font-size: 16px;
}