/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-width: 1200px;
  color: #333333;
  text-align: left;
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif,SimSun;
  background: #f5f5f5;
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  outline: none;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif,SimSun;
}
img {
  border: 0;
}
p {
  text-indent: 0;
}
textarea {
  resize: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif,SimSun;
}
a,
a:link,
a:visited {
  color: #1787e0;
  text-decoration: none;
}
a:hover {
  color: #3b79c5;
  text-decoration: underline;
}
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearFloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
body {
  min-width: 1180px;
  min-height: 100%;
  position: relative;

}
[v-cloak] {
    display: none !important;
}

.footer-wrapper {
  position: absolute;
  bottom: 0;
}
.main-wrapper {
  width: 100%;
  padding-bottom: 70px;
}
.wap .main-wrapper {
  padding-bottom: 3.9rem;
}
.container {
  background: #fff;

}
.content-bot{
  width: 1180px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
}
.footer-wrapper {
  width: 100%;
}
.header h1 {
  width: 1180px;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
}
.footer-wrapper {
    line-height: 70px;
    background: #ebf2f7;
    color: #333;
}
.footer-wrapper a {
    color: #999;
}
.footer-wrapper .footer {
    position: relative;
    width: 1180px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}

/* 搜索样式 */
.search-list{
  border: 1px solid #e5e5e5;
  padding: 0 30px;
}

.ss-list {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 25px;
  position: relative;
  height: 50px;
}
.ss-list:nth-child(1){
  padding-top: 10px;
  height: 65px;
}
.ss-list:last-child{
  border: none;
}
.ss-list ul {
  margin-left: 95px;
  margin-top: 3px;
}

.ss-list ul li {
  float: left;
  margin-right: 16px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
}
.ss-list ul li a{
  color: #333f4a;
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  cursor: pointer;
  font-size: 16px;
}
.ss-list ul li a:hover,.ss-list ul li .active{
  background: #4781c9;
  color: #fff;
  text-decoration: none;
}
.ss-list-checkbox ul{
  position: relative;
}

.ss-list-title {
  float: left;
  width: 100px;
  color: #333f4a;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.ss-list-checkbox input{
  position: relative;
  top: -1px;
  cursor: pointer;
}
.ss-list-checkbox .search-input input{
  cursor: auto;
  font-size: 16px;
}

.search-input{
  position: absolute;
  right: 0;
  top: 15px;
}
.search-input input{
  border: none;
  border: 1px solid #e5e5e5;
  height: 38px;
  width: 237px;
  padding-left: 10px;
}
.search-input span{
  display: inline-block;
  width: 56px;
  height: 40px;
  background: #4781c9;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  left: -4px;
  cursor: pointer;
  top: 1px;
}
input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:0;cursor:pointer;vertical-align:middle;background:#fff;border:1px solid #e5e5e5;border-radius:2px;box-sizing:border-box;position:relative;margin-right: 5px;}
input[type=checkbox]:disabled{background:#ddd}
input[type=checkbox]:active{border-color:#e5e5e5;background:#e5e5e5}
input[type=checkbox]:hover{border-color:#e5e5e5;box-shadow:inset 0 0 2px rgba(0,0,0,.5)}
input[type=checkbox]:checked:after{content:"\2714";font-family:"iconfont"!important;font-size:14px!important;font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#4781c9;display:block;position:absolute;top:-1px;left:2px}
input[type=checkbox]:focus{outline:none;border-color:#e5e5e5}


/* pc端header */
.top-nav-wrapper {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.top-wrapp{
  height: 50px;
  background: #4781c9;
}
.top-nav-wrapper li{
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}
.top-nav-wrapper li a{
  color: #fff;
  display: inline-block;
  padding: 0 21px;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.top-nav-wrapper .active{
  background: #355fb5;
  color: #fff;
}
.top-nav-wrapper .top-nav {
  width: 1180px;
  margin: 0 auto;
}
.top-nav-wrapper .top-nav .back-btn{
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: #255ea4;
  padding: 0;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
}
.inner-nav{
  position: absolute;
  top: 43px;
  left: 0;
  background: #fff;
  display: none;
  border-radius: 2px;
}
.top-nav-wrapper li .inner-nav a{
  color: #333;
}
.top-nav-wrapper li .inner-nav a:hover{
  text-decoration: underline;
}
.top-title{
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.top-title .title-left{
  font-size: 32px;
  color: #333f4a;
  height: 125px;
  line-height: 125px;
  padding-left: 18px;
}
.tb-qh{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.tb-qh .switch-sp{
  cursor: pointer;
  display: block;
  background: #f6f6f6;
  width: 50px;
  height: 20px;
  color: #333f4a;
  float: left;
  padding-left: 10px;
  font-size: 12px;
}
.tb-qh .switch-sp:nth-child(1){
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tb-qh .switch-sp:nth-child(2){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.switch-off .switch-sp:nth-child(2),.switch-on .switch-sp:nth-child(1){
  background: #4781c9;
  color: #fff;
}

.top-contwrap .loading-bl{
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
}
.top-contwrap .refresh-bl{
  text-align: center;
  margin-top: 60px;
}
.top-contwrap .refresh-bl i{
  font-size: 20px;
  cursor: pointer;
}
.top-contwrap .error-message{
  text-align: center;
}
/* 移动端样式 */
.wap {
  min-width: auto;
  background: #fff;
}
.ch-sticky .main-wrapper .wap-container{
  padding-bottom: .666667rem;
}
.wap-container .tab-container{
  padding-bottom: 0;
}
.wap-nav {
  height: 1.533333rem;
  padding: 0 .333333rem;
  position: relative;
  line-height: 1.533333rem;
  background: #fff;
}

.wap-nav i {
  font-size: .533333rem;
  color: #999;
}

.wap-nav .tb-qh {
  position: absolute;
  right: 1.333333rem;
  top: 50%;
  margin-top: -.333333rem;
}

.wap-nav .tb-qh .switch-sp {
  cursor: pointer;
  display: block;
  background: #f6f6f6;
  width: 1.6rem;
  height: .666667rem;
  color: #333f4a;
  float: left;
  padding-left: .4rem;
  font-size: .373333rem;
  line-height: .666667rem;
}

.wap-nav .tb-qh .switch-sp:nth-child(1) {
  border-top-left-radius: .333333rem;
  border-bottom-left-radius: .333333rem;
}

.wap-nav .tb-qh .switch-sp:nth-child(2) {
  border-top-right-radius: .333333rem;
  border-bottom-right-radius: .333333rem;
}

.wap-nav .switch-off .switch-sp:nth-child(2),
.wap-nav .switch-on .switch-sp:nth-child(1) {
  background: #4781c9;
  color: #fff;
}

.wap-nav .slide-right {
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.wap-nav .slide-right .slide-title{
  text-align: right;
  
}
.wap-nav .slide-right .slide-title i{
  font-size: .55rem;
  color: #333f4a;
  cursor: pointer;
  padding-right: 0.35rem;
}
.wap-nav .slide-right ul{
  padding:0 0.35rem;
}
.wap-nav .slide-right li {
  height: 1.066667rem;
  line-height: 1.066667rem;
  font-size: .426667rem;
  margin-right: .32rem;
  display: inline-block;
  width: 2.88rem;
  text-align: center;
  color: #333f4a;
  background: #f6f6f6;
}
.wap-nav .slide-right li:nth-child(3n){
  margin-right: 0;
}

.wap-nav .slide-right li a {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.wap-nav .slide-right i {
  font-size: .293333rem;
}

.wap-header {
  height: 2rem;
  background: #4781c9;
}

.wap-header h1 {
  color: #fff;
  font-size: .533333rem;
  text-align: center;
  line-height: 0.8rem;
  padding: 0.2rem 0.4rem;
}
.wap-top-contwrap .loading-bl{
  text-align: center;
  margin:1rem 0;
}
.wap-top-contwrap .refresh-bl{
  text-align: center;
  margin-top: 1rem;
}
.wap-top-contwrap .refresh-bl i{
  font-size: .533333rem;
  cursor: pointer;
}
.wap-top-contwrap .error-message{
  text-align: center;
  margin-bottom: 1rem;
}

/* footer样式 */
.wap-footer{
  width: 100%;
  background: #e8eff7;
  color: #999;
  font-size: .373333rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.6rem 0;
}
.wap-footer p{line-height: .66rem;padding:0 0.5rem;}
.wap-footer p a{color: #999;}

.wap-zsjz-bl .loading-bl{
  text-align: center;
  margin:1rem 0 ;
}

/* 弹框 */
.mask{background-color:rgba(0,0,0,0.2); width:100%; height:100%;position:fixed;top:0;left:0;}
.prompt_box{width:400px;height:200px;background:#ffffff;border-radius:6px;
  position:fixed;top:25%; left:50%; margin-left:-200px;overflow: hidden;}
.prompt_box .prompt_title{height:40px;line-height:40px;padding-left:20px;border-bottom:2px solid #4781c9;position: relative;}
.prompt_box .prompt_title h3{font-size:16px;color: #333333; margin-top:0;}
.prompt_box .prompt_cancel{width:24px;height:24px;position: absolute;right:0;top:0;cursor: pointer;}

.prompt_box .prompt_cont{position: relative;height:158px;}
.prompt_box .prompt_cont .prompt_text{padding: 15px 15px 0 15px;height: 71px;overflow: hidden;}
.prompt_box .prompt_cont .prompt_sure{position: absolute;right:20px;bottom:34px;
  width:50px;height: 26px;background:#4781c9;border-radius:5px;color:#ffffff;
  font-size: 14px;line-height:26px;text-align: center;cursor: pointer;}
.hide{display:none;}
.show{display:block;}
.wap-mask .prompt_box{width: 8rem;margin-left: -4rem;}
.wap-mask .prompt_box .prompt_title{height: 1.2rem;line-height: 1.2rem;padding-left: 0.5rem;}
.wap-mask .prompt_box .prompt_cont .prompt_text{line-height: 0.6rem;padding: 0.5rem 0.5rem 0 0.5rem;height: 70px;overflow: hidden;}

/* 错误页面样式 */
.alert ul{ margin-bottom:0px;text-align: center;padding-top: 100px;font-size: 16px;}
.alert-error li{ color:#c30;}
.wap-alert ul{padding-top: 2rem;font-size: .426667rem ;}

.xc-tips {
  width: 1180px;
  margin: 0 auto;
  height: 32px;
  background: #f0fafe;
  border: 1px solid #abdcff;
  border-radius: 3px;
  line-height: 32px;
  color: #333;
  margin-top: 25px;
}
.xc-tips i {
  color: #3191f2;
  margin: 0 12px;
}
.xc-tips-wap {
  width: auto;
  height: .8533rem;
  border-radius: .08rem;
  line-height: .8533rem;
  margin-top: .5333rem;
  font-size: .3467rem;
  margin: .6667rem .333333rem 0 .333333rem;
}
.xc-tips-wap i {
  margin: 0 .2667rem;
}