* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.main {
  width: 100%;
  font-size: 14px;
  background: #f6f6f6;
}
.main img {
  transform-origin: 50% 50%;
  transition: all 0.5s;
}
.main .part-content,
.main a {
  overflow: hidden;
}
.main .top {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 9999;
  line-height: 100px;
  color: #ffffff;
  background: #204c73;
  margin-bottom: 20px;
}
.main .top .logo {
  float: left;
  width: 30%;
  max-width: 300px;
  height: 100px;
}
.main .top .logo img {
  width: 100%;
  transform-origin: 0 50%!important;
  margin-top: 18px;
}
.main .top .nav {
  float: left;
  width: 65%;
  font-size: 16px;
  max-width: 1100px;
}
.main .top .nav li {
  float: left;
  width: 15%;
  max-width: 160px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 1%;
}
.main .top .nav li a {
  padding: 0 10px;
  color: #ffffff;
  max-height: 100px;
  overflow: hidden;
}
.main .top .nav li:nth-last-child(1) {
  margin-right: 0;
}
.main .top .nav li:hover a {
  background: #1879b9;
}
.main .top .nav div {
  position: relative;
  height: 0;
  font-size: 14px;
  overflow: hidden;
  background: #d5d5d5;
  line-height: 40px!important;
  transition: all 0.5s;
}
.main .top .nav div a {
  color: #666 !important;
  background: transparent!important;
}
.main .top .nav div a:hover {
  color: #1879b9 !important;
}
.main .top .nav div.currp {
  position: absolute;
  width: 100vw;
  height: 0;
  left: 50%;
  margin-left: -50vw;
}
.main .top .nav div.currp p {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.main .top .nav div.currp a {
  float: left;
  width: 40px;
  line-height: 30px;
}
.main .top .nav li.curr a {
  background: #1879b9;
}
.main .top .search {
  position: absolute;
  right: 0;
  top: 35px;
  width: 150px;
  padding-right: 80px;
  height: 30px;
  overflow: hidden;
  transform-origin: 50% 50%;
  transition: all 0.5s;
}
.main .top .search input {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 30px;
  background: url("../images/ms.png") no-repeat right 50% #ffffff;
  background-size: 24px;
  border-radius: 3px;
  border: none;
  outline: none;
}
.main .top .search b {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 80px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/ms1.png") no-repeat right 50%;
  background-size: 24px;
}
.main .top .search p {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.main .top .search p a {
  color: #ffffff;
  display: inline-block;
}
.main .footer {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 30px 0;
  background: #06355b;
  overflow: hidden;
}
.main .footer .left {
  float: left;
    position: absolute;
    width: 430px;
    right: 0;
    font-size: 14px;
}
.main .footer .left h5 {
  padding: 10px;
}
.main .footer .left p {
  padding-left: 10px;
  line-height: 30px;
}
.main .footer .left img {
  width: 80%;
  transform-origin: 0 50%;
  padding: 20px 0;
}
.main .footer .right {
  width: 100%;
    box-sizing: border-box;
     padding-left: 0;
    padding-right: 430px;
}
.main .footer .right ul {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 340px;
  display: flex;
  justify-content: space-between;
}
.main .footer .right b {
  font-size: 18px;
  font-weight: normal;
}
.main .footer .right li {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.main .footer .right li:nth-last-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .footer .right li:nth-last-child(1) a {
  width: 280px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .footer .footerDown {
  padding-top: 30px;
  font-size: 14px;
  line-height: 30px;
}
.main .footer .footerDown .fd-left {
  float: left;
  width: 45%;
}
.main .footer .footerDown .fd-right {
  float: left;
  width: 45%;
}
.main .footer a {
  font-size: 14px;
  line-height: 50px;
  color: #ffffff;
}
.center {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
.center-content {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
  background: #ffffff;
}
.center-content .inputSetBody {
  position: relative;
  width: 300px;
  margin: 100px auto;
}
.center-content .inputSetBody .submitBtn {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  background: #3d94d3;
}
.center-content .inputSetBody label {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.center-content .inputSetBody label span em {
  font-style: normal;
  float: right;
}
.center-content .inputSetBody label p {
  background: #ccc;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666;
}
.center-content .inputSetBody label p.btn {
  width: 140px;
  border-radius: 4px;
  background: #3d94d3;
  color: #ffffff;
  float: right;
}
.center-content .inputSetBody label sup {
  color: #f00;
}
.center-content .inputSetBody label input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  height: 40px;
  padding: 10px;
  outline: none;
}
.center-content h3 {
  color: #3d94d3;
  font-size: 18px;
  font-weight: normal;
}
.center-content h3 p {
  float: right;
  display: flex;
}
.center-content h3 p span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 25px;
  background: url("../images/center/delete1.png") no-repeat 0 50%;
  background-size: 20px;
}
.center-content .inputSet {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.center-content .phoneChange {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: 100px auto;
}
.center-content .phoneChange img {
  width: 100%;
}
.center-content .phoneChange .inputSetBody {
  margin: 20px auto;
}
.center-content .title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
}
.center-content .bodyListTop {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.center-content .bodyListTop p {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 12px;
  margin-right: 20px;
  overflow: hidden;
}
.center-content .bodyListTop p::after {
  position: absolute;
  left: 110px;
  top: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
.center-content .bodyListTop p span {
  font-size: 22px;
  display: inline-block;
  padding-right: 5px;
  color: #000;
}
.center-content .bodyListTop p:nth-child(1) {
  width: 50%;
}
.center-content .bodyListTop p:nth-child(2) {
  width: 30%;
}
.center-content .bodyListTop p:nth-child(3) {
  width: 20%;
}
.center-content .bodyList {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
}
.center-content .bodyList ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.center-content .bodyList ul li {
  position: relative;
  width: 180px;
  max-width: 48%;
  margin: 20px 5px;
  box-sizing: border-box;
  border: #ccc 1px solid;
  padding: 10px;
  cursor: pointer;
}
.center-content .bodyList ul li span {
  display: none;
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.center-content .bodyList ul li i {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.center-content .bodyList ul li b {
  font-size: 18px;
  color: #ff4343;
}
.center-content .bodyList ul li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.center-content .bodyList ul li.curr {
  border: 1px solid #3d94d3;
}
.center-content .bodyList ul li.curr span {
  display: block;
}
.center-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: transparent;
}
.center-main .left {
  width: 300px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.center-main .left a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.center-main .left a.curr {
  color: #3d94d3;
}
.center-main .left a.curr::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background: #3d94d3;
  content: '';
}
.center-main .left h3 {
  color: #666;
}
.center-main .left h3.curr {
  color: #3d94d3;
}
.center-main .right {
  width: 880px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.center-main .right .p1 {
  position: relative;
  width: 100%;
  display: flex;
  line-height: 100px;
  justify-content: space-between;
}
.center-main .right .p1 a {
  color: #3d94d3;
}
.center-main .right .p1 p {
  height: 100px;
  line-height: 100px;
}
.center-main .right .p1 p img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.center-main .right .p1 p span {
  display: inline-block;
  padding-left: 20px;
}
.center-main .right .p2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-around;
}
.center-main .right .p2 a {
  width: 20%;
  line-height: 40px;
  display: block;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.center-main .right .p2 a:nth-last-child(1) {
  border-right: none;
}
.center-main .right .p3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.center-main .right .p3 h3 {
  margin-bottom: 20px;
}
.center-main .right .p3 dl {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: flex;
}
.center-main .right .p3 dt {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
}
.center-main .right .p3 dt img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.center-main .right .p3 dd {
  position: relative;
  width: 680px;
}
.center-main .right .p3 dd p {
  line-height: 40px;
}
.center-main .right .p3 dd a {
  display: inline-block;
  padding-left: 20px;
  color: #3d94d3;
  line-height: 40px;
  overflow: inherit;
}
.center-main .right .p3 dd span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: -15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.center-main .center-message dl {
  position: relative;
  width: 600px;
  display: flex;
  overflow: hidden;
  margin: 20px 0;
  line-height: 40px;
}
.center-main .center-message dl dt {
  width: 100px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
}
.center-main .center-message dl dd {
  width: 500px;
  line-height: 40px;
}
.center-main .center-message dl dd a {
  display: inline-block;
  overflow: inherit;
  color: #3d94d3;
  padding: 0 10px;
}
.center-main .center-message dl dd sup {
  color: #3d94d3;
}
.center-main .center-message dl dd span {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #cccccc;
  line-height: 30px;
}
.center-main .center-message dl dd select {
  width: 100px;
}
.center-main .center-message dl dd input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
}
.center-main .center-message dl dd input[type="text"] {
  position: relative;
  width: 400px;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
}
.center-main .center-message dl dd textarea {
  position: relative;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.center-main .center-message .setMessage {
  line-height: 44px;
}
.center-main .saveSet {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
 /*  justify-content: space-between; */
}
.center-main .saveSet li {
  width: 190px;
  height: 240px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 0 0 10px #3d94d3;
}
.center-main .saveSet li p {
  line-height: 50px;
}
.center-main .saveSet li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.center-main .saveSet li img {
  width: 70%;
}
.pages {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.pages span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.pages span:hover {
  background: #4b97d0;
  color: #ffffff;
  border: 1px solid #4b97d0;
}
.pages span.curr {
  background: #4b97d0;
  color: #ffffff;
  border: 1px solid #4b97d0;
}
.center-body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
}
.center-body .wuliudown {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.center-body .wuliudown .shop {
  display: block;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
.center-body .wuliudown .shop span {
  display: block;
  width: 90px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.center-body .wuliudown .shop span img {
  width: 100%;
}
.center-body .wuliutop {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.center-body .wuliutop h3 {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  padding: 0 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.center-body .wuliutop p {
  position: relative;
  width: 100%;
  padding: 0 80px;
  line-height: 30px;
}
.center-body .wuliutop p::before {
  position: absolute;
  left: 70px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #ccc;
  border-radius: 50%;
  content: '';
}
.center-body .wuliutop p.curr::before {
  position: absolute;
  left: 70px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #ff0000;
  border-radius: 50%;
  content: '';
}
.center-body .wuliuicon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.center-body .wuliuicon span {
  width: 25%;
  text-align: center;
}
.center-body .wuliuicon span i {
  display: none;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1879b9;
}
.center-body .wuliuicon span em {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eee;
}
.center-body .wuliuicon span.curr i {
  display: block;
}
.center-body .wuliuicon span.curr em {
  display: none;
}
.orderList {
  position: relative;
  width: 100%;
}
.orderList .top {
  position: relative;
  width: 100%;
  background: #ccc;
  display: flex;
  justify-content: space-between;
  height: 40px;
  color: #333333;
  line-height: 40px;
}
.orderList .top span {
  text-align: center;
  display: block;
}
.orderList .tr1 {
  width: 300px!important;
  max-width: 100%;
}
.orderList .tr2 {
  width: 80px;
  max-width: 100%;
}
.orderList .tr3 {
  width: 60px;
  max-width: 100%;
}
.orderList .tr4 {
  width: 100px;
  max-width: 100%;
}
.orderList .tr5 {
  width: 80px;
  max-width: 100%;
}
.orderList .tr6 {
  width: 100px;
  max-width: 100%;
}
.orderList .tr7 {
  width: 100px;
  max-width: 100%;
}
.orderList .order-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.orderList .order-list label {
  display: block;
  margin-bottom: 10px;
}
.orderList .order-list label input {
  margin-right: 5px;
}
.orderList .lists {
  position: relative;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.orderList .lists dl {
  width: 300px;
  display: flex;
  margin: 0;
  justify-content: space-between;
}
.orderList .lists dl dt {
  padding-right: 0;
  width: 80px;
}
.orderList .lists dl dd {
  width: 210px;
  line-height: 28px;
  text-align: left;
  font-size: 14px;
}
.orderList .lists dl dd p {
  line-height: 20px;
}
.orderList .lists dl dd span {
  display: inline-block;
  padding: 0;
  height: 20px;
  color: #999;
  font-size: 12px;
  border: none;
  line-height: 20px;
}
.orderList .lists .tr7 a {
  float: right;
  display: block;
  background: #3d94d3;
  color: #ffffff;
  width: 90%;
  height: 30px;
  line-height: 30px;
}
.order-detail {
  position: relative;
}
.order-detail .p1 {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.order-detail .p1::before {
  position: absolute;
  bottom: 15px;
  left: calc((25% - 40px)/2);
  z-index: 0;
  width: calc(75% + 40px);
  height: 20px;
  background: #dfddde;
  content: '';
}
.order-detail .p1 span {
  position: relative;
  width: 25%;
  text-align: center;
}
.order-detail .p1 span i {
  position: relative;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  background: #dfddde;
  border-radius: 50%;
}
.order-detail .p1 span img {
  display: none;
}
.order-detail .p1 span.curr {
  position: relative;
  z-index: 2;
}
.order-detail .p1 span.curr::before {
  position: absolute;
  bottom: 15px;
  right: 50%;
  z-index: 0;
  width: calc(100% - 20px);
  height: 20px;
  background: #74c148;
  content: '';
}
.order-detail .p1 span.curr i {
  position: relative;
  background: #74c148;
}
.order-detail .p1 span.curr img {
  display: block;
}
.order-detail .p1 span:nth-child(1).curr::before {
  display: none;
}
.order-detail .p4 {
  position: relative;
  width: 100%;
}
.order-detail .p4 p {
  text-align: right;
  line-height: 30px;
}
.order-detail .p4 p span {
  color: #f00;
}
.order-detail .p2 {
  position: relative;
  width: 100%;
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.order-detail .p2 .right {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding: 50px;
}
.order-detail .p2 .right dl {
  width: 100%;
  display: flex;
}
.order-detail .p2 .right dl dt {
  width: 80px;
}
.order-detail .p2 .right dl dd {
  line-height: 30px;
}
.order-detail .p2 .left {
  width: 400px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.order-detail .p2 .left h3 {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #000;
}
.order-detail .p2 .left dl {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
}
.order-detail .p2 .left dl dt {
  width: 100px;
  font-weight: bold;
}
.pingjia {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
.pingjia dl {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pingjia dl dt {
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.pingjia dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pingjia dl dd {
  width: calc(100% - 420px);
}
.pingjia .pj {
  position: relative;
  width: 100%;
  margin: 30px 0;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 30px;
}
.zsp2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 16px;
}
.zsp2 span {
  line-height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.zsp2 span.curr {
  background: #4b97d0;
  color: #ffffff;
}
.zsp3 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zsp3 .zsp3Left {
  position: relative;
  width: 11rem;
}
.zsp3 .zsp3Left h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #4b97d0;
  border-bottom: 2px solid #4b97d0;
}
.zsp3 .zsp3Left a.more {
  position: absolute;
  right: 0;
  top: 0;
}
.zsp3 li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 30px;
}
.zsp3 .zsp3Top {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.zsp3 .zsp3Top ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zsp3 .zsp3Top ul li {
  width: 45%;
}
.zsp3 .zsp3Down {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
}
.zsp3 .zsp3Down div {
  width: 45%;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.zsp3 .zsp3Down h5 {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
}
.zsp3 .zsp3Down ul li {
  width: 100%;
}
.zsp3 .zsp3Right {
  position: relative;
  width: 300px;
}
.zsp3 .zsp3Right p {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  background: #4b97d0;
  color: #ffffff;
}
.zsp3 .zsp3Right p input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 70px;
}
.zsp3 .zsp3Right div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}
.zsp3 .zsp3Right h5 {
  line-height: 40px;
  font-size: 16px;
}
.zsp3 .zsp3Right a {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zsp3 .zsp3Right a i {
  position: absolute;
  left: 0;
  top: 5px;
  font-style: normal;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #4b97d0;
  color: #ffffff;
  font-size: 12px;
}
.zsp3 li.curr1 {
  background: url("../images/center/i1.png") no-repeat 0 50%;
  background-size: 25px;
}
.zsp3 li.curr2 {
  background: url("../images/center/i2.jpg") no-repeat 0 50%;
  background-size: 25px;
}
.h3-title {
  position: relative;
  width: 1300px;
  height: 20px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  background: #ffffff;
}
.bgColor .center {
  background: #ffffff;
}
.myClass {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  background: #f6f6f6;
}
.myClass ul {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.myClass ul li {
  position: relative;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #ffffff;
  color: #666;
}
.myClass ul li i {
  display: block;
  width: 100%;
  height: 200px;
}
.myClass ul li i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.myClass ul li h3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0;
  height: 40px;
  font-size: 16px;
  color: #666666;
}
.myClass ul li span,
.myClass ul li p {
  position: relative;
  width: 100%;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}
.myClass ul li a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  background: #11a6ff;
  border-radius: 3px;
}
.myClass ul li p {
  box-sizing: border-box;
  /* padding-left: 30px; */
  background: url("../images/time.jpg") no-repeat 10px 50%;
  background-size: 14px;
}
.myClass ul li span {
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .center-main {
    display: block;
  }
  .center-main .center-message dl,
  .center-main .right,
  .center-main .left {
    width: 100%;
  }
  .center-main .center-message dl dd {
    width: 65%;
  }
  .center-main .saveSet li,
  .center-content .bodyList ul li {
    width: 45%;
  }
  .center-body .wuliuicon span i,
  .center-body .wuliuicon span em {
    width: 60px;
    height: 60px;
  }
}
