﻿/*元素居中*/
.element-center {
    text-align: center !important;
    margin: 0 auto !important;
}

.badge {
    border: 1px solid #ff6600;
    color: #ff6600;
    background: none;
    min-width: 30px;
    text-align: center;
    line-height: 20px;
    display: block;
    position: relative;
}

.toolbar a.link.myHide {
    display: flex;
    justify-content: center;
}

.toolbar a.link.myQuestion {
    display: flex;
    justify-content: center;
}

.tabcontent {
    padding-top: 44px;
}

.textcontent {
    padding: 10px 20px;
}

.tablist {
    margin: 0;
}

.BgColor {
    background-color: blanchedalmond;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #4cc78e;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 10px !important;
}

#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

.datecol {
    float: left;
    width: 80px;
}

.dateTitle {
    margin: 8px 0px 8px 0;
    width: 50px;
    height: 50px;
    background-color: #a7a6ab;
    text-align: center;
    border-radius: 10px
}

.dateDay {
    color: white;
    height: 20px;
    font-size: 15px;
    line-height: 36px;
}

.dateMonth {
    color: white;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
}

.f7-icons, .framework7-icons {
    font-size: 30px;
    line-height: 1.5;
}

.navbar .center {
    display: block;
}

.buttonYZ {
    width: 300px;
    height: 34px;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    border-spacing: 0;
    width: 100%;
}

.SAnswer {
    font-size: 15px;
    color: #8e8e93;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    height: 18px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.SDate {
    font-size: 14px;
}

.infinite-scroll-preloader {
    margin-top: -40px;
    margin-bottom: 10px;
    text-align: center;
}

.infinite-scroll-preloader .preloader {
    width: 34px;
    height: 34px;
}

.FormButton {
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    color: #f7f7f8;
    background: #5ac8fa;
    border: 1px solid #5ac8fa;
}

.button {
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
}

.topbutton {
    border: 1px solid #f7f7f8;
    color: #393939;
}

.button.active {
    background: #ffffff;
    color: #007aff;
    border-bottom: 2px solid #5ac8fa;
    line-height: 36px;
}

.buttons-row .button:first-child {
    border-radius: 0;
}

.myDiv {
    display: none;
}

.hiddenHint {
    display: none;
}

/*------------------------------------------------------------------------------*/
div[class*="col"] {
    background: #ffffff;
    text-align: center;
    color: #000;
    border: 0px solid #ddd;
    padding: 0px 5px 0px 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.important-note {
    padding: 5px 10px 5px 15px;
    background: #fff;
    color: #000;
    border-left: 3px solid #5ac8fa;
    transition-duration: 400ms;
}

/*�޸�page-content*/
.update_page-content {
    background: #ffffff;
}

/*新闻内容CSS*/
#newContent {
    margin-top: 0;
    background: #fdfdfd;
    padding: 10px 10px 10px 10px;
}

.popupNewsTitle {
    font-size: 18px;
    color: black;
    letter-spacing: 2px;
}

.popupNewsDate {
    color: #b7b8b7;
    font-size: 13px;
    margin: 5px 0 26px 0;
    letter-spacing: 1px;
}

.popupLaber {
    border: 1px solid #b7b8b7;
    border-radius: 8px;
    padding: 2px;
    font-size: 12px;
    margin-right: 8px;
    color: #b7b8b7;
}

.popupContain {
    color: #4c4c4c;
    font-size: 14px;
    padding: 0 8px 0 8px;
}

.popuIcon {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    font-size: 13px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    display: block;
    border-spacing: 0;
}

.popupUName {
    color: #5ac8fa;
    font-size: 13px;
    margin: 10px 0 26px 9px;
    letter-spacing: 1px;
}

table td {
    text-align: center;
}

table tr, th, td {
    padding: 0;
}

/*��Ƶ������CSS*/
.imgDiv {
    display: block;
    padding: 8px;
    background-color: #FFF;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .4);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.imgDiv:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .5);
}

.thumbnail {
    border: none;
}

/*//////////////////////////////////*/
/*��ѯ���CSS*/
.FormButton {
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    color: #f7f7f8;
    background: #5ac8fa;
    border: 1px solid #5ac8fa;
}

.update_item-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.update_item-subtitle {
    font-size: 12px;
    margin: 3px 0px -1px 3px;
}

.update_item-text {
    -webkit-line-clamp: 1;
    height: 20px;
    margin-top: 4px;
    font-size: 13px;
}

/*//////////////////////////////////////
//////////////////////////////////////*/
.hykj-page-content {
    padding-bottom: 100px !important;
}

.hykj-page-content-50 {
    padding-bottom: 50px !important;
}

.hykj-toolbar a {
    color: black;
    font-size: 14px;
}

.hykj-toolbar i {
    margin-top: 5px;
}

/*页面底部按钮CSS*/
.hykj-page-bottom-button .row {
    padding-left: 5px;
    padding-right: 5px;
}

.hykj-page-bottom-button [class^="col-"] {
    background-color: #efeff4;
    text-align: center;
    border: 0px solid #ddd;
    padding: 0px 5px 0px 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

/*///////////////////////////*/
/*卡片布局*/
.hykj-card {
    padding: 10px 5px;
}

.hykj-card .card-header {
    display: block;
    padding: 10px;
}

.hykj-card .hykj-avatar {
    float: left;
}

.hykj-card .hykj-name {
    margin-left: 55px;
    font-size: 16px;
    font-weight: 500;
}

.hykj-card .hykj-date {
    margin-left: 55px;
    font-size: 13px;
    color: #8e8e93;
}

.hykj-card-content-padding {
    padding: 10px;
    font-size: 14px;
}

.hykj-card .card-footer {
    background: #fafafa;
}

.hykj-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.hykj-card .card-content img {
    display: block;
}

.hykj-card .card-content-inner {
    padding: 10px 10px;
}

/*///////////////////////////////////*/
.hykj-block-title {
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*内容块分隔0*/
.hykj-block-title0 {
    margin-top: 0px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*内容块分隔1*/
.hykj-block-title10 {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*内容块分隔2*/
.hykj-block-title20 {
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*内容块分隔3*/
.hykj-block-title30 {
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*内容块分隔4*/
.hykj-block-title40 {
    margin-top: 40px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px !important;
}

/*//////////////////////////*/
.hykj-item-label {
    font-size: 15px !important;
}

.hykj-item-input {
    border-bottom: 1px dashed #8f8f8f;
}

.hykj-item-input input {
    font-weight: bold !important;
     font-size: 14px !important;
}

.hykj-item-input select {
    font-weight: bold !important;
    font-size: 14px !important;
}

.hykj-media-list .item-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 2px;
}

.hykj-media-list .item-subtitle {
    font-size: 12px;
    margin: 3px 0px -1px 3px;
}

.hykj-media-list .item-text {
    -webkit-line-clamp: 1;
    height: 20px;
    margin-top: 2px;
    font-size: 13px;
}

.hykj-media-list .hykj-item-text {
    -webkit-line-clamp: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    margin-top: -5px;
    margin-left: 15px;
    font-size: 13px;
}

.hykj-media-list .hykj-item-title-row {
    margin-left: 15px;
}

/*////////////////////////////////*/
.hykj-badge-yes {
    border: 1px solid green;
    color: green;
    display: inline-block;
    background: none;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.hykj-badge-no {
    border: 1px solid red;
    color: red;
    display: inline-block;
    background: none;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.hykj-badge-red {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size:14px;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-size:14px;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size:14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 14px;
}
