﻿@charset "UTF-8";

@import '/static/css/base.css';

body {
  font-family: 'Microsoft Yahei', '微软雅黑';
  font-size: 14px;
}

.input-submit, .input-button {
    line-height: 3.1em;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 1.8em;
    padding-right: 1.8em;
    border-width: 0;
    color: #FFFFFF;
    border: 1px solid;
    outline: 0;
    border-color: #2c9b84 #207362 #207362 #2c9b84;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.3em;
    background-image: -moz-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
    background-image: -ms-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
    background-image: -webkit-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
    background-image: linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
    background-color: #268773;
    background-repeat: no-repeat;
    transition: background-color 0.2s linear;
}

.input-submit:hover, .input-button:hover {
    background-color: #154b40;
}

.input-text, .input-password, .input-textarea {
    border: 1px solid #D0D0D0;
    line-height: 32px;
    height: 35px;
    width: 336px;
    padding-left: 4px;
    font-size: 14px;
    outline: none;
}

.input-textarea {
    width: auto;
    height: auto;
    line-height: 30px;
}

.input-select {
    border: 1px solid #D0D0D0;
    width: auto;
    height: 35px;
    outline: none;
}

.input-number {
  width: 60px;
  text-align: center;
  padding-left: 0;
}

.input-verification {
  width: 50px;
}

.input-date {
  background-image: url(/PC/scripts/LayDate/icon.gif);
  background-position: right center;
  width: 100px;
}

.pagingbar {
    text-align: center;
}

.pagingbar a {
    display: inline-block;
    height: 0.30rem;
    line-height: calc(0.30rem - 2px);
    border: 1px solid #DDD;
    min-width: 0.30rem;
    box-sizing: border-box;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    margin-left: 0.03rem;
    margin-right: 0.03rem;
}

.pagingbar .numbers_current {
    background-color: #E3403B;
    color: #FFF;
}