/* common */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.bgc-0D7 {
  background-color: #0D7BFF;
}
.c-0D7 {
  color: #0D7BFF;
}
.layui-form-label {
  padding: 9px 0px;
  text-align: center;
  width: 90px;
}
.tips {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.fw-bold {
  font-weight: bold;
}
.button {
  color: #3777FE;
  font-size: 14px;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}

.paper {
  padding: 86px 0 70px;
  background: #F2F2F2;
}

.paper-content {
  background: #FFFFFF;
  padding: 23px 10px 70px;
  margin-top: 100px;
}

/* 标题 */
.paper-content .paper-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #E6F2FF;
  border-radius: 4px 4px 4px 4px;
  height: 40px;
}
.paper-content .paper-headline .main-text {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}
/* 标题 */

/* 论文投稿 */
.paper .conf  {
  padding: 23px 10px 50px;
  font-size: 14px;
}
.paper .conf  .key {
  min-width: 70px;
  color: #666666;
}
.paper .conf  .countdown {
  color: #0D7BFF;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.paper .conf  .countdown .countdown-item {
  padding: 0 15px;
  min-width: 60px;
  background: #DDECFF;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #E6E8EE;
}
.paper .conf  .countdown .split {
  width: 8px;
  height: 2px;
  background: #0D7BFF;
  margin: 0 3px;
}
/* 论文投稿 */

/* 投稿信息 */
.thesis  {
  padding: 30px 10px 50px;
}
.thesis  .buttons,
.thesis  .upload-files {
  margin-left: 10px;
}
.thesis .upload-files-item {
  margin-top: 10px;
  width: 760px;
  height: 24px;
  /* background: #E8F1FB; */
  border-radius: 2px 2px 2px 2px;
  padding: 0 10px;
}
.thesis .upload-files-item:hover {
  background: #F7F9FD;
}
.thesis .upload-files-item >i:last-child {
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.thesis .upload-files-item >i:last-child:hover {
  color: #F56D6D;
}
.thesis .upload-files-item >span {
  flex:auto;
  margin: 0 5px;
  font-size: 12px;
  color: #333333;
}
/* 投稿信息 */

/* 作者信息 */
.author  {
  padding: 50px 10px 20px;
}
.author .author-item {
  /* height: 160px; */
  border-radius: 4px;
  border: 1px solid #E6E8EE;
  margin-bottom: 20px;
  padding: 15px 20px 0;
}
.author .author-item .line {
  height: 14px;
  border-right: 1px solid #E6E8EE;
  margin: 0px 10px;
  margin-top: 2px;
}
.author .author-item .layui-form-switch {
  margin-top: 0;
}
.author .author-item .layui-form-switch i {
  top: 2px;
}
.author .author-item .layui-form-select {
  margin-right: 10px;
}
.author .author-item .layui-form-onswitch {
  border-color: #0D7BFF;
  background-color: #0D7BFF;
}
/* 作者信息 */

.saveBtn {
  min-width: 240px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #0D7BFF;
  color: #0D7BFF;
  margin-right: 80px;
  font-size: 16px;
}
.submitBtn {
  min-width: 240px;
  height: 50px;
  border-radius: 4px;
  background: #0D7BFF;
  font-size: 16px;
}
.star {
  color: #FF3B3B;
  margin-right: 5px;
}
.processTips {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}