/*引入字体*/
/*初始化样式*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
html, body {
    background: #edf0ec;
    width: 100%;
    min-height: 100%;
    font: 14px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {/*解决chrome浏览器下字体不能小于12px*/
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1;
    padding-top: 45px;
}
em{
	font-style: normal;
}
em,i,span{
	display:inline-block;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
li {
    list-style: none;
}
/*消除iphone手机input自带的样式和点击高亮*/
input[type="submit"], input[type="reset"], input[type="button"], input[type=date], button, select, input[type=text] {
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
            cursor: pointer;
  	tap-highlight-color: transparent !important;
}
a, input[type=text], select, input[type=password], textarea {
  tap-highlight-color: transparent !important;
}

/*全局样式*/
.col-1{width: 8%;display: inline-block;}
.col-2{width: 15%;display: inline-block;}
.col-3{width: 24%;display: inline-block;}
.col-4{width: 31%;display: inline-block;}
.col-5{width: 40%;display: inline-block;}
.col-6{width: 50%;display: inline-block;}
.col-7{width: 58%;display: inline-block;}
.col-8{width: 66%;display: inline-block;}
.col-9{width: 75%;display: inline-block;}
.col-10{width: 85%;display: inline-block;}
.col-11{width: 92%;display: inline-block;}
.col-12{width: 100%;display: inline-block;}
/*头部样式和脚部样式*/
#header{
	position: fixed;
	height: 50px;
	border-bottom: 1px solid #ccc;
	top:0px;
	width: 100%;
	background: #fff;
	z-index: 10;
}
#header.background,.header.background{
	position: fixed;
	height: 50px;
	top:0px;
	width: 100%;
	background: -webkit-linear-gradient(left, #3EA0D0 ,#32749A) !important;
    background: -o-linear-gradient(right, #3EA0D0 ,#32749A) !important;
    background: -moz-linear-gradient(right,#3EA0D0 ,#32749A) !important;
    background: linear-gradient(to right, #3EA0D0 ,#32749A) !important;
	z-index: 10;
	border-bottom: none !important;
	color: #fff !important;
	padding-bottom: 20px;
}
#header.background h2,.header.background h2{
	color: #fff !important;
}
#header.background h1,.header.background h1{
	color: #fff !important;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	z-index: 99;
	background: #fff;
	border: none !important;
}
.header .back {
  position: absolute;
  left: 5%;
  top: 10px;
}
.header .back img {
  height: 20px;
  margin-top: 4px;
}
.header h2 {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
  font-size: 16px;
  color: #000000;
}
.header .nume {
  position: absolute;
  top: 13px;
  right: 5px;
}
.header .nume img {
  height: 25px;
}
.content{padding-top: 40px;}
/*底部*/
.foot-nav {
  width: 100%;
  height: 45px;
  margin-top: -20px;
  border-top: 1px solid #bfcada;
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  background: #0F131C;
}
.foot-nav a {
  border-radius: 50%;
}
.foot-nav ul {
  height: 40px;
}
.foot-nav ul li {
  width: 20%;
  float: left;
  position: relative;
}
.foot-nav ul li i {
	font-size: 14px;
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: 14px;
  color: #bfcada;
  font-weight: 600;
}
.foot-nav ul li .xx-ic {
  height: 16px;
  line-height: 16px;
  padding: 0 6px 0 4px;
  text-decoration: none;
  font-size: 14px;
  background: -webkit-linear-gradient(left,#ffe2d9,#b99a68);
    background: -o-linear-gradient(right, #ffe2d9,#b99a68);
    background: -moz-linear-gradient(right,#ffe2d9,#b99a68);
    background: linear-gradient(to right, #ffe2d9,#b99a68);
  color: #0F131C;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  display: block;
  position: absolute;
  left: 65%;
  top: 5px;
  transform: scale(0.8);
}
.foot-nav ul li.act i {
  color: #fff;
}
.foot-nav ul li.act i::before{
	position: absolute;
    right: 28%;
    top: 38px;
    z-index: 1;
    content: " ";
    width: 36px;
    height: 2px;
    border-radius:10px;
    overflow: hidden;
    background-color: #fff;
}
.foot-nav ul li.nav-center {
  position: relative;
  top: 10px;
  text-align: center;
  border-radius: 50%;
}
.foot-nav ul li.nav-center img {
  position: relative;
  left: 1px;
  width: 28px;
}
.foot-nav ul li.nav-center img:active {
  transform: scale(0.9);
  transition: all .3s ease;
}
/*背景*/
.bg-black{width: 100%;height: 100%;background: url(../image/login-bg.png) no-repeat 50% #22243d;background-size: 100% 100%;}
/*波纹特效*/
.ripple-container {
}
.ripple-container .ripple{
    background-color: rgba(200,200,200,0.4);
    animation: ripple 1.5s forwards cubic-bezier(0, 0, 0.2, 1);
}
#header a {
    position: absolute;
    width: 40px;
    left: 0;
    text-align: center;
    float: left;
    font-size: 22px;
    line-height: 44px;
    color: #000000;
}
.o {
 width: 50%;
 margin-top: 10px;
}
a img {
    border: none;
}
#header .title {
    position: absolute;
    top: 0;
    right: 40px;
    left: 40px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
}
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    80% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}

.bottom-up{
	
	padding: 5px 0 15px;
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	background: #0F131C;
	display: table;
	border-top: 1px solid #bfcada;
}
.bottom-up div{
	display: table-cell;
	text-align: center;
}
.bottom-up div img{
	display: block;
	width: 40px;
	margin: 5px auto;
}
.bottom-up div a{
	color: #fff;
}





.foot-nav {
  width: 100%;
  height: 55px;
  background: white;
  margin-top: -20px;
  position: fixed;
  box-shadow: 0 -2px 10px #ddd;
  z-index: 100;
  bottom: 0;
}
.foot-nav a {
  border-radius: 50%;
}
.foot-nav ul {
  height: 60px;
}
.foot-nav ul li {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}
.foot-nav .nav-cen .yuan{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: -5px;
	margin-left: -30px;
	border-radius:50% ;
	box-shadow: 0 -2px 1px #dddddd;
	background: #fff;
}
.foot-nav .nav-cen .yuan img{
	width: 100%;
}
.foot-nav ul li span {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.foot-nav ul li i {
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #dacdcc;
}
.foot-nav ul li .xx-ic {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #390708;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 55%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  top: 5px;
}
.foot-nav ul li.nav1.act span {
  background-position: -24px;
}
.foot-nav ul li.nav1.act i {
  color: #390708;
}
.foot-nav ul li.nav1 span {
  display: block;
  width: 23px;
  height: 22px;
  background: url(../image/nav1.png);
  background-size: auto 22px;
}

.foot-nav ul li.navzs.act span {
  background-position: -24px;
}
.foot-nav ul li.navzs.act i {
  color: #390708;
}
.foot-nav ul li.navzs span {
  display: block;
  width: 23px;
  height: 22px;
  background: url(../image/nav5.png);
  background-size: auto 22px;
}


.foot-nav ul li.nav2.act span {
  background-position: -26px;
}
.foot-nav ul li.nav2.act i {
  color: #4d1917;
}
.foot-nav ul li.nav2 span {
  display: block;
  width: 24px;
  height: 22px;
  background: url(../image/nav2.png);
  background-size: auto 22px;
}
.foot-nav ul li.nav3.act span {
  background-position: -26px;
}
.foot-nav ul li.nav3.act i {
  color: #4d1917;
}
.foot-nav ul li.nav3 span {
  display: block;
  width: 26px;
  height: 22px;
  background: url(../image/nav3.png);
  background-size: auto 22px;
}
.foot-nav ul li.nav4.act span {
  background-position: -26px;
}
.foot-nav ul li.nav4.act i {
  color: #4d1917;
}
.foot-nav ul li.nav4 span {
  display: block;
  margin-top: 11px;
  width: 20px;
  height: 22px;
  background: url(../image/nav4.png);
  background-size: auto 22px;
}
.foot-nav ul li.nav4 i {
  margin-top: 6px;
}

.foot-nav ul li.nav6.act span {
  background-position: -26px;
}
.foot-nav ul li.nav6.act i {
  color: #4d1917;
}
.foot-nav ul li.nav6 span {
  display: block;
  margin-top: 11px;
  width: 20px;
  height: 22px;
  background: url(../image/nav6.png);
  background-size: auto 22px;
}
.foot-nav ul li.nav6 i {
  margin-top: 6px;
}

.foot-nav ul li.nav-center {
  display: block;
  width: 26px;
  height: 22px;
  background: url("../img/nav3.png");
  background-size: auto 22px;
}
.foot-nav ul li.nav-center img {
  position: relative;
  left: 1px;
  width: 75px;
}
.foot-nav ul li.nav-center img:active {
  transform: scale(0.9);
  transition: all .3s ease;
}
.foot-nav ul li.act i::before{
	width: 0;
	height: 0;
}
.foot-nav ul li span{
	background-repeat:no-repeat !important;
}

.dropload-down .dropload-noData{
	text-align: center;
	padding:20px 20px;
	background: #fff;
}
