blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
.container,
.container-fluid {
  padding: 0;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: url('../img/indexBG.jpg') no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .topNav ul {
    float: right;
  }
  .topNav button {
    float: right;
    margin-top: 6px;
  }
  .navbar-default .navbar-nav > .active:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    height: 2px;
    background-color: #0180ef;
    width: 56px;
    margin: auto;
    margin-top: -18px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }
  .head {
    background-color: #f1ece6;
  }
}
.navbar-brand > img {
  float: left;
}
.logoText {
  font-size: 24px;
  color: #333333;
  padding-left: 160px;
  padding-top: 37px;
  font-weight: bold;
}
.logoText p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 38px;
}
.logoText p span {
  color: #b8341e;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  border: 0;
  background-color: transparent;
}
.degreeBox label {
  position: relative;
}
.degreeBox label p {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px #952e1d solid;
  border-radius: 50%;
  display: block;
  top: 4px;
  left: 0;
}
/*改变选中时的圆点*/
.degreeBox input:checked + p {
  background-color: #fff;
}
.degreeBox input:checked + p span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #952e1d;
  left: 1px;
  top: 1px;
}
.select-down,
.datas,
.month {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 5px 10px;
  margin-right: 10px;
}
select {
  width: 100px;
  height: 100%;
  border-style: none;
  outline: none;
  font-family: "微软雅黑";
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../img/pull-down.png) no-repeat scroll 68px center transparent;
  background-size: 26px;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 18px;
}
.bottomBox {
  height: 55px;
  line-height: 55px;
  background-color: #252525;
  text-align: center;
  color: #d2d2d2;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
.hader {
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 102, 255, 0.1);
  line-height: 48px;
  height: 48px;
}
.hader .haderBox {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.hader .logo {
  color: #333333;
  font-size: 16px;
}
.hader .menu {
  float: right;
}
.hader .menu li {
  float: left;
  margin: 0 18px;
}
.hader .menu li a {
  font-size: 14px;
  color: #999999;
}
.hader .menu li .select {
  color: #0b63ff;
}
.banner {
  width: 100%;
  background-color: #e9f4fa;
}
.banner img {
  margin: auto;
  width: 100%;
  max-width: 1980px;
}
/*侧边*/
.fiexBox {
  position: fixed;
  top: 70%;
  z-index: 1000;
  right: 0px;
}
.navBtn {
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 6px;
  width: 58px;
  height: 58px;
  text-align: center;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0px 0px 4px 0px #d3d3d3;
}
.complainBox {
  position: fixed;
  top: calc(70% - 66px);
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  text-align: center;
}
.complainBox .complainForm {
  display: none;
  position: absolute;
  right: 72px;
  top: -260px;
  width: 334px;
  background-image: linear-gradient(0deg, #fafdff 0%, #ffffff 100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  text-align: left;
}
.complainBox .hader_S {
  padding: 13px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #f4f4f4;
  font-weight: bold;
}
.complainBox .hader_S img {
  float: right;
  width: 11px;
  height: 11px;
  margin-top: 4px;
}
.complainBox .formMain {
  padding: 14px;
  max-height: 470px;
  overflow-y: auto;
}
.complainBox .formMain .label_s {
  font-weight: 400;
}
.complainBox .formMain .label_s span {
  color: #ff1e1e;
}
.complainBox .formMain #textarea {
  max-width: 306px;
}
.complainBox .formMain::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.complainBox .formMain::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4294f4;
}
.complainBox .formMain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.complainBox .kind {
  margin-bottom: 12px;
}
.complainBox .radioData .radioBox {
  overflow: hidden;
}
.complainBox .radioData input {
  display: none;
}
.complainBox .radioData .radio {
  float: left;
  margin: 0 10px 0 0;
}
.complainBox .radioData .radio label {
  background-color: #f5f5f5;
  padding: 6px 7px 4px 7px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.complainBox .radioData .radio .selected {
  background-color: #e4f4ff;
  color: #006dff;
}
.complainBox .btn-primary {
  width: 100%;
  background-color: #006fff !important;
  border-radius: 4px;
  color: #fff;
  border: 0 !important;
  outline: auto !important;
  outline-offset: 0 !important;
}
.complainBox .btn-primary:hover {
  background-color: #035acc !important;
}
.complainBox .has-success .form-control {
  border-color: #ccc !important;
  box-shadow: none !important;
}
.complainBox .btn {
  padding: 8px 12px;
}
.complainBox .complainTS,
.complainBox .delete {
  cursor: pointer;
}
.complainBox .complainTS {
  padding: 12px 15px 6px 15px;
}
input#contenteditable {
  padding-right: 48.5px;
}
.navbarBox {
  height: 75px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbarBox.scrollCS,
.navbarBox.Display {
  box-shadow: 0px 0px 16px 0px rgba(46, 101, 245, 0.14);
  background-color: #fff;
}
.margin_top75px {
  margin-top: 75px;
}
.navbar {
  color: #272e38;
}
.navbar .Sample {
  float: right;
  width: 86px;
  height: 30px;
  background-image: linear-gradient(90deg, #015eea 0%, #00c0fa 100%);
  border-radius: 15px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-top: 22px;
  margin-left: 10px;
}
.navbar .Sample:hover {
  background-image: linear-gradient(90deg, #00c0fa 0%, #015eea 100%);
}
.navbar .navbar-brand img {
  width: 165px;
}
.navbar .navbar-default .navbar-nav > .active > a,
.navbar .navbar-default .navbar-nav > .active > a:focus,
.navbar .navbar-default .navbar-nav > .active > a:hover {
  color: #272e38;
}
.navbar .navbar-default .navbar-nav a {
  color: #53575e;
  font-size: 14px;
}
.navbar .navbar-nav > li > a {
  padding-top: 27px;
  padding-bottom: 27px;
}
.BottomForTheRecord {
  background-color: #0a77ff;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 56px;
}
.BottomForTheRecord .ForTheRecord {
  color: #83baff;
  line-height: 12px;
}
.BottomForTheRecord a {
  color: #83baff;
}
.dropdown-menu > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-brand {
  height: auto;
}
.navbar-header {
  margin-top: 6px;
}
.navbar-nav .active {
  font-weight: bold;
}
.navbar-collapse {
  padding: 0;
}
/*# sourceMappingURL=common.css.map */