@charset "UTF-8";
/* 首页 */

.banner {
  margin: 0 auto;
}

#indexSwiper {
  width: 100%;
  height: 100%;
}

#swiperDots .swiper-pagination-bullet {
  background: #fff;
  width: 6px;
  height: 6px;
  opacity: 1;
}

#swiperDots .swiper-pagination-bullet-active {
  background: #ffd143;
  width: 25px;
  height: 6px;
  border-radius: 3px;
}

.indexAboutus {
  margin: 0 auto;
  height: 480px;
  background: url(../image/background1.jpg) no-repeat left;
  background-size: 1192px 480px;
}

.indexAboutus .content {
  margin: 0 auto;
  width: 1200px;
}

.indexAboutus .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexAboutus .content .left {
  float: left;
  width: 232px;
  height: 53px;
  margin-top: 61px;
}

.indexAboutus .content .right {
  float: left;
  width: 725px;
  margin: 130px 0 0 160px;
}

.indexAboutus .content .right .title {
  font-size: 20px;
  color: #333;
}

.indexAboutus .content .right .text {
  height: 140px;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  margin: 30px auto 50px auto;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.public_button {
  width: 100px;
  height: 36px;
  background: #1a76ff;
  color: #fff;
  text-align: center;
  line-height: 36px;
  position: relative;
  cursor: pointer;
}

.public_button a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.public_button div {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -1px;
  overflow: hidden;
}

.public_button div span {
  display: block;
  float: right;
  width: 25px;
  height: 2px;
  background: #1a76ff;
}

.indexCompanyProducts {
  margin: 57px auto 0 auto;
  height: auto;
  background: url(../image/background2.jpg) no-repeat right;
  background-size: 730px 100%;
}

.indexCompanyProducts .content {
  margin: 0 auto;
  width: 1200px;
}

.indexCompanyProducts .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexCompanyProducts .content .left {
  width: 780px;
  float: left;
  background: rgba(255, 255, 255, 0.8);
}

.indexCompanyProducts .content .left .title {
  border-bottom: 1px dashed #a0a0a0;
  padding: 25px 0;
  width: 767px;
  margin-left: 13px;
}

.indexCompanyProducts .content .left .title div {
  font-size: 40px;
  color: #b0b0b0;
  line-height: 40px;
}

.indexCompanyProducts .content .left .title span {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  display: block;
  margin-top: 25px;
}

.indexCompanyProducts .content .left .ul {
  height: 84px;
  margin: 18px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.indexCompanyProducts .content .left .ul .li {
  margin: 0 auto;
}

.indexCompanyProducts .content .left .ul .li .li_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 0;
}

.indexCompanyProducts .content .left .ul .li .li_title div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #328dff;
}

.indexCompanyProducts .content .left .ul .li .li_title span {
  font-size: 18px;
  margin-left: 8px;
  display: block;
}

.indexCompanyProducts .content .left .ul .li .text {
  margin-left: 13px;
  color: #666;
  width: 650px;
  line-height: 30px;
}

.indexCompanyProducts .content .left .imgs {
  width: 350px;
  height: 190px;
}

.indexCompanyProducts .content .right {
  float: left;
  width: 330px;
  margin-left: 90px;
}

.indexCompanyProducts .content .right .titles {
  width: 296px;
  height: 54px;
  margin-top: 50px;
}

.indexCompanyProducts .content .right ul {
  margin: 50px auto;
}

.indexCompanyProducts .content .right ul li {
  position: relative;
  font-size: 16px;
  margin-top: 25px;
}

.indexCompanyProducts .content .right ul li::after {
  content: '';
  display: none;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -16px;
  bottom: 2px;
}

.indexCompanyProducts .content .right ul li a {
  color: #fff;
}

.indexCompanyProducts .content .right ul .listafterShow {
  font-style: oblique;
}

.indexCompanyProducts .content .right ul .listafterShow::after {
  display: block;
}

.indexCompanyProducts .content .right .public_button {
  background: #ffd143;
}

.indexCompanyProducts .content .right .public_button a {
  color: #1a76ff;
  display: block;
  width: 100%;
  height: 100%;
}

.indexCompanyProducts .content .right .public_button div {
  width: 40px;
  height: 2px;
  background: #1a76ff;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -1px;
  overflow: hidden;
}

.indexCompanyProducts .content .right .public_button div span {
  display: block;
  float: right;
  width: 25px;
  height: 2px;
  background: #ffd143;
}

.indexSuccessfulCases {
  margin: 0 auto;
  padding: 100px 0;
}

.indexSuccessfulCases .ul {
  width: 1200px;
  height: 270px;
  margin: 38px auto 0 auto;
}

.indexSuccessfulCases .ul::after {
  content: '';
  display: block;
  clear: both;
}

.indexSuccessfulCases .ul .li {
  width: 285px;
  height: 270px;
  background: #fff;
  float: left;
  margin-left: 20px;
  border: 2px solid #007AFF;
  box-sizing: border-box;
  /* 内边框 */
  position: relative;
}

.indexSuccessfulCases .ul .li:first-child {
  margin-left: 0;
}

.indexSuccessfulCases .ul .li:hover {
  border: none;
  cursor: pointer;
}

.indexSuccessfulCases .ul .li .img {
  margin: 0 auto;
  max-height: 195px;
}

.indexSuccessfulCases .ul .li .text {
  /* background: url(../image/background3.jpg) no-repeat center;
				background-size: 100% 100%; */
  margin: 0 auto;
  height: 75px;
}

.indexSuccessfulCases .ul .li .text div {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  padding: 16px 0;
  margin: 0 auto;
  width: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexSuccessfulCases .ul .li .text a {
  font-size: 14px;
  color: #1a76ff;
  position: absolute;
  width: 66px;
  text-align: center;
  display: block;
  background: #fff;
  line-height: 14px;
  bottom: -4px;
  right: 20px;
}

.indexSuccessfulCases .ul .li:hover .text {
  background: url(../image/background3.jpg) no-repeat center;
  background-size: 100% 100%;
}

.indexSuccessfulCases .ul .li:hover .text a {
  position: initial;
  width: 265px;
  margin: 0 auto;
  text-align: left;
  background: none;
}

.public_title {
  margin: 0 auto;
}

.public_title img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.indexSolution {
  margin: 0 auto;
  padding: 74px 0;
  background: #eee;
}

.indexSolution .content {
  margin: 50px auto 0 auto;
  width: 1200px;
  height: 475px;
  position: relative;
}

.indexSolution .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexSolution .content .li {
  width: 375px;
  height: 475px;
  background: #fff;
  float: left;
  margin-left: 35px;
  cursor: pointer;
}

.indexSolution .content .li:first-child {
  margin-left: 3px;
}

.indexSolution .content .li .top {
  margin: 0 auto;
  height: 173px;
  position: relative;
}

.indexSolution .content .li .top div {
  font-size: 45px;
  color: #e0dfdf;
  line-height: 45px;
  margin: 0 auto;
  width: 330px;
  padding-top: 65px;
}

.indexSolution .content .li .top span {
  font-size: 22px;
  color: #333;
  display: block;
  line-height: 22px;
  margin: 0 auto;
  width: 330px;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexSolution .content .li .top .imgs {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 38px;
  right: 35px;
}

.indexSolution .content .li .bottom {
  margin: 0 auto;
  height: 302px;
  position: relative;
}

.indexSolution .content .li .bottom .text {
  margin: 0 auto;
  width: 290px;
  height: 150px;
  padding-top: 50px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.indexSolution .content .li .bottom .but {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 31px;
  bottom: 39px;
}

.indexSolution .content .li .bottom .but img {
  display: none;
}

.indexSolution .content .li .bottom .but .butimg1 {
  display: block;
}

.indexSolution .content .li:hover .top div {
  color: #1a76ff;
}

.indexSolution .content .li:hover .bottom {
  background: url(../image/background4.png) no-repeat center;
  background-size: 100% 100%;
}

.indexSolution .content .li:hover .bottom .text {
  color: #fff;
}

.indexSolution .content .li:hover .bottom .but .butimg1 {
  display: none;
}

.indexSolution .content .li:hover .bottom .but .butimg2 {
  display: block;
}

.indexSolution .content .nextThis {
  right: -40px;
  outline: none;
}

.indexSolution .content .prevThis {
  left: -40px;
  outline: none;
}

#solutionSwiper {
  width: 100%;
  height: 100%;
}

.indexServiceForSupport {
  margin: 0 auto;
  padding: 55px 0;
  background: #fff;
}

.indexServiceForSupport .content {
  margin: 0 auto;
  width: 1200px;
  padding-top: 65px;
}

.indexServiceForSupport .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexServiceForSupport .content .li {
  float: left;
  width: 300px;
  height: 215px;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  cursor: pointer;
}

.indexServiceForSupport .content .li:last-child {
  border: none;
}

.indexServiceForSupport .content .li .image {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border: 2px solid #8a8a8a;
  border-radius: 50%;
  position: relative;
}

.indexServiceForSupport .content .li .image img {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -23px;
}

.indexServiceForSupport .content .li .image .imgs2 {
  display: none;
}

.indexServiceForSupport .content .li .title {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 16px;
  padding: 12px 0;
}

.indexServiceForSupport .content .li .title::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #7d7d7d;
  margin: 6px auto 0 auto;
}

.indexServiceForSupport .content .li .texts {
  margin: 0 auto;
  width: 155px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.indexServiceForSupport .content .li:hover .image {
  border-color: #1a76ff;
}

.indexServiceForSupport .content .li:hover .image .imgs2 {
  display: block;
}

.indexServiceForSupport .content .li:hover .image .imgs1 {
  display: none;
}

.indexServiceForSupport .content .li:hover .title::after {
  background: #1a76ff;
}

.indexNews {
  margin: 0 auto;
  padding: 66px 0;
  background: #f8f8f8;
}

.indexNews .title {
  margin: 0 auto;
  width: 1200px;
}

.indexNews .title span {
  font-size: 28px;
  color: #666;
  line-height: 28px;
  margin-right: 10px;
}

.indexNews .title font {
  font-size: 16px;
  color: #a5a5a5;
  font-weight: 100;
}

.indexNews .content {
  margin: 30px auto 0 auto;
  width: 1200px;
  height: 185px;
}

.indexNews .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexNews .content .left {
  width: 590px;
  height: 100%;
  float: left;
  overflow: hidden;
}

.indexNews .content .left .img {
  width: 315px;
  height: 185px;
  float: left;
}

.indexNews .content .left .text {
  width: 260px;
  height: 100%;
  float: right;
}

.indexNews .content .left .text .title-text {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexNews .content .left .text .text-text {
  margin: 25px auto 0 auto;
  height: 110px;
  font-size: 14px;
  color: #666;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.indexNews .content .left .text .date-text {
  margin: 10px auto 0 auto;
  overflow: hidden;
}

.indexNews .content .left .text .date-text span {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

.indexNews .content .left .text .date-text a {
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
}

.indexNews .content .left .text .date-text a:hover {
  color: #007AFF;
}

.indexNews .content .right {
  width: 530px;
  height: 100%;
  float: right;
}

.indexNews .content .right .r-title {
  margin: 0 auto;
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
}

.indexNews .content .right .r-title .tabs {
  float: left;
  font-size: 18px;
  line-height: 18px;
  padding: 8px 0;
}

.indexNews .content .right .r-title .tabs span {
  cursor: pointer;
}

.indexNews .content .right .r-title .tabs .spanStyle {
  color: #007AFF;
}

.indexNews .content .right .r-title .tabs font {
  margin: 0 4px;
}

.indexNews .content .right .r-title a {
  display: block;
  float: right;
  font-size: 16px;
  color: #666;
  margin-top: 7px;
}

.indexNews .content .right .list {
  margin: 0 auto;
}

.indexNews .content .right .list ul {
  display: none;
}

.indexNews .content .right .list ul:first-child {
  display: block;
}

.indexNews .content .right .list ul li {
  font-size: 14px;
  overflow: hidden;
  height: 34px;
  border-bottom: 1px dashed #f8f8f8;
  margin-top: 2px;
  line-height: 34px;
}

.indexNews .content .right .list ul li a {
  color: #666;
  display: block;
  width: 410px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexNews .content .right .list ul li span {
  float: right;
  font-size: 14px;
  color: #666;
}

.indexNews .content .right .list ul li:hover {
  border-color: #dadada;
}

.indexNews .content .right .list ul li:hover a {
  color: #333;
  font-style: oblique;
}

.indexNews .content .right .list ul li:hover span {
  color: #007AFF;
}

.sidebar {
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  display: none;
}

.sidebar .list {
  width: 50px;
  height: 50px;
  background: #3074ff;
  position: relative;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar .list .img {
  width: 25px;
  height: 25px;
}

.sidebar .list div {
  position: absolute;
  height: 100%;
  right: -200px;
  /* transform: translateX(-100%); */
  top: 0;
  background: #ffd143;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidebar .list div img {
  width: 25px;
  height: 25px;
  margin: 0 12px;
}

.sidebar .list div span {
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 12px;
  min-width: 80px;
  white-space: nowrap;
}

.sidebar .list:hover {
  margin: 1px 0;
}

.sidebar .list:hover div {
  right: 0;
}

/* 首页 */

/* 产品 */

.product_box1 {
  margin: 0 auto;
  padding: 50px 0;
}

.product_box1:nth-child(odd) {
  background: #fff;
}

.product_box1:nth-child(odd) .text {
  float: left;
}

.product_box1:nth-child(odd) .img {
  right: 80px;
}

.product_box1:nth-child(even) {
  background: #f9f9f9;
}

.product_box1:nth-child(even) .text {
  float: right;
}

.product_box1:nth-child(even) .img {
  left: 0;
}

.product_box1:nth-child(even) .public_button {
  background: #ffd143;
}

.product_box1:nth-child(even) .public_button a {
  color: #3074ff;
}

.product_box1 .content {
  margin: 0 auto;
  width: 1200px;
  min-height: 370px;
  position: relative;
}

.product_box1 .content::after {
  content: '';
  display: block;
  clear: both;
}

.product_box1 .content .text {
  width: 680px;
}

.product_box1 .content .text .title {
  margin: 0 auto;
}

.product_box1 .content .text .title span {
  font-size: 29px;
  line-height: 29px;
  display: inline-block;
  background: linear-gradient(to top, #b2ceff, #1a76ff);
  -webkit-background-clip: text;
  color: transparent;
}

.product_box1 .content .text .title div {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding: 15px 0;
}

.product_box1 .content .text .ul {
  margin: 0 auto;
}

.product_box1 .content .text .ul .li div {
  font-size: 18px;
  color: #333;
  overflow: hidden;
}

.product_box1 .content .text .ul .li div font {
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  border-radius: 50%;
  background: #328dff;
  margin: 10px 8px 0 0;
}

.product_box1 .content .text .ul .li span {
  display: block;
  width: 645px;
  font-size: 14px;
  color: #666;
  margin-left: 13px;
  text-align: justify;
  line-height: 24px;
  padding: 8px 0;
}

.product_box1 .content .img {
  width: 370px;
  height: 370px;
  position: absolute;
  top: 50%;
  margin-top: -185px;
}

/* 产品 */

/* 成功案例 */

.success {
  margin: 0 auto;
  width: 1200px;
  padding: 50px 0;
}

.success::after {
  content: '';
  display: block;
  clear: both;
}

.success .list {
  float: left;
  width: 285px;
  margin: 0 0 30px 20px;
}

.success .list:nth-child(4n+1) {
  margin-left: 0;
}

.success .list .img {
  margin: 0 auto;
  height: 195px;
}

.success .list .text {
  margin: 0 auto;
  padding: 16px 0;
  background: #fafafa;
}

.success .list .text .title {
  margin: 0 auto;
  width: 260px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
}

.success .list .text .texts {
  margin: 15px auto 0 auto;
  width: 260px;
  text-align: justify;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.success .list:hover .text {
  background: url(../image/background4.jpg) no-repeat center;
  background-size: 100% 100%;
}

.success .list:hover .text .title {
  color: #333;
}

.success .list:hover .text .texts {
  color: #333;
}

/* 成功案例 */

/* 解决方案 */

.industryPainPoints {
  margin: 0 auto;
  padding: 65px 0;
}

.industryPainPoints .content {
  margin: 0 auto;
  width: 1000px;
}

.industryPainPoints .content ul {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}

.industryPainPoints .content ul li {
  width: 280px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 80px;
}

.industryPainPoints .content ul li:first-child {
  margin-left: 0;
}

.industryPainPoints .content ul li .iocns {
  margin: 0 auto;
  border: 1px dashed #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  padding: 6px;
}

.industryPainPoints .content ul li .iocns div {
  width: 70px;
  height: 70px;
  background: #e5e5e5;
  border-radius: 50%;
  font-size: 29px;
  color: #807f7f;
  text-align: center;
  line-height: 70px;
}

.industryPainPoints .content ul li .text {
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  padding: 16px 0;
}

.industryPainPoints .content ul li:hover .iocns {
  border-color: #3074ff;
}

.industryPainPoints .content ul li:hover .iocns div {
  background: #3074ff;
  color: #fff;
}

.industryPainPoints .content ul li:hover .text {
  color: #333;
}

.solvetitle {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #333;
  line-height: 22px;
}

.solvetitle::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #3074ff;
  margin: 12px auto 0 auto;
}

.solutionts {
  margin: 0 auto;
  padding: 50px 0;
  background: #f8f8f8;
}

.solutionts .content {
  margin: 0 auto;
  width: 1200px;
}

.solutionts .content .text {
  margin: 0 auto;
  width: 1140px;
  padding: 32px 0;
  line-height: 26px;
}

.solutionts .content .img {
  margin: 0 auto;
  max-width: 1200px;
}

.solutionts .content .img img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.programValue {
  margin: 0 auto;
  padding: 55px 0;
}

.programValue .content {
  margin: 0 auto;
  width: 1200px;
}

.programValue .content ul {
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
  padding-top: 35px;
}

.programValue .content ul li {
  float: left;
  width: 200px;
  cursor: pointer;
  margin-left: 100px;
}

.programValue .content ul li:first-child {
  margin-left: 0;
}

.programValue .content ul li .imgs {
  margin: 0 auto;
  width: 83px;
  height: 83px;
  border: 1px solid #3074ff;
  border-radius: 10px;
}

.programValue .content ul li .imgs img {
  width: 56px;
  height: 56px;
  margin: 14px auto;
}

.programValue .content ul li .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0;
}

.programValue .content ul li .title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #3074ff;
  margin: 8px auto 0 auto;
}

.programValue .content ul li .text {
  font-size: 15px;
  color: #666;
  text-align: center;
}

.programValue .content ul li .text div {
  margin-bottom: 10px;
}

/* 解决方案 */

/* 服务与支持 */

.goldMedal {
  margin: 0 auto;
  width: 1150px;
}

.goldMedal .title {
  margin: 0 auto;
}

.goldMedal .title::after {
  content: '';
  display: block;
  clear: both;
}

.goldMedal .title img {
  width: auto;
  height: auto;
  float: right;
  margin-right: 25px;
}

.goldMedal .content {
  margin: 20px auto 0 auto;
  position: relative;
}

.goldMedal .content::after {
  content: '';
  display: block;
  clear: both;
}

.goldMedal .content .pos_img {
  width: 8px;
  height: 215px;
  position: absolute;
  left: 0;
  top: 0;
}

.goldMedal .content .left {
  width: 700px;
  float: left;
  margin-left: 40px;
}

.goldMedal .content .left ul {
  margin: 0 auto;
}

.goldMedal .content .left ul li {
  margin: 34px auto 0 auto;
}

.goldMedal .content .left ul li div {
  font-size: 18px;
  line-height: 18px;
}

.goldMedal .content .left ul li span {
  display: block;
  text-align: justify;
  line-height: 24px;
  margin-top: 24px;
}

.goldMedal .content .right {
  width: 317px;
  height: 354px;
  float: right;
  margin-top: 57px;
}

.serviceProblem {
  margin: 0 auto;
  padding-top:100px;
  width: 1160px;
}

.serviceProblem .title {
  margin: 0 auto;
}

.serviceProblem .title::after {
  content: '';
  display: block;
  clear: both;
}

.serviceProblem .title img {
  width: auto;
  height: auto;
  float: right;
  margin-right: 96px;
}

.serviceProblem ul {
  margin: 0 auto;
  padding-top: 66px;
}

.serviceProblem ul li {
  margin: 0 auto;
}

.serviceProblem ul li .titles {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

.serviceProblem ul li .titles div {
  width: 29px;
  height: 28px;
  float: left;
  margin-right: 5px;
}

.serviceProblem ul li .titles font {
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serviceProblem ul li span {
  color: #666;
  text-align: justify;
  line-height: 22px;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
}

.serviceProblem ul li span:hover {
  background: #f0f5ff;
  padding: 12px;
}

.serviceDownload {
  margin:  0 auto;
  padding-top:100px;
  width: 1155px;
}

.serviceDownload .title {
  margin: 0 auto;
}

.serviceDownload .title::after {
  content: '';
  display: block;
  clear: both;
}

.serviceDownload .title img {
  width: auto;
  height: auto;
  float: right;
  margin-right: 112px;
}

.serviceDownload ul {
  margin: 0 auto;
  padding-top: 48px;
}

.serviceDownload ul li {
  margin: 0 auto 2px auto;
  height: 60px;
  background: #e8f0ff;
  overflow: hidden;
  cursor: pointer;
}

.serviceDownload ul li .imgs {
  float: left;
  width: 25px;
  height: 23px;
  margin: 18px 27px 0 25px;
}

.serviceDownload ul li .imgs .img2 {
  display: none;
}

.serviceDownload ul li .title {
  float: left;
  line-height: 60px;
  font-size: 16px;
  width: 790px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serviceDownload ul li .button {
  float: right;
  width: 90px;
  height: 35px;
  background: #3074ff;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  margin: 12px 42px 0 0;
}

.serviceDownload ul li .button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.serviceDownload ul li:hover {
  background: url(../image/background5.jpg) no-repeat center;
  background-size: 100% 100%;
}

.serviceDownload ul li:hover .imgs .img1 {
  display: none;
}

.serviceDownload ul li:hover .imgs .img2 {
  display: block;
}

.serviceDownload ul li:hover .title {
  color: #fff;
}

.serviceDownload ul li:hover .button {
  background: #ffd143;
}

.serviceDownload ul li:hover .button a {
  color: #333;
}

.serviceTrain {
  margin: 0 auto;
  padding-top:70px;
  padding-bottom:70px;
  width: 1158px;
}

.serviceTrain .title {
  margin: 0 auto;
}

.serviceTrain .title::after {
  content: '';
  display: block;
  clear: both;
}

.serviceTrain .title img {
  width: auto;
  height: auto;
  float: right;
  margin-right: 102px;
}

.serviceTrain .textTitle {
  margin: 0 auto;
  width: 980px;
  text-align: center;
  color: #666;
  font-size: 16px;
  padding: 30px 0;
  line-height: 26px;
}

.serviceTrain .content {
  margin: 0 auto;
}

.serviceTrain .content::after {
  content: '';
  display: block;
  clear: both;
}

.serviceTrain .content .image1 {
  width: 310px;
  height: 530px;
  float: left;
}

.serviceTrain .content .image2 {
  width: 450px;
  height: 298px;
  float: left;
  margin-left: 15px;
}

.serviceTrain .content .image3 {
  width: 368px;
  height: 298px;
  float: left;
  margin-left: 15px;
}

.serviceTrain .content .image4 {
  width: 330px;
  height: 220px;
  float: left;
  margin: 12px 0 0 15px;
}

.serviceTrain .content .image5 {
  width: 490px;
  height: 220px;
  float: left;
  margin: 12px 0 0 13px;
}

.serviceTrain .content div {
  overflow: hidden;
  cursor: pointer;
}

.serviceTrain .content div img {
  transition: all 2s;
}

.serviceTrain .content div:hover img {
  transform: scale(1.3);
}

.tabMenus {
  margin: 0 auto;
  padding: 20px 0;
 }
 
 .tabMenus span {
  font-size: 18px;
  cursor: pointer;
  margin-left: 30px;
  color: #666;
 }
 
 .tabMenus span:first-child {
  margin-left: 0;
 }
 
 .tabMenus .spanStyle {
  color: #fff;
  background: #007AFF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
 }

 .con{
  display:block;
 }

/* 服务与支持 */

/* 关于我们 */

.aboutBriefIntroduction {
  margin: 0 auto;
  width: 1200px;
  padding-top: 50px;
}

.aboutBriefIntroduction::after {
  content: '';
  display: block;
  clear: both;
}

.aboutBriefIntroduction .left {
  width: 500px;
  height: 420px;
  float: left;
  position: relative;
}

.aboutBriefIntroduction .left .img {
  width: 380px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.aboutBriefIntroduction .left div {
  position: absolute;
  left: 0;
  right: 0;
  top: 137px;
  bottom: 38px;
  background: #f1f1f1;
}

.aboutBriefIntroduction .right {
  width: 650px;
  float: right;
}

.aboutBriefIntroduction .right .title {
  margin: 0 auto;
  padding: 9px 0 60px 0;
}

.aboutBriefIntroduction .right .title .name {
  overflow: hidden;
  display: inline-block;
}

.aboutBriefIntroduction .right .title .name font {
  font-size: 28px;
  color: #666;
  line-height: 28px;
}

.aboutBriefIntroduction .right .title .name div {
  width: 30px;
  height: 3px;
  float: right;
  margin: 14px 0 0 24px;
  background: #1a76ff;
}

.aboutBriefIntroduction .right .title span {
  display: block;
  font-size: 16px;
  color: #a5a5a5;
  font-weight: 100;
  line-height: 16px;
  margin-top: 10px;
}

.aboutBriefIntroduction .right .text {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.aboutDivision {
  margin: 86px auto 67px auto;
  height: 230px;
  background: url(../image/fengebg.jpg) no-repeat center;
  background-size: cover;
}

.aboutDivision .content {
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
}

.aboutDivision .content .left {
  float: left;
  font-size: 18px;
  color: #fff;
  width: 650px;
  line-height: 38px;
  margin-top: 50px;
}

.aboutDivision .content .right {
  float: right;
  color: #ffd143;
  font-size: 22px;
  font-style: oblique;
  margin-top: 150px;
  margin-right: 10px;
}

.aboutLeaving {
  margin: 0 auto;
  width: 1077px;
  padding-bottom: 70px;
}

.aboutLeaving::after {
  content: '';
  display: block;
  clear: both;
}

.aboutLeaving .left {
  float: left;
  width: 425px;
  margin-top: 50px;
}

.aboutLeaving .left .title {
  margin: 0 auto;
}

.aboutLeaving .left .title span {
  font-size: 45px;
  line-height: 45px;
  display: block;
}

.aboutLeaving .left .title span font {
  color: #3074ff;
}

.aboutLeaving .left .title .name {
  overflow: hidden;
  display: inline-block;
  font-size: 28px;
  color: #666;
  line-height: 28px;
  margin-top: 35px;
}

.aboutLeaving .left .title .name div {
  float: right;
  width: 30px;
  height: 3px;
  background: #1a76ff;
  margin: 12px 0 0 10px;
}

.aboutLeaving .left .inputs {
  margin: 30px auto 0 auto;
  border-bottom: 1px solid #d2d2d2;
}

.aboutLeaving .left .inputs input {
  display: block;
  margin: 0 auto;
  width: 420px;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding: 14px 0;
}

.aboutLeaving .left .leavingbt {
  margin: 0 auto;
  width: 420px;
  padding: 34px 0 10px 0;
  font-size: 14px;
  color: #666;
}

.aboutLeaving .left .textarea {
  width: 423px;
  border: 1px solid #d2d2d2;
}

.aboutLeaving .left .textarea textarea {
  display: block;
  margin: 0 auto;
  width: 420px;
  padding: 4px 0;
  min-height: 84px;
  color: #666;
}

.aboutLeaving .left .button {
  margin: 32px auto 0 auto;
  height: 37px;
  background: #f1f1f1;
}

.aboutLeaving .left .button button {
  display: block;
  line-height: 37px;
  cursor: pointer;
  color: #666;
}

.aboutLeaving .left .button-style {
  background: #3074ff;
}

.aboutLeaving .left .button-style button {
  color: #fff;
}

.aboutLeaving .right {
  float: right;
  width: 508px;
  position: relative;
  padding: 42px 0 67px 0;
}

.aboutLeaving .right .bgimgs {
  width: 480px;
  background: url(../image/background6.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-left: 28px;
  padding: 60px 0 54px 0;
  position: relative;
  z-index: 20;
}

.aboutLeaving .right .bgimgs .title {
  width: 330px;
  margin-left: 52px;
  font-size: 39px;
  color: #fff;
  line-height: 39px;
}

.aboutLeaving .right .bgimgs .list {
  width: 330px;
  overflow: hidden;
  margin: 50px 0 0 52px;
}

.aboutLeaving .right .bgimgs .list div {
  float: left;
  width: 30px;
  height: 30px;
}

.aboutLeaving .right .bgimgs .list span {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: block;
  float: left;
  width: 290px;
  margin-left: 10px;
}

.aboutLeaving .right .bgpos1 {
  position: absolute;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
}

.aboutLeaving .right .bgpos2 {
  width: 70px;
  height: 70px;
  background: #ffd143;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 40;
}

/* 关于我们 */

.navigationType {
  margin: 0 auto;
  width: 1185px;
}

.navigationType .top {
  margin: 0 auto;
  padding: 24px 0 12px 0;
}

.navigationType .top::after {
  content: '';
  display: block;
  clear: both;
}

.navigationType .top .left {
  float: left;
  width: 210px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.navigationType .top .left span {
  float: left;
  display: block;
  width: 28px;
  height: 28px;
  background-image: linear-gradient(#f79a1c, #ef590a);
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}

.navigationType .top .left div {
  width: 100%;
  float: left;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding-top: 8px;
  color: #666;
}

.navigationType .top .left img {
  width: 18px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 10px;
}

.navigationType .top .prevCenter {
  width: 480px;
  float: left;
  margin-left: 150px;
}

.navigationType .top .prevCenter .texts {
  font-size: 12px;
  color: #999;
  padding: 8px 0;
}

.navigationType .top .prevCenter .texts a {
  color: #999;
  margin-right: 10px;
}

.navigationType .top .prevCenter .texts a:hover {
  color: #ff1711;
}

.navigationType .top .center {
  height: 30px;
  overflow: hidden;
}

.navigationType .top .center .input {
  width: 399px;
  height: 28px;
  border: 1px solid #3083ff;
  border-right: none;
  background: #fff;
  float: left;
}

.navigationType .top .center .input input {
  display: block;
  width: 95%;
  margin: 0 auto;
  color: #666;
}

.navigationType .top .center .button {
  float: left;
  width: 80px;
  height: 30px;
  background: url(../image/sousuobg.jpg) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.navigationType .top .center .button button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.navigationType .top .center .button:active {
  opacity: 0.6;
}

.navigationType .top .right {
  display: inline-block;
  padding: 0 8px;
  height: 33px;
  border: 1px solid #ff690e;
  float: right;
  background: #ff690e;
  overflow: hidden;
}

.navigationType .top .right img {
  width: 19px;
  height: 17px;
  float: left;
  margin: 8px 9px 0 0;
}

.navigationType .top .right span {
  font-size: 14px;
  color: #fff;
  line-height: 33px;
}

.navigationType .top .right span font {
  color: #fff;
}

.navigationType .content {
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.navigationType .content::after {
  content: '';
  display: block;
  clear: both;
}

.navigationType .content .left_menu {
  float: left;
  width: 210px;
  min-height: 400px;
  background: #fff;
}

.navigationType .content .left_menu .top {
  padding: 0;
}

.navigationType .content .left_menu .top .left {
  height: 35px;
  background: #3083ff;
}

.navigationType .content .left_menu ul {
  margin: 0 auto;
  padding: 12px 0 13px 0;
}

.navigationType .content .left_menu ul li {
  margin: 0 auto;
  height: 34px;
}

.navigationType .content .left_menu ul li .father_a {
  display: block;
  width: 100%;
  height: 100%;
}

.navigationType .content .left_menu ul li .father_a::after {
  content: '';
  display: block;
  clear: both;
}

.navigationType .content .left_menu ul li .father_a img {
  float: left;
  width: 20px;
  height: 20px;
  margin: 7px 13px 0 10px;
}

.navigationType .content .left_menu ul li .father_a span {
  line-height: 34px;
  font-size: 14px;
}

.navigationType .content .left_menu ul li .father_a .imgs2 {
  display: none;
}

.navigationType .content .left_menu ul li:hover {
  background: #f8f8f8;
}

.navigationType .content .left_menu ul li:hover .father_a {
  color: #3083ff;
}

.navigationType .content .left_menu ul li:hover .father_a .imgs1 {
  display: none;
}

.navigationType .content .left_menu ul li:hover .father_a .imgs2 {
  display: block;
}

.navigationType .content .left_menu ul li:hover .secondLevelList {
  display: block;
}

.navigationType .content .left_menu_gwc {
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
}

.navigationType .content .left_menu_gwc ul li:hover {
  background: #fff;
}

.navigationType .content .left_menu_gwc ul li:hover .father_a {
  color: #3083ff;
}

.navigationType .content .left_menu_gwc ul li:hover .father_a .imgs1 {
  display: none;
}

.navigationType .content .left_menu_gwc ul li:hover .father_a .imgs2 {
  display: block;
}

.navigationType .content .left_menu_gwc ul li:hover .secondLevelList {
  display: block;
}

.navigationType .content .mallSwiper {
  float: right;
  width: 975px;
  height: 400px;
}

#spMallSwiper {
  width: 100%;
  height: 100%;
}

#spMallSwiper .swiper-pagination-bullet-active {
  background: #007AFF !important;
}

#spMallSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.gwc_second {
  left: 210px;
  top: 0;
  padding-right: 20px !important;
}

.secondLevelList {
  width: 975px;
  min-height: 335px;
  padding: 50px 0 15px 0;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.secondLevelList .list {
  margin: 16px 0 0 35px;
}

.secondLevelList .list .title {
  margin: 0 auto;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 0;
}
.secondLevelList .list .title a{
  color: #1a76ff;
}
.secondLevelList .list .lis {
  margin: 0 auto;
  overflow: hidden;
}

.secondLevelList .list .lis a {
  display: block;
  color: #666;
  font-size: 12px;
  margin: 8px 26px 0 0;
  float: left;
}

.secondLevelList .list .lis a:hover {
  color: #1a76ff;
  text-decoration: underline;
}

.hotSale {
  margin: 0 auto;
  width: 1198px;
  padding: 50px 0;
}

.hotSale::after {
  content: '';
  display: block;
  clear: both;
}

.hotSale .left {
  float: left;
  width: 190px;
  height: 260px;
}

.hotSale .right {
  float: right;
  width: 1008px;
  height: 260px;
  overflow: hidden;
}

.hotSale .right .list {
  float: left;
  width: 200px;
  height: 260px;
  margin-left: 2px;
  position: relative;
}

.hotSale .right .list:first-child {
  margin-left: 0;
}

.hotSale .right .list .imgs {
  background: #fbfcfe;
  height: 200px;
  margin: 0 auto;
}

.hotSale .right .list .title {
  margin: 0 auto;
  width: 190px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotSale .right .list .button {
  width: 190px;
  height: 26px;
  margin: 0 auto;
  background: url(../image/background7.jpg) no-repeat center;
  background-size: 100% 100%;
}

.hotSale .right .list .button a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hotSale .right .list .button a .money {
  float: left;
  width: 88px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotSale .right .list .button a .money font {
  font-size: 15px;
}

.hotSale .right .list .button a .money span {
  font-size: 20px;
}

.hotSale .right .list .button a .buy {
  float: right;
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #3083ff;
}

.hotSale .right .list .addCart {
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  right: 35px;
  transition: all 0.3s;
}

.hotSale .right .list:hover .addCart {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}

.mallSidebar {
  width: 38px;
  background: #34363a;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.mallSidebar .content {
  width: 100%;
  height: 100%;
  position: relative;
}

.mallSidebar .content .list {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mallSidebar .content .list .ul {
  padding-bottom: 48px;
}

.mallSidebar .content .list .ul .li {
  display: block;
  margin: 15px auto 0 auto;
  height: 38px;
  cursor: pointer;
  position: relative;
}

.mallSidebar .content .list .ul .li:first-child {
  margin-top: 0;
}

.mallSidebar .content .list .ul .li .pos-r-box {
  width: 80px;
  height: 38px;
  background: #34363a;
  position: absolute;
  right: 58px;
  top: 0;
  display: none;
  transition: all 0.3s;
}

.mallSidebar .content .list .ul .li .pos-r-box span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 38px;
  position: relative;
}

.mallSidebar .content .list .ul .li .pos-r-box span font {
  position: relative;
  z-index: 20;
}

.mallSidebar .content .list .ul .li .pos-r-box span div {
  width: 5px;
  height: 16px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -8px;
}

.mallSidebar .content .list .ul .li .pos-r-box-style {
  right: 38px;
}

.mallSidebar .content .list .ul .li:hover {
  background: #3074ff;
}

.mallSidebar .content .list .shoppingCart {
  width: 100%;
  margin: 0 auto;
  background: #3e424b;
  padding: 14px 0;
}

.mallSidebar .content .list .shoppingCart .img {
  width: 22px;
  height: 20px;
  margin: 0 auto;
}

.mallSidebar .content .list .shoppingCart .text {
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-lr;
  margin: 0 auto;
  letter-spacing: 4px;
  padding: 10px 0;
}

.mallSidebar .content .list .shoppingCart .number {
  width: 25px;
  height: 25px;
  background: #3074ff;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

.mallSidebar .content .list .shoppingCart .number span {
  display: block;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: -2px;
  right: -2px;
  line-height: 12px;
}

.mallSidebar .content .goTop {
  width: 24px;
  height: 34px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  margin-left: -12px;
  cursor: pointer;
}

.floor-box {
  margin: 0 auto;
  width: 1196px;
  padding-bottom: 20px;
}

.floor-box .floorMenu {
  width: 1180px;
  height: 38px;
  border-bottom: 2px solid #dfdfdf;
  margin-left: 13px;
}

.floor-box .floorMenu::after {
  content: '';
  display: block;
  clear: both;
}

.floor-box .floorMenu .left {
  float: left;
  overflow: hidden;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #227bff;
}

.floor-box .floorMenu .left img {
  width: 12px;
  height: 14px;
  float: left;
  margin: 12px 6px 0 0;
}

.floor-box .floorMenu .center {
  width: 890px;
  height: 38px;
  float: left;
  margin-left: 130px;
  font-size: 14px;
  line-height: 38px;
  overflow: hidden;
}

.floor-box .floorMenu .center a {
  color: #666;
  margin-left: 16px;
}

.floor-box .floorMenu .center a:first-child {
  margin-left: 0;
}

.floor-box .floorMenu .right {
  float: right;
  font-size: 14px;
  line-height: 38px;
  margin-right: 5px;
}

.floor-box .floorContent {
  margin: 0 auto;
}

.floor-box .floorContent ul {
  margin: 0 auto;
  padding: 26px 0;
}

.floor-box .floorContent ul::after {
  content: '';
  display: block;
  clear: both;
}

.floor-box .floorContent ul li {
  float: left;
  width: 230px;
  height: 338px;
  background: #fff;
  float: left;
  margin-bottom: 14px;
  margin-left: 11px;
}

.floor-box .floorContent ul li:nth-child(5n+1) {
  margin-left: 1px;
}

.floor-box .floorContent ul li .imgs {
  margin: 0 auto;
  height: 230px;
}

.floor-box .floorContent ul li .texts {
  margin: 0 auto;
  padding: 14px 0;
}

.floor-box .floorContent ul li .texts span {
  display: block;
  width: 215px;
  height: 45px;
  margin: 0 auto;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor-box .floorContent ul li .functions {
  margin: 0 auto;
  width: 215px;
  height: 31px;
  overflow: hidden;
}

.floor-box .floorContent ul li .functions .jiage {
  float: left;
  color: #e1251b;
  line-height: 31px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor-box .floorContent ul li .functions .jiage font {
  font-size: 15px;
}

.floor-box .floorContent ul li .functions .jiage span {
  font-size: 22px;
  font-weight: bolder;
}

.floor-box .floorContent ul li .functions .fun {
  float: right;
  width: 70px;
  height: 100%;
  overflow: hidden;
}

.floor-box .floorContent ul li .functions .fun .ajs {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  margin: 3px 6px 0 0;
  cursor: pointer;
}

.floor-box .floorContent ul li .functions .fun .ajs .imga1 {
  display: block;
}

.floor-box .floorContent ul li .functions .fun .ajs .imga2 {
  display: none;
}

.floor-box .floorContent ul li:hover {
  box-shadow: 0 0 12px #c5c5c5;
}

.floor-box .floorContent ul li:hover .texts {
  color: #e1251b;
}

.floor-box .floorContent ul .first_li .img {
  margin: 0 auto;
  height: 230px;
  position: relative;
}

.floor-box .floorContent ul .first_li .img .ggimg {
  width: 135px;
  height: 135px;
  position: absolute;
  /* right: 10px;
  top: 70px; */
  left: 50%;
  top: 50%;
  margin-top: -67px;
  margin-left: -67px;
}

.floor-box .floorContent ul .first_li .img .name {
  position: absolute;
  top: 20px;
  left: 16px;
  font-size: 16px;
  line-height: 26px;
  width: 200px;
  z-index: 20;
}

.floor-box .floorContent ul .first_li .img .name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor-box .floorContent ul .first_li .img .text {
  font-size: 20px;
  color: #e1251b;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.floor-box .floorContent ul .first_li .title {
  margin: 0 auto;
  height: 108px;
  text-align: center;
  line-height: 108px;
  font-size: 28px;
  font-weight: 600;
}

.floor-box .catFloorContent ul li {
  border: 1px solid #fff;
  box-sizing: border-box;
}

.floor-box .catFloorContent ul li .functions .fun img {
  width: 17px;
  height: 15px;
  margin-top: 4px;
}

.floor-box .catFloorContent ul li .functions .fun .imgs2 {
  display: none;
}

.floor-box .catFloorContent ul li:hover {
  box-shadow: 0 0 0 #fff;
  border: 1px solid #e1251b;
}

.floor-box .catFloorContent ul li:hover .functions .fun .imgs1 {
  display: none;
}

.floor-box .catFloorContent ul li:hover .functions .fun .imgs2 {
  display: block;
}

.elevator_tab {
  width: 70px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-60%);
  margin-left: -677px;
  display: none;
}

.elevator_tab span {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
}

.elevator_tab .ele {
  margin: 0 auto;
  background: #fff;
}

.elevator_tab .ele li {
  width: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px dashed #d2d2d2;
  line-height: 12px;
  padding: 6px 0;
}

.elevator_tab .ele li:last-child {
  border: none;
}

.elevator_tab .ele li div {
  color: #666;
}

.elevator_tab .ele li font {
  display: block;
  color: #666;
  margin-top: 3px;
}

.elevator_tab .ele .on {
  background: #f7f7f7;
  border: none;
}

.elevator_tab .ele .on div {
  color: #227bff;
}

.elevator_tab .ele .on font {
  color: #227bff;
}

.mallCrumbs {
  margin: 0 auto;
  width: 1180px;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 0;
}

.mallCrumbs span:last-child font {
  display: none;
}

.mallCrumbs span a {
  color: #666;
}

.mallCrumbs span a:hover {
  color: #3074ff;
}

.mallCrumbs span font {
  color: #666;
}

.mallCrumbsduli {
  line-height: 26px;
}

.mallCrumbsduli div {
  display: inline-block;
  height: 26px;
  border: 1px dashed #3083ff;
  padding: 0 14px;
  border-radius: 13px;
  color: #3083ff;
  margin: 0 0 10px 10px;
}

.mallCrumbsduli div a {
  color: #666;
  font-size: 16px;
  cursor: pointer;
}

.var_login {
  margin: 10px auto;
  width: 1198px;
  height: 43px;
  border: 1px solid #c0d9ff;
  background: #d1e3ff;
  overflow: hidden;
}

.var_login .left {
  float: left;
  height: 100%;
  overflow: hidden;
}

.var_login .left .img {
  width: 20px;
  height: 20px;
  float: left;
  margin: 12px 16px 0 10px;
}

.var_login .left span {
  line-height: 43px;
  color: #3a5f95;
}

.var_login .right {
  float: right;
  width: 80px;
  height: 30px;
  border-radius: 2px;
  background: #3083ff;
  margin: 7px 15px 0 0;
}

.var_login .right a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.allProducts {
  width: 1200px;
  height: 55px;
  margin: 14px auto 0 auto;
  background: #f1f1f1;
  overflow: hidden;
}

.allProducts .left {
  float: left;
  font-size: 18px;
  color: #3074ff;
  line-height: 55px;
  text-indent: 17px;
  font-weight: bolder;
}

.allProducts .right {
  float: right;
  width: 265px;
  height: 30px;
  margin: 13px 14px 0 0;
  overflow: hidden;
}

.allProducts .right .ipnut {
  width: 184px;
  height: 28px;
  float: left;
  border: 1px solid #d2d2d2;
  border-right: none;
}

.allProducts .right .ipnut input {
  display: block;
  margin: 0 auto;
  width: 95%;
}

.allProducts .right .button {
  width: 80px;
  height: 30px;
  float: right;
  cursor: pointer;
}

.listShoppingCart {
  margin: 0 auto;
  width: 1200px;
}

.listShoppingCart .cart-top {
  margin: 0 auto;
  overflow: hidden;
  padding: 16px 0;
}

.listShoppingCart .cart-top .left {
  float: left;
  line-height: 18px;
  overflow: hidden;
  margin-left: 14px;
}

.listShoppingCart .cart-top .left label {
  cursor: pointer;
}

.listShoppingCart .cart-top .left input {
  display: block;
  float: left;
}

.listShoppingCart .cart-top .left span {
  margin-left: 3px;
}

.listShoppingCart .cart-top .left font {
  margin-left: 88px;
}

.listShoppingCart .cart-top .right {
  float: right;
  width: 480px;
  margin-right: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listShoppingCart .ules {
  min-height: 400px;
  margin: 0 auto;
}

.listShoppingCart .ules li {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}

.listShoppingCart .ules li .inputChe {
  width: 100px;
  height: 88px;
  float: left;
}

.listShoppingCart .ules li .inputChe input {
  display: block;
  margin: 35px auto 0 auto;
  cursor: pointer;
}

.listShoppingCart .ules li .spli {
  width: 436px;
  height: 88px;
  float: left;
  overflow: hidden;
}

.listShoppingCart .ules li .spli .images {
  float: left;
  width: 88px;
  height: 88px;
}

.listShoppingCart .ules li .spli .texts {
  float: right;
  width: 340px;
  height: 88px;
}

.listShoppingCart .ules li .spli .texts span {
  display: block;
  margin: 0 auto;
  height: 45px;
  color: #666;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.listShoppingCart .ules li .spli .texts div {
  display: inline-block;
  height: 24px;
  background: #f1f1f1;
  margin-top: 19px;
  color: #999;
  line-height: 24px;
  padding: 0 16px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listShoppingCart .ules li .jiage {
  float: left;
  height: 88px;
  width: 110px;
  margin-left: 60px;
  line-height: 88px;
  text-align: center;
}

.listShoppingCart .ules li .number {
  float: left;
  width: 78px;
  height: 88px;
  margin-left: 53px;
}

.listShoppingCart .ules li .number .boxst {
  height: 45px;
  margin-top: 22px;
  overflow: hidden;
}

.listShoppingCart .ules li .number .boxst .textBox {
  float: left;
  width: 54px;
  height: 43px;
  border: 1px solid #e5e5e5;
  border-right: none;
}

.listShoppingCart .ules li .number .boxst .textBox input {
  display: block;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  line-height: 43px;
  text-align: center;
}

.listShoppingCart .ules li .number .boxst .butjj {
  float: right;
  width: 21px;
  height: 43px;
  border: 1px solid #e5e5e5;
}

.listShoppingCart .ules li .number .boxst .butjj div {
  height: 21px;
  background: #eee;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  color: #a5a5a5;
}

.listShoppingCart .ules li .number .boxst .butjj div:first-child {
  border-bottom: 1px solid #dcdcdc;
  color: #3476ff;
}

.listShoppingCart .ules li .jinge {
  float: left;
  width: 110px;
  height: 88px;
  margin-left: 53px;
  text-align: center;
  line-height: 88px;
  color: #e1261c;
}

.listShoppingCart .ules li .removes {
  float: left;
  height: 88px;
  width: 50px;
  text-align: center;
  line-height: 88px;
  margin-left: 65px;
}

.listShoppingCart .ules li .removes a {
  color: #3074ff;
}

.listShoppingCart .ules li:hover .spli .texts span {
  color: #e1261c;
}

.listShoppingCart .ules .liStyles {
  background: #fffcf2;
}

.listShoppingCart .cart-bottom {
  margin: 50px auto 0 auto;
  height: 65px;
  background: #fff;
  box-shadow: 0 0 4px #e0e0e0;
  overflow: hidden;
}

.listShoppingCart .cart-bottom .left {
  float: left;
  line-height: 65px;
}

.listShoppingCart .cart-bottom .left label {
  overflow: hidden;
  cursor: pointer;
  margin-right: 12px;
}

.listShoppingCart .cart-bottom .left label input {
  display: block;
  float: left;
  margin: 25px 3px 0 17px;
}

.listShoppingCart .cart-bottom .left a {
  margin-left: 8px;
  cursor: pointer;
}

.listShoppingCart .cart-bottom .right {
  float: right;
  overflow: hidden;
}

.listShoppingCart .cart-bottom .right .button {
  width: 100px;
  height: 50px;
  border-radius: 2px;
  background: #3074ff;
  float: right;
  overflow: hidden;
  margin: 8px 7px 0 0;
}

.listShoppingCart .cart-bottom .right .button button {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.listShoppingCart .cart-bottom .right .total {
  float: right;
  line-height: 65px;
  font-size: 18px;
  color: #666;
  margin-right: 35px;
}

.listShoppingCart .cart-bottom .right .total font {
  color: #3074ff;
}

.listShoppingCart .cart-bottom .right .quantity {
  float: right;
  line-height: 65px;
  font-size: 14px;
  margin-right: 16px;
}

.listShoppingCart .cart-bottom .right .quantity font {
  color: #3074ff;
  font-size: 16px;
  margin: 0 6px;
}

.listShoppingCart input[type="checkbox"] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  outline: none;
}

.listShoppingCart input[type="checkbox"]:checked {
  background: url(../image/fuxuantrue.png) no-repeat center;
  background-size: 100% 100%;
}

.listShoppingCart .gwcNull {
  margin: 90px auto 74px auto;
  width: 250px;
  height: 45px;
  background: #f1f1f1;
  border-radius: 23px;
  text-align: center;
  line-height: 45px;
  color: #666;
  display: none;
}

.listShoppingCart .gwcNull a {
  color: #3074ff;
  margin-left: 30px;
}

.listShoppingCart .gwcNull-Show {
  display: block;
}

.guessYouLike {
  margin: 0 auto;
  width: 1200px;
  padding: 26px 0 100px 0;
}

.guessYouLike .title {
  margin: 0 auto;
  font-size: 16px;
  padding: 22px 0;
  line-height: 16px;
}

.guessYouLike ul {
  margin: 0 auto;
  overflow: hidden;
}

.guessYouLike ul li {
  width: 230px;
  float: left;
  margin: 0 0 38px 12px;
}

.guessYouLike ul li:nth-child(5n+1) {
  margin-left: 1px;
}

.guessYouLike ul li .img {
  margin: 0 auto;
  height: 230px;
}

.guessYouLike ul li .titles {
  margin: 12px auto;
  width: 220px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.guessYouLike ul li .jiages {
  font-size: 18px;
  color: #e1251b;
  text-align: center;
}

.collectionTop {
  margin: 10px auto 24px auto;
  width: 1200px;
  height: 30px;
}

.collectionTop::after {
  content: '';
  display: block;
  clear: both;
}

.collectionTop .left {
  float: left;
  color: #666;
  line-height: 30px;
  margin-left: 8px;
}

.collectionTop .right {
  float: right;
  overflow: hidden;
  margin-right: 15px;
}

.collectionTop .right .inputs {
  float: right;
  width: 265px;
  height: 30px;
  background: #fff;
  overflow: hidden;
}

.collectionTop .right .inputs .input {
  width: 184px;
  height: 28px;
  border: 1px solid #d2d2d2;
  border-right: none;
  float: left;
}

.collectionTop .right .inputs .input input {
  display: block;
  margin: 0 auto;
  width: 145px;
}

.collectionTop .right .inputs .buttonns {
  width: 80px;
  height: 30px;
  float: right;
  background: url(../image/sousann.jpg) no-repeat center;
  background-size: 100% 100%;
}

.collectionTop .right .inputs .buttonns button {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.collectionTop .right .operation {
  width: 93px;
  height: 28px;
  border: 1px solid #eee;
  float: right;
  margin-right: 20px;
  background: #e5e5e5;
  color: #666;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.collectionTop .right .clickFun {
  float: right;
  overflow: hidden;
  /* display: none; */
}

.collectionTop .right .yes {
  width: 63px;
  height: 28px;
  float: right;
  margin-right: 20px;
  border: 1px solid #eee;
  background: #e5e5e5;
  color: #666;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.collectionTop .right .cancel {
  float: right;
  overflow: hidden;
  line-height: 30px;
  margin-right: 50px;
  cursor: pointer;
}

.collectionTop .right .cancel img {
  width: 20px;
  height: 18px;
  float: left;
  margin: 6px 10px 0 0;
}

.collectionTop .right .join {
  float: right;
  line-height: 30px;
  overflow: hidden;
  margin-right: 40px;
  cursor: pointer;
}

.collectionTop .right .join img {
  width: 19px;
  height: 17px;
  float: left;
  margin: 6px 10px 0 0;
}

.collectionTop .right .selectAll {
  float: right;
  overflow: hidden;
  line-height: 30px;
  margin-right: 54px;
  cursor: pointer;
}

.collectionTop .right .selectAll input {
  display: block;
  float: left;
  margin: 6px 7px 0 0;
}

.collectionTop .right .selectAll input[type="checkbox"] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  outline: none;
}

.collectionTop .right .selectAll input[type="checkbox"]:checked {
  background: url(../image/fuxuantrue.png) no-repeat center;
  background-size: 100% 100%;
}

.favoritesList {
  margin: 0 auto;
  width: 1197px;
  padding-bottom: 120px;
}

.favoritesList ul {
  min-height: 400px;
  margin: 0 auto;
}

.favoritesList ul::after {
  content: '';
  display: block;
  clear: both;
}

.favoritesList ul li {
  width: 230px;
  float: left;
  margin: 0 0 14px 11px;
  position: relative;
}

.favoritesList ul li:nth-child(5n+1) {
  margin-left: 0;
}

.favoritesList ul li .imgs {
  margin: 0 auto;
  height: 230px;
}

.favoritesList ul li .bottomborder {
  margin: 0 auto;
  width: 228px;
  height: 133px;
  padding-top: 16px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #fff;
}

.favoritesList ul li .text {
  margin: 0 auto;
  width: 216px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  line-height: 25px;
}

.favoritesList ul li .jiage {
  margin: 16px auto 0 auto;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}

.favoritesList ul li .jrgwc {
  margin: 9px auto 0 auto;
  width: 131px;
  height: 28px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  line-height: 28px;
  color: #666;
}

.favoritesList ul li .jrgwc img {
  float: left;
  width: 17px;
  height: 15px;
  margin: 7px 11px 0 18px;
}

.favoritesList ul li .jrgwc .img2 {
  display: none;
}

.favoritesList ul li .thisMarks {
  width: 230px;
  height: 380px;
  background: rgba(48, 116, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  /* display: none; */
}

.favoritesList ul li .inputChex {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  /* display: none; */
}

.favoritesList ul li .inputChex input {
  display: block;
}

.favoritesList ul li .inputChex input[type="checkbox"] {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  border: 3px solid #fff;
  outline: none;
}

.favoritesList ul li .inputChex input[type="checkbox"]:checked {
  background: url(../image/dafxkbg.png) no-repeat center;
  background-size: 100% 100%;
}

.favoritesList ul li:hover .jrgwc {
  border: 1px solid #3074ff;
  background: #3074ff;
  color: #fff;
}

.favoritesList ul li:hover .jrgwc .img1 {
  display: none;
}

.favoritesList ul li:hover .jrgwc .img2 {
  display: block;
}

.myOrderHead {
  margin: 8px auto 30px auto;
  width: 1200px;
  height: 30px;
}

.myOrderHead::after {
  content: '';
  display: block;
  clear: both;
}

.myOrderHead .lefts {
  float: left;
  margin-left: 0;
  font-size: 14px;
}

.myOrderHead .lefts::after {
  content: '';
  display: block;
  clear: both;
}

.myOrderHead .lefts .divxlk {
  height: 28px;
  border: 1px solid #d2d2d2;
  float: left;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.myOrderHead .lefts .divxlk .title {
  color: #333;
}

.myOrderHead .lefts .divxlk img {
  width: 15px;
  height: 9px;
  margin-left: 8px;
  transition: all 0.3s;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.myOrderHead .lefts .divxlk .imgform {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -webkit-transform: rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
}

.myOrderHead .lefts .divxlk .dropDownBox {
  padding: 14px 0;
  border: 1px solid #d2d2d2;
  border-top: none;
  position: absolute;
  left: -1px;
  top: 29px;
  background: #fff;
  /* display: none; */
}

.myOrderHead .lefts .divxlk .dropDownBox span {
  display: block;
  color: #888;
  margin: 0 auto;
  text-align: center;
  line-height: 15px;
  margin-top: 15px;
}

.myOrderHead .lefts .divxlk .dropDownBox span:first-child {
  margin-top: 0;
}

.myOrderHead .lefts .divxlk .dropDownBox span:hover {
  color: #3074ff;
}

.myOrderHead .lefts .month {
  width: 138px;
}

.myOrderHead .lefts .month .dropDownBox {
  width: 138px;
}

.myOrderHead .lefts .month .dropDownBox span {
  width: 125px;
}

.myOrderHead .lefts .whole {
  width: 158px;
  margin-left: 20px;
}

.myOrderHead .lefts .whole .dropDownBox {
  width: 158px;
}

.myOrderHead .lefts .whole .dropDownBox span {
  width: 140px;
}

.myOrderHead .right {
  width: 265px;
  height: 30px;
  float: right;
  background: #ff0;
  overflow: hidden;
}

.orderList {
  margin: 15px auto;
  width: 1200px;
  min-height: 300px;
}

.orderList .title {
  margin: 0 auto;
  height: 55px;
  background: #f5f5f5;
  overflow: hidden;
  line-height: 55px;
}

.orderList .title .left {
  float: left;
  margin-left: 56px;
}

.orderList .title .left span {
  margin-left: 40px;
}

.orderList .title .left span:first-child {
  margin-left: 0;
}

.orderList .title .right {
  float: right;
}

.orderList .title .right span:nth-child(1) {
  margin-right: 56px;
}

.orderList .title .right span:nth-child(2) {
  margin-right: 55px;
}

.orderList .title .right span:nth-child(3) {
  margin-right: 75px;
}

.orderList .title .right span:nth-child(4) {
  margin-right: 80px;
}

.orderList .list {
  margin: 3px auto 27px auto;
  width: 1198px;
  border: 1px solid #e3e3e3;
}

.orderList .list .top {
  margin: 0 auto;
  height: 30px;
  background: #eee;
  overflow: hidden;
  line-height: 30px;
  color: #888;
}

.orderList .list .top .name {
  float: left;
  margin-left: 54px;
  width: 100px;
}

.orderList .list .top .detnumber {
  float: left;
}

.orderList .list .top .detdate {
  float: left;
  margin-left: 44px;
}

.orderList .list .top .cancel {
  float: right;
  margin-right: 63px;
  color: #3074ff;
  cursor: pointer;
}

.orderList .list ul {
  margin: 0 auto;
  background: #fff;
}

.orderList .list ul li {
  margin: 0 auto;
  width: 1172px;
  padding: 20px 0;
  border-bottom: 1px dashed #e3e3e3;
  overflow: hidden;
}

.orderList .list ul li:last-child {
  border: none;
}

.orderList .list ul li .left {
  float: left;
  width: 440px;
  height: 88px;
  margin-left: 40px;
}

.orderList .list ul li .left a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.orderList .list ul li .left a .img {
  float: left;
  width: 88px;
  height: 88px;
}

.orderList .list ul li .left a .text {
  float: left;
  width: 340px;
  height: 88px;
  margin-left: 9px;
}

.orderList .list ul li .left a .text span {
  display: block;
  margin: 0 auto;
  height: 48px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.orderList .list ul li .left a .text div {
  height: 25px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
  color: #999;
  background: #f1f1f1;
  margin-top: 15px;
  line-height: 25px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orderList .list ul li .left a:hover .text span {
  color: #3083ff;
}

.orderList .list ul li .right {
  float: right;
  height: 88px;
  line-height: 88px;
  overflow: hidden;
}

.orderList .list ul li .right div {
  float: right;
}

.orderList .list ul li .right .price {
  width: 100px;
  text-align: center;
  margin-right: 150px;
}

.orderList .list ul li .right .number {
  width: 50px;
  text-align: center;
  margin-right: 24px;
  font-size: 14px;
}

.orderList .list ul li .right .number font {
  font-size: 16px;
  font-weight: 100;
}

.orderList .list ul li .right .unitPrice {
  width: 100px;
  text-align: center;
  margin-right: 24px;
}

.orderList .inexamine .top .name {
  color: #3074ff;
}

.personalCenter {
  margin: 15px auto 100px auto;
  width: 1130px;
}

.personalCenter .title {
  margin: 0 auto;
  width: 1100px;
  border-bottom: 1px dashed #f1f1f1;
  overflow: hidden;
  padding: 16px 0;
}

.personalCenter .title .left {
  float: left;
  overflow: hidden;
}

.personalCenter .title .left span {
  display: block;
  width: 6px;
  height: 24px;
  background: #3074ff;
  float: left;
  border-radius: 3px;
  margin: 0 16px 0 20px;
}

.personalCenter .title .left font {
  line-height: 24px;
  font-size: 18px;
  color: #2e2e2e;
}

.personalCenter .title .right {
  float: right;
  color: #959595;
  line-height: 24px;
  margin-right: 20px;
}

.personalCenter .content {
  margin: 0 auto;
  height: 420px;
  background: url(../image/background8.jpg) no-repeat right 30px;
  background-size: 466px 405px;
}

.personalCenter .content .personalData {
  margin-left: 50px;
}

.personalCenter .content .personalData .list {
  margin: 24px auto 0 auto;
  height: 36px;
  overflow: hidden;
}

.personalCenter .content .personalData .list .name {
  float: left;
  width: 80px;
  color: #666;
  line-height: 36px;
  text-align: right;
}

.personalCenter .content .personalData .list .inputs {
  float: left;
  width: 195px;
  height: 34px;
  border: 1px solid #ddd;
  margin-left: 6px;
}

.personalCenter .content .personalData .list .inputs input {
  display: block;
  margin: 0 auto;
  width: 90%;
  color: #666;
}

.personalCenter .content .personalData .list .inputs span {
  display: block;
  line-height: 34px;
  width: 90%;
  margin: 0 auto;
  color: #666;
}

.personalCenter .content .personalData .list .modify {
  float: left;
  cursor: pointer;
  color: #3074ff;
  line-height: 36px;
  margin-left: 15px;
}

.personalCenter .content .personalData .list:first-child .inputs input {
  color: #333;
}

.personalCenter .content .personalData .list:first-child .modify {
  display: none;
}

.personalCenter .content .personalData .button {
  width: 88px;
  height: 28px;
  border: 1px solid #3074ff;
  margin: 44px 0 0 86px;
}

.personalCenter .content .personalData .button button {
  display: block;
  width: 100%;
  height: 100%;
  color: #3074ff;
  cursor: pointer;
}

.personalCenter .content .personalData .button-style {
  background: #3074ff;
}

.personalCenter .content .personalData .button-style button {
  color: #fff;
}

.product_Top {
  margin: 0 auto;
  width: 1200px;
  min-height: 435px;
  overflow: hidden;
}

.product_Top .left {
  float: left;
  width: 320px;
  height: 390px;
  background: #fff;
}

.product_Top .right {
  float: left;
  width: 780px;
  margin-left: 50px;
  overflow: hidden;
}

.product_Top .right .title {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-weight: 600;
}

.product_Top .right .priceAndLike {
  margin: 25px auto 0 auto;
  height: 55px;
  background: #f1f1f1;
  overflow: hidden;
  line-height: 55px;
}

.product_Top .right .priceAndLike .lefts {
  float: left;
  margin-left: 25px;
}

.product_Top .right .priceAndLike .lefts span {
  margin-left: 15px;
  font-size: 15px;
  color: #e1251b;
}

.product_Top .right .priceAndLike .lefts span font {
  font-size: 22px;
  font-weight: bolder;
}

.product_Top .right .priceAndLike .rights {
  float: right;
  margin-right: 22px;
  overflow: hidden;
}

.product_Top .right .priceAndLike .rights .imgs {
  float: left;
  width: 24px;
  height: 24px;
  margin: 16px 5px 0 0;
  cursor: pointer;
}

.product_Top .right .priceAndLike .rights .imgs .hou {
  /* display: none; */
}

.product_Top .right .choice {
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  padding: 12px 0;
}

.product_Top .right .ul {
  margin: 0 auto;
  margin-left: -20px;
}

.product_Top .right .ul::after {
  content: '';
  display: block;
  clear: both;
}

.product_Top .right .ul .li {
  float: left;
  height: 40px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  margin: 0 0 10px 20px;
}

.product_Top .right .ul .li.active{
  border-color: #e1251b;
}

.product_Top .right .ul .li .img {
  float: left;
  width: 40px;
  height: 40px;
}

.product_Top .right .ul .li .text {
  float: left;
  height: 38px;
  border-left: none;
  padding: 0 9px;
  color: #666;
  line-height: 38px;
}

.product_Top .right .ul .liStyle .text {
  border-color: #e1251b;
}

.product_Top .right .totalPrice {
  margin: 14px auto 0 auto;
  height: 35px;
  overflow: hidden;
}

.product_Top .right .totalPrice .progressor {
  width: 180px;
  height: 35px;
  float: left;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.product_Top .right .totalPrice .progressor .jb {
  width: 38px;
  height: 33px;
  border: 1px solid #e5e5e5;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 33px;
  font-size: 26px;
  font-weight: 100;
  color: #8a8a8a;
}

.product_Top .right .totalPrice .progressor .jb:hover {
  border-color: #f3a8a4;
  color: #e1271d;
}

.product_Top .right .totalPrice .progressor .text {
  width: 100px;
  height: 33px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  float: left;
  text-align: center;
  line-height: 33px;
}

.product_Top .right .totalPrice .shopText {
  float: left;
  height: 35px;
  margin-left: 20px;
  color: #666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product_Top .right .totalPrice .shopText .span {
  margin-left: 10px;
}

.product_Top .right .totalPrice .shopText .span font {
  color: #e1251b;
}

.product_Top .right .totalPrice .shopText .span span {
  background: #e1251b;
  color: #fff;
  line-height: 14px;
  padding: 0 2px;
  border-radius: 3px;
}

.product_Top .right .button_Right {
  margin: 22px auto 0 auto;
  height: 40px;
  position: relative;
}

.product_Top .right .button_Right::after {
  content: '';
  display: block;
  clear: both;
}

.product_Top .right .button_Right .purchaseBut {
  float: left;
  width: 138px;
  height: 38px;
  background: #ffe1df;
  border: 1px solid #e1251b;
  font-size: 16px;
  color: #e1251b;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.product_Top .right .button_Right .joinBut {
  width: 140px;
  height: 40px;
  float: left;
  background: #e1251b;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  line-height: 40px;
  margin-left: 14px;
  cursor: pointer;
}

.product_Top .right .button_Right .joinBut img {
  float: left;
  width: 22px;
  height: 20px;
  margin: 11px 7px 0 16px;
}

.product_Top .right .button_Right .prompt_Box {
  width: 190px;
  height: 60px;
  position: absolute;
  left: 314px;
  bottom: 6px;
  display: none;
}

#outBox {
  width: 1002px;
}

.w {
  width: 320px;
  height: 320px;
}

.leftBox {
  float: left;
}

.normalBox {
  overflow: hidden;
  position: relative;
}

.normalBox .w {
  display: none;
}

.botBox {
  width: 320px;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

.botBox .bot-left {
  position: absolute;
  width: 10px;
  height: 18px;
  left: 0;
  top: 24px;
  cursor: pointer;
}

.botBox .bot-right {
  position: absolute;
  width: 10px;
  height: 18px;
  right: 0;
  top: 24px;
  cursor: pointer;
}

.botBox .ul_box {
  margin: 0 auto;
  width: 266px;
  overflow: hidden;
  position: relative;
}

#next, #prev {
  width: 10px;
  height: 18px;
  position: absolute;
  top: 47px;
  outline: none;
}

#next::after, #prev::after {
  display: none;
}

#next {
  right: 0;
}

#prev {
  left: 0;
}

#botSwiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#botSwiper .swiper-slide {
  cursor: pointer;
}

#botSwiper .swiper-slide div {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 2px;
}

#botSwiper .swiper-slide div img {
  width: 40px;
  height: 40px;
}

.bord {
  border-color: #e4393c !important;
  box-sizing: border-box;
  padding: 2px;
}

.bord img {
  width: 40px;
  height: 40px;
}

.moveBox {
  width: 156px;
  height: 156px;
  background: rgba(48, 131, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}

.magBox {
  width: 435px;
  height: 435px;
  position: relative;
  float: left;
  margin-left: 6px;
  overflow: hidden;
  display: none;
  background: #fff;
  z-index: 1;
}

.magBox ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#n, .m {
  display: block !important;
}

.product_Bottom {
  margin: 40px auto;
  width: 1200px;
}

.product_Bottom::after {
  content: '';
  display: block;
  clear: both;
}

.product_Bottom .left {
  float: left;
  width: 230px;
}

.product_Bottom .left .title {
  margin: 0 auto;
  height: 42px;
  background: #f1f1f1;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 42px;
}

.product_Bottom .left ul {
  margin: 0 auto;
}

.product_Bottom .left ul li {
  margin-top: 20px;
}

.product_Bottom .left ul li .img {
  margin: 0 auto;
  height: 230px;
}

.product_Bottom .left ul li .titles {
  margin: 12px auto;
  width: 220px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.product_Bottom .left ul li .jiages {
  font-size: 18px;
  color: #e1251b;
  text-align: center;
}

.product_Bottom .right {
  float: left;
  width: 895px;
  margin-left: 24px;
}

.product_Bottom .right .title {
  margin: 0 auto;
  height: 42px;
  background: #f1f1f1;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 42px;
}

.product_Bottom .right .content {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
}

.product_Bottom .right .content img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto !important;
}

.categoryTypeList {
  margin: 0 auto;
  width: 1200px;
  padding: 20px 0;
  background: #f7f7f7;
  border-radius: 4px;
}

.categoryTypeList .list {
  margin: 0 auto 10px auto;
  width: 1180px;
  overflow: hidden;
}

.categoryTypeList .list .left {
  float: left;
  width: 90px;
  text-align: right;
  line-height: 25px;
}

.categoryTypeList .list .right {
  width: 1090px;
  float: left;
}

.categoryTypeList .list .right a {
  color: #888;
  display: inline-block;
  margin-left: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  margin-bottom: 2px;
  cursor: pointer;
}

.categoryTypeList .list .right .astyle {
  background: #007AFF;
  color: #fff;
}

.screenFun {
  margin: 26px auto;
  width: 1200px;
  height: 30px;
  overflow: hidden;
}

.screenFun .left {
  float: left;
  overflow: hidden;
}

.screenFun .left .buts {
  float: left;
  width: 80px;
  height: 30px;
  background: #dcdcdc;
  margin-left: 11px;
  line-height: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screenFun .left .buts:first-child {
  margin-left: 0;
}

.screenFun .left .buts img {
  width: 13px;
  height: 15px;
  margin-left: 8px;
}

.screenFun .left .buts .nones {
  display: none;
}

.screenFun .left .buts .nones2 {
  /* display: none; */
  transition: all 0.3s;
}

.screenFun .left .buts .nonesXuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.screenFun .left .butsTyle {
  background: #3083ff;
  color: #fff;
}

.screenFun .left .butsTyle .blocks {
  display: none;
}

.screenFun .left .butsTyle .nones {
  display: block;
}

.screenFun .left .butsTyle .nones2 {
  display: block;
}

.screenFun .right {
  float: right;
  overflow: hidden;
}

.screenFun .right .pagingTop {
  float: right;
  width: 78px;
  height: 28px;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-right: 8px;
}

.screenFun .right .pagingTop .leftbut, .screenFun .right .pagingTop .rightbut {
  height: 24px;
  margin-top: 2px;
  cursor: pointer;
}

.screenFun .right .pagingTop .leftbut img, .screenFun .right .pagingTop .rightbut img {
  width: 8px;
  height: 14px;
  margin: 5px auto;
}

.screenFun .right .pagingTop .leftbut {
  float: left;
  width: 39px;
}

.screenFun .right .pagingTop .rightbut {
  float: right;
  width: 38px;
  border-left: 1px solid #dcdcdc;
}

.screenFun .right .thispage {
  float: right;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-right: 16px;
}

.screenFun .right .thispage font {
  color: #3083ff;
}

.screenFun .right span {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-right: 12px;
}

.public_page {
  margin: 50px auto 100px auto;
}

.myProduct_Top {
  margin: 0 auto;
  width: 1200px;
  height: 55px;
  background: #f5f5f5;
  line-height: 55px;
}

.myProduct_Top span:nth-child(1) {
  margin-left: 85px;
}

.myProduct_Top span:nth-child(2) {
  margin-left: 380px;
}

.myProduct_Top span:nth-child(3) {
  margin-left: 96px;
}

.myProduct_Top span:nth-child(4) {
  margin-left: 36px;
}

.myProduct_Top span:nth-child(5) {
  margin-left: 30px;
}
.myProduct_Top span:nth-child(6) {
  margin-left: 44px;
}
.myProduct_Top span:nth-child(7) {
  margin-left: 55px;
}

.myProduct_List {
  margin: 0 auto;
  width: 1172px;
  min-height: 400px;
}

.myProduct_List .li {
  position: relative;
  margin: 0 auto;
  height: 129px;
  border-bottom: 1px dashed #e3e3e3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.myProduct_List .li.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  content: '';
}

.myProduct_List .li:last-child {
  border: none;
}

.myProduct_List .li .inputsy {
  width: 73px;
  padding: 10px 0;
  cursor: pointer;
}

.myProduct_List .li .inputsy input {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.myProduct_List .li .inputsy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  outline: none;
}

/* 自定义复选框样式 */
.myProduct_List .li .inputsy .new-input {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.myProduct_List .li .inputsy .new-input.active {
  border-color: #3074ff;
  background: url(../image/bulexzimg.png) no-repeat center;
  background-size: 100% 100%;
}

.myProduct_List .li .inputsy input[type="checkbox"]:checked {
  background: url(../image/bulexzimg.png) no-repeat center;
  background-size: 100% 100%;
  border-color: #3074ff;
}

.myProduct_List .li .list {
  width: 340px;
  height: 88px;
  overflow: hidden;
}

.myProduct_List .li .list .img {
  float: left;
  width: 88px;
  height: 88px;
}

.myProduct_List .li .list .text {
  float: left;
  width: 240px;
  margin-left: 9px;
}

.myProduct_List .li .list .text font {
  display: block;
  margin: 0 auto;
  height: 48px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.myProduct_List .li .list .text div {
  height: 25px;
  max-width: 210px;
  background: #efefef;
  display: inline-block;
  color: #999;
  line-height: 25px;
  padding: 0 15px;
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.myProduct_List .li span {
  color: #666;
}

.myProduct_List .li .span1 {
  display: block;
  width: 190px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 30px;
}

.myProduct_List .li .span2 {
  width: 100px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.myProduct_List .li .span3 {
  width: 50px;
  text-align: center;
  margin-left: 20px;
}

.myProduct_List .li .span4 {
  margin-left: 50px;
  width: 50px;
  text-align: center;
}
.myProduct_List .li .totalPrice{
  margin-left: 50px;
}
.myProduct_List .li .totalPrice .progressor {
  width: 100px;
  height: 35px;
  float: left;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.myProduct_List .li .totalPrice .progressor .jb {
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: 100;
  color: #8a8a8a;
}

.myProduct_List .li .totalPrice .progressor .jb:hover {
  border-color: #f3a8a4;
  color: #e1271d;
}

.myProduct_List .li .totalPrice .progressor .text {
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  float: left;
  text-align: center;
  line-height: 30px;
}
.myProductBottom_box {
  margin: 50px auto;
  width: 1200px;
  height: 65px;
  background: #fff;
  box-shadow: 0 0 12px #dedede;
  overflow: hidden;
}

.myProductBottom_box .left {
  overflow: hidden;
  float: left;
  line-height: 65px;
  margin-left: 35px;
}

.myProductBottom_box .left label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.myProductBottom_box .left label .all-text {
  margin-left: 10px;
}

.myProductBottom_box .left input {
  display: block;
  float: left;
  margin: 25px 10px 0 0;
}

.myProductBottom_box .left input[type="checkbox"] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  outline: none;
}

.myProductBottom_box .left input[type="checkbox"]:checked {
  background: url(../image/bulexzimg.png) no-repeat center;
  background-size: 100% 100%;
  border-color: #3074ff;
}

.myProductBottom_box .right {
  float: right;
  overflow: hidden;
}

.myProductBottom_box .right .button {
  width: 128px;
  height: 50px;
  background: #3074ff;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  margin: 8px 20px 0 0;
  float: right;
}

.myProductBottom_box .right .totalus {
  display: inline-block;
  line-height: 65px;
  font-size: 18px;
  color: #666;
  margin-right: 30px;
}

.myProductBottom_box .right .totalus span {
  color: #3074ff;
}

.myProductBottom_box .right .numberus {
  display: inline-block;
  line-height: 65px;
  font-size: 14px;
  margin-right: 18px;
}

.myProductBottom_box .right .numberus span {
  color: #3074ff;
  margin: 0 4px;
}

.myProductPupop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  /* display: none; */
}

.myProductPupop .content {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 936px;
  height: 700px;
  background: #fff;
  margin-left: -468px;
  margin-top: -350px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.myProductPupop .content .content_Top {
  margin: 0 auto;
  height: 40px;
  background: #f3f3f3;
  overflow: hidden;
  line-height: 40px;
}

.myProductPupop .content .content_Top .left {
  float: left;
  margin-left: 37px;
  font-size: 18px;
}

.myProductPupop .content .content_Top .right {
  float: right;
  font-size: 28px;
  margin-right: 29px;
  cursor: pointer;
  color: #8a8a8a;
}

.myProductPupop .content .content_title {
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
  padding: 28px 0;
  width: 830px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.myProductPupop .content .content_form {
  margin: 0 auto;
  width: 880px;
  height: 35px;
  background: #f3f3f3;
  line-height: 35px;
  font-size: 16px;
}

.myProductPupop .content .content_form span:nth-child(1) {
  margin-left: 24px;
}

.myProductPupop .content .content_form span:nth-child(2) {
  margin-left: 375px;
}

.myProductPupop .content .content_form span:nth-child(3) {
  margin-left: 100px;
}

.myProductPupop .content .content_form span:nth-child(4) {
  margin-left: 32px;
}

.myProductPupop .content .content_form span:nth-child(5) {
  margin-left: 28px;
}

.myProductPupop .content .content_List {
  margin: 0 auto;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  width: 880px;
  height: 360px;
  overflow-y: auto;
}

.myProductPupop .content .content_List .list {
  margin: 0 auto;
  border-bottom: 1px dashed #d2d2d2;
  padding: 16px 0;
  overflow: hidden;
}

.myProductPupop .content .content_List .list:last-child {
  border: none;
}

.myProductPupop .content .content_List .list .text {
  width: 370px;
  overflow: hidden;
  float: left;
}

.myProductPupop .content .content_List .list .text span {
  display: block;
  float: left;
  width: 25px;
  color: #444;
  line-height: 28px;
}

.myProductPupop .content .content_List .list .text font {
  display: block;
  float: left;
  width: 340px;
  line-height: 28px;
  color: #444;
}

.myProductPupop .content .content_List .list .lables {
  float: left;
  width: 154px;
  height: 25px;
  background: #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  text-align: center;
  line-height: 25px;
  margin: 1px 0 0 54px;
}

.myProductPupop .content .content_List .list span {
  line-height: 28px;
  color: #666;
}

.myProductPupop .content .content_List .list .span1 {
  margin-left: 74px;
}

.myProductPupop .content .content_List .list .span2 {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-left: 32px;
}

.myProductPupop .content .content_List .list .span3 {
  display: inline-block;
  width: 100px;
  margin-left: 2px;
  text-align: center;
}

.myProductPupop .content .content_name {
  margin: 0 auto;
  width: 830px;
}

.myProductPupop .content .content_name .zhongjia {
  font-size: 18px;
  margin-top: 26px;
}

.myProductPupop .content .content_name .name {
  font-size: 16px;
  margin-top: 14px;
}

.myProductPupop .content .content_but {
  margin: 35px auto;
  height: 36px;
  width: 830px;
  overflow: hidden;
}

.myProductPupop .content .content_but .yes {
  width: 95px;
  height: 36px;
  background: #3083ff;
  color: #fff;
  float: left;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.myProductPupop .content .content_but .no {
  width: 95px;
  height: 36px;
  color: #666;
  float: left;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  border: 1px solid #aaa;
  box-sizing: border-box;
  margin-left: 25px;
}

.drawAbill_Top {
  margin: 0 auto;
  width: 1200px;
  height: 55px;
  background: #f1f1f1;
  line-height: 55px;
  font-size: 16px;
}

.drawAbill_Top span:nth-child(1) {
  margin-left: 130px;
}

.drawAbill_Top span:nth-child(2) {
  margin-left: 160px;
}

.drawAbill_Top span:nth-child(3) {
  margin-left: 200px;
}

.drawAbill_Top span:nth-child(4) {
  margin-left: 100px;
}

.drawAbill_Top span:nth-child(5) {
  margin-left: 75px;
}
.drawAbill_Top span:nth-child(6) {
  margin-left: 80px;
}

.drawAbill_List {
  margin: 0 auto;
  width: 1200px;
  min-height: 400px;
  padding-bottom: 60px;
}

.drawAbill_List .list {
  margin: 0 auto;
  height: 140px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #e8f1ff;
}

.drawAbill_List .list .div0 {
  width:220px;
  margin-left: 50px;
}
.drawAbill_List .list .div1 {
  width:220px;
  margin-left: 50px;;
}

.drawAbill_List .list .div2 {
  font-size: 14px;
  margin-left: 70px;
  color: #3074ff;
}

.drawAbill_List .list .div3 {
  width: 60px;
  margin-left: 85px;
  text-align: center;
}

.drawAbill_List .list .div4 {
  width: 110px;
  margin-left: 90px;
  text-align: center;
}

.drawAbill_List .list .div5 {
  width: 92px;
  margin-left: 60px;
}

.drawAbill_List .list .div5 div {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawAbill_List .list .div5 .span1 {
  color: #ff1711;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.drawAbill_List .list .div5 .span2 {
  color: #aeb4bc;
  margin-bottom: 10px;
}

.drawAbill_List .list .div5 .span2 img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.drawAbill_List .list .div5 .span3 {
  color: #3074ff;
}

.drawAbill_List .list .div5 .span3 img {
  width: 14px;
  height: 8px;
  margin-left: 6px;
  transition: all 0.3s;
}

.drawAbill_List .list .div5 .span4 {
  color: #666;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.drawAbill_List .list .div5 .spanXzstyle img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.drawAbill_List .listNone {
  background: #fff;
}

.drawAbill_List .listNone .div2 {
  color: #333;
}

.drawAbill_List .listNone .div5 .span1 {
  display: none;
}

.drawAbill_List .listNone .div5 .span2 {
  /* display: none; */
}

.drawAbill_List .listNone .div5 .span4 {
  display: none;
}

.drawAbill_List .showNo {
  margin: 0 auto;
  width: 1198px;
  border: 1px solid #e3e3e3;
}
.drawAbill_List .showNo th,td{
 text-align: center;
 height:44px;
}
.drawAbill_List .showNo .title {
  margin: 0 auto;
  height: 44px;
  background: #f5f5f5;
  line-height: 44px;
}

.drawAbill_List .showNo .title span:nth-child(1) {
  margin-left: 54px;
}

.drawAbill_List .showNo .title span:nth-child(2) {
  margin-left: 300px;
}

.drawAbill_List .showNo .title span:nth-child(3) {
  margin-left: 126px;
}

.drawAbill_List .showNo .title span:nth-child(4) {
  margin-left: 50px;
}

.drawAbill_List .showNo .title span:nth-child(5) {
  margin-left: 48px;
}
.drawAbill_List .showNo .title span:nth-child(6) {
  margin-left: 48px;
}

.drawAbill_List .showNo ul {
  margin: 0 auto;
}

.drawAbill_List .showNo ul li {
  overflow: hidden;
  margin: 0 auto;
  width: 1172px;
  border-bottom: 1px dashed #e3e3e3;
  padding: 20px 0;
}

.drawAbill_List .showNo ul li:last-child {
  border: none;
}

.drawAbill_List .showNo ul li .left {
  float: left;
  width: 300px;
  height: 88px;
  overflow: hidden;
  margin-left: 42px;
}

.drawAbill_List .showNo ul li .left .img {
  width: 88px;
  height: 88px;
  float: left;
}

.drawAbill_List .showNo ul li .left .text {
  float: left;
  width: 300px;
}

.drawAbill_List .showNo ul li .left .text font {
  display: block;
  margin: 0 auto;
  height: 48px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.drawAbill_List .showNo ul li .left .text div {
  display: inline-block;
  height: 25px;
  background: #f1f1f1;
  color: #999;
  line-height: 25px;
  padding: 0 14px;
  margin-top: 14px;
}

.drawAbill_List .showNo ul li span {
  line-height: 88px;
  color: #666;
  display: inline-block;
}

.drawAbill_List .showNo ul li .span1 {
  width: 190px;
  text-align: center;
  margin-left: 130px;
}

.drawAbill_List .showNo ul li .span2 {
  width: 100px;
  text-align: center;
  margin-left: 34px;
}

.drawAbill_List .showNo ul li .span3 {
  width: 50px;
  text-align: center;
  margin-left: 12px;
}

.drawAbill_List .showNo ul li .span4 {
  width: 100px;
  text-align: center;
  margin-left: 14px;
}

.newsList {
  margin: 0 auto;
  width: 1160px;
  padding: 40px 0;
  background: #fff;
}

.newsList::after {
  content: '';
  display: block;
  clear: both;
}

.newsList .left {
  width: 232px;
  float: left;
}

.newsList .left .top {
  margin: 0 auto;
  height: 50px;
  background: #2264e9;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-indent: 16px;
  position: relative;
}

.newsList .left .top span {
  font-size: 18px;
  color: #f5cb52;
  font-style: oblique;
  position: absolute;
  right: -15px;
}

.newsList .left .top span font {
  color: #2264e9;
}

.newsList .left .tab {
  margin: 1px auto 0 auto;
  width: 228px;
  border: 2px solid #3074ff;
  border-bottom-width: 3px;
  border-top-width: 3px;
}

.newsList .left .tab span {
  display: block;
  margin: 0 auto;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.newsList .left .tab span a {
  color: #3074ff;
  display: block;
  height: 100%;
}

.newsList .left .tab .spanStyle {
  background: #3074ff;
}

.newsList .left .tab .spanStyle a {
  color: #fff;
}

.newsList .left .content {
  margin: 0 auto;
  padding: 18px 8px;
  background: #f5f7fb;
  font-size: 14px;
  line-height: 28px;
}

.newsList .left .content font {
  display: block;
  text-align: justify;
  overflow: hidden;
}

.newsList .left .content font span {
  display: block;
  float: left;
  font-size: 24px;
}

.newsList .left .content font div {
  width: 196px;
  float: left;
}

.newsList .left .content .fonts1 {
  color: #929294;
}

.newsList .left .content .fonts2 {
  color: #333;
}

.newsList .left .content .fonts3 {
  color: #436dc2;
}

.newsList .left .content .fonts4 {
  color: #999;
}

.newsList .left .content .fonts5 {
  color: #999;
}

.newsList .left .changeAbatch {
  margin: 30px auto 0 auto;
  width: 70px;
  height: 20px;
}

.newsList .right {
  float: right;
  width: 880px;
  margin: 0 auto;
}
.newsList .honor-right {
  float: inherit;
}

.newsList .right .list {
  margin: 0 auto 30px auto;
  overflow: hidden;
}

.newsList .right .list .img {
  float: left;
  width: 265px;
  height: 156px;
}

.newsList .right .list .text {
  float: left;
  width: 590px;
  height: 156px;
  margin-left: 18px;
}

.newsList .right .list .text .title {
  margin: 0 auto;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .right .list .text .htmls {
  color: #666;
  margin: 26px auto 0 auto;
  text-align: justify;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsList .right .list .text .dates {
  margin: 16px auto 0 auto;
  font-size: 14px;
  color: #666;
}

.newsList .right .list:hover .text .title {
  color: #3074ff;
  font-style: oblique;
}

.newsList .right .list:hover .text .htmls {
  color: #333;
}

.newsList .right .detTitle {
  margin: 0 auto;
  border-bottom: 1px dashed #b8cde9;
  padding-bottom: 10px;
}

.newsList .right .detTitle .top {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.newsList .right .detTitle .bot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsList .right .detTitle .bot span {
  color: #666;
}

.newsList .right .detTitle .bot span font {
  cursor: pointer;
}

.newsList .right .contents {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  padding: 25px 0;
  border-bottom: 1px dashed #b8cde9;
}

.newsList .right .contents img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto !important;
}

.newsList .right .thisPage {
  padding: 10px 0;
}

.newsList .right .thisPage a {
  color: #666;
  display: block;
  line-height: 28px;
}

.newsList .right .thisPage a:hover {
  color: #436dc2;
}

.newsList .right .thisPage a:hover font {
  color: #3074ff;
}

.thisPges {
  margin: 0 auto;
  /* width: 317px;
  height: 33px; */
}

.registerTop {
  margin: 0 auto;
  width: 1090px;
  overflow: hidden;
  padding-top: 32px;
}

.registerTop .left {
  float: left;
  overflow: hidden;
}

.registerTop .left .img {
  float: left;
  width: 110px;
  height: auto;
}

.registerTop .left .text {
  float: left;
  margin: 44px 0 0 40px;
}

.registerTop .left .text div {
  font-size: 22px;
}

.registerTop .left .text span {
  display: block;
  font-size: 22px;
  color: #666;
  margin-top: 12px;
}

.registerTop .right {
  float: right;
  font-size: 14px;
  margin-top: 80px;
}

.registerTop .right a {
  color: #3074ff;
}

.registerCenter {
  margin: 0 auto;
  width: 1090px;
  height: 650px;
  background: url(../image/zcbgimg.png) no-repeat left;
  background-size: 520px auto;
  overflow: hidden;
}

.registerCenter .right {
  width: 460px;
  float: right;
}

.registerCenter .right .title {
  margin: 0 auto;
  font-size: 24px;
  padding: 38px 0;
}

.registerCenter .right .title .bianxiao {
  font-size: 22px;
  color: #666;
  margin-left: 20px;
}

.registerCenter .right .input_list {
  margin: 0 auto 10px auto;
  height: 47px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.registerCenter .right .input_list .icons {
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  cursor: pointer;
}

.registerCenter .right .input_list .input {
  float: left;
  width: 340px;
  height: 32px;
}

.registerCenter .right .input_list .input input {
  color: #666;
  font-size: 16px;
}

.registerCenter .right .input_list .input select {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666;
}

.registerCenter .right .input_list .inputSelect {
  width: 400px;
}

.registerCenter .right .input_list .funs {
  float: right;
  width: 25px;
  height: 25px;
  margin-left: 40px;
  cursor: pointer;
}

.registerCenter .right .input_list .funs .imgno {}

.registerCenter .right .inputTwos .input {
  width: 355px;
  margin-left: 17px;
}

.registerCenter .right .inputTwos .funs {
  width: 100px;
  margin-left: 0;
  text-align: center;
}

.registerCenter .right .inputTwos .funs span {
  color: #666;
  display: none;
}

.registerCenter .right .inputTwos .funs a {
  color: #3074ff;
  font-size: 16px;
}

.registerCenter .right .butexlist {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
}

.registerCenter .right .butexlist .leftst {
  float: left;
  margin-left: 15px;
}

.registerCenter .right .butexlist .leftst label {
  overflow: hidden;
  color: #3074ff;
  cursor: pointer;
}

.registerCenter .right .butexlist .leftst label input {
  display: block;
  float: left;
  margin: 5px 4px 0 0;
}

.registerCenter .right .butexlist .leftst label input[type="checkbox"] {
  width: 11px;
  height: 11px;
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  outline: none;
}

.registerCenter .right .butexlist .leftst label input[type="checkbox"]:checked {
  background: url(../image/bulexzimg.png) no-repeat center;
  background-size: 100% 100%;
  border-color: #3074ff;
}

.registerCenter .right .butexlist .leftst span {
  color: #666;
  margin-left: 10px;
}

.registerCenter .right .butexlist .rightst {
  float: right;
}

.registerCenter .right .butexlist .rightst span {
  color: #666;
}

.registerCenter .right .butexlist .rightst span .go {
  color: #3074ff;
  margin-left: 16px;
}

.registerCenter .right .buttons {
  margin: 40px auto 0 auto;
  width: 460px;
  height: 60px;
  background: #3074ff;
  border-radius: 30px;
}

.registerCenter .right .buttons button {
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.registerBottom {
  width: 1200px;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}

.registerBottom div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.registerBottom a {
  color: #4b5b7f;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registerBottom a img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.registerBottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .registerTop {
    padding-top: 26px;
  }
  .registerTop .left .img {
    width: 100px;
  }
  .registerTop .left .text {
    margin: 36px 0 0 30px;
  }
  .registerTop .left .text div {
    font-size: 20px;
  }
  .registerTop .left .text span {
    font-size: 20px;
  }
  .registerCenter {
    height: 540px;
    background-size: 432px auto;
  }
  .registerCenter .right .title {
    font-size: 22px;
    padding: 32px 0;
  }
  .registerCenter .right .title .bianxiao {
    font-size: 20px;
    margin-left: 18px;
  }
  .registerCenter .right .input_list {
    margin: 0 auto 6px auto;
    height: 42px;
  }
  .registerCenter .right .buttons {
    margin: 20px auto 0 auto;
    width: 460px;
    height: 40px;
    border-radius: 20px;
  }
  .registerCenter .right .buttons button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .registerBottom {
    padding: 24px 0;
  }
}

@media screen and (max-width: 1366px) {
  .registerTop {
    padding-top: 14px;
    width: 800px;
  }
  .registerTop .left .img {
    width: 80px;
  }
  .registerTop .left .text {
    margin: 24px 0 0 30px;
  }
  .registerTop .left .text div {
    font-size: 18px;
  }
  .registerTop .left .text span {
    font-size: 16px;
  }
  .registerTop .right {
    margin-top: 50px;
  }
  .registerCenter {
    width: 800px;
    height: 460px;
    background: url(../image/zcbgimg.png) no-repeat left;
    background-size: 368px auto;
  }
  .registerCenter .right {
    width: 380px;
  }
  .registerCenter .right .title {
    font-size: 20px;
    padding: 26px 0;
  }
  .registerCenter .right .title .bianxiao {
    font-size: 18px;
    color: #666;
    margin-left: 14px;
  }
  .registerCenter .right .input_list {
    margin: 0 auto 4px auto;
    height: 38px;
  }
  .registerCenter .right .input_list .icons {
    width: 20px;
    height: auto;
    margin: 0 4px;
  }
  .registerCenter .right .input_list .input {
    width: 280px;
  }
  .registerCenter .right .input_list .input input {
    font-size: 14px;
  }
  .registerCenter .right .input_list .input select {
    width: 100%;
    font-size: 14px;
  }
  .registerCenter .right .input_list .inputSelect {
    width: 350px;
  }
  .registerCenter .right .input_list .funs {
    width: 20px;
    height: 20px;
    margin-left: 50px;
  }
  .registerCenter .right .buttons {
    margin: 10px auto 0 auto;
    width: 380px;
    height: 36px;
    border-radius: 18px;
  }
  .registerCenter .right .buttons button {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .registerCenter .right .inputTwos .input {
    width: 280px;
    margin-left: 28px;
  }
  .registerCenter .right .inputTwos .funs {
    width: 80px;
  }
  .registerCenter .right .inputTwos .funs a {
    font-size: 12px;
  }
  .registerCenter .right .butexlist {
    padding-bottom: 6px;
    font-size: 12px;
  }
  .registerCenter .right .butexlist .leftst {
    margin-left: 10px;
  }
  .registerCenter .right .butexlist .leftst label input {
    margin: 3px 4px 0 0;
  }
  .registerCenter .right .butexlist .leftst span {
    margin-left: 6px;
  }
  .registerCenter .right .butexlist .rightst span .go {
    margin-left: 12px;
  }
  .registerBottom {
    padding: 20px 0;
    font-size: 12px;
  }
}

.public-Pupop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.public-Pupop .noUse {
  width: 100%;
  height: 100%;
}

.public-Pupop .content {
  width: 1120px;
  height: 586px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -560px;
  margin-top: -293px;
  border-radius: 10px;
  overflow: hidden;
}

.public-Pupop .content .left {
  width: 586px;
  height: 586px;
  float: left;
  position: relative;
}

.public-Pupop .content .left .left_Tel {
  position: absolute;
  bottom: 85px;
  left: 70px;
  font-size: 22px;
  color: #385ba3;
  font-weight: bolder;
}

.public-Pupop .content .right {
  width: 425px;
  float: right;
  margin-right: 85px;
  margin: 50px 85px 0 0;
}

.public-Pupop .content .right .title {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

.public-Pupop .content .right .title .spans {
  display: block;
  float: left;
  font-size: 28px;
  color: #666;
}

.public-Pupop .content .right .title div {
  width: 30px;
  height: 3px;
  background: #1a76ff;
  float: left;
  margin: 20px 0 0 10px;
}

.public-Pupop .content .right .inputList {
  margin: 15px auto 0 auto;
  border-bottom: 1px solid #d2d2d2;
  padding: 12px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.public-Pupop .content .right .inputList img {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.public-Pupop .content .right .inputList input {
  width: 380px;
  color: #666;
}

.public-Pupop .content .right .textarea_title {
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  padding: 40px 0 8px 0;
}

.public-Pupop .content .right .textarea {
  margin: 0 auto;
  border: 1px solid #d2d2d2;
}

.public-Pupop .content .right .textarea textarea {
  margin: 0 auto;
  padding: 10px;
  width: 403px;
  color: #666;
  height: 100px;
}

.public-Pupop .content .right .buttons {
  margin: 25px auto;
  height: 37px;
  background: #3074ff;
}

.public-Pupop .content .right .buttons button {
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.execlTitle {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.execleForm {
  margin: 0 auto;
  width: 1100px;
  border: 2px solid #333;
}

.execleForm .title {
  margin: 0 auto;
  height: 30px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.execleForm .title div {
  height: 100%;
  border-right: 1px solid #333;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.execleForm .title div:last-child {
  border: none;
}

.execleForm .title div:nth-child(1) {
  width: 50px;
}

.execleForm .title div:nth-child(2) {
  width: 100px;
}

.execleForm .title div:nth-child(3) {
  width: 262px;
}

.execleForm .title div:nth-child(4) {
  width: 200px;
}

.execleForm .title div:nth-child(5) {
  width: 50px;
}

.execleForm .title div:nth-child(6) {
  width: 90px;
}

.execleForm .title div:nth-child(7) {
  width: 120px;
}

.execleForm .title div:nth-child(8) {
  width: 120px;
}

.execleForm .title div:nth-child(9) {
  width: 100px;
}

.execleForm .ul {
  margin: 0 auto;
}

.execleForm .ul .list {
  margin: 0 auto;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: flex-start;
}

.execleForm .ul .list:last-child {
  border: none;
}

.execleForm .ul .list div {
  border-right: 1px solid #333;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.execleForm .ul .list div:last-child {
  border: none;
}

.execleForm .ul .list div:nth-child(1) {
  width: 50px;
}

.execleForm .ul .list div:nth-child(2) {
  width: 100px;
}

.execleForm .ul .list div:nth-child(3) {
  width: 262px;
}

.execleForm .ul .list div:nth-child(4) {
  width: 200px;
}

.execleForm .ul .list div:nth-child(5) {
  width: 50px;
}

.execleForm .ul .list div:nth-child(6) {
  width: 90px;
}

.execleForm .ul .list div:nth-child(7) {
  width: 120px;
}

.execleForm .ul .list div:nth-child(8) {
  width: 120px;
}

.execleForm .ul .list div:nth-child(9) {
  width: 100px;
}

.execleForm .end {
  margin: 0 auto;
  height: 30px;
  border-top: 2px solid #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.execleForm .end div {
  height: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #333;
}

.execleForm .end div:last-child {
  border: none;
}

.execleForm .end div:nth-child(1) {
  width: 50px;
}

.execleForm .end div:nth-child(2) {
  width: 615px;
}

.execleForm .end div:nth-child(3) {
  width: 90px;
}

.execleForm .end div:nth-child(4) {
  width: 120px;
}

.execleForm .end div:nth-child(5) {
  width: 120px;
}

.execleForm .end div:nth-child(6) {
  width: 100px;
}

.execSpan {
  display: block;
  margin: 0 auto;
  width: 1060px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.printingFunction-button {
  width: 100px;
  height: 40px;
  background: #007AFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  left: 93%;
}

.printingFunction-button:hover {
  opacity: 0.6;
}

/* 暂无数据 */

.no_data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.no_data .img-box {
  width: 240px;
}

.no_data .img-box .img {
  width: 100%;
  height: auto;
  display: block;
}

.no_data .ant-text {
  font-size: 15px;
}

/* 分页 */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination button {
  width: inherit;
}

.el-button {
  width: inherit;
  height: inherit;
}

.pagination .el-pagination {
  display: flex;
  align-items: center;
}

.pagination .el-pagination .el-pager {
  margin: 0 10px;
}

.pagination .el-pagination .btn-prev, .pagination .el-pagination .btn-next {
  width: 80px;
  padding: 0 6px;
  border: 1px solid #dcdcdc;
}

.pagination .el-pagination button, .pagination .el-pagination span:not([class*=suffix]) {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.pagination .el-pagination .btn-next .el-icon, .pagination .el-pagination .btn-prev .el-icon {
  font-size: 16px;
}

.el-pagination .el-pager .number {
  min-height: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.el-pagination .el-pager .number.active {
  color: #3083ff;
  border: none;
}

.pagination .el-pagination .el-pagination__jump {
  margin-left: 5px;
}

.pagination .el-pagination__editor {
  height: 35px;
  margin: 0 5px;
}

.pagination .el-pagination__total {
  margin-left: 30px;
}

.pagination .el-pagination__editor.el-input .el-input__inner {
  min-height: 35px;
  height: 35px;
  border-radius: 0;
}

.el-pagination .el-pager .number:last-child {
  margin-right: 0;
}

.pagination .el-pagination .go {
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}


/* 自定义复选框样式 */
.new-check-wrap {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.new-check-wrap.active {
  border-color: #3074ff;
  background: url(../image/bulexzimg.png) no-repeat center;
  background-size: 100% 100%;
}

/* 新修改 */
.honor-container {
  padding-bottom: 50px;
}