@import "iconfont/iconfont.css";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  position: relative;
  color: #fff;
  line-height: normal;
}
body .layui-m-layer{
	color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  outline: none;
}

input::-ms-clear {
  width : 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  }
img,
a img {
  border: 0;
  /* width: 100%!important;
  height: 100%!important;
  object-fit: contain!important; */
}
/* .home-hot .hot-body .no img{
  width: 38px!important;
} */
a {
  outline: medium none;
  text-decoration: none;
}
a:link,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
label {
  cursor: pointer;
}
ul,
ol,
dl {
  list-style: none;
}
em,
cite,
i,
optgroup {
  font-style: normal;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}
textarea {
  resize: none;
}
ins {
  background: #fff !important;
}
label {
  font-weight: normal;
}
select {

/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

/*在选择框的最右侧中间显示小箭头图片*/
/* background: url("../img/icon/down.png") no-repeat scroll right center transparent !important;
    background-size: 14px 6px !important; */


/*为下拉小箭头留出一点位置，避免被文字覆盖*/
padding-right: 14px;
}

.am-tabs-default .am-tabs-nav{
	background: none;
}
.border-btm .logout{
	width: 100% !important;
	padding: 10px 0 !important;
	margin: 15px 0;
}
.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.like span.operated{
	background: none !important;
	color: #e3b37b !important;
}
 .operated{
 	  background: #e3b37b !important;
 } 

.mainMar{
	margin: 0 -.1rem;
}
.clearfix {
	zoom: 1;
}
.am-icon-fw {
     width:auto; 
    text-align: center;
    font-size: .4rem;
}
/*专栏和客服悬浮按钮*/
.float-btn {
  position: fixed;
  bottom: 18%;
  right: 1%;
  z-index: 111;
}
.float-btn li {
  width: 50px;
  height: 50px;
  margin-top: 0.2rem;
  background-color: rgba(0, 69, 120, 0.9);
  border-radius: 20rem;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
}

.am-table {
  margin-bottom: 0;
}
.am-btn {
  font-size: 16px;
}
a {
  color: #fff;
}
a:focus,
a:hover {
  color: #fff;
}
.am-slider-default {
  margin-bottom: 0;
}
.am-breadcrumb {
  margin-bottom: 0;
  padding: .2rem 0 !important;
}

/*end*/
.am-tabs {
  margin: 0;
}
.am-tabs .am-tabs-bd {
  border: none;
}
.am-tabs .am-tabs-bd .am-tab-panel {
  padding: 0;
}
.am-tabs .item {
  background-color: #1d1d1d;
  color: #fff;
  height: 58px;
  display: flex;
  font-size: 14px
  ;
  align-items: center;
  justify-content: center;
}
.am-tabs-default .am-tabs-nav a {
  color: #fff;
  height: 45px;
  line-height: 45px;
}
.am-tabs-default .am-tabs-nav > .am-active a {
  background-color: #1d1d1d;
  border-bottom: 4px solid #e3b37b;
}
/*公共样式*/
body,
html {
  height: 100%;
}
.wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background: #121212;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.anp-container {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
}
.h100 {
  height: 100%;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  flex-direction: column;
}
.flex1 {
  flex: 1;
}
.pubu-btn {
  color: #FFF;
  white-space: nowrap;
}
.am-tabs-default .am-tabs-nav{
	/*background-color: none;*/
}
.send-btn button:nth-child(2){
	width: 55%;
}
.pubu-btn .iconfont {
  cursor: pointer;
  margin-left: 10px;
}
.pubu-btn .iconfont.active {
  color: #e3b37b;
}
.breadcrumb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.breadcrumb-wrap .iconfont {
  font-size: 16px;
}
.breadcrumb-wrap .am-breadcrumb > li + li:before {
  content: ">";
  float: left;
}
.breadcrumb-wrap .am-breadcrumb > li + li.searchLine:before {
  content: "|";
}
.breadcrumb-wrap .am-breadcrumb > li:first-child:before {
        content: " ";
    /* display: inline-block; */
    float: left;
       width: 4px;
    height: 15px;
    vertical-align: middle;
    margin-right: .05rem;
    /*margin-top: .04rem;*/
    background: #e3b37b;
}
.am-breadcrumb li{
	font-size:14px;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.breadcrumb-wrap .am-active,
.breadcrumb-wrap .photoId {
  color: #e3b37b;
}
.breadcrumb-wrap li a {
  color: #a0a0a0;
  float: left;
}
.search-wrap {
  position: relative;
  border: 1px solid #515151;
  margin-bottom: .3rem;
  border-radius: .13rem;
}
.search-wrap .search-input {
  width: 6.2rem;
  height: 45px;
  border: none;
  padding-left: .2rem;
  color: #FFF;
  background: none;
}
.search-wrap .search-btn {
  width: .8rem;
  height: 100%;
  position: absolute;
  right: .01px;
  top: 0;
  border-radius: .13rem;
  border: none;
  background: #004578;
}
.search-wrap .search-btn .iconfont {
  color: #FFF;
  font-size: 16px;
}
.section .cline2{
      height: auto !important;
      min-height: 40px !important;
    font-size: 14px !important;
    display: block;
}
.section .desc{
	padding: 8px 10px !important;
}
.section.section-with-date .date-wrap{
	padding: 8px 10px !important;
}
.img-box {
  /*background-size: cover;
  background-position: center center;*/
     background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    overflow: hidden;
}
.img-box img {
	display: block;
	margin: 0 auto;
  height: 100%;
  object-fit: contain;
}
.section ul li .img-box.pubu {
  height: auto;
}
.section ul li .img-box.pubu img {
  display: block;
  width: 100%;
}
.layout {
  padding: 0 0.2rem;
}
input {
  border: none;
  font-size: 16px;
  padding: 0 .2rem;
}
.form-group {
  margin-bottom: .15rem;
}
.form-control {
  height: 45px;
    background-color: #3c3c3c !important;
    border-color: #3c3c3c;
    border-radius: 0;
    padding: 5px .2rem;
    font-size: 14px;
    color: #fff;
}
.com-head {
  background-color: #000000;
  position: relative;
  z-index: 11111;
}
.com-head .user-bar {
  height: 0.88rem;
  display: flex; 
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.2rem;
  border-bottom: 1px solid #191919;
}
.com-head .user-bar .logo-box {
  height: 100%;
  width: 45%;
}
.com-head .user-bar .logo-box a {
  height: 100%;
  display: flex; 
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.com-head .user-bar img {
  width: 100%;
  max-height: 100%;
}
.com-head .btns {
  white-space: nowrap;
}
.com-head .btns a {
  margin-right: 0.2rem;
  display: inline-block;
  font-size: 17px;
}
.com-head .btns a .iconfont {
  font-size: 20px;
}
.com-head .btns .logout {
  margin-right: 0.12rem;
  margin-left: -0.08rem;
}
.com-head .nav-box {
  background-color: #000000;
  width:100%;
  overflow-x: auto;
  position: relative;
  padding-right: 5%;
}
.navBtnRight{
	position: absolute;
	right: 1%;
  width: 4%;
  text-align: center;
  font-size: 18px !important;
  top:12px;
}
.tempWrap{
	width: 100% !important;
}
.tempWrap li{
	width: auto !important;
}
.com-head .nav-box ul {
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
}
.com-head .nav-box li {
  display: inline-block;
  padding: 10px 15px;
}
.com-head .nav-box li.nav-active {
  background-color: #004577;
}
.com-head .nav-box li a {
  font-size:16px;
}
/*页脚*/
.footer {
  margin-top: 0.4rem;
}
.footer .img-box img {
  display: inline;
}
.footer .footer-item {
  margin-bottom: 0.1rem;
}

.qr .iconfont{
	font-size: 16px !important;
}

.footer .footer-item .item-tit {
  padding-bottom: 0.1rem;
  font-size: 16px;
  color: #e3b37b;
  border-bottom: 1px solid #313131;
  /*text-align: center;*/
}
.footer .footer-item .item-tit a{
    margin: .2rem .2rem 0 .2rem;
    display: inline-block;
    color: #316891;
}
.footer .footer-item .item-tit .iconfont {
  font-size: 20px;
  margin-right: 3px;
}
.footer-item .item-body {
  /*text-align: center;*/
  padding-top: 0.2rem;
}
.footer .link li {
      float: left;
    width: 23%;
    height: .8rem;
    background: #fff;
    margin-right: 2.5%;
    align-items: center;
    justify-content: center;
}
.footer .link li:nth-child(4n){
	margin-right: 0;
}
.footer .link li a{
	display: inline-flex;
	display: -webkit-inline-flex;
	height: 100%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.footer .link li img {
  width: 90%;
  margin: 0 auto;
  /*height: 100%;*/
 
}
.footer-item.qr ul {
  /*text-align: center;*/
 display: flex;
 display: -webkit-flex;
 align-items: center;
 justify-content: center;
}
.footer-item.qr ul li {
  width:33%;
  /*padding-right: 0.2rem ;*/
  color: #fff;
  float: left;
  text-align: center;
  display: flex;
  /*display: -webkit-flex;*/
  align-items: center;
  flex-direction: column;

}
.footer-item.qr ul li .img-box {
  padding: .1rem;
  background-color: #fff;
  width: 60%;
  float: left;
}
.footer-item.qr ul li a{
	float: left;
	font-size: 12px;
	padding-left:5px;
	line-height: 24px;
  height: 48px;
}
.footer-item.qr ul li p{
  height: 48px;
  font-size: 12px;
  padding-top: .08rem;
}
.footer-item.qr ul li img {
  width: 100%;
}
.footer-item.qr ul li a img{
  display: inline-block;
  width: 16px;
  height:16px;
  margin-right: 2px;
}
.footer .aboutus {
  color: #fff;
}
.item-body img{
	display: block;
	width: 100%;
}
.footerTxt{
	font-size: 12px;
}
.dib1{
	width: 8%;
	float: left;
	margin-right: 10px;
	padding-top: 8px;
}
.dib2{
	padding-top: 12px;
	float: left;
	width: 40%;
}
.dibBox{
  display: flex;
  justify-content: space-between;
}
.dibBox .dibLeft{
  flex: 1;
  display: flex;
}
.dibBox .dibRight{
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
/*客服*/
.dialogue-wrapper {
  font-size: 14px;
  color: #fff;
  /*右侧点击按钮*/
  /*底部客服对话框*/
}
.dialogue-header{
	width: 100%;
	text-align: center;
	padding: 15px 0;
	position: relative;
	background: #222222;
	font-size: 14px;
	color: #d0a472;
}

.dialogue-wrapper input,
.dialogue-wrapper select,
.dialogue-wrapper textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #222222;
}
.dialogue-wrapper .dialogue-support-btn {
  position: fixed;
  display: inline-block;
  top: 50%;
  right: 0;
  margin-top: -70px;
  padding: 10px 0;
  width: 40px;
  height: 120px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  background-color: #5d94f3;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  width: 20px;
  height: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-text {
  padding: 5px 0;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  -webkit-user-select: none;
}
.dialogue-wrapper .dialogue-main {
      position:absolute;
    display: none;
    z-index: 2001;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}

.dialogue-wrapper .dialogue-main .dialogue-header {
  position: relative;
  padding: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #10151f;
}
.dialogue-wrapper .dialogue-main .dialogue-close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 22px;
    padding: 2px;
    /* font-size: 22px; */
    cursor: pointer;
}
.dialogue-wrapper .dialogue-main .dialogue-service-info {
  position: relative;
  top: 50%;
  margin-top: -20px;
  height: 40px;
}
.dialogue-wrapper .dialogue-main .dialogue-service-img {
  display: inline-block;
  margin: 0 10px 0 20px;
  max-width:130px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.dialogue-wrapper .dialogue-main .dialogue-service-title {
  display: inline-block;
  vertical-align: middle;
}
.dialogue-wrapper .dialogue-main .dialogue-service-detail {
  font-size: 12px;
}
.dialogue-wrapper .dialogue-main .dialogue-contain {
  overflow-y: auto;
  padding: 10px;
  height: 380px;
  word-wrap: break-word;
  background-color: #1d1d1d;
}
.dialogue-wrapper .dialogue-main .dialogue-text {
  display: inline-block;
  position: relative;
  padding: 7px 10px;
  max-width:300px;
  /*white-space: pre-wrap;*/
  border: 1px solid #594b42;
  border-radius: 2px;
  background-color: #594b42;
  box-sizing: border-box;
}
.dialogue-wrapper .dialogue-main .dialogue-service-contain {
  margin-bottom: 10px;
  text-align: left;
}
.dialogue-wrapper .nowstime {
  font-size: 12px !important;
  color: #a4a4a4;
  margin-bottom: 0.1rem;
  padding-left: 10px;
}
.dialogue-wrapper .nowstime .talk-img,.nowsTime img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.dialogue-wrapper .nowstime .service {
  font-size: 14px;
  color: #d1a572;
  font-weight: 600;
}
.dialogue-wrapper .dialogue-main .dialogue-service-text {
  margin-left: 40px;
}
.dialogue-wrapper .dialogue-main .dialogue-service-text {
  margin-left: 40px;
}
.dialogue-wrapper  .dialogue-main .dialogue-service-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #594b42;
  transform: translate(0, -50%);
}
.dialogue-wrapper .dialogue-main .dialogue-customer-contain {
  margin-bottom: 10px;
  text-align: right;
}
.dialogue-wrapper .dialogue-main .dialogue-customer-contain p {
  font-size: 12px !important;
  color: #a4a4a4;
  margin-bottom: 0.1rem;
  padding-left: 10px;
}
.dialogue-wrapper .dialogue-main .dialogue-customer-text {
  margin-right: 40px;
  background-color: #004878;
  border: 1px solid #004878;
  /*text-align: left;*/
}
.dialogue-wrapper .dialogue-main .dialogue-customer-text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #004878;
}
.dialogue-wrapper .dialogue-main .dialogue-submit {
  position: relative;
  /*padding: 10px;*/
  /*height: 100px;*/
  color: #707070;
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: #222222;
  border-top: 1px solid #000;
}
.iconadd1{
	border: 1px solid #000;
	border-top: none;
	
	border-bottom: none;
	box-sizing: border-box;
	width: 45% !important;
		background: #2a2a2a !important;
}
.dialogue-wrapper .dialogue-main .dialogue-customer-text img{
    display: inline-block;
    max-width: 130px;
}
.dialogue-wrapper .dialogue-main .dialogue-hint {
  position: absolute;
  top: -32px;
  left: 20px;
  padding: 2px;
  width: 140px;
  height: 30px;
  opacity: 0;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
.dialogue-wrapper .dialogue-main .dialogue-hint-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #5d94f3;
}
.dialogue-wrapper .dialogue-main .dialogue-hint-text {
  display: inline-block;
  vertical-align: middle;
}
.dialogue-wrapper .dialogue-submit .dialogue-input-text {
  overflow-y: auto;
  display: inline-block;
  padding: 5px 10px;
  width:65%;
  height: .9rem;
  float: left;
  color: #757575;
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-sizing: border-box;
}
.dialogue-wrapper .dialogue-submit .dialogue-input-tools {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
/*.dialogue-wrapper .send-btn {
  text-align: right;
  vertical-align: middle;
  background-color: #222222;
  height: 40px;
}
.dialogue-wrapper .send-btn .blue-btn {
  margin-right: 0.05rem;
  background-color: #004878;
  width: 100px;
  border: none;
  line-height: 30px;
  border-radius: 4px;
}*/
.send-btn{
	float: left;
	width: 35%;
}
.blue-btn{
	float: left;
	width: 30%;
	position: relative;

	background: #004578;
	color: #fff;
	font-size: .3rem;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
}
.blue-btn input{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.formTip{
  position: fixed;
  top: 40px;
  right: 0;
  height: 40px;
  left: 0;
  z-index: 1111111111;
  background: #ff6161;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.closeFormTip{
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}
/*侧边栏*/


	.menuList{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 111;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		will-change: transform;-webkit-transition: all .3s;transition: all .3s; 
	}
	.menuList.active{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.menu{
		float: right;
		width: 60%;
		height: 100%;
		overflow-y: auto;
		background: rgba(1,0,15,.95);
		padding-top: 2.5rem;
		box-sizing: border-box;
	}
	.closeMenu{
		float: left;
		width: 40%;
		height: 100%;
		background: rgba(42,42,42,.95);
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		 flex-direction:column;
	}
	.closeMenu img{
		width: 50px;
		margin-bottom: .1rem;
	}
	.closeMenu span{
    font-size: .31rem;
    margin-top: .2rem;
    color: #fff;
	}
	.menu li{
		display: block;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.menu li:nth-child(1){
		border: none;
	}
	.menu li a{
		display: block;
		width: 100%;
		padding: 15px 0;
		text-align: center;
		font-size:16px;
	}
	.menu li a.active{
		color: #deaf78;
	}
.resetIcon{
  position:absolute;
  top:14px;
  right:10px;
}
.eyesIcon{
  position:absolute;
  top:14px;
  right:10px;
}
.phoneResetIcon{
  right: 100px;
}
.zhuanlan-btn{
  display: flex;
  align-items: center;
}
.zhuanlan-btn img{
  width: 80%;
  height: 80%;
  margin-left: 4px;
}
.announce .announce-btn {
  font-size: 20px;
}
.announce .announce-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/public_resource/m_public/img/icon/announce.png) no-repeat;
  background-size: 100%;
  margin-top: 3px;
}
.hide{
  display: none!important;
}
.boldText{
  color: #f33434;
  font-weight: bold;
}
.noneDataBox{
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 6rem;
  display: none;
}
.noneDataBox p{
  color: #b5b5b5!important;
  padding-top: .5rem;
}
.noneDataBox img{
  height: 2.5rem!important;
}
.section ul li .img-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
} 
.loadProgressBar{
  position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loadProgressBar .loadBar{
    width: 50px;
    height: 4px;
    background: #ddd;
    margin-bottom: 3px;
}
.loadProgressBar .loadBar .loadBarWidth{
  width: 0;
  height: 100%;
  background: #004578;
}