﻿html {
    -webkit-text-size-adjust: none;
}

body {
    color: #585858;
    font: 13px/180% Verdana, "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-user-select: none;
    background-color: #fff;
}

body,
div,
p,
img,
ul,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
form,
iframe,
ol {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th,
td {
    border-collapse: collapse;
}

a {
    outline: medium none;
    color: #585858;
    text-decoration: none;
    cursor: pointer;
}

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.both, .clear {
    clear: both;
}

/* ===== Form validation ===== */

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 282px;
    display: block;
    z-index: 998;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    background: #C20505;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 122px;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #C20505;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 2px;
}

.formError .formErrorArrow .line2 {
    width: 1px;
}

.formError .formErrorArrow .line1 {
    width: 1px;
}

.checker input, .radio input, .selector select {
    cursor: pointer;
}


/* 字体大小 */
.font9 {
    font-size: 9px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

/* 字体颜色 */
.gray,
.gray a:link,
.gray a:visited {
    color: #a5bfca;
}

.blue,
.blue a:link,
.blue a:visited {
    color: #0096AF;
}

.white, .white a:link,
.white a:visited {
    color: #ffffff;
}

.tomato,
.tomato a:link,
.tomato a:visited {
    color: #FF6400;
}

.display-none {
    display: none !important;
}

.tip-text {
    color: #FF6400;
}

.mar-l-15 {
    margin-left: 15px;
}

.dialog-from {
    width: 500px;
    /*height: 238px;*/
    background-color: #fff;
}

    .dialog-from label {
        color: #0096AF;
    }

.dialog-confirm{ position: relative; text-align: center; margin-top: 15px; }
.dialog-confirm > .dialog-yes,
.dialog-confirm > .dialog-no{ display: inline-block; line-height: 40px; border: 0; font-size: 16px; background-color: #fff; cursor: pointer; color: #0096AF; width: 45%;}
.dialog-confirm > .dialog-yes { margin-left: 5%; background-color: #f55; color: #fff;}
.dialog-confirm > .dialog-yes:hover,
.dialog-confirm > .dialog-no:hover,
.dialog-sure > .dialog-ok:hover { background-color: #f55; color: #fff; }

.wxtext a {
    margin: 0 2px;
    color: #2c90ff;
}

    .wxtext a:hover {
        text-decoration: underline;
    }
