@charset "UTF-8";
.pc {
  display: block;
}

.mobile {
  display: none !important;
}

.container {
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.header_box {
  width: 100%;
  height: 85px;
  border-bottom: 1px solid #eaeaea;
}

.header_box .header {
  width: 100%;
  max-width: 1430px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box .header .logp {
  width: 270px;
}

.header_box .header .logp img {
  width: 100%;
}

.header_box .header .nav {
  width: 100%;
  margin-left: 50px;
}

.header_box .header .nav li {
  display: inline-block;
  padding: 0 50px;
  box-sizing: border-box;
}

.header_box .header .nav li a {
  font-size: 16px;
  color: #333;
}

.header_box .header .nav li:hover a, .header_box .header .nav li.active a {
  color: #e7000b;
}

.header_box .header .search {
  width: 100%;
  max-width: 270px;
  height: 50px;
  position: relative;
}

.header_box .header .search input {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 35px 0 20px;
  box-sizing: border-box;
  outline: none;
  border: none;
}

.header_box .header .search input::placeholder {
  color: #b8b8b8;
}

.header_box .header .search .btn {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header_box .header .search .btn img {
  width: 18px;
  height: 19px;
}

.m_header {
  width: 100%;
  background: #fff;
  display: none;
  padding: 10px 20px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.m_header .m_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header .m_box .logo {
  width: 120px;
}

.m_header .m_box .logo img {
  width: 100%;
}

.m_header .m_box .menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.m_header .m_box .menus .hot {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.m_header .m_box .menus .hot img {
  width: 100%;
}

.m_header .m_box .menus .menubtn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}

.m_header .m_box .menus .menubtn i {
  width: 21px;
  height: 3px;
  background: #e7000b;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 2px;
  display: block;
}

.m_header .m_box .menus .menubtn i:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.m_header .m_box .menus .menubtn i:nth-child(2) {
  top: 11px;
}

.m_header .m_box .menus .menubtn i:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.m_header .m_box .menus .menubtn.on i:nth-child(1) {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(45d40degeg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}

.m_header .m_box .menus .menubtn.on i:nth-child(2) {
  opacity: 0;
}

.m_header .m_box .menus .menubtn.on i:nth-child(3) {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.m_header .m_nav {
  width: 400px;
  max-width: 60%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  overflow-y: auto;
  padding: 20px 0;
}

.m_header .m_nav .nav_list {
  width: 100%;
}

.m_header .m_nav .nav_list > li {
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m_header .m_nav .nav_list > li a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.m_header .m_nav .nav_list > li a .arrow {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 6px;
}

.m_header .m_nav .nav_list > li a .arrow::after {
  content: '▶';
}

.m_header .m_nav .nav_list > li:hover a, .m_header .m_nav .nav_list > li.active a {
  color: #e7000b;
}

.m_header .m_nav .nav_list > li:hover a .arrow, .m_header .m_nav .nav_list > li.active a .arrow {
  font-size: 9px;
}

.m_header .m_nav .nav_list > li:hover a .arrow::after, .m_header .m_nav .nav_list > li.active a .arrow::after {
  content: '▼';
}

.m_header .m_nav .nav_list > li .m_subnav {
  display: none;
}

.m_header .m_nav .nav_list > li .m_subnav > li {
  line-height: 40px;
}

.m_header .m_nav .nav_list > li .m_subnav > li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding-left: 30px;
}

.m_header .m_nav .nav_list > li .m_subnav > li:hover a, .m_header .m_nav .nav_list > li .m_subnav > li.active a {
  color: #fff;
}

.m_header .m_nav .search {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.m_header .m_nav .search input {
  width: 100%;
  height: 38px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
  padding: 0 36px 0 10px;
  box-sizing: border-box;
}

.m_header .m_nav .search input::placeholder {
  color: #b8b8b8;
}

.m_header .m_nav .search .btn {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.m_header .m_nav .search .btn img {
  width: 18px;
  height: 19px;
}

.notice {
  width: 100%;
  height: 55px;
  background: #fff;
  box-shadow: 2px 0 10px #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.notice .icon {
  width: 22px;
  height: 20px;
  margin-right: 10px;
}

.notice .list_item {
  width: 100%;
  max-width: 600px;
}

.notice .list_item .item a {
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-wrap: nowrap;
}

.notice .list_item .item span {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  display: block;
}

.notice .list_item .item i {
  color: #c9c9c9;
  padding: 0 20px;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1420px;
  margin: 20px auto;
}

.filter {
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.filter dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

.filter dl dt {
  width: 100px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-wrap: nowrap;
  margin-right: 20px;
  margin-top: 10px;
}

.filter dl dd a {
  font-size: 16px;
  color: #333;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}

.filter dl dd a.on {
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  background: #e50002;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 30px;
}

.blogger_info {
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.blogger_info .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogger_info .tit h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.blogger_info .tit a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0 25px;
  box-sizing: border-box;
}

.blogger_info .tit a .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.blogger_info .info_table {
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  position: relative;
}

.blogger_info .info_table .info {
  width: 100%;
  display: table;
  overflow: hidden;
}

.blogger_info .info_table .info .row {
  display: table-row;
}

.blogger_info .info_table .info .row.header {
  background: #f4f4f5;
}

.blogger_info .info_table .info .row.header .cell {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  height: 78px;
  white-space: nowrap;
}

.blogger_info .info_table .info .row.header .cell:first-child {
  text-align: left;
  padding-left: 20px;
}

.blogger_info .info_table .info .row.header .cell.fixed {
  position: sticky;
  right: 0;
  z-index: 1111;
}

.blogger_info .info_table .info .row .cell {
  display: table-cell;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.blogger_info .info_table .info .row .cell a {
  color: #333;
}

.blogger_info .info_table .info .row:not(:first-child):nth-child(odd) {
  background: #f8f8f9;
}

.blogger_info .info_table .info .row:not(.header) .cell.fixed {
  position: sticky;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.blogger_info .info_table .info .row .blogger {
  max-width: 370px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blogger_info .info_table .info .row .blogger .avatar {
  width: 83px;
  height: 83px;
  margin-right: 10px;
}

.blogger_info .info_table .info .row .blogger .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.blogger_info .info_table .info .row .blogger .text {
  width: calc(100% - 83px);
}

.blogger_info .info_table .info .row .blogger .text p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.blogger_info .info_table .info .row .blogger .text span {
  font-size: 16px;
  color: #666;
  text-align: left;
  display: block;
  line-height: 1.2;
}

.blogger_info .info_table .info .row .tag {
  font-size: 14px;
  color: #fff;
  background: #e50002;
  line-height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}

.blogger_info .info_table .info .row .tag .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.blogger_info .info_table .info .row .price {
  color: #e50002;
  font-weight: bold;
  white-space: nowrap;
}

.blogger_info .info_table .info .row .operate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogger_info .info_table .info .row .operate .btn {
  font-size: 16px;
  line-height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
}

.blogger_info .info_table .info .row .operate .btn1 {
  color: #fff;
  background: #e50002;
  border: 1px solid #e50002;
}

.blogger_info .info_table .info .row .operate .btn1 .icon {
  width: 17px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.blogger_info .info_table .info .row .operate .btn2 {
  color: #333;
  background: #fff;
  border: 1px solid #cdcdcd;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 6px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}

.blogger_detail {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.blogger_detail .text_info {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.blogger_detail .text_info .pic {
  width: 212px;
  height: 212px;
  padding: 5px 5px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
}

.blogger_detail .text_info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogger_detail .text_info .info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 30px;
}

.blogger_detail .text_info .info .text h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.blogger_detail .text_info .info .text h2 span {
  font-size: 14px;
  color: #fff;
  background: #e50002;
  line-height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  text-wrap: nowrap;
  margin-left: 10px;
  vertical-align: middle;
}

.blogger_detail .text_info .info .text h2 span .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.blogger_detail .text_info .info .text em {
  font-size: 16px;
  color: #333;
}

.blogger_detail .text_info .info .text .tags {
  margin-top: 30px;
}

.blogger_detail .text_info .info .text .tags .item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.blogger_detail .text_info .info .text .tags .item span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blogger_detail .text_info .info .text .tags .item p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.blogger_detail .text_info .info .text .tags .item:first-child {
  padding-right: 20px;
}

.blogger_detail .text_info .info .text .tags .item:not(:first-child) {
  padding: 0 20px;
}

.blogger_detail .text_info .info .text .tags .item:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 11px;
  background: #d5d5d5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blogger_detail .text_info .info .text .price {
  margin-top: 30px;
}

.blogger_detail .text_info .info .text .price p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.blogger_detail .text_info .info .text .price p span {
  font-size: 18px;
  color: #e50002;
}

.blogger_detail .text_info .info .btns a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-left: 10px;
}

.blogger_detail .text_info .info .btns a .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.blogger_detail .text_info1 {
  margin: 30px 0;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
}

.blogger_detail .text_info1 .tags {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.blogger_detail .text_info1 .tags .item {
  display: inline-block;
  margin-right: 50px;
}

.blogger_detail .text_info1 .tags .item span {
  font-size: 16px;
  color: #999;
}

.blogger_detail .text_info1 .tags .item p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

.blogger_detail .text_info1 .text {
  margin-top: 20px;
}

.blogger_detail .text_info1 .text p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

.blogger_detail .recommend {
  padding-top: 50px;
  border-top: 1px solid #dadada;
}

.blogger_detail .recommend .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogger_detail .recommend .tit h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.blogger_detail .recommend .tit a {
  font-size: 16px;
  color: #333;
}

.blogger_detail .recommend .list {
  width: 100%;
  margin: 30px auto 0;
}

.blogger_detail .recommend .list li {
  width: 100%;
  max-width: 220px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #f8f8f8;
  display: inline-block;
  margin: 10px 3px;
}

.blogger_detail .recommend .list li a {
  display: block;
}

.blogger_detail .recommend .list li .pic {
  width: 144px;
  height: 144px;
  margin: 0 auto;
}

.blogger_detail .recommend .list li .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.blogger_detail .recommend .list li p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

.news_container {
  width: 100%;
}

.news_banner {
  width: 100%;
  position: relative;
}

.news_banner img {
  width: 100%;
}

.news_banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_banner .text p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.news_list {
  margin-top: 30px;
}

.news_list li {
  margin-bottom: 20px;
  background: #fff;
}

.news_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.news_list li .pic {
  width: 100%;
  max-width: 406px;
}

.news_list li .pic img {
  width: 100%;
  object-fit: cover;
}

.news_list li .text {
  width: calc(100% - 426px);
  margin-left: 20px;
  padding: 30px 30px;
  box-sizing: border-box;
}

.news_list li .text h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}

.news_list li .text em {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.news_list li .text p {
  font-size: 16px;
  color: #999;
  line-height: 2;
  margin: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list li .text span {
  font-size: 16px;
  color: #e7000b;
  line-height: 36px;
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #e7000b;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s ease;
}

.news_list li:hover .text span {
  color: #fff;
  background: #e7000b;
}

.news_detail {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
  box-sizing: border-box;
}

.news_detail .text_box {
  width: 100%;
  max-width: 950px;
}

.news_detail .text_box h2 {
  font-size: 30px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_detail .text_box em {
  font-size: 16px;
  color: #000;
}

.news_detail .text_box .text {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

.news_detail .text_box .text p {
  font-size: 16px;
  color: #000;
  line-height: 2;
}

.news_detail .text_box .text img {
  width: 100%;
}

.news_detail .notices {
  width: 100%;
  max-width: 348px;
  border: 1px solid #ebebeb;
  margin-left: 30px;
}

.news_detail .notices .tit {
  width: 100%;
  height: 50px;
  background: #e7000b;
  text-align: center;
}

.news_detail .notices .tit span {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}

.news_detail .notices .list {
  padding: 20px 20px;
  box-sizing: border-box;
}

.news_detail .notices .list li {
  margin-bottom: 20px;
}

.news_detail .notices .list li span {
  font-size: 16px;
  color: #999;
}

.news_detail .notices .list li p {
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.pagering {
  text-align: center;
  padding: 10px 0 50px;
  margin-top: 30px;
}

.pagering li {
  display: inline-block;
  margin: 0 3px;
}

.pagering a, .pagering span {
  display: block;
  line-height: 32px;
  color: #333;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}

.pagering a:hover {
  background: #e50002;
  color: #fff;
  transition: all .3s ease;
}

.pagering .disabled a, .pagering .disabled span {
  color: #aaa;
}

.pagering .active a, .pagering .active span {
  background: #e50002;
  color: #fff;
}

.pages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}

.pages li {
  width: 50%;
}

.pages li span {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pages li.prev {
  text-align: left;
  margin-right: 10px;
}

.pages li.next {
  text-align: right;
  margin-left: 10px;
}

.footer_box {
  width: 100%;
  background: #f3f3f3;
}

.footer_box .footer {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_box .footer .info .logo {
  width: 100%;
  max-width: 218px;
  margin-bottom: 20px;
}

.footer_box .footer .info .logo img {
  width: 100%;
}

.footer_box .footer .info .item {
  margin-bottom: 20px;
}

.footer_box .footer .info .item span {
  font-size: 16px;
  color: #333;
}

.footer_box .footer .info .item span .icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer_box .footer .code .item {
  width: 105px;
  text-align: center;
  display: inline-block;
  margin-left: 30px;
}

.footer_box .footer .code .item .pic {
  width: 100%;
}

.footer_box .footer .code .item .pic img {
  width: 100%;
}

.footer_box .footer .code .item span {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 10px;
}

.footer_box .copyright {
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
}

.footer_box .copyright span {
  font-size: 14px;
  color: #666;
  line-height: 2;
  display: inline-block;
  margin: 0 10px;
}
.sub-box{
    width: 100%;
}
.sub-bo{
    width: 100%;
    display: inline-block;
}
.sub-bo5{
    text-align: center;font-weight: bold; font-size: 24px;padding: 20px;
}
.sub-bo1{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
}
.sub-bo1:nth-child(2n){
    margin-right: 0;
}
.sub-bo2{
        width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333333;
    float: left;
}
.sub-bo3{
        width: calc(100% - 150px);
    float: left;
}
.sub-bo3_1{
        border: 1px solid #BCBCBC;
        outline: none;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
    padding-right: 35px;
    font-size: 16px;
    color: #333333;
    -webkit-appearance: none; /* for Chrome, Safari */
        -moz-appearance: none;    /* for Firefox */
        -ms-appearance: none;     /* for IE10+ */
        appearance: none;
    background-image: url(../images/select_1.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
.sub-bo3_2{
     border: 1px solid #BCBCBC;
        outline: none;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
}
.sub-bo4{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.sub-bo4_1{
    border: none;
    outline: none;
        width: 200px;
    height: 40px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
        color: #fff;
    background: #e50002;
    display: block;
    margin: auto;
}
@media screen and (max-width: 1419px) {
  .blogger_detail .recommend .list {
    max-width: 1160px;
  }
}

@media screen and (max-width: 1188px) {
  .blogger_detail .recommend .list {
    max-width: 950px;
  }
}

@media screen and (max-width: 1000px) {
  .news_detail {
    flex-wrap: wrap;
  }
  .news_detail .text_box {
    max-width: 100%;
  }
  .news_detail .text_box h2 {
    font-size: 20px;
  }
  .news_detail .text_box em {
    font-size: 14px;
  }
  .news_detail .text_box .text p {
    font-size: 14px;
  }
  .news_detail .notices {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .news_detail .notices .tit span {
    font-size: 16px;
  }
  .news_detail .notices .list li span {
    font-size: 14px;
  }
  .news_detail .notices .list li p {
    font-size: 14px;
  }
  .sub-bo{
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
  }
  .sub-bo1 {
    width: 100%;
    margin-right: 0;
}
.sub-bo2 {
    width: 95px;
}
.sub-bo3 {
    width: calc(100% - 95px);
}
  
}

@media screen and (max-width: 980px) {
  .blogger_info {
    margin-top: 30px;
  }
  .blogger_info .tit h3 {
    font-size: 16px;
  }
  .blogger_info .tit a {
    font-size: 14px;
  }
  .blogger_info .info_table .info .row.header .cell {
    font-size: 14px;
  }
  .blogger_info .info_table .info .row .cell {
    font-size: 14px;
  }
  .blogger_info .info_table .info .row .blogger {
    flex-wrap: wrap;
  }
  .blogger_info .info_table .info .row .blogger .avatar {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin: 0 auto;
  }
  .blogger_info .info_table .info .row .blogger .text {
    width: 100%;
    margin-top: 10px;
  }
  .blogger_info .info_table .info .row .blogger .text p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
  }
  .blogger_info .info_table .info .row .blogger .text span {
    font-size: 12px;
  }
  .blogger_info .info_table .info .row .tag {
    font-size: 12px;
    line-height: 28px;
  }
  .blogger_info .info_table .info .row .tag .icon {
    width: 14px;
    height: 14px;
  }
  .blogger_info .info_table .info .row .operate {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blogger_info .info_table .info .row .operate .btn {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 963px) {
  .header_box {
    display: none;
  }
  .m_header {
    display: block;
  }
  .blogger_detail {
    padding-top: 85px;
  }
  .blogger_detail .text_info {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .blogger_detail .text_info .pic {
    width: 212px;
    height: 212px;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 2px solid #e6e6e6;
  }
  .blogger_detail .text_info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blogger_detail .text_info .info {
    margin-left: 30px;
    flex-wrap: wrap;
  }
  .blogger_detail .text_info .info .text {
    width: 100%;
  }
  .blogger_detail .text_info .info .text h2 {
    font-size: 18px;
  }
  .blogger_detail .text_info .info .text em {
    font-size: 14px;
  }
  .blogger_detail .text_info .info .text .tags {
    margin-top: 20px;
  }
  .blogger_detail .text_info .info .text .tags .item span {
    font-size: 16px;
  }
  .blogger_detail .text_info .info .text .tags .item p {
    margin-top: 5px;
  }
  .blogger_detail .text_info .info .text .tags .item:first-child {
    padding-right: 10px;
  }
  .blogger_detail .text_info .info .text .tags .item:not(:first-child) {
    padding: 0 10px;
  }
  .blogger_detail .text_info .info .text .price {
    margin-top: 10px;
  }
  .blogger_detail .text_info .info .text .price p {
    font-size: 14px;
  }
  .blogger_detail .text_info .info .text .price p span {
    font-size: 16px;
  }
  .blogger_detail .text_info .info .btns {
    margin-top: 10px;
  }
  .blogger_detail .text_info .info .btns a {
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .blogger_detail .text_info1 {
    padding: 30px 20px;
  }
  .blogger_detail .text_info1 .tags .item {
    margin-right: 10px;
  }
  .blogger_detail .text_info1 .tags .item span {
    font-size: 14px;
  }
  .blogger_detail .text_info1 .tags .item p {
    font-size: 14px;
  }
  .blogger_detail .text_info1 .text p {
    font-size: 14px;
  }
  .notice {
    margin-top: 85px;
  }
  .news_container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 958px) {
  .blogger_detail .recommend .list {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .notice .list_item .item a {
    font-size: 14px;
  }
  .notice .list_item .item i {
    padding: 0 10px;
  }
  .filter dl dt {
    font-size: 14px;
  }
  .filter dl dd a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .filter dl dd a.on {
    line-height: 28px;
    padding: 0 10px;
    border-radius: 30px;
  }
  .blogger_info .info_table {
    width: 100%;
    overflow-x: scroll;
  }
  .blogger_info .info_table .info .row .blogger {
    min-width: 87px;
  }
  .news_banner .text p {
    font-size: 18px;
  }
  .news_list li .pic {
    max-width: 200px;
  }
  .news_list li .text {
    width: calc(100% - 210px);
    margin-left: 10px;
    padding: 10px 10px;
  }
  .news_list li .text h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .news_list li .text em {
    font-size: 14px;
  }
  .news_list li .text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
  }
  .news_list li .text span {
    font-size: 14px;
    line-height: 28px;
  }
  .pages li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 727px) {
  .blogger_detail .recommend .tit h2 {
    font-size: 18px;
  }
  .blogger_detail .recommend .tit a {
    font-size: 14px;
  }
  .blogger_detail .recommend .list {
    max-width: 460px;
  }
  .blogger_detail .recommend .list li {
    padding: 10px 10px;
  }
  .blogger_detail .recommend .list li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 620px) {
  .footer_box .footer {
    flex-wrap: wrap;
  }
  .footer_box .footer .info {
    max-width: 280px;
    margin: 0 auto;
  }
  .footer_box .footer .info .item span {
    font-size: 14px;
  }
  .footer_box .footer .code {
    max-width: 280px;
    margin: 20px auto 0;
  }
  .footer_box .footer .code .item span {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .blogger_detail .text_info {
    flex-wrap: wrap;
  }
  .blogger_detail .text_info .pic {
    margin: 0 auto;
  }
  .blogger_detail .text_info .info {
    width: 100%;
    flex: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 496px) {
  .blogger_detail .recommend .list {
    max-width: 340px;
  }
  .blogger_detail .recommend .list li {
    width: 100%;
    max-width: 155px;
    padding: 10px 10px;
  }
  .blogger_detail .recommend .list li .pic {
    width: 100px;
    height: 100px;
  }
}
