.el-form{
    -webkit-box-flex: 1;
    /*flex: 1 1 0%;*/
    min-height: 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.calc-result {
    box-sizing: border-box;
    height: 108px;
    background: rgba(0, 110, 255, 0.02);
    border: 1px solid rgb(230, 232, 237);
    padding: 16px 7px 0px;
    margin-bottom: 10px;
}
.el-row {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.el-col-12 {
    width: 50%;
}
[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}
.el-form--inline .el-form-item {
    margin-right: 0px;
    margin-bottom: 16px;
}
.el-form--inline .el-form-item__label {
    color: rgb(85, 85, 85);
    padding-right: 8px;
    font-size: 12px;
}
.el-form-item--small .el-form-item__content1, .el-form-item--small .el-form-item__label {
    line-height: 40px;
}
el-form--inline .el-form-item__label {
    float: none;
    display: inline-block;
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 12px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.el-form-item__content1 {
    display: inline-block;
    vertical-align: top;
}
.el-form-item__content1 {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-form-item__content1 > .el-input {
    width: 220px;
}
.el-input--small {
    font-size: 12px;
}
.el-input {
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
body .el-input.is-disabled .el-input__inner {
    color: #000;
}
/*.el-input.is-disabled .el-input__inner {*/
/*    background-color: #f7f8fa;*/
/*    border-color: #dadce0;*/
/*    color: #aaa;*/
/*    cursor: not-allowed;*/
/*}*/
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dadce0;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-form--inline .el-input__suffix {
    right: 8px;
}
.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #aaa;
    transition: all .3s;
    pointer-events: none;
}
.label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    font-size: 12px;
}
.value{
    color: #4ab615;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 12px;
}
.trial-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    padding-top: 8px;
}
.trial-info .el-scrollbar {
    height: 100%;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.trial-info .el-scrollbar .scroll-wrap {
    overflow-x: hidden;
}
.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.trial-info .basic-info {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.trial-info .info-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}
.trial-info .info-title>span {
    margin-left: 8px;
}
.trial-info .info-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}
.trial-info .info-title:before {
    width: 2px;
    height: 14px;
    background: #5FB878;
    content: " ";
    display: inline-block;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0;
}
.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.append-text .el-input-group__append {
    padding: 0 1px;
    background-color: #f7f8fa;
    color: #888;
}
.el-input-group__append {
    border-left: 0;
}
.el-input-group__append, .el-input-group__prepend {
    background-color: #f7f8fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dadce0;
    border-radius: 2px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}

.trial-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
}
.trial-footer {
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 20px;
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 2%);
    border-radius: 0 0 2px 2px;
}
.tab-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.ak-mg-tb-60, .ak-mg-top-60 {
    margin-top: 30px;
}
.ak-tabs {
    /*position: absolute;*/
    /*top: -30px;*/
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ak-tabs li {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #555;
    text-align: center;
    cursor: pointer;
}
.ak-tabs .layui-this:before {
    border-right: 1px solid #4db14d!important;
    border-left: 1px solid #4db14d!important;
    border-top: 1px solid #4db14d!important;
    background: #f0f7ff;
}
.ak-tabs li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    width: 75px;
    border-right: 1px solid #dadce0;
    border-left: 1px solid #dadce0;
    border-top: 1px solid #dadce0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transform: perspective(.5em) rotateX(
            3deg);
    transform: perspective(.5em) rotateX(
            3deg);
}
.ak-tabs li span {
    position: relative;
    z-index: 21;
    top: 5px;
}
.ak-tabs .layui-this {
    color: #4db14d!important;
    z-index: 22!important;
}

.form-head{
    position: relative;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 10px;
    margin-bottom: 20px;
}
.form-head:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 2px;
    background: #5FB878;
}
.form-head .head-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    line-height: 18px;
    margin-left: 8px;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #c9ccd1;
    border-radius: 2px;
    padding: 0 2px;
}
.ak_change:before {
    content: "\e058";
}
.ant-page-header-heading {
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}
.ant-page-header-heading-title {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-right: 12px;
    color: rgba(0,0,0,.85);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.ant-page-header-content {
    padding-top: 12px;
    overflow: hidden;
}
.ant-pro-page-header-wrap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ant-pro-page-header-wrap-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.ant-pro-page-header-wrap-extraContent {
    min-width: 402px;
    margin-left: 0px;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.ant-descriptions-item-label {
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.ant-descriptions-view {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}
.ant-descriptions-view table {
    width: 100%;
    table-layout: fixed;
}
.ant-descriptions-item>span {
    display: inline-block;
}
.ant-descriptions-item-content {
    display: table-cell;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
}
.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.ant-row:after, .ant-row:before {
    display: table;
    content: "";
}
.ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
}
.text {
    color: rgba(0,0,0,.45);
}
.heading {
    color: rgba(0,0,0,.85);
    font-size: 20px;
}
.ant-descriptions-small .ant-descriptions-row>td, .ant-descriptions-small .ant-descriptions-row>th {
    padding-bottom: 8px;
}
.ant-layout-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}
.ant-pro-grid-content {
    width: 100%;
    min-height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}
.ant-pro-basicLayout-content {
    position: relative;
    margin: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ant-page-header.has-footer {
    padding-bottom: 0;
}
.ant-page-header.has-breadcrumb {
    padding-top: 12px;
}
.ant-page-header-ghost {
    background-color: inherit;
}
.ant-page-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    padding: 16px 30px;
    background-color: #fff;
}
.ant-pro-page-header-wrap-page-header-warp {
    background-color: #fff;
}
.ant-pro-basicLayout-content .ant-pro-page-header-wrap {
    margin: -24px -24px 0;
}
.ant-pro-page-header-wrap-children-content {
    margin: 24px 24px 0;
}
.ant-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ant-card-head {
    min-height: 48px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 2px 2px 0 0;
    zoom: 1;
}
.ant-card-head:after, .ant-card-head:before {
    display: table;
    content: "";
}
.ant-card-head-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ant-card-head-title {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ant-card-body {
    padding: 24px;
    zoom: 1;
}
.ant-card-body:after, .ant-card-body:before {
    display: table;
    content: "";
}
.ant-steps {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 0;
}
.ant-page-header-heading-extra {
    float: right;
}
.ant-badge-status-text {
    margin-left: 8px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
}
.ant-badge-status-success {
    background-color: #52c41a;
}
.ant-badge-status-dot {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
}
.ant-badge-status-error {
    background-color: #f5222d;
}
.no-data i {
    font-size: 24px;
    margin-right: 16px;
    position: relative;
    top: 3px;
}
.no-data {
    color: rgba(0,0,0,.25);
    text-align: center;
    line-height: 64px;
    font-size: 16px;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.anticon svg {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.label_factory{
    border-right: 1px solid #dadce0;
    text-align: center;
}
.form-col-factory{
    position: relative;
    width: calc((33.33% - 1px) * 2);
}
.form-col-factory_two {
    width: calc(((33.33% - 1px) - 123.9px) /2 );
}

.add-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-wrapper {
    width: 224px;
    background-color: #f2f4f7;
}
.left-wrapper .basicinfo-img {
    padding: 24px;
}
.left-wrapper .basicinfo-img .avatar-uploader {
    width: 176px;
    height: 176px;
    background-color: #fff;
}
.left-wrapper .basicinfo-img .avatar-uploader .el-upload {
    width: 176px;
    height: 176px;
    position: relative;
    border-radius: 2px;
    border: 1px dashed #dadce0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
}
.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.left-wrapper .basicinfo-img .avatar-uploader .el-upload .img-tip {
    z-index: 3;
    width: 176px;
    height: 32px;
    position: absolute;
    top: 144px;
    color: #dadce0;
    background-color: #000;
    border-radius: 0 0 2px 2px;
    opacity: .6;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}
.left-wrapper .basicinfo-img .avatar-uploader .el-upload .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 176px;
    height: 176px;
}
.left-wrapper .basicinfo-img .avatar-uploader .el-upload .btn-wrapper .btn-group .el-button {
    padding: 7px 8px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #dadce0;
}
.el-button.el-button--default, .el-button.el-button--normal {
    color: #333;
}
.el-button.el-button--default, .el-button.el-button--normal {
    color: #333;
}
.el-button--mini {
    padding: 6px 8px;
    font-size: 12px;
}
.el-button {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dadce0;
    color: #333;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 400;
    -ms-user-select: none;
    font-size: 12px;
    border-radius: 2px;
}
.el-button .iconfont, .el-popover .el-button .iconfont {
    font-size: inherit;
}
.left-wrapper .basicinfo-img .avatar-uploader .el-upload .btn-wrapper .btn-group .el-button:hover {
    background: #f2f4f7;
    border: 1px solid #dadce0;
}
.left-wrapper .basicinfo-img .avatar {
    width: 176px;
    height: 176px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.left-wrapper > .layui-tab-title .layui-this {
    color: #009688;
    background-color: #fff;
}
.left-wrapper .list-item {
    cursor: pointer;
    padding-left: 24px;
}
.right-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 24px 20px 20px;
    overflow: auto;
}
.form-col-confirm {
    position: relative;
    width: calc(25% - 1px);
}
.detail-box {
    padding: 20px;
}
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.detail h1 {
    font-size: 24px;
    line-height: 36px;
}
.fly-detail-info {
    position: relative;
    margin: 10px 0 35px;
}
.fly-detail-info .fly-list-nums {
    top: -3px;
    font-size: 16px;
}
.fly-list-nums {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0!important;
}
.fly-detail-info .fly-list-nums i {
    padding: 0 3px 0 15px;
    font-size: 22px;
    color: #999;
}
.iconfont {
    /*font-family: "layui-icon-fly" !important;*/
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.detail-about {
    position: relative;
    line-height: 20px;
    padding: 15px 15px 15px 75px;
    font-size: 13px;
    background-color: #f8f8f8;
    color: #999;
    min-height: 45px;
}
.fly-avatar {
    position: absolute;
    left: 15px;
    top: 15px;
}
.fly-avatar img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 2px;
}
.fly-detail-user {
    white-space: nowrap;
    overflow: hidden;
}
.fly-detail-user cite {
    padding-right: 10px;
    font-size: 14px;
}
.main-post-content {
    font-size: 16px;
}
.detail-body {
    margin: 20px 0 0;
    min-height: 306px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
}
.options-container {
    margin: 35px 0;
}
.detail-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.options-item {
    width: 20%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.options-item i {
    font-size: 30px;
    padding: 15px;
    border: 2px solid #8c92a4;
    border-radius: 50px;
    color: #8c92a4;
    background-color: #ddd;
}
.options-item .info {
    padding-left: 15px;
}
.options-item .title {
    color: #40485b;
    font-size: 16px;
    font-weight: 600;
}
.options-item .nums {
    color: #8c92a4;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.options-item .liked {
    border-color: rgba(255, 165, 0, 0.3);
    background-color: rgba(255, 165, 0, 0.05);
    color: #FFA500;
}
.comment-container {
    margin-top: 35px;
}
.main-post-content {
    font-size: 16px;
}
.detail-box {
    padding: 20px;
}
fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.jieda {
    margin-bottom: 30px;
}
.detail-about-reply {
    padding: 0 0 0 55px;
    background: none;
}
.jieda li {
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #DFDFDF;
}
.fly-avatar img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 2px;
}
.detail-about-reply .fly-avatar {
    left: 0;
    top: 0;
}
.fly-avatar {
    position: absolute;
    left: 15px;
    top: 15px;
}
.file-panel {
    position: absolute;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba(0,0,0,.5);
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.imglist {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 8px 20px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
}
.cancel {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../../../static/Images/icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}
.avatar-uploader {
    width: 176px;
    height: 176px;
    background-color: #fff;
}
.el-uploads {
    width: 176px;
    height: 176px;
    position: relative;
    border-radius: 2px;
    /*border: 1px dashed #dadce0;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
}
.z_file {
    width: 176px;
    height: 176px;
    background: url(../../../../static/Images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.avatar {
    width: 176px;
    height: 176px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.img-tip {
    z-index: 3;
    width: 176px;
    height: 32px;
    position: absolute;
    top: 144px;
    color: #dadce0;
    background-color: #000;
    border-radius: 0 0 2px 2px;
    opacity: .6;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}