/*通配符*/
* {
  margin: 0;
  padding: 0;
}

input[class="h-inp"]::-webkit-input-placeholder {
  color: #dadada;
}

input[class="h-inp"]::-moz-placeholder {
  color: #dadada;
}

input[class="h-inp"]::-moz-placeholder {
  color: #dadada;
}

input[class="h-inp"]::-ms-input-placeholder {
  color: #dadada;
}

.draw-right input::-webkit-input-placeholder {
  color: #dadada;
}

.draw-right input::-moz-placeholder {
  color: #dadada;
}

.draw-right input::-moz-placeholder {
  color: #dadada;
}

.draw-right input::-ms-input-placeholder {
  color: #dadada;
}

/* 去除input默认样式 */
input {
  background: none;
  outline: none;
  border: none;
}


/* 去除a标签默认样式 */
a {
  text-decoration: none;
  color: #333;
}

/* 去除默认样式 */
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* 后台em标签样式 */
em {
  color: #EC0202;
  font-style: normal;
}


/* 样式开始 */

/* 头部大块样式 */
.header {
  padding-bottom: 124px;
  position: relative;
  margin-bottom: 30px;
  background: url(../image/body_bg.png) #F2F8FF no-repeat top;
  background-size: 100% 100%;
}

.header>div {
  width: 1160px;
  margin: 0 auto;
}

/* 头部logo块 */
.header .header-logo {
  padding-top: 70px;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 头部logo 图片 */
.header .header-logo img {
  width: 384px;
}

/* 头部title块 */
.header .title-logo {
  width: auto;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 94px;
  color: white;
  line-height: 94px;
  text-shadow: 0px 7px 0px rgba(7, 29, 54, 0.21);
  text-align: center;
}

/* 搜索块样式 */
.header .header-search {
  display: flex;
  width: fit-content;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 37px;
}

/* 首页搜索输入块样式 */
.header .header-search .search-input {
  border-right: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: white;
}

/* 首页搜索input样式 */
.header .header-search .search-input input {
  width: 667px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

/* 首页搜索语音按钮样式 */
.header .header-search .search-input .search-input-image {
  width: 12px;
  height: 20px;
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 20px;
  cursor: pointer;
  background-size: 100% 100%;
}

/* 搜索按钮样式 */
.header .header-search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  height: 60px;
  border-radius: 8px;
  font-size: 26px;
  line-height: 60px;
  padding: 0 16px;
}

/* 搜索按钮 图片样式 */
.header .header-search .search-btn .search-btn-img {
  width: 30px;
  height: 30px;
  background: url("../image/search.png");
  background-size: 100% 100%;
}

/* 下拉框定位 */
.header .search-select {
  position: relative;
  background: linear-gradient(to bottom, #015DC1, #0573F3);
  border-radius: 8px;
}

/* 搜索框下拉框 */
.header .search-select-top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 160px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: white;
  font-size: 20px;
}

/* 竖线 */
.search-line {
  width: 1px;
  height: 42px;
  background: #B4D0EF;
}

/* 搜索框下拉框图片 */
.search-select-img {
  width: 22px;
  height: 15px;
  background: url("../image/jiantou.png");
  background-size: 100% 100%;
}

/* 下拉icon旋转 */
.search-select .on .search-select-img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* 下拉框内容 */
.search-select-option {
  position: absolute;
  width: 160px;
  background: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3000);
  border-radius: 4px;
  z-index: 2;
  padding: 10px 0px;
  display: none;
}

/* 单个选择框 */
.option-item {
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: unset;
  padding: unset;
  margin: 0 10px;
}

.option-item:hover {
  color: #0664CA;
  background: #DAE9FD;
  border-radius: 20px;
}

/* 头部导航 */
.header-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header-nav .on.nav-item:first-child,
.header-nav .nav-item:first-child:hover {
  background: linear-gradient(to bottom, #0059BA 0%, #65AEFE 100%);
  color: white;
}

.header-nav .on.nav-item:first-child::after {
  content: " ";
  display: block;
  width: 0;
  margin: 0 auto;
  height: 0;
  border: 12px solid red;
  border-color: #65AEFE transparent transparent transparent;
}

/* 单个导航样式 */
.header-nav .nav-item {
  width: unset;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* 导航home标样式 */
.nav-home {
  width: 25px;
  height: 25px;
  background: url("../image/home.png");
  background-size: 100% 100%;
}

.header-nav .nav-item:first-child {
  width: 160px;
  height: 72px;
  line-height: 72px;
  background: white;
  white-space: nowrap;
  box-shadow: 0px 0px 12px 0px rgba(0, 33, 58, .1);
  border-radius: 12px;
}

/* 下拉 */
.search-input-div {
  position: relative;
}

.search-input-bottom {
  display: none;
  position: absolute;
  width: 501px;
  box-sizing: border-box;
  padding: 15px 0;
  background-color: white;
  z-index: 99;
}

.search-input-bottom .head-search-item {
  padding: 5px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
  cursor: pointer;
}

.search-input-bottom .head-search-item:hover {
  color: #BD1A2D;
  background: #EFEFEF;
}

.header-search .input_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  margin-left: 20px;
}

.header-search .input_right>div {
  cursor: pointer;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.draw {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #333;
  box-shadow: 0px 0px 18px 0px #bfbfbf;
}

.search-draw-div {
  position: absolute;
  margin: 0 auto;
  height: fit-content;
  width: 1160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: white;
  padding: 20px 40px;
  box-shadow: 4px 0px 20px 0px rgba(0, 57, 119, .1);
  border-radius: 18px;
}

.search-draw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
}

.head-left {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.head-right img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.draw-main {
  padding-top: 20px;
}

.draw-main>div+div {
  margin-top: 24px;
}

.draw-searchResult,
.draw-order,
.draw-place,
.draw-time,
.draw-theme,
.draw-source,
.draw-document-no {
  display: flex;
  align-items: center;
}

.order-lable,
.place-lable,
.time-lable {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.draw-select-div {
  position: relative;
  margin-right: 10px;
}

.draw-top {
  display: flex;
  align-items: center;
  width: 160px;
  height: 28px;
  border: 1px solid #DCDCDC;
  justify-content: space-between;
  padding: 0 10px;
}

.draw-top img {
  width: 14px;
  height: 7px;
}

.draw-bottom {
  width: 180px;
  border: 1px solid #DCDCDC;
  z-index: 9;
  position: absolute;
  background: white;
  display: none;
}

.draw-bottom-item {
  width: 180px;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.draw-bottom-item:hover {
  background: #F0F0F0;
}

.draw-left {
  text-align: left;
  width: 90px;
  font-size: 16px;
  color: #333;
}

.draw-right {
  display: flex;
  flex-wrap: wrap;
  flex: 8;
  align-items: center;
}

.search-bigDiv {
  display: flex;
  width: 335px;
  height: 38px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.search-small-left {
  flex: 1;
  margin: 8px 0px 8px 13px;
  padding-right: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  border-right: 1px solid #dfdfdf;
}

.search-small-right {
  flex: 1.5;
  margin: 8px 13px 8px 13px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-small-right input {
  border: none;
}

.time-search-div input {
  text-align: center;
}

.time-search-div {
  display: none;
}

.draw-theme input,
.draw-document-no input {
  width: 230px;
  height: 40px;
  border: 1px solid #DCDCDC;
  line-height: 40px;
  padding-left: 10px;
  margin-right: 10px;
}

.mobile-btn-div {
  display: flex;
  justify-content: center;
}

.mobile-btn-div>div {
  width: 100px;
  height: 42px;
  background: #167BCF;
  border-radius: 8px;
  text-align: center;
  line-height: 42px;
  color: white;
  cursor: pointer;
}

.mobile-btn-noagree {
  background: white !important;
  border: 1px solid #DBDBDB;
  color: #666 !important;
}

.mobile-btn-agree {
  margin-right: 20px;
}

.draw-select-div .open img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.search-bigDiv:nth-child(3),
.search-bigDiv:nth-child(4) {
  margin-bottom: 0;
}

.radio-div span {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.radio-div span+span {
  margin-left: 18px;
}

.radio-btn {
  display: inline-block;
  float: left;
  padding-left: 20px;
  background: url(../image/radio.png) center left no-repeat;
  background-size: 16px;
}

.radio-div .on {
  background: url(../image/radio-choosee.png) center left no-repeat;
  background-size: 16px;
}

.h-inp {
  width: 500px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DBDBDB;
  padding-left: 11px;
  font-size: 16px;
  font-weight: bold;
}

.h-inp::placeholder {
  font-weight: normal;
}

.satisfied-draw-div {
  width: 300px;
  height: 200px;
  background: white;
  box-shadow: 0px 5px 20px 0px #B2B2B2;
  padding-top: 40px;
  text-align: center;
  margin: 260px auto;
}

.satisfied-draw-img {
  width: 100%;
  height: 40px;
  margin-bottom: 22px;
  background: url(../image/true.png) center center no-repeat;
  background-size: contain;
}

.satisfied-draw-title {
  height: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 15px;
  margin-bottom: 33px;
}

.satisfied-draw-btn {
  width: 120px;
  height: 36px;
  background: #BD2226;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  margin: 0 auto;
  cursor: pointer;
}

/* 热搜词 */
.head-hot-word-div {
  height: 20px;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
}

.head-hot-word-div span {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

.head-hot-word-div .item-hot-word-txt {
  margin-right: 10px;
  cursor: pointer;
}

.search-input-bottom {
  display: none;
  position: absolute;
  width: 452px;
  box-sizing: border-box;
  padding: 15px 0;
  background-color: white;
  z-index: 99;
  border: 2px solid #226ebc;
  border-top: unset;
  border-radius: 0 0 20px 20px;
}

* {
  transition: all 0.2s ease !important;
}