[v-cloak] {
  display: none;
}

a:hover {
  text-decoration: none;
}

a {
  cursor: pointer;
}

.detail-layout .main-container .widget-body .mian-header h2 {
  white-space: pre-wrap;
}

.detail-layout .main-container .widget-body .widget-main {
  white-space: pre-wrap;
}

.main-container:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  top: 0;
  background: none;
}


.col-center-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-all-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row-between-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



@media (max-width:767px) {
  .main-container.container:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
  }
}

.login-layout .main-container {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-content {
  margin-left: 0;
  padding: 0
}

.main-content:after,
.main-content:before {
  content: " ";
  display: table
}


.main-container .from {
  color: #b6b6b6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  font-size: 18px;
  background: #03052f;
  width: 100%;
  height: 50px;
  line-height: 50px;
}



.main-container .login-logo {
  /* position: absolute;
  top: 60px;
  right: 60px; */
  text-align: center;
}

.main-container .login-logo img {
  /* width: 213px;
  height: 93px; */
}

.main-container .login-left {
  position: absolute;
  left: 150px;
  top: 30px;
}

.main-container .login-left img {
  width: 90%;

}







.input-icon.input-icon-right>input {
  padding-left: 50px;
}

.input-icon>.ace-icon {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}




.widget-body {
  background: none;
}

.widget-main {
  padding: 12px;
}

.widget-main .form-logo {
  text-align: center;
  /* margin: 50px auto 20px; */
  margin: 20px auto 20px;
}

.widget-main .form-logo img {
  width: 316px;
  height: 136px;
}



.login-container {
  width: 450px;
  /* height: 540px; */
  margin: 0 auto;
  /* background: rgba(35, 65, 121, .5); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 65, 121, 0.8)), to(rgba(35, 65, 121, .1)));
  background: linear-gradient(to bottom, rgba(35, 65, 121, 0.8) 0%, rgba(35, 65, 121, .1) 100%);
  border-radius: 10px;
  position: absolute;
  right: 20%;
  top: 15%;
}

.login-layout label {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
}

.ui-jqdialog-content .searchFilter .queryresult {
  margin-bottom: 10px
}

.fontColor {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 209, 217, 1)), color-stop(49%, rgba(255, 255, 255, 1)), to(rgba(180, 209, 217, 1)));
  background: linear-gradient(to bottom, rgba(180, 209, 217, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(180, 209, 217, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}


/* 登录 */

.login-layout {
  background: #060d4c url(../images/login/login-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.login-layout .main-container:before {
  display: none
}

.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 20%;
  top: 15%;
}

.login-layout .widget-box {
  visibility: hidden;
  position: fixed;
  z-index: -5;
  border-bottom: none;
  box-shadow: none;
  padding: 6px;
  -moz-transform: scale(0, 1) translate(-150px);
  -webkit-transform: scale(0, 1) translate(-150px);
  -o-transform: scale(0, 1) translate(-150px);
  -ms-transform: scale(0, 1) translate(-150px);
  transform: scale(0, 1) translate(-150px)
}

.login-layout .widget-box.visible {
  visibility: visible;
  position: relative;
  z-index: auto;
  -moz-transform: scale(1, 1) translate(0);
  -webkit-transform: scale(1, 1) translate(0);
  -o-transform: scale(1, 1) translate(0);
  -ms-transform: scale(1, 1) translate(0);
  transform: scale(1, 1) translate(0);
  transition: transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .2s ease;
  background: none;
}

.login-layout .widget-box .widget-main {
  padding: 16px 36px 36px;
}

.login-layout .widget-box .widget-main form {
  margin: 0
}



.login-layout .widget-box .widget-main form .phone-iocn {
  width: 40px;
  height: 53px;
  background: #1a6fea url(../images/login/form-phone.png) no-repeat center;
  left: 0;
  right: 0;
}



.login-layout .widget-box .widget-main form .admit-icon {
  width: 40px;
  height: 53px;
  background: #f1f1f1 url(../images/login/form-admit.png) no-repeat center;
  left: 0;
  right: 0;
}

.login-layout .widget-box .widget-main form .in-phone,
.login-layout .widget-box .widget-main form .in-admit {
  border: none;
  width: 370px;
  height: 53px;
  border-radius: 5px !important;
}

.login-layout .widget-box .widget-main form .in-admit {
  width: 250px;
}

.login-layout .widget-box .widget-main form .in-phone:focus,
.login-layout .widget-box .widget-main form .in-admit:focus {
  border: none;
}

.login-layout .widget-box .widget-main form .admitBtn {
  color: #fff;
  font-size: 16px;
  background: #1a6fea;
  border-radius: 3px;
  padding: 15px 15px;
}

.login-layout .widget-box .widget-main form .loginBtn {
  width: 370px;
  height: 53px;
  border: none;
  background: #1a6fea;
  color: #fff;
  font-size: 18px;
}

.login-box .user-signup-link {
  color: #CF7
}

.login-box .toolbar {
  background: #5090C1;
  border-top: 2px solid #597597
}

.login-box .toolbar>div {
  width: 50%;
  display: inline-block;
  padding: 9px 0 11px
}

.login-box .toolbar>div:first-child {
  float: left;
  text-align: left
}

.login-box .toolbar>div:first-child>a {
  margin-left: 11px
}

.login-box .toolbar>div:first-child+div {
  float: right;
  text-align: right
}

.login-box .toolbar>div:first-child+div>a {
  margin-right: 11px
}

.forgot-box .toolbar {
  background: #C16050;
  border-top: 2px solid #976559;
  padding: 9px 18px
}

.signup-box .toolbar {
  background: #76B774;
  border-top: 2px solid #759759;
  padding: 9px 18px
}

.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
  color: #FE9;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 0 1px rgba(0, 0, 0, .25)
}

.login-layout .login-box .widget-main {
  padding-bottom: 16px;
  background: none;
}

.login-layout .login-box .widget-main .fset {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  display: none;
}

.social-or-login {
  margin-top: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

.social-or-login :first-child {
  display: inline-block;
  background: #F7F7F7;
  padding: 0 8px;
  color: #5090C1;
  font-size: 13px
}

.social-or-login:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted #A6C4DB
}

.social-login a {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 46px;
  padding: 0;
  margin: 0 1px;
  border-width: 0
}

.social-login a>.ace-icon {
  font-size: 24px;
  margin: 0
}


/* 列表页 */
.list-layout {}




.list-layout .main-container .widget-body {
  width: 1100px;
}

.list-layout .main-container .widget-body ul {
  margin: 0;
  max-height: 80vh;
  overflow-y: auto;
  padding: 0 20px;
}

.list-layout .main-container .widget-body li {
  list-style-type: none;
  height: auto;
  border-bottom: 1px solid #79abff;
  margin-bottom: 10px;
  line-height: 30px;
}

.list-layout .main-container .widget-body li:last-child {
  border-bottom: none;
}

.list-layout .main-container .widget-body li a:hover {
  text-decoration: none;

}

.list-layout .main-container .widget-body li h1 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
}

.list-layout .main-container .widget-body li .form {
  color: #79abff;
  font-size: 14px;
  font-weight: bold;
}

.list-layout .main-container .widget-body li .form .author {
  padding-right: 20px;
}

.list-layout .main-container .widget-body li .form .time {}


/*修改滚动条样式*/
.list-layout .main-container .widget-body ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}

.list-layout .main-container .widget-body ul::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 10px;
}

.list-layout .main-container .widget-body ul::-webkit-scrollbar-thumb {
  background: #09b1ff;
  border-radius: 10px;
}

/* .list-layout .main-container .widget-body ul::-webkit-scrollbar-thumb:hover{
  background: #333;
} */
/* .list-layout .main-container .widget-body ul::-webkit-scrollbar-corner{
  background: #179a16;
} */


/* 详情 */
.detail-layout {}


.detail-layout .main-container .btns {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.detail-layout .main-container .btns a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  margin: 50px;
}

.detail-layout .main-container .btns a:hover {
  text-decoration: none;
}

.detail-layout .main-container .btns .btn-copy {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 145, 221, 1)), to(rgba(3, 76, 221, 1)));
  background: linear-gradient(to bottom, rgba(2, 145, 221, 1) 0%, rgba(3, 76, 221, 1) 100%);
}

.detail-layout .main-container .btns .btn-share {
  background: -webkit-gradient(to bottom, rgb(232, 213, 43) 0%, rgba(244, 129, 11, 0.5) 100%);
  background: linear-gradient(to bottom, rgb(232, 213, 43) 0%, rgba(244, 129, 11, 0.5) 100%);
}



.detail-layout .main-container .widget-body {
  width: 1100px;
  height: 73vh;
  overflow-y: scroll;
}


/*修改滚动条样式*/
.detail-layout .main-container .widget-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}

.detail-layout .main-container .widget-body::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 10px;
}

.detail-layout .main-container .widget-body::-webkit-scrollbar-thumb {
  background: #09b1ff;
  border-radius: 10px;
}

/* .detail-layout .main-container .widget-body ul::-webkit-scrollbar-thumb:hover{
  background: #333;
} */
/* .detail-layout .main-container .widget-body ul::-webkit-scrollbar-corner{
  background: #179a16;
} */

.detail-layout .main-container .widget-body .mian-header h1 {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin: 10px 0;
  font-weight: bold;
}

.detail-layout .main-container .widget-body .mian-header h2 {
  font-size: 16px;
  color: #79abff;
  line-height: 24px;
  margin: 0 0 5px 0;
}

.detail-layout .main-container .widget-body .widget-main {
  width: 100%;
  word-wrap: break-word;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin: 30px 0;
}


/* 通用 */
.common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #060d4c url(../images/list/list-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.common .header {
  height: 100px;
  background: url(../images/list/tit-bg.png) no-repeat center top;
  border-bottom: none;
  margin-top: 0;
}

.common .header h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 70px;
}


.common .header .back {
  /* width: 50px; */
  height: 50px;
  display: block;
  position: absolute;
  left: 100px;
  top: 25px;
}






@media only screen and (max-width:540px) {
  .login-layout .widget-box .widget-main {
    padding: 16px
  }


  .login-layout .widget-box {
    padding: 0
  }


}




@media only screen and (max-width:800px) {

  /* 登录页 */
  .login-layout {
    background: #060d4c url(../images/login/login-wap-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
  }

  .login-layout .main-container {
    min-height: 27rem;
    height: 100%;
  }

  .main-container .login-left {
    display: none;
  }


  .login-layout .widget-box .widget-main form {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 65, 121, 0.8)), to(rgba(35, 65, 121, .1)));
    background: linear-gradient(to bottom, rgba(35, 65, 121, 0.8) 0%, rgba(35, 65, 121, .1) 100%);
    padding: 1rem;
    border-radius: 0.5rem;
  }


  .main-container .login-logo {
    top: 1rem;
    left: 1rem;
    right: 0;
  }

  .main-container .login-logo,
  .main-container .login-logo img {
    /* width: 8rem; */
    height: 2.77rem;
  }

  .main-container .from {
    color: #79abff;
    font-size: 0.7rem;
    background: none;
    bottom: 0.2rem;
  }

  .login-layout .login-box .widget-main .fset {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 0.75rem;
    display: block;
  }

  .login-container {
    width: 96%;
    right: 0;
    top: 45%;
    left: 50%;
    height: auto;
    background: none;
    transform: translate(-50%, -50%);
  }

  .widget-main .form-logo img {
    width: 10rem;
    height: 4.6rem;
  }

  .login-layout .widget-box .widget-main form span.input-icon {
    display: unset;
  }

  .login-layout .widget-box .widget-main form .in-phone,
  .login-layout .widget-box .widget-main form .in-admit {
    width: 100%;
    padding-left: 0.5rem;
    height: 1.7rem;
    color: #000;
    font-size: 0.7rem;
  }

  .login-layout .widget-box .widget-main form .loginBtn {
    width: 100%;
    height: 1.75rem;
    font-size: 0.72rem;
  }

  .login-layout .widget-box .widget-main form .phone-iocn,
  .login-layout .widget-box .widget-main form .admit-icon {
    display: none;
  }

  .login-layout .widget-box .widget-main form .admitBtn {
    margin-left: 0.3rem;
    padding: 0;
    height: 1.7rem;
    display: inline-block;
    text-align: center;
    line-height: 1.7rem;
    font-size: 0.72rem;
  }

  /* 已发送验证码倒计时 按钮状态 */
  .login-layout .widget-box .widget-main form .admitBtn.on {
    background: #cdcdcd;
    color: #555;
  }



  /* 列表页 */
  .list-layout {}

  .list-layout .main-container .widget-body {
    width: 100%;
  }



  .list-layout .main-container .widget-body ul {
    height: 77vh;
  }



  .list-layout .main-container .widget-body li h1 {
    font-size: 0.6rem;
    line-height: 1rem;
  }


  /* 详情 */
  .detail-layout {}

  .detail-layout .main-container .widget-body {
    width: 90%;
    margin: 0 auto;
    height: 77vh;
    overflow-y: auto;
  }



  .detail-layout .main-container .widget-body {
    height: 72vh;
  }

  .detail-layout .main-container .widget-body .widget-main {
    margin: 0.5rem 0;
  }

  .detail-layout .main-container .widget-body .mian-header h1 {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin: 0.3rem 0;
  }

  .detail-layout .main-container .widget-body .mian-header h2 {
    font-size: 0.65rem;
    line-height: 1rem;
    margin: 0 0 0.1rem 0;
  }

  .detail-layout .main-container .btns {
    bottom: 2.5rem;
  }

  .detail-layout .main-container .btns a {
    width: 42%;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0 0.3rem;
  }


  /* 通用 */
  .common {
    background: #060d4c url(../images/list/list-wap-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
  }

  .common .header {
    height: 2rem;
    background-size: 100% 100%;
    overflow: hidden;
    border: none;
  }

  .common .header h1 {
    font-size: 0.8rem;
    line-height: 2rem;
    width: 68%;
    margin: 0 auto;
    overflow: hidden;
  }

  .common .header .back {
    width: 0.36rem;
    height: 0.76rem;
    left: 0.8rem;
  }
}