.search-input{
  position: absolute;
  width: 800px;
  height: 48px;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.search-input .index-search{
  width: 100%;
  height: 100%;
  border-radius: 24px;
  font-size: 18px;
  padding: 0 28px;
  background-color: rgb(255, 255, 255);
}
.search-input .index-search::placeholder{
  font-size: 18px;
}
.search-input .index-search:focus{
  box-shadow: 0 0 10px #e5eaff;
}
.btnSearch1{
  position: absolute;
  right: 28px;
  top: 10px;
  border: none;
  background-color: transparent;
}
.btnSearch1 i{
  font-size: 28px;
  color: #333;
}
.result-btn{
  width: 280px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  background: linear-gradient(to right,#3d4466,#5c6699,#3d4466);
  color: #fff;
  margin: 56px auto 24px auto;
}
.result-group{
  background-color: #fff;
  padding: 56px 80px 72px 80px;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
}
.search_result span.few-text{
  margin-right: 36px;
}
.search_result span{
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #4c4c4c;
  margin-right: 25px;
  display: inline-block;
}
.search_result span:last-of-type{
  margin-right: 0;
}
.search_result span.result_class{
  color: #999;
  cursor: pointer;
}
.search_result span.active{
  color: #00aaff;
}
.result_class_box{
  display: inline-block;
}
.result-group .fengexian{
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #5c6699;
}
.result-group .no-anything .box{
  padding: 80px 37.2%;
}
.result-group .no-anything .box img{
  width: 98px;
  margin: 0 auto 31px;
}
.result-group .no-anything .box p{
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-bottom: 23px;
}
.theme-text{
  color: #00aaff;
}
.in-result .info-list:last-of-type{
  border-bottom: 1px solid #5c6699;
  margin-bottom: 40px;
}
.info-list {
  border-bottom: 1px dashed #8a99e5;
  padding-top: 24px;
  padding-bottom: 24px;
}
.info-list .left-date{
  width: 8%;
}
.info-list .square-date {
  width: 76px;
  height: 76px;
  padding: 11px;
  line-height: 26px;
  border-radius: 10px;
  border: 1px solid #8a99e5;
  background-color: #f2f2f2;
}
.info-list .square-date span.day {
  font-size: 30px;
}
.info-list .square-date span {
  color: #808080;
}
.info-list .text-info.fr {
  float: right;
  text-align: left;
  width: 92%;
}
.info-list .text-info .title {
  margin-bottom: 11px;
}
.info-list .title {
  font-size: 20px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
}
.info-list .title a:hover{
  color: #00aaff;
}
.info-list .text {
  font-size: 16px;
  color: #808080;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.info-list .text *{
  display: inline;
}
.info-list .text *:hover{
  color: #00aaff;
}
.info-list .text2{
  -webkit-line-clamp: 2;
}
.info-list .in-text1 .new-text {
  margin-top: 6px;
  font-size: 16px;
}
.info-list .in-text1 .new-text a {
  color: #00aaff;
}
.in-text1 .new-text a.download{
  font-size: 16px;
  color: #004d99;
}
.in-text1 .new-text a.download:hover{
  color: #309904;
}
.global_search .in-result{
  display: none;
}
.global_search .in-result.block{
  display: block;
}
.global_search .instrument-list{
  margin-top: 24px;
}
.global_search .instrument-item{
  margin-right: 24px;
  width: 292px;
  margin-bottom: 24px;
}
.global_search .instrument-item:nth-child(3n){
  margin-right: 24px;
}
.global_search .instrument-item:nth-child(4n){
  margin-right: 0;
}
.global_search .instrument-item .bottom-text{
  height: 58px;
  line-height: 58px;
}
.global_search .instrument-item .top-img{
  height: 292px;
}
.download .download-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/static/index/img/property/download_icon.png);
}
.position{
  margin-top: 31px;
  margin-bottom: 33px;
  font-size: 16px;
  color: #808080;
}
.position span:last-of-type{
  color: #cc0000;
}
.position a{
  color: #808080;
}
.position a:hover{
  color: #00aaff;
}
.policy-content{
  background-color: #fff;
  padding: 56px 80px 80px 80px;
}
.policy-content .title{
  text-align: center;
  font-size: 18px;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #5c6699;
}
.policy-content .info-text-con{
  padding-top: 55px;
  padding-bottom: 64px;
  border-bottom: 1px solid #5c6699;
}
.policy-content .info-text-con *{
  font-size: 16px;
  color: #808080;
  margin-bottom: 20px;
  line-height: 24px;
}
.policy-content .info-text-con *:last-of-type{
  margin-bottom: 0;
}

/*登录页*/
.login .header{
  height: auto;
  overflow: hidden;
  padding: 24px 0;
  background-color: #e5eaff;
  box-shadow: 0 3px 3px rgba(0,0,0,.3);
}
.login .header .img{
  margin-right: 39px;
}
.login .welcome{
  line-height: 64px;
  font-size: 18px;
  color: #333;
}
.login .indexH{
  line-height: 64px;
  font-size: 14px;
  color: #808080;
}
.login .indexH:hover{
  color:#00aaff;
}
.indexH:hover{
  color: #0059b2;
}
.content-login .bg {
  width: 100%;
  height: 640px;
  background: url("/static/index/img/login-bg.png") center no-repeat;
  background-size: cover;
}
.content-login{
  position: relative;
}
.content-login .w{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.login .container .box {
  width: 340px;
  height: 410px;
  position: absolute;
  right: 15px;
  top: 93px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  z-index: 1;
}
.login .container .box .title {
  font-size: 20px;
  color: #4c4c4c;
  text-align: center;
  line-height: 24px;
  padding: 54px 90px 44px 90px;
}
.login .container .box form {
  width: 260px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.login .container .box form .row {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  margin-bottom: 16px;
  background-color: #fafafa;
  overflow: hidden;
  padding: 0 10px;
}
.login .container .box form .row i {
  font-size: 20px;
  vertical-align: -2px;
  margin-right: 5px;
}
.login .container .box form .row input {
  width: 210px;
  height: 40px;
  border: 0;
  position: relative;
  background-color: #fafafa;
  top: -2px;
  font-size: 14px;
}
.login .container .box form .row input::placeholder{
  color: #ccc;
}
.login .container .box form .row input.code {
  width: 150px;
}
.login .container .box form .row .btnCode {
  cursor: pointer;
  color: #0059b2;
  float: right;
}
.login .container .box form .btn-log {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #0088cc;
  border-radius: 20px;
  cursor: pointer;
  margin: 24px auto 0;
}
.login .container .box form .other {
  margin-top: 44px;
  font-size: 14px;
  color: #b2b2b2;
  text-align: right;
}
.login .container .box form .other input {
  margin-right: 5px;
  vertical-align: -2px;
}
.login .container .box form .other a {
  color: #0059b2;
}
.login-footer {
  height: auto;
  overflow: hidden;
  padding: 40px 0 30px;
}
.login-footer .left {
  width: 800px;
  height: auto;
  overflow: hidden;
}
.login-footer .left .ms {
  height: auto;
  overflow: hidden;
}
.login-footer .left .ms .item {
  float: left;
  font-size: 18px;
  color: #333333;
  position: relative;
  text-align: center;
  margin-right: 18px;
  font-weight: 400;
}
.login-footer .left .ms .item:last-of-type{
  margin-right: 0;
}
.login-footer .left .ms .item.first {
  text-align: left;
}
.login-footer .left .bn {
  height: auto;
  overflow: hidden;
  margin-top: 47px;
}
.login-footer .left .bn a {
  font-size: 14px;
  color: #808080;
  float: left;
  margin-right: 40px;
}
.login-footer .left .copyright {
  font-size: 14px;
  color: #808080;
  border-top: 1px solid #e5e5e5;
  padding-top: 32px;
  margin-top: 16px;
}
.login-footer .left .copyright a {
  color: #808080;
}
.login-footer a:hover {
  color: #00aaff !important;
}
.login-footer .right {
  height: auto;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.login-footer .right .text {
  height: auto;
  overflow: hidden;
}
.login-footer .right .text h2 {
  font-size: 14px;
  color: #999;
}
.login-footer .right .text h1 {
  font-size: 24px;
  color: #4c4c4c;
  font-weight: 400;
  margin: 16px 0 24px;
}
.login-footer .right .text .btn-line {
  width: 159px;
  height: 30px;
  border-radius: 15px;
  line-height: 28px;
  border: 1px solid #b8bbcc;
  display: block;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
  background-color: #fafafa;
}
.login-footer .right .text .btn-line i {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 21px;
}
.login-footer .right .text .btn-line:hover {
  background: #0088cc;
  color: #fff !important;
  border-color: #0088cc;
}
@media (max-width: 768px) {
  .search_result span{
    font-size: .11rem;
  }
  .search_result span{
    margin-right: -4px;
  }
  .search-input{
    width: 60% !important;
    font-size: 12px;
  }
  .search-input::placeholder{
    font-size: 12px !important;
  }
  form>.search-input{
    top: 65% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
  }
  .btnSearch1{
    top: 7px;
    right: 15px;
  }
  .search-input .index-search{
    padding: 0 15px;
    font-size: 12px !important;
  }
  .result-group{
    padding: 24px 0;
  }
  .info-list .text-info .title{
    height: .118rem;
    font-size: .12rem;
  }
  .global_search .ins-content .info-list .text-info{
    width: 78% !important;
  }
  .global_search .ins-content .download .text-info,.global_search .ins-content .w100 .text-info{
    width: 100% !important;
  }
  .info-list .text, .info-list .in-text1 .new-text, .in-text1 .new-text a.download{
    font-size: .1rem !important;
  }
  .info-list .text {
    height: 48px !important;
    line-height: 24px !important;
  }
  .info-list .text.hn{
    height: auto !important;
  }
  .result-btn{
    width: 50%;
    height: auto;
    line-height: .28rem;
    font-size: .14rem;
    margin: .24rem auto;
  }
  .info-list,.few-text{
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-login .bg{
    display: none;
  }
  .login .container .box{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    box-shadow: none;
  }
  .content-login .w{
    position: relative;
  }
  .login-footer{
   /* display: none;*/
    padding-top: 0;
  }
  .login .header{
    padding-left: .12rem !important;
    padding-right: .12rem !important;
    box-shadow: none;
  }
  .welcome{
    display: none;
  }
  .login-footer .left .ms .item{
    font-size: 13px;
  }
  .login-footer .left .bn a{
    font-size: 12px;
  }
  .login-footer .left .bn{
    margin-top: 24px;
  }
  .login .container .box form .other{
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: left;
  }
  .login-footer .left,.login-footer .right{
    width: 96% !important;
    float: none;
    margin: 0 auto;
  }
  .login .container .box form .btn-log{
    border-radius: 0;
  }
  .login-footer .right .text h1{
    font-size: 18px;
  }
  .login-footer .left .copyright{
    text-align: center;
    line-height: 18px;
    font-size: 12px;
  }
  .login .container .box form{
    width: 96%;
  }
  .login-footer .right .text h2{
    margin-top: 20px;
  }
  .login-footer .right .text .btn-line{
    width: 50%;
    margin:  auto;
    border-radius: 0;
  }
  .login .container .box form .row input{
    width: 88%;
  }
  .login .container .box form .row input.code{
    width: 76%;
  }
  .hid-bg{
    background-color: #fff;
  }
  .content-login{
    border-top: 1px solid #ccc;
  }
  .login{
    height: 100vh;
  }
  .info-list .text{
    -webkit-line-clamp: 2;
  }

}
@media (max-width: 991px){
  .global_search .instrument-list{
    justify-content: space-between;
  }
  .global_search .instrument-item,.global_search .instrument-item:nth-child(3n){
    margin-right: 0;
  }
  .info-list .square-date{
    width: 66px;
    height: 66px;
    padding: 5px;
    line-height: 26px;
  }
  .ins-content .info-list .text-info{
    width: 84% !important;
  }
  .info-list .text-info .title{
    margin-bottom: 6px;
  }
  .search-input{
    top: 50%;
    left: 50%;
    transform: translate(0,0)
  }
  .policy-content{
    padding: 28px 40px 40px 40px;
  }
  .policy-content .info-text-con{
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .policy-content .info-text-con *{
    font-size: 14px;
  }
  .result-group .no-anything .box{
    padding: 30px 18% !important;
  }
}
@media (max-width: 1480px) {
  .login .welcome,.login .indexH{
    line-height: 51px;
  }
  .info-list .text-info{
    width: 88% !important;
  }
  .in-result .download .text-info{
    width: 100% !important;
  }
  .info-list .title{
    font-size: 16px;
  }
  .info-list .text,
  .info-list .in-text1 .new-text,
  .in-text1 .new-text a.download{
    font-size: 14px;
  }
  .info-list .in-text1 .new-text{
    margin-top: 8px;
  }
  .search-input{
    width: 45%;
    height: 36px;
  }
  .search-input .index-search{
    font-size: 14px !important;
  }
  .btnSearch1 i{
    font-size: 18px;
  }
  .login .header{
    padding: 16px 0;
  }
  .login-footer .left{
    width: 70%;
  }
  .login .header .img{
    width: 204px;
    height: 51px;
  }
  .global_search .instrument-item{
    width: 227px;
  }
  .global_search .instrument-item .top-img{
    height: 227px;
  }
  .result-group .no-anything .box p{
    font-size: 14px;
  }
  .search-input .index-search::placeholder{
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .global_search .instrument-item{
    width: 177px !important;
  }
  .global_search .instrument-item .top-img{
    height: 177px !important;
  }
  .result-group .no-anything .box{
    padding: 40px 28%;
  }
  .result-group .no-anything .box p{
    font-size: 14px;
  }
  .result-group .no-anything .box p{
    margin-bottom: 0;
  }
}
