﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-11-27, 11:01:45
    Author     : Administrator
*/
:root{
    --bgColor: #00489d;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f1f0f6;
  padding-bottom:  env(safe-area-inset-bottom);
}
* {
  margin: 0;
  padding: 0;
}
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  *font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
}
/*底部按钮*/
.footer-css{
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    font-size: 0.5rem;
    color: #777;
    border-top: 1px solid #ccc;
    padding: 0.1rem 0;
    padding-bottom:  env(safe-area-inset-bottom);
    height: 2rem;
    line-height: 1rem;
    background:#fff;
}
.footer-box{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.footer-box span:last-of-type{
  font-weight:bold;
}
.footfont{
    font-size:0.8rem;

}
/*底部按钮*/
.label_box {
  background-color: #ffffff;
}
div {
    box-sizing: border-box
}
.label_item {
  padding-left: 15px;
}
.label_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 24px;
  position: relative;
}
.label_inner:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: auto;
  bottom: -2px;
}
.lbox_close {
  position: relative;
}
.lbox_close:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.lbox_close:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: auto;
  bottom: -2px;
}
.lbox_close .label_item:last-child .label_inner:before {
  display: none;
}
.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  /*.btn_h(@btnHeight);*/
  height: 42px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  line-height: 42px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.btn.btn_inline {
  display: inline-block;
}
.btn_primary {
  background-color: #04be02;
}
.btn_primary:not(.btn_disabled):visited {
  color: #ffffff;
}
.btn_primary:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #039702;
}
button.btn {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}
button.btn:focus {
  outline: 0;
}
.wxapi_container {
  font-size: 16px;
}
h1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  padding-left: 15px;
  color: #8d8c92;
}
.desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  color: #8d8c92;
}
.wxapi_index_item a {
  display: block;
  color: #3e3e3e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wxapi_form {
  background-color: #ffffff;
  padding: 0 15px;
  margin-top: 30px;
  padding-bottom: 15px;
}
h3 {
  padding-top: 16px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  position: relative;
}
h3:first-child {
  padding-top: 15px;
}
h3:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.btn {
  margin-bottom: 15px;
}

.loadingbox {
    /*display: none;*/
    position: fixed;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    background: #dfdfdf;
    border-radius: 5px;
    z-index:999
}
.weui-loadmore {
    margin: 0.5rem auto;
    line-height: 2rem;
    height: 2rem;
    font-size: 0.5rem;
}
.weui-loading {
    width: 1.5rem;
    height: 1.5rem; 
}
/*背景颜色*/
.typecolor-active{
    background: #00489d;
    color:white;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.bgColor {
    background: #00489d;
}
.bgColor a {
    color:#fff;
}
/*字体颜色*/
.fontColor {
    color: #00489d;
}
/*main iconfont iconuser 颜色*/
.user_left {
  color:#00489d;
  font-size: 0.8rem;
  text-align: center;
}
/*性别iconfont*/
.sex_left {
    color:#00489d;
    font-size: 0.8rem;
    text-align: center;
}
/*公司iconfont*/
.company_left {
  color: #00489d;
  font-size: 0.8rem;
  text-align: center;
}
/*定位iconfont*/
.gps_left {
  color:#00489d;
  font-size: 0.8rem;
  text-align: center;
  /* background: url(/wsaler/img/gps.png) no-repeat center; */
}
/*logo图片*/
.logo {
    --bannerWidth: 1000;
    --bannerHeight: 274;
    width: 100%;
    height:  calc(100vw / 1000 * 274 );
    margin: 0 auto;
    background: url(http://jn-photo-data.oss-cn-beijing.aliyuncs.com/zhengshi/baseImg/zhengshiqipeisqbanner.jpg?v=4) no-repeat center;
    background-size: cover;
}
/*banner图片*/
.banner {
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  background: url(http://jn-photo-data.oss-cn-beijing.aliyuncs.com/zhengshi/baseImg/zhengshiqipeisqbanner.jpg) no-repeat center;
  /*background-size: contain;*/
  background-size: cover;
}
/*input boder color 样式*/
.searchBoxl {
  width: 80%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #00489d;
}
/*iconfont密码password iconfont*/
.psw_left{
  color:#00489d;
  font-size:50px;
  text-align:center;
}
/*返回按钮*/
.loginback {
  width: 10%;
  height: 2rem;
  float: left;
  text-align: center;
  color: #00489d;
  font-size:0.8rem;
}
/*按钮*/
.bunbox {
    background: #00489d;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    /*font-size: 0.5rem;*/
    color: #fff;
}
a, .active, .titleColor {
    color: #00489d;
}
.content_box {
    border-top: 1px solid #00489d;
}
.active {
    background-color: #00489d;
    color: #fff;
    border: 1px solid #00489d;
    box-shadow: 0 0 2px rgba(0, 120, 151, .1);
}
.brand_contain .active, .series_contain .active, .group_contain .active, .chexibox .active, .city_contain .active, .sy_contain .active, .cy_contain .active {
    background-color: #00489d;
    color: #fff;
    border: 1px solid #00489d;
    box-shadow: 0 0 2px rgba(0, 120, 151, .1);
}
.tsBox {
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    color: #ff0000;
}
.font_item {
    padding:0 2%;
    color:#ff0000;
    font-weight:bold;
}
.noactive {
    background: #fff;
    color:#00489d;
}
.notice-title{
  color:#00489d;
}
.chahao span{
  background-color: #00489d;
}
.img-box {
  background: linear-gradient(#00489d, #00489d) left top, linear-gradient(#00489d, #00489d) left top, linear-gradient(#00489d, #00489d) right top, linear-gradient(#00489d, #00489d) right top, linear-gradient(#00489d, #00489d) right bottom, linear-gradient(#00489d, #00489d) right bottom, linear-gradient(#00489d, #00489d) left bottom, linear-gradient(#00489d, #00489d) left bottom;
  
  
}
.img-box2 {
  background: linear-gradient(#00489d, #00489d) left top, linear-gradient(#00489d, #00489d) left top, linear-gradient(#00489d, #00489d) right top, linear-gradient(#00489d, #00489d) right top, linear-gradient(#00489d, #00489d) right bottom, linear-gradient(#00489d, #00489d) right bottom, linear-gradient(#00489d, #00489d) left bottom, linear-gradient(#00489d, #00489d) left bottom;
  
}
.headerbox {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.55rem;
  font-weight: bold;
}