/*
 for Institute block
 */
.search-title {
    text-align: center;
    color: #666;
    background-color: #efeff4;
    padding: 10px 0;
}

.page-title {
    text-align: center;
    color: #666;
    background-color: #FAFAFA;
    padding: 20px 0;
}

.gk-center {
    text-align: center;
}

.gk-margin {
    margin: 20px;
}

.gk-row {
    font-size: 14px;
}

.gk-col-code {
    width: 62px;
    display: inline-block;
}

.gk-dialog-content {
    text-align: left;
}

.gk-dialog-content p {
    padding-bottom: 5px;
}

.weui-label-s {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    padding: 3px;
    color: #ff7f0d;
    border: 1px solid #ff7f0d;
    border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .weui-label-s {
        position: relative;
        border: 0;
        padding: 2px 1px 0px;
    }

    .weui-label-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 3px;
        -webkit-box-sizing: border-box;
        border-radius: 4px;
    }
}

.weui-label-s:active {
    background-color: #f3f2f2;
}

.weui-label-s:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

.weui-label-s-b {
    color: #10AEFF;
    border: #10AEFF;
}

.gk-footer {
    margin: 30px 0 10px;
}

/** yii css **/
.help-block {
    font-size: 14px;
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
}

.select-bar {
    width: 85px;
    display: flex;
    align-items: center;
    background: #efeff4;
    color: red;
}

.select-list {
    text-align: center;
    position: relative;
    width: 100%;
}

.l-arrow {
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    display: block;
    right: 5px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.container > .weui-cells {
    margin-top: 0;
}

table {
    width: 100%;
}

tbody {
    width: 100%;
}

tr {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ededed;
}

td {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    white-space: nowrap;
}

.notice {
    padding: 10px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.notice p {
    font-size: 16px;
    color: #505050;
}

.notice span {
    color: #808080;
    font-size: 13px;
}

.school-msg {
    font-size: 15px;
    color: #505050;
}

.new-tag {
    border: 1px solid #f24346;
    color: #f24346;
    font-size: 10px;
    margin-left: 6px;
    border-radius: 4px;
    padding: 0 4px;
}
