﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', arial, '宋体'， '黑体', 'Tahoma', 'Arial', PingFangSC-Regular, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

body {
    min-width: 980px;
    background: url(../img/bj.jpg) repeat 0 0;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    border: none;
    outline: none;
}

select {
    font-size: 12px;
    font-size: 100%;
    font-family: arial;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    outline: none;
    /*text-indent:5px;*/
    border-style: solid;
    border-color: #cbcbcb;
    box-sizing: content-box;
}

fieldset {
    border: 0
}

img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal
}

strong,
b {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #666;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

h1,
h2 {
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #CDCDCD;
    background-color: #CCC;
    height: 1px;
}

blockquote {
    color: #666;
    font-style: normal;
}

sup,
sub {
    line-height: 0
}

abbr,
acronym {
    border-bottom: 1px dotted #666
}

pre {
    white-space: pre;
}

html {
    overflow-x: hidden;
    user-select:none;
}

.fixClear {
    *zoom: 1;
    *overflow: hidden;
}

.fixClear:after {
    display: table;
    content: "";
    clear: both;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    text-indent: 12px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a.back {
    position: absolute;
    width: 120px;
    height: 72px;
    z-index: 99;
    cursor: pointer;
}

a.back img {
    display: block;
    width: 100%;
}

.record {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    z-index: 9999;
    text-align: center;
    font-size: 12px;
}

.zhinan {
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 150px;
    height: 38px;
    background: url(../img/zhinan.jpg) no-repeat 0 0;
    background-size: 100%;
    z-index: 99;
}

.tongzhi {
    position: absolute;
    top: 20px;
    left: 40px;
    max-width: 600px;
    line-height: 24px;
    padding-left: 30px;
    background: url(../img/tongzhi.jpg) no-repeat 0 center;
    z-index: 99;
    overflow: hidden;
}

.tongzhi span {
    float: left;
    font-size: 14px;
    background: #f8e696;
    color: #b74032;
}

.tongzhi span.title {
    width: 48px;
    text-align: center;
}

.tongzhi span.con-text {
    padding: 0 8px 0 0;
    max-width: 450px;
    height: 24px;
    overflow: hidden;
}

.tongzhi span.con-text a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #b74032;
}