﻿@charset "utf-8";
/*项目Css基础文件每个项目必须引用的*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
  margin: 0px;
  padding: 0px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}

p {
  text-indent: 2em;
}

button {
  cursor: pointer;
}

i,
em,
cite {
  font-style: normal;
}

body,
input,
select,
button,
textarea {
  font-size: 10pt;
  font-family: "微软雅黑";
}

input {
  border: #ccc 1px solid;
}

legend {
  font-weight: bold;
  color: #ebad06;
}

.require {
  color: red;
}
/*Link Css*/
a,
a:link {
  color: #373838;
  text-decoration: none;
}

a:visited {
  color: #373838;
}

a:active,
a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.link_white,
.link_white:link,
.link_white:visited {
  color: #fff;
}

.link_red,
.link_red:link,
.link_red:visited {
  color: #f00;
}

.link_orange,
.link_orange:link,
.link_orange:visited {
  color: #f60;
}

.link_green,
.link_green:link,
.link_green:visited {
  color: #090;
}

.link_gray,
.link_gray:link,
.link_gray:visited {
  color: #666;
}

.link_blue,
.link_blue:link,
.link_blue:visited {
  color: #0f65b6;
}

.link_black,
.link_black:link,
.link_black:visited {
  color: #000;
}

.link_purple,
.link_purple:link,
.link_purple:visited {
  color: #900;
}

.link_yellow,
.link_yellow:link,
.link_yellow:visited {
  color: #fcff00;
}

.link_lightgray,
.link_lightgray:link,
.link_lightgray:visited {
  color: #999999;
}

.link_secondgray,
.link_secondgray:link,
.link_secondgray:visited {
  color: #d1d1d1;
}

.top_nav,
.top_nav:link,
.top_nav:visited {
  color: #999;
}

.navigate,
.navigate:link,
.navigate:visited {
  color: #fff;
}

.link_more,
.link_more:link,
.link_more:visited {
  color: #e71f19;
}

.footer,
.footer:link,
.footer:visited {
  color: #ececec;
}

.columnindex,
.columnindex:link,
.columnindex:visited {
  color: #424079;
}
.polist,
.polist:link,
.polist:visited {
  color: #666;
}
.mobilenew,
.mobilenew:link,
.mobilenew:visited {
  color: #333;
}
.ticket,
.ticket:link,
.ticket:visited {
  color: #ffcd8e;
}
/*个人会员中心*/
.talent_main,
.talent_main:link,
.talent_main:visited {
  color: #525252;
}
.talent_curmenu,
.talent_curmenu:link,
.talent_curmenu:visited {
  color: #e60012;
}
.talent_green,
.talent_green:link,
.talent_green:visited {
  color: #3aaa99;
}
/*Link Css End*/

/*Btn*/
.btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #b3b3b3;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}

.btn {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

a.btn {
  color: #fff;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}

.btn:hover {
  background-position: 0 -15px;
  color: #333333;
  text-decoration: none;
}

.btn:focus {
  outline: 1px dotted #666666;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(center top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}

.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(center top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}

.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(center top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}

.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(center top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}

.btn-gray {
  background-color: #ccc;
  background-image: -moz-linear-gradient(center top, #ccc, #ccc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray.active,
.btn-gray.disabled,
.btn-gray[disabled] {
  background-color: #ccc;
}
/*Btn End*/

fieldset {
  padding/*\**/: 10px\9;
  margin/*\**/: 5px\9;
  _padding: 5px;
  _margin: 5px;
}

.error {
  margin: 40px;
  padding: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}
/*Link Css End*/
.clear {
  clear: both;
}

.editor-field {
  margin-top: 10px;
  float: left;
  width: 420px;
}
.editor-field input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-radius: 4px;
  border-right: 1px #ccc solid;
  width: 220px;
  height: 33px;
  font-size: 14px;
  padding-left: 10px;
  font-family: "宋体";
  line-height: 33px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.input-item input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-radius: 4px;
  border-right: 1px #ccc solid;
  width: 220px;
  height: 33px;
  font-size: 14px;
  padding-left: 10px;
  font-family: "宋体";
  line-height: 33px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

/*footer样式*/
#frendlink {
  background-color: #f6f6f6;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 15px;
}
.frend-title {
  width: 1200px;
  margin: 0 auto;
  color: #333333;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px #333333 solid;
}
.frend-list {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #333333;
}
.frend-list li {
  list-style: none;
  margin-right: 15px;
  float: left;
}

#footer {
  padding-bottom: 20px;
  background-color: #303a40;
  overflow: hidden;
  padding-top: 20px;
}
.footer-line {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.footer-line span {
  margin-right: 40px;
}
/*footer样式*/

.substring {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*飘窗样式*/
#floatPanel {
  position: absolute;
  z-index: 9999999;
  left: 60px;
  top: 180px;
  width: 275px;
  height: 140px;
}
