* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Microsoft YaHei';
}

html {
  height: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

.loading-cursor {
  cursor: progress;
}

body {
  display: -webkit-box;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  background-color: #edf1f2;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333333;
  position: relative;
  min-width: 1366px;
}

.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.error {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  color: grey;
  text-align: center;
  height: 100%;
  line-height: 345px;
}

#header {
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

#header .v4 a {
  display: block;
  width: 86px;
  height: 32px;
  color: #0088ff;
  border: solid 1px #0088ff;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-right: 20px;
  text-decoration: none;
}

.nav-header{
  height: 90px;
}

.nav-container{
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.nav-header .nav {
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
}

.short-header{
  height: 80px;
}

.short-header .nav-container{
  box-shadow: none;
}

#header .fx-icon {
  z-index: 3;
  display: inline-block;
  width: 148px;
  height: 80px;
  vertical-align: middle;
  background: url(../images/common/fx-logo.png) 24px center no-repeat #fff;
}

#header .topnav {
  z-index: 2;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  height: 80px;
}

#header .topnav li.item {
  width: 104px;
  font-size: 16px;
  border-bottom: 4px solid #fff;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 28px 0 27px;
  color: #474e5d;
}

#header .topnav li.item .arrow {
  width: 7px;
  height: 8px;
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: #cfcfcf;
  border-left-width: 3.5px;
  border-right-width: 3.5px;
  cursor: pointer;
}

#header .topnav li.item:hover {
  color: #0088ff;
}

#header .topnav li.item.active {
  background: #eaf5ff;
  border-bottom: 4px solid #0088ff;
  color: #0088ff;
}

#header .topnav li.item.active .arrow {
  border-top-color: #0088ff;
}

#header .topnav li.item a,
#header .topnav li.item a:hover,
#header .topnav li.item a:active,
#header .topnav li.item a:link,
#header .topnav li.item a:visited {
  text-decoration: none;
  height: 100%;
  display: block;
  color: #474e5d;
}

#header .topnav li.item a:hover {
  color: #0088ff;
}

#header .topnav li.item ul {
  display: none;
  color: #9ed2ff;
  background: #0088ff;
}

#header .topnav li.item ul li .list-link {
  color: #9ed2ff;
  padding: 12px 0 3px;
  font-size: 14px;
  margin-right: 10px;
}

#header .topnav li.item ul li:last-child .list-link{
  padding: 12px 0 10px;
}

#header .topnav li.item.active > a,
#header .topnav li.item.active > a:hover,
#header .topnav li.item.active > a:active,
#header .topnav li.item.active > a:link,
#header .topnav li.item.active > a:visited {
  color: #0088ff;
}

#header .topnav li.item.list {
  width: 107px;
}

#header .topnav li.item.list:hover {
  background: #0088ff;
  border-bottom: 4px solid #0088ff;
  color: #fff;
  padding-bottom: 0;
}

#header .topnav li.item.list:hover ul {
  display: block;
}

#header .topnav li.item.list:hover .arrow {
  border-top-color: #fff;
}

#header .nav .user {
  color: #9aa1b0;
  line-height: 80px;
  max-width: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#header .nav .user a,
#header .nav .user a:hover,
#header .nav .user a:active,
#header .nav .user a:link,
#header .nav .user a:visited{
  color: #9aa1b0;
  text-decoration: none;
}
#header .nav .user .line {
  margin: 0 9px 0 7px;
}

#header .nav .exit {
  cursor: pointer;
  line-height: 80px;
}

#header .nav .exit a,
#header .nav .exit a:hover,
#header .nav .exit a:focus,
#header .nav .exit a:active,
#header .nav .exit a:link,
#header .nav .exit a:visited {
  color: #9aa1b0;
  text-decoration: none;
}

#header .nav .exit img {
  margin: 0 40px 0 1px;
}

main {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 90px;
}
#main.no-padding{
  margin-top: 80px;
}
#main.no-padding .cds-manager-main{
  padding: 0;
}

#main.no-padding .cds-manager-main .column-set-container {
  position: fixed;
  top: 130px;
  z-index: 101;
  left: 0;
}

.main-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  flex-shrink: 1;
  flex-grow: 1;
  flex-flow: column;
  background: #fff;
}

.page-header {
  padding: 0 30px 0 25px;
  background: #fff;
  display: flex;
}

.page-header h2 {
  font: 18px HiraginoSansGB-W3, Microsoft YaHei;
  font-weight: 400;
  color: #3b444c;
  height: 78px;
  line-height: 78px;
  vertical-align: middle;
}

.page-body {
  background: #fff;
  -webkit-box-flex: 1;
  flex: 1;
}

#footer {
  height: 80px;
  line-height: 80px;
  background-color: #f6f6f6;
  color: #b5b5b5;
  width: 100%;
  display: flex;
}

#footer .contact {
  font-weight: bold;
  flex: 1;
  margin-left: 200px;
}

#footer .contact .pointer {
  font-size: 10px;
  margin: 0 10px;
}

#footer .offcial:hover,
#footer .offcial:focus,
#footer .offcial:active,
#footer .offcial:link,
#footer .offcial:visited {
  text-decoration: none;
  color: #b5b5b5;
}

#footer .copyright {
  flex: 1;
  margin-right: 200px;
  text-align: right;
}

#top {
  background: #000;
  opacity: .3;
  position: fixed;
  bottom: 140px;
  right: 200px;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  cursor: pointer;
}

#top:before,
#top:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;

}

#top:before {
  top: 16px;
  left: 13px;
  border-bottom: 11px solid rgba(255, 255, 255, .5);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

#top:after {
  top: 19px;
  left: 16px;
  border-bottom: 8px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}


.fixed-table {
  position: fixed;
  top: 80px;
  z-index: 100;
  left: 0;
}

.no-box-shadow {
  box-shadow: none;
}

.scrollbar::-webkit-scrollbar{
  /*纵向滚动条的宽度*/
  width: 15px;
  /*横向滚动条的高度*/
  height: 15px;
  background-color: #f6f6f6;
}
/*滚动条轨道的样式*/
.scrollbar::-webkit-scrollbar-track{
  width: 15px;
  background-color: #f5f5f5;
}
/*滑块样式*/
.scrollbar::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #ccd2d6;
  border: 3.5px solid #f5f5f5;
}

/*滚动条上下箭头*/
.scrollbar::-webkit-scrollbar-button{
  display: none;
}

.search-select {
  position: absolute;
  top: 63px;
  width: 202px;
  padding: 20px 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 136, 252, .2);
  background: #fff;
  z-index: 101;
}
.search-select .arrow {
  width: 10px;
  height: 13px;
  background: url(/images/common/table/set-arrow.png) center center no-repeat;
  position: absolute;
  top: -13px;
  left: 20px;
}

.search-select ul{
  margin: 0;
  padding: 0;
}
.search-select ul li{
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}

.search-select ul li:hover{
  color: #fff;
  background: #0088ff;
}
