<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em,
i {
  font-style: normal;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
button,
input,
select {
  box-sizing: border-box;
}
button {
  border: none;
}
button,
input[type=button],
input[type=submit],
select {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
*{
  word-break: break-all;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #d94537;
}
a img,
fieldset,
iframe,
img {
  border-width: 0;
  border-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html {
  height: 100%;
}
body {
  min-width: 1200px;
  position: relative;
  min-height: 100%;
  padding-bottom: 126px;
}
.indent2 {
  text-indent: 2em;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*图片垂直左对齐*/
.middleLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*头部*/
.top {
  line-height: 33px;
  height: 34px;
  width: 100%;
  min-width: 1240px;
  z-index: 999;
  background: #f3f3f3;
  border-bottom: 1px #eaeaea solid;
  color: #898989;
  font-size: 12px;
  position: relative;
}
.top .text {
  line-height: 33px;
  float: left;
}
.top .text a {
  color: #898989;
  margin-right: 20px;
}
.top .text .a-01 {
  color: #d94537;
}
.top .operation {
  position: relative;
  float: right;
}
.top .links {
  float: right;
  text-align: right;
}
.top .switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.top .switch &gt; .a-02 {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-right: 15px;
  margin-left: 0;
  position: relative;
}
.top .switch &gt; .a-02:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #d94537;
  position: absolute;
  z-index: 9;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
.top .switch &gt; .a-02:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/icon/down-01.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top .switch .down {
  position: absolute;
  z-index: 8;
  top: 34px;
  display: none;
  width: 100%;
  background: #fff;
  color: #333333;
  font-size: 12px;
  padding: 10px 0;
  line-height: 30px;
  text-align: center;
}
.top .switch .down a {
  padding: 0 5px;
  color: #333333;
  display: block;
}
.top .switch .down a:hover {
  background: #d94537;
  color: #fff;
}
.top .switch:hover &gt; .a-02:before {
  width: 100%;
}
.top .switch:hover .down {
  display: block;
}
.header {
  padding-bottom: 16px;
}
.header .logo {
  width: 25%;
  height: 120px;
  float: left;
  position: relative;
}
.header .search {
  width: 62.5%;
  padding-left: 60px;
  float: left;
  padding-top: 20px;
}
.header .search .tabs {
  overflow: hidden;
}
.header .search .tabs a {
  display: inline-block;
  float: left;
  min-width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.header .search .tabs a:hover {
  background: #ea5839;
  color: #fff;
}
.header .search .searchInput {
  width: 600px;
  float: left;
  position: relative;
}
.header .search .searchInput .search-select {
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 50;
  height: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 34px;
}
.header .search .searchInput .search-select:after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #d94537;
  position: absolute;
  right: 0;
  top: 8px;
}
.header .search .searchInput .iconDown {
  width: 11px;
  height: 8px;
  background: url(../images/icon/down-02.png) no-repeat center center;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.header .search .searchInput .iconUp {
  width: 11px;
  height: 8px;
  background: url(../images/icon/down-02.png) no-repeat center center;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search .searchInput .search-hide {
  position: absolute;
  left: 0;
  top: 35px;
  width: 65px;
  background: #fff;
  border: 1px #d94537 solid;
  /* padding: 5px 0 5px; */
  display: none;
}
.header .search .searchInput .search-hide li {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  /* line-height: 30px; */
  line-height: 24px;
  padding-left: 10px;
}
.header .search .searchInput .search-hide li:hover {
  background: #f5f5f5;
}
.header .search .searchInput input {
  width: 100%;
  border: 1px #d94537 solid;
  height: 36px;
  line-height: 34px;
  padding-left: 76px;
}
.header .search .searchInput input:focus {
  box-shadow: 0 0 3px 0 rgba(234, 88, 57, 0.8) inset;
}
.header .search .searchInput .searchBtn {
  width: 95px;
  height: 36px;
  line-height: 36px;
  background: #d94537;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.header .search .searchInput .searchBtn:hover {
  background: #de492a;
}
.header .search .fabu {
  float: left;
  position: relative;
  font-size: 12px;
  margin-left: 20px;
  line-height: 18px;
}
.header .search .fabu a {
  font-family: simsun;
  display: block;
}
.header .search .fabu a:nth-child(2) {
  color: #d94537;
}
.header .search .fabu a:hover {
  text-decoration: underline;
}
.header .ewm {
  max-width: 12.5%;
  float: right;
  padding-top: 20px;
}
.header .ewm img {
  max-width: 83px;
  max-height: 83px;
}
.shpHeader {
  padding-top: 20px;
  padding-bottom: 16px;
}
.shpHeader .logo {
  height: 80px;
  float: left;
  width: 60%;
}
.shpHeader .logo .pic {
  float: left;
  margin-right: 15px;
  max-height: 80px;
}
.shpHeader .logo .text {
  float: left;
  font-size: 20px;
  line-height: 40px;
  padding-top: 20px;
}
.shpHeader .search {
  width: 30%;
  float: right;
  padding-top: 20px;
}
.shpHeader .search .searchInput {
  position: relative;
}
.shpHeader .search .searchInput input {
  width: 100%;
  border: 1px #d94537 solid;
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
}
.shpHeader .search .searchInput input:focus {
  box-shadow: 0 0 3px 0 rgba(234, 88, 57, 0.8) inset;
}
.shpHeader .search .searchInput .searchBtn {
  width: 95px;
  height: 36px;
  line-height: 36px;
  background: #d94537;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.shpHeader .search .searchInput .searchBtn:hover {
  background: #de492a;
}
/*底部*/
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 126px;
  background: #252525;
  color: #a9a9aa;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #fff;
}
.footer .friendShip {
  padding: 20px 0;
  border-top: 1px #333333 solid;
  line-height: 2;
}
.footer .friendShip .list {
  overflow: hidden;
}
.footer .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer .friendShip li .bt {
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .friendShip li a {
  display: inline-block;
  min-width: 100px;
  transition: all 0.5s;
}
.footer .friendShip li a:hover {
  padding-left: 5px;
}
.copyright {
  background: #252525;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #d94537;
  position: relative;
  min-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
}
.copyright img {
  vertical-align: middle;
}
.copyright a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #666666;
}
.copyright a:hover {
  color: #d94537;
}
.copyright .text-01 {
  float: left;
  display: inline-block;
}
.copyright .text-02 {
  float: right;
  text-align: right;
}
.copyright .text-02 .links {
  float: left;
}
.copyright .gsh {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright .share {
  display: block;
  float: right;
  margin-top: 8px;
}
.copyright .bdshare-button-style0-16 a,
.copyright .bdshare-button-style0-16 .bds_more {
  padding: 0;
  margin: auto 5px;
}
.copyright .wechat {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.5s;
}
.copyright .wechat:hover {
  background-color: #d94537;
  opacity: 1;
}
.copyright .sina {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.5s;
}
.copyright .sina:hover {
  background-color: #d94537;
  opacity: 1;
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  outline: 0;
}
.nav &gt; .container {
  background: #d94537;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.nav .sideBar .title a {
  color: #fff;
  display: block;
  position: relative;
}
.nav .sideBar .title a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  background: url(../images/icon/menu.png) no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
}
.nav .sideBar .asideClassify {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  color: #333;
  width: 100%;
  padding: 10px 0 0 0;
}
.nav .sideBar .asideClassify &gt; .list {
  position: relative;
  height: 399px;
}
.nav .sideBar .asideClassify .item:last-child {
  border-bottom: none;
}
.nav .sideBar .asideClassify .item &gt; .firstTitle {
  font-size: 14px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.asideClassify .item &gt; .firstTitle a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}
/* .nav .sideBar .asideClassify .item &gt; .firstTitle a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 25px;
  position: relative;
} */
.asideClassify .item &gt; .firstTitle a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  vertical-align: middle;
  margin-right: 5px;
}
/* .nav .sideBar .asideClassify .item &gt; .firstTitle a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  vertical-align: middle;
  margin-right: 5px;
} */
.nav .sideBar .asideClassify .open {
  display: none;
  position: absolute;
  background: #fff;
  width: 680px;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 100%;
  padding: 10px 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  line-height: 30px;
  font-size: 14px;
}
.nav .sideBar .asideClassify .open::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.nav .sideBar .asideClassify .open::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #d94537;
}
.nav .sideBar .asideClassify .open::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  background: #eee;
}
.nav .sideBar .asideClassify .open .sencondTitle {
  color: #333333;
  display: inline;
  float: left;
  font-weight: 700;
  margin-right: 0px;
}
.nav .sideBar .asideClassify .open .sencondTitle span {
  text-decoration: underline;
}
.nav .sideBar .asideClassify .open .sencondTitle a {
  color: #333333;
}
.nav .sideBar .asideClassify .open .sencondTitle a:hover {
  color: #d94537;
}
.nav .sideBar .asideClassify .open li {
  clear: both;
}
.nav .sideBar .asideClassify .open .third {
  color: #767575;
  display: inline;
}
.nav .sideBar .asideClassify .open .third a {
  display: inline-block;
  margin: 0 8px;
}
.nav .sideBar .asideClassify .open .third a:hover {
  color: #d94537;
}
.nav .sideBar .asideClassify .open .third a:first-child {
  margin-left: 0;
}
.nav .sideBar .asideClassify .item:hover {
  background: #d94537;
}
.nav .sideBar .asideClassify .item:hover .firstTitle a {
  color: #fff;
}
.nav .sideBar .asideClassify .item:hover .firstTitle a:before {
  background: #fff;
}
.nav .sideBar .asideClassify .item:hover .open {
  display: block;
}
.nav .sideBar:hover .asideClassify {
  display: block;
}
.nav .navList {
  float: left;
  padding-left: 40px;
}
.nav .navList li {
  float: left;
  padding: 0 5px;
  text-align: center;
}
.nav .navList li a {
  padding: 0 20px;
  position: relative;
  display: block;
  color: #fff;
}
.nav .navList li a:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav .navList li a:hover {
  background: #973026;
}
.nav .navList li.active a {
  background: #973026;
}
.nav02 .navList {
  margin: auto;
  text-align: center;
  float: none;
}
.nav02 .navList li {
  display: inline-block;
  float: none;
  text-align: center;
  min-width: 90px;
}
.nav03 &gt; .container {
  /* background: none; */
  color: #898989;
  font-size: 16px;
}
.nav03 .bt {
  margin-right: 10px;
}
.nav03 .hotPro {
  float: left;
  padding-left: 40px;
}
.nav03 .hotPro a {
  display: inline-block;
  margin-right: 20px;
  min-width: 90px;
}
.navSub {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.navSub &gt; .container {
  background: #4c4c4c;
  color: #fff;
}
.navSub .list {
  margin: auto;
  text-align: center;
  float: none;
}
.navSub .list li {
  display: inline-block;
  float: none;
  text-align: center;
  min-width: 90px;
  padding: 0 5px;
}
.navSub .list li a {
  padding: 0 20px;
  position: relative;
  display: block;
  color: #fff;
}
.navSub .list li a:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navSub .list li a:hover {
  background: #3d3d3d;
}
.navSub .list li.active a:after {
  display: block;
}
.banner-userRec {
  position: relative;
  height: 400px;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.banner-userRec .container {
  position: relative;
}
.banner-userRec .userRec {
  width: 280px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 320px;
}
.banner-userRec .user {
  text-align: center;
  background: #fff;
  margin-bottom: 5px;
  padding: 15px 0;
}
.banner-userRec .user .txt-01 {
  color: #333333;
  font-size: 16px;
}
.banner-userRec .user .txt-02 {
  color: #d94537;
  font-size: 14px;
}
.banner-userRec .user .btns {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.banner-userRec .user .btns a {
  display: inline-block;
  border: 1px #d94537 solid;
  border-radius: 2px;
  background: #fff2eb;
  min-width: 96px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin: 0 9px;
}
.banner-userRec .user .btns a:hover {
  background: #d94537;
  color: #fff;
}
.banner-userRec .recommend {
  background: #fff;
  padding-bottom: 5px;
}
.banner-userRec .recommend .tabsMenu {
  background: #f2f2f2;
  clear: both;
  overflow: hidden;
}
.banner-userRec .recommend .tabsMenu a {
  display: inline-block;
  float: left;
  height: 34px;
  line-height: 34px;
  min-width: 84px;
  text-align: center;
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  position: relative;
}
.banner-userRec .recommend .tabsMenu a:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #d94537;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
.banner-userRec .recommend .tabsMenu a:hover:before,
.banner-userRec .recommend .tabsMenu a.active:before {
  width: 100%;
}
.banner-userRec .recommend .tabsSec {
  padding: 10px 15px;
  height: 230px;
    overflow: hidden;
    box-sizing: border-box;
}
.banner-userRec .recommend .tabsSec .item {
  display: none;
}
.banner-userRec .recommend .list a {
  display: block;
  position: relative;
  color: #333333;
  padding: 0 45px 0 8px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.banner-userRec .recommend .list a:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #777;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.5s;
}
.banner-userRec .recommend .list a:hover {
  padding-left: 18px;
  color: #d94537;
}
.banner-userRec .recommend .list a:hover:before {
  background: #d94537;
  left: 10px;
}
.banner-userRec .recommend .list .date {
  width: 40px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.homeBanner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.homeBanner .pic {
  display: block;
}
.homeBanner .list {
  position: relative;
  z-index: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 400px;
  overflow: hidden;
}
.homeBanner .list .pic {
  display: block;
  text-align: center;
  position: relative;
  height: 400px;
}
.homeBanner img {
  display: inline-block;
  vertical-align: middle;
}
.homeBanner .mobile {
  display: none;
}
.homeBanner .slick-dots {
  position: absolute;
  z-index: 999;
  bottom: 32px;
}
.homeBanner .slick-dots li {
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
}
.homeBanner .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.homeBanner .slick-dots li button:before {
  display: none;
}
.homeBanner .slick-dots li.slick-active button {
  opacity: 1;
}
.footer {
  background: #333333;
  font-size: 14px;
  color: #989898;
  text-align: center;
  line-height: 24px;
  padding: 25px 0;
}
.footer a {
  margin: 0 4px;
  color: #989898;
}
.footer a:hover {
  color: #fff;
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  background: #f7f7f7;
  padding: 25px 0;
}
.page em {
  font-style: initial;
  color: #666666;
  font-size: 14px;
}
.page a,
.page span,.page strong {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 34px;
  line-height: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0 8px;
  background: #fff;
  border: 1px #dcdcdc solid;
  vertical-align: middle;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #d94537;
  border-color: #d94537;
  color: #fff;
}
.bread {
  color: #666;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
.bread a {
  color: #666;
}
.bread a:hover {
  color: #d94537;
  text-decoration: underline;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #d94537;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
}
.plusReduce {
  vertical-align: middle;
  display: inline-block;
}
.plusReduce .plus,
.plusReduce .reduce, .plusReduce .btnA{
  background: #f2f2f2;
  float: left;
  width: 32px;
  height: 32px;
  border: 1px #d1d1d1 solid;
  font-size: 30px;
  color: #666;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.plusReduce .plus:before,
.plusReduce .reduce:before,
.plusReduce .plus:after,
.plusReduce .reduce:after {
  content: "";
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
.plusReduce .plus:hover,
.plusReduce .reduce:hover {
  background: #f2f2f2;
}
.plusReduce .plus:hover:before,
.plusReduce .reduce:hover:before,
.plusReduce .plus:hover:after,
.plusReduce .reduce:hover:after {
  background: #d94537;
}
.plusReduce .plus {
  margin-left: -1px;
}
.plusReduce .plus:before {
  width: 12px;
  height: 2px;
  display: block;
}
.plusReduce .plus:after {
  height: 12px;
  width: 2px;
  display: block;
}
.plusReduce .reduce:before {
  width: 9px;
  height: 2px;
  display: block;
}
.plusReduce .form-control {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  margin-left: -1px;
  border-radius: 0;
  z-index: 1;
  position: relative;
  text-align: center;
}
.radio {
  position: relative;
  cursor: pointer;
}
.radio input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -10px;
}
.radio em {
  display: inline-block;
  vertical-align: middle;
  background: #cccccc;
  border: 4px #e7e7e7 solid;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
  cursor: pointer;
}
.radio input[type="radio"]:checked + em {
  border-color: #fac0bf;
  background: #ee2e2c;
}

/* 导航调整 7.17 */
.nav .sideBar {
  width: 1200px;
    height: 40px;
}
.nav .sideBar .title {
    float: left;
    width: 190px;
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    background: #973026;
    text-align: center;
}

.asideClassify {
  position: absolute;
    top: 40px;
    z-index: 99;
    left: 0px;
    height: 100%;
    pointer-events: none;
    width: 190px;
}
.asideClassify&gt;.list{
  height: 400px;
  border-top-width: 0px;
  pointer-events: all;
  background: #fff;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #99999940;
  box-sizing: border-box;
}
.asideClassify&gt;.list::-webkit-scrollbar{width:2px;position:absolute;}
.asideClassify&gt;.list::-webkit-scrollbar-thumb{background-color: #fff;border-radius: 10px;height: 51%;border: 2px solid #eb6100;}
.asideClassify&gt;.list::-webkit-scrollbar-thumb:hover{background-color:#fff;}
.asideClassify&gt;.list::-webkit-scrollbar-thumb:active{border:0;border-radius:0;background-color:#fff}
.asideClassify&gt;.list::-webkit-scrollbar-thumb:window-inactive{background-color:#fff;}

.asideClassify .list .item {
  height: 31px;
  cursor: pointer;
  width: 187px;
  display: block;
  line-height: 31px;
  box-sizing: border-box;
}

.open{position:absolute;background:#fff;width:680px;height:400px;overflow:auto;top:0;left:98%;padding:10px 20px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:2px 0 5px rgba(0,0,0,0.3);box-shadow:2px 0 5px rgba(0,0,0,0.3);line-height:30px;font-size:14px;}
.open::-webkit-scrollbar{width:5px;height:1px}
.open::-webkit-scrollbar-thumb{border-radius:5px;background:#d94537}
.open::-webkit-scrollbar-track{border-radius:5px;background:#eee}
.open .sencondTitle{color:#333;display:inline;float:left;font-weight:700;margin-right:0}
.open .sencondTitle span{text-decoration:underline}
.open .sencondTitle a{color:#333}
.open .sencondTitle a:hover{color:#d94537}
.open li{clear:both}
.open .third{color:#767575;display:inline}
.open .third a{display:inline-block;margin:0 8px}
.open .third a:hover{color:#d94537}
.open .third a:first-child{margin-left:0}

.open{
  display: none;
}
.asideClassify .list .item:hover .open{
  display: block;
}
.nav01 .asideClassify{
    display: none;
}
.nav01 .asideClassify.dis{
    display: block;
}
.asideClassify .list .item:hover{
  background: #d94537;
}
.asideClassify .list .item:hover .firstTitle a{
  color: #ffffff;
}
.asideClassify .list .item:hover .firstTitle a:before{
   background: #ffffff;
}

/* 7.21 */
.content .comCerImg{
  width: 40px;
  height: 40px;
}


/* 修改_zwq */
.top .switch .down {
  box-shadow: 6px 0px 8px #eee;
}

.nav.nav2 .asideClassify{
  display: none;
}
.nav.nav2 .asideClassify.dis{
  display: block;
}

.plusReduce .btnA {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
</pre></body></html>