.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  width: 100%;
}
#header {
  background: url("../images/header.jpg") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 5rem;
}
#header .menuicon {
  width: 2.8rem;
  height: 2rem;
  margin-top: 1.5rem;
}
#header .menuicon img {
  width: 100%;
  display: block;
}
#banner {
  position: relative;
}
#banner .swiper-container {
  width: 100%;
  height: 100%;
}
#banner .swiper-container img {
  width: 100%;
}
#banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#content .nav ul {
  width: 100%;
}
#content .nav ul li {
  float: left;
  width: 25%;
}
#content .nav ul li a {
  display: block;
}
#content .nav ul li a img {
  display: block;
  width: 4.95rem;
  height: 4.95rem;
  margin: 1.25rem auto 1rem;
}
#content .nav ul li a p {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
#content .tradeMark .title {
  background: url("../images/title.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  font-size: 18px;
  color: #494949;
  text-align: center;
  line-height: 3.5rem;
}
#content .tradeMark .search {
  padding-top: 0.75rem;
}
#content .tradeMark .search form {
  display: block;
  width: 65%;
  overflow: hidden;
  margin: 0 5% 0 5%;
}
#content .tradeMark .search form input {
  float: left;
  width: 85%;
  height: 2.5rem;
  border: 1px solid #e93c03;
}
#content .tradeMark .search form .submit {
  width: 15%;
  border-radius: 0px 5px 5px 0;
  background: url("../images/search.jpg") no-repeat center center;
  background-color: #e93c03;
  background-size: 60% auto;
}
#content .tradeMark .search .login {
  width: 20%;
  height: 2.5rem;
  font-size: 16px;
  color: #fff;
  line-height: 2.5rem;
  background: #e93c03;
  text-align: center;
  border-radius: 5px;
}
#content .tradeMark .hot {
  width: 90%;
  margin-left: 5%;
  font-size: 13px;
  color: #898787;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#content .tradeMark .tradepro {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.5rem;
}
#content .tradeMark .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .tradeMark .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
}
#content .tradeMark .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
#content .tradeMark .tradepro ul li a img {
  vertical-align: middle;
}
#content .tradeMark .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
#content .tradeMark .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
#content .touchTab {
  background: #f4f7f8;
}
#content .touchTab #leftTabBox .hd {
  background: url("../images/tab.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  text-align: center;
  padding: 1.5rem 0 0.75rem;
  margin-bottom: 10px;
}
#content .touchTab #leftTabBox .hd ul {
  display: inline-block;
}
#content .touchTab #leftTabBox .hd ul li {
  float: left;
}
#content .touchTab #leftTabBox .hd ul li a {
  display: block;
  font-size: 16px;
  color: #494949;
  padding: 0 0.5rem;
}
#content .touchTab #leftTabBox .hd ul .on a {
  color: #e93b00;
}
#content .touchTab #leftTabBox .bd ul {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
#content .touchTab #leftTabBox .bd ul li {
  float: left;
  width: 33%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#content .touchTab #leftTabBox .bd ul li a {
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
#content .touchTab #leftTabBox .bd ul li a img {
  display: block;
  width: 80%;
  margin: 1.5rem auto;
}
#content .touchTab #leftTabBox .bd ul li a h3 {
  color: #fb6c0e;
  font-size: 14px;
}
#content .touchTab #leftTabBox .bd ul li a h4 {
  color: #444444;
  font-size: 14px;
  margin: 5px 0;
}
#content .touchTab #leftTabBox .bd ul .more {
  width: 30%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  background: #e93b00;
  border-radius: 5px;
  margin: 1rem 0 2rem;
  display: inline-block;
}
#content .patentSale .title {
  background: url("../images/title.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  font-size: 18px;
  color: #494949;
  text-align: center;
  line-height: 3.5rem;
  margin-top: 1rem;
}
#content .patentSale #leftTabBox1 .search {
  padding-top: 0.75rem;
}
#content .patentSale #leftTabBox1 .search form {
  display: block;
  width: 60%;
  overflow: hidden;
  margin: 0 5% 0 5%;
}
#content .patentSale #leftTabBox1 .search form input {
  float: left;
  width: 85%;
  height: 2.5rem;
  border: 1px solid #e93c03;
}
#content .patentSale #leftTabBox1 .search form .submit {
  width: 15%;
  border-radius: 0px 5px 5px 0;
  background: url("../images/search.jpg") no-repeat center center;
  background-color: #e93c03;
  background-size: 60% auto;
}
#content .patentSale #leftTabBox1 .search .login {
  width: 20%;
  height: 2.5rem;
  font-size: 18px;
  color: #fff;
  line-height: 2.5rem;
  background: #e93c03;
  text-align: center;
  border-radius: 5px;
}
#content .patentSale #leftTabBox1 .hot {
  width: 90%;
  margin-left: 5%;
  font-size: 13px;
  color: #898787;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#content .patentSale #leftTabBox1 .hd {
  text-align: center;
  padding: 1rem 0 0.75rem;
}
#content .patentSale #leftTabBox1 .hd ul {
  display: inline-block;
}
#content .patentSale #leftTabBox1 .hd ul li {
  float: left;
  width: 7.5rem;
  margin: 0 0.5rem;
}
#content .patentSale #leftTabBox1 .hd ul li a {
  display: block;
  font-size: 16px;
  color: #494949;
  padding: 0 0.5rem;
  border: 1px solid #bfbfbf;
}
#content .patentSale #leftTabBox1 .hd ul .on a {
  color: #e93b00;
}
#content .patentSale #leftTabBox1 .bd ul {
  padding: 0 .5%;
  text-align: center;
}
#content .patentSale #leftTabBox1 .bd ul li {
  width: 50%;
  float: left;
  padding: 5px 5px;

}
#content .patentSale #leftTabBox1 .bd ul li .border {
  background: #f5f5f5;
  border: 1px solid  #dedede;
}
#content .patentSale #leftTabBox1 .bd ul li .dis {
  width: 90%;
  display: block;
  margin: 5px auto;
}
#content .patentSale #leftTabBox1 .bd ul li h3 {
  color: #6b6b6b;
  font-size: 14px;
  margin: 5px 0;
}
#content .patentSale #leftTabBox1 .bd ul li .call a {
  width: 45%;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  display: block;
  float: left;
  margin: 0.5rem 2.5% 1rem;
}
#content .patentSale #leftTabBox1 .bd ul li .call .shopcar {
  background: url("../images/shopcar.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  text-indent: 5%;
}
#content .patentSale #leftTabBox1 .bd ul li .call .callme {
  background: url("../images/callme.jpg") no-repeat;
  background-size: 100%;
}
#content .patentSale #leftTabBox1 .bd .more {
  width: 30%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  background: #e93b00;
  border-radius: 5px;
  margin: 1rem 0 2rem;
  display: inline-block;
}
#content .hurry {
  background: #f0f0f0;
  text-align: center;
}
#content .hurry .title {
  background: url("../images/title.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  font-size: 18px;
  color: #494949;
  text-align: center;
  line-height: 3.5rem;
}
#content .hurry .img {
  margin-top: 1rem;
}
#content .hurry .img img {
  display: block;
  width: 80%;
  margin: 0 auto 1.5rem;
  border: 1px solid #d5d5d5;
}
#content .hurry .type h4 {
  font-size: 16px;
  color: #212121;
  margin-left: 2.5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
#content .hurry .type ul {
  margin-bottom: 1.5rem;
}
#content .hurry .type ul li {
  float: left;
  width: 30%;
  background: #fff;
  border: 1px solid #c6c6c6;
  padding:1rem .5rem;
  margin-left: 2.5%;
}
#content .hurry .type ul li a {
  text-align: center;
  display: block;
}
#content .hurry .type ul li a h5 {
  color: #2d2d2d;
  font-size: 14px;
}
#content .hurry .type ul li a h6 {
  font-size: 18px;
  color: #e93b00;
}
#content .hurry .more {
  width: 30%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  background: #e93b00;
  border-radius: 5px;
  margin: 1rem 0;
  display: inline-block;
}
#content .service {
  text-align: center;
}
#content .service .title {
  background: url("../images/title2.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  font-size: 18px;
  color: #494949;
  text-align: center;
  line-height: 3.5rem;
}
#content .service .img {
  margin-top: 1rem;
}
#content .service .img img {
  display: block;
  width: 80%;
  margin: 0 auto 1.5rem;
  border: 1px solid #d5d5d5;
}
#content .service .type h4 {
  font-size: 16px;
  color: #212121;
  margin-left: 4%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
#content .service .type ul {
  margin-bottom: 1.5rem;
}
#content .service .type ul li {
  float: left;
  width: 22%;
  background: #fff;
  border: 1px solid #c6c6c6;
  padding: 0.5rem;
  margin-left: 2%;
}
#content .service .type ul li a {
  text-align: center;
  display: block;
}
#content .service .type ul li a h5 {
  color: #2d2d2d;
  font-size: 13px;
}
#content .service .type ul li a h6 {
  font-size: 15px;
  color: #e93b00;
}
#content .service .more {
  width: 30%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  background: #e93b00;
  border-radius: 5px;
  margin: 1rem 0 2rem;
  display: inline-block;
}
.copyright {
  color: #353535;
  font-size: 12px;
  text-align: center;
  padding: 0.75rem 10%;
  background: #f7f7f7;
}
.inside {
  padding: 0 10px;
  background: #fdfdfd;
}
.inside .title h4 {
  background: #e93c03;
  color: #fff;
  font-size: 14px;
  line-height: 2.25rem;
  text-indent: 5px;
  border-radius: 5px;
}
.inside .trademarkinside .choice {
  background: #f7f7f7;
  margin: 1.25rem auto 0.5rem;
  padding: 10px;
}
.inside .trademarkinside .choice h4 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.inside .trademarkinside .choice h4 span {
  color: #4d4d4d;
}
.inside .trademarkinside .choice h5 {
  font-size: 12px;
  color: #999999;
}
.inside .trademarkinside .choice h5 span {
  color: #e93b00;
  font-size: 18px;
}
.inside .trademarkinside .classification .one h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .trademarkinside .classification .one .detail .one_detail {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c6c6c6;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #6c6c6c;
}
.inside .trademarkinside .classification .tow .tow_title h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .trademarkinside .classification .tow .tow_title h5 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .trademarkinside .classification .tow .tow_title h5 span {
  color: #e42217;
}
.inside .trademarkinside .classification .tow .tradepro {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3rem;
}
.inside .trademarkinside .classification .tow .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside .trademarkinside .classification .tow .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.inside .trademarkinside .classification .tow .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.inside .trademarkinside .classification .tow .tradepro ul li a img {
  vertical-align: middle;
}
.inside .trademarkinside .classification .tow .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
.inside .trademarkinside .classification .tow .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.inside .trademarkinside .classification .three a {
  width: 30%;
  display: block;
  float: left;
  font-size: 12px;
  color: #fafafa;
  line-height: 30px;
  background-color: #f03e03;
  text-align: center;
  border-radius: 3px;
  margin-right: 5%;
}
.inside .trademarkinside .classification .three .shop {
  background: url("../images/2trademarkshop.jpg") no-repeat;
  background-size: 100% 100%;
}
.inside .trademarkinside .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .trademarkinside .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .trademarkinside .trademarkinside_page .con img {
  width: 100%;
}
.inside .copy .choice {
  background: #f7f7f7;
  margin: 1.25rem auto 1.5rem;
  padding: 10px;
}
.inside .copy .choice h4 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.inside .copy .choice h4 span {
  color: #4d4d4d;
}
.inside .copy .choice h5 {
  font-size: 12px;
  color: #999999;
}
.inside .copy .choice h5 span {
  color: #e93b00;
  font-size: 18px;
}
.inside .copy .choice h5 i {
  font-style: normal;
  text-decoration: line-through;
}
.inside .copy .classification .one h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .copy .classification .one .detail .one_detail {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c6c6c6;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #6c6c6c;
}
.inside .copy .classification .tow .tow_title h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .copy .classification .tow .tow_title h5 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .copy .classification .tow .tow_title h5 span {
  color: #e42217;
}
.inside .copy .classification .tow .tradepro {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}
.inside .copy .classification .tow .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside .copy .classification .tow .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
  text-indent: 3%;
}
.inside .copy .classification .tow .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.inside .copy .classification .tow .tradepro ul li a img {
  vertical-align: middle;
}
.inside .copy .classification .tow .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
.inside .copy .classification .tow .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.inside .copy .classification .three a {
  width: 30%;
  display: block;
  float: left;
  font-size: 12px;
  color: #fafafa;
  line-height: 30px;
  background-color: #f03e03;
  text-align: center;
  border-radius: 3px;
  margin-right: 5%;
}
.inside .copy .classification .three .shop {
  background: url("../images/2trademarkshop.jpg") no-repeat;
  background-size: 100% 100%;
  text-indent: 3%;
}
.inside .copy .classification .num {
  margin: 10px 0;
}
.inside .copy .classification .num p {
  line-height: 2rem;
  font-size: 12px;
}
.inside .copy .classification .num .calculation {
  border: 1px solid #dbdbdb;
}
.inside .copy .classification .num .calculation div {
  float: left;
}
.inside .copy .classification .num .calculation .increase,
.inside .copy .classification .num .calculation .reduce {
  background: #f7f7f7;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.inside .copy .classification .num .calculation .number {
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-left: 1px solid #dbdbdb ;
  border-right: 1px solid #dbdbdb ;
}
.inside .copy .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .copy .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .copy .trademarkinside_page .con img {
  width: 100%;
}
.inside .lnnovation .choice {
  background: #f7f7f7;
  margin: 1.25rem auto 1.5rem;
  padding: 10px;
}
.inside .lnnovation .choice h4 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.inside .lnnovation .choice h4 span {
  color: #4d4d4d;
}
.inside .lnnovation .choice h5 {
  font-size: 12px;
  color: #999999;
}
.inside .lnnovation .choice h5 span {
  color: #e93b00;
  font-size: 18px;
}
.inside .lnnovation .choice h5 em {
  background: #e93b00;
  color: #fff;
}
.inside .lnnovation .classification .one h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .lnnovation .classification .one .detail .one_detail {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c6c6c6;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #6c6c6c;
}
.inside .lnnovation .classification .tow .tow_title h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .lnnovation .classification .tow .tow_title h5 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .lnnovation .classification .tow .tow_title h5 span {
  color: #e42217;
}
.inside .lnnovation .classification .tow .tradepro {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}
.inside .lnnovation .classification .tow .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside .lnnovation .classification .tow .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.inside .lnnovation .classification .tow .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.inside .lnnovation .classification .tow .tradepro ul li a img {
  vertical-align: middle;
}
.inside .lnnovation .classification .tow .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
.inside .lnnovation .classification .tow .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.inside .lnnovation .classification .three a {
  width: 30%;
  display: block;
  float: left;
  font-size: 12px;
  color: #fafafa;
  line-height: 30px;
  background-color: #f03e03;
  text-align: center;
  border-radius: 3px;
  margin-right: 5%;
}
.inside .lnnovation .classification .three .shop {
  background: url("../images/2trademarkshop.jpg") no-repeat;
  background-size: 100% 100%;  text-indent: 3%;
}
.inside .lnnovation .classification .num {
  margin: 10px 0;
}
.inside .lnnovation .classification .num p {
  line-height: 2rem;
  font-size: 12px;
}
.inside .lnnovation .classification .num .calculation {
  border: 1px solid #dbdbdb;
}
.inside .lnnovation .classification .num .calculation div {
  float: left;
}
.inside .lnnovation .classification .num .calculation .increase,
.inside .lnnovation .classification .num .calculation .reduce {
  background: #f7f7f7;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.inside .lnnovation .classification .num .calculation .number {
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-left: 1px solid #dbdbdb ;
  border-right: 1px solid #dbdbdb ;
}
.inside .lnnovation .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .lnnovation .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .lnnovation .trademarkinside_page .con img {
  width: 100%;
}
.inside .patent .choice {
  background: #f7f7f7;
  margin: 1.25rem auto 0.5rem;
  padding: 10px;
}
.inside .patent .choice h4 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.inside .patent .choice h4 span {
  color: #4d4d4d;
}
.inside .patent .choice h5 {
  font-size: 12px;
  color: #999999;
}
.inside .patent .choice h5 span {
  color: #e93b00;
  font-size: 18px;
}
.inside .patent .choice h5 em {
  background: #e93b00;
  color: #fff;
}
.inside .patent .classification .one h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .patent .classification .one .detail .one_detail {
  float: left;
  padding: 5px 10px;
  border: 1px solid #c6c6c6;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #6c6c6c;
}
.inside .patent .classification .tow .tow_title h4 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .patent .classification .tow .tow_title h5 {
  font-size: 12px;
  color: #212121;
  margin: 5px 0;
}
.inside .patent .classification .tow .tow_title h5 span {
  color: #e42217;
}
.inside .patent .classification .tow .tradepro {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}
.inside .patent .classification .tow .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside .patent .classification .tow .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.inside .patent .classification .tow .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.inside .patent .classification .tow .tradepro ul li a img {
  vertical-align: middle;
}
.inside .patent .classification .tow .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
.inside .patent .classification .tow .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.inside .patent .classification .three a {
  width: 30%;
  display: block;
  float: left;
  font-size: 12px;
  color: #fafafa;
  line-height: 30px;
  background-color: #f03e03;
  text-align: center;
  border-radius: 3px;
  margin-right: 5%;
}
.inside .patent .classification .three .shop {
  background: url("../images/2trademarkshop.jpg") no-repeat;
  background-size: 100% 100%;
}
.inside .patent .classification .num {
  margin: 10px 0;
}
.inside .patent .classification .num p {
  line-height: 2rem;
  font-size: 12px;
}
.inside .patent .classification .num .calculation {
  border: 1px solid #dbdbdb;
}
.inside .patent .classification .num .calculation div {
  float: left;
}
.inside .patent .classification .num .calculation .increase,
.inside .patent .classification .num .calculation .reduce {
  background: #f7f7f7;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.inside .patent .classification .num .calculation .number {
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-left: 1px solid #dbdbdb ;
  border-right: 1px solid #dbdbdb ;
}
.inside .patent .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .patent .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .patent .trademarkinside_page .con img {
  width: 100%;
}
.inside .news ul {
  margin-top: 1rem;
}
.inside .news ul li {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1rem;
}
.inside .news ul li a {
  display: block;
}
.inside .news ul li a .img {
  width: 40%;
  margin-right: 3%;
}
.inside .news ul li a .img img {
  width: 100%;
}
.inside .news ul li a .con {
  width: 57%;
}
.inside .news ul li a .con h4 {
  font-size: 14px;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.inside .news ul li a .con p {
  color: #5a5a5a;
  font-size: 12px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.inside .news ul li a .con .time {
  margin: 5px 0;
  color: #8e9093;
  font-size: 12px;
  line-height: 16px;
}
.inside .news ul li a .con .time img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 5px;
}
.inside .patentsale #leftTabBox1 .search {

}
.inside .patentsale #leftTabBox1 .search form {
  display: block;
  width: 60%;
  overflow: hidden;
  margin: 0 5% 0 5%;
}
.inside .patentsale #leftTabBox1 .search form input {
  float: left;
  width: 85%;
  height: 2.5rem;
  border: 1px solid #e93c03;
}
.inside .patentsale #leftTabBox1 .search form .submit {
  width: 15%;
  border-radius: 0px 5px 5px 0;
  background: url("../images/search.jpg") no-repeat center center;
  background-color: #e93c03;
  background-size: 60% auto;
}
.inside .patentsale #leftTabBox1 .search .login {
  width: 20%;
  height: 2.5rem;
  font-size: 16px;
  color: #fff;
  line-height: 2.5rem;
  background: #e93c03;
  text-align: center;
  border-radius: 5px;
}
.inside .patentsale #leftTabBox1 .hot {
  width: 90%;
  margin-left: 5%;
  font-size: 13px;
  color: #898787;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.inside .patentsale #leftTabBox1 .hd {
  text-align: center;
  padding: 1rem 0 ;
}
.inside .patentsale #leftTabBox1 .hd ul {
  display: inline-block;
}
.inside .patentsale #leftTabBox1 .hd ul li {
  float: left;
  width: 7.5rem;
  margin: 0 0.5rem;
}
.inside .patentsale #leftTabBox1 .hd ul li a {
  display: block;
  font-size: 16px;
  color: #494949;
  padding: 0 0.5rem;
  border: 1px solid #bfbfbf;
}
.inside .patentsale #leftTabBox1 .hd ul .on a {
  color: #e93b00;
}
.inside .patentsale #leftTabBox1 .bd ul {
  padding: 0;
  text-align: center;
}
.inside .patentsale #leftTabBox1 .bd ul li {
  width: 50%;
  float: left;
  padding: 0px 5px;
  margin: 0 0% 10px;
}
.inside .patentsale #leftTabBox1 .bd ul li .border {
  background: #f5f5f5;
  border: 1px solid  #dedede;
}
.inside .patentsale #leftTabBox1 .bd ul li .dis {
  width: 90%;
  display: block;
  margin: 5px auto;
}
.inside .patentsale #leftTabBox1 .bd ul li h3 {
  color: #6b6b6b;
  font-size: 14px;
  margin: 5px 0;display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
}
.inside .patentsale #leftTabBox1 .bd ul li .call a {
  width: 45%;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  display: block;
  float: left;
  margin: 0.5rem 2.5% 1rem;
}
.inside .patentsale #leftTabBox1 .bd ul li .call .shopcar {
  background: url("../images/shopcar.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  text-indent: 3%;
}
.inside .patentsale #leftTabBox1 .bd ul li .call .callme {
  background: url("../images/callme.jpg") no-repeat;
  background-size: 100%;
}
.inside .patentsale #leftTabBox1 .bd .more {
  width: 30%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  background: #e93b00;
  border-radius: 5px;
  margin: 1rem 0;
  display: inline-block;
}
.inside .patent_list .choice1 h4 {
  font-size: 14px;
  color: #0b0b0b;
  background: url("../images/9patentsale-list_001.jpg") no-repeat;
  background-size: 100% ;
  background-position: bottom ;
  font-weight: bold;
  padding: 1.5rem 0;
}
.inside .patent_list .patent_deta {
  padding: 0.75rem;
  border-bottom: 1px solid #bcbcbc;
}
.inside .patent_list .patent_deta .text {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 24px;
}
.inside .patent_list .patent_deta .text span {
  font-size: 12px;
  color: #e93b00;
}
.inside .patent_list .patent_deta .share {
  margin: 0.5rem 0;
}
.inside .patent_list .patent_deta .share a {
  margin: 0 1px;
}
.inside .patent_list .patent_deta .share a img {
  width: 15px;
  height: 15px;
}
.inside .patent_list .price p {
  font-size: 18px;
  color: #e93b00;
  margin: 1rem 0;
}
.inside .patent_list .price a {
  background: #f03e03;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
}
.inside .patent_list .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .patent_list .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .patent_list .trademarkinside_page .con img {
  width: 100%;
}
.inside .cart .cart_detail {
  margin: 1rem 0;
}
.inside .cart .cart_detail .con {
  width: 100%;
  font-size: 12px;
  color: #303030;
  line-height: 30px;
}
.inside .cart .cart_detail .con .calculation {
  border: 1px solid #dbdbdb;
}
.inside .cart .cart_detail .con .calculation div {
  float: left;
}
.inside .cart .cart_detail .con .calculation .increase,
.inside .cart .cart_detail .con .calculation .reduce {
  background: #f7f7f7;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.inside .cart .cart_detail .con .calculation .number {
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-left: 1px solid #dbdbdb ;
  border-right: 1px solid #dbdbdb ;
}
.inside .cart .cart_detail .con span {
  background: #e9e9e9;
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-right: 10px;
  text-align: left;
}
.inside .cart .cart_detail .con em {
  font-size: 18px;
  color: #e93b00;
  line-height: 27px;
}
.inside .cart .cartbtn {
  margin-bottom: 1rem;
}
.inside .cart .cartbtn a {
  width: 30%;
  font-size: 12px;
  color: #fff;
  background: #ffb619;
  display: block;
  float: left;
  line-height: 2rem;
  text-align: center;
  margin-left: 5%;
  border-radius: 3px;
}
.inside .cart .cartbtn a:first-child {
  background: #f03e03;
}
.inside .cart .sum {
  margin-bottom: 1rem;
}
.inside .cart .sum p {
  background: #e9e9e9;
  padding: 0 10px;
  margin-right: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 1px;
}
.inside .cart .sum p  span{
  background: #e9e9e9;
  float: left;
  width: 25%;
  border-right:1px solid #fff;
  margin-right: 10px;
  text-align: left;
}
.inside .forgetpwd {
  width: 90%;
  margin: 2rem auto;
  background: url("../images/forgetpwd_03.png") no-repeat;
  background-size: 100% 100%;
  padding: 3% 7%;
}
.inside .forgetpwd h4 {
  margin-bottom: 1rem;
  font-size: 12px;
  color: #4d4d4d;
}
.inside .forgetpwd input {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}
.inside .forgetpwd .input {
  margin-bottom: 1.5rem;
}
.inside .forgetpwd .input .msg {
  width: 60%;
  margin-right: 5%;
  float: left;
}
.inside .forgetpwd .input .obtain {
  width: 35%;
  height: 3rem;
  background: url("../images/forgetpwd_ob.jpg") no-repeat;
  background-size: 100% 100%;
  display: block;
  float: left;
}
.inside .forgetpwd .input .submit {
  background: #e04c00;
  color: #fff;
  line-height: 3rem;
  width: 40%;
  margin-right: 15%;
  text-indent: 0;
}
.inside .forgetpwd .input .back {
  font-size: 12px;
  color: #000000;
}
.inside .help .help_page .title1 {
  margin: 1.25rem 0;
}
.inside .help .help_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .help .help_page .con img {
  width: 100%;
}
.inside .loginhtml {
  width: 90%;
  margin: 2rem auto;
  background: url("../images/forgetpwd_03.png") no-repeat;
  background-size: 100% 100%;
  padding: 3% 7%;
}
.inside .loginhtml h4 {
  margin-bottom: 1.5rem;
  font-size: 12px;
  color: #4d4d4d;
}
.inside .loginhtml h4 a {
  color: #e93b00;
}
.inside .loginhtml h4 .helpbtn {
  float: right;
}
.inside .loginhtml input {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}
.inside .loginhtml .input {
  margin-bottom: 1.5rem;
}
.inside .loginhtml .input #remember {
  width: 15px;
  margin-top: 1px;
  height: 15px;
  vertical-align: bottom;
}
.inside .loginhtml .input a {
  color: #e93b00;
}
.inside .loginhtml .input label {
  line-height: 15px;
}
.inside .loginhtml .input .submit {
  background: #e04c00;
  color: #fff;
  line-height: 3rem;
  margin-right: 15%;
  text-indent: 0;
}
.inside .news_list .news_con .new_title {
  text-align: center;
  padding: 1.25rem 0;
  border-bottom: 1px dashed #bababa;
  margin-bottom: 1.25rem;
}
.inside .news_list .news_con .new_title h5 {
  color: #303030;
  font-size: 14px;
  margin-bottom: 0.75rem;
}
.inside .news_list .news_con .new_title h6 {
  color: #303030;
  font-size: 12px;
}
.inside .news_list .news_con .new_title h6 a {
  color: #303030;
}
.inside .news_list .news_con .text {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}
.inside .news_list .news_con .share {
  margin: 1rem 0;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 0.75rem;
}
.inside .news_list .news_con .share a {
  margin: 0 3px;
  float: right;
}
.inside .news_list .news_con .share a img {
  width: 15px;
  height: 15px;
}
.inside .news_list .news_con .next {
  padding-bottom: 1.25rem;
}
.inside .news_list .news_con .next a {
  color: #555555;
  font-size: 12px;
}
.inside .pro .pro_list .hd {
  background: url("../images/1_02.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  text-align: center;
  padding: 1rem 0 0.75rem;
}
.inside .pro .pro_list .hd ul {
  display: inline-block;
}
.inside .pro .pro_list .hd ul li {
  float: left;
}
.inside .pro .pro_list .hd ul li a {
  display: block;
  font-size: 16px;
  color: #494949;
  padding: 0 0.5rem;
}
.inside .pro .pro_list .hd ul .on a {
  color: #e93b00;
}
.inside .pro .pro_list .search {
  padding-top: 0.75rem;
}
.inside .pro .pro_list .search form {
  display: block;
  width: 90%;
  overflow: hidden;
  margin: 0 5% 0 5%;
}
.inside .pro .pro_list .search form input {
  float: left;
  width: 85%;
  height: 2.5rem;
  border: 1px solid #e93c03;
}
.inside .pro .pro_list .search form .submit {
  width: 15%;
  border-radius: 0px 5px 5px 0;
  background: url("../images/search.jpg") no-repeat center center;
  background-color: #e93c03;
  background-size: 50% auto;
}
.inside .pro .pro_list .hot {
  width: 90%;
  margin-left: 5%;
  font-size: 13px;
  color: #898787;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.inside .pro .pro_list .tradepro {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
}
.inside .pro .pro_list .tradepro ul {
  width: 100%;
  padding: 0 5px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside .pro .pro_list .tradepro ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.inside .pro .pro_list .tradepro ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #535353;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.inside .pro .pro_list .tradepro ul li a img {
  vertical-align: middle;
}
.inside .pro .pro_list .tradepro .btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  bottom: -0.675rem;
  left: 50%;
  margin-left: -0.675rem;
  z-index: 10;
}
.inside .pro .pro_list .tradepro .btn img {
  width: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.inside .pro .pro_list .bd ul {
  width: 100%;
  padding: 0 ;
  text-align: center;
}
.inside .pro .pro_list .bd ul li {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-bottom: 10px;
}
.inside .pro .pro_list .bd ul li .img {
  border: 1px solid #f6f6f6;
}
.inside .pro .pro_list .bd ul li .img img {
  display: block;
  width: 80%;
  margin: 1.5rem auto;
}
.inside .pro .pro_list .bd ul li .border {
  border: 1px solid #f6f6f6;
  border-top: none;
}
.inside .pro .pro_list .bd ul li .border h3 {
  color: #363636;
  font-size: 14px;
  text-align: left;
  padding: 5px 5px 0 5px;
}
.inside .pro .pro_list .bd ul li .border h3 span {
  color: #fb6c0e;
}
.inside .pro .pro_list .bd ul li .border h4 {
  color: #444444;
  font-size: 14px;
  margin: 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside .pro .pro_list .bd ul li .btn {
  border: 1px solid #f6f6f6;
  border-top: none;
}
.inside .pro .pro_list .bd ul li .btn .box {
  float: left;
  text-align: center;
  color: #282828;
  display: block;
  width: 50%;
  border-left:1px solid #f6f6f6;
  padding: 10px 0;
}
.inside .pro .pro_list .bd ul li .btn .box :first-child{
  border-left:none;
}
.inside .pro .pro_list .bd ul li .btn .box a{
  text-align: center;
  color: #282828;
  padding: 5px 8px;
}
.inside .pro .pro_list .bd ul li .btn .box .link {
  color: #fff;
  background: #e93b00;

}
.inside .pro_list .pro_trademark {
  background: #f65d2f;
  color: #fff;
  padding: 1rem;
  margin: 1rem 0 0;
}
.inside .pro_list .pro_trademark h5 {
  font-size: 14px;
  font-weight: bold;
}
.inside .pro_list .pro_trademark_con {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 24px;
  background: #f6f6f6;
  padding: 0.5rem;
}
.inside .pro_list .pro_price {
  font-size: 12px;
  color: #4d4d4d;
  padding: 0.5rem;
  border-bottom: 1px dashed #e1e1e1;
}
.inside .pro_list .pro_price span {
  font-size: 16px;
  color: #e93b00;
}
.inside .pro_list .coupon {
  padding: 0.5rem;
  color: #4d4d4d;
}
.inside .pro_list .coupon .coupon_con a {
  color: #f76236;
}
.inside .pro_list .coupon p {
  margin: 0.25rem 0;
}
.inside .pro_list .three a {
  width: 30%;
  display: block;
  float: left;
  font-size: 12px;
  color: #fafafa;
  line-height: 30px;
  background-color: #f03e03;
  text-align: center;
  border-radius: 3px;
  margin-right: 5%;
}
.inside .pro_list .three .shop {
  background: url("../images/2trademarkshop.jpg") no-repeat;
  background-size: 100% 100%;
}
.inside .pro_list .trademarkinside_page .title1 {
  margin: 1.25rem 0;
}
.inside .pro_list .trademarkinside_page .title1 h4 {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 3px;
}
.inside .pro_list .trademarkinside_page .con img {
  width: 100%;
}
.inside .reg {
  width: 90%;
  margin: 2rem auto;
  background: url("../images/forgetpwd_03.png") no-repeat;
  background-size: 100% 100%;
  padding: 3% 7%;
}
.inside .reg h4 {
  margin-bottom: 1.5rem;
  font-size: 12px;
  color: #4d4d4d;
}
.inside .reg h4 a {
  color: #e93b00;
}
.inside .reg h4 .helpbtn {
  float: right;
}
.inside .reg input {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}
.inside .reg .input {
  margin-bottom: 1.5rem;
}
.inside .reg .input #read {
  width: 15px;
  margin-top: 1px;
  height: 15px;
  vertical-align: bottom;
}
.inside .reg .input a {
  color: #e93b00;
}
.inside .reg .input label {
  line-height: 15px;
  color: #000000;
}
.inside .reg .input .msg {
  width: 60%;
  margin-right: 5%;
  float: left;
}
.inside .reg .input .obtain {
  width: 35%;
  height: 3rem;
  background: url("../images/forgetpwd_ob.jpg") no-repeat;
  background-size: 100% 100%;
  display: block;
  float: left;
}
.inside .reg .input .submit {
  background: #e04c00;
  color: #fff;
  line-height: 3rem;
  width: 100%;
  margin-right: 15%;
  text-indent: 0;
}
.wap_footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  z-index: 1000;
  background: #252525;
}
.wap_footer dl {
  width: 20%;
  float: left;
  text-align: center;
}
.wap_footer dt {
  height: 33px;
}
.wap_footer dd {
  color: #fff;
}
.wap_footer dl dt img {
  width: 40%;
}
/*�ֻ��ײ�����*/
.wap_search_input {
  position: fixed;
  bottom: 70px;
  left: 100%;
  width: 100%;
  z-index: 1000;
  padding: 8px 2%;
  background: #252525;
}
.wap_search_input:after {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wap_search_input input {
  float: left;
  width: 80%;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding-left: 2%;
  color: #fff;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
.wap_search_input p {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: relative;
  z-index: 100;
  margin-left: 2%;
  width: 18%;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
/*��ɫ����*/
.black_cloth {
  position: fixed;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: url(../images/black_cloth.png) repeat;
  display: none;
  top: 0;
  left: 0;
}
/*�ֻ����ߵ��򵼺�*/
.wap_menu {
  width: 250px;
  position: fixed;
  top: 0px;
  left: -251px;
  height: 100%;
  text-align: left;
  z-index: 10000001;
  overflow-y: scroll;
  background: #252525;
}
.wap_menu li.menu_tit {
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 10px 10px;
  color: #fff;
}
.wap_menu li.menu_tit span {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  border-bottom: none;
  z-index: 1000;
}
.wap_menu li {
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.wap_menu li .wap_menu1 {
  line-height: 30px;
  font-size: 16px;
  text-transform: Uppercase;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.wap_menu li p {
  padding: 10px 10px;
}
.wap_menu li .wap_menu1 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  color: #fff;
  font-size: 16px;
}
.wap_menu li .wap_menu1 p.left {
  float: none;
}
.wap_menu li .wap_menu1 p.right {
  width: 15%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  z-index: 1000;
}
.wap_menu li .wap_menu2 {
  display: none;
}
.wap_menu li .wap_menu2 a {
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 10px;
}
.wap_menu li .wap_menu2 a i {
  float: left;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 13px 10px 0 5px;
}
.wap_menu li .wap_menu2 a span {
  float: left;
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*2018-2-10*/
#content .percon .title h4 span{
  color: #fff;
  font-size: 14px;
  line-height: 2.25rem;
  float: right;
  margin-right: 10px;
}
#content .percon .perconsid {
  display: none;
}
#content .percon .perconsid .perconsidmenu li ul{
  display: none;
}
#content .percon .perconsid .perconsidmenu .sub_a{
  color: #383838;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #eae9e9;
  padding: 10px 30px;
  background: url("../images/szj.jpg") no-repeat left 10px center;
}
#content .percon .perconsid .perconsidmenu .sub_b{
  font-size: 12px;
  color: #383838;
  display: block;
  padding: 5px 40px;
}
#content .percon .order{
  border: 1px solid #d5d5d5;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .percon .order .orderhead{
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  color: #383838;
  padding: 5px 10px;
  position: relative;
}
#content .percon .order .orderhead:after{
  content: "";
  width: 20%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f03e03;
}
#content .percon .order .pel{
  padding: 20px;
  font-size: 12px;
  color: #383838;
  line-height: 18px;
}
#content .percon .order .orderlist{
  padding-bottom: 20px;
}
#content .percon .order .orderlist .orderlisttitle{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 10px auto;
}
#content .percon .order .orderlist .orderlisttitle li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  background: #f7f7f7;
}
#content .percon .order .orderlist .orderlistcon{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0;
}
#content .percon .order .orderlist .orderlistcon:last-child{
  border: 1px solid #e5e5e5;
}
#content .percon .order .orderlist .orderlistcon li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
#content .percon .order .orderlist .orderlistcon li:first-child{
  border-left: none;
}
#content .percon .order .ordernum{
  padding: 0px 0 20px;
}
#content .percon .order .ordernum p{
  text-align: right;
  font-size: 12px;
  color: #383838;
  padding-right: 5%;
}
#content .percon .order .ordernum p span{
  display: inline-block;
  width: 20%;
  color: #f03e03;
  text-align: left;
}
#content .percon .order .buylist{
  padding-bottom: 20px;
}
#content .percon .order .buylist .orderlisttitle{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 10px auto;
}
#content .percon .order .buylist .orderlisttitle li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  background: #f7f7f7;
}
#content .percon .order .buylist .orderlistcon:last-child{
  border: 1px solid #e5e5e5;
}
#content .percon .order .buylist .orderlistcon{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0;
}
#content .percon .order .buylist .orderlistcon li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
#content .percon .order .buylist .orderlistcon li:first-child{
  border-left: none;
}
#content .percon .order .buylist .buycon{
  width: 90%;
  margin: 10px auto;
}
#content .percon .order .buylist .buycon span{
  color: #666769;
  font-size: 12px;
  display: inline-block;
  border-left: 1px solid #d5d5d5;
  padding: 0 5px;
}
#content .percon .order .buylist .buycon .on{
  color: #fd5600;
}
#content .percon .order .buylist .buycon span:first-child{
  border-left: none;
}
#content .percon .order .sublist{
  padding-bottom: 20px;
}
#content .percon .order .sublist .orderlisttitle{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 10px auto;
}
#content .percon .order .sublist .number{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 10px auto;
  font-size: 12px;
  line-height: 20px;
  background: #f7f7f7;
  padding: 5px 15px;
}
#content .percon .order .sublist .orderlisttitle li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  background: #f7f7f7;
}
#content .percon .order .sublist .orderlistcon{
  border: 1px solid #e5e5e5;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0;
}
#content .percon .order .sublist .orderlistcon:last-child{
  border: 1px solid #e5e5e5;
}
#content .percon .order .sublist .orderlistcon li{
  float: left;
  width: 25%;
  font-size: 12px;
  line-height: 20px;
  color: #4e4e4e;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
#content .percon .order .sublist .orderlistcon li:first-child{
  border-left: none;
}
#content .percon .order .payment{  width: 90%;  margin: 10px auto;}
#content .percon .order .payment h4 {  color: #ff1200  ; }
#content .percon .order .payment .paymentlist {
  margin: 10px 0;}
#content .percon .order .payment .paymentlist li{  color: #666666  ; font-size: 12px;  border:1px solid #dbdbdb;    display: inline-block;padding: 1px 8px;margin: 0 3px}
#content .percon .order .payment .paymentlist .on{ border: 1px solid #ff5200;
  background: url("../images/interFace2.jpg") no-repeat right bottom;}
#content .percon .order .payment .paydisplay{  border: 1px solid #dcdcdc;   }
#content .percon .order .payment .paydisplay img{    width: 30%;  margin: 10px;  }
#content .percon .order .payment .paydisplay .on{  border: 1px solid #ff5200; }
#content .percon .order .payment .money{
  margin: 10px 0;}
#content .percon .order .payment .money p{text-align: right}
#content .percon .order .payment .money p span{  color: #e45400;font-size: 14px;  }
#content .percon .order .payment .money p a{ display:inline-block;background: #f03e03;  padding: 5px 15px; color: #fff;margin:0 15px;}
#content .percon .order .informationCon {
  box-sizing: border-box;
  width: 90%;
  margin: 15px auto;
}
#content .percon .order .informationCon form{
  width: 100%;
  margin: 0 auto;
}
#content .percon .order .informationCon form .list{margin-bottom:20px;}
#content .percon .order .informationCon form .list span{
  width: 25%;
  display: block;
  float: left;
  color: #4d4d4d;
  text-align: right;
}
#content .percon .order .informationCon form .list .on{
  line-height: 30px;
}
#content .percon .order .informationCon form .list span i{
  color: #ff0067;
}
#content .percon .order .informationCon form input[type="text"]{
  width: 60%;}
#content .percon .order .informationCon form .submit{background:#e10017;border: none;}
#content .percon .order .informationCon form .submit {
  background: #e10017;
  border: none;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 30%;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}
.m_zlxg{ width:56px; height:30px; line-height:30px;cursor:pointer;float:left;margin:0 10px 0 0;display:inline;background:url(../images/zlxg2.jpg) no-repeat;    background-size: 100% 100%;}
.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:30px; color:#333333; font-size:12px; font-family:"微软雅黑";text-overflow:ellipsis; white-space:nowrap;}
.m_zlxg2{ position:absolute; top:29px; border:1px solid #ded3c1;background:#fff; width:91px; display:none; max-height:224px;-height:224px; overflow-x:hidden; overflow-y:auto;white-space:nowrap;}
.m_zlxg2 li{line-height:28px;white-space:nowrap; padding-left:10px;font-family:"微软雅黑";color:#333333; font-size:12px;}
.m_zlxg2 li:hover{ color:#7a5a21;}
#sjld{
  /*width: 60%;*/
}




/*xx增加*/
.order_list{border-bottom: solid 10px #f3f4f5; }
.order_list .order_list_hd{    padding: 14px 15px 10px;font-size: 13px; border-top:solid 1px #ccc;}
.order_list .order_list_hd a{color: #333;}
.order_list .order_list_hd span {float: right;color: #999;}
.order_list .order_list_bd {padding: 10px 5px 10px 15px ;background: #f8f8f8; border-top:solid 1px #eee}
.order_list .order_list_bd .order_list_name{ width:76%; float:left;    overflow: auto;font-size: 14px;line-height: 22px;height: 44px; color:#333}
.order_list .order_list_bd .order_list_left{ float:right; width:22%; text-align:right}
.order_list .order_list_bd .order_list_left .order_list_price {overflow: auto;font-size: 14px;white-space: normal;line-height: 22px;height: 22px; color:#333; font-weight:bold}
.order_list .order_list_bd .order_list_left  .order_list_num{color: #999;font-size: 13px;line-height: 1.2;overflow: hidden; padding-left:8px;}
.order_list .order_list_priceall {text-align: right;padding: 10px;border-bottom: solid 1px #ccc;border-top:solid 1px #eee; font-size:14px;}
.order_list .order_list_priceall span{ font-size:12px;}
.order_list .order_list_priceall b{ color:#e93c03}
.menber_none {text-align: center;padding: 15px 0; font-size:16px;}

.order_list_btn{ text-align:right; padding:8px 4px 8px 8px;}
.order_list_btn .order_list_btn1{ width:21%; height:25px; line-height:25px; background:#eaeaea; color:#333; display:inline-block; text-align:center; border-radius:5px; margin-right:2%;}


.inside .cart .cartbtn a{ margin:0 auto; width:50%; float:none}
.inside .cart .cart_detail{ border:solid 1px #e9e9e9; position:relative; }
.inside .cart .cartbtn{ padding-top:10px; padding-bottom:10px; border-top:solid 1px #e9e9e9; margin-bottom:0}
.inside .cart .cart_detail .con span{ width:26%;margin-right:0; padding:0 2%; text-align:right}
.inside .cart .cart_detail .con{ width:85%; border-right:solid 1px #e9e9e9; background:#e9e9e9}
.inside .cart .cart_detail .con p{ float:right; text-align:left; width:74%;padding:5px 3%; line-height:20px; background:#fff;border-bottom:solid 1px #e9e9e9;}
.inside .cart .cart_detail .car_detail_delete{ position:absolute; right:5%; top:45%; width:5%;}
.inside .cart .cart_detail .car_detail_delete img{ width:100%}
.inside .cart .cart_detail .con .p_1{float:right; text-align:left; width:74%;padding:5px 3%; line-height:30px;background:#fff;}
.inside .cart .sum p{ margin-right:0}
.inside .cart .sh_btn{ margin-top:15px; width:95%; margin:auto; margin-bottom:15px;}
.inside .cart .sh_btn a{ font-size:14px;border:solid 1px #CCCCCC; margin:0 5%;border-radius: 10px;    float: left;width: 40%;height:35px; line-height:35px; text-align:center; color:#333}
.inside .cart .sh_btn a.sh_btn2{   background-color: #a18455; color:#fff; border:none}
.inside .cart .sum p{ line-height:32px; font-size:14px;}
.inside .cart .sum p b{ font-size:16px; color:#e93b00}
.inside .cart .cart_detail .con em{ font-size:14px;line-height:20px;}
.inside .cart .sum{ margin-bottom:1.5rem}
.menber_none i{ display:block; }

.inside .lnnovation .classification .one .detail .one_detail.on{ border-color:#e93c03; color:#e93c03}
#content .percon .order .ordernum{ padding-bottom:5px;}

.category_all{ background:#f4f5f7;margin:10px -10px 15px -10px; padding-bottom:10px;}
.category_list1{ background:#fff; float:left; width:30%;}
.category_list1 ul li{ padding:15px 0; line-height:14px; border-bottom:solid 1px #f0f0f0; text-align:center;font-size:14px;border-right:solid 1px #f0f0f0; border-left:2px solid #fff}
.category_list1 ul{ border-bottom:solid 1px #f0f0f0; border-top:solid 1px #f0f0f0; }
.category_list1 ul li.current{  background:#f4f5f7; border-right:solid 1px #f4f5f7; border-left:solid 3px #e93b00; color:#e93b00;  font-weight:bold}
.category_list2{float:right; width:68%;}
.category_list2 dl{ margin-bottom:0px;}
.category_list2 dt{ font-size:12px; display:block; padding:10px 5px; line-height:14px;font-weight:bold}
.category_list2 dt a{ color:#333}
.category_list2 dd{   background:#fff; padding:5px 0;}
.category_list2 dd a{  font-size:12px;text-align:center; display:inline-block; line-height:15px;  margin:5px 0px; color:#666; padding:0 14px; border-right:solid 1px #ccc }


/*xx4.16增加*/
.title h4 i{ float:right; font-style:normal; padding-right:5px;}
  ul.sidemenu {
    width: 100%;
    display: none;
  }
  /*一级的样式*/
 ul.sidemenu > li.sub1 ul {
    display: none;
  }
 ul.sidemenu > li.sub1 > a.sub1_a {
    display: block;
    box-sizing: content-box;
    color: #333;
    padding:0 10px 0 25px;
    line-height:40px; height:40px;
    border-bottom: solid 1px #eae9e9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; background: url("../images/szj.jpg") no-repeat 5px center;
  }
   ul.sidemenu > li.sub1 > ul { padding-top:5px;}
  ul.sidemenu > li.current > a.sub1_a {
    color: #ff0000;
  }
    #content .touchTab #leftTabBox .bd ul li a h3{ height:20px; line-height:20px;}
#content .touchTab #leftTabBox .bd ul li a h4{ height:20px; line-height:20px;}
  /*二级的样?/
  ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
    display: block; padding:0 10px 0 25px;
    color: #333;
    text-overflow: ellipsis; line-height:30px; height:30px;
    overflow: hidden;
    white-space: nowrap;
  }
  
  /*三级的样?/
   ul.sidemenu > li.sub1 > ul> li.sub2 > ul { padding-top:5px;}
 ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
    display: block;
     padding:0 10px 0 25px;
    color: #666; line-height:25px; height:25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
