/*清除浮动代码*/

.clearfloat:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

em {
  color: #ff6e77;
}

em2 {
  color: #ff6e77;
  font-size: 28px;
  font-weight: bold;
}

a:hover {
  color: #000;
  text-decoration: none;
}

button {
  border-radius: 5px;
  background-color: #3963c5;
  color: #fff;
  margin-right: 10px;
}

shlib-insiteapp-container {
  overflow-y: visible;
}

btndiv {
  display: block;
  text-align: center;
  padding: 10px;
}

btndiv button {
  border-radius: 5px;
  margin-left: 10px;
  background: #3963c5;
  color: #fff;
  font-weight: bold;
}

advcontainer {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  height: calc(100% - 50px);
}

advcontainer left.left_tab {
  height: 100%;
}

advmenu {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}

f1,
f2,
f3 {
  margin-bottom: 6px;
}

field-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 6px;
  color: #333;
}

field-item > label {
  width: auto;
  padding-right: 10px;
  max-width: 40%;
}

field-item > input {
  border: none;
  border-bottom: solid 1px #ccc;
  outline: none;
  min-width: 60%;
}

field-item2 {
  width: 300px;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 10px;
  color: #000;
}

.field_div field-item2 {
  height: inherit;
  vertical-align: top;
}

field-item lable {
  display: inline-block;
  vertical-align: top;
  height: inherit;
}

field-item2 > label {
  width: 122px;
  display: inline-block;
  vertical-align: top;
  height: inherit;
}

field-item2 field_p {
  display: inline-block;
  width: 175px;
  word-break: break-all;
}

field-item2 > input {
  border: none;
  border-bottom: solid 1px #ccc;
  outline: none;
  background-color: inherit;
}

field-item2 select,
field-item select {
  background-color: inherit;
}

/*渲染委托单里的机构信息部分----*/

orderentlist,
orderentitem {
  display: block;
}

orderEnt button {
  border-radius: 5px;
  line-height: 1.5rem;
  height: 22px;
  width: 24px;
  margin-right: 10px;
  font-size: 20px;
  padding: 1px 1px;
  vertical-align: middle;
  text-align: center;
}

orderentitem {
  display: block;
  margin-bottom: 10px;
  border: #f0f0f0 2px solid;
  border-radius: 3px;
}

opebtn button {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  padding: 0;
  font-size: 24px;
  font-weight: lighter;
}

opebtn button[disabled] {
  background-color: #808080;
}

opebtn button[disabled]:hover {
  opacity: 1;
}

/*----渲染委托单里的机构信息部分*/

label > em {
  vertical-align: middle;
}

tipspan {
  color: #555555;
}

select {
  border-radius: 5px;
  border: 1px solid #bdbcbc;
  line-height: 1.5rem;
  height: 26px;
}

container-list td input,
container-list td select {
  width: 95%;
  margin: 0 auto;
}

container-list td {
  word-break: break-word;
}

file-item {
  margin-right: 10px;
}

worker_item {
  display: inline-block;
  /* padding: 10px; */
  margin-right: 15px;
}

stage_list {
  display: block;
  margin-top: 10px;
}

.avatar {
  border-radius: 100%;
}

/*选中项目类型：颜色和button颜色保持一致*/

.protype_btn {
  color: #1c68a5;
  background-color: #fff;
}

.td_btn {
  min-width: 50px;
  border-radius: 5px;
  line-height: 16px;
  height: 1.5rem;
  margin-right: 10px;
  font-size: 10px;
  padding: 4px 10px;
  vertical-align: middle;
}

tab_content {
  display: block;
  margin-top: 5px;
}

stage_item_list {
  display: block;
  margin-top: 20px;
}

.stage_item {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 15px;
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

/*:hover 前后不要带空格*/

.stage_item:hover {
  border: 2px solid #1d71af;
}

.stage_item label {
  width: auto;
}

.stage_title {
  width: 100%;
  background-color: #f0f0f0;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
}

table,
table tr,
table td,
table th {
  border: 1px solid #bdbcbc;
  line-height: 2rem;
}

td {
  padding: 3px 5px;
  text-align: center;
}

td input,
td select {
  border-radius: 2px;
  border: 1px solid #bdbcbc;
  line-height: 1.5rem;
}

file-item i {
  font-style: normal;
}

file-item i:hover {
  cursor: pointer;
}

worker_container {
  display: block;
  border-top: #ccc solid 1px;
  padding-bottom: 10px;
}

pager {
  display: block;
  margin-top: 8px;
  text-align: right;
}

pager button {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  height: 25px;
  line-height: 15px;
  padding: 5px 10px;
}

datasetlist {
  display: inline-block;
}

datasetitem {
  display: inline-block;
  width: 260px;
  vertical-align: center;
  margin-right: 10px;
  word-break: break-all;
}

checkvalue {
  display: inline;
  margin-left: 5px;
}

project-list,
page-list {
  display: block;
  padding-top: 20px;
  margin-bottom: 30px;
}

noprojecttip {
  display: block;
  width: 98%;
  height: 230px;
  margin: 0 auto;
  padding-top: 70px;
  padding-left: 30%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f0f0f0 url(../images/navpage/icon_nnews.png) no-repeat 25% center;
  text-align: center;
}

/*只规定渲染报告里的shownote的样式*/

report_tmp shownote,
report_tmp shownote * {
  font-size: 12pt;
  line-height: 1.5em;
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
}

shownote.inherit_sty {
  font-family: inherit;
  font-size: inherit;
}

.compartb input,
.compartb select {
  width: 98%;
}

tmp_database textarea {
  height: 150px;
}

table caption {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 10px;
}

caption button {
  font-size: 12px;
  border-radius: 3px;
  margin-left: 5px;
}

checkpanel {
  display: inline-block;
}

filelist {
  margin-right: 5px;
}

detail_attach input {
  width: 140px;
  border: 0;
  border-bottom: 1px solid #ccc;
}
/* 统计 */
.sta_tab {
  border-bottom: 0;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* height: 100%; */
  height: auto;
  min-height: 370px;
}
.sta_tab tab-nav {
  padding: 5px 5px;
}
sta_area {
  display: block;
  margin: 20px 5px 20px 5px;
}
sta_area table.sty_admin_table {
  width: 100%;
}

sta_area th span,
sta_area th sort-icon {
  vertical-align: top;
}

sort-icon .fa {
  margin-left: 5px;
  padding: 0;
}

dateselector {
  display: block;
  margin-bottom: 10px;
}

dateselector input,
dateselector span {
  color: #000000;
  margin-right: 10px;
}

dateselector select {
  border: 1px solid #767676;
  color: #000000;
  margin-right: 10px;
}

dateselector button {
  border-radius: 5px;
}

dateselector > span:first-child {
  display: inline-block;
  width: 140px;
}

chartarea {
  display: inline-block;
  margin: 20px auto;
  background: #fff;
}

homepage_content {
  position: relative;
  display: block;
}

homepage_content .switchbtn {
  position: absolute;
  width: 100px;
  right: 20px;
  top: 20px;
  border-radius: 5px;
}

.echartdiv {
  width: 500px;
  height: 500px;
  display: none;
}

.repfloatentmsg {
  width: 150px;
  position: fixed;
  left: 30px;
  top: 45%;
  max-width: 12%;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  display: block;
  border-radius: 5px;
  padding: 15px 5px 15px 5px;
  font-size: 12px;
  background-color: white;
}

.repfloatentmsg span {
  display: block;
  word-break: break-all;
}

.repfloatentmsg label {
  display: inline-block;
  width: auto;
}

.repfloatbtn {
  position: fixed;
  right: 30px;
  display: block;
  margin-top: 15px;
  border-radius: 5px;
}

/*支付页*/

div.paypanel .orderblock .orderinfo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  border-left: 1px solid #1c68a5;
  padding: 10px;
  margin: 10px 0;
}

.payblock {
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

div.paypanel .payblock {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}

div.paypanel .payblock .payicon,
div.paypanel .payblock li.wxpay,
div.paypanel .payblock li.alipay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 8rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  flex: 0 1 auto;
  margin-right: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
}

div.paypanel .payblock li.wxpay {
  background-image: url(../images/wxpay.png);
}

div.paypanel .payblock li.alipay {
  background-image: url(../images/alipay.png);
}

div.paypanel .payblock li.active {
  border-color: #1c68a5;
  position: relative;
  overflow: hidden;
}

div.paypanel .payblock li.active::after {
  content: '';
  position: absolute;
  right: -70%;
  bottom: -60%;
  width: 100%;
  height: 100%;
  background-color: #1c68a5;
  z-index: -1;
  transform: rotate(-45deg);
}

div.paypanel .payblock li.active i.fa-check {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 12px;
}

div.paypanel .payblock li.active i.fa-check::before {
  content: '\f00c';
}


/*支付样式v2开始*/


.payblock2 {
  padding-left: 0;
  padding-bottom: 10px;
}

div.paypanel .payblock2 {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}

div.paypanel .payblock2 .payicon,
div.paypanel .payblock2 li.wxpay,
div.paypanel .payblock2 li.alipay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 8rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  flex: 0 1 auto;
  margin-right: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
}

div.paypanel .payblock2 li.wxpay {
  background-image: url(../images/wxpay.png);
}

div.paypanel .payblock2 li.alipay {
  background-image: url(../images/alipay2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

div.paypanel .payblock2 li.active {
  border-color: #1c68a5;
  position: relative;
  overflow: hidden;
}

div.paypanel .payblock2 li.active::after {
  content: '';
  position: absolute;
  right: -70%;
  bottom: -60%;
  width: 100%;
  height: 100%;
  background-color: #1c68a5;
  z-index: -1;
  transform: rotate(-45deg);
}

div.paypanel .payblock2 li.active i.fa-check {
  color: #f2f9ff;
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 12px;
}

div.paypanel .payblock2 li.active i.fa-check::before {
  content: '\f00c';
}


div.pay-complete {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 150px;
}
.pay-complete .pay-tips {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pay-complete .check-img {
  flex: 100%;
  height: 8rem;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
}

/*支付样式v2结束*/

.techScienceDiv {
  display: inline-block;
  margin: 10px 30px;
}

.paysubmit {
  float: right;
  font-size: 16px;
}

.paysubmit button {
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}

/*支付页结束*/

/*编辑器相关开始*/

editorlist {
  display: block;
  width: 100%;
}

editoritem {
  display: block;
}

.note-editor * {
  padding: 0;
  margin: 0;
}

/*.note-statusbar {
    display: none !important;
}*/

.note-editable {
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
  width: 100%;
  word-break: break-all;
}

#wtxq .note-modal-footer .note-btn {
  float: unset;
  width: auto;
  height: auto;
  border: none;
  background-color: #3963c5;
  color: #fff !important;
  font-weight: 600;
  opacity: 1;
}

#wtxq .note-modal-footer {
  margin: 5px 0;
}

/*展示页*/

shownote {
  display: inline-block;
  border: 1px #bdbcbc solid;
  border-radius: 4px;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  white-space: normal;
}

shownote * {
  white-space: normal;
}

/*编辑器相关结束*/

#entinfo_pop_div {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  width: 200px;
  z-index: 100;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}

#entinfo_pop_div p {
  display: block;
  line-height: unset;
  margin: 14px 0;
  padding: 0;
}

.addbtn {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  font-size: 25px;
  width: 25px;
}

#entlist_pop_div {
  width: 300px;
  border: #808080 solid 1px;
  background-color: white;
  border-radius: 2px;
  padding: 5px 15px;
  min-height: 20px;
}

#entlist_pop_div p {
  color: #808080;
  padding-left: 10px;
  padding-top: 5px;
  margin: 0;
  line-height: 1.5em;
  vertical-align: center;
  border-bottom: #f0f0f0 dashed 1px;
}

#entlist_pop_div p:hover {
  background-color: #f0f0f0;
  color: black;
}

.displayem {
  display: none;
}

order_detail legend {
  font-weight: 600;
}

.advview_tab {
  margin-bottom: 14px;
}

.advview_tab > tab-nav {
  font-size: 15px;
  padding-right: 30px;
}

.advview_tab > tab-nav.active {
  background-color: white;
  color: #1c68a5;
  font-weight: 600;
}

tab-nav:hover,
a:hover {
  cursor: pointer;
}

.hover_pointer:hover {
  cursor: pointer;
  background-color: #ededed;
}

.a_link {
  text-decoration: none;
  color: #1c68a5;
}

.a_link:hover {
  font-weight: bolder;
  text-decoration: none;
}

orderForm fieldset {
  margin-bottom: 5px;
  margin-top: 5px;
}

orderForm legend {
  font-weight: bold;
}

.multilinetd {
  font-size: 12px;
  text-align: left;
  line-height: 2em;
  color: #575757;
  letter-spacing: 0;
}

status_tip {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

/* tab-content */

tab-content-xqxi {
  display: block;
  border-bottom: 1px dashed #fc9d80;
  padding: 20px 0;
  margin: 0 10px;
}

tab-content-xmzx {
  display: block;
  border-bottom: 1px dashed #fc9d80;
  padding: 20px 0;
  margin: 0 10px;
}

tab-content-cwjl {
  display: block;
  padding: 20px 0;
  margin: 0 10px;
}

tab-content-head {
  margin: 0 10px 10px;
  padding: 0 0 10px 0;
  display: block;
  color: #3963c5;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #eaeaee;
  letter-spacing: 1px;
}

fieldset label {
  color: #a0a1a1;
}

field-item.sty_block {
  display: block;
}

.formBottomBox {
  height: 60px;
  margin-top: 70px;
}

a[type='download']:hover {
  color: #3963c5;
  text-decoration: underline;
}

/* 表格 */

table.sty_admin_table {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
}

table.sty_admin_table tr {
  height: 47px;
  line-height: 47px;
  border: 1px solid #bdbcbc;
}

table.sty_admin_table th {
  color: #a0a1a1;
  border: 1px solid #bdbcbc;
  letter-spacing: 2px;
  white-space: pre-wrap;
  word-break: break-all;
}

table.sty_admin_table td {
  border: 1px solid #bdbcbc;
  letter-spacing: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

table.sty_admin_table td button {
  color: #000;
  background: #fff;
  border: 1px solid #bdbcbc;
  font-weight: 500;
  margin: 0 3px;
}

table.sty_admin_table td .td_filter,
table.sty_admin_table th .td_filter {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-radius: 5px;
  letter-spacing: 2px;
  margin: 2px 0;
}

table.sty_admin_table td.sty_merge_td {
  background: #fff;
}

table.sty_admin_table th .td_filter {
  width: 95%;
}

table.sty_admin_table tr.hover_pointer:hover {
  background-color: #eee;
}

table.sty_admin_table td button:hover {
  color: #fff;
  font-weight: 500;
  background-color: #3963c5;
  border: 1px solid #3963c5;
}

pager-container.sty_pager_con {
  display: block;
  margin: 10px 15px 10px 0;
}

pager-container.sty_pager_con pager {
  padding: 15px 0;
}

pager-container.sty_pager_con pager button {
  margin-left: 15px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 20px;
  height: 30px;
  line-height: 20px;
}

pager-container.sty_pager_con pager select[name='select_page'] {
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 15px;
}

pager-container.sty_pager_con pager .td_filter {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-radius: 5px;
  letter-spacing: 2px;
}

span.history_tip {
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  margin: 0 3px;
  background: #3963c5;
  color: #fff;
  padding: 0 3px;
  vertical-align: middle;
}

.gbtfilelink:before {
  content: '';
  padding: 0 10px;
}

.gbtfilelink {
  float: right;
  display: inline-block;
  margin-right: 180px;
}

.gbtfilelink:hover {
  color: #3963c5;
}

.sty_li_title:hover {
  cursor: pointer;
}

/* 快递状态 */
span.reqExpressDelivery {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  /* border-radius: 50%; */
  background: #d71d1d;
}
span.noReqExpressDelivery {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  /* border-radius: 50%; */
  background: #8e8e8e;
  color: #fff;
}
span.expressDelivery {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  /* border-radius: 50%; */
  background: rgb(83 181 154);
}
span.all .fa-truck {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  /* border-radius: 50%; */
  background: rgb(229, 235, 230);
}

.sty_admin_table .sty_td_hover:hover {
  background-color: rgba(57, 99, 197, 0.1);
  font-weight: bolder;
  cursor: pointer;
}
/* 项目列表快递 */
.sty_admin_table p.main_td_p {
  line-height: 15px;
  /* padding: 0;
  margin: 5px 0; */
}
.sty_admin_table p.main_td_p span {
  width: auto;
  padding: 0 3px;
  height: auto;
  min-height: 25px;
}
/* 合并报告选项 */
mergeitem {
  display: inline-block;
  margin-left: 10px;
}
/* 项目执行课题研究专题*/
workpanel.thematicData,
div.thematicDataBtn {
  margin: 10px 0;
}
div.btnCon {
  margin: 0px 0 10px 0;
  padding: 20px 0 0 0;
}
.sty_explain_list li{
  font-size: 16px;
}

.feedbackRender textarea{
  width: 710px;
  height:56px;
  margin-top:15px;
}

/*加载动画*/
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48.2842712474619px;
  height: 48.2842712474619px;
  margin-left: -24.14213562373095px;
  margin-top: -24.14213562373095px;
  border-radius: 100%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.loader .side {
  display: block;
  width: 6px;
  height: 20px;
  background-color: #046380;
  margin: 2px;
  position: absolute;
  border-radius: 50%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.loader .side:nth-child(1),
.loader .side:nth-child(5) {
  transform: rotate(0deg);
  -webkit-animation-name: rotate0;
  animation-name: rotate0;
}
.loader .side:nth-child(3),
.loader .side:nth-child(7) {
  transform: rotate(90deg);
  -webkit-animation-name: rotate90;
  animation-name: rotate90;
}
.loader .side:nth-child(2),
.loader .side:nth-child(6) {
  transform: rotate(45deg);
  -webkit-animation-name: rotate45;
  animation-name: rotate45;
}
.loader .side:nth-child(4),
.loader .side:nth-child(8) {
  transform: rotate(135deg);
  -webkit-animation-name: rotate135;
  animation-name: rotate135;
}
.loader .side:nth-child(1) {
  top: 24.14213562373095px;
  left: 48.2842712474619px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(2) {
  top: 41.21320343109277px;
  left: 41.21320343109277px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(3) {
  top: 48.2842712474619px;
  left: 24.14213562373095px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(4) {
  top: 41.21320343109277px;
  left: 7.07106781636913px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(5) {
  top: 24.14213562373095px;
  left: 0px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(6) {
  top: 7.07106781636913px;
  left: 7.07106781636913px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(7) {
  top: 0px;
  left: 24.14213562373095px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loader .side:nth-child(8) {
  top: 7.07106781636913px;
  left: 41.21320343109277px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.business_license .sty_subworkpanel_b_width_122 {
  width: 122px;
  font-weight: bold;
}
.upload_type_select {
  vertical-align: top;
}
file-upload {
  display: inline-block;
  vertical-align: top;
}
file-upload-list label {
  vertical-align: top;
}
@-webkit-keyframes rotate0 {
  0% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate0 {
  0% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate90 {
  0% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate90 {
  0% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate45 {
  0% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@keyframes rotate45 {
  0% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@-webkit-keyframes rotate135 {
  0% {
    transform: rotate(135deg);
  }
  60% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
@keyframes rotate135 {
  0% {
    transform: rotate(135deg);
  }
  60% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
