
.web-title {
  height: 120px;
  color: #222222;
}
.web-title .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.web-title .w .left {
  flex: 0 0 70%;
}
.web-title .w .right {
  flex: 0 0 30%;
  display: flex;
  justify-content: end;
}
.web-title .w .right a{
    /*background-image: linear-gradient(to right, #f62031, #ff9ca4);*/
    background-image: linear-gradient(to right, #3140b5, #3d4497);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.web-title .w .right img {
  margin-right: 5px;
  margin-bottom: -1px
}
.head {
  height: 60px;
  width: 100%;
  /*background: #ae000e;*/
  background: rgb(26,98,177);
}
.head .w {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.head .w ul {
  display: flex;
}
.head .w ul li {
  flex: 1;
  text-align: center;
  display: flex;
}

.head .w ul li a {
  color: #fff;
  flex: 0 0 99.5%;
}
.head .w ul li span {
  display: block;
  height: 24px;
  width: 1px;
  background:rgba(255, 255, 255, 0.7);
  margin-top: 18px;
}
.head .w ul li:hover {
  background: #0014ae;
}
.head .w ul .nav_active {
  background: #ae000e;
}
.banner {
    overflow: hidden;
}
.banner img {
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.banner .swiper-button-prev {
  background-image: url(../img/l.png);
  width: 44px;
  background-size: 44px 44px;
}
.banner .swiper-button-next {
  background-image: url(../img/r.png);
  width: 44px;
  background-size: 44px 44px;
}
.notice .w {
  background: #fff;
    padding: 25px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.notice h3 {
  text-align: center;
  margin-bottom: 20px;
}
.notice .notice-info {
  text-indent: 2em;
  line-height: 34px;
  color: #888888;
}
.notice .notice-info a {
  color: #ae000e;
  display: inline-block;
  margin-left: -2em;
}
.notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice-title .left {
    padding: 20px 0;
    color: rgb(26,98,177);
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid rgb(26,98,177);
    margin-top: 10px;
}
.notice-title .right {
  display: flex;
}
.notice-title .right a {
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
}
.notices {
  min-height: 248px;
}
.swiper-slide{margin:0 auto;}
.notices .notice-main {
  margin-top: 10px;
}
.notices .notice-main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.notices .notice-main ul li {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 56px;
    border-bottom: 2px dashed #f1f1f1;
}
.notices .notice-main ul li a p:nth-child(2) {
  color: #666666;
  margin-top: 10px;
}
.notices .notice-main ul li:hover a {
  color: #ae000e;
}
.notices .notice-main ul li:hover a p:nth-child(2) {
  color: #ae000e;
}
.news {
  margin-top: 25px;
}
.news ul {
  margin-top: 30px;
  overflow: hidden;
}
.news ul li:nth-child(3n) {
  margin-right: 0;
}
.news ul li {
  width: 30%;
  margin-right: 5%;
  float: left;
  margin-bottom: 30px;
}
.news ul li a .img-border {
  height: 230px;
  position: relative;
  overflow: hidden;
}
.news ul li a .img-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: all 1s;
}
.news ul li a .img-border img:hover {
  scale: 1.2;
}
.news ul li a .img-border p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
  box-sizing: border-box;
}
.news ul li a p {
  line-height: 30px;
  margin-top: 15px;
}
.news ul li:hover  a >p{
    color: #ae000e;
}
.news .pages {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
}
.liucheng {
  margin-top: 35px;
}
.liucheng .w ul {
  display: flex;
  align-items: center;
}
.liucheng .w ul li {
  flex: 1;
  text-align: center;
}
.liucheng .w ul li img {
  width: 95px;
  height: 95px;
}
.liucheng .w ul li p {
  margin-top: 15px;
}
.liucheng .w ul li:nth-child(2n) img {
  width: 18px;
  height: 21px;
}
.footer {
  background: #f1f1f1;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.footer .w > p {
  margin-bottom: 20px;
}
.footer .w > div {
  display: flex;
  justify-content: center;
}
.footer .w > div a {
  color: #000;
}
.footer .w > div p {
  margin-right: 10px;
}
.footer .w > div a:hover {
  color: #888888;
}
.all-padding {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.all-padding .all-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
}
.mine-index .mine-zuopin .main ul {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 20px;
}
.mine-index .mine-zuopin .main ul li {
  flex: 1;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  margin-right: 5%;
}
.mine-index .mine-zuopin .main ul li p {
  margin-bottom: 15px;
  font-size: 14px;
}
.mine-index .mine-zuopin .main ul li h3 span {
  font-size: 14px;
  margin-left: 5px;
  font-weight: normal;
}
.mine-index .mine-zuopin .main ul li:nth-child(1) {
  background: #2993e5;
  background-image: url(../img/a1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mine-index .mine-zuopin .main ul li:nth-child(2) {
  background: #00bc8a;
  background-image: url(../img/a2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mine-index .mine-zuopin .main ul li:nth-child(3) {
  background: #f87b5b;
  background-image: url(../img/a3.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mine-index .mine-zuopin .main ul li:nth-child(4) {
  background: #8e7bfc;
  background-image: url(../img/a4.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0%;
}
.mine-index .mine-notice {
  margin-top: 30px;
  max-height: 72vh;
}
.mine-index .mine-notice .notice-list {
  margin-top: 10px;
  height: 54vh;
    max-height: 54vh;
    overflow-y: scroll;
}
.mine-index .mine-notice .notice-list ul li {
  height: 46px;
  line-height: 46px;
}
.mine-index .mine-notice .notice-list ul li a {
  display: flex;
  justify-content: space-between;
}
.mine-index .mine-notice .notice-list ul li a p:nth-child(1) {
  flex: 0 0 80%;
}
.mine-index .mine-notice .notice-list ul li a p:nth-child(2) {
  color: #777777;
}
.mine-index .mine-notice .notice-list ul li:hover a p:nth-child(1) {
  color: #ae000e;
}
.mine-pwd .mine-mima .mine-input {
  margin-top: 25px;
}
.mine-pwd .mine-mima .mine-input ul {
  margin-bottom: 20px;
}
.mine-pwd .mine-mima .mine-input ul li {
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 20px;
}
.mine-pwd .mine-mima .mine-input ul li .title {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 15px;
  font-size: 15px;
}
.mine-pwd .mine-mima .mine-input ul li .answer {
  flex: 0 0 300px;
}
.mine-pwd .mine-mima .mine-input ul li .answer input {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 15px;
  width: 100%;
}
.mine-pwd .mine-mima .mine-input ul li .btn {
  height: 40px;
  background: #1A62B1;
  width: 120px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  margin-left: 50%;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
}
.mine-zuopin .upload-zuopin .btn {
  height: 40px;
  width: 160px;
  background-image: linear-gradient(to right, #3ba1f1, #157bcc);
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  align-items: center;
}
.mine-zuopin .mine-zp {
  margin-top: 15px;
  height: 92vh;
}
.mine-zuopin .mine-zp .mine-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.mine-zuopin .mine-zp .mine-search .search {
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  width: 40%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  align-items: center;
}
.mine-zuopin .mine-zp .mine-search .search input {
  flex: 0 0 90%;
  height: 100%;
  border: none;
  font-size: 15px;
}
.mine-zuopin .mine-zp .mine-search .select ul {
  display: flex;
}
.mine-zuopin .mine-zp .mine-search .select ul li .layui-btn {
  background: none;
  color: #000;
}
.mine-zuopin .mine-zp-list {
  height: 60vh;
  background: #fff;
  overflow: scroll;
  margin-top: 25px;
}
.mine-zuopin .mine-zp-list ul {
  overflow: hidden;
}
.mine-zuopin .mine-zp-list ul li:nth-child(4n) {
  margin-right: 0;
}
.mine-zuopin .mine-zp-list ul li {
  width: 23%;
  border: 1px solid #ddd;
  line-height: 35px;
  margin-bottom: 25px;
  margin-right: 2.6%;
  float: left;
}
.mine-zuopin .mine-zp-list ul li a .itemimg {
  height: 25vh;
  border-radius: 5px;
}
.mine-zuopin .mine-zp-list ul li a .itemimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mine-zuopin .mine-zp-list ul li a .title {
  width: 90%;
  margin-left: 5%;
}
.mine-zuopin .mine-zp-list ul li a .info {
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
}
.mine-zuopin .mine-zp-list ul li a .info p:nth-child(1) {
  color: #ae000e;
}
.mine-zuopin .zp-table {
  height: 62vh;
  overflow: visible;
}
.mine-zuopin .zp-table .yes {
  color: #ae000e;
}
.mine-zuopin .zp-table .no {
  color: #f90a0a;
}
.mine-zuopin .pages {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
}
.mine-info .mine-from {
  margin-top: 25px;
}
.mine-info .mine-from ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.mine-info .mine-from ul li {
  flex: 0 0 25%;
    padding: 0px 1%;
}
.mine-info .mine-from ul li .layui-input-block {
  margin-left: 0;
}
.mine-info .mine-from ul li .layui-form-select .layui-edge {
  top: 75%;
}
.mine-info .mine-from ul li .layui-form-label {
  width: 100%;
  text-align: left;
}
.mine-info .mine-from ul .address .layui-edge {
  top: 52%!important;
}
.login {
  background: url(../img/login.jpg) repeat-y;
  height: 100vh;
  width: 100%;
  padding-top: 91px;
}
.login .w {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1654px;
  height: 726px;
  margin: 0 auto;
  background: url(../img/loginboxbg.png) no-repeat;
  background-size: 100% 100%;
}
.login .w .login-left{
    margin-right: 19%;
}
.login .w .login-fun {
    margin-right: 8%;
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.login .w .login-fun .title {
  line-height: 35px;
  padding: 6px 28px;
  text-align: center;
  color: #ae000e;
  margin: 50px 0 20px;
}
.login .w .login-fun .zhuce {
    width: 80%;
    margin-left: 10%;
}
.login .w .login-fun .name {
  text-align: center;
  line-height: 8vh;
  display: flex;
}
.login .w .login-fun .name h4 {
  font-size: 18px;
  flex: 1;
  cursor: pointer;
}
.login .w .login-fun .main {
  box-sizing: border-box;
}
.login .w .login-fun .main > div {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 7px;
}
.login .w .login-fun .main > div img:nth-child(1) {
  margin-right: 8px;
}
.login .w .login-fun .main > div .captcha{
    vertical-align: middle
}
.login .w .login-fun .main > div input {
  width: 90%;
  height: 5vh;
  font-size: 15px;
  border: none;
}
.login .w .login-fun .main > div:nth-child(2n) p {
  font-size: 15px;
  color: #ae000e;
}
.login .w .login-fun .main .dl {
  text-align: center;
  line-height: 4vh;
  font-size: 14px;
  margin-top: 2vh;
}
.login .w .login-fun .main > a {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ae000e;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
}
.login .w .login-fun .main .ys {
  display: flex;
  justify-content: center;
  margin-top: 2vh;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  font-size:13px;
}
.login .w .login-fun .main .ys a {
  color: #000;
  font-size:13px;
}
.login .w .login-fun .main .fun {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
    margin-bottom: 30px;
}
.login .w .login-fun .main .fun a {
  font-size: 13px;
  color: #FFF;
}

.login .w .login-fun .main > div {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 7px;
}

.works {
  margin-top: 10px;
}
.works .w .works-top {
  background: #fff3f3;
}
.works .w .works-top .info {
  padding: 20px;
  box-sizing: border-box;
}
.works .w .works-top .info .title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.works .w .works-top .info .title p:nth-child(1) {
  background-color: #ff6528;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
}
.works .w .works-top .info .title p:nth-child(1) img {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.works .w .works-list {
  /*margin-top: 25px;*/
}
.works .w .works-list .title {
  height: 50px;
  background-image: linear-gradient(to right, #247dd3, #38b2e4);
  /*background-image: linear-gradient(to right, #ce2331, #f62031);*/
  position: relative;
  font-size: 15px;
  color: #fff;
}
.works .w .works-list .title p {
  height: 50px;
  display: flex;
  align-items: center;
}
.works .w .works-list .title p img {
  padding-left: 20px;
  margin-right: 10px;
}
.works .w .works-list .title > img {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 14px;
}
.works .w .works-list .main {
  width: calc(100% - 14px);
  background: #fff3f3;
  margin-left: 14px;
}
.works .w .works-list .main ul {
  display: flex;
}
.works .w .works-list .main ul li {
  flex: 0 0 20%;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.works .w .works-list .main ul li img {
  width: 40px;
}

.works .w .works-list .main .info-text {
  padding: 20px;
  box-sizing: border-box;
}
.works .w .works-list .main .info-text p {
  font-size: 15px;
  line-height: 30px;
}
.works .w .works-list .main .info-text img{
    max-width: 1000px;
}
.works-content .w .works-top {
  background: none;
}
.works-content .w .works-info {
  background: #dce9f3;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.works-content .w .works-info h3 {
  color: #1A62B1;
  margin-bottom: 15px;
  font-size: 25px;
}
.works-content .w .form {
  width: calc(100% - 14px);
  background: #dce9f3;
  margin-left: 14px;
  padding: 10px;
  box-sizing: border-box;
}
.works-content .w .form ul li .layui-form-label {
  text-align: left;
  width: 100%;
}
.works-content .w .form ul li .layui-input-block {
  margin-bottom: 0px;
  margin-left: 0;
}
.works-content .w .form ul li .layui-input-block input {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding-left: 15px;
  /*margin-top: 10px;*/
}
.works-content .w .form ul li .file textarea{
    border: none!important;
    margin-top: 0!important;
}
.works-content .w .form ul li .layui-input-block textarea {
  border: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
  padding-left: 15px;
 line-height: 25px;
 height: 78px;
}
.works-content .w .form ul > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-content .w .form ul > div > div{
      flex: 0 0 48%;
}
.works-content .w .form ul > div>li {
flex: 0 0 100%;
  margin-bottom: 0px;
}
.works-content .w .form ul > div > div .doclist{
    height: 164px;
    margin-top: 15px;
    overflow: scroll;
    line-height: 33px;
}
.works-content .w .form ul > div > div .doclist input{
    width: 55%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #eee;
    font-size: 15px;
    height: 30px;
    padding-left: 10px;
}
.works-content .w .form ul > div > div .doclist i{
    font-weight: 700;
    font-size: 20px;
    color: #777;
}
.works-content .w .form ul > div li .file {
  border: 1px #ccc dashed;
  height: 45px;
  line-height: 45px;
  margin-top: 15px;
  background: #fff;
  font-size: 15px;
  padding-left: 20px;
  color: #9ba6ad;
}
.works-content .w .form ul > div li .file i {
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.works-content .w .zpxx ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.works-content .w .zpxx ul li {
  flex: 0 0 30%;
}
.works-content .w .zpxx ul li .layui-form-select .layui-edge , .zuozhe .layui-form-select .layui-edge{
  top: 75%;
}
/*.works-content .w .zpxx ul .address .layui-form-select .layui-edge {*/
/*  top: 50%;*/
/*}*/
.works-content .w .zuozhe ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-content .w .zuozhe ul li {
  flex: 0 0 25%;
}
.works-content .w .zuozhe ul li:nth-child(3n+2) {
  flex: 0 0 20%;
}
.works-content .w .zuozhe ul li:nth-child(3n) {
  flex: 0 0 40%;
}
.works-content .w .zuozhe .warn {
  font-size: 15px;
    line-height: 40px;
    color: #fff;
    flex: 0 0 100%;
    width: 120px;
    background-image: linear-gradient(to right, #1A62B1, #7070bb);
    text-align: center;
    border-radius: 0 15px;
    margin: 10px 0;
    display: inline-block;
    margin-right: 10px;
}
.works-content .w .layui-input-block {
    margin-left: 0;

}
.works-content .w .layui-input-block div{
    margin-bottom: 10px;    
}
.works-content .w .layui-input-block span{
    margin-right: 10px;    
}
.works-content .w .btns {
  display: flex;
  justify-content: center;
}
.works-content .w .btns button {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
}
.works-content .w .zhanshi ul li .file input{
    border: none;
    margin-top: 0;
}
.works-content .w .zhanshi ul li .file {
  border: 1px solid #ddd;
  background: #fff;
}
.works-content .w .zhanshi ul li .file a{
    line-height: 36px;
    padding-left: 10px;
}
.works-content .w .dafen ul li {
  display: flex;
  justify-content: space-between;
}
.works-content .w .dafen ul li .layui-form-item {
  margin-bottom: 0;
}
.works-content .w .dafen ul li > div:nth-child(1) {
  flex: 0 0 100%;
}
.works-content .w .dafen ul li > div:nth-child(1) .layui-input-block {
  /*display: flex;*/
  width: 100%;
  align-items: center;
}
.works-content .w .dafen ul li > div:nth-child(1) .layui-input-block input {
  margin-right: 5px;
  margin-top: 0;
}
.works-content .w .dafen ul li > div:nth-child(2) {
  flex: 0 0 85%;
}
.works-content .w .dafen ul li > div:nth-child(2) textarea {
  margin-top: 0;
  height: 80px;
  line-height: 30px;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.page-notice .w {
  padding-top: 25px;
}
.page-notice .w .notice-list {
  margin-top: 25px;
min-height: 50vh;
}
.page-notice .w .notice-list ul li {
  line-height: 45px;
}
.page-notice .w .notice-list ul li a {
  display: flex;
  justify-content: space-between;
}
.page-notice .w .notice-list ul li a p:nth-child(1) {
  flex: 0 0 80%;
}
.page-notice .w .pages {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
}
.details .w .title {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  padding: 20px 0;
  box-sizing: border-box;
}
.details .w .title h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.details .w .title p {
  font-size: 16px;
}
.details .w .main {
  padding: 20px 0;
  box-sizing: border-box;
  min-height: 50vh;
}
.details .w .main p {
  text-indent: 2em;
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 15px;
}
.details .w .main p a{
    display: inline;
}
.details .w .main p img {
  /*margin-left: 50%;*/
  /*transform: translateX(-50%);*/
  /*position: relative;*/
  /*left: -2em;*/
}
.pages .pagination{
    display: flex;
    width: 280px;
    height: 40px;
    border: 1px solid #ddd;
}
.pages .pagination li{
    height: 100%!important;
    width: 100%!important;
    margin-right: 0!important;
    border-right: 1px solid #ddd;
}
.pages .pagination li:last-child{
    border-right: none;
}
.pages .pagination li:hover{
    background: #ff3636;
     color: #fff;
}
.pages .pagination li:hover a,.pages .pagination li:hover span{
     color: #fff;
}
.pages .pagination li span{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 37px;
}
.pages .pagination li a{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 37px;
}
.pages .pagination .active{
    background: #ff3636;
    color: #fff;
}
#ok1,#ok2,#ok3,#ok4,#ok5,#ok6{
    position: absolute;
    right: 20%;
    display: block;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color: #29a438;
    font-weight: 700;
    top: 0;
}
.works-content .w .form ul > div > div .doclist ul li>div{
    width: 200px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-right: 5px;
    box-sizing: border-box;
}
.moxie-shim-html5{
    left: 98px!important;
    top: 0!important;
}
.mh-sou {
    position: relative;
}
.mh-sou ul {
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    width: 100%;
    line-height: 30px;
    z-index: 999;
    max-height: 200px;
    flex-wrap: nowrap!important;
    overflow: scroll;
}
.mh-sou ul li{
    flex: 0 0 100%;
}