strong{
  font-weight: bold;
}
.top {
  height: 32px;
  background: #f2f2f2;
}
.top .topContent {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 12px;
}
.top .topContent a:hover {
  color: #E02020;
}
.top .topContent .topRight {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top .topContent .topRight .myOrder {
  margin-right: 14px;
}
.top .topContent .topRight .shangjiacenter {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.top .topContent .topRight .shangjiacenter a span {
  margin-right: 11px;
  color: #b4b4b4;
}
.top .topContent .topRight .topRightItem {
  margin-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.top .topContent .topRight .topRightItem .topRightItem_item {
  width: 166px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #EBEBEB;
  position: absolute;
  top: 23px;
  right: -15px;
  display: none;
}
.top .topContent .topRight .topRightItem .topRightItem_item .imgBox {
  width: 128px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.top .topContent .topRight .topRightItem .topRightItem_item .imgBox .appImg {
  width: 96px;
  height: 96px;
  margin: 0px;
  margin-top: 10px;
}
.top .topContent .topRight .topRightItem .topRightItem_item .imgBox .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #E02020;
  margin: 10px 0;
}
.top .topContent .topRight .topRightItem .topRightItem_item ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 13px 0px;
}
.top .topContent .topRight .topRightItem .topRightItem_item ul li {
  min-width: 58px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-top: 11px;
}
.top .topContent .topRight .topRightItem .topRightItem_item ul {
  border-bottom: 1px solid #EDEDED;
}
.top .topContent .topRight .topRightItem .topRightItem_item ul:last-child {
  border: none;
}
.top .topContent .topRight .topRightItem img {
  width: 10px;
  height: 6px;
  margin-left: 4px;
  margin-top: 5px;
}
.top .topContent .topRight .topRightItem a span {
  margin-right: 11px;
  color: #b4b4b4;
}
.top .topContent .topLeft {
  flex: 1;
  display: flex;
  align-items: center;
}
.top .topContent .topLeft .imgBox {
  width: 14px;
  height: 13px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.top .topContent .topLeft .imgBox img {
  width: 14px;
  height: 13px;
}
.top .topContent .topLeft .homeTag {
  margin-right: 50px;
}
.top .topContent .topLeft .welcome {
  margin-right: 32px;
}
.top .topContent .topLeft .loginOrRegister span {
  margin: 0 10px;
}
.header {
  height: 110px;
  color: #666666;
}
.header .infoBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .infoBox .logo {
  width: 160px;
  height: 43px;
  margin-right: 28px;
}
.header .infoBox .logo img {
  width: 160px;
  height: 43px;
}
.header .infoBox h2 {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .infoBox h2:before {
  display: inline-block;
  width: 4px;
  height: 42px;
  background: #eee;
  content: "";
  margin-right: 20px;
}
.banner {
  min-height: 420px;
  background: url("../../image//baicaiNews//banner.png") no-repeat;
  background-size: 100% 100%;
  background-position: cover;
}
.main {
  padding: 20px 0;
  background: #f8f8f8;
}
.main .contentBox {
  min-height: 660px;
  background: #ffffff;
}
.main #pageBox {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px auto 29px auto;
  cursor: pointer;
}
.main #pageBox .pageItem {
  width: 35px;
  height: 35px;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}
.main #pageBox .pageItem:hover {
  background: #E73130;
  color: #ffffff;
}
.main #pageBox .pageItemActive {
  background: #E73130;
  color: #ffffff;
}
.main #pageBox .downPage {
  width: 80px;
  height: 35px;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #666;
}
.main #pageBox .downPage img {
  margin-left: 7px;
}
.main #pageBox .upPage {
  width: 80px;
  height: 35px;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.main #pageBox .upPage img {
  margin-right: 7px;
}
.main #newsContent {
  min-height: 500px;
  margin: 0 33px 0 22px;
}
.main #newsContent .newsItem:hover .info {
  color: #E73130;
}
.main #newsContent .newsItem {
  height: 50px;
  border-bottom: 1px dashed #dedede;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main #newsContent .newsItem .info {
  width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.main #newsContent .newsItem .imgBox {
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-right: 8px;
}
.main #newsContent .newsItem .imgBox img {
  width: 100%;
  height: 100%;
}
.main #newsContent .newsItem .time {
  margin-left: auto;
  color: #999999;
  text-align: right;
  padding-right: 5px;
}
.main .title {
  height: 50px;
  border-bottom: 4px solid #e73130;
}
.main .title img {
  height: 46px;
}
.footer {
  min-height: 500px;
}
.footer .footer_3 {
  height: 185px;
  background: #34393c;
}
.footer .footer_3 p {
  text-align: center;
  line-height: 35px;
  color: #676767;
  font-size: 14px;
}
.footer .footer_3 .link {
  width: 485px;
  margin: 16px auto 0 auto;
  display: flex;
  align-items: center;
}
.footer .footer_3 .link .imgBox {
  width: 102px;
  height: 33px;
  margin-right: 25px;
}
.footer .footer_3 .link .imgBox img {
  width: 100%;
  height: 100%;
}
.footer .footer_2 {
  height: 170px;
  padding: 30px 0 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_2 .footer_2_right {
  flex: 1;
  height: 100%;
  display: flex;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 {
  flex: 1;
  display: flex;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right {
  height: 161px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem:first-child {
  margin-bottom: 30px;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem span {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem .imgBox {
  width: 26px;
  height: 26px;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem .imgBox img {
  width: 100%;
  height: 100%;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .left {
  width: 163px;
  height: 161px;
}
.footer .footer_2 .footer_2_right .footer_2_right_2 .left img {
  width: 100%;
  height: 100%;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 {
  height: 100%;
  margin-right: 20px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat:first-child {
  margin-bottom: 30px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat {
  display: flex;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right {
  width: 203px;
  font-size: 22px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right .info {
  font-size: 22px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right .workTime {
  margin-top: 23px;
  font-size: 16px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right a {
  display: block;
  color: #2c65b3;
  font-size: 14px;
  font-weight: 400;
  margin-top: 23px;
  text-decoration: underline;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .left {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  padding-top: 3px;
}
.footer .footer_2 .footer_2_right .footer_2_right_1 .chat .left img {
  width: 100%;
  height: 100%;
}
.footer .footer_2 .footer_2_left {
  height: 100%;
  display: flex;
}
.footer .footer_2 .footer_2_left .footer_2_left_item {
  width: 90px;
  margin-right: 80px;
  line-height: 29px;
}
.footer .footer_2 .footer_2_left .footer_2_left_item a:hover {
  color: #E02020;
}
.footer .footer_2 .footer_2_left .footer_2_left_item li:first-child {
  margin-bottom: 12px;
  line-height: 32px;
}
.footer .footer_2 .footer_2_left .footer_2_left_item li:first-child a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.footer .footer_2 .footer_2_left .footer_2_left_item li a {
  color: #999;
}
.footer .footer_1 {
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
.footer .footer_1 .footer_1_item {
  display: flex;
  align-items: center;
}
.footer .footer_1 .footer_1_item .info {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer .footer_1 .footer_1_item .info .info1 {
  color: #333333;
  font-weight: 600;
}
.footer .footer_1 .footer_1_item .info .info2 {
  color: #999999;
}
.footer .footer_1 .footer_1_item .imgBox {
  width: 62px;
  height: 62px;
  line-height: 62px;
  margin-right: 5px;
}
.footer .footer_1 .footer_1_item .imgBox img {
  width: 100%;
  height: 100%;
}
.navabar {
  width: 44px;
  min-height: 475px;
  background: #333333;
  border-radius: 4px;
  position: fixed;
  right: 0px;
  top: 30%;
  cursor: pointer;
}
.navabar .navabarItemActive {
  background: #e02b2b;
}
.navabar .navabarItem {
  position: relative;
}
.navabar .navabarItem .appDown {
  width: 138px;
  height: 164px;
  background: #ededed;
  border-radius: 4px;
  position: absolute;
  bottom: -10px;
  left: -144px;
  display: none;
}
.navabar .navabarItem .appDown .myBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navabar .navabarItem .appDown .myBox p {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.navabar .navabarItem .appDown .myBox .imgBox {
  width: 119px;
  height: 120px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}
.navabar .navabarItem .appDown .myBox .imgBox img {
  width: 100%;
  height: 100%;
}
.navabar .navabarItem .activeItem {
  width: 69px;
  height: 39px;
  background: #e02b2b;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: -69px;
  display: none;
}
.navabar .topBox {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navabar .codeBox {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navabar .history {
  height: 39px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navabar .message {
  height: 39px;
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navabar .collect {
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navabar .shopCar {
  height: 97px;
  width: 25px;
  margin: 32px 13px 7px 10px;
  border-bottom: 1px solid #666666;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 8px;
}
.navabar .shopCar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.navabar .shopCar a .name {
  color: #999999;
}
.navabar .shopCar a .nameActive {
  color: #e02b2b;
}
.navabar .imgBox {
  width: 16px;
  height: 16px;
}
.navabar .imgBox img {
  width: 100%;
  height: 100%;
}
