a,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: weiruanyahei;
  src: url(../../style/font/Microsoft_YaHei.ttf) format("woff"), url(../../style/font/Microsoft_YaHei.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal
}

@font-face {
  font-family: DIN Medium;
  src: url(../font/DIN-Medium.otf) format("woff"), url(../font/DIN-Medium.otf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal
}

html {
  font-family: weiruanyahei, 华文细黑, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  cursor: default;
  text-align: justify
}


.maxw,
.w1000 {
  margin: 0 auto;
}

.maxw {
  width: 1200px;
}

.breadcrumb {
  height: 60px;
  padding-top: 22px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.maxw .el-breadcrumb,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.maxw .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  color: #999999;
}

.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}

.el-breadcrumb:after,
.el-breadcrumb:before {
  display: table;
  content: "";
}

.el-breadcrumb__item {
  float: left;
}

.maxw .el-breadcrumb__inner.is-link,
.maxw .el-breadcrumb__inner a {
  font-weight: 400;
  color: #999;
}

.el-breadcrumb__separator[class*=icon] {
  margin: 0 6px;
  font-weight: 400;
}

.el-icon-arrow-right:before {
  content: "\e6e0";
}

.index.product .nav {
  font-size: 14px;
  color: #666;
  background: #fff;
  border-radius: 4px;
  display: flex;
}

.index.product .nav .left {
  width: 57px;
  height: 20px;
}

.index.product .nav .right {
  flex: 1;
  padding: 0 8px;
}

.index.product .nav .right .part {
  overflow: hidden;
}

.index.product .nav .right .part li {
  float: left;
  padding: 0 20px;
}

li {
  list-style-type: none;
}

.index.product .nav .right .part li a {
  font-size: 14px;
}

.index.product .zinav {
  padding: 17px;
  font-size: 14px;
  color: #666;
  background: #fff;
  border-radius: 4px;
  display: flex;
}

.index.product .zinav .left {
  width: 57px;
  height: 20px;
}

.index.product .zinav .right {
  flex: 1;
  padding: 0 8px;
}

.index.product .zinav .right .part {
  overflow: hidden;
}

.index.product .zinav .right .part li {
  float: left;
  padding: 0 20px;
}

.index.product .zinav .right .part li a {
  font-size: 14px;
}

.index.product .zinav .right .child .part {
  line-height: 38px;
  border-radius: 4px;
}

.index.product .zinav .right .part {
  overflow: hidden;
  float: right;
  width: 94%;
}

.ft_subtint {
  color: #2E5EC0 !important;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-size: 12px;
  color: #333;
}

.index.product .nav .right .child .part {
  line-height: 38px;
  padding: 14px 0;
  background: #fbfbfb;
  border-radius: 4px;
}

.index.product .nav .right .part {
  overflow: hidden;
  float: right;
  width: 94%;
}

.listtext {
  width: 100px;
  height: 60px;
  font-size: 17px;
  font-family: weiruanyahei;
  text-align: center;
  color: #333333;
  line-height: 60px;
  position: relative;
  float: left;
}

.productsBar {
  background-color: #ffffff;
  height: 60px;
  box-sizing: initial;
  border-bottom: 2px solid #2E5EC0;
}

.el-input__inner {
  width: 360px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background-color: white;
  padding: 0 15px;
}

.el-input__inner::-webkit-input-placeholder {
  color: #c0c4cc
}

.el-input__inner::-moz-placeholder {
  color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
  color: #c0c4cc
}

.el-input__inner::-ms-input-placeholder {
  color: #c0c4cc
}

.el-input__inner::placeholder {
  color: #c0c4cc
}

.el-input__inner:hover {
  border-color: #c0c4cc
}

.el-input__inner:focus {
  outline: none;
  /* border-color: #606ca5 */
}

.this_sort {
  height: 60px;
  background-color: #fff;
  margin-top: 10px;
  /* padding: 20px 20px; */
  margin-bottom: 20px;
}

.this_sortFirst {
  position: absolute;
  min-width: 126px;
  width: 7%;
  height: 60px;
  border-right: 1px solid #e2dcdc;
}

.this_sortSecond {
  position: absolute;
  min-width: 95px;
  width: 5%;
  height: 60px;
  border-right: 1px solid #e2dcdc;
}

.this_sortText {
  text-align: center;
  margin-top: 20px;
}

.this_sortTextSecond {
  text-align: right;
  margin-top: 20%;
}

.sanjiao {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: green transparent #2E5EC0 transparent;
  border-width: 0px 4px 7px 4px;
  float: right;
  margin-right: 20%;
}

.daosanjiao {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #2E5EC0 transparent;
  border-width: 7px 4px 0px 4px;
  float: right;
  margin-top: 8px;
  margin-right: -8px;
}

.heighpriceInput {
  width: 80px;
  height: 40px;
  border: 1px solid #DADADA;
}

.heighpriceInput::-webkit-input-placeholder {
  color: #c0c4cc
}

.heighpriceInput::-moz-placeholder {
  color: #c0c4cc
}

.heighpriceInput:-ms-input-placeholder {
  color: #c0c4cc
}

.heighpriceInput::-ms-input-placeholder {
  color: #c0c4cc
}

.heighpriceInput::placeholder {
  color: #c0c4cc
}

.heighpriceInput:hover {
  border-color: #c0c4cc
}

.heighpriceInput:focus {
  outline: none;
  /* border-color: #606ca5 */
}

.lowpriceInput {
  width: 80px;
  height: 40px;
  border: 1px solid #DADADA;
}

.lowpriceInput::-webkit-input-placeholder {
  color: #c0c4cc
}

.lowpriceInput::-moz-placeholder {
  color: #c0c4cc
}

.lowpriceInput:-ms-input-placeholder {
  color: #c0c4cc
}

.lowpriceInput::-ms-input-placeholder {
  color: #c0c4cc
}

.lowpriceInput::placeholder {
  color: #c0c4cc
}

.lowpriceInput:hover {
  border-color: #c0c4cc
}

.lowpriceInput:focus {
  outline: none;
  /* border-color: #606ca5 */
}

.chooseButton {
  width: 80px;
  height: 40px;
  border: 1px solid #fff;
  color: white;
  background-color: #2E5EC0;
}

.chooseButton:focus {
  outline: none;
  /* border-color: #606ca5 */
}

.chooseButton:focus,
.chooseButton:hover {
  background: #2E5EC0;
  border-color: #2E5EC0;
  opacity: .7;
  color: #fff
}

.submit {
  width: 200px;
  height: 44px;
  border: 1px solid #fff;
  color: white;
  background-color: #2E5EC0;
}

.submit:focus {
  outline: none;
  /* border-color: #606ca5 */
}

.submit:focus,
.submit:hover {
  background: #2E5EC0;
  border-color: #2E5EC0;
  opacity: .7;
  color: #fff
}


.submit_yanzheng {
  width: 150px;
  height: 50px;
  color: #666666;
  background-color: #E6E6E6;
}

.submit_yanzheng:focus {
  outline: none;
}

.zixunCount {
  color: #EA1C0E;
  font-size: 20px;
  float: right;
}



#checkedLevel {
  margin-left: 10px;
  width: 120px;
  height: 40px;
  border: 1px solid #DADADA;
  color: #A7A7A7;
}

#arrviTime {
  margin-left: 2px;
  width: 100px;
  height: 40px;
  border: 1px solid #DADADA;
  color: #666666;
}

#choosedata,
#arrviTime,
#checkedLevel:focus {
  outline: none;
  /* border-color: #606ca5 */
}

#choosedata {
  margin-left: 10px;
  width: 200px;
  height: 40px;
  border: 1px solid #DADADA;
  color: #A7A7A7;
}

.listContentitems {
  overflow: hidden;
  padding: 8px 0;
}

option:hover {
  border: 1px solid red
}

.listContentitems .item {
  height: 296px;
  width: 290px;
  background: #fff;
  border-radius: 4px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  transition: .3s;
}

.listContentitems .item {
  height: 430px;
}

.listContentitems .item .top .img {
  height: 250px;
  width: 250px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image {
  background-color: #fbfbfb;
}

.listContentitems .item .bottom {
  margin-left: 20px;
}

.ohi {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: weiruanyahei;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 26px;
}

.listContentitems .item .bottom p {
  margin-top: 5px;
}

.listContentitems .item .bottom p .c1 {
  font-size: 23px;
  color: #FF5858;
  font-weight: 800;
}

.listContentitems .item .bottom p .c2 {

  color: #999999;

}

.listContentitems .item .bottom p .c3 {
  margin-left: 74px;
  color: #999999;
}

.listContentitems .item .bottom p .c4 {
  font-size: 14px;
  font-family: weiruanyahei;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 26px;
}

.listContentitems .item .bottom .ziyingbutton {
  width: 40px;
  height: 22px;
  border: 1px solid #fff;
  background-color: #2E5EC0;

  font-size: 13px;
  font-family: weiruanyahei;
  font-weight: 400;
  text-align: center;
  color: #fefefe;
  line-height: 23px;
}

.listContentitems .item .bottom .youHuibutton {
  width: 43px;
  height: 22px;
  border: 1px solid #F65372;
  background-color: #fff;

  font-size: 13px;
  font-family: weiruanyahei;
  font-weight: 400;
  text-align: center;
  color: #F65372;
  line-height: 23px;
}

.page {
  text-align: center;
  padding: 30px 0;
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
}

.page .el-pagination .btn-prev {
  height: 26px;
  width: 26px;
  border-radius: 26px;
  min-width: 26px;
  padding: 0;
}

.el-pagination button:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed;
}

.el-pagination .btn-prev {
  padding-right: 12px;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: 50% no-repeat;
  background-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
}

button,
input {
  border: none;
  outline: none;
}


.page {
  padding: 28px 0 0 0;
}

.page span {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;


}

#pageNav {
  display: inline-block;
}

#pageNav a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: #666666;
  border: 1px solid #DADADA;

  text-decoration: none;
}

#pageNav a.active,
#pageNav a:hover {
  color: #2E5EC0;
  font-weight: bold;
}

.prev:hover {
  cursor: pointer;
}

.next:hover {
  cursor: pointer;
}

.el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.page .el-pager li.active {
  height: 26px;
  width: 26px;
  color: #fff;
  background: #ec554c;
}

.el-pager li.active {
  color: #606ca5;
  cursor: default;
}

.page .el-pager li {
  height: 26px;
  width: 26px;
  min-width: 26px;
  line-height: 26px;
  margin-left: 8px;
  border-radius: 26px;
  background: transparent;
}

.el-pager li {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}

li {
  list-style-type: none;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}

.page .el-pager li {
  height: 26px;
  width: 26px;
  min-width: 26px;
  line-height: 26px;
  margin-left: 8px;
  border-radius: 26px;
  background: transparent;
}

.el-pager li {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}

[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-pager .more:before {
  line-height: 30px;
}

.page .el-pagination .btn-next {
  margin-left: 8px;
}

.page .el-pagination .btn-next,
.page .el-pagination .btn-prev {
  height: 26px;
  width: 26px;
  border-radius: 26px;
  min-width: 26px;
  padding: 0;
}

.el-pagination .btn-next {
  padding-left: 12px;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: 50% no-repeat;
  background-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 40px;
  line-height: 37px;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  color: #666666;
  width: 80px;
}

button,
input {
  border: none;
  outline: none;
}

.el-pagination__editor.el-input {
  width: 50px;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
}

.el-pagination__editor.el-input .el-input__inner2 {
  height: 28px;
}

.el-pagination__jump .el-input__inner2 {
  padding: 0 3px;
}

.el-pagination .el-input__inner2 {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}

.el-input__inner2 {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.el-image__inner {
  vertical-align: top;
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}

.pageContent {
  height: 100px;
  background-color: #fff;
  margin-bottom: 62px;
}

.goods .productsBar .listtext a {
  width: 100px;
  height: 60px;
  font-size: 17px;
  font-family: weiruanyahei;
  text-align: center;
  color: #333333;
  line-height: 50px;
  position: relative;
  float: left;
  margin-top: 5px;
}

.headerLogin {
  background-image: url('../../images/financial_1.png');
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  min-width: 1020px;
  padding: 40px
}

.offerContent {
  margin: 0 auto;
  width: 1200px;
}

.appjiedai,
.offerText {
  background-color: #fff;
  width: 380px;
  height: 420px;
  float: right;
  padding: 30px 40px;
}


input[type=text],
input[type=number],
input[type=password] {
  width: 300px;
  margin-top: 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ccc;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #999999;
  text-indent: 30px;
}

.yanzhen,
.phone,
.eduInput,
.usernameInput {
  height: 55px
}

.quickOfferbtn {
  margin-top: 30px;
  height: 50px;
  background: #2E5EC0;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  width: 300px;
}

.quickOfferbtn:hover {
  opacity: .7;
  border-color: #2E5EC0;
}

.username,
.edu,
.phoneInput,
.dxyanzhengma {
  text-indent: 30px;
}

.headerSecondTr {
  height: 150px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;

}

.headerSecondContent .Item {
  font-size: 40px;
  font-family: DIN Medium;
  font-weight: 500;
  text-align: center;
  color: #ea1c0e;
  width: 33%;
  position: relative;
  float: left;
}

.headerSecondContent {
  height: 150px;
  width: 1200px;
  margin: 0 auto;
  padding: 34px 20px;
}

.headerSecondText {
  font-size: 15px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  width: 33%;
  position: relative;
  float: left;
  margin-top: 5px;
}

.titleicon {
  width: 2px;
  height: 22px;
  background: #2e5ec0;
  border: 2px solid #2e5ec0;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.hotDaikuan {
  font-size: 20px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

.hotDaikuan_Content {
  position: relative;
  float: left;
  width: 830px;
  margin-top: 30px;
  margin-right: 20px;
  /* border-bottom: 1px solid #e6e6e6; */
}

.successAnli_Content {
  position: relative;
  float: left;
  width: 350px;
  margin-top: 30px;
}

.daikuanDetail {
  background-color: #fff;
  margin-top: 15px;
  padding: 24px 20px;
  padding-left: 40px;
}

.anliDetail {
  background-color: #fff;
  height: 261px;
  margin-top: 15px;
}


.nav {
  width: 400px;
  /*宽度也改为自动*/
  overflow: hidden;
  padding: 0;
  padding: 0px;
}

.nav>li {
  float: left;
  text-align: center;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;

  text-align: left;
  color: #666666;
  margin-right: 40px;
}

.nav>li:hover {
  font-weight: 700;
  color: #2E5EC0;
}

.nav li:first-child {
  font-weight: 700;
  color: #2E5EC0;
}

.ulIcon {
  margin-left: 20px;
  /* margin-left: 124px; */
}

.diya_daikuan {
  padding-top: 20px;
}

.imgItem {
  text-align: center;
  width: 25%;
  position: relative;
  float: left;
}

.daikuan_text {
  width: 25%;
  position: relative;
  float: left;
  text-align: center;
}

.seeDetail {
  height: 34px;
  background: #EA1C0E;
  border: 1px solid#ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  width: 100px;
}

.seeDetail:hover {
  opacity: 0.7;
  border-color: #EA1C0E;
}

.diyahtml,
.lilvhtml,
.moneyhtml,
.suduhtml {
  color: #EA1C0E;
}

.anliHeader {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  border-bottom: 1px solid #E6E6E6;
  /* margin-bottom: 10px; */
}

.anliDetail .anliHeader span:nth-child(2) {
  font-family: DIN Medium;
  color: #EA1C0E;
  font-size: 20px;

}

.t_news {
  /* padding:20px 40px; */
  float: left;
  height: 180px;
  overflow: hidden;
  padding: 0px;
  position: relative;
}

.news {
  padding: 12px 0;
}

.news {
  height: 80px;
  background: #fff;
  overflow: hidden;
}

.news .t_news {
  height: 81px;
  color: #2a2a2a;
  overflow: hidden;
  position: absolute;
  width: 242px;
}

.news .news_li,
.swap {
  font-size: 14px;
  color: #585858;
  height: 66px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.litxt {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}

.limsg {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.threeTr {
  background-color: #fff;
  height: 390px;
}

.whyjinr {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px
}

.app_text {
  color: #333333;
  font-size: 13px;
  margin-left: 33%;
  height: 80px;
  margin-top: 50px;
}

.quickButton,
.erweimaButton {
  float: right;
  margin-top: -25px;
  margin-right: -35px;
  cursor: pointer;

}

.a_detail a {
  color: #fff;
}

.a_detail {
  position: relative;
  float: right;
}

.loanTitle {
  font-size: 16px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  text-align: left;
  color: #444444;
  line-height: 20px;
}

/* 在chrome下： */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox下： */
input[type="number"] {
  -moz-appearance: textfield;
}


/* 未认证弹层 */
.layui-m-layer1 .layui-m-layerchild {
  border-radius: 5px !important;
}

.shimingcompent {
  background-color: #fff;
  width: 460px;
  height: 280px;
  border-radius: 5px
}

.shimingcloseicon {
  width: 30px;
  height: 20px;
  padding-top: 19px;
  float: right;
  cursor: pointer;
}

.shimingfabu,
.cancel {
  width: 150px;
  height: 50px;
  color: #666666;
  background-color: #fff;
  border: 1px solid #DADADA;
}

.shimingfabu {
  background-color: #2E5EC0;
  color: #fff;
}

.cancel {
  margin-right: 10px;
  margin-left: 14%;
  margin-top: 20px;
}

.shimingcloseicon {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 20px;
  padding-top: 19px;
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1430px) {
  .maxw {
    width: 1024px;
  }

  .offerContent {
    width: 1024px;
  }

  .hotDaikuan_Content {
    width: 700px;
  }

  .successAnli_Content {
    width: 290px;
  }

  .whyjinr {
    width: 1024px;
  }
}

@media screen and (max-width: 1200px) {
  .headerCss {
    width: 1200px;
  }

  #__nuxt {
    width: 1200px;
  }
}