@import '//at.alicdn.com/t/font_1473754633_1138716.css';
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.iconfontBlur {
  -webkit-text-stroke-width: 0.2px;
}
body {
  min-width: 1180px;
  color: #4e4e4e;
}
.bg-blue {
  background-color: #2780d3;
}
.bg-white {
  background-color: #fff;
}
.bg-hover-tint {
  background-color: #2e8be2;
}
.bg-hover-deep {
  background-color: #1a69b2;
}
.bg-grayI {
  background-color: #fbfafa;
}
.bg-grayII {
  background-color: #eeeeee;
}
.bg-grayIII {
  background-color: #f7f7f7;
}
.bg-grayIV {
  background-color: #f8f8f8;
}
.bg-grayV {
  background-color: #f9f9f9;
}
.btn-blue {
  background-color: #2f87d9;
}
.font-grayI {
  color: #cdcdcd;
}
.font-grayII {
  color: #757575;
}
.font-grayIII {
  color: #a3a3a3;
}
.font-black {
  color: #4e4e4e;
}
.font-red {
  color: #f57878;
}
.font-white {
  color: #fff;
}
.font-blue {
  color: #2780d3;
}
.font-a {
  color: #53a1e9;
}
.font-yellow {
  color: #f8c678;
}
.a-block {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-func {
  height: 42px;
  float: left;
  color: #2780d3;
  background-image: url('../../modules/images/btn-funcBg.jpg');
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
}
.btn-func.write.curr,
.btn-func.contacts.curr {
  background: none;
  background-image: url('../../modules/images/btn-funcCurrBg.png');
  color: #fff;
}
.btn-func.contacts i,
.btn-func.cloud i {
  font-size: 24px;
}
.btn-func:active {
  background-image: url('../../modules/images/btn-funcBg.jpg');
  line-height: 25px;
  outline: 0;
}
.btn-func:hover,
.btn-func:focus {
  color: #2780d3;
  outline-offset: 0;
  outline: none;
}
.btn-func.two {
  margin: 0;
  width: 50%;
}
.btn-func.two:first-child {
  border-right: 1px solid #e3e3e3;
}
.btn-func.one {
  margin: 0;
  width: 100%;
}
.btn-func i {
  margin-right: 8px;
  vertical-align: text-bottom;
}
#leftNav {
  padding: 0;
  border-right: 1px solid #e3e3e3;
  height: 100%;
  max-width: 208px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#leftNav > .btnFunction {
  float: left;
  width: 100%;
  min-width: 207px;
}
#leftNav > .treeBox {
  width: 100%;
  height: 60px;
  float: left;
}
.ztree * {
  font-family: "lucida Grande", Verdana, "Microsoft YaHei", sans-serif;
}
.ztree {
  color: #4e4e4e;
}
.ztree.contactsStyle li a.curSelectedNode {
  border: none;
  color: #2780d3;
  padding: 1px 3px 0 0;
  background-color: #fff;
}
.toolBtn {
  display: block;
  height: 100%;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 0 24px 0 10px;
  font-size: 14px;
  background-image: url('../../modules/images/btn-funcBg.jpg');
  background-position: 0 -10px;
  color: #a3a3a3;
  float: left;
  position: relative;
  height: 28px;
  margin-right: 10px;
  padding: 0 15px;
}
.toolBtn i {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 2px;
}
.toolBtn span.spanCheckbox {
  margin-top: 5px;
}
.toolBtn:hover,
.toolBtn:focus {
  border: 1px solid #a3a3a3;
  color: #4e4e4e;
}
.toolBtn:active {
  background-position: 0 -40px;
}
.toolBtn .dropdown-toggle {
  display: block;
  height: 100%;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 0 24px 0 10px;
  font-size: 14px;
  background-image: url('../../modules/images/btn-funcBg.jpg');
  background-position: 0 -10px;
  color: #a3a3a3;
}
.toolBtn .dropdown-toggle i {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 2px;
}
.toolBtn .dropdown-toggle span.spanCheckbox {
  margin-top: 5px;
}
.toolBtn .dropdown-toggle:hover,
.toolBtn .dropdown-toggle:focus {
  border: 1px solid #a3a3a3;
  color: #4e4e4e;
}
.toolBtn .dropdown-toggle:active {
  background-position: 0 -40px;
}
.toolBtn .dropdown-menu {
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  min-width: 130px;
}
.toolBtn .dropdown-menu > ul > li {
  position: relative;
  height: 30px;
}
.toolBtn .dropdown-menu > ul > li > a {
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #757575;
}
.toolBtn .dropdown-menu > ul > li > a:hover {
  color: #fff;
  background-color: #2780d3;
}
.toolBtn .dropdown-menu > ul > li > a > i {
  font-size: 12px;
}
.toolBtn .dropdown-menu > ul > li > .dropdown-menu {
  top: -10px;
  left: 128px;
}
.toolBtn .dropdown-menu > ul > li:hover > .dropdown-menu {
  display: block;
}
.toolBtn i {
  position: inherit;
  margin-right: 0px;
  top: 0;
  font-size: 16px;
}
.toolBtn i.icon-jiahao {
  font-size: 12px;
}
.toolBtn.compose {
  background-color: #2780d3;
  background-image: none;
  color: #fff;
  border: none;
}
.toolBtn.compose:hover {
  background-color: #2f87d9;
  background-color: #2780d3;
  color: #fff;
}
.toolBtn.compose:hover:hover {
  color: #fff;
  background-color: #1a69b2;
}
.toolBar {
  float: left;
  position: relative;
  height: 28px;
  margin-right: 10px;
}
.toolBar .dropdown-toggle {
  display: block;
  height: 100%;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 0 24px 0 10px;
  font-size: 14px;
  background-image: url('../../modules/images/btn-funcBg.jpg');
  background-position: 0 -10px;
  color: #a3a3a3;
}
.toolBar .dropdown-toggle i {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 2px;
}
.toolBar .dropdown-toggle span.spanCheckbox {
  margin-top: 5px;
}
.toolBar .dropdown-toggle:hover,
.toolBar .dropdown-toggle:focus {
  border: 1px solid #a3a3a3;
  color: #4e4e4e;
}
.toolBar .dropdown-toggle:active {
  background-position: 0 -40px;
}
.toolBar .dropdown-menu {
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  min-width: 130px;
}
.toolBar .dropdown-menu > ul > li {
  position: relative;
  height: 30px;
}
.toolBar .dropdown-menu > ul > li > a {
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #757575;
}
.toolBar .dropdown-menu > ul > li > a:hover {
  color: #fff;
  background-color: #2780d3;
}
.toolBar .dropdown-menu > ul > li > a > i {
  font-size: 12px;
}
.toolBar .dropdown-menu > ul > li > .dropdown-menu {
  top: -10px;
  left: 128px;
}
.toolBar .dropdown-menu > ul > li:hover > .dropdown-menu {
  display: block;
}
span.spanCheckbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../static/images/icon.png) 3px -67px no-repeat;
}
span.spanCheckbox.checked {
  background-position: -20px -67px;
}
iframe {
  margin: 0;
  padding: 0;
}
.mailAreaFrame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  padding-bottom: 10px;
}
.mailNameList {
  width: 100%;
  padding-left: 42px;
  display: inline-block;
  position: relative;
}
.mailNameList > .head {
  width: 28px;
  height: 28px;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.mailNameList > .head img {
  width: 100%;
}
.mailNameList > .head:hover + .headPanel {
  display: block;
}
.mailNameList > .head i {
  font-size: 14px;
  line-height: 28px;
  color: #cdcdcd;
}
.mailNameList > .headPanel {
  display: none;
  position: absolute;
  top: 24px;
  left: -5px;
  width: 265px;
  border: 1px solid #000;
  z-index: 99;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.mailNameList > .headPanel:hover {
  display: block;
}
.mailNameList > .headPanel > .panel-body {
  width: 100%;
}
.mailNameList > .headPanel > .panel-body > .head {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin-right: 14px;
}
.mailNameList > .headPanel > .panel-body > .head img {
  width: 100%;
}
.mailNameList > .headPanel > .panel-body > .head i {
  font-size: 24px;
  line-height: 40px;
  color: #cdcdcd;
}
.mailNameList > .headPanel > .panel-body > .info {
  float: left;
  max-width: 150px;
}
.mailNameList > .headPanel > .panel-body > .info > p {
  margin-bottom: 3px;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailNameList > .headPanel > .panel-body > .info > p.name {
  font-weight: bold;
  font-size: 14px;
}
.mailNameList > .headPanel > .panel-body > a.writeMail {
  float: right;
  margin-top: 22px;
  font-size: 12px;
}
.mailNameList > .headPanel > .panel-footer {
  width: 100%;
  padding: 0px 0;
}
.mailNameList > .headPanel > .panel-footer > a {
  display: inline-block;
  border-right: 1px solid #e3e3e3;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.mailNameList > .headPanel > .panel-footer > a.addContacts {
  width: 78px;
}
.mailNameList > .headPanel > .panel-footer > a.addImportantContacts {
  width: 100px;
}
.mailNameList > .headPanel > .panel-footer > a.refuseMail {
  width: 74px;
  border-right: none;
}
.mailNameList > li {
  line-height: 24px;
  float: left;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.mailNameList > li > span {
  width: auto;
  float: left;
  display: block;
  background-color: #eeeeee;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.mailNameList > li.mailLabel {
  background-color: #fff;
  padding-left: 0;
}
.mailAccessoryList {
  width: 100%;
  display: inline-block;
}
.mailAccessoryList.personal {
  margin: 20px;
}
.mailAccessoryList.personal > li {
  position: relative;
  cursor: pointer;
  width: 262px;
  height: 68px;
}
.mailAccessoryList.personal > li > .right {
  width: 188px;
}
.mailAccessoryList.personal > li > .right > p.fileHandle > a.collect {
  color: #cdcdcd;
}
.mailAccessoryList.personal > li > .right > p.fileHandle > a.collect i.active {
  color: #f8c678;
}
.mailAccessoryList.personal > li > .selectLabel {
  display: none;
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #2780d3;
}
.mailAccessoryList.personal > li.active {
  border: 1px solid #2780d3;
}
.mailAccessoryList.personal > li.active > .selectLabel {
  display: block;
}
.mailAccessoryList > li {
  width: 275px;
  height: 60px;
  float: left;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.mailAccessoryList > li > .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #e3e3e3;
  float: left;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  color: #757575;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.mailAccessoryList > li > .icon > i {
  font-size: 32px;
}
.mailAccessoryList > li > .right {
  width: 198px;
  float: right;
  font-size: 12px;
}
.mailAccessoryList > li > .right > p {
  margin-bottom: 5px;
}
.mailAccessoryList > li > .right > p.fileName {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailAccessoryList > li > .right > p.fileHandle > a {
  color: #53a1e9;
}
.mailAccessoryList > li > .right > p.fileHandle > a:hover {
  color: #2780d3;
}
#replayForm {
  margin: 40px 0 80px 0;
}
#replayForm > textarea#replayText {
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}
#replayForm > .replayFormHandle {
  width: 100%;
  display: inline-block;
}
#replayForm > .replayFormHandle > .checkbox {
  float: left;
}
#replayForm > .replayFormHandle > a.btn {
  float: left;
  margin-right: 10px;
}
td.tdPoz {
  position: relative;
  overflow: hidden;
}
td.tdPoz.open {
  transition: width ease-in-out 0.3s;
}
.noPadding {
  padding: 0;
}
#modalSetTimePanel .modal-dialog,
#modalAddContactsPanel .modal-dialog {
  min-width: 660px;
  max-width: 660px;
}
#modalSetTimePanel .btnGroup,
#modalAddContactsPanel .btnGroup {
  margin: 30px 0 10px 0;
}
.modal-header {
  background: url(../../images/modal-headBg.png) repeat-x;
  padding: 10px 15px;
}
#modalIIframeI {
  overflow: visible;
}
.btn-blue {
  background-color: #2780d3;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1a69b2;
}
.btn {
  padding: 4px 25px;
  margin: 0px 5px;
}
.btn-default {
  background-color: #f9f9f9;
}
.modal-content {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
.modal-content.colLeft {
  width: 720px;
  float: left;
}
.modal-content.colRight {
  width: 315px;
  float: right;
}
.modal-dialog.column {
  width: 1060px;
}
.modal-dialog.column .colLeft .modal-body {
  height: 450px;
}
.modal-subtitle {
  margin: 0;
  line-height: 1.42857143;
}
.modal-open .modal {
  overflow-x: auto;
}
.modal-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-row span {
  line-height: 40px;
  font-size: 14px;
  color: #cdcdcd;
  width: 100px;
  display: block;
  float: left;
}
.modal-row .form-control {
  width: 450px;
}
.modal-backdrop.in {
  opacity: 0.17;
}
.modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#setTimeBox {
  padding: 0;
}
#setTimeBox .form-group {
  position: relative;
}
#setTimeBox .form-group > label {
  font-weight: normal;
}
#setTimeBox .form-group > input {
  width: 230px;
  border: 1px solid #e3e3e3;
  color: #757575;
  background: transparent;
  position: relative;
  z-index: 1;
  margin-right: 8px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #cdcdcd;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#setTimeBox .form-group > input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#setTimeBox .form-group.calendar > i {
  position: absolute;
  top: 2px;
  right: 20px;
  z-index: 0;
  color: #cdcdcd;
  font-size: 20px;
}
#setTimeBox .form-group.time > i,
#setTimeBox .form-group.time > i {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 0;
  color: #757575;
  font-size: 12px;
}
#setTimeBox .form-group > select {
  width: 138px;
  color: #cdcdcd;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  margin-right: 8px;
  position: relative;
  z-index: 1;
  background: transparent;
}
#setTimeBox .btnGroup {
  margin: 30px 0 10px 0;
}
#setTimeBox .tip {
  margin-top: 30px;
}
#mirror_field {
  display: inline-block;
  border: none;
  min-width: 10px;
  color: #2780d3;
}
.rate {
  margin-top: 5px;
  width: 312px;
  height: 20px;
  border: 1px solid #e3e3e3;
  position: relative;
  text-align: center;
}
.rate .rateCurr {
  background-color: #2780d3;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.rate .rateCurr > span {
  display: block;
  width: 312px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.closeR {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
button.closeR {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-header .closeR {
  margin-top: -2px;
}
#Newmailfolder .modal-dialog {
  width: 415px;
}
#Newmailfolder .modal-dialog .modal-row .form-group {
  font-family: "微软雅黑";
}
#Newmailfolder .modal-dialog .modal-row .form-group .left {
  line-height: 40px;
  font-size: 14px;
  width: 55px;
  float: left;
}
#Newmailfolder .modal-dialog .modal-row .form-group .right {
  line-height: 40px;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
}
#Newmailfolder .modal-dialog .modal-row .form-group .form-control {
  color: #578ADE;
  width: 195px;
  display: inline-block;
}
#Newmailfolder .modal-dialog .modal-row .form-group .blue {
  margin-left: 70px;
  color: #578ade;
}
#Modifymailfolder .modal-dialog {
  width: 415px;
}
#Modifymailfolder .modal-dialog .modal-row .form-group {
  font-family: "微软雅黑";
  font-size: 14px;
}
#Modifymailfolder .modal-dialog .modal-row .form-group .left {
  line-height: 35px;
  font-size: 14px;
  width: 65px;
  float: left;
}
#Modifymailfolder .modal-dialog .modal-row .form-group .right {
  line-height: 35px;
  font-size: 14px;
  margin-left: 10px;
  display: inline;
}
#Modifymailfolder .modal-dialog .modal-row .form-group .form-control {
  color: #578ADE;
  width: 195px;
  display: inline-block;
}
#Modifymailfolder .modal-dialog .modal-row .form-group .blue {
  margin-left: 70px;
  color: #578ade;
}
#Filteringrules .modal-dialog {
  width: 500px;
}
#Filteringrules .modal-dialog .modal-row .form-group {
  font-family: "微软雅黑";
  font-size: 14px;
}
#Filteringrules .modal-dialog .modal-row .form-group .left {
  line-height: 40px;
  font-size: 14px;
  width: 65px;
  float: left;
}
#Filteringrules .modal-dialog .modal-row .form-group .right {
  line-height: 40px;
  font-size: 14px;
  margin-left: 10px;
  display: inline;
}
#Filteringrules .modal-dialog .modal-row .form-group .form-control {
  color: #578ADE;
  width: 135px;
  display: inline;
  margin-right: 10px;
}
#Filteringrules .modal-dialog .modal-row .form-group .blue {
  color: #578ade;
}
#Emptymailfolder .modal-dialog {
  width: 500px;
}
#Emptymailfolder .modal-dialog .modal-row .form-group {
  font-family: "微软雅黑";
  font-size: 14px;
  text-align: center;
}
#Emptymailfolder .modal-dialog .modal-row .form-group .tltleS {
  padding: 40px 0;
  color: #52585b;
}
#Uploadfiles .modal-dialog {
  width: 500px;
}
#Uploadfiles .modal-dialog .modal-row .form-group {
  font-family: "微软雅黑";
  font-size: 14px;
  text-align: center;
}
#Uploadfiles .modal-dialog .modal-row .form-group .tltleS {
  padding: 40px 0;
  color: #52585b;
  display: inline-block;
  margin-left: 20px;
}
#Passworderror .modal-dialog {
  width: 200px;
  border-radius: 0;
  padding: 0;
}
#Passworderror .modal-dialog .modal-body {
  padding: 10px;
}
#Passworderror .modal-dialog .modal-body .modal-row {
  margin: 0;
}
#Passworderror .modal-dialog .modal-body .modal-row .form-group {
  font-family: "微软雅黑";
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#Passworderror .modal-dialog .modal-body .modal-row .form-group .tltleS {
  padding: 0;
  margin: 0;
  color: #FFF;
}
#Passworderror .red {
  background: #ec6c6c;
  border: 1px solid #cd3c3c;
}
#Passworderror .green {
  background: #37c334;
  border: 1px solid #2e812b;
}
#Passworderror .grey {
  background: #b5b5b5;
  border: 1px solid #808080;
}
#Addnetworkdisk .modal-body {
  padding: 0 0 15px 0;
  margin: 0;
}
#paging-input {
  display: inline-block;
  float: left;
  height: 34px;
  width: 60px;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-indent: 10px;
}
#paging-input:focus {
  outline: none;
}
#modalNewaccount .modal-dialog {
  width: 760px;
}
#modalNewaccount .modal-dialog .modal-body {
  padding: 0 0 15px 0;
  margin: 0;
}
#modalBatchbuildaccount .modal-dialog {
  width: 760px;
}
#modalBatchbuildaccount .modal-dialog .modal-body {
  padding: 0 0 15px 0;
  margin: 0;
}
#Addsubsector .modal-dialog {
  width: 660px;
}
#Addnetworkdisk .modal-body {
  padding: 0 0 15px 0;
  margin: 0;
}
#modalcollectionmail .modal-dialog {
  width: 620px;
}
body {
  min-width: 0;
}
.container-login {
  min-width: 980px;
  width: 980px;
}
.header-login {
  height: 108px;
}
.header-login .changeDisplay {
  margin-top: 54px;
}
.header-login .changeDisplay > li {
  float: left;
}
.header-login .changeDisplay > li > a {
  font-size: 12px;
  color: #757575;
}
.header-login .changeDisplay > li > a:hover {
  color: #2780d3;
}
.header-login .changeDisplay > li > span {
  font-size: 12px;
  color: #757575;
}
.hero-gallery {
  margin-bottom: 0;
  min-width: 980px;
}
.hero-gallery button {
  bottom: 15px;
  top: auto;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  background: none;
}
.hero-gallery button:active,
.hero-gallery button:focus {
  outline: none;
}
.hero-gallery button .arrow {
  fill: #fff;
}
.hero-gallery button.next {
  margin-left: 450px;
}
.hero-gallery button.previous {
  left: 50%;
  margin-left: 415px;
}
.hero-gallery .flickity-page-dots {
  display: none;
}
.content-wrap {
  max-width: none;
  padding: 0;
  position: relative;
}
.content-wrap img {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -960px;
}
.hero-gallery__cell {
  height: 546px;
  padding: 0;
  overflow: hidden;
}
.banner-login {
  position: relative;
  top: 0px;
}
#loginPanel {
  position: absolute;
  right: 15px;
  z-index: 999;
  width: 298px;
  top: 40px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}
#loginPanel .panel-heading {
  background-color: #f6f8fa;
  border-bottom: 1px solid #e7eaed;
  font-size: 18px;
}
#loginPanel .panel-body {
  position: relative;
  padding-bottom: 28px;
}
#loginPanel .panel-body .codeJ {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37px;
  height: 36px;
}
#loginPanel .panel-body input[type='text']::-webkit-input-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='text']::-moz-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='text']:-ms-input-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='text'] {
  padding-left: 40px;
  height: 40px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  margin-top: 10px;
}
#loginPanel .panel-body input[type='password']::-webkit-input-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='password']::-moz-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='password']:-ms-input-placeholder {
  color: #d3d4d4;
}
#loginPanel .panel-body input[type='password'] {
  padding-left: 40px;
  height: 40px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  margin-top: 20px;
}
#loginPanel .panel-body .loginForm {
  width: 100%;
  position: relative;
}
#loginPanel .panel-body .loginForm .m-nerror {
  position: absolute;
  top: 25px;
  right: 321px;
  left: auto;
  width: 252px;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  font-size: 12px;
  font-family: "Microsoft Yahei", verdana, serif;
  text-align: left;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
}
#loginPanel .panel-body .loginForm .m-nerror:after {
  content: ".";
  position: absolute;
  top: 19px;
  display: block;
  width: 13px;
  height: 16px;
  overflow: hidden;
  background: url('images/login-icons.png') -64px 0 no-repeat;
  text-indent: -9999px;
  right: -13px;
}
#loginPanel .panel-body .loginForm .m-nerror .ferrorhead {
  width: 100%;
  color: #666666;
  margin-top: -3px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
  word-break: break-all;
}
#loginPanel .panel-body .form-group {
  margin: 0;
  position: relative;
}
#loginPanel .panel-body .btn-login {
  width: 100%;
  height: 36px;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 36px;
  background: url(../images/login-submitBg.png) repeat-x;
  padding: 0;
  border: none;
}
#loginPanel .panel-body .btn-login:active,
#loginPanel .panel-body .btn-login:focus {
  outline: none;
}
#loginPanel .panel-body .checkbox {
  margin: 20px 0;
}
#loginPanel .panel-body .loginUser,
#loginPanel .panel-body .loginPassword {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
}
#loginPanel .panel-body .loginUser i,
#loginPanel .panel-body .loginPassword i {
  font-size: 20px;
  color: #cdcdcd;
}
#loginPanel .panel-body .download {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
}
#loginPanel .panel-body .download .appDownload {
  float: right;
  display: block;
  width: 80px;
  height: 36px;
  line-height: 35px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #757575;
}
#loginPanel .panel-body .download .appDownload:hover {
  color: #2780d3;
}
#loginPanel .panel-body .download .appDownload i {
  float: left;
  font-size: 20px;
  margin: 0 8px;
  margin-top: -3px;
}
#loginPanel .panel-body .download .appDownload.androidDownload {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 0;
}
#loginPanel .panel-body .download .appDownload.androidDownload i {
  color: #a6cf63;
}
#loginPanel .panel-body .download .appDownload.appleDownload {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#loginPanel .panel-body .download .appDownload.appleDownload i {
  color: #757575;
}
#loginPanel .panel-footer {
  background-color: #f6f8fa;
  border-bottom: 1px solid #e7eaed;
  font-size: 18px;
  border-bottom: none;
  border-top: 1px solid #e7eaed;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: normal;
}
#loginPanel .panel-footer p {
  margin: 5px 0;
}
.introduce {
  margin: 50px auto 40px auto;
}
.introduce .introduceBlank {
  width: 250px;
  color: #9c9c9c;
  border: 0px solid #000;
}
.introduce .introduceBlank i {
  margin-right: 10px;
  font-size: 36px;
  color: #9c9c9c;
  line-height: 50px;
}
.introduce .introduceBlank h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
.introduce .introduceBlank p {
  margin: 0;
  font-size: 12px;
}
.introduce .introduceBlank.middle {
  margin-left: 90px;
}
.line {
  padding: 0;
  border-top: 1px solid #f3f3f3;
  min-width: 980px;
}
.copyright {
  padding: 22px 0;
  color: #9c9c9c;
}
.copyright ul li {
  float: left;
}
.copyright ul li a {
  color: #9c9c9c;
}
.copyright ul li a:hover {
  color: #2780d3;
}
.copyright .servicePhone {
  margin-top: 20px;
}
#error {
  color: #a94442;
}
