@charset "UTF-8";/* index */.idxHome {  width: 100%;}.idxHome .idx-ban {  width: 100%;  position: relative;}.idxHome .idx-ban .slide-img {  width: 100%;}.idxHome .idx-ban .slide-img img {  width: 100%;  height: auto;  min-height: 200px;}.idxHome .idx-ban .slide-text {  padding: 0 1rem;  position: absolute;  top: 50%;  left: 0;  -webkit-transform: translateY(-50%);          transform: translateY(-50%);  z-index: 3;}.idxHome .idx-ban .slide-title {  color: #fff;  margin: 1.4rem 0;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.idxHome .idx-ban .slide-more {  width: 0.6rem;  height: 0.6rem;  min-width: 32px;  min-height: 32px;  border: .01rem solid #fff;  border-radius: 50%;  display: block;  -webkit-transition: all .5s;  transition: all .5s;}.idxHome .idx-ban .slide-more img {  width: 100%;  height: 100%;}.idxHome .idx-ban .slide-more:hover {  background-color: #486efd;  border-color: #486efd;}.idxHome .idx-ban .swiper-pagination-bullets {  width: 100%;  bottom: .2rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.idxHome .idx-ban .swiper-pagination-bullets .swiper-pagination-bullet {  width: 0.2rem;  min-width: 15px;  height: 0.04rem;  min-height: 4px;  background-color: #fff;  border-radius: 0;  opacity: .5;}.idxHome .idx-ban .swiper-pagination-bullets .swiper-pagination-bullet-active {  width: 0.5rem;  min-width: 40px;  opacity: 1;}@media (max-width: 750px) {  .idxHome .idx-ban .slide-title {    margin: 20px 0;  }}@media (max-width: 450px) {  .idxHome .idx-ban .slide-text {    padding: 0 10px;  }  .idxHome .idx-ban .swiper-pagination-bullets {    display: none;  }}.idxHome .idx-case {  width: 100%;  padding: 1rem;}.idxHome .idx-case .case-header {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.5rem;}.idxHome .idx-case .case-title {  color: #000;  line-height: 1.5;}.idxHome .idx-case .case-guide {  color: #666;  line-height: 1.8;}.idxHome .idx-case .case-icon {  display: block;  width: 0.6rem;  height: 0.6rem;  min-width: 32px;  min-height: 32px;  border: solid .02rem #e1e6f0;  border-radius: 50%;  -webkit-transition: all .5s;  transition: all .5s;}.idxHome .idx-case .case-icon:hover {  border-color: #486efd;  background-color: #486efd;}.idxHome .idx-case .case-icon:hover .hover {  display: block;}.idxHome .idx-case .case-icon:hover .init {  display: none;}.idxHome .idx-case .case-icon img {  width: 100%;  height: 100%;}.idxHome .idx-case .case-icon .hover {  display: none;}.idxHome .idx-case .case-icon .init {  display: block;}.idxHome .idx-case .case-main {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.idxHome .idx-case .case-swiper {  width: 14rem;}.idxHome .idx-case .case-swiper .swiper-slide {  position: relative;}.idxHome .idx-case .case-swiper .slide-img {  width: 100%;}.idxHome .idx-case .case-swiper .slide-img img {  width: 100%;  min-height: 200px;}.idxHome .idx-case .case-swiper .slide-text {  width: 100%;  padding: .8rem 1rem;  position: absolute;  height: 100%;  top: 0;  left: 0;  z-index: 3;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: end;      -ms-flex-align: end;          align-items: flex-end;}.idxHome .idx-case .case-swiper .slide-info {  width: 6.4rem;}.idxHome .idx-case .case-swiper .slide-title {  width: 100%;  color: #fff;  line-height: 1.3;}.idxHome .idx-case .case-swiper .slide-title:after {  content: '';  display: block;  width: 0.4rem;  height: 0.04rem;  min-width: 40px;  min-height: 4px;  background-color: #f96a43;  margin: .4rem 0 .5rem;}.idxHome .idx-case .case-swiper .slide-guide {  width: 100%;  line-height: 1.75;  color: #fff;  margin-bottom: 0.6rem;  display: -webkit-box;  -webkit-line-clamp: 4;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;}.idxHome .idx-case .case-swiper .slide-more {  display: block;  min-width: 32px;  width: 0.6rem;  min-height: 32px;  height: 0.6rem;  background-color: #486efd;  border-radius: 50%;}.idxHome .idx-case .case-swiper .slide-more img {  width: 100%;  height: 100%;}.idxHome .idx-case .case-type {  width: 3.2rem;  position: relative;}.idxHome .idx-case .case-type .type-item {  width: 100%;  height: 23.5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}.idxHome .idx-case .case-type .type-item .item-icon {  width: 0.72rem;  height: 0.72rem;  border: solid .02rem #e1e6f0;  border-radius: 50%;}.idxHome .idx-case .case-type .type-item .item-icon img {  width: 100%;  height: 100%;}.idxHome .idx-case .case-type .type-item .item-icon .init {  display: block;}.idxHome .idx-case .case-type .type-item .item-icon .sel {  display: none;}.idxHome .idx-case .case-type .type-item .item-guide {  width: 1.44rem;  margin-left: .24rem;}.idxHome .idx-case .case-type .type-item .item-guide p {  line-height: 1.4;  color: #000;}.idxHome .idx-case .case-type .type-item .item-add {  width: 0.2rem;  height: 0.2rem;  display: none;}.idxHome .idx-case .case-type .type-item .item-add img {  width: 100%;  height: 100%;}.idxHome .idx-case .case-type .type-line {  width: 100%;  height: 2%;  padding: 0 .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.idxHome .idx-case .case-type .type-line:after {  width: 100%;  height: 0.01rem;  background-color: #eee;  content: '';  display: block;}.idxHome .idx-case .case-type .typeItemIs {  width: 120%;  position: relative;  left: -20%;  z-index: 3;  background-color: #486efd;  border-radius: 0 0 0 .4rem;}.idxHome .idx-case .case-type .typeItemIs .item-icon {  border-color: white;}.idxHome .idx-case .case-type .typeItemIs .item-icon .init {  display: none;}.idxHome .idx-case .case-type .typeItemIs .item-icon .sel {  display: block;}.idxHome .idx-case .case-type .typeItemIs .item-guide {  margin-right: .24rem;}.idxHome .idx-case .case-type .typeItemIs .item-guide p {  color: #fff;}.idxHome .idx-case .case-type .typeItemIs .item-add {  display: block;}@media (max-width: 1400px) {  .idxHome .idx-case .case-main {    -ms-flex-wrap: wrap;        flex-wrap: wrap;    -webkit-box-orient: vertical;    -webkit-box-direction: reverse;        -ms-flex-direction: column-reverse;            flex-direction: column-reverse;  }  .idxHome .idx-case .case-swiper {    width: 100%;  }  .idxHome .idx-case .case-type {    width: 100%;    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }  .idxHome .idx-case .case-type .type-item {    width: 23.5%;    padding: .2rem;    height: auto;    border-radius: 0;    -webkit-box-pack: justify;        -ms-flex-pack: justify;            justify-content: space-between;  }  .idxHome .idx-case .case-type .type-item .item-icon {    width: 25%;    height: auto;  }  .idxHome .idx-case .case-type .type-item .item-icon img {    width: 100%;    height: auto;  }  .idxHome .idx-case .case-type .type-item .item-text {    width: 70%;  }  .idxHome .idx-case .case-type .type-item .item-guide {    width: 100%;    margin-left: 0;  }  .idxHome .idx-case .case-type .type-line {    width: 2%;    height: auto;    padding: 0;  }  .idxHome .idx-case .case-type .type-line:after {    width: .01rem;    height: 50%;  }  .idxHome .idx-case .case-type .typeItemIs {    left: auto;    width: 23.5%;    z-index: auto;  }  .idxHome .idx-case .case-type .typeItemIs .item-add {    display: none;  }}@media (max-width: 950px) {  .idxHome .idx-case {    padding: 20px 10px;  }}@media (max-width: 850px) {  .idxHome .idx-case .case-type {    display: none;  }  .idxHome .idx-case .case-swiper .slide-text {    padding: 10px;  }  .idxHome .idx-case .case-swiper .slide-text .slide-info {    width: 100%;  }}@media (max-width: 650px) {  .idxHome .idx-case .case-header {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .idxHome .idx-case .case-text {    width: 100%;    margin-bottom: 0.2rem;  }}@media (max-width: 550px) {  .idxHome .idx-case .case-swiper .slide-title:after {    margin: 10px 0 16px;  }  .idxHome .idx-case .case-swiper .slide-guide {    margin-bottom: 10px;    -webkit-line-clamp: 3;  }}@media (max-width: 400px) {  .idxHome .idx-case .case-swiper .slide-title:after {    margin: 6px 0 10px;  }  .idxHome .idx-case .case-swiper .slide-guide {    margin-bottom: 6px;  }}.idxHome .idx-prod {  width: 100%;  padding: 1.2rem 1rem;  padding-right: 0;  background: url("../images/idx2.jpg") center center/100% 100% no-repeat;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.idxHome .idx-prod .prod-text {  width: 4.6rem;  padding: .6rem 0;}.idxHome .idx-prod .prod-info {  width: 2.7rem;  height: 100%;  position: relative;}.idxHome .idx-prod .prod-title {  width: 100%;  color: #000;  line-height: 1.5;}.idxHome .idx-prod .prod-title:after {  content: '';  display: block;  margin: .4rem 0 .5rem;  width: 0.4rem;  height: 0.04rem;  background-color: #f96a43;  min-width: 40px;  height: 4px;}.idxHome .idx-prod .prod-guide {  width: 100%;  color: #666;  line-height: 1.5;}.idxHome .idx-prod .prod-btns {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  width: 100%;  padding: .6rem 0;}.idxHome .idx-prod .prod-btns .prod-prev, .idxHome .idx-prod .prod-btns .prod-next {  width: 0.6rem;  height: 0.6rem;  min-width: 32px;  min-height: 32px;  border: solid .02rem #e1e6f0;  border-radius: 50%;  margin-right: 0.2rem;  cursor: pointer;  -webkit-transition: all .5s;  transition: all .5s;}.idxHome .idx-prod .prod-btns .prod-prev img, .idxHome .idx-prod .prod-btns .prod-next img {  width: 100%;  height: 100%;}.idxHome .idx-prod .prod-btns .prod-prev .init, .idxHome .idx-prod .prod-btns .prod-next .init {  display: block;}.idxHome .idx-prod .prod-btns .prod-prev .hover, .idxHome .idx-prod .prod-btns .prod-next .hover {  display: none;}.idxHome .idx-prod .prod-btns .prod-prev:hover, .idxHome .idx-prod .prod-btns .prod-next:hover {  background-color: #486efd;  border-color: #486efd;}.idxHome .idx-prod .prod-btns .prod-prev:hover .init, .idxHome .idx-prod .prod-btns .prod-next:hover .init {  display: none;}.idxHome .idx-prod .prod-btns .prod-prev:hover .hover, .idxHome .idx-prod .prod-btns .prod-next:hover .hover {  display: block;}.idxHome .idx-prod .prod-swiper {  width: 13.6rem;}.idxHome .idx-prod .prod-swiper .swiper-slide {  padding: .4rem;  display: block;}.idxHome .idx-prod .prod-swiper .swiper-slide:hover .slide-img {  -webkit-transform: scale(1.1);          transform: scale(1.1);}.idxHome .idx-prod .prod-swiper .slide-img {  width: 100%;  padding-top: 100%;  background-position: center center;  background-size: contain;  background-repeat: no-repeat;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}.idxHome .idx-prod .prod-swiper .slide-title {  width: 100%;  margin: .2rem 0 .3rem;  color: #fff;  line-height: 1.4;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 1;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}.idxHome .idx-prod .prod-swiper .slide-guide {  width: 100%;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}.idxHome .idx-prod .prod-swiper .slide-guide p {  color: #fff;  line-height: 1.5;}@media (max-width: 950px) {  .idxHome .idx-prod {    padding: 20px 10px;    -webkit-box-pack: justify;        -ms-flex-pack: justify;            justify-content: space-between;  }  .idxHome .idx-prod .prod-text {    width: 24%;  }  .idxHome .idx-prod .prod-text .prod-info {    width: 100%;  }  .idxHome .idx-prod .prod-swiper {    width: 72%;  }}@media (max-width: 650px) {  .idxHome .idx-prod {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .idxHome .idx-prod .prod-text {    width: 100%;    padding: 0;  }  .idxHome .idx-prod .prod-swiper {    width: 100%;  }}.idxHome .idx-news {  width: 100%;  padding: 1rem;}.idxHome .idx-news .news-header {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.5rem;}.idxHome .idx-news .news-title {  color: #000;  line-height: 1.5;}.idxHome .idx-news .news-guide {  color: #666;  line-height: 1.8;}.idxHome .idx-news .news-icon {  display: block;  width: 0.6rem;  height: 0.6rem;  min-width: 32px;  min-height: 32px;  border: solid .02rem #e1e6f0;  border-radius: 50%;  -webkit-transition: all .5s;  transition: all .5s;}.idxHome .idx-news .news-icon:hover {  border-color: #486efd;  background-color: #486efd;}.idxHome .idx-news .news-icon:hover .hover {  display: block;}.idxHome .idx-news .news-icon:hover .init {  display: none;}.idxHome .idx-news .news-icon img {  width: 100%;  height: 100%;}.idxHome .idx-news .news-icon .hover {  display: none;}.idxHome .idx-news .news-icon .init {  display: block;}.idxHome .idx-news .news-swiper {  width: 100%;}.idxHome .idx-news .news-swiper .swiper-slide {  position: relative;  overflow: hidden;  height: auto;  display: block;}.idxHome .idx-news .news-swiper .swiper-slide:hover .slide-img {  background-size: 120% 120%;}.idxHome .idx-news .news-swiper .swiper-slide:hover .slide-more {  background-color: #486efd;  border-color: #486efd;}.idxHome .idx-news .news-swiper .swiper-slide:hover .slide-more .hover {  display: block;}.idxHome .idx-news .news-swiper .swiper-slide:hover .slide-more .init {  display: none;}.idxHome .idx-news .news-swiper .slide-img {  width: 100%;  background-size: 100% 100%;  background-position: center;  background-repeat: no-repeat;  padding-top: calc(420 / 546 * 100%);  -webkit-transition: background-size .5s;  transition: background-size .5s;}.idxHome .idx-news .news-swiper .slide-text {  width: 85%;  position: absolute;  right: 0;  bottom: 0;  z-index: 3;  padding: .4rem;  background-color: #fff;}.idxHome .idx-news .news-swiper .slide-title {  color: #000;  width: 100%;  line-height: 1.8;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}.idxHome .idx-news .news-swiper .slide-time {  width: 100%;  color: #666;  line-height: 1.5;}.idxHome .idx-news .news-swiper .slide-more {  display: block;  width: 0.4rem;  height: 0.4rem;  min-width: 24px;  min-height: 24px;  background-color: #fff;  border: .02rem solid #e1e6f0;  border-radius: 50%;  position: absolute;  right: .4rem;  bottom: .2rem;  z-index: 3;  -webkit-transition: all .5s;  transition: all .5s;}.idxHome .idx-news .news-swiper .slide-more .hover {  display: none;}.idxHome .idx-news .news-swiper .slide-more .init {  display: block;}.idxHome .idx-news .news-swiper .slide-more img {  width: 100%;  height: 100%;}.idxHome .idx-news .news-swiper .news-swiper-scrollbar {  position: static;  width: 12rem;  left: auto;  bottom: auto;  z-index: auto;  height: .04rem;  margin: 0 auto;  margin-top: .8rem;}.idxHome .idx-news .news-swiper .news-swiper-scrollbar .swiper-scrollbar-drag {  background-color: #f96a43;}@media (max-width: 950px) {  .idxHome .idx-news {    padding: 20px 10px;  }  .idxHome .idx-news .news-swiper .news-swiper-scrollbar {    width: 80%;  }}@media (max-width: 650px) {  .idxHome .idx-news .news-header {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .idxHome .idx-news .news-text {    width: 100%;    margin-bottom: 0.2rem;  }}/* 产品中心 */.ohrProd {  width: 100%;  background-color: #f2f5fb;}.ohrProd .prod-center {  width: 100%;  padding: 1rem 0;}.ohrProd .prod-center .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrProd .prod-nav {  width: 18.75%;}.ohrProd .prod-nav .nav-title {  width: 100%;  color: #fff;  padding: .36rem .3rem;  background: url("../images/prod1.jpg") center center/100% 100% no-repeat;  margin-bottom: 0.1rem;}.ohrProd .prod-nav .nav-list {  width: 100%;}.ohrProd .prod-nav .nav-list .nav-item {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  width: 100%;  padding: .24rem .2rem;  background: #fff;  border-bottom: .01rem solid #eee;  -webkit-transition: background .5s;  transition: background .5s;}.ohrProd .prod-nav .nav-list .nav-item:last-of-type {  border-bottom: none;}.ohrProd .prod-nav .nav-list .nav-item:hover {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrProd .prod-nav .nav-list .nav-item:hover .text {  color: #fff;}.ohrProd .prod-nav .nav-list .nav-item:hover .icon .init {  display: none;}.ohrProd .prod-nav .nav-list .nav-item:hover .icon .sel {  display: block;}.ohrProd .prod-nav .nav-list .nav-item .text {  color: #666;  line-height: 1.5;  -webkit-transition: color .5s;  transition: color .5s;}.ohrProd .prod-nav .nav-list .nav-item .icon {  width: 0.08rem;  height: 0.14rem;  min-width: 8px;  min-height: 14px;}.ohrProd .prod-nav .nav-list .nav-item .icon .init {  display: block;}.ohrProd .prod-nav .nav-list .nav-item .icon .sel {  display: none;}.ohrProd .prod-nav .nav-list .nav-item .icon img {  width: 100%;  height: 100%;}.ohrProd .prod-nav .nav-list .navItemIs {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrProd .prod-nav .nav-list .navItemIs .text {  color: #fff;}.ohrProd .prod-nav .nav-list .navItemIs .icon .init {  display: none;}.ohrProd .prod-nav .nav-list .navItemIs .icon .sel {  display: block;}.ohrProd .prod-list {  width: 77%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.ohrProd .prod-list .prod-item {  display: block;  width: 31%;  margin-right: 3.5%;  margin-bottom: 3.5%;  padding: .4rem;}.ohrProd .prod-list .prod-item:nth-of-type(3n) {  margin-right: 0;}.ohrProd .prod-list .prod-item:hover .slide-img {  -webkit-transform: scale(1.1);          transform: scale(1.1);}.ohrProd .prod-list .prod-item .slide-img {  width: 100%;  padding-top: 100%;  background-position: center center;  background-size: contain;  background-repeat: no-repeat;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}.ohrProd .prod-list .prod-item .item-title {  width: 100%;  white-space: nowrap;  margin: .2rem 0 .3rem;  color: #fff;  line-height: 1.4;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 1;  overflow: hidden;  text-overflow: ellipsis;}.ohrProd .prod-list .prod-item .item-guide {  width: 100%;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}.ohrProd .prod-list .prod-item .item-guide p {  color: #fff;  line-height: 1.5;}@media (max-width: 1200px) {  .ohrProd .prod-center .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrProd .prod-center .container {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrProd .prod-nav {    width: 100%;    margin-bottom: 0.2rem;  }  .ohrProd .prod-list {    width: 100%;  }}@media (max-width: 600px) {  .ohrProd .prod-list .prod-item {    width: 49%;    margin-right: 2%;    margin-bottom: 2%;  }  .ohrProd .prod-list .prod-item:nth-of-type(2n) {    margin-right: 0;  }  .ohrProd .prod-list .prod-item:nth-of-type(3n) {    margin-right: 2%;  }}@media (max-width: 400px) {  .ohrProd .prod-list .prod-item {    width: 100%;    margin-right: 0;  }  .ohrProd .prod-list .prod-item:nth-of-type(3n) {    margin-right: 0;  }}/* 产品详情 */.ohrProdDetail {  width: 100%;  background-color: #f2f5fb;}.ohrProdDetail .prod-detail {  width: 100%;  padding: 1rem 0;}.ohrProdDetail .prod-detail .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}@media (max-width: 1200px) {  .ohrProdDetail .prod-detail .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrProdDetail .prod-detail .container {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }}.ohrProdDetail .prod-nav {  width: 18.75%;}.ohrProdDetail .prod-nav .nav-title {  width: 100%;  color: #fff;  padding: .36rem .3rem;  background: url("../images/prod1.jpg") center center/100% 100% no-repeat;  margin-bottom: 0.1rem;}.ohrProdDetail .prod-nav .nav-list {  width: 100%;}.ohrProdDetail .prod-nav .nav-list .nav-item {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  width: 100%;  padding: .24rem .2rem;  background: #fff;  border-bottom: .01rem solid #eee;  -webkit-transition: background .5s;  transition: background .5s;}.ohrProdDetail .prod-nav .nav-list .nav-item:last-of-type {  border-bottom: none;}.ohrProdDetail .prod-nav .nav-list .nav-item:hover {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrProdDetail .prod-nav .nav-list .nav-item:hover .text {  color: #fff;}.ohrProdDetail .prod-nav .nav-list .nav-item:hover .icon .init {  display: none;}.ohrProdDetail .prod-nav .nav-list .nav-item:hover .icon .sel {  display: block;}.ohrProdDetail .prod-nav .nav-list .nav-item .text {  color: #666;  line-height: 1.5;  -webkit-transition: color .5s;  transition: color .5s;}.ohrProdDetail .prod-nav .nav-list .nav-item .icon {  width: 0.08rem;  height: 0.14rem;  min-width: 8px;  min-height: 14px;}.ohrProdDetail .prod-nav .nav-list .nav-item .icon .init {  display: block;}.ohrProdDetail .prod-nav .nav-list .nav-item .icon .sel {  display: none;}.ohrProdDetail .prod-nav .nav-list .nav-item .icon img {  width: 100%;  height: 100%;}.ohrProdDetail .prod-nav .nav-list .navItemIs {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrProdDetail .prod-nav .nav-list .navItemIs .text {  color: #fff;}.ohrProdDetail .prod-nav .nav-list .navItemIs .icon .init {  display: none;}.ohrProdDetail .prod-nav .nav-list .navItemIs .icon .sel {  display: block;}@media (max-width: 750px) {  .ohrProdDetail .prod-nav {    width: 100%;    margin-bottom: 0.2rem;  }}.ohrProdDetail .detail-content {  width: 77%;  background-color: #fff;}@media (max-width: 750px) {  .ohrProdDetail .detail-content {    width: 100%;  }}.ohrProdDetail .detail-content .detail-header {  width: 100%;  padding: .28rem 0;}.ohrProdDetail .detail-content .detail-title {  width: 100%;  padding: 0 .45rem;  border-left: .04rem solid #486efd;}@media (max-width: 450px) {  .ohrProdDetail .detail-content .detail-title {    padding: 0 10px;  }}.ohrProdDetail .detail-content .detail-main {  width: 100%;  padding: 0 .45rem .4rem;}.ohrProdDetail .detail-content .detail-main:before {  width: 100%;  height: .01rem;  background-color: #e5e5e5;  display: block;  content: '';  margin-bottom: 0.4rem;}@media (max-width: 450px) {  .ohrProdDetail .detail-content .detail-main {    padding: 0 10px .4rem;  }}.ohrProdDetail .detail-content .detail-swiper {  width: 100%;  position: relative;}.ohrProdDetail .detail-content .detail-swiper .swiper-slide img {  width: 100%;  height: auto;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next {  width: 0.6rem;  height: 0.6rem;  min-width: 40px;  min-height: 40px;  border-radius: 50%;  background: #fff;  border: solid .02rem #e1e6f0;  cursor: pointer;  margin-top: 0;  top: 50%;  -webkit-transform: translateY(-50%);          transform: translateY(-50%);  z-index: 3;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev:hover, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next:hover {  background-color: #486efd;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev:hover .init, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next:hover .init {  display: none;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev:hover .hover, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next:hover .hover {  display: block;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev img, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next img {  width: 100%;  height: 100%;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev .init, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next .init {  display: block;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev .hover, .ohrProdDetail .detail-content .detail-swiper .detail-swiper-next .hover {  display: none;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-prev {  left: .3rem;}.ohrProdDetail .detail-content .detail-swiper .detail-swiper-next {  right: .3rem;}.ohrProdDetail .detail-content .detail-guide {  width: 100%;  margin: .4rem 0;}.ohrProdDetail .detail-content .detail-guide p {  line-height: 1.8;  color: #666;}.ohrProdDetail .detail-content .detail-video {  width: 100%;}.ohrProdDetail .detail-content .detail-video .video-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-video .video-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-video .video-main {  width: 100%;  margin: .3rem 0;  position: relative;  cursor: pointer;}.ohrProdDetail .detail-content .detail-video .video-main .cover {  width: 100%;}.ohrProdDetail .detail-content .detail-video .video-main .cover img {  width: 100%;  height: auto;}.ohrProdDetail .detail-content .detail-video .video-main .play {  width: 0.8rem;  height: 0.8rem;  min-width: 40px;  min-height: 40px;  position: absolute;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);  z-index: 3;}.ohrProdDetail .detail-content .detail-video .video-main .play img {  width: 100%;  height: 100%;}.ohrProdDetail .detail-content .detail-trait {  width: 100%;}.ohrProdDetail .detail-content .detail-trait .trait-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-trait .trait-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-trait .trait-main {  width: 100%;  padding: .3rem 0;}.ohrProdDetail .detail-content .detail-trait .trait-main p {  line-height: 1.8;  /*          &:before{            content: '';            display: inline-block;            width: 0.06rem;            height: 0.06rem;            min-width: 6px;            min-height: 6px;            background-color: #666;            border-radius: 50%;            vertical-align: middle;          }          */}.ohrProdDetail .detail-content .detail-trait .trait-main p span {  color: #666;  vertical-align: middle;}.ohrProdDetail .detail-content .detail-specs {  width: 100%;}.ohrProdDetail .detail-content .detail-specs .specs-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-specs .specs-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-specs .specs-main {  width: 100%;  padding: .3rem 0;}@media (max-width: 400px) {  .ohrProdDetail .detail-content .detail-specs .specs-main {    overflow-x: scroll;  }}.ohrProdDetail .detail-content .detail-specs .specs-main table {  width: 100%;}.ohrProdDetail .detail-content .detail-specs .specs-main table td {  padding: .1rem 0;  border-color: #e5e5e5;  text-align: center;  line-height: 1.5;}.ohrProdDetail .detail-content .detail-specs .specs-main table .content {  color: #666;  width: 80%;  word-wrap: break-word;}.ohrProdDetail .detail-content .detail-specs .specs-main table .contentLt {  width: 20%;}.ohrProdDetail .detail-content .detail-specs .specs-main table .title {  width: 20%;  font-weight: 700;}.ohrProdDetail .detail-content .detail-index {  width: 100%;}.ohrProdDetail .detail-content .detail-index .index-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-index .index-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-index .index-main {  width: 100%;  padding: .3rem 0;}@media (max-width: 400px) {  .ohrProdDetail .detail-content .detail-index .index-main {    overflow-x: scroll;  }}.ohrProdDetail .detail-content .detail-index .index-main table {  width: 100%;}.ohrProdDetail .detail-content .detail-index .index-main table td {  padding: .1rem 0;  border-color: #e5e5e5;  text-align: center;  line-height: 1.5;}.ohrProdDetail .detail-content .detail-index .index-main table .content {  color: #666;  width: 80%;}.ohrProdDetail .detail-content .detail-index .index-main table .title {  width: 20%;  font-weight: 700;}.ohrProdDetail .detail-content .detail-case {  width: 100%;}.ohrProdDetail .detail-content .detail-case .case-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-case .case-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-case .case-main {  width: 100%;  padding: .3rem 0;}.ohrProdDetail .detail-content .detail-case .case-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.ohrProdDetail .detail-content .detail-case .case-list .case-item {  width: 32%;  display: block;  margin-right: 2%;  margin-bottom: 2%;  background-color: #f2f5fb;}.ohrProdDetail .detail-content .detail-case .case-list .case-item:hover .item-img {  background-size: 120% 120%;}.ohrProdDetail .detail-content .detail-case .case-list .case-item:hover .item-title {  color: #486efd;}.ohrProdDetail .detail-content .detail-case .case-list .case-item:nth-of-type(3n) {  margin-right: 0;}.ohrProdDetail .detail-content .detail-case .case-list .case-item .item-img {  width: 100%;  overflow: hidden;  background-position: center;  background-repeat: no-repeat;  background-size: 100% 100%;  padding-top: calc(180 / 320 * 100%);  -webkit-transition: all .5s;  transition: all .5s;}.ohrProdDetail .detail-content .detail-case .case-list .case-item .item-text {  width: 100%;  padding: .3rem;}.ohrProdDetail .detail-content .detail-case .case-list .case-item .item-title {  width: 100%;  color: #000;  line-height: 1.5;  margin-bottom: 0.1rem;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 1;  overflow: hidden;  text-overflow: ellipsis;  font-weight: 700;  -webkit-transition: color .5s;  transition: color .5s;}.ohrProdDetail .detail-content .detail-case .case-list .case-item .item-guide {  line-height: 1.8;  width: 100%;  color: #666;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}@media (max-width: 650px) {  .ohrProdDetail .detail-content .detail-case .case-list .case-item {    width: 100%;    margin-right: 0;    margin-bottom: 2%;  }  .ohrProdDetail .detail-content .detail-case .case-list .case-item:nth-of-type(3n) {    margin-right: 0;  }}.ohrProdDetail .detail-content .detail-down {  width: 100%;}.ohrProdDetail .detail-content .detail-down .down-header {  width: 100%;  padding: .26rem 0;  border-bottom: .01rem solid #e5e5e5;}.ohrProdDetail .detail-content .detail-down .down-title {  width: 100%;  padding: 0 .2rem;  border-left: .04rem solid #486efd;}.ohrProdDetail .detail-content .detail-down .down-main {  width: 100%;  padding: .3rem 0;}.ohrProdDetail .detail-content .detail-down .down-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrProdDetail .detail-content .detail-down .down-list .down-item {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrProdDetail .detail-content .detail-down .down-list .down-item .item-icon {  width: 0.9rem;  height: 0.9rem;  min-width: 40px;  min-height: 40px;  background-color: #f2f5fb;  border-radius: 50%;  margin-right: .1rem;}.ohrProdDetail .detail-content .detail-down .down-list .down-item .item-icon img {  width: 100%;  height: 100%;}.ohrProdDetail .detail-content .detail-down .down-list .down-item .item-text {  color: #666;  line-height: 1.5;  -webkit-transition: color .5s;  transition: color .5s;}.ohrProdDetail .detail-content .detail-down .down-list .down-item:hover .item-text {  color: #486efd;}.ohrProdDetail .detail-content .detail-down .down-list .down-line {  width: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrProdDetail .detail-content .detail-down .down-list .down-line:after {  content: '';  display: block;  width: 0.01rem;  height: 0.4rem;  background-color: #dcdcdc;}@media (max-width: 500px) {  .ohrProdDetail .detail-content .detail-down .down-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrProdDetail .detail-content .detail-down .down-list .down-item {    width: 100%;    -webkit-box-pack: start;        -ms-flex-pack: start;            justify-content: flex-start;  }  .ohrProdDetail .detail-content .detail-down .down-list .down-line {    width: 100%;    height: auto;    margin: .2rem 0;  }  .ohrProdDetail .detail-content .detail-down .down-list .down-line:after {    width: 100%;    height: .01rem;    background-color: #fff;  }}/* 资讯中心 */.ohrNews {  width: 100%;  background-color: #f2f5fb;}.ohrNews .news-show {  width: 100%;  padding: 1rem 0 .6rem;}.ohrNews .news-show .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrNews .news-show .news-item {  width: 49%;  position: relative;  overflow: hidden;  display: block;}.ohrNews .news-show .news-item:hover .item-img img {  -webkit-transform: scale(1.2);          transform: scale(1.2);}.ohrNews .news-show .news-item:hover .item-more {  background-color: #486efd;  border-color: #486efd;}.ohrNews .news-show .news-item:hover .item-more .hover {  display: block;}.ohrNews .news-show .news-item:hover .item-more .init {  display: none;}.ohrNews .news-show .news-item .item-img {  width: 100%;}.ohrNews .news-show .news-item .item-img img {  width: 100%;  height: auto;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}.ohrNews .news-show .news-item .item-text {  width: 85%;  position: absolute;  right: 0;  bottom: 0;  z-index: 3;  padding: .4rem;  background-color: #fff;}.ohrNews .news-show .news-item .item-title {  color: #000;  width: 100%;  line-height: 1.8;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;}.ohrNews .news-show .news-item .item-time {  width: 100%;  color: #666;  line-height: 1.5;}.ohrNews .news-show .news-item .item-more {  display: block;  width: 0.4rem;  height: 0.4rem;  min-width: 24px;  min-height: 24px;  border: solid .02rem #e1e6f0;  border-radius: 50%;  position: absolute;  right: .4rem;  bottom: .2rem;  z-index: 3;  -webkit-transition: all .5s;  transition: all .5s;}.ohrNews .news-show .news-item .item-more .hover {  display: none;}.ohrNews .news-show .news-item .item-more .init {  display: block;}.ohrNews .news-show .news-item .item-more img {  width: 100%;  height: 100%;}@media (max-width: 750px) {  .ohrNews .news-show .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 650px) {  .ohrNews .news-show .container {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrNews .news-show .news-item {    width: 100%;    margin-bottom: 0.4rem;  }  .ohrNews .news-show .news-item:last-of-type {    margin-bottom: 0;  }}.ohrNews .news-list {  width: 100%;}.ohrNews .news-list .container {  width: 14.4rem;  margin: 0 auto;}.ohrNews .news-list .news-item {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  background-color: #fff;  margin-bottom: 0.4rem;}.ohrNews .news-list .news-item:hover .item-more {  background-color: #486efd;  border-color: #486efd;}.ohrNews .news-list .news-item:hover .item-more .hover {  display: block;}.ohrNews .news-list .news-item:hover .item-more .init {  display: none;}.ohrNews .news-list .news-item:hover .item-img {  background-size: 120% auto !important;}.ohrNews .news-list .news-item .item-img {  width: 26.5%;  -webkit-transition: background .5s;  transition: background .5s;}.ohrNews .news-list .news-item .item-img img {  width: 100%;  height: auto;  display: none;}.ohrNews .news-list .news-item .item-text {  width: 73.5%;  padding: .4rem .5rem;  position: relative;}.ohrNews .news-list .news-item .item-title {  width: 100%;  color: #000;  line-height: 1.5;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;}.ohrNews .news-list .news-item .item-guide {  width: 100%;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  margin: .2rem 0 .4rem;}.ohrNews .news-list .news-item .item-guide p {  color: #666;  line-height: 1.8;}.ohrNews .news-list .news-item .item-time {  color: #666;  width: 100%;}.ohrNews .news-list .news-item .item-more {  display: block;  width: 0.4rem;  height: 0.4rem;  min-width: 24px;  min-height: 24px;  border: solid .02rem #e1e6f0;  border-radius: 50%;  position: absolute;  right: .4rem;  bottom: .2rem;  z-index: 3;  -webkit-transition: all .5s;  transition: all .5s;}.ohrNews .news-list .news-item .item-more .hover {  display: none;}.ohrNews .news-list .news-item .item-more .init {  display: block;}.ohrNews .news-list .news-item .item-more img {  width: 100%;  height: 100%;}@media (max-width: 750px) {  .ohrNews .news-list .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 650px) {  .ohrNews .news-list .news-item {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrNews .news-list .news-item .item-img {    width: 100%;  }  .ohrNews .news-list .news-item .item-img img {    display: block;  }  .ohrNews .news-list .news-item .item-text {    width: 100%;  }}.ohrNews .ohr-page {  padding: .2rem 0 1rem;}/* 资讯详情 */.ohrNewsDetail {  width: 100%;  background-color: #f2f5fb;}.ohrNewsDetail .news-detail {  width: 100%;  padding: 1rem 0;}.ohrNewsDetail .news-detail .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrNewsDetail .detail-content {  width: 72.2%;  background-color: #fff;  padding: .8rem .5rem;}.ohrNewsDetail .detail-content .detail-header {  width: 100%;  border-bottom: .01rem solid #eee;}.ohrNewsDetail .detail-content .detail-title {  width: 100%;  color: #000;  line-height: 1.5;}.ohrNewsDetail .detail-content .detail-time {  width: 100%;  color: #999;  margin: .3rem 0 .4rem;}.ohrNewsDetail .detail-content .detail-main {  padding: .5rem 0 0;  width: 100%;}.ohrNewsDetail .detail-content .detail-main p {  color: #666;  line-height: 2;}.ohrNewsDetail .detail-content .detail-main img {  width: 90%;  height: auto;  display: block;  margin: 0 auto;}.ohrNewsDetail .detail-pages {  width: 25%;}.ohrNewsDetail .detail-pages .prev-page, .ohrNewsDetail .detail-pages .next-page {  width: 100%;  display: block;  background-color: #fff;  margin-bottom: 0.2rem;  padding: .4rem;}.ohrNewsDetail .detail-pages .prev-page .page-title, .ohrNewsDetail .detail-pages .next-page .page-title {  color: #000;  line-height: 1.5;  width: 100%;}.ohrNewsDetail .detail-pages .prev-page .page-guide, .ohrNewsDetail .detail-pages .next-page .page-guide {  width: 100%;  line-height: 1.8;  color: #666;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  margin: .1rem 0 .5rem;}.ohrNewsDetail .detail-pages .prev-page .page-time, .ohrNewsDetail .detail-pages .next-page .page-time {  width: 100%;  color: #999;}.ohrNewsDetail .detail-pages .share {  width: 100%;  background-color: #fff;  padding: .4rem;}.ohrNewsDetail .detail-pages .share .share-title {  color: #000;  line-height: 1.5;  width: 100%;}.ohrNewsDetail .detail-pages .share .share-links {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin: .3rem 0 .5rem;}.ohrNewsDetail .detail-pages .share .share-links .link {  width: 0.46rem;  height: 0.46rem;  min-width: 32px;  min-height: 32px;  display: block;  border-radius: 50%;  margin-right: 0.15rem;}.ohrNewsDetail .detail-pages .share .share-links .link img {  width: 100%;  height: 100%;}.ohrNewsDetail .detail-pages .share .share-links .wx-link {  background-color: #50b674;}.ohrNewsDetail .detail-pages .share .share-links .wb-link {  background-color: #ea5d5c;}.ohrNewsDetail .detail-pages .share .share-return {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  background-color: #486efd;  padding: .18rem 0;  border-radius: .05rem;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrNewsDetail .detail-pages .share .share-return span {  color: #fff;  margin-right: .15rem;}.ohrNewsDetail .detail-pages .share .share-return img {  width: 0.09rem;  height: 0.16rem;  min-width: 5px;  min-height: 12px;}@media (max-width: 1200px) {  .ohrNewsDetail .news-detail .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrNewsDetail .news-detail .container {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrNewsDetail .detail-content {    width: 100%;    margin-bottom: 0.2rem;  }  .ohrNewsDetail .detail-pages {    width: 100%;  }  .ohrNewsDetail .detail-pages .share {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-orient: vertical;    -webkit-box-direction: normal;        -ms-flex-direction: column;            flex-direction: column;    -webkit-box-align: start;        -ms-flex-align: start;            align-items: flex-start;  }  .ohrNewsDetail .detail-pages .share .share-return {    width: auto;    padding: .18rem .56rem;  }}/* 资料下载 */.ohrService {  width: 100%;  background-color: #f2f5fb;  padding-bottom: .8rem;}.ohrService .service-down {  width: 100%;  padding: 1rem 0;}.ohrService .service-down .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrService .service-down .down-table {  width: 100%;}.ohrService .service-down .down-table .table-head {  padding: .2rem .3rem;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  background-color: #486efd;}.ohrService .service-down .down-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: left;}.ohrService .service-down .down-table .table-head .title:nth-of-type(1) {  width: 40%;}.ohrService .service-down .down-table .table-head .title:nth-of-type(2) {  width: 10%;  text-align: center;}.ohrService .service-down .down-table .table-head .title:nth-of-type(3) {  text-align: center;  width: 10%;}.ohrService .service-down .down-table .table-head .title:nth-of-type(4) {  text-align: center;  width: 20%;}.ohrService .service-down .down-table .table-head .title:nth-of-type(5) {  text-align: center;  width: 20%;}.ohrService .service-down .down-table .table-body {  width: 100%;  background-color: #fff;}.ohrService .service-down .down-table .table-body .down-data {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.ohrService .service-down .down-table .table-body .data-name {  width: 40%;  color: #666;  text-align: left;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden;}.ohrService .service-down .down-table .table-body .data-format {  width: 10%;  color: #666;  text-align: center;}.ohrService .service-down .down-table .table-body .data-size {  width: 10%;  color: #666;  text-align: center;}.ohrService .service-down .down-table .table-body .data-time {  width: 20%;  color: #666;  text-align: center;}.ohrService .service-down .down-table .table-body .data-btn {  width: 20%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrService .service-down .down-table .table-body .data-btn .btn {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  border-radius: .2rem;  border: .01rem solid #486efd;  padding: .06rem .32rem;  -webkit-transition: background-color .5s;  transition: background-color .5s;}.ohrService .service-down .down-table .table-body .data-btn .btn:hover {  background-color: #486efd;}.ohrService .service-down .down-table .table-body .data-btn .btn:hover .img .init {  display: none;}.ohrService .service-down .down-table .table-body .data-btn .btn:hover .img .hover {  display: block;}.ohrService .service-down .down-table .table-body .data-btn .btn:hover .text {  color: #fff;}.ohrService .service-down .down-table .table-body .data-btn .btn .img {  width: 0.23rem;  height: 0.23rem;  min-width: 17px;  min-height: 17px;  margin-right: 0.1rem;}.ohrService .service-down .down-table .table-body .data-btn .btn .img img {  width: 100%;  height: 100%;}.ohrService .service-down .down-table .table-body .data-btn .btn .img .init {  display: block;}.ohrService .service-down .down-table .table-body .data-btn .btn .img .hover {  display: none;}.ohrService .service-down .down-table .table-body .data-btn .btn .text {  color: #486efd;  line-height: 1.5;}@media (max-width: 1200px) {  .ohrService .service-down .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrService .service-down .down-table .table-head .title {    color: #fff;    line-height: 1.5;    text-align: left;  }  .ohrService .service-down .down-table .table-head .title:nth-of-type(1) {    width: 45%;  }  .ohrService .service-down .down-table .table-head .title:nth-of-type(2) {    display: none;  }  .ohrService .service-down .down-table .table-head .title:nth-of-type(3) {    display: none;  }  .ohrService .service-down .down-table .table-head .title:nth-of-type(4) {    width: 25%;  }  .ohrService .service-down .down-table .table-head .title:nth-of-type(5) {    width: 30%;  }  .ohrService .service-down .down-table .table-body .data-name {    width: 45%;  }  .ohrService .service-down .down-table .table-body .data-format {    display: none;  }  .ohrService .service-down .down-table .table-body .data-size {    display: none;  }  .ohrService .service-down .down-table .table-body .data-time {    width: 25%;  }  .ohrService .service-down .down-table .table-body .data-btn {    width: 30%;  }}/* 合作伙伴-渠道政策 */.ohrShipPolicy {  width: 100%;  background-color: #f2f5fb;}.ohrShipPolicy .ship-policy {  width: 100%;  padding-top: 1rem;}.ohrShipPolicy .ship-policy .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipPolicy .ship-policy .policy-title {  width: 100%;  color: #000;  line-height: 1.3;}.ohrShipPolicy .ship-policy .policy-title:after {  content: '';  display: block;  width: 0.4rem;  height: 0.04rem;  background-color: #fa592d;  margin: .4rem 0 .6rem;}@media (max-width: 1200px) {  .ohrShipPolicy .ship-policy .container {    width: 100%;    padding: 0 10px;  }}.ohrShipPolicy .strategy {  width: 100%;}.ohrShipPolicy .strategy .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipPolicy .strategy .strategy-title {  width: 100%;  color: #000;  line-height: 1.3;  margin-bottom: 0.2rem;}.ohrShipPolicy .strategy .strategy-guide {  width: 100%;  color: #666;  line-height: 1.8;}.ohrShipPolicy .strategy .strategy-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: .9rem 0 .8rem;  margin-top: .3rem;}.ohrShipPolicy .strategy .strategy-item {  width: 23.5%;  margin-right: 2%;  background-color: #fff;  padding: .3rem;  -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);          box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);}.ohrShipPolicy .strategy .strategy-item:nth-of-type(4n) {  margin-right: 0;}.ohrShipPolicy .strategy .strategy-item:hover .item-img img {  -webkit-transform: rotateY(180deg);          transform: rotateY(180deg);}.ohrShipPolicy .strategy .strategy-item .item-img {  width: 1.1rem;  height: 1.1rem;  min-width: 80px;  min-height: 80px;  border-radius: 50%;  margin: 0 auto;  margin-top: -0.9rem;  border: .1rem solid #f2f5fb;}.ohrShipPolicy .strategy .strategy-item .item-img img {  width: 100%;  height: 100%;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}.ohrShipPolicy .strategy .strategy-item .item-title {  width: 100%;  margin: .3rem 0;  text-align: center;  color: #000;}.ohrShipPolicy .strategy .strategy-item .item-title-lt {  width: 100%;  text-align: center;  color: #000;}.ohrShipPolicy .strategy .strategy-item .item-title-lt:after {  content: '';  display: block;  width: 0.08rem;  height: 0.08rem;  min-width: 6px;  min-height: 6px;  margin: .14rem auto;  border-radius: 50%;}.ohrShipPolicy .strategy .strategy-item .color1:after {  background-color: #3b9ef5;}.ohrShipPolicy .strategy .strategy-item .color2:after {  background-color: #fc7752;}.ohrShipPolicy .strategy .strategy-item .color3:after {  background-color: #26d9d5;}.ohrShipPolicy .strategy .strategy-item .color4:after {  background-color: #a8c5f4;}.ohrShipPolicy .strategy .strategy-item .item-guide {  width: 100%;}.ohrShipPolicy .strategy .strategy-item .item-guide p {  color: #666;  line-height: 1.8;}@media (max-width: 1200px) {  .ohrShipPolicy .strategy .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrShipPolicy .strategy .strategy-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrShipPolicy .strategy .strategy-item {    width: 49%;    margin-bottom: .9rem;  }  .ohrShipPolicy .strategy .strategy-item:nth-of-type(4n) {    margin-right: 2%;  }  .ohrShipPolicy .strategy .strategy-item:nth-of-type(2n) {    margin-right: 0;  }}@media (max-width: 400px) {  .ohrShipPolicy .strategy .strategy-item {    width: 100%;  }  .ohrShipPolicy .strategy .strategy-item:nth-of-type(4n) {    margin-right: 0;  }}.ohrShipPolicy .plan {  width: 100%;}.ohrShipPolicy .plan img {  width: 100%;  height: auto;  cursor: pointer;  display: none;}@media (min-width: 751px) {  .ohrShipPolicy .plan .pc {    display: block;  }}@media (max-width: 750px) {  .ohrShipPolicy .plan .wap {    display: block;  }}.ohrShipPolicy .manage {  width: 100%;  padding: .8rem 0 1rem;}.ohrShipPolicy .manage .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipPolicy .manage .manage-title {  width: 100%;  color: #000;  line-height: 1.3;}.ohrShipPolicy .manage .manage-list {  width: 100%;  margin: .6rem 0 .8rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrShipPolicy .manage .manage-item {  width: 32%;  margin-right: 2%;  background-color: #fff;  padding: .6rem .4rem;  -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);          box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);  overflow: hidden;  position: relative;}.ohrShipPolicy .manage .manage-item:nth-of-type(3n) {  margin-right: 0;}.ohrShipPolicy .manage .manage-item .item-text {  width: 100%;  position: relative;  z-index: 3;}.ohrShipPolicy .manage .manage-item .item-title {  width: 100%;  color: #000;  line-height: 1.3;  margin-bottom: 0.2rem;}.ohrShipPolicy .manage .manage-item .item-guide {  width: 100%;}.ohrShipPolicy .manage .manage-item .item-guide p {  color: #666;  line-height: 2;  vertical-align: middle;}.ohrShipPolicy .manage .manage-item .item-guide p:before {  content: '';  display: inline-block;  width: 0.04rem;  height: 0.04rem;  min-width: 4px;  min-height: 4px;  border-radius: 50%;  background-color: #486efd;  vertical-align: middle;  margin-right: 0.1rem;}.ohrShipPolicy .manage .manage-item .item-img {  width: 1.2rem;  height: 1.2rem;  position: absolute;  right: .4rem;  z-index: 2;  bottom: -.4rem;}.ohrShipPolicy .manage .manage-item .item-img img {  width: 100%;  height: 100%;}.ohrShipPolicy .manage .manage-more {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrShipPolicy .manage .manage-more .more-btn {  padding: .16rem .32rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  border-radius: .05rem;  cursor: pointer;}.ohrShipPolicy .manage .manage-more .more-btn span {  color: #fff;  margin-right: 0.15rem;}.ohrShipPolicy .manage .manage-more .more-btn img {  width: 0.09rem;  height: 0.16rem;  min-width: 5px;  min-height: 12px;}@media (max-width: 1200px) {  .ohrShipPolicy .manage .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrShipPolicy .manage .manage-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrShipPolicy .manage .manage-item {    width: 100%;    margin-right: 0;    margin-bottom: 2%;  }}/* 合作伙伴-渠道申请 */.ohrShipApply {  width: 100%;  background-color: #f2f5fb;}.ohrShipApply .ship-apply {  width: 100%;  padding-top: 1rem;}.ohrShipApply .ship-apply .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipApply .ship-apply .apply-title {  width: 100%;  color: #000;  line-height: 1.3;}.ohrShipApply .ship-apply .apply-title:after {  content: '';  display: block;  width: 0.4rem;  height: 0.04rem;  background-color: #fa592d;  margin: .4rem 0 .6rem;}@media (max-width: 1200px) {  .ohrShipApply .ship-apply .container {    width: 100%;    padding: 0 10px;  }}.ohrShipApply .way {  width: 100%;}.ohrShipApply .way .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipApply .way .way-title {  width: 100%;  color: #000;  line-height: 1.3;  margin-bottom: 0.2rem;}.ohrShipApply .way .way-list {  width: 100%;  padding: .5rem 0 .8rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrShipApply .way .way-item {  width: 32%;  margin-right: 2%;  background-color: #fff;  padding: .6rem .3rem;  -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);          box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrShipApply .way .way-item:nth-of-type(3n) {  margin-right: 0;}.ohrShipApply .way .way-item:hover .item-img img {  -webkit-transform: scale(1.1);          transform: scale(1.1);}.ohrShipApply .way .way-item .item-text {  width: 64%;}.ohrShipApply .way .way-item .item-title {  width: 100%;  color: #000;  line-height: 1.3;}.ohrShipApply .way .way-item .item-title:after {  content: '';  display: block;  width: 0.3rem;  height: 0.04rem;  margin: .28rem 0 .36rem;  background-color: #3b9df5;}.ohrShipApply .way .way-item .item-guide {  width: 80%;  color: #666;  line-height: 2;}.ohrShipApply .way .way-item .item-guide .color {  color: #3b9df5;}.ohrShipApply .way .way-item .item-img {  width: 30%;  max-width: 1.2rem;}.ohrShipApply .way .way-item .item-img img {  width: 100%;  height: auto;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}@media (max-width: 1200px) {  .ohrShipApply .way .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 900px) {  .ohrShipApply .way .way-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrShipApply .way .way-item {    width: 100%;    margin-right: 0;    margin-bottom: 2%;  }}.ohrShipApply .legal {  width: 100%;  padding: .8rem 0;  background: url("../images/part12.jpg") center center/100% 100% no-repeat;}.ohrShipApply .legal .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipApply .legal .legal-title {  color: #fff;  width: 100%;  margin-bottom: .6rem;}.ohrShipApply .legal .legal-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrShipApply .legal .legal-item {  width: 23.5%;  margin-right: 2%;  background-color: #fff;  -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);          box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);  padding: .5rem .4rem;}.ohrShipApply .legal .legal-item:nth-of-type(4n) {  margin-right: 0;}.ohrShipApply .legal .legal-item .item-img {  width: 1.2rem;  margin: 0 auto;}.ohrShipApply .legal .legal-item .item-img img {  width: 100%;  height: auto;}.ohrShipApply .legal .legal-item .item-title {  width: 100%;  color: 000;  text-align: center;  margin-top: 0.3rem;}.ohrShipApply .legal .legal-item .item-title:after {  content: '';  display: block;  margin: .3rem auto .12rem;  border-radius: 50%;  width: 0.08rem;  height: 0.08rem;  min-width: 6px;  min-height: 6px;  background-color: #3b9ef5;}.ohrShipApply .legal .legal-item .item-guide {  width: 100%;  text-align: center;}.ohrShipApply .legal .legal-item .item-guide p {  line-height: 1.8;  color: #666;}@media (max-width: 1200px) {  .ohrShipApply .legal .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 900px) {  .ohrShipApply .legal .legal-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrShipApply .legal .legal-item {    width: 49%;    margin-bottom: 2%;  }  .ohrShipApply .legal .legal-item:nth-of-type(4n) {    margin-right: 2%;  }  .ohrShipApply .legal .legal-item:nth-of-type(2n) {    margin-right: 0;  }}@media (max-width: 400px) {  .ohrShipApply .legal .legal-item {    width: 100%;    margin-right: 0;  }  .ohrShipApply .legal .legal-item:nth-of-type(4n) {    margin-right: 0;  }}.ohrShipApply .service {  width: 100%;  padding: .8rem 0;}.ohrShipApply .service .container {  width: 14.4rem;  margin: 0 auto;}.ohrShipApply .service .service-title {  color: #000;  width: 100%;  line-height: 1.3;}.ohrShipApply .service .service-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 0.6rem;}.ohrShipApply .service .service-item {  width: 23.5%;  margin-right: 2%;  margin-bottom: 2%;  background-color: #fff;  -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);          box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 37, 71, 0.1);  padding: .5rem .4rem;  position: relative;  overflow: hidden;}.ohrShipApply .service .service-item:nth-of-type(4n) {  margin-right: 0;}.ohrShipApply .service .service-item .item-text {  position: relative;  z-index: 3;  width: 100%;}.ohrShipApply .service .service-item .item-title {  width: 100%;  color: #000;  line-height: 1.5;}.ohrShipApply .service .service-item .item-phone {  width: 100%;  color: #666;  line-height: 2;}.ohrShipApply .service .service-item .item-img {  width: 1.1rem;  position: absolute;  right: .4rem;  bottom: -0.4rem;  z-index: 2;}.ohrShipApply .service .service-item .item-img img {  width: 1.1rem;  height: auto;}@media (max-width: 1200px) {  .ohrShipApply .service .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 900px) {  .ohrShipApply .service .service-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrShipApply .service .service-item {    width: 49%;  }  .ohrShipApply .service .service-item:nth-of-type(4n) {    margin-right: 2%;  }  .ohrShipApply .service .service-item:nth-of-type(2n) {    margin-right: 0;  }}@media (max-width: 900px) {  .ohrShipApply .service .service-item {    width: 100%;    margin-right: 0;  }  .ohrShipApply .service .service-item:nth-of-type(4n) {    margin-right: 0;  }}/* 联系我们 */.ohrContact {  width: 100%;  background-color: #f2f5fb;}.ohrContact .contact-info {  width: 100%;  padding: 1rem 0 .4rem;}.ohrContact .contact-info .container {  width: 14.4rem;  margin: 0 auto;}.ohrContact .contact-info .info-title {  width: 100%;  color: #000;  font-family: 'SourceHanSansCN-Normal';  margin-bottom: 0.5rem;}.ohrContact .contact-info .info-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrContact .contact-info .info-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.ohrContact .contact-info .info-item {  width: 16%;  margin-right: 0.8%;}.ohrContact .contact-info .info-item:last-of-type {  margin-right: 0;}.ohrContact .contact-info .info-item .item-icon {  width: 1.44rem;  min-width: 100px;  margin: 0 auto;}.ohrContact .contact-info .info-item .item-icon img {  width: 100%;  height: auto;  -webkit-transition: -webkit-transform .5s;  transition: -webkit-transform .5s;  transition: transform .5s;  transition: transform .5s, -webkit-transform .5s;}.ohrContact .contact-info .info-item .item-icon:hover img {  -webkit-transform: rotateY(180deg);          transform: rotateY(180deg);}.ohrContact .contact-info .info-item .item-title {  color: #000;  text-align: center;  width: 100%;  line-height: 1.5;  margin: .1rem 0 .05rem;}.ohrContact .contact-info .info-item .item-content {  color: #666;  text-align: center;  width: 100%;  line-height: 1.7;}@media (max-width: 1200px) {  .ohrContact .contact-info .container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 750px) {  .ohrContact .contact-info .info-both {    -ms-flex-wrap: wrap;        flex-wrap: wrap;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .ohrContact .contact-info .info-list {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .ohrContact .contact-info .info-item {    width: 33.3%;    margin-bottom: 2%;    margin-right: 0;  }}@media (max-width: 400px) {  .ohrContact .contact-info .info-item {    width: 50%;  }}.ohrContact .contact-map {  width: 100%;  position: relative;  padding-bottom: 1rem;}.ohrContact .contact-map .container {  width: 14.4rem;  margin: 0 auto;}.ohrContact .contact-map .map {  width: 100%;}.ohrContact .contact-map .map img {  width: 100%;  height: auto;}.ohrContact .contact-map .pos {  width: 1.36rem;  height: 1.4rem;  position: absolute;  left: 50%;  top: 50%;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);  z-index: 3;}.ohrContact .contact-map .pos img {  width: 100%;  height: 100%;}@media (max-width: 1200px) {  .ohrContact .contact-map .container {    width: 100%;    padding: 0 10px;  }}/* 个人中心 */.ohrPersonal {  width: 100%;  background-color: #f2f5fb;  padding: .8rem 0;}.ohrPersonal > div {  width: 100%;}.ohrPersonal > div .container {  width: 14.4rem;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}@media (max-width: 1500px) {  .ohrPersonal > div .container {    width: 100%;    padding: 0 10px;  }}.ohrPersonal .Pnav {  width: 18.75%;}.ohrPersonal .Pnav .nav {  width: 100%;}.ohrPersonal .Pnav .nav .nav-avatar {  width: 100%;  padding: .4rem 0;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.ohrPersonal .Pnav .nav .nav-avatar .avatar {  width: 1.4rem;  height: 1.4rem;  border-radius: 50%;  overflow: hidden;  margin-bottom: 0.2rem;}.ohrPersonal .Pnav .nav .nav-avatar .avatar img {  width: 100%;  height: 100%;}.ohrPersonal .Pnav .nav .nav-avatar .name {  width: 100%;  color: #666;  line-height: 1.5;  text-align: center;}.ohrPersonal .Pnav .nav .nav-status {  width: 100%;  margin: .3rem 0 .1rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  padding: .36rem 0;  background: url("../images/prod1.jpg") center center/100% 100% no-repeat;  flex-direction: column;}.ohrPersonal .Pnav .nav .nav-status span {  color: #fff;  display: block;  line-height: 1.3;}.ohrPersonal .Pnav .nav .nav-list {  width: 100%;}.ohrPersonal .Pnav .nav .nav-list .nav-item {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  width: 100%;  padding: .24rem .2rem;  background: #fff;  border-bottom: .01rem solid #eee;  -webkit-transition: background .5s;  transition: background .5s;}.ohrPersonal .Pnav .nav .nav-list .nav-item:last-of-type {  border-bottom: none;}.ohrPersonal .Pnav .nav .nav-list .nav-item:hover {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrPersonal .Pnav .nav .nav-list .nav-item:hover .text {  color: #fff;}.ohrPersonal .Pnav .nav .nav-list .nav-item:hover .icon .init {  display: none;}.ohrPersonal .Pnav .nav .nav-list .nav-item:hover .icon .sel {  display: block;}.ohrPersonal .Pnav .nav .nav-list .nav-item .text {  color: #666;  line-height: 1.5;  -webkit-transition: color .5s;  transition: color .5s;}.ohrPersonal .Pnav .nav .nav-list .nav-item .icon {  width: 0.08rem;  height: 0.14rem;  min-width: 8px;  min-height: 14px;}.ohrPersonal .Pnav .nav .nav-list .nav-item .icon .init {  display: block;}.ohrPersonal .Pnav .nav .nav-list .nav-item .icon .sel {  display: none;}.ohrPersonal .Pnav .nav .nav-list .nav-item .icon img {  width: 100%;  height: 100%;}.ohrPersonal .Pnav .nav .nav-list .navItemIs {  background: url("../images/prod2.jpg") center center/100% 100% no-repeat;  border-bottom: none;}.ohrPersonal .Pnav .nav .nav-list .navItemIs .text {  color: #fff;}.ohrPersonal .Pnav .nav .nav-list .navItemIs .icon .init {  display: none;}.ohrPersonal .Pnav .nav .nav-list .navItemIs .icon .sel {  display: block;}.ohrPersonal .Pnav-icon {  width: 0.6rem;  height: 0.6rem;  min-width: 42px;  min-height: 42px;  position: fixed;  bottom: 10%;  left: .1rem;  z-index: 5;  background-color: #fff;  border-radius: 50%;  cursor: pointer;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.5);          box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.5);  display: none;  -webkit-transition: all .5s;  transition: all .5s;}.ohrPersonal .Pnav-icon img {  width: 70%;  height: 70%;}.ohrPersonal .Pcontent {  width: 77%;  background-color: #fff;}.ohrPersonal .Pcontent > div .content-header {  width: 100%;}.ohrPersonal .Pcontent > div .content-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.ohrPersonal .Pcontent > div .content-title {  padding: 0 .45rem;  border-left: .04rem solid #486efd;  margin: .28rem 0;}.ohrPersonal .Pcontent > div .content-btn {  padding: 0 .45rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.ohrPersonal .Pcontent > div .content-btn .btn {  border: none;  color: #fff;  background-color: #486efd;  border-radius: .2rem;  padding: .14rem .32rem;  cursor: pointer;}.ohrPersonal .Pcontent > div .content-line {  width: 100%;  padding: 0 .45rem;}.ohrPersonal .Pcontent > div .content-line:after {  content: '';  display: block;  width: 100%;  height: 0.01rem;  background-color: #e5e5e5;}@media (max-width: 500px) {  .ohrPersonal .Pcontent > div .content-title, .ohrPersonal .Pcontent > div .content-line, .ohrPersonal .Pcontent > div .content-btn {    padding: 0 10px;  }}@media (max-width: 900px) {  .ohrPersonal .Pnav {    width: auto;    display: none;  }  .ohrPersonal .Pnav .nav {    position: fixed;    left: 0;    top: 0;    z-index: 7;    width: 40%;    min-width: 280px;    height: 100vh;    background-color: #fff;  }  .ohrPersonal .Pnav:after {    content: '';    display: block;    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    right: 0;    background-color: rgba(0, 0, 0, 0.5);    z-index: 6;  }  .ohrPersonal .Pnav-show {    display: block;  }  .ohrPersonal .Pnav-icon {    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }  .ohrPersonal .Pnav-icon-vanish {    -webkit-transform: scale(0);            transform: scale(0);  }  .ohrPersonal .Pcontent {    width: 100%;  }}.ohrPersonal .Popup-code {  position: fixed;  left: 0;  top: 0;  z-index: 10;  width: 100vw;  height: 100vh;  background-color: rgba(0, 0, 0, 0.5);  display: none;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;}.ohrPersonal .Popup-code .popup {  width: 4rem;  background-color: #fff;  padding: .2rem;  position: relative;}.ohrPersonal .Popup-code .code {  width: 100%;  padding: .2rem;}.ohrPersonal .Popup-code .code img {  width: 100%;  height: auto;}.ohrPersonal .Popup-code .close {  width: 4rem;  text-align: right;}.ohrPersonal .Popup-code .close img {  width: 0.36rem;  height: 0.36rem;  min-width: 28px;  min-height: 28px;  cursor: pointer;}.ohrPersonal .Popup-code-show {  display: -webkit-box;  display: -ms-flexbox;  display: flex;}/* 个人中心-订单消息 */.psnOrderMsg .content-main {  width: 100%;  padding: .4rem .45rem;}.psnOrderMsg .content-main .order-msg {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.4rem;}.psnOrderMsg .content-main .order-msg .msg-tip .title, .psnOrderMsg .content-main .order-msg .msg-tip .num {  color: #666;  line-height: 2;}.psnOrderMsg .content-main .order-msg .msg-tip .color1 {  color: #486efd;}.psnOrderMsg .content-main .order-msg .msg-tip .color2 {  color: #f9663d;}.psnOrderMsg .content-main .order-msg .msg-tip .color3 {  color: #21c964;}.psnOrderMsg .content-main .order-msg .msg-line {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnOrderMsg .content-main .order-msg .msg-line:after {  width: 0.01rem;  display: block;  content: '';  background-color: #dcdcdc;  height: .16rem;  margin: 0 .4rem;}.psnOrderMsg .content-main .order-table {  width: 100%;  overflow-x: scroll;}.psnOrderMsg .content-main .order-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnOrderMsg .content-main .order-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnOrderMsg .content-main .order-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnOrderMsg .content-main .order-table .table {  width: 100%;  min-width: 950px;  margin-bottom: 0.4rem;}.psnOrderMsg .content-main .order-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderMsg .content-main .order-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnOrderMsg .content-main .order-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnOrderMsg .content-main .order-table .table-body {  width: 100%;}.psnOrderMsg .content-main .order-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnOrderMsg .content-main .order-table .list .list-head {  width: 100%;  padding: .2rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border-bottom: .01rem solid #e5e5e5;}.psnOrderMsg .content-main .order-table .list .orderId, .psnOrderMsg .content-main .order-table .list .orderNum, .psnOrderMsg .content-main .order-table .list .orderTime, .psnOrderMsg .content-main .order-table .list .orderState {  color: #666;  line-height: 1.5;}.psnOrderMsg .content-main .order-table .list .orderId .color, .psnOrderMsg .content-main .order-table .list .orderNum .color, .psnOrderMsg .content-main .order-table .list .orderTime .color, .psnOrderMsg .content-main .order-table .list .orderState .color {  color: #f9663d;}.psnOrderMsg .content-main .order-table .list .orderId {  width: 25%;}.psnOrderMsg .content-main .order-table .list .orderNum {  width: 25%;}.psnOrderMsg .content-main .order-table .list .orderTime {  width: 25%;}.psnOrderMsg .content-main .order-table .list .orderState {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderBtns {  width: 15%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnOrderMsg .content-main .order-table .list .orderBtns a {  display: block;  color: #486efd;  line-height: 1.5;  margin-right: .2rem;}.psnOrderMsg .content-main .order-table .list .orderBtns a:last-of-type {  margin-right: 0;}.psnOrderMsg .content-main .order-table .list .list-main {  width: 100%;}.psnOrderMsg .content-main .order-table .list .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnOrderMsg .content-main .order-table .list .orderProd:last-of-type {  border-bottom: none;}.psnOrderMsg .content-main .order-table .list .orderProd .info {  color: #000;  line-height: 1.5;  text-align: center;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(2) {  width: 20%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(3) {  width: 15%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(4) {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(5) {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(6) {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(7) {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(8) {  width: 10%;}.psnOrderMsg .content-main .order-table .list .orderProd .info:nth-of-type(9) {  width: 5%;}.psnOrderMsg .content-main .order-table .table-foot {  width: 100%;}.psnOrderMsg .content-main .order-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnOrderMsg .content-main .order-table .calc .rate {  color: #000;  line-height: 1.5;}.psnOrderMsg .content-main .order-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderMsg .content-main .order-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnOrderMsg .content-main .order-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnOrderMsg .content-main .order-table .calc .over .total .color {  color: #f9663d;}.psnOrderMsg .content-main .order-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnOrderMsg .content-main .order-table .calc .over .price .color {  color: #f9663d;}@media (max-width: 500px) {  .psnOrderMsg .content-main {    padding: 10px;  }}/* 个人中心-基础信息 */.psnBaseInfo .content-main {  width: 100%;  padding: .4rem .45rem;}.psnBaseInfo .content-main .user-info {  width: 100%;  margin-bottom: 0.4rem;}.psnBaseInfo .content-main .user-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnBaseInfo .content-main .user-content {  width: 100%;  padding: .6rem 0;  background-color: #f2f5fb;}.psnBaseInfo .content-main .user-content .lt-container {  width: 6rem;  margin: 0 auto;}@media (max-width: 1200px) {  .psnBaseInfo .content-main .user-content .lt-container {    width: 90%;  }}.psnBaseInfo .content-main .user-avatar {  width: 1.4rem;  height: 1.4rem;  margin: 0 auto;  margin-bottom: 0.4rem;}.psnBaseInfo .content-main .user-avatar .avatar {  width: 100%;  height: 100%;  border-radius: 50%;  overflow: hidden;  border: .01rem solid #fff;}.psnBaseInfo .content-main .user-avatar .avatar img {  width: 100%;  height: 100%;}.psnBaseInfo .content-main .user-avatar #avatarUpload {  display: none;}.psnBaseInfo .content-main .user-id, .psnBaseInfo .content-main .user-name, .psnBaseInfo .content-main .user-contacts, .psnBaseInfo .content-main .user-pos {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .user-id .title, .psnBaseInfo .content-main .user-name .title, .psnBaseInfo .content-main .user-contacts .title, .psnBaseInfo .content-main .user-pos .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .user-id .title, .psnBaseInfo .content-main .user-name .title, .psnBaseInfo .content-main .user-contacts .title, .psnBaseInfo .content-main .user-pos .title {    width: 25%;  }}.psnBaseInfo .content-main .user-id .content, .psnBaseInfo .content-main .user-name .content, .psnBaseInfo .content-main .user-contacts .content, .psnBaseInfo .content-main .user-pos .content {  width: 80%;  height: .46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  color: #666;}@media (max-width: 400px) {  .psnBaseInfo .content-main .user-id .content, .psnBaseInfo .content-main .user-name .content, .psnBaseInfo .content-main .user-contacts .content, .psnBaseInfo .content-main .user-pos .content {    width: 75%;  }}.psnBaseInfo .content-main .user-id .input, .psnBaseInfo .content-main .user-name .input, .psnBaseInfo .content-main .user-contacts .input, .psnBaseInfo .content-main .user-pos .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #fff;  padding: 0 .2rem;}@media (max-width: 400px) {  .psnBaseInfo .content-main .user-id .input, .psnBaseInfo .content-main .user-name .input, .psnBaseInfo .content-main .user-contacts .input, .psnBaseInfo .content-main .user-pos .input {    width: 75%;  }}.psnBaseInfo .content-main .user-id .input input, .psnBaseInfo .content-main .user-name .input input, .psnBaseInfo .content-main .user-contacts .input input, .psnBaseInfo .content-main .user-pos .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnBaseInfo .content-main .company-info {  width: 100%;  margin-bottom: 0.4rem;}.psnBaseInfo .content-main .company-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnBaseInfo .content-main .company-content {  width: 100%;  padding: .6rem 0;  background-color: #f2f5fb;}.psnBaseInfo .content-main .company-content .lt-container {  width: 6rem;  margin: 0 auto;}@media (max-width: 1200px) {  .psnBaseInfo .content-main .company-content .lt-container {    width: 90%;  }}.psnBaseInfo .content-main .company-name, .psnBaseInfo .content-main .company-credit, .psnBaseInfo .content-main .company-pos, .psnBaseInfo .content-main .company-phone, .psnBaseInfo .content-main .company-web, .psnBaseInfo .content-main .company-range {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-name .title, .psnBaseInfo .content-main .company-credit .title, .psnBaseInfo .content-main .company-pos .title, .psnBaseInfo .content-main .company-phone .title, .psnBaseInfo .content-main .company-web .title, .psnBaseInfo .content-main .company-range .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-name .title, .psnBaseInfo .content-main .company-credit .title, .psnBaseInfo .content-main .company-pos .title, .psnBaseInfo .content-main .company-phone .title, .psnBaseInfo .content-main .company-web .title, .psnBaseInfo .content-main .company-range .title {    width: 25%;  }}.psnBaseInfo .content-main .company-name .input, .psnBaseInfo .content-main .company-credit .input, .psnBaseInfo .content-main .company-pos .input, .psnBaseInfo .content-main .company-phone .input, .psnBaseInfo .content-main .company-web .input, .psnBaseInfo .content-main .company-range .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #fff;  padding: 0 .2rem;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-name .input, .psnBaseInfo .content-main .company-credit .input, .psnBaseInfo .content-main .company-pos .input, .psnBaseInfo .content-main .company-phone .input, .psnBaseInfo .content-main .company-web .input, .psnBaseInfo .content-main .company-range .input {    width: 75%;  }}.psnBaseInfo .content-main .company-name .input input, .psnBaseInfo .content-main .company-credit .input input, .psnBaseInfo .content-main .company-pos .input input, .psnBaseInfo .content-main .company-phone .input input, .psnBaseInfo .content-main .company-web .input input, .psnBaseInfo .content-main .company-range .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnBaseInfo .content-main .company-bank {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-bank .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-bank .title {    width: 25%;  }}.psnBaseInfo .content-main .company-bank .info {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-bank .info {    width: 75%;  }}.psnBaseInfo .content-main .company-bank .bank {  width: 30%;  height: 0.46rem;  min-height: 40px;}.psnBaseInfo .content-main .company-bank .input {  width: 68%;  height: .46rem;  min-height: 40px;  background-color: #fff;}.psnBaseInfo .content-main .company-bank .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  text-indent: .1rem;  color: #666;  padding: 0 .1rem;}.psnBaseInfo .content-main .company-area {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-area .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-area .title {    width: 25%;  }}.psnBaseInfo .content-main .company-area .area-select {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-area .area-select {    width: 75%;  }}.psnBaseInfo .content-main .company-area .area-select .province, .psnBaseInfo .content-main .company-area .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #fff;}.psnBaseInfo .content-main .company-area .area-select .province select, .psnBaseInfo .content-main .company-area .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnBaseInfo .content-main .company-area .area-select .province select:focus, .psnBaseInfo .content-main .company-area .area-select .city select:focus {  outline: none;}.psnBaseInfo .content-main .company-type {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-type .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-type .title {    width: 25%;  }}.psnBaseInfo .content-main .company-type .choose {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-type .choose {    width: 75%;  }}.psnBaseInfo .content-main .company-type .chechbox {  width: 25%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-type .chechbox input {  border: none;  margin-right: 0.05rem;  cursor: pointer;}.psnBaseInfo .content-main .company-type .chechbox label {  color: #666;  cursor: pointer;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-type .chechbox {    width: 50%;  }}.psnBaseInfo .content-main .company-permit {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnBaseInfo .content-main .company-permit .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-permit .title {    width: 25%;  }}.psnBaseInfo .content-main .company-permit .permit {  width: 80%;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-permit .permit {    width: 75%;  }}.psnBaseInfo .content-main .company-permit .permit .img {  width: 100%;  /*height: 2.4rem;*/  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}.psnBaseInfo .content-main .company-permit .permit .add {  width: 0.4rem;  height: 0.4rem;  min-width: 32px;  min-height: 32px;}.psnBaseInfo .content-main .company-permit .permit .permitImg {  width: 100%;  height: 100%;}.psnBaseInfo .content-main .company-permit .permit #permitUpload {  display: none;}.psnBaseInfo .content-main .company-code {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnBaseInfo .content-main .company-code .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-code .title {    width: 25%;  }}.psnBaseInfo .content-main .company-code .button {  width: 80%;}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-code .button {    width: 75%;  }}.psnBaseInfo .content-main .company-code .button .btn {  border: none;  border-radius: .2rem;  background-color: #486efd;  padding: .13rem .35rem;  color: #fff;  cursor: pointer;}@media (max-width: 500px) {  .psnBaseInfo .content-main {    padding: 10px;  }  .psnBaseInfo .content-main .user-content .lt-container, .psnBaseInfo .content-main .company-content .lt-container {    width: 100%;    padding: 0 10px;  }}@media (max-width: 400px) {  .psnBaseInfo .content-main .company-bank .info {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnBaseInfo .content-main .company-bank .bank {    width: 100%;    margin-bottom: 0.2rem;  }  .psnBaseInfo .content-main .company-bank .bank .cur {    -webkit-box-pack: start;        -ms-flex-pack: start;            justify-content: flex-start;    padding-left: .08rem;  }  .psnBaseInfo .content-main .company-bank .input {    width: 100%;  }}.psnBaseInfo .info-save {  width: 100%;  text-align: center;}.psnBaseInfo .info-save .btn {  background-color: #486efd;  border-radius: .05rem;  color: #fff;  border: none;  padding: .16rem 1.36rem;  cursor: pointer;  min-height: 40px;}/* 个人中心-账号安全 */.psnUserSafe .content-main {  width: 100%;  padding: 0 .45rem .4rem;}.psnUserSafe .content-main .safe-list {  width: 100%;}.psnUserSafe .content-main .safe-item {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .4rem 0;  border-bottom: .01rem dashed #e5e5e5;}.psnUserSafe .content-main .safe-item .item-info {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnUserSafe .content-main .safe-item .item-icon {  width: 0.5rem;  height: 0.5rem;  min-width: 40px;  min-height: 40px;}.psnUserSafe .content-main .safe-item .item-icon img {  width: 100%;  height: 100%;}.psnUserSafe .content-main .safe-item .item-title {  color: #000;  width: auto;  padding: 0 .4rem;  line-height: 1.5;}.psnUserSafe .content-main .safe-item .item-line:after {  content: '';  display: block;  width: 0.01rem;  height: 0.2rem;  background-color: #dcdcdc;}.psnUserSafe .content-main .safe-item .item-time {  padding: 0 .4rem;  color: #666;  line-height: 1.5;}.psnUserSafe .content-main .safe-item .item-btn {  width: auto;}.psnUserSafe .content-main .safe-item .item-btn .btn {  color: #fff;  display: block;  padding: .12rem .36rem;  background-color: #486efd;  border-radius: .2rem;}@media (max-width: 650px) {  .psnUserSafe .content-main .safe-item .item-icon {    display: none;  }  .psnUserSafe .content-main .safe-item .item-title, .psnUserSafe .content-main .safe-item .item-time {    padding: 0;  }  .psnUserSafe .content-main .safe-item .item-line {    margin: 0 .4rem;  }}@media (max-width: 500px) {  .psnUserSafe .content-main {    padding: 10px;    padding-top: 0;  }  .psnUserSafe .content-main .safe-item {    padding: 10px 0;  }  .psnUserSafe .content-main .safe-item .item-info {    -webkit-box-orient: vertical;    -webkit-box-direction: normal;        -ms-flex-direction: column;            flex-direction: column;    -webkit-box-align: start;        -ms-flex-align: start;            align-items: flex-start;  }  .psnUserSafe .content-main .safe-item .item-line {    display: none;  }}/* 个人中心-修改密码 */.psnModifyPwd .content-main {  width: 100%;  padding: 1rem .45rem;}.psnModifyPwd .content-main .lt-container {  width: 6rem;  margin: 0 auto;}@media (max-width: 1200px) {  .psnModifyPwd .content-main .lt-container {    width: 90%;  }}.psnModifyPwd .content-main .pwd, .psnModifyPwd .content-main .pwd-again {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnModifyPwd .content-main .pwd .title, .psnModifyPwd .content-main .pwd-again .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnModifyPwd .content-main .pwd .title, .psnModifyPwd .content-main .pwd-again .title {    width: 25%;  }}.psnModifyPwd .content-main .pwd .input, .psnModifyPwd .content-main .pwd-again .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}@media (max-width: 400px) {  .psnModifyPwd .content-main .pwd .input, .psnModifyPwd .content-main .pwd-again .input {    width: 75%;  }}.psnModifyPwd .content-main .pwd .input input, .psnModifyPwd .content-main .pwd-again .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnModifyPwd .content-main .btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  margin-top: 0.6rem;}.psnModifyPwd .content-main .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnModifyPwd .content-main .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnModifyPwd .content-main {    padding: 24px 10px;  }  .psnModifyPwd .content-main .lt-container {    width: 100%;    padding: 0 10px;  }}/* 个人中心-修改邮箱 */.psnModifyEmail .content-main {  width: 100%;  padding: 1rem .45rem;}.psnModifyEmail .content-main .lt-container {  width: 6rem;  margin: 0 auto;}@media (max-width: 1200px) {  .psnModifyEmail .content-main .lt-container {    width: 90%;  }}.psnModifyEmail .content-main .email, .psnModifyEmail .content-main .email-again {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnModifyEmail .content-main .email .title, .psnModifyEmail .content-main .email-again .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnModifyEmail .content-main .email .title, .psnModifyEmail .content-main .email-again .title {    width: 25%;  }}.psnModifyEmail .content-main .email .input, .psnModifyEmail .content-main .email-again .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}@media (max-width: 400px) {  .psnModifyEmail .content-main .email .input, .psnModifyEmail .content-main .email-again .input {    width: 75%;  }}.psnModifyEmail .content-main .email .input input, .psnModifyEmail .content-main .email-again .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnModifyEmail .content-main .btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  margin-top: 0.6rem;}.psnModifyEmail .content-main .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnModifyEmail .content-main .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnModifyEmail .content-main {    padding: 24px 10px;  }  .psnModifyEmail .content-main .lt-container {    width: 100%;    padding: 0 10px;  }}/* 个人中心-修改手机 */.psnModifyPhone .content-main {  width: 100%;  padding: 1rem .45rem;}.psnModifyPhone .content-main .lt-container {  width: 6rem;  margin: 0 auto;}@media (max-width: 1200px) {  .psnModifyPhone .content-main .lt-container {    width: 90%;  }}.psnModifyPhone .content-main .phone, .psnModifyPhone .content-main .code {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnModifyPhone .content-main .phone .title, .psnModifyPhone .content-main .code .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnModifyPhone .content-main .phone .title, .psnModifyPhone .content-main .code .title {    width: 25%;  }}.psnModifyPhone .content-main .phone .input, .psnModifyPhone .content-main .code .input {  width: 80%;  height: .46rem;  min-height: 40px;  padding: 0 .2rem;  background-color: #f2f5fb;}@media (max-width: 400px) {  .psnModifyPhone .content-main .phone .input, .psnModifyPhone .content-main .code .input {    width: 75%;  }}.psnModifyPhone .content-main .phone .input input, .psnModifyPhone .content-main .code .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnModifyPhone .content-main .code .input {  width: 60%;}@media (max-width: 400px) {  .psnModifyPhone .content-main .code .input {    width: 50%;  }}.psnModifyPhone .content-main .code .send {  width: 20%;  height: 0.46rem;  min-height: 40px;  color: #fff;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}@media (max-width: 400px) {  .psnModifyPhone .content-main .code .send {    width: 25%;  }}.psnModifyPhone .content-main .btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  margin-top: 0.6rem;}.psnModifyPhone .content-main .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnModifyPhone .content-main .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnModifyPhone .content-main {    padding: 24px 10px;  }  .psnModifyPhone .content-main .lt-container {    width: 100%;    padding: 0 10px;  }}/* 个人中心-收货地址 */.psnAddrList .content-main {  width: 100%;  padding: .4rem .45rem;}.psnAddrList .content-main .address-table {  width: 100%;}.psnAddrList .content-main .table-head {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: .24rem .3rem;  background-color: #f2f5fb;  border: solid .01rem #e5e5e5;}.psnAddrList .content-main .table-head .title {  color: #666;}.psnAddrList .content-main .table-head .title:nth-of-type(1) {  width: 12%;}.psnAddrList .content-main .table-head .title:nth-of-type(2) {  width: 35%;}.psnAddrList .content-main .table-head .title:nth-of-type(3) {  width: 20%;  text-align: center;}.psnAddrList .content-main .table-head .title:nth-of-type(4) {  width: 15%;  text-align: center;}.psnAddrList .content-main .table-head .title:nth-of-type(5) {  width: 18%;}@media (max-width: 550px) {  .psnAddrList .content-main .table-head {    padding: 8px 10px;  }}@media (max-width: 500px) {  .psnAddrList .content-main .table-head {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnAddrList .content-main .table-head .title:nth-of-type(1) {    width: 12%;  }  .psnAddrList .content-main .table-head .title:nth-of-type(2) {    width: 48%;  }  .psnAddrList .content-main .table-head .title:nth-of-type(3) {    width: 20%;    text-align: center;  }  .psnAddrList .content-main .table-head .title:nth-of-type(4) {    width: 20%;    text-align: center;  }  .psnAddrList .content-main .table-head .title:nth-of-type(5) {    display: none;  }}.psnAddrList .content-main .table-body {  border: solid .01rem #e5e5e5;}.psnAddrList .content-main .table-body .content {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnAddrList .content-main .table-body .content:last-of-type {  border-bottom: none;}.psnAddrList .content-main .table-body .content .name {  width: 12%;  color: #000;  line-height: 1.5;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnAddrList .content-main .table-body .content .pos {  width: 35%;  color: #666;  line-height: 1.5;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnAddrList .content-main .table-body .content .phone {  width: 20%;  color: #666;  line-height: 1.5;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnAddrList .content-main .table-body .content .btns {  width: 15%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-pack: distribute;      justify-content: space-around;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnAddrList .content-main .table-body .content .btns a {  color: #666;  display: block;  line-height: 1.5;}.psnAddrList .content-main .table-body .content .default {  width: 17%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  line-height: 1.5;}.psnAddrList .content-main .table-body .content .default input {  cursor: pointer;  margin-right: 0.05rem;}.psnAddrList .content-main .table-body .content .default label {  cursor: pointer;}@media (max-width: 550px) {  .psnAddrList .content-main .table-body .content {    padding: 10px;  }}@media (max-width: 500px) {  .psnAddrList .content-main .table-body .content {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnAddrList .content-main .table-body .content .pos {    width: 48%;    padding: 0 .2rem;  }  .psnAddrList .content-main .table-body .content .phone {    width: 20%;  }  .psnAddrList .content-main .table-body .content .btns {    width: 20%;    -webkit-box-orient: vertical;    -webkit-box-direction: normal;        -ms-flex-direction: column;            flex-direction: column;  }  .psnAddrList .content-main .table-body .content .default {    width: 100%;    margin-top: 0.25rem;    -webkit-box-pack: start;        -ms-flex-pack: start;            justify-content: flex-start;  }}@media (max-width: 500px) {  .psnAddrList .content-main {    padding: 10px;  }}/*   个人中心-收货地址-修改  个人中心-收货地址-新增 */.psnAddrEdit .content-main, .psnAddrAdd .content-main {  width: 100%;  padding: 1rem .45rem;}.psnAddrEdit .content-main .lt-container, .psnAddrAdd .content-main .lt-container {  width: 6rem;  margin: 0 auto;}.psnAddrEdit .content-main .consignee, .psnAddrEdit .content-main .phone, .psnAddrAdd .content-main .consignee, .psnAddrAdd .content-main .phone {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnAddrEdit .content-main .consignee .title, .psnAddrEdit .content-main .phone .title, .psnAddrAdd .content-main .consignee .title, .psnAddrAdd .content-main .phone .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnAddrEdit .content-main .consignee .title, .psnAddrEdit .content-main .phone .title, .psnAddrAdd .content-main .consignee .title, .psnAddrAdd .content-main .phone .title {    width: 25%;  }}.psnAddrEdit .content-main .consignee .input, .psnAddrEdit .content-main .phone .input, .psnAddrAdd .content-main .consignee .input, .psnAddrAdd .content-main .phone .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;}@media (max-width: 400px) {  .psnAddrEdit .content-main .consignee .input, .psnAddrEdit .content-main .phone .input, .psnAddrAdd .content-main .consignee .input, .psnAddrAdd .content-main .phone .input {    width: 75%;  }}.psnAddrEdit .content-main .consignee .input input, .psnAddrEdit .content-main .phone .input input, .psnAddrAdd .content-main .consignee .input input, .psnAddrAdd .content-main .phone .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;  padding: 0 .2rem;}.psnAddrEdit .content-main .accept-address, .psnAddrAdd .content-main .accept-address {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnAddrEdit .content-main .accept-address .title, .psnAddrAdd .content-main .accept-address .title {  width: 20%;  white-space: nowrap;}@media (max-width: 400px) {  .psnAddrEdit .content-main .accept-address .title, .psnAddrAdd .content-main .accept-address .title {    width: 25%;  }}.psnAddrEdit .content-main .accept-address .addr-select, .psnAddrAdd .content-main .accept-address .addr-select {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnAddrEdit .content-main .accept-address .addr-select .province, .psnAddrEdit .content-main .accept-address .addr-select .city, .psnAddrEdit .content-main .accept-address .addr-select .region, .psnAddrAdd .content-main .accept-address .addr-select .province, .psnAddrAdd .content-main .accept-address .addr-select .city, .psnAddrAdd .content-main .accept-address .addr-select .region {  width: 31%;  padding: 0 .05rem;  background-color: #f2f5fb;}.psnAddrEdit .content-main .accept-address .addr-select .province select, .psnAddrEdit .content-main .accept-address .addr-select .city select, .psnAddrEdit .content-main .accept-address .addr-select .region select, .psnAddrAdd .content-main .accept-address .addr-select .province select, .psnAddrAdd .content-main .accept-address .addr-select .city select, .psnAddrAdd .content-main .accept-address .addr-select .region select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnAddrEdit .content-main .accept-address .addr-select .province select:focus, .psnAddrEdit .content-main .accept-address .addr-select .city select:focus, .psnAddrEdit .content-main .accept-address .addr-select .region select:focus, .psnAddrAdd .content-main .accept-address .addr-select .province select:focus, .psnAddrAdd .content-main .accept-address .addr-select .city select:focus, .psnAddrAdd .content-main .accept-address .addr-select .region select:focus {  outline: none;}.psnAddrEdit .content-main .accept-address-detail, .psnAddrAdd .content-main .accept-address-detail {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;  margin-bottom: 0.2rem;}.psnAddrEdit .content-main .accept-address-detail .input, .psnAddrAdd .content-main .accept-address-detail .input {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  background-color: #f2f5fb;}.psnAddrEdit .content-main .accept-address-detail .input textarea, .psnAddrAdd .content-main .accept-address-detail .input textarea {  width: 100%;  height: 1.2rem;  min-height: 100px;  border: none;  background-color: transparent;  color: #666;  padding: .16rem .2rem;}.psnAddrEdit .content-main .btns, .psnAddrAdd .content-main .btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  margin-top: 0.6rem;}.psnAddrEdit .content-main .btns button, .psnAddrAdd .content-main .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnAddrEdit .content-main .btns .confirm, .psnAddrAdd .content-main .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 1200px) {  .psnAddrEdit .content-main .lt-container, .psnAddrAdd .content-main .lt-container {    width: 90%;  }}@media (max-width: 500px) {  .psnAddrEdit .content-main, .psnAddrAdd .content-main {    padding: 24px 10px;  }  .psnAddrEdit .content-main .lt-container, .psnAddrAdd .content-main .lt-container {    width: 100%;    padding: 0;  }  .psnAddrEdit .content-main .consignee, .psnAddrEdit .content-main .phone, .psnAddrAdd .content-main .consignee, .psnAddrAdd .content-main .phone {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnAddrEdit .content-main .consignee .title, .psnAddrEdit .content-main .phone .title, .psnAddrAdd .content-main .consignee .title, .psnAddrAdd .content-main .phone .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnAddrEdit .content-main .consignee .input, .psnAddrEdit .content-main .phone .input, .psnAddrAdd .content-main .consignee .input, .psnAddrAdd .content-main .phone .input {    width: 100%;  }  .psnAddrEdit .content-main .accept-address, .psnAddrAdd .content-main .accept-address {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnAddrEdit .content-main .accept-address .title, .psnAddrAdd .content-main .accept-address .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnAddrEdit .content-main .accept-address .addr-select, .psnAddrAdd .content-main .accept-address .addr-select {    width: 100%;  }  .psnAddrEdit .content-main .accept-address-detail .input, .psnAddrAdd .content-main .accept-address-detail .input {    width: 100%;  }}/* 个人中心-我的渠道 */.psnMyShip .content-main {  width: 100%;  padding: .4rem .45rem;}.psnMyShip .content-main .search-info {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnMyShip .content-main .search-info .info-num, .psnMyShip .content-main .search-info .info-name, .psnMyShip .content-main .search-info .info-company, .psnMyShip .content-main .search-info .info-credit {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyShip .content-main .search-info .info-num .title, .psnMyShip .content-main .search-info .info-name .title, .psnMyShip .content-main .search-info .info-company .title, .psnMyShip .content-main .search-info .info-credit .title {  width: 30%;  white-space: nowrap;}.psnMyShip .content-main .search-info .info-num .input, .psnMyShip .content-main .search-info .info-name .input, .psnMyShip .content-main .search-info .info-company .input, .psnMyShip .content-main .search-info .info-credit .input {  width: 70%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnMyShip .content-main .search-info .info-num .input input, .psnMyShip .content-main .search-info .info-name .input input, .psnMyShip .content-main .search-info .info-company .input input, .psnMyShip .content-main .search-info .info-credit .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnMyShip .content-main .search-info .info-company {  margin-right: 0;}.psnMyShip .content-main .search-info .info-btn {  width: 100%;  margin: .3rem 0 .4rem;}.psnMyShip .content-main .search-info .info-btn .btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyShip .content-main .search-info .info-btn .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnMyShip .content-main .search-info .info-btn .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 900px) {  .psnMyShip .content-main .search-info .info-num, .psnMyShip .content-main .search-info .info-name, .psnMyShip .content-main .search-info .info-company, .psnMyShip .content-main .search-info .info-credit {    width: 49%;  }  .psnMyShip .content-main .search-info .info-company {    margin-right: 2%;  }  .psnMyShip .content-main .search-info .info-name, .psnMyShip .content-main .search-info .info-credit {    margin-right: 0;  }  .psnMyShip .content-main .search-info .info-btn .btns {    width: 50%;  }}@media (max-width: 500px) {  .psnMyShip .content-main .search-info .info-num, .psnMyShip .content-main .search-info .info-name, .psnMyShip .content-main .search-info .info-company, .psnMyShip .content-main .search-info .info-credit {    width: 100%;    margin-right: 0;  }  .psnMyShip .content-main .search-info .info-btn .btns {    width: 100%;  }}.psnMyShip .content-main .ship-list {  width: 100%;}.psnMyShip .content-main .ship-item {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  background-color: #f2f5fb;  padding: .2rem;  -webkit-transition: background-color .5s;  transition: background-color .5s;  margin-bottom: 0.2rem;}.psnMyShip .content-main .ship-item .item-img {  border: solid .01rem #eeeeee;  width: 15%;}.psnMyShip .content-main .ship-item .item-img img {  width: 100%;  height: 100%;}.psnMyShip .content-main .ship-item:hover {  background-color: #486efd;}.psnMyShip .content-main .ship-item:hover .item-name .title, .psnMyShip .content-main .ship-item:hover .item-name .content, .psnMyShip .content-main .ship-item:hover .item-id .title, .psnMyShip .content-main .ship-item:hover .item-id .content {  color: #fff;}.psnMyShip .content-main .ship-item:hover .item-company {  color: #fff;}.psnMyShip .content-main .ship-item:hover .item-credit {  color: #fff;}.psnMyShip .content-main .ship-item .item-text {  width: 85%;  padding-left: .2rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnMyShip .content-main .ship-item .item-name, .psnMyShip .content-main .ship-item .item-id {  width: 50%;}.psnMyShip .content-main .ship-item .item-name .title, .psnMyShip .content-main .ship-item .item-id .title {  color: #010101;  -webkit-transition: color .5s;  transition: color .5s;}.psnMyShip .content-main .ship-item .item-name .content, .psnMyShip .content-main .ship-item .item-id .content {  color: #666;  -webkit-transition: color .5s;  transition: color .5s;}.psnMyShip .content-main .ship-item .item-company {  width: 100%;  margin: .4rem 0 .2rem;  color: #010101;  -webkit-transition: color .5s;  transition: color .5s;}.psnMyShip .content-main .ship-item .item-credit {  width: 100%;  color: #666;  -webkit-transition: color .5s;  transition: color .5s;}@media (max-width: 750px) {  .psnMyShip .content-main .ship-list {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnMyShip .content-main .ship-item {    width: 49%;    -ms-flex-wrap: wrap;        flex-wrap: wrap;    margin-right: 2%;  }  .psnMyShip .content-main .ship-item:nth-of-type(2n) {    margin-right: 0;  }  .psnMyShip .content-main .ship-item .item-img {    width: 100%;    margin-bottom: 0.2rem;  }  .psnMyShip .content-main .ship-item .item-text {    width: 100%;    padding-left: 0;  }  .psnMyShip .content-main .ship-item .item-name, .psnMyShip .content-main .ship-item .item-id {    width: 100%;    line-height: 1.5;  }  .psnMyShip .content-main .ship-item .item-company {    margin: 0;    line-height: 1.5;  }  .psnMyShip .content-main .ship-item .item-credit {    line-height: 1.5;  }}@media (max-width: 450px) {  .psnMyShip .content-main .ship-item {    width: 100%;    margin-right: 0;  }}@media (max-width: 500px) {  .psnMyShip .content-main {    padding: 10px;  }}/* 个人中心-渠道信息 */.psnShipInfo .content-main {  width: 100%;  padding: .4rem .45rem;}.psnShipInfo .content-main .info-company {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnShipInfo .content-main .info-company .company-header {  width: 100%;  padding: 0 .3rem;}.psnShipInfo .content-main .info-company .company-title {  width: 100%;  padding: .3rem 0;  border-bottom: .01rem solid #e5e5e5;}.psnShipInfo .content-main .info-company .company-main {  width: 100%;  padding: .4rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnShipInfo .content-main .info-company .company-avatar {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnShipInfo .content-main .info-company .company-avatar .title {  width: 10%;  white-space: nowrap;}.psnShipInfo .content-main .info-company .company-avatar .avatar {  width: 1.4rem;  min-width: 100px;  border-radius: 50%;  overflow: hidden;}.psnShipInfo .content-main .info-company .company-avatar .avatar img {  width: 100%;  height: auto;}.psnShipInfo .content-main .info-company .company-name, .psnShipInfo .content-main .info-company .company-web, .psnShipInfo .content-main .info-company .company-credit, .psnShipInfo .content-main .info-company .company-bank, .psnShipInfo .content-main .info-company .company-pos, .psnShipInfo .content-main .info-company .company-user, .psnShipInfo .content-main .info-company .company-phone, .psnShipInfo .content-main .info-company .company-area {  width: 50%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnShipInfo .content-main .info-company .company-name .title, .psnShipInfo .content-main .info-company .company-web .title, .psnShipInfo .content-main .info-company .company-credit .title, .psnShipInfo .content-main .info-company .company-bank .title, .psnShipInfo .content-main .info-company .company-pos .title, .psnShipInfo .content-main .info-company .company-user .title, .psnShipInfo .content-main .info-company .company-phone .title, .psnShipInfo .content-main .info-company .company-area .title {  width: 20%;  white-space: nowrap;}.psnShipInfo .content-main .info-company .company-name .input, .psnShipInfo .content-main .info-company .company-web .input, .psnShipInfo .content-main .info-company .company-credit .input, .psnShipInfo .content-main .info-company .company-bank .input, .psnShipInfo .content-main .info-company .company-pos .input, .psnShipInfo .content-main .info-company .company-user .input, .psnShipInfo .content-main .info-company .company-phone .input, .psnShipInfo .content-main .info-company .company-area .input {  width: 80%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  overflow: hidden;  text-overflow: ellipsis;  padding: 0 .2rem;}.psnShipInfo .content-main .info-company .company-name .input span, .psnShipInfo .content-main .info-company .company-web .input span, .psnShipInfo .content-main .info-company .company-credit .input span, .psnShipInfo .content-main .info-company .company-bank .input span, .psnShipInfo .content-main .info-company .company-pos .input span, .psnShipInfo .content-main .info-company .company-user .input span, .psnShipInfo .content-main .info-company .company-phone .input span, .psnShipInfo .content-main .info-company .company-area .input span {  width: 100%;  height: 100%;  background-color: transparent;  color: #666;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnShipInfo .content-main .info-company .company-permit {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnShipInfo .content-main .info-company .company-permit .title {  width: 10%;  white-space: nowrap;}.psnShipInfo .content-main .info-company .company-permit .img {  width: 3.5rem;  min-width: 200px;  cursor: pointer;}.psnShipInfo .content-main .info-company .company-permit .img img {  width: 100%;  height: auto;}@media (max-width: 750px) {  .psnShipInfo .content-main .info-company .company-name, .psnShipInfo .content-main .info-company .company-web, .psnShipInfo .content-main .info-company .company-credit, .psnShipInfo .content-main .info-company .company-bank, .psnShipInfo .content-main .info-company .company-pos, .psnShipInfo .content-main .info-company .company-user, .psnShipInfo .content-main .info-company .company-phone, .psnShipInfo .content-main .info-company .company-area {    width: 100%;  }  .psnShipInfo .content-main .info-company .company-avatar .title, .psnShipInfo .content-main .info-company .company-permit .title {    width: 20%;  }}@media (max-width: 400px) {  .psnShipInfo .content-main .info-company .company-name .title, .psnShipInfo .content-main .info-company .company-web .title, .psnShipInfo .content-main .info-company .company-credit .title, .psnShipInfo .content-main .info-company .company-bank .title, .psnShipInfo .content-main .info-company .company-pos .title, .psnShipInfo .content-main .info-company .company-user .title, .psnShipInfo .content-main .info-company .company-phone .title, .psnShipInfo .content-main .info-company .company-area .title {    width: 25%;  }  .psnShipInfo .content-main .info-company .company-name .input, .psnShipInfo .content-main .info-company .company-web .input, .psnShipInfo .content-main .info-company .company-credit .input, .psnShipInfo .content-main .info-company .company-bank .input, .psnShipInfo .content-main .info-company .company-pos .input, .psnShipInfo .content-main .info-company .company-user .input, .psnShipInfo .content-main .info-company .company-phone .input, .psnShipInfo .content-main .info-company .company-area .input {    width: 75%;  }  .psnShipInfo .content-main .info-company .company-avatar, .psnShipInfo .content-main .info-company .company-permit {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnShipInfo .content-main .info-company .company-avatar .title, .psnShipInfo .content-main .info-company .company-permit .title {    width: 100%;    margin-bottom: 0.2rem;  }  .psnShipInfo .content-main .info-company .company-avatar .avatar, .psnShipInfo .content-main .info-company .company-permit .avatar {    margin: 0 auto;  }  .psnShipInfo .content-main .info-company .company-avatar .img, .psnShipInfo .content-main .info-company .company-permit .img {    width: 100%;  }}.psnShipInfo .content-main .info-order {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnShipInfo .content-main .info-order .order-header {  width: 100%;  padding: 0 .3rem;}.psnShipInfo .content-main .info-order .order-title {  width: 100%;  padding: .3rem 0;  border-bottom: .01rem solid #e5e5e5;}.psnShipInfo .content-main .info-order .order-main {  width: 100%;  padding: .4rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnShipInfo .content-main .info-order .order-state, .psnShipInfo .content-main .info-order .order-id, .psnShipInfo .content-main .info-order .order-num, .psnShipInfo .content-main .info-order .order-type {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnShipInfo .content-main .info-order .order-state .title, .psnShipInfo .content-main .info-order .order-id .title, .psnShipInfo .content-main .info-order .order-num .title, .psnShipInfo .content-main .info-order .order-type .title {  width: 30%;  white-space: nowrap;}.psnShipInfo .content-main .info-order .order-state .input, .psnShipInfo .content-main .info-order .order-id .input, .psnShipInfo .content-main .info-order .order-num .input, .psnShipInfo .content-main .info-order .order-type .input {  width: 70%;  height: .46rem;  min-height: 40px;  background-color: #fff;  padding: 0 .2rem;}.psnShipInfo .content-main .info-order .order-state .input input, .psnShipInfo .content-main .info-order .order-id .input input, .psnShipInfo .content-main .info-order .order-num .input input, .psnShipInfo .content-main .info-order .order-type .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnShipInfo .content-main .info-order .order-state .select, .psnShipInfo .content-main .info-order .order-id .select, .psnShipInfo .content-main .info-order .order-num .select, .psnShipInfo .content-main .info-order .order-type .select {  width: 70%;  height: .46rem;  min-height: 40px;}.psnShipInfo .content-main .info-order .order-state .select .state, .psnShipInfo .content-main .info-order .order-id .select .state, .psnShipInfo .content-main .info-order .order-num .select .state, .psnShipInfo .content-main .info-order .order-type .select .state {  width: 80%;  height: 100%;  color: #666;  background-color: #fff;}.psnShipInfo .content-main .info-order .order-state .select .state .cur, .psnShipInfo .content-main .info-order .order-id .select .state .cur, .psnShipInfo .content-main .info-order .order-num .select .state .cur, .psnShipInfo .content-main .info-order .order-type .select .state .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnShipInfo .content-main .info-order .order-num, .psnShipInfo .content-main .info-order .order-type {  margin-right: 0;}.psnShipInfo .content-main .info-order .order-time {  width: 66%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnShipInfo .content-main .info-order .order-time .title {  width: 14.5%;  white-space: nowrap;}.psnShipInfo .content-main .info-order .order-time .time {  width: 85.5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnShipInfo .content-main .info-order .order-time .time .start, .psnShipInfo .content-main .info-order .order-time .time .end {  width: 48%;  height: .46rem;  min-height: 40px;  background-color: #fff;  padding: 0 .2rem;}.psnShipInfo .content-main .info-order .order-time .time .start input, .psnShipInfo .content-main .info-order .order-time .time .end input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnShipInfo .content-main .info-order .order-btn {  width: 100%;  margin: .3rem 0 .4rem;}.psnShipInfo .content-main .info-order .order-btn .btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnShipInfo .content-main .info-order .order-btn .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #fff;  border-radius: .05rem;  min-height: 40px;}.psnShipInfo .content-main .info-order .order-btn .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 750px) {  .psnShipInfo .content-main .info-order .order-state, .psnShipInfo .content-main .info-order .order-id, .psnShipInfo .content-main .info-order .order-num, .psnShipInfo .content-main .info-order .order-type {    width: 100%;    margin-right: 0;  }  .psnShipInfo .content-main .info-order .order-state .select .state, .psnShipInfo .content-main .info-order .order-id .select .state, .psnShipInfo .content-main .info-order .order-num .select .state, .psnShipInfo .content-main .info-order .order-type .select .state {    width: 100%;    max-width: 180px;  }  .psnShipInfo .content-main .info-order .order-time {    width: 100%;    margin-right: 0;  }  .psnShipInfo .content-main .info-order .order-time .title {    width: 30%;  }  .psnShipInfo .content-main .info-order .order-time .time {    width: 70%;  }  .psnShipInfo .content-main .info-order .order-btn .btns {    width: 100%;  }}@media (max-width: 500px) {  .psnShipInfo .content-main .info-order .order-time .time {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnShipInfo .content-main .info-order .order-time .time .start {    width: 100%;    margin-bottom: 3%;  }  .psnShipInfo .content-main .info-order .order-time .time .end {    width: 100%;  }}.psnShipInfo .content-main .order-table {  width: 100%;  overflow-x: scroll;}.psnShipInfo .content-main .order-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnShipInfo .content-main .order-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnShipInfo .content-main .order-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnShipInfo .content-main .order-table .table {  width: 100%;  min-width: 950px;}.psnShipInfo .content-main .order-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnShipInfo .content-main .order-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnShipInfo .content-main .order-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnShipInfo .content-main .order-table .table-body {  width: 100%;}.psnShipInfo .content-main .order-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnShipInfo .content-main .order-table .list .list-head {  width: 100%;  padding: .2rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border-bottom: .01rem solid #e5e5e5;}.psnShipInfo .content-main .order-table .list .orderId, .psnShipInfo .content-main .order-table .list .orderNum, .psnShipInfo .content-main .order-table .list .orderTime, .psnShipInfo .content-main .order-table .list .orderState {  color: #666;  line-height: 1.5;}.psnShipInfo .content-main .order-table .list .orderId .color, .psnShipInfo .content-main .order-table .list .orderNum .color, .psnShipInfo .content-main .order-table .list .orderTime .color, .psnShipInfo .content-main .order-table .list .orderState .color {  color: #f9663d;}.psnShipInfo .content-main .order-table .list .orderId {  width: 25%;}.psnShipInfo .content-main .order-table .list .orderNum {  width: 25%;}.psnShipInfo .content-main .order-table .list .orderTime {  width: 25%;}.psnShipInfo .content-main .order-table .list .orderState {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderBtns {  width: 15%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnShipInfo .content-main .order-table .list .orderBtns a {  display: block;  color: #486efd;  line-height: 1.5;  margin-right: .2rem;}.psnShipInfo .content-main .order-table .list .orderBtns a:last-of-type {  margin-right: 0;}.psnShipInfo .content-main .order-table .list .list-main {  width: 100%;}.psnShipInfo .content-main .order-table .list .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnShipInfo .content-main .order-table .list .orderProd:last-of-type {  border-bottom: none;}.psnShipInfo .content-main .order-table .list .orderProd .info {  color: #666;  line-height: 1.5;  text-align: center;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;  color: #000;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(2) {  width: 20%;  color: #000;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(3) {  width: 15%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(4) {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(5) {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(6) {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(7) {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(8) {  width: 10%;}.psnShipInfo .content-main .order-table .list .orderProd .info:nth-of-type(9) {  width: 5%;}.psnShipInfo .content-main .order-table .table-foot {  width: 100%;}.psnShipInfo .content-main .order-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnShipInfo .content-main .order-table .calc .rate {  color: #000;  line-height: 1.5;}.psnShipInfo .content-main .order-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnShipInfo .content-main .order-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnShipInfo .content-main .order-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnShipInfo .content-main .order-table .calc .over .total .color {  color: #f9663d;}.psnShipInfo .content-main .order-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnShipInfo .content-main .order-table .calc .over .price .color {  color: #f9663d;}.psnShipInfo .content-main .ohr-page {  margin-top: .4rem;}.psnShipInfo .content-footer {  width: 100%;}.psnShipInfo .content-footer .census {  background-color: #e0e8f7;  width: 100%;  padding: .32rem .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;}.psnShipInfo .content-footer .census .census-num span, .psnShipInfo .content-footer .census .census-total span {  color: #000;  line-height: 1.5;}.psnShipInfo .content-footer .census .census-num .color, .psnShipInfo .content-footer .census .census-total .color {  color: #f9663d;}.psnShipInfo .content-footer .census .census-total {  margin-left: .4rem;}@media (max-width: 350px) {  .psnShipInfo .content-footer .census {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnShipInfo .content-footer .census .census-num, .psnShipInfo .content-footer .census .census-total {    margin-left: 0;    width: 100%;    text-align: right;  }}@media (max-width: 500px) {  .psnShipInfo .content-main {    padding: 10px;  }}/* 个人中心-我的报备 */.psnMyReport .content-main {  width: 100%;  padding: .4rem .45rem;}.psnMyReport .content-main .search-info {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnMyReport .content-main .search-info .report-num, .psnMyReport .content-main .search-info .report-company, .psnMyReport .content-main .search-info .report-state {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyReport .content-main .search-info .report-num .title, .psnMyReport .content-main .search-info .report-company .title, .psnMyReport .content-main .search-info .report-state .title {  width: 30%;  white-space: nowrap;}.psnMyReport .content-main .search-info .report-num .input, .psnMyReport .content-main .search-info .report-company .input, .psnMyReport .content-main .search-info .report-state .input {  width: 70%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnMyReport .content-main .search-info .report-num .input input, .psnMyReport .content-main .search-info .report-company .input input, .psnMyReport .content-main .search-info .report-state .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnMyReport .content-main .search-info .report-num .select, .psnMyReport .content-main .search-info .report-company .select, .psnMyReport .content-main .search-info .report-state .select {  width: 70%;  height: .46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyReport .content-main .search-info .report-num .select .state, .psnMyReport .content-main .search-info .report-company .select .state, .psnMyReport .content-main .search-info .report-state .select .state {  width: 100%;  height: 100%;  color: #666;  background-color: #f2f5fb;}.psnMyReport .content-main .search-info .report-num .select .state .cur, .psnMyReport .content-main .search-info .report-company .select .state .cur, .psnMyReport .content-main .search-info .report-state .select .state .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnMyReport .content-main .search-info .report-num .select .pro, .psnMyReport .content-main .search-info .report-num .select .city, .psnMyReport .content-main .search-info .report-company .select .pro, .psnMyReport .content-main .search-info .report-company .select .city, .psnMyReport .content-main .search-info .report-state .select .pro, .psnMyReport .content-main .search-info .report-state .select .city {  width: 48%;  height: 100%;  background-color: #f2f5fb;  color: #666;}.psnMyReport .content-main .search-info .report-area {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyReport .content-main .search-info .report-area .title {  width: 30%;  white-space: nowrap;}.psnMyReport .content-main .search-info .report-area .area-select {  width: 70%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyReport .content-main .search-info .report-area .area-select .province, .psnMyReport .content-main .search-info .report-area .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #f2f5fb;}.psnMyReport .content-main .search-info .report-area .area-select .province select, .psnMyReport .content-main .search-info .report-area .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnMyReport .content-main .search-info .report-area .area-select .province select:focus, .psnMyReport .content-main .search-info .report-area .area-select .city select:focus {  outline: none;}.psnMyReport .content-main .search-info .report-state, .psnMyReport .content-main .search-info .report-area {  margin-right: 0;}.psnMyReport .content-main .search-info .report-time {  width: 66%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyReport .content-main .search-info .report-time .title {  width: 14.5%;  white-space: nowrap;}.psnMyReport .content-main .search-info .report-time .time {  width: 85.5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyReport .content-main .search-info .report-time .time .start, .psnMyReport .content-main .search-info .report-time .time .end {  width: 48%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnMyReport .content-main .search-info .report-time .time .start input, .psnMyReport .content-main .search-info .report-time .time .end input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnMyReport .content-main .search-info .order-btn {  width: 100%;  margin: .3rem 0 .4rem;}.psnMyReport .content-main .search-info .order-btn .btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyReport .content-main .search-info .order-btn .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnMyReport .content-main .search-info .order-btn .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 750px) {  .psnMyReport .content-main .search-info .report-num, .psnMyReport .content-main .search-info .report-company, .psnMyReport .content-main .search-info .report-state {    width: 100%;    margin-right: 0;  }  .psnMyReport .content-main .search-info .report-num .title, .psnMyReport .content-main .search-info .report-company .title, .psnMyReport .content-main .search-info .report-state .title {    width: 20%;  }  .psnMyReport .content-main .search-info .report-num .input, .psnMyReport .content-main .search-info .report-company .input, .psnMyReport .content-main .search-info .report-state .input {    width: 80%;  }  .psnMyReport .content-main .search-info .report-num .select, .psnMyReport .content-main .search-info .report-company .select, .psnMyReport .content-main .search-info .report-state .select {    width: 80%;  }  .psnMyReport .content-main .search-info .report-area {    width: 100%;    margin-right: 0;  }  .psnMyReport .content-main .search-info .report-area .title {    width: 20%;  }  .psnMyReport .content-main .search-info .report-area .area-select {    width: 80%;  }  .psnMyReport .content-main .search-info .report-time {    width: 100%;    margin-right: 0;  }  .psnMyReport .content-main .search-info .report-time .title {    width: 20%;  }  .psnMyReport .content-main .search-info .report-time .time {    width: 80%;  }  .psnMyReport .content-main .search-info .order-btn .btns {    width: 50%;  }}@media (max-width: 450px) {  .psnMyReport .content-main .search-info .report-num, .psnMyReport .content-main .search-info .report-company, .psnMyReport .content-main .search-info .report-state, .psnMyReport .content-main .search-info .report-area, .psnMyReport .content-main .search-info .report-time {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnMyReport .content-main .search-info .report-num .title, .psnMyReport .content-main .search-info .report-company .title, .psnMyReport .content-main .search-info .report-state .title, .psnMyReport .content-main .search-info .report-area .title, .psnMyReport .content-main .search-info .report-time .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnMyReport .content-main .search-info .report-num .input, .psnMyReport .content-main .search-info .report-company .input, .psnMyReport .content-main .search-info .report-state .input, .psnMyReport .content-main .search-info .report-area .input, .psnMyReport .content-main .search-info .report-time .input {    width: 100%;  }  .psnMyReport .content-main .search-info .report-num .input, .psnMyReport .content-main .search-info .report-num .select, .psnMyReport .content-main .search-info .report-num .time, .psnMyReport .content-main .search-info .report-company .input, .psnMyReport .content-main .search-info .report-company .select, .psnMyReport .content-main .search-info .report-company .time, .psnMyReport .content-main .search-info .report-state .input, .psnMyReport .content-main .search-info .report-state .select, .psnMyReport .content-main .search-info .report-state .time, .psnMyReport .content-main .search-info .report-area .input, .psnMyReport .content-main .search-info .report-area .select, .psnMyReport .content-main .search-info .report-area .time, .psnMyReport .content-main .search-info .report-time .input, .psnMyReport .content-main .search-info .report-time .select, .psnMyReport .content-main .search-info .report-time .time {    width: 100%;  }  .psnMyReport .content-main .search-info .report-num .area-select, .psnMyReport .content-main .search-info .report-company .area-select, .psnMyReport .content-main .search-info .report-state .area-select, .psnMyReport .content-main .search-info .report-area .area-select, .psnMyReport .content-main .search-info .report-time .area-select {    width: 100%;  }  .psnMyReport .content-main .search-info .order-btn .btns {    width: 100%;  }}.psnMyReport .content-main .report-table {  width: 100%;  overflow-x: scroll;  margin-bottom: 0.4rem;}.psnMyReport .content-main .report-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnMyReport .content-main .report-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnMyReport .content-main .report-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnMyReport .content-main .report-table .table {  width: 100%;  min-width: 950px;}.psnMyReport .content-main .report-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnMyReport .content-main .report-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(1) {  width: 3%;  text-align: left;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(2) {  width: 14%;  text-align: left;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(3) {  width: 20%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(7) {  width: 8%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(8) {  width: 15%;}.psnMyReport .content-main .report-table .table-head .title:nth-of-type(9) {  width: 10%;}.psnMyReport .content-main .report-table .table-body {  width: 100%;  border: solid .01rem #e5e5e5;  border-top: none;}.psnMyReport .content-main .report-table .table-body .data {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .3rem;}.psnMyReport .content-main .report-table .table-body .data-id {  width: 3%;  color: #000;  font-weight: 700;  line-height: 1.5;}.psnMyReport .content-main .report-table .table-body .data-num {  width: 14%;  color: #666;  line-height: 1.5;  word-wrap: break-word;}.psnMyReport .content-main .report-table .table-body .data-company {  line-height: 1.5;  width: 20%;  color: #666;  text-align: center;}.psnMyReport .content-main .report-table .table-body .data-area {  width: 10%;  color: #666;  line-height: 1.5;  text-align: center;}.psnMyReport .content-main .report-table .table-body .data-date {  width: 10%;  color: #666;  line-height: 1.5;  text-align: center;}.psnMyReport .content-main .report-table .table-body .data-contacts {  width: 10%;  color: #666;  line-height: 1.5;  text-align: center;}.psnMyReport .content-main .report-table .table-body .data-state {  width: 8%;  color: #666;  line-height: 1.5;  text-align: center;}.psnMyReport .content-main .report-table .table-body .data-btns {  width: 15%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-pack: distribute;      justify-content: space-around;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnMyReport .content-main .report-table .table-body .data-btns a {  display: block;  color: #666;  line-height: 1.5;}.psnMyReport .content-main .report-table .table-body .data-email {  width: 10%;  text-align: center;}@media (max-width: 500px) {  .psnMyReport .content-main {    padding: 10px;  }}/* 个人中心-我的订单 */.psnMyOrder .content-main {  width: 100%;  padding: .4rem .45rem;}.psnMyOrder .content-main .order-search {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnMyOrder .content-main .order-search .order-state, .psnMyOrder .content-main .order-search .order-id, .psnMyOrder .content-main .order-search .order-num, .psnMyOrder .content-main .order-search .order-type {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyOrder .content-main .order-search .order-state .title, .psnMyOrder .content-main .order-search .order-id .title, .psnMyOrder .content-main .order-search .order-num .title, .psnMyOrder .content-main .order-search .order-type .title {  width: 30%;  white-space: nowrap;}.psnMyOrder .content-main .order-search .order-state .input, .psnMyOrder .content-main .order-search .order-id .input, .psnMyOrder .content-main .order-search .order-num .input, .psnMyOrder .content-main .order-search .order-type .input {  width: 70%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnMyOrder .content-main .order-search .order-state .input input, .psnMyOrder .content-main .order-search .order-id .input input, .psnMyOrder .content-main .order-search .order-num .input input, .psnMyOrder .content-main .order-search .order-type .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnMyOrder .content-main .order-search .order-state .select, .psnMyOrder .content-main .order-search .order-id .select, .psnMyOrder .content-main .order-search .order-num .select, .psnMyOrder .content-main .order-search .order-type .select {  width: 70%;  height: .46rem;  min-height: 40px;}.psnMyOrder .content-main .order-search .order-state .select .state, .psnMyOrder .content-main .order-search .order-id .select .state, .psnMyOrder .content-main .order-search .order-num .select .state, .psnMyOrder .content-main .order-search .order-type .select .state {  width: 80%;  height: 100%;  color: #666;  background-color: #f2f5fb;}.psnMyOrder .content-main .order-search .order-state .select .state .cur, .psnMyOrder .content-main .order-search .order-id .select .state .cur, .psnMyOrder .content-main .order-search .order-num .select .state .cur, .psnMyOrder .content-main .order-search .order-type .select .state .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnMyOrder .content-main .order-search .order-num, .psnMyOrder .content-main .order-search .order-type {  margin-right: 0;}.psnMyOrder .content-main .order-search .order-time {  width: 66%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnMyOrder .content-main .order-search .order-time .title {  width: 14.5%;  white-space: nowrap;}.psnMyOrder .content-main .order-search .order-time .time {  width: 85.5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyOrder .content-main .order-search .order-time .time .start, .psnMyOrder .content-main .order-search .order-time .time .end {  width: 48%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnMyOrder .content-main .order-search .order-time .time .start input, .psnMyOrder .content-main .order-search .order-time .time .end input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnMyOrder .content-main .order-search .order-btn {  width: 100%;  margin: .3rem 0 .4rem;}.psnMyOrder .content-main .order-search .order-btn .btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyOrder .content-main .order-search .order-btn .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnMyOrder .content-main .order-search .order-btn .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 750px) {  .psnMyOrder .content-main .order-search .order-state, .psnMyOrder .content-main .order-search .order-id, .psnMyOrder .content-main .order-search .order-num, .psnMyOrder .content-main .order-search .order-type {    width: 100%;    margin-right: 0;  }  .psnMyOrder .content-main .order-search .order-state .select .state, .psnMyOrder .content-main .order-search .order-id .select .state, .psnMyOrder .content-main .order-search .order-num .select .state, .psnMyOrder .content-main .order-search .order-type .select .state {    width: 100%;    max-width: 180px;  }  .psnMyOrder .content-main .order-search .order-time {    width: 100%;    margin-right: 0;  }  .psnMyOrder .content-main .order-search .order-time .title {    width: 30%;  }  .psnMyOrder .content-main .order-search .order-time .time {    width: 70%;  }  .psnMyOrder .content-main .order-search .order-btn .btns {    width: 100%;  }}@media (max-width: 500px) {  .psnMyOrder .content-main .order-search .order-time .time {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnMyOrder .content-main .order-search .order-time .time .start {    width: 100%;    margin-bottom: 3%;  }  .psnMyOrder .content-main .order-search .order-time .time .end {    width: 100%;  }}.psnMyOrder .content-main .order-table {  width: 100%;  overflow-x: scroll;}.psnMyOrder .content-main .order-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnMyOrder .content-main .order-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnMyOrder .content-main .order-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnMyOrder .content-main .order-table .table {  width: 100%;  min-width: 950px;  margin-bottom: 0.4rem;}.psnMyOrder .content-main .order-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnMyOrder .content-main .order-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnMyOrder .content-main .order-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnMyOrder .content-main .order-table .table-body {  width: 100%;}.psnMyOrder .content-main .order-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnMyOrder .content-main .order-table .list .list-head {  width: 100%;  padding: .2rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border-bottom: .01rem solid #e5e5e5;}.psnMyOrder .content-main .order-table .list .orderId, .psnMyOrder .content-main .order-table .list .orderNum, .psnMyOrder .content-main .order-table .list .orderTime, .psnMyOrder .content-main .order-table .list .orderState {  color: #666;  line-height: 1.5;}.psnMyOrder .content-main .order-table .list .orderId .color, .psnMyOrder .content-main .order-table .list .orderNum .color, .psnMyOrder .content-main .order-table .list .orderTime .color, .psnMyOrder .content-main .order-table .list .orderState .color {  color: #f9663d;}.psnMyOrder .content-main .order-table .list .orderId {  width: 25%;}.psnMyOrder .content-main .order-table .list .orderNum {  width: 25%;}.psnMyOrder .content-main .order-table .list .orderTime {  width: 25%;}.psnMyOrder .content-main .order-table .list .orderState {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderBtns {  width: 15%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnMyOrder .content-main .order-table .list .orderBtns a {  display: block;  color: #486efd;  line-height: 1.5;  margin-right: .2rem;}.psnMyOrder .content-main .order-table .list .orderBtns a:last-of-type {  margin-right: 0;}.psnMyOrder .content-main .order-table .list .list-main {  width: 100%;}.psnMyOrder .content-main .order-table .list .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnMyOrder .content-main .order-table .list .orderProd:last-of-type {  border-bottom: none;}.psnMyOrder .content-main .order-table .list .orderProd .info {  color: #000;  line-height: 1.5;  text-align: center;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(2) {  width: 20%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(3) {  width: 15%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(4) {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(5) {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(6) {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(7) {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(8) {  width: 10%;}.psnMyOrder .content-main .order-table .list .orderProd .info:nth-of-type(9) {  width: 5%;}.psnMyOrder .content-main .order-table .table-foot {  width: 100%;}.psnMyOrder .content-main .order-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnMyOrder .content-main .order-table .calc .rate {  color: #000;  line-height: 1.5;}.psnMyOrder .content-main .order-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnMyOrder .content-main .order-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnMyOrder .content-main .order-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnMyOrder .content-main .order-table .calc .over .total .color {  color: #f9663d;}.psnMyOrder .content-main .order-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnMyOrder .content-main .order-table .calc .over .price .color {  color: #f9663d;}.psnMyOrder .content-footer {  width: 100%;}.psnMyOrder .content-footer .census {  background-color: #e0e8f7;  width: 100%;  padding: .32rem .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;}.psnMyOrder .content-footer .census .census-num span, .psnMyOrder .content-footer .census .census-total span {  color: #000;  line-height: 1.5;}.psnMyOrder .content-footer .census .census-num .color, .psnMyOrder .content-footer .census .census-total .color {  color: #f9663d;}.psnMyOrder .content-footer .census .census-total {  margin-left: .4rem;}@media (max-width: 350px) {  .psnMyOrder .content-footer .census {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnMyOrder .content-footer .census .census-num, .psnMyOrder .content-footer .census .census-total {    margin-left: 0;    width: 100%;    text-align: right;  }}@media (max-width: 500px) {  .psnMyOrder .content-main {    padding: 10px;  }}/*    个人中心-订单详情-待审核  个人中心-订单详情-待支付  个人中心-订单详情-已完成  个人中心-订单详情-已取消*/.psnOrderDetailBeAgreed .content-main, .psnOrderDetailBePay .content-main, .psnOrderDetailFinished .content-main, .psnOrderDetailCancelled .content-main {  width: 100%;  padding: .4rem .45rem;}.psnOrderDetailBeAgreed .content-main .info-order, .psnOrderDetailBePay .content-main .info-order, .psnOrderDetailFinished .content-main .info-order, .psnOrderDetailCancelled .content-main .info-order {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-order .order-header, .psnOrderDetailBePay .content-main .info-order .order-header, .psnOrderDetailFinished .content-main .info-order .order-header, .psnOrderDetailCancelled .content-main .info-order .order-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-order .order-both, .psnOrderDetailBePay .content-main .info-order .order-both, .psnOrderDetailFinished .content-main .info-order .order-both, .psnOrderDetailCancelled .content-main .info-order .order-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-order .order-title, .psnOrderDetailBePay .content-main .info-order .order-title, .psnOrderDetailFinished .content-main .info-order .order-title, .psnOrderDetailCancelled .content-main .info-order .order-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-order .order-btn, .psnOrderDetailBePay .content-main .info-order .order-btn, .psnOrderDetailFinished .content-main .info-order .order-btn, .psnOrderDetailCancelled .content-main .info-order .order-btn {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnOrderDetailBeAgreed .content-main .info-order .order-btn .btn, .psnOrderDetailBePay .content-main .info-order .order-btn .btn, .psnOrderDetailFinished .content-main .info-order .order-btn .btn, .psnOrderDetailCancelled .content-main .info-order .order-btn .btn {  border: none;  color: #fff;  background-color: #486efd;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;}.psnOrderDetailBeAgreed .content-main .info-order .order-main, .psnOrderDetailBePay .content-main .info-order .order-main, .psnOrderDetailFinished .content-main .info-order .order-main, .psnOrderDetailCancelled .content-main .info-order .order-main {  width: 100%;  padding: .3rem;}.psnOrderDetailBeAgreed .content-main .info-order .order-time, .psnOrderDetailBeAgreed .content-main .info-order .order-num, .psnOrderDetailBeAgreed .content-main .info-order .order-date, .psnOrderDetailBeAgreed .content-main .info-order .order-state, .psnOrderDetailBePay .content-main .info-order .order-time, .psnOrderDetailBePay .content-main .info-order .order-num, .psnOrderDetailBePay .content-main .info-order .order-date, .psnOrderDetailBePay .content-main .info-order .order-state, .psnOrderDetailFinished .content-main .info-order .order-time, .psnOrderDetailFinished .content-main .info-order .order-num, .psnOrderDetailFinished .content-main .info-order .order-date, .psnOrderDetailFinished .content-main .info-order .order-state, .psnOrderDetailCancelled .content-main .info-order .order-time, .psnOrderDetailCancelled .content-main .info-order .order-num, .psnOrderDetailCancelled .content-main .info-order .order-date, .psnOrderDetailCancelled .content-main .info-order .order-state {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnOrderDetailBeAgreed .content-main .info-order .order-time .title, .psnOrderDetailBeAgreed .content-main .info-order .order-num .title, .psnOrderDetailBeAgreed .content-main .info-order .order-date .title, .psnOrderDetailBeAgreed .content-main .info-order .order-state .title, .psnOrderDetailBePay .content-main .info-order .order-time .title, .psnOrderDetailBePay .content-main .info-order .order-num .title, .psnOrderDetailBePay .content-main .info-order .order-date .title, .psnOrderDetailBePay .content-main .info-order .order-state .title, .psnOrderDetailFinished .content-main .info-order .order-time .title, .psnOrderDetailFinished .content-main .info-order .order-num .title, .psnOrderDetailFinished .content-main .info-order .order-date .title, .psnOrderDetailFinished .content-main .info-order .order-state .title, .psnOrderDetailCancelled .content-main .info-order .order-time .title, .psnOrderDetailCancelled .content-main .info-order .order-num .title, .psnOrderDetailCancelled .content-main .info-order .order-date .title, .psnOrderDetailCancelled .content-main .info-order .order-state .title {  width: 10%;  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-order .order-time .content, .psnOrderDetailBeAgreed .content-main .info-order .order-num .content, .psnOrderDetailBeAgreed .content-main .info-order .order-date .content, .psnOrderDetailBeAgreed .content-main .info-order .order-state .content, .psnOrderDetailBePay .content-main .info-order .order-time .content, .psnOrderDetailBePay .content-main .info-order .order-num .content, .psnOrderDetailBePay .content-main .info-order .order-date .content, .psnOrderDetailBePay .content-main .info-order .order-state .content, .psnOrderDetailFinished .content-main .info-order .order-time .content, .psnOrderDetailFinished .content-main .info-order .order-num .content, .psnOrderDetailFinished .content-main .info-order .order-date .content, .psnOrderDetailFinished .content-main .info-order .order-state .content, .psnOrderDetailCancelled .content-main .info-order .order-time .content, .psnOrderDetailCancelled .content-main .info-order .order-num .content, .psnOrderDetailCancelled .content-main .info-order .order-date .content, .psnOrderDetailCancelled .content-main .info-order .order-state .content {  width: 90%;  color: #666;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-order .order-handle, .psnOrderDetailBePay .content-main .info-order .order-handle, .psnOrderDetailFinished .content-main .info-order .order-handle, .psnOrderDetailCancelled .content-main .info-order .order-handle {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 0.2rem;}.psnOrderDetailBeAgreed .content-main .info-order .order-handle .handle-btn, .psnOrderDetailBePay .content-main .info-order .order-handle .handle-btn, .psnOrderDetailFinished .content-main .info-order .order-handle .handle-btn, .psnOrderDetailCancelled .content-main .info-order .order-handle .handle-btn {  color: #486efd;  background-color: #fff;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;  -webkit-transition: all .5s;  transition: all .5s;  margin: .1rem 0;  margin-right: 0.2rem;}.psnOrderDetailBeAgreed .content-main .info-order .order-handle .handle-btn:hover, .psnOrderDetailBePay .content-main .info-order .order-handle .handle-btn:hover, .psnOrderDetailFinished .content-main .info-order .order-handle .handle-btn:hover, .psnOrderDetailCancelled .content-main .info-order .order-handle .handle-btn:hover {  color: #fff;  background-color: #486efd;}@media (max-width: 400px) {  .psnOrderDetailBeAgreed .content-main .info-order .order-handle, .psnOrderDetailBePay .content-main .info-order .order-handle, .psnOrderDetailFinished .content-main .info-order .order-handle, .psnOrderDetailCancelled .content-main .info-order .order-handle {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }}.psnOrderDetailBeAgreed .content-main .info-express, .psnOrderDetailBePay .content-main .info-express, .psnOrderDetailFinished .content-main .info-express, .psnOrderDetailCancelled .content-main .info-express {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-express .express-header, .psnOrderDetailBePay .content-main .info-express .express-header, .psnOrderDetailFinished .content-main .info-express .express-header, .psnOrderDetailCancelled .content-main .info-express .express-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-express .express-both, .psnOrderDetailBePay .content-main .info-express .express-both, .psnOrderDetailFinished .content-main .info-express .express-both, .psnOrderDetailCancelled .content-main .info-express .express-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-express .express-title, .psnOrderDetailBePay .content-main .info-express .express-title, .psnOrderDetailFinished .content-main .info-express .express-title, .psnOrderDetailCancelled .content-main .info-express .express-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-express .express-main, .psnOrderDetailBePay .content-main .info-express .express-main, .psnOrderDetailFinished .content-main .info-express .express-main, .psnOrderDetailCancelled .content-main .info-express .express-main {  width: 100%;  padding: .3rem;}.psnOrderDetailBeAgreed .content-main .info-express .express-img, .psnOrderDetailBePay .content-main .info-express .express-img, .psnOrderDetailFinished .content-main .info-express .express-img, .psnOrderDetailCancelled .content-main .info-express .express-img {  width: 100%;}.psnOrderDetailBeAgreed .content-main .info-express .express-img .title, .psnOrderDetailBePay .content-main .info-express .express-img .title, .psnOrderDetailFinished .content-main .info-express .express-img .title, .psnOrderDetailCancelled .content-main .info-express .express-img .title {  width: 100%;  color: #000;  line-height: 2;  margin-bottom: 0.1rem;}.psnOrderDetailBeAgreed .content-main .info-express .express-img .img, .psnOrderDetailBePay .content-main .info-express .express-img .img, .psnOrderDetailFinished .content-main .info-express .express-img .img, .psnOrderDetailCancelled .content-main .info-express .express-img .img {  width: 3.5rem;  cursor: pointer;}.psnOrderDetailBeAgreed .content-main .info-express .express-img .img img, .psnOrderDetailBePay .content-main .info-express .express-img .img img, .psnOrderDetailFinished .content-main .info-express .express-img .img img, .psnOrderDetailCancelled .content-main .info-express .express-img .img img {  width: 100%;  height: auto;}@media (max-width: 1920px) and (min-width: 401px) {  .psnOrderDetailBeAgreed .content-main .info-express .express-img .img, .psnOrderDetailBePay .content-main .info-express .express-img .img, .psnOrderDetailFinished .content-main .info-express .express-img .img, .psnOrderDetailCancelled .content-main .info-express .express-img .img {    min-width: 300px;  }}@media (max-width: 400px) {  .psnOrderDetailBeAgreed .content-main .info-express .express-img .img, .psnOrderDetailBePay .content-main .info-express .express-img .img, .psnOrderDetailFinished .content-main .info-express .express-img .img, .psnOrderDetailCancelled .content-main .info-express .express-img .img {    width: 100%;  }}.psnOrderDetailBeAgreed .content-main .info-accept, .psnOrderDetailBePay .content-main .info-accept, .psnOrderDetailFinished .content-main .info-accept, .psnOrderDetailCancelled .content-main .info-accept {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-header, .psnOrderDetailBePay .content-main .info-accept .accept-header, .psnOrderDetailFinished .content-main .info-accept .accept-header, .psnOrderDetailCancelled .content-main .info-accept .accept-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-both, .psnOrderDetailBePay .content-main .info-accept .accept-both, .psnOrderDetailFinished .content-main .info-accept .accept-both, .psnOrderDetailCancelled .content-main .info-accept .accept-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-title, .psnOrderDetailBePay .content-main .info-accept .accept-title, .psnOrderDetailFinished .content-main .info-accept .accept-title, .psnOrderDetailCancelled .content-main .info-accept .accept-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-main, .psnOrderDetailBePay .content-main .info-accept .accept-main, .psnOrderDetailFinished .content-main .info-accept .accept-main, .psnOrderDetailCancelled .content-main .info-accept .accept-main {  width: 100%;  padding: .3rem;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-name, .psnOrderDetailBeAgreed .content-main .info-accept .accept-phone, .psnOrderDetailBeAgreed .content-main .info-accept .accept-pos, .psnOrderDetailBePay .content-main .info-accept .accept-name, .psnOrderDetailBePay .content-main .info-accept .accept-phone, .psnOrderDetailBePay .content-main .info-accept .accept-pos, .psnOrderDetailFinished .content-main .info-accept .accept-name, .psnOrderDetailFinished .content-main .info-accept .accept-phone, .psnOrderDetailFinished .content-main .info-accept .accept-pos, .psnOrderDetailCancelled .content-main .info-accept .accept-name, .psnOrderDetailCancelled .content-main .info-accept .accept-phone, .psnOrderDetailCancelled .content-main .info-accept .accept-pos {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-name .title, .psnOrderDetailBeAgreed .content-main .info-accept .accept-phone .title, .psnOrderDetailBeAgreed .content-main .info-accept .accept-pos .title, .psnOrderDetailBePay .content-main .info-accept .accept-name .title, .psnOrderDetailBePay .content-main .info-accept .accept-phone .title, .psnOrderDetailBePay .content-main .info-accept .accept-pos .title, .psnOrderDetailFinished .content-main .info-accept .accept-name .title, .psnOrderDetailFinished .content-main .info-accept .accept-phone .title, .psnOrderDetailFinished .content-main .info-accept .accept-pos .title, .psnOrderDetailCancelled .content-main .info-accept .accept-name .title, .psnOrderDetailCancelled .content-main .info-accept .accept-phone .title, .psnOrderDetailCancelled .content-main .info-accept .accept-pos .title {  width: 10%;  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-accept .accept-name .content, .psnOrderDetailBeAgreed .content-main .info-accept .accept-phone .content, .psnOrderDetailBeAgreed .content-main .info-accept .accept-pos .content, .psnOrderDetailBePay .content-main .info-accept .accept-name .content, .psnOrderDetailBePay .content-main .info-accept .accept-phone .content, .psnOrderDetailBePay .content-main .info-accept .accept-pos .content, .psnOrderDetailFinished .content-main .info-accept .accept-name .content, .psnOrderDetailFinished .content-main .info-accept .accept-phone .content, .psnOrderDetailFinished .content-main .info-accept .accept-pos .content, .psnOrderDetailCancelled .content-main .info-accept .accept-name .content, .psnOrderDetailCancelled .content-main .info-accept .accept-phone .content, .psnOrderDetailCancelled .content-main .info-accept .accept-pos .content {  width: 90%;  color: #666;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-invoice, .psnOrderDetailBePay .content-main .info-invoice, .psnOrderDetailFinished .content-main .info-invoice, .psnOrderDetailCancelled .content-main .info-invoice {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-header, .psnOrderDetailBePay .content-main .info-invoice .invoice-header, .psnOrderDetailFinished .content-main .info-invoice .invoice-header, .psnOrderDetailCancelled .content-main .info-invoice .invoice-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-both, .psnOrderDetailBePay .content-main .info-invoice .invoice-both, .psnOrderDetailFinished .content-main .info-invoice .invoice-both, .psnOrderDetailCancelled .content-main .info-invoice .invoice-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-title, .psnOrderDetailBePay .content-main .info-invoice .invoice-title, .psnOrderDetailFinished .content-main .info-invoice .invoice-title, .psnOrderDetailCancelled .content-main .info-invoice .invoice-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-main, .psnOrderDetailBePay .content-main .info-invoice .invoice-main, .psnOrderDetailFinished .content-main .info-invoice .invoice-main, .psnOrderDetailCancelled .content-main .info-invoice .invoice-main {  width: 100%;  padding: .3rem;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-name, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-num, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-content, .psnOrderDetailBePay .content-main .info-invoice .invoice-name, .psnOrderDetailBePay .content-main .info-invoice .invoice-num, .psnOrderDetailBePay .content-main .info-invoice .invoice-content, .psnOrderDetailFinished .content-main .info-invoice .invoice-name, .psnOrderDetailFinished .content-main .info-invoice .invoice-num, .psnOrderDetailFinished .content-main .info-invoice .invoice-content, .psnOrderDetailCancelled .content-main .info-invoice .invoice-name, .psnOrderDetailCancelled .content-main .info-invoice .invoice-num, .psnOrderDetailCancelled .content-main .info-invoice .invoice-content {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-name .title, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-num .title, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-content .title, .psnOrderDetailBePay .content-main .info-invoice .invoice-name .title, .psnOrderDetailBePay .content-main .info-invoice .invoice-num .title, .psnOrderDetailBePay .content-main .info-invoice .invoice-content .title, .psnOrderDetailFinished .content-main .info-invoice .invoice-name .title, .psnOrderDetailFinished .content-main .info-invoice .invoice-num .title, .psnOrderDetailFinished .content-main .info-invoice .invoice-content .title, .psnOrderDetailCancelled .content-main .info-invoice .invoice-name .title, .psnOrderDetailCancelled .content-main .info-invoice .invoice-num .title, .psnOrderDetailCancelled .content-main .info-invoice .invoice-content .title {  width: 18%;  min-width: 100px;  color: #000;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-name .content, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-num .content, .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-content .content, .psnOrderDetailBePay .content-main .info-invoice .invoice-name .content, .psnOrderDetailBePay .content-main .info-invoice .invoice-num .content, .psnOrderDetailBePay .content-main .info-invoice .invoice-content .content, .psnOrderDetailFinished .content-main .info-invoice .invoice-name .content, .psnOrderDetailFinished .content-main .info-invoice .invoice-num .content, .psnOrderDetailFinished .content-main .info-invoice .invoice-content .content, .psnOrderDetailCancelled .content-main .info-invoice .invoice-name .content, .psnOrderDetailCancelled .content-main .info-invoice .invoice-num .content, .psnOrderDetailCancelled .content-main .info-invoice .invoice-content .content {  width: 82%;  color: #666;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order, .psnOrderDetailBePay .content-main .info-invoice .invoice-order, .psnOrderDetailFinished .content-main .info-invoice .invoice-order, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order {  width: 100%;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order .title, .psnOrderDetailBePay .content-main .info-invoice .invoice-order .title, .psnOrderDetailFinished .content-main .info-invoice .invoice-order .title, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order .title {  width: 100%;  color: #000;  line-height: 2;  margin-bottom: 0.1rem;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order .img, .psnOrderDetailBePay .content-main .info-invoice .invoice-order .img, .psnOrderDetailFinished .content-main .info-invoice .invoice-order .img, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order .img {  width: 3.5rem;  cursor: pointer;}.psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order .img img, .psnOrderDetailBePay .content-main .info-invoice .invoice-order .img img, .psnOrderDetailFinished .content-main .info-invoice .invoice-order .img img, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order .img img {  width: 100%;  height: auto;}@media (max-width: 1920px) and (min-width: 401px) {  .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order .img, .psnOrderDetailBePay .content-main .info-invoice .invoice-order .img, .psnOrderDetailFinished .content-main .info-invoice .invoice-order .img, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order .img {    min-width: 300px;  }}@media (max-width: 400px) {  .psnOrderDetailBeAgreed .content-main .info-invoice .invoice-order .img, .psnOrderDetailBePay .content-main .info-invoice .invoice-order .img, .psnOrderDetailFinished .content-main .info-invoice .invoice-order .img, .psnOrderDetailCancelled .content-main .info-invoice .invoice-order .img {    width: 100%;  }}.psnOrderDetailBeAgreed .content-main .info-report, .psnOrderDetailBePay .content-main .info-report, .psnOrderDetailFinished .content-main .info-report, .psnOrderDetailCancelled .content-main .info-report {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-report .report-header, .psnOrderDetailBePay .content-main .info-report .report-header, .psnOrderDetailFinished .content-main .info-report .report-header, .psnOrderDetailCancelled .content-main .info-report .report-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-report .report-both, .psnOrderDetailBePay .content-main .info-report .report-both, .psnOrderDetailFinished .content-main .info-report .report-both, .psnOrderDetailCancelled .content-main .info-report .report-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-report .report-title, .psnOrderDetailBePay .content-main .info-report .report-title, .psnOrderDetailFinished .content-main .info-report .report-title, .psnOrderDetailCancelled .content-main .info-report .report-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-report .report-main, .psnOrderDetailBePay .content-main .info-report .report-main, .psnOrderDetailFinished .content-main .info-report .report-main, .psnOrderDetailCancelled .content-main .info-report .report-main {  width: 100%;  padding: 0 .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnOrderDetailBeAgreed .content-main .info-report .report-num, .psnOrderDetailBePay .content-main .info-report .report-num, .psnOrderDetailFinished .content-main .info-report .report-num, .psnOrderDetailCancelled .content-main .info-report .report-num {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin: 0.3rem 0.3rem 0.3rem 0;}.psnOrderDetailBeAgreed .content-main .info-report .report-num .title, .psnOrderDetailBePay .content-main .info-report .report-num .title, .psnOrderDetailFinished .content-main .info-report .report-num .title, .psnOrderDetailCancelled .content-main .info-report .report-num .title {  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-report .report-num .content, .psnOrderDetailBePay .content-main .info-report .report-num .content, .psnOrderDetailFinished .content-main .info-report .report-num .content, .psnOrderDetailCancelled .content-main .info-report .report-num .content {  color: #666;  line-height: 2;}.psnOrderDetailBeAgreed .content-main .info-report .report-detail, .psnOrderDetailBePay .content-main .info-report .report-detail, .psnOrderDetailFinished .content-main .info-report .report-detail, .psnOrderDetailCancelled .content-main .info-report .report-detail {  display: block;  margin: .2rem 0;}.psnOrderDetailBeAgreed .content-main .info-report .report-detail .btn, .psnOrderDetailBePay .content-main .info-report .report-detail .btn, .psnOrderDetailFinished .content-main .info-report .report-detail .btn, .psnOrderDetailCancelled .content-main .info-report .report-detail .btn {  border: none;  color: #fff;  background-color: #486efd;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;}.psnOrderDetailBeAgreed .content-main .info-prod, .psnOrderDetailBePay .content-main .info-prod, .psnOrderDetailFinished .content-main .info-prod, .psnOrderDetailCancelled .content-main .info-prod {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-header, .psnOrderDetailBePay .content-main .info-prod .prod-header, .psnOrderDetailFinished .content-main .info-prod .prod-header, .psnOrderDetailCancelled .content-main .info-prod .prod-header {  width: 100%;  padding: 0 .3rem;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-both, .psnOrderDetailBePay .content-main .info-prod .prod-both, .psnOrderDetailFinished .content-main .info-prod .prod-both, .psnOrderDetailCancelled .content-main .info-prod .prod-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-title, .psnOrderDetailBePay .content-main .info-prod .prod-title, .psnOrderDetailFinished .content-main .info-prod .prod-title, .psnOrderDetailCancelled .content-main .info-prod .prod-title {  color: #000;  padding: .3rem 0;}.psnOrderDetailBeAgreed .content-main .info-prod .down-btn, .psnOrderDetailBePay .content-main .info-prod .down-btn, .psnOrderDetailFinished .content-main .info-prod .down-btn, .psnOrderDetailCancelled .content-main .info-prod .down-btn {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  cursor: pointer;  color: #666;  -webkit-transition: color .5s;  transition: color .5s;}.psnOrderDetailBeAgreed .content-main .info-prod .down-btn:hover, .psnOrderDetailBePay .content-main .info-prod .down-btn:hover, .psnOrderDetailFinished .content-main .info-prod .down-btn:hover, .psnOrderDetailCancelled .content-main .info-prod .down-btn:hover {  color: #486efd;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-main, .psnOrderDetailBePay .content-main .info-prod .prod-main, .psnOrderDetailFinished .content-main .info-prod .prod-main, .psnOrderDetailCancelled .content-main .info-prod .prod-main {  width: 100%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table, .psnOrderDetailBePay .content-main .info-prod .prod-table, .psnOrderDetailFinished .content-main .info-prod .prod-table, .psnOrderDetailCancelled .content-main .info-prod .prod-table {  width: 100%;  overflow-x: scroll;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table::-webkit-scrollbar, .psnOrderDetailBePay .content-main .info-prod .prod-table::-webkit-scrollbar, .psnOrderDetailFinished .content-main .info-prod .prod-table::-webkit-scrollbar, .psnOrderDetailCancelled .content-main .info-prod .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table::-webkit-scrollbar-track, .psnOrderDetailBePay .content-main .info-prod .prod-table::-webkit-scrollbar-track, .psnOrderDetailFinished .content-main .info-prod .prod-table::-webkit-scrollbar-track, .psnOrderDetailCancelled .content-main .info-prod .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table::-webkit-scrollbar-thumb, .psnOrderDetailBePay .content-main .info-prod .prod-table::-webkit-scrollbar-thumb, .psnOrderDetailFinished .content-main .info-prod .prod-table::-webkit-scrollbar-thumb, .psnOrderDetailCancelled .content-main .info-prod .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table, .psnOrderDetailBePay .content-main .info-prod .prod-table .table, .psnOrderDetailFinished .content-main .info-prod .prod-table .table, .psnOrderDetailCancelled .content-main .info-prod .prod-table .table {  width: 100%;  min-width: 950px;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head, .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head, .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head, .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title, .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title, .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title, .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(1), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(1), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(1), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(2), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(2), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(2), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(3), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(3), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(3), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(4), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(4), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(4), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(5), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(5), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(5), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(6), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(6), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(6), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(7), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(7), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(7), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(8), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(8), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(8), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-head .title:nth-of-type(9), .psnOrderDetailBePay .content-main .info-prod .prod-table .table-head .title:nth-of-type(9), .psnOrderDetailFinished .content-main .info-prod .prod-table .table-head .title:nth-of-type(9), .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-body, .psnOrderDetailBePay .content-main .info-prod .prod-table .table-body, .psnOrderDetailFinished .content-main .info-prod .prod-table .table-body, .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-body {  width: 100%;  background-color: #fff;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .list, .psnOrderDetailBePay .content-main .info-prod .prod-table .list, .psnOrderDetailFinished .content-main .info-prod .prod-table .list, .psnOrderDetailCancelled .content-main .info-prod .prod-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd, .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd, .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd, .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd:last-of-type, .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd:last-of-type, .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd:last-of-type, .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd:last-of-type {  border-bottom: none;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info, .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info, .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info, .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info {  line-height: 1.5;  color: #666;  text-align: center;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(1), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(1), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(1), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;  color: #000;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(2), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(2), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(2), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(2) {  width: 20%;  color: #000;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(3), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(3), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(3), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(3) {  width: 15%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(4), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(4), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(4), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(4) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(5), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(5), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(5), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(5) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(6), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(6), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(6), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(6) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(7), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(7), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(7), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(7) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(8), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(8), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(8), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(8) {  width: 10%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .orderProd .info:nth-of-type(9), .psnOrderDetailBePay .content-main .info-prod .prod-table .orderProd .info:nth-of-type(9), .psnOrderDetailFinished .content-main .info-prod .prod-table .orderProd .info:nth-of-type(9), .psnOrderDetailCancelled .content-main .info-prod .prod-table .orderProd .info:nth-of-type(9) {  width: 5%;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .table-foot, .psnOrderDetailBePay .content-main .info-prod .prod-table .table-foot, .psnOrderDetailFinished .content-main .info-prod .prod-table .table-foot, .psnOrderDetailCancelled .content-main .info-prod .prod-table .table-foot {  width: 100%;  background-color: #fff;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .rate, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .rate, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .rate, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .rate {  color: #000;  line-height: 1.5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over .count, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over .count, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over .count, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over .total, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over .total, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over .total, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over .total .color, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over .total .color, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over .total .color, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over .total .color {  color: #f9663d;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over .price, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over .price, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over .price, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnOrderDetailBeAgreed .content-main .info-prod .prod-table .calc .over .price .color, .psnOrderDetailBePay .content-main .info-prod .prod-table .calc .over .price .color, .psnOrderDetailFinished .content-main .info-prod .prod-table .calc .over .price .color, .psnOrderDetailCancelled .content-main .info-prod .prod-table .calc .over .price .color {  color: #f9663d;}@media (max-width: 500px) {  .psnOrderDetailBeAgreed .content-main, .psnOrderDetailBePay .content-main, .psnOrderDetailFinished .content-main, .psnOrderDetailCancelled .content-main {    padding: 10px;  }}/* 个人中心-支付方式 */.psnPayWay .content-main {  width: 100%;  padding: .4rem .45rem;  min-height: 7.5rem;}.psnPayWay .content-main .pay-way {  width: 100%;  padding: .4rem;  background-color: #f2f5fb;  min-height: 7.5rem;}.psnPayWay .content-main .bank-name, .psnPayWay .content-main .bank-num {  width: 100%;  line-height: 2;}.psnPayWay .content-main .bank-name .title, .psnPayWay .content-main .bank-num .title {  color: #000;}.psnPayWay .content-main .bank-name .content, .psnPayWay .content-main .bank-num .content {  color: #666;}.psnPayWay .content-main .way-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 0.4rem;}.psnPayWay .content-main .way-btns .way-btn {  color: #486efd;  background-color: #fff;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;  -webkit-transition: all .5s;  transition: all .5s;  margin: .1rem 0;  margin-right: 0.2rem;}.psnPayWay .content-main .way-btns .way-btn:hover {  color: #fff;  background-color: #486efd;}.psnPayWay .content-main .way-btns .cancel {  margin-right: 0;  padding: .12rem .46rem;}@media (max-width: 500px) {  .psnPayWay .content-main {    padding: 10px;  }}/* 个人中心-完善信息 */.psnFillInfo .content-main {  width: 100%;  padding: .4rem .45rem;}.psnFillInfo .content-main .upload-proof {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .upload-proof .proof-header {  width: 100%;  padding: 0 .3rem;}.psnFillInfo .content-main .upload-proof .proof-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnFillInfo .content-main .upload-proof .proof-title {  color: #000;  padding: .3rem 0;}.psnFillInfo .content-main .upload-proof .proof-main {  width: 100%;  padding: .4rem 10px;}.psnFillInfo .content-main .upload-proof .proof-img {  width: 100%;  background-color: #f2f5fb;  padding: .2rem 10px;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .upload-proof .proof-img .img {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;  max-width: 100%;  height: auto;}.psnFillInfo .content-main .upload-proof .proof-img .tips {  width: 3rem;  height: 1.7rem;  min-width: 300px;  min-height: 170px;  border: solid .01rem #e5e5e5;  background-color: #fff;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnFillInfo .content-main .upload-proof .proof-img .tips .icon {  width: 0.3rem;  min-width: 28px;  height: 0.3rem;  min-height: 28px;  display: block;  margin: 0 auto .2rem;}.psnFillInfo .content-main .upload-proof .proof-img .tips .text {  color: #666;  line-height: 1.5;  display: block;  width: 100%;  text-align: center;}.psnFillInfo .content-main .upload-proof .proof-img .tips .img {  width: auto;  max-width: 100%;  height: auto;}.psnFillInfo .content-main .upload-proof .proof-img .uploadInput {  display: none;}.psnFillInfo .content-main .upload-contract {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .upload-contract .contract-header {  width: 100%;  padding: 0 .3rem;}.psnFillInfo .content-main .upload-contract .contract-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnFillInfo .content-main .upload-contract .contract-title {  color: #000;  padding: .3rem 0;}.psnFillInfo .content-main .upload-contract .contract-main {  width: 100%;  padding: .4rem 10px;}.psnFillInfo .content-main .upload-contract .contract-img {  width: 100%;  background-color: #f2f5fb;  padding: .2rem 10px;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .upload-contract .contract-img .img {  max-width: 100%;  height: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}.psnFillInfo .content-main .upload-contract .contract-img .tips {  width: 2rem;  height: 2.8rem;  min-width: 200px;  min-height: 280px;  border: solid .01rem #e5e5e5;  background-color: #fff;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnFillInfo .content-main .upload-contract .contract-img .tips .icon {  width: 0.3rem;  min-width: 28px;  height: 0.3rem;  min-height: 28px;  display: block;  margin: 0 auto .2rem;}.psnFillInfo .content-main .upload-contract .contract-img .tips .text {  color: #666;  line-height: 1.5;  display: block;  width: 100%;  text-align: center;}.psnFillInfo .content-main .upload-contract .contract-img .tips .img {  width: auto;  max-width: 100%;  height: auto;}.psnFillInfo .content-main .upload-contract .uploadInput {  display: none;}.psnFillInfo .content-main .select-address {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .select-address .address-header {  width: 100%;  padding: 0 .3rem;}.psnFillInfo .content-main .select-address .address-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnFillInfo .content-main .select-address .address-title {  color: #000;  padding: .3rem 0;}.psnFillInfo .content-main .select-address .address-main {  width: 100%;  padding: .4rem .3rem;}.psnFillInfo .content-main .select-address .address-list {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnFillInfo .content-main .select-address .address-item {  width: 32%;  margin-right: 2%;  margin-bottom: 2%;  background-color: #fff;  padding: .4rem .3rem;  position: relative;  border: solid .01rem #e5e5e5;}.psnFillInfo .content-main .select-address .address-item:nth-of-type(3n) {  margin-right: 0;}.psnFillInfo .content-main .select-address .address-item .item-select {  width: 0.18rem;  min-width: 16px;  height: 0.18rem;  min-height: 16px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  position: absolute;  top: 0;  left: 0;  z-index: 3;  overflow: hidden;}.psnFillInfo .content-main .select-address .address-item .item-select input[type="checkbox"] {  width: 100%;  height: 100%;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;}.psnFillInfo .content-main .select-address .address-item .item-select input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnFillInfo .content-main .select-address .address-item .item-select input[type="checkbox"]:after {  content: "✔";}.psnFillInfo .content-main .select-address .address-item .item-name {  color: #000;  width: 100%;  line-height: 1.3;  margin-bottom: 0.3rem;}.psnFillInfo .content-main .select-address .address-item .item-pos, .psnFillInfo .content-main .select-address .address-item .item-phone {  width: 100%;  color: #666;  line-height: 1.5;}.psnFillInfo .content-main .select-address .address-item .item-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  margin-top: 0.3rem;}.psnFillInfo .content-main .select-address .address-item .item-btn {  display: inline-block;  width: 40%;  padding: .14rem 0;  color: #486efd;  background-color: #f2f5fb;  border-radius: .2rem;  text-align: center;}.psnFillInfo .content-main .select-address .address-item .item-btn.edit {  background-color: #486efd;  color: #fff;}.psnFillInfo .content-main .select-address .address-item.add {  padding: .6rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnFillInfo .content-main .select-address .address-item.add .item-icon {  width: 0.3rem;  height: 0.3rem;  min-width: 30px;  min-height: 30px;  margin-bottom: 0.2rem;  margin: 0 auto .2rem;}.psnFillInfo .content-main .select-address .address-item.add .item-icon img {  width: 100%;  height: 100%;}.psnFillInfo .content-main .select-address .address-item.add .item-text {  width: 100%;  color: #666;  text-align: center;}@media (max-width: 750px) {  .psnFillInfo .content-main .select-address .address-item {    width: 100%;    margin-right: 0;  }  .psnFillInfo .content-main .select-address .address-item .item-btns {    -webkit-box-pack: start;        -ms-flex-pack: start;            justify-content: flex-start;  }  .psnFillInfo .content-main .select-address .address-item .item-btn {    width: auto;    margin-right: 0.2rem;    padding: .14rem .4rem;  }}.psnFillInfo .content-main .fill-bill {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnFillInfo .content-main .fill-bill .bill-header {  width: 100%;  padding: 0 .3rem;}.psnFillInfo .content-main .fill-bill .bill-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnFillInfo .content-main .fill-bill .bill-title {  color: #000;  padding: .3rem 0;}.psnFillInfo .content-main .fill-bill .bill-main {  width: 100%;  padding: .4rem .3rem;}.psnFillInfo .content-main .fill-bill .bill-info {  width: 50%;}.psnFillInfo .content-main .fill-bill .bill-info .info-name {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnFillInfo .content-main .fill-bill .bill-info .info-name .title {  width: 20%;  color: #000;  min-width: 80px;  line-height: 1.5;}.psnFillInfo .content-main .fill-bill .bill-info .info-name .company {  width: 20%;  height: 0.46rem;  min-height: 40px;}.psnFillInfo .content-main .fill-bill .bill-info .info-name input {  width: 58%;  margin-left: 2%;  height: 0.46rem;  min-height: 40px;  border: none;  padding: 0 .2rem;}.psnFillInfo .content-main .fill-bill .bill-info .info-phone, .psnFillInfo .content-main .fill-bill .bill-info .info-pos, .psnFillInfo .content-main .fill-bill .bill-info .info-bank, .psnFillInfo .content-main .fill-bill .bill-info .info-user, .psnFillInfo .content-main .fill-bill .bill-info .info-credit {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnFillInfo .content-main .fill-bill .bill-info .info-phone .title, .psnFillInfo .content-main .fill-bill .bill-info .info-pos .title, .psnFillInfo .content-main .fill-bill .bill-info .info-bank .title, .psnFillInfo .content-main .fill-bill .bill-info .info-user .title, .psnFillInfo .content-main .fill-bill .bill-info .info-credit .title {  width: 20%;  min-width: 80px;  color: #000;  line-height: 1.5;}.psnFillInfo .content-main .fill-bill .bill-info .info-phone input, .psnFillInfo .content-main .fill-bill .bill-info .info-pos input, .psnFillInfo .content-main .fill-bill .bill-info .info-bank input, .psnFillInfo .content-main .fill-bill .bill-info .info-user input, .psnFillInfo .content-main .fill-bill .bill-info .info-credit input {  width: 80%;  height: 0.46rem;  min-height: 40px;  border: none;  padding: 0 .2rem;}.psnFillInfo .content-main .fill-bill .bill-content {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnFillInfo .content-main .fill-bill .bill-content .title {  width: 10%;  color: #000;  line-height: 1.5;  min-width: 80px;  height: 0.46rem;  min-height: 40px;}.psnFillInfo .content-main .fill-bill .bill-content textarea {  width: 90%;  padding: .2rem;  height: 1.6rem;  min-height: 100px;  border: none;}@media (max-width: 750px) {  .psnFillInfo .content-main .fill-bill .bill-info {    width: 100%;  }  .psnFillInfo .content-main .fill-bill .bill-content .title {    width: 20%;  }  .psnFillInfo .content-main .fill-bill .bill-content textarea {    width: 80%;  }}@media (max-width: 450px) {  .psnFillInfo .content-main .fill-bill .bill-info .info-name {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-name .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-name .company {    width: 30%;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-name input {    width: 68%;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-phone, .psnFillInfo .content-main .fill-bill .bill-info .info-pos, .psnFillInfo .content-main .fill-bill .bill-info .info-bank, .psnFillInfo .content-main .fill-bill .bill-info .info-user, .psnFillInfo .content-main .fill-bill .bill-info .info-credit {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-phone .title, .psnFillInfo .content-main .fill-bill .bill-info .info-pos .title, .psnFillInfo .content-main .fill-bill .bill-info .info-bank .title, .psnFillInfo .content-main .fill-bill .bill-info .info-user .title, .psnFillInfo .content-main .fill-bill .bill-info .info-credit .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnFillInfo .content-main .fill-bill .bill-info .info-phone input, .psnFillInfo .content-main .fill-bill .bill-info .info-pos input, .psnFillInfo .content-main .fill-bill .bill-info .info-bank input, .psnFillInfo .content-main .fill-bill .bill-info .info-user input, .psnFillInfo .content-main .fill-bill .bill-info .info-credit input {    width: 100%;  }  .psnFillInfo .content-main .fill-bill .bill-content {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnFillInfo .content-main .fill-bill .bill-content .title {    width: 100%;    margin-bottom: 0.1rem;    min-height: auto;    height: auto;  }  .psnFillInfo .content-main .fill-bill .bill-content textarea {    width: 100%;  }}.psnFillInfo .content-footer {  width: 100%;  background-color: #e0e8f7;}.psnFillInfo .content-footer .control-btns {  width: 100%;  padding: .3rem .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;}.psnFillInfo .content-footer .control-btn {  display: inline-block;  padding: .16rem .56rem;  color: #666;  background-color: #ffffff;  border-radius: .05rem;}.psnFillInfo .content-footer .control-btn.submit {  margin-right: 0.2rem;  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnFillInfo .content-main {    padding: 10px;  }}/* 个人中心-模板下载 */.psnFileDown .content-main {  width: 100%;  padding: .4rem .45rem;}.psnFileDown .content-main .file-table {  width: 100%;}.psnFileDown .content-main .file-table .table-head {  width: 100%;  background-color: #486efd;}.psnFileDown .content-main .file-table .table-head .title td {  width: 50%;  color: #fff;  text-align: center;  padding: .3rem 0;  border: .01rem solid #fff;  line-height: 1.5;}.psnFileDown .content-main .file-table .table-body {  width: 100%;  background-color: #f2f5fb;  text-align: center;}.psnFileDown .content-main .file-table .table-body td {  width: 50%;  border: .01rem solid #e5e5e5;}.psnFileDown .content-main .file-table .table-body .name {  color: #666;  padding: .3rem 0;  line-height: 1.5;}.psnFileDown .content-main .file-table .table-body .down .link {  width: 0.23rem;  height: 0.23rem;  min-width: 23px;  min-height: 23px;  display: inline-block;}.psnFileDown .content-main .file-table .table-body .down .link img {  width: 100%;  height: 100%;}@media (max-width: 500px) {  .psnFileDown .content-main {    padding: 10px;  }}/* 个人中心-意见反馈 */.psnFeedback .content-main {  width: 100%;  padding: .4rem .45rem;}.psnFeedback .content-main .idea-form {  width: 100%;  background-color: #f2f5fb;  padding: .4rem .3rem;}.psnFeedback .content-main .idea-info {  width: 60%;}.psnFeedback .content-main .idea-title, .psnFeedback .content-main .idea-content {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnFeedback .content-main .idea-title .title, .psnFeedback .content-main .idea-content .title {  width: 20%;  white-space: nowrap;  height: .46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnFeedback .content-main .idea-title .content, .psnFeedback .content-main .idea-content .content {  width: 80%;  background-color: #fff;  padding: 0 .2rem;}.psnFeedback .content-main .idea-title .content input, .psnFeedback .content-main .idea-content .content input {  width: 100%;  border: none;  height: 100%;  background-color: transparent;  color: #666;}.psnFeedback .content-main .idea-title .content textarea, .psnFeedback .content-main .idea-content .content textarea {  width: 100%;  height: 3rem;  min-height: 150px;  border: none;  background-color: transparent;  color: #666;  padding: .2rem 0;}.psnFeedback .content-main .idea-code {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnFeedback .content-main .idea-code .title {  width: 20%;  white-space: nowrap;  height: .46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnFeedback .content-main .idea-code .content {  width: 80%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnFeedback .content-main .idea-code .content input {  width: 75%;  border: none;  height: 100%;  background-color: transparent;  padding: 0 .2rem;  color: #666;}.psnFeedback .content-main .idea-code .content img {  width: 25%;}.psnFeedback .content-main .idea-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 0.6rem;}.psnFeedback .content-main .idea-btns .title {  width: 20%;}.psnFeedback .content-main .idea-btns .content {  width: 80%;}.psnFeedback .content-main .idea-btns .subbtn {  padding: .16rem .56rem;  background-color: #486efd;  border-radius: .05rem;  color: #fff;  cursor: pointer;  border: none;}@media (max-width: 750px) {  .psnFeedback .content-main .idea-info {    width: 100%;  }}@media (max-width: 500px) {  .psnFeedback .content-main .idea-title, .psnFeedback .content-main .idea-content, .psnFeedback .content-main .idea-code, .psnFeedback .content-main .idea-btns {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnFeedback .content-main .idea-title .title, .psnFeedback .content-main .idea-content .title, .psnFeedback .content-main .idea-code .title, .psnFeedback .content-main .idea-btns .title {    width: 100%;  }  .psnFeedback .content-main .idea-title .content, .psnFeedback .content-main .idea-content .content, .psnFeedback .content-main .idea-code .content, .psnFeedback .content-main .idea-btns .content {    width: 100%;  }  .psnFeedback .content-main .idea-title .content input, .psnFeedback .content-main .idea-content .content input, .psnFeedback .content-main .idea-code .content input, .psnFeedback .content-main .idea-btns .content input {    height: .46rem;    min-height: 40px;  }  .psnFeedback .content-main .idea-btns {    text-align: center;  }}@media (max-width: 500px) {  .psnFeedback .content-main {    padding: 10px;  }}/* 个人中心-上传合同 */.psnUploadContract .content-main {  width: 100%;  padding: .4rem .45rem;}.psnUploadContract .content-main .upload-info {  width: 100%;}.psnUploadContract .content-main .upload-img {  width: 100%;  background-color: #f2f5fb;  padding: .6rem 10px;  min-height: 6.5rem;  margin-bottom: 0.4rem;}.psnUploadContract .content-main .upload-img .img {  max-width: 100%;  height: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}.psnUploadContract .content-main .upload-img .tips {  width: 2rem;  height: 2.8rem;  min-width: 200px;  min-height: 280px;  border: solid .01rem #e5e5e5;  background-color: #fff;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnUploadContract .content-main .upload-img .tips .icon {  width: 0.3rem;  min-width: 28px;  height: 0.3rem;  min-height: 28px;  display: block;  margin: 0 auto .2rem;}.psnUploadContract .content-main .upload-img .tips .text {  color: #666;  line-height: 1.5;  display: block;  width: 100%;  text-align: center;}.psnUploadContract .content-main .upload-img .tips .img {  width: auto;  max-width: 100%;  height: auto;}.psnUploadContract .content-main .uploadInput {  display: none;}.psnUploadContract .content-main .upload-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnUploadContract .content-main .upload-btns .upload-btn {  display: inline-block;  padding: .16rem .56rem;  background-color: #f2f5fb;  border-radius: .05rem;  color: #666;  margin: 0 .1rem;}.psnUploadContract .content-main .upload-btns .submit {  background-color: #486efd;  color: #fff;}@media (max-width: 500px) {  .psnUploadContract .content-main {    padding: 10px;  }}/* 个人中心-查看合同 */.psnViewContract .content-main {  width: 100%;  padding: .4rem .45rem;}.psnViewContract .content-main .upload-info {  width: 100%;}.psnViewContract .content-main .upload-img {  width: 100%;  background-color: #f2f5fb;  padding: .6rem 10px;  min-height: 6.5rem;  margin-bottom: 0.4rem;}.psnViewContract .content-main .upload-img .img {  width: 100%;  height: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  cursor: pointer;}.psnViewContract .content-main .upload-img .tips {  width: 2rem;  height: 2.8rem;  min-width: 200px;  min-height: 280px;  border: solid .01rem #e5e5e5;  background-color: #fff;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;      -ms-flex-direction: column;          flex-direction: column;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnViewContract .content-main .upload-img .tips .icon {  width: 0.3rem;  min-width: 28px;  height: 0.3rem;  min-height: 28px;  display: block;  margin: 0 auto .2rem;}.psnViewContract .content-main .upload-img .tips .text {  color: #666;  line-height: 1.5;  display: block;  width: 100%;  text-align: center;}.psnViewContract .content-main .upload-img .tips .img {  width: auto;  max-width: 100%;  height: auto;}.psnViewContract .content-main .uploadInput {  display: none;}.psnViewContract .content-main .upload-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnViewContract .content-main .upload-btns .upload-btn {  display: inline-block;  padding: .16rem .56rem;  background-color: #f2f5fb;  border-radius: .05rem;  color: #666;  margin: 0 .1rem;}.psnViewContract .content-main .upload-btns .submit {  background-color: #486efd;  color: #fff;}@media (max-width: 500px) {  .psnViewContract .content-main {    padding: 10px;  }}/* 个人中心-会员续约 */.psnMemberRenew .content-main {  width: 100%;  padding: .4rem .45rem;}.psnMemberRenew .content-main .renew-table {  width: 100%;  overflow-x: scroll;}.psnMemberRenew .content-main .renew-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnMemberRenew .content-main .renew-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnMemberRenew .content-main .renew-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnMemberRenew .content-main .renew-table .table {  width: 100%;  min-width: 950px;}.psnMemberRenew .content-main .renew-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnMemberRenew .content-main .renew-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(1) {  width: 14%;  text-align: left;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(2) {  width: 16%;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(3) {  width: 10%;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnMemberRenew .content-main .renew-table .table-head .title:nth-of-type(7) {  width: 30%;}.psnMemberRenew .content-main .renew-table .table-body {  width: 100%;  background-color: #fff;  border: .01rem solid #e5e5e5;}.psnMemberRenew .content-main .renew-table .record {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnMemberRenew .content-main .renew-table .record:last-of-type {  border-bottom: none;}.psnMemberRenew .content-main .renew-table .record .record-num {  width: 14%;  line-height: 1.5;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-name {  width: 16%;  line-height: 1.5;  text-align: center;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-level {  width: 10%;  line-height: 1.5;  text-align: center;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-start {  width: 10%;  line-height: 1.5;  text-align: center;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-end {  width: 10%;  line-height: 1.5;  text-align: center;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-state {  width: 10%;  line-height: 1.5;  text-align: center;  color: #666;}.psnMemberRenew .content-main .renew-table .record .record-btns {  width: 30%;  line-height: 1.5;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnMemberRenew .content-main .renew-table .record .record-btn {  color: #666;  width: auto;  display: inline-block;}.psnMemberRenew .content-main .renew-table .record .record-btn.down {  margin-right: .3rem;}@media (max-width: 500px) {  .psnMemberRenew .content-main {    padding: 10px;  }}/* 个人中心-产品延保 */.psnProdRenew .content-main {  width: 100%;  padding: .4rem .45rem;}.psnProdRenew .content-main .order-search {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnProdRenew .content-main .order-search .order-id, .psnProdRenew .content-main .order-search .order-num, .psnProdRenew .content-main .order-search .order-type {  width: 32%;  margin-right: 2%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnProdRenew .content-main .order-search .order-id .title, .psnProdRenew .content-main .order-search .order-num .title, .psnProdRenew .content-main .order-search .order-type .title {  width: 30%;  white-space: nowrap;}.psnProdRenew .content-main .order-search .order-id .input, .psnProdRenew .content-main .order-search .order-num .input, .psnProdRenew .content-main .order-search .order-type .input {  width: 70%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnProdRenew .content-main .order-search .order-id .input input, .psnProdRenew .content-main .order-search .order-num .input input, .psnProdRenew .content-main .order-search .order-type .input input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnProdRenew .content-main .order-search .order-id .select, .psnProdRenew .content-main .order-search .order-num .select, .psnProdRenew .content-main .order-search .order-type .select {  width: 70%;  height: .46rem;  min-height: 40px;}.psnProdRenew .content-main .order-search .order-id .select .state, .psnProdRenew .content-main .order-search .order-num .select .state, .psnProdRenew .content-main .order-search .order-type .select .state {  width: 80%;  height: 100%;  color: #666;  background-color: #f2f5fb;}.psnProdRenew .content-main .order-search .order-id .select .state .cur, .psnProdRenew .content-main .order-search .order-num .select .state .cur, .psnProdRenew .content-main .order-search .order-type .select .state .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnProdRenew .content-main .order-search .order-time {  width: 66%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnProdRenew .content-main .order-search .order-time .title {  width: 14.5%;  white-space: nowrap;}.psnProdRenew .content-main .order-search .order-time .time {  width: 85.5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnProdRenew .content-main .order-search .order-time .time .start, .psnProdRenew .content-main .order-search .order-time .time .end {  width: 48%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;  padding: 0 .2rem;}.psnProdRenew .content-main .order-search .order-time .time .start input, .psnProdRenew .content-main .order-search .order-time .time .end input {  width: 100%;  height: 100%;  border: none;  background-color: transparent;  color: #666;}.psnProdRenew .content-main .order-search .order-btn {  width: 100%;  margin: .3rem 0 .4rem;}.psnProdRenew .content-main .order-search .order-btn .btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnProdRenew .content-main .order-search .order-btn .btns button {  width: 48%;  padding: .2rem 0;  border: none;  cursor: pointer;  color: #666;  background-color: #f2f5fb;  border-radius: .05rem;  min-height: 40px;}.psnProdRenew .content-main .order-search .order-btn .btns .confirm {  color: #fff;  background-color: #486efd;}@media (max-width: 750px) {  .psnProdRenew .content-main .order-search .order-state, .psnProdRenew .content-main .order-search .order-id, .psnProdRenew .content-main .order-search .order-num, .psnProdRenew .content-main .order-search .order-type {    width: 100%;    margin-right: 0;  }  .psnProdRenew .content-main .order-search .order-state .select .state, .psnProdRenew .content-main .order-search .order-id .select .state, .psnProdRenew .content-main .order-search .order-num .select .state, .psnProdRenew .content-main .order-search .order-type .select .state {    width: 100%;    max-width: 180px;  }  .psnProdRenew .content-main .order-search .order-time {    width: 100%;    margin-right: 0;  }  .psnProdRenew .content-main .order-search .order-time .title {    width: 30%;  }  .psnProdRenew .content-main .order-search .order-time .time {    width: 70%;  }  .psnProdRenew .content-main .order-search .order-btn .btns {    width: 100%;  }}@media (max-width: 500px) {  .psnProdRenew .content-main .order-search .order-time .time {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnProdRenew .content-main .order-search .order-time .time .start {    width: 100%;    margin-bottom: 3%;  }  .psnProdRenew .content-main .order-search .order-time .time .end {    width: 100%;  }}.psnProdRenew .content-main .prod-table {  width: 100%;  overflow-x: scroll;}.psnProdRenew .content-main .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnProdRenew .content-main .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnProdRenew .content-main .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnProdRenew .content-main .prod-table .table {  width: 100%;  min-width: 950px;}.psnProdRenew .content-main .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnProdRenew .content-main .prod-table .table-head .title {  color: #fff;  line-height: 1.5;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(1) {  width: 14%;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(2) {  width: 14%;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(3) {  width: 12%;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(4) {  width: 8%;  text-align: center;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(5) {  width: 10%;  text-align: center;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(6) {  width: 10%;  text-align: center;}.psnProdRenew .content-main .prod-table .table-head .title:nth-of-type(7) {  width: 32%;  text-align: center;}.psnProdRenew .content-main .prod-table .table-body {  width: 100%;}.psnProdRenew .content-main .prod-table .table-body .data {  width: 100%;}.psnProdRenew .content-main .prod-table .table-body .data-header {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: .2rem .3rem;  border: .01rem solid #e5e5e5;}.psnProdRenew .content-main .prod-table .table-body .data-num {  width: 14%;  color: #666;  line-height: 1.5;  word-wrap: break-word;}.psnProdRenew .content-main .prod-table .table-body .data-id {  width: 14%;  color: #666;  line-height: 1.5;}.psnProdRenew .content-main .prod-table .table-body .data-type {  width: 12%;  color: #666;  line-height: 1.5;}.psnProdRenew .content-main .prod-table .table-body .data-total {  width: 8%;  color: #666;  line-height: 1.5;  text-align: center;}.psnProdRenew .content-main .prod-table .table-body .data-time {  width: 10%;  color: #666;  line-height: 1.5;  text-align: center;}.psnProdRenew .content-main .prod-table .table-body .data-term {  width: 10%;  color: #666;  line-height: 1.5;  text-align: center;}.psnProdRenew .content-main .prod-table .table-body .data-btns {  width: 32%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnProdRenew .content-main .prod-table .table-body .data-btn {  color: #486efd;  line-height: 1.5;  display: block;}.psnProdRenew .content-main .prod-table .table-body .data-btn.check {  color: #666;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-right: 0.3rem;}.psnProdRenew .content-main .prod-table .table-body .data-btn.check:after {  content: '';  display: inline-block;  border-left: .06rem solid transparent;  border-right: .06rem solid transparent;  border-top: .08rem solid #666;  width: 0;  height: 0;  margin-left: .05rem;}.psnProdRenew .content-main .prod-table .table-body .data-main {  display: none;  margin-bottom: 0.4rem;  width: 100%;}.psnProdRenew .content-main .prod-table-drop {  width: 100%;  min-width: 950px;  margin-bottom: 0.4rem;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head {  width: 100%;  padding: .2rem .3rem;  background-color: #9ebff2;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(2) {  width: 20%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(3) {  width: 15%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(4) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(5) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(6) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(7) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(8) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-head .title:nth-of-type(9) {  width: 5%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-body {  width: 100%;}.psnProdRenew .content-main .prod-table-drop .prod-list {  width: 100%;  border: .01rem solid #e5e5e5;  width: 100%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd:last-of-type {  border-bottom: none;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info {  color: #000;  line-height: 1.5;  text-align: center;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(2) {  width: 20%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(3) {  width: 15%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(4) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(5) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(6) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(7) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(8) {  width: 10%;}.psnProdRenew .content-main .prod-table-drop .prod-list .orderProd .info:nth-of-type(9) {  width: 5%;}.psnProdRenew .content-main .prod-table-drop .prod-table-drop-foot {  width: 100%;}.psnProdRenew .content-main .prod-table-drop .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnProdRenew .content-main .prod-table-drop .calc .rate {  color: #000;  line-height: 1.5;}.psnProdRenew .content-main .prod-table-drop .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnProdRenew .content-main .prod-table-drop .calc .over .count {  color: #000;  line-height: 1.5;}.psnProdRenew .content-main .prod-table-drop .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnProdRenew .content-main .prod-table-drop .calc .over .total .color {  color: #f9663d;}.psnProdRenew .content-main .prod-table-drop .calc .over .price {  color: #000;  line-height: 1.5;}.psnProdRenew .content-main .prod-table-drop .calc .over .price .color {  color: #f9663d;}.psnProdRenew .content-main .ohr-page {  margin-top: 0.4rem;}@media (max-width: 500px) {  .psnProdRenew .content-main {    padding: 10px;  }}/* 个人中心-申请延保 */.psnApplyRenew .content-main {  width: 100%;  padding: .4rem .45rem;}.psnApplyRenew .content-main .info-order {  background-color: #f2f5fb;  width: 100%;  padding-bottom: 0.2rem;}.psnApplyRenew .content-main .info-order .order-header {  width: 100%;  padding: 0 .3rem;  margin-bottom: 0.3rem;}.psnApplyRenew .content-main .info-order .order-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnApplyRenew .content-main .info-order .order-title {  color: #000;  padding: .3rem 0;}.psnApplyRenew .content-main .info-order .order-btn {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnApplyRenew .content-main .info-order .order-btn .btn {  border: none;  color: #fff;  background-color: #486efd;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;}.psnApplyRenew .content-main .info-order .order-main {  width: 100%;  padding: 0 .3rem;}.psnApplyRenew .content-main .info-order .order-time, .psnApplyRenew .content-main .info-order .order-num, .psnApplyRenew .content-main .info-order .order-date, .psnApplyRenew .content-main .info-order .order-state {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnApplyRenew .content-main .info-order .order-time .title, .psnApplyRenew .content-main .info-order .order-num .title, .psnApplyRenew .content-main .info-order .order-date .title, .psnApplyRenew .content-main .info-order .order-state .title {  width: 10%;  min-width: 80px;  color: #000;  line-height: 2;}.psnApplyRenew .content-main .info-order .order-time .content, .psnApplyRenew .content-main .info-order .order-num .content, .psnApplyRenew .content-main .info-order .order-date .content, .psnApplyRenew .content-main .info-order .order-state .content {  width: 90%;  color: #666;  line-height: 2;}.psnApplyRenew .content-main .info-order .order-handle {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 0.2rem;}.psnApplyRenew .content-main .info-order .order-handle .handle-btn {  color: #486efd;  background-color: #fff;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;  -webkit-transition: all .5s;  transition: all .5s;  margin: .1rem 0;  margin-right: 0.2rem;}.psnApplyRenew .content-main .info-order .order-handle .handle-btn:hover {  color: #fff;  background-color: #486efd;}@media (max-width: 400px) {  .psnApplyRenew .content-main .info-order .order-handle {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }}.psnApplyRenew .content-main .info-prod {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnApplyRenew .content-main .info-prod .prod-header {  width: 100%;  padding: 0 .3rem;}.psnApplyRenew .content-main .info-prod .prod-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnApplyRenew .content-main .info-prod .prod-title {  color: #000;  padding: .3rem 0;}.psnApplyRenew .content-main .info-prod .down-btn {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  cursor: pointer;  color: #666;  -webkit-transition: color .5s;  transition: color .5s;}.psnApplyRenew .content-main .info-prod .down-btn:hover {  color: #486efd;}.psnApplyRenew .content-main .info-prod .prod-main {  width: 100%;}.psnApplyRenew .content-main .info-prod .prod-table {  width: 100%;  overflow-x: scroll;}.psnApplyRenew .content-main .info-prod .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnApplyRenew .content-main .info-prod .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnApplyRenew .content-main .info-prod .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnApplyRenew .content-main .info-prod .prod-table .table {  width: 100%;  min-width: 950px;}.psnApplyRenew .content-main .info-prod .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnApplyRenew .content-main .info-prod .prod-table .table-body {  width: 100%;  background-color: #fff;}.psnApplyRenew .content-main .info-prod .prod-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd:last-of-type {  border-bottom: none;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info {  line-height: 1.5;  color: #666;  text-align: center;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;  color: #000;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(2) {  width: 20%;  color: #000;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(3) {  width: 15%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(4) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(5) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(6) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(7) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(8) {  width: 10%;}.psnApplyRenew .content-main .info-prod .prod-table .orderProd .info:nth-of-type(9) {  width: 5%;}.psnApplyRenew .content-main .info-prod .prod-table .table-foot {  width: 100%;  background-color: #fff;}.psnApplyRenew .content-main .info-prod .prod-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnApplyRenew .content-main .info-prod .prod-table .calc .rate {  color: #000;  line-height: 1.5;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over .total .color {  color: #f9663d;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnApplyRenew .content-main .info-prod .prod-table .calc .over .price .color {  color: #f9663d;}.psnApplyRenew .content-main .info-company {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnApplyRenew .content-main .info-company .company-header {  width: 100%;  padding: 0 .3rem;}.psnApplyRenew .content-main .info-company .company-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnApplyRenew .content-main .info-company .company-title {  color: #000;  padding: .3rem 0;}.psnApplyRenew .content-main .info-company .company-main {  width: 100%;  padding: .4rem .3rem;}.psnApplyRenew .content-main .info-company .iden-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnApplyRenew .content-main .info-company .iden-select .iden-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: .2rem;}.psnApplyRenew .content-main .info-company .iden-select .iden-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnApplyRenew .content-main .info-company .iden-select .iden-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnApplyRenew .content-main .info-company .iden-select .iden-option input[type="checkbox"]:after {  content: "✔";}.psnApplyRenew .content-main .info-company .iden-select .iden-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}@media (max-width: 550px) {  .psnApplyRenew .content-main .info-company .iden-select {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnApplyRenew .content-main .info-company .iden-select .iden-option {    width: 50%;    margin-right: 0;  }}.psnApplyRenew .content-main .info-company .info-form {  width: 60%;}.psnApplyRenew .content-main .info-company .info-form .name, .psnApplyRenew .content-main .info-company .info-form .credit, .psnApplyRenew .content-main .info-company .info-form .pos, .psnApplyRenew .content-main .info-company .info-form .contacts, .psnApplyRenew .content-main .info-company .info-form .phone, .psnApplyRenew .content-main .info-company .info-form .date, .psnApplyRenew .content-main .info-company .info-form .area, .psnApplyRenew .content-main .info-company .info-form .channel {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;}.psnApplyRenew .content-main .info-company .info-form .name .title, .psnApplyRenew .content-main .info-company .info-form .credit .title, .psnApplyRenew .content-main .info-company .info-form .pos .title, .psnApplyRenew .content-main .info-company .info-form .contacts .title, .psnApplyRenew .content-main .info-company .info-form .phone .title, .psnApplyRenew .content-main .info-company .info-form .date .title, .psnApplyRenew .content-main .info-company .info-form .area .title, .psnApplyRenew .content-main .info-company .info-form .channel .title {  width: 20%;  color: #000;  line-height: 1.5;}.psnApplyRenew .content-main .info-company .info-form .name .title:before, .psnApplyRenew .content-main .info-company .info-form .credit .title:before, .psnApplyRenew .content-main .info-company .info-form .pos .title:before, .psnApplyRenew .content-main .info-company .info-form .contacts .title:before, .psnApplyRenew .content-main .info-company .info-form .phone .title:before, .psnApplyRenew .content-main .info-company .info-form .date .title:before, .psnApplyRenew .content-main .info-company .info-form .area .title:before, .psnApplyRenew .content-main .info-company .info-form .channel .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnApplyRenew .content-main .info-company .info-form .name .content, .psnApplyRenew .content-main .info-company .info-form .credit .content, .psnApplyRenew .content-main .info-company .info-form .pos .content, .psnApplyRenew .content-main .info-company .info-form .contacts .content, .psnApplyRenew .content-main .info-company .info-form .phone .content, .psnApplyRenew .content-main .info-company .info-form .date .content, .psnApplyRenew .content-main .info-company .info-form .area .content, .psnApplyRenew .content-main .info-company .info-form .channel .content {  width: 80%;  color: #666;  line-height: 1.5;  height: 0.46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnApplyRenew .content-main .info-company .info-form .name .input, .psnApplyRenew .content-main .info-company .info-form .credit .input, .psnApplyRenew .content-main .info-company .info-form .pos .input, .psnApplyRenew .content-main .info-company .info-form .contacts .input, .psnApplyRenew .content-main .info-company .info-form .phone .input, .psnApplyRenew .content-main .info-company .info-form .date .input, .psnApplyRenew .content-main .info-company .info-form .area .input, .psnApplyRenew .content-main .info-company .info-form .channel .input {  width: 80%;  background-color: #fff;}.psnApplyRenew .content-main .info-company .info-form .name .input input, .psnApplyRenew .content-main .info-company .info-form .credit .input input, .psnApplyRenew .content-main .info-company .info-form .pos .input input, .psnApplyRenew .content-main .info-company .info-form .contacts .input input, .psnApplyRenew .content-main .info-company .info-form .phone .input input, .psnApplyRenew .content-main .info-company .info-form .date .input input, .psnApplyRenew .content-main .info-company .info-form .area .input input, .psnApplyRenew .content-main .info-company .info-form .channel .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnApplyRenew .content-main .info-company .info-form .name .area-select, .psnApplyRenew .content-main .info-company .info-form .credit .area-select, .psnApplyRenew .content-main .info-company .info-form .pos .area-select, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select, .psnApplyRenew .content-main .info-company .info-form .phone .area-select, .psnApplyRenew .content-main .info-company .info-form .date .area-select, .psnApplyRenew .content-main .info-company .info-form .area .area-select, .psnApplyRenew .content-main .info-company .info-form .channel .area-select {  width: 80%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnApplyRenew .content-main .info-company .info-form .name .area-select .province, .psnApplyRenew .content-main .info-company .info-form .name .area-select .city, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .province, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .city, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .province, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .city, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .province, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .city, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .province, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .city, .psnApplyRenew .content-main .info-company .info-form .date .area-select .province, .psnApplyRenew .content-main .info-company .info-form .date .area-select .city, .psnApplyRenew .content-main .info-company .info-form .area .area-select .province, .psnApplyRenew .content-main .info-company .info-form .area .area-select .city, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .province, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #fff;}.psnApplyRenew .content-main .info-company .info-form .name .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .name .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .date .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .date .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .area .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .area .area-select .city select, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .province select, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnApplyRenew .content-main .info-company .info-form .name .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .name .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .credit .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .pos .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .phone .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .date .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .date .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .area .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .area .area-select .city select:focus, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .province select:focus, .psnApplyRenew .content-main .info-company .info-form .channel .area-select .city select:focus {  outline: none;}.psnApplyRenew .content-main .info-company .info-form .name .channel-select, .psnApplyRenew .content-main .info-company .info-form .credit .channel-select, .psnApplyRenew .content-main .info-company .info-form .pos .channel-select, .psnApplyRenew .content-main .info-company .info-form .contacts .channel-select, .psnApplyRenew .content-main .info-company .info-form .phone .channel-select, .psnApplyRenew .content-main .info-company .info-form .date .channel-select, .psnApplyRenew .content-main .info-company .info-form .area .channel-select, .psnApplyRenew .content-main .info-company .info-form .channel .channel-select {  width: 80%;}.psnApplyRenew .content-main .info-company .info-form .name .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .credit .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .pos .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .contacts .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .phone .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .date .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .area .channel-select .select-diy, .psnApplyRenew .content-main .info-company .info-form .channel .channel-select .select-diy {  width: 100%;  height: 0.46rem;  min-height: 40px;  padding-left: .2rem;}.psnApplyRenew .content-main .info-company .info-form .name .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .credit .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .pos .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .contacts .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .phone .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .date .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .area .channel-select .select-diy .cur, .psnApplyRenew .content-main .info-company .info-form .channel .channel-select .select-diy .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}@media (max-width: 750px) {  .psnApplyRenew .content-main .info-company .info-form {    width: 100%;  }}@media (max-width: 500px) {  .psnApplyRenew .content-main .info-company .info-form .name, .psnApplyRenew .content-main .info-company .info-form .credit, .psnApplyRenew .content-main .info-company .info-form .pos, .psnApplyRenew .content-main .info-company .info-form .contacts, .psnApplyRenew .content-main .info-company .info-form .phone, .psnApplyRenew .content-main .info-company .info-form .date, .psnApplyRenew .content-main .info-company .info-form .area, .psnApplyRenew .content-main .info-company .info-form .channel {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnApplyRenew .content-main .info-company .info-form .name .title, .psnApplyRenew .content-main .info-company .info-form .credit .title, .psnApplyRenew .content-main .info-company .info-form .pos .title, .psnApplyRenew .content-main .info-company .info-form .contacts .title, .psnApplyRenew .content-main .info-company .info-form .phone .title, .psnApplyRenew .content-main .info-company .info-form .date .title, .psnApplyRenew .content-main .info-company .info-form .area .title, .psnApplyRenew .content-main .info-company .info-form .channel .title {    width: auto;  }  .psnApplyRenew .content-main .info-company .info-form .name .content, .psnApplyRenew .content-main .info-company .info-form .credit .content, .psnApplyRenew .content-main .info-company .info-form .pos .content, .psnApplyRenew .content-main .info-company .info-form .contacts .content, .psnApplyRenew .content-main .info-company .info-form .phone .content, .psnApplyRenew .content-main .info-company .info-form .date .content, .psnApplyRenew .content-main .info-company .info-form .area .content, .psnApplyRenew .content-main .info-company .info-form .channel .content {    width: auto;    padding-left: .1rem;  }  .psnApplyRenew .content-main .info-company .info-form .name .input, .psnApplyRenew .content-main .info-company .info-form .credit .input, .psnApplyRenew .content-main .info-company .info-form .pos .input, .psnApplyRenew .content-main .info-company .info-form .contacts .input, .psnApplyRenew .content-main .info-company .info-form .phone .input, .psnApplyRenew .content-main .info-company .info-form .date .input, .psnApplyRenew .content-main .info-company .info-form .area .input, .psnApplyRenew .content-main .info-company .info-form .channel .input {    width: 100%;    margin-top: 0.1rem;  }  .psnApplyRenew .content-main .info-company .info-form .name .area-select, .psnApplyRenew .content-main .info-company .info-form .credit .area-select, .psnApplyRenew .content-main .info-company .info-form .pos .area-select, .psnApplyRenew .content-main .info-company .info-form .contacts .area-select, .psnApplyRenew .content-main .info-company .info-form .phone .area-select, .psnApplyRenew .content-main .info-company .info-form .date .area-select, .psnApplyRenew .content-main .info-company .info-form .area .area-select, .psnApplyRenew .content-main .info-company .info-form .channel .area-select {    width: 100%;    margin-top: 0.1rem;  }  .psnApplyRenew .content-main .info-company .info-form .name .channel-select, .psnApplyRenew .content-main .info-company .info-form .credit .channel-select, .psnApplyRenew .content-main .info-company .info-form .pos .channel-select, .psnApplyRenew .content-main .info-company .info-form .contacts .channel-select, .psnApplyRenew .content-main .info-company .info-form .phone .channel-select, .psnApplyRenew .content-main .info-company .info-form .date .channel-select, .psnApplyRenew .content-main .info-company .info-form .area .channel-select, .psnApplyRenew .content-main .info-company .info-form .channel .channel-select {    width: 100%;    margin-top: 0.1rem;  }}.psnApplyRenew .content-main .info-project {  background-color: #f2f5fb;  width: 100%;}.psnApplyRenew .content-main .info-project .project-header {  width: 100%;  padding: 0 .3rem;}.psnApplyRenew .content-main .info-project .project-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnApplyRenew .content-main .info-project .project-title {  color: #000;  padding: .3rem 0;}.psnApplyRenew .content-main .info-project .project-main {  width: 100%;  padding: .4rem .3rem;}.psnApplyRenew .content-main .info-project .project-main .info-form {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnApplyRenew .content-main .info-project .project-main .info-form .work-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnApplyRenew .content-main .info-project .project-main .info-form .work-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: 0.2rem;}.psnApplyRenew .content-main .info-project .project-main .info-form .work-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnApplyRenew .content-main .info-project .project-main .info-form .work-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnApplyRenew .content-main .info-project .project-main .info-form .work-option input[type="checkbox"]:after {  content: "✔";}.psnApplyRenew .content-main .info-project .project-main .info-form .work-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnApplyRenew .content-main .info-project .project-main .info-form .name, .psnApplyRenew .content-main .info-project .project-main .info-form .credit, .psnApplyRenew .content-main .info-project .project-main .info-form .pos, .psnApplyRenew .content-main .info-project .project-main .info-form .area, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy, .psnApplyRenew .content-main .info-project .project-main .info-form .num, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts, .psnApplyRenew .content-main .info-project .project-main .info-form .date, .psnApplyRenew .content-main .info-project .project-main .info-form .phone, .psnApplyRenew .content-main .info-project .project-main .info-form .respon {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .title, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .title, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .title, .psnApplyRenew .content-main .info-project .project-main .info-form .area .title, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .title, .psnApplyRenew .content-main .info-project .project-main .info-form .num .title, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .title, .psnApplyRenew .content-main .info-project .project-main .info-form .date .title, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .title, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .title {  width: 35%;  min-width: 150px;  color: #000;  line-height: 1.5;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .area .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .num .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .date .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .title:before, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .content, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .content, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .content, .psnApplyRenew .content-main .info-project .project-main .info-form .area .content, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .content, .psnApplyRenew .content-main .info-project .project-main .info-form .num .content, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .content, .psnApplyRenew .content-main .info-project .project-main .info-form .date .content, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .content, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .content {  width: 65%;  color: #666;  line-height: 1.5;  height: 0.46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .input, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .input, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .input, .psnApplyRenew .content-main .info-project .project-main .info-form .area .input, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .input, .psnApplyRenew .content-main .info-project .project-main .info-form .num .input, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .input, .psnApplyRenew .content-main .info-project .project-main .info-form .date .input, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .input, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .input {  width: 65%;  background-color: #fff;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .area .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .num .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .date .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .input input, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select {  width: 65%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .city, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .province, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #fff;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .city select, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .province select, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select .city select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .province select:focus, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select .city select:focus {  outline: none;}.psnApplyRenew .content-main .info-project .project-main .info-form .credit, .psnApplyRenew .content-main .info-project .project-main .info-form .area, .psnApplyRenew .content-main .info-project .project-main .info-form .num, .psnApplyRenew .content-main .info-project .project-main .info-form .date, .psnApplyRenew .content-main .info-project .project-main .info-form .respon {  margin-right: 0;}.psnApplyRenew .content-main .info-project .project-main .info-form .respon .title:before {  display: none;}@media (max-width: 1500px) {  .psnApplyRenew .content-main .info-project .project-main .info-form .name, .psnApplyRenew .content-main .info-project .project-main .info-form .credit, .psnApplyRenew .content-main .info-project .project-main .info-form .pos, .psnApplyRenew .content-main .info-project .project-main .info-form .area, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy, .psnApplyRenew .content-main .info-project .project-main .info-form .num, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts, .psnApplyRenew .content-main .info-project .project-main .info-form .date, .psnApplyRenew .content-main .info-project .project-main .info-form .phone, .psnApplyRenew .content-main .info-project .project-main .info-form .respon {    width: 100%;    margin-right: 0;  }}@media (max-width: 500px) {  .psnApplyRenew .content-main .info-project .project-main .info-form .name, .psnApplyRenew .content-main .info-project .project-main .info-form .credit, .psnApplyRenew .content-main .info-project .project-main .info-form .pos, .psnApplyRenew .content-main .info-project .project-main .info-form .area, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy, .psnApplyRenew .content-main .info-project .project-main .info-form .num, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts, .psnApplyRenew .content-main .info-project .project-main .info-form .date, .psnApplyRenew .content-main .info-project .project-main .info-form .phone, .psnApplyRenew .content-main .info-project .project-main .info-form .respon {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnApplyRenew .content-main .info-project .project-main .info-form .name .title, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .title, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .title, .psnApplyRenew .content-main .info-project .project-main .info-form .area .title, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .title, .psnApplyRenew .content-main .info-project .project-main .info-form .num .title, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .title, .psnApplyRenew .content-main .info-project .project-main .info-form .date .title, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .title, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnApplyRenew .content-main .info-project .project-main .info-form .name .content, .psnApplyRenew .content-main .info-project .project-main .info-form .name .input, .psnApplyRenew .content-main .info-project .project-main .info-form .name .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .content, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .input, .psnApplyRenew .content-main .info-project .project-main .info-form .credit .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .content, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .input, .psnApplyRenew .content-main .info-project .project-main .info-form .pos .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .area .content, .psnApplyRenew .content-main .info-project .project-main .info-form .area .input, .psnApplyRenew .content-main .info-project .project-main .info-form .area .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .content, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .input, .psnApplyRenew .content-main .info-project .project-main .info-form .deploy .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .num .content, .psnApplyRenew .content-main .info-project .project-main .info-form .num .input, .psnApplyRenew .content-main .info-project .project-main .info-form .num .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .content, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .input, .psnApplyRenew .content-main .info-project .project-main .info-form .contacts .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .date .content, .psnApplyRenew .content-main .info-project .project-main .info-form .date .input, .psnApplyRenew .content-main .info-project .project-main .info-form .date .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .content, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .input, .psnApplyRenew .content-main .info-project .project-main .info-form .phone .area-select, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .content, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .input, .psnApplyRenew .content-main .info-project .project-main .info-form .respon .area-select {    width: 100%;  }}@media (max-width: 500px) {  .psnApplyRenew .content-main {    padding: 10px;  }}.psnApplyRenew .content-footer {  width: 100%;  background-color: #e0e8f7;}.psnApplyRenew .content-footer .control-btns {  width: 100%;  padding: .3rem .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;}.psnApplyRenew .content-footer .control-btn {  display: inline-block;  padding: .16rem .56rem;  color: #666;  background-color: #ffffff;  border-radius: .05rem;}.psnApplyRenew .content-footer .control-btn.submit {  margin-right: 0.2rem;  color: #fff;  background-color: #486efd;}.psnApplyRenew .content-footer .info-tips {  width: 100%;  color: #666;  line-height: 1.5;  padding: .3rem .4rem;  background-color: #fff;}@media (max-width: 500px) {  .psnApplyRenew .content-main {    padding: 10px;  }}/* 个人中心-报备信息-修改 */.psnReportInfoEdit .content-main {  width: 100%;  padding: .4rem .45rem;}.psnReportInfoEdit .content-main .info-report {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoEdit .content-main .info-report .report-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoEdit .content-main .info-report .report-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-report .report-content .name, .psnReportInfoEdit .content-main .info-report .report-content .contacts, .psnReportInfoEdit .content-main .info-report .report-content .phone, .psnReportInfoEdit .content-main .info-report .report-content .num, .psnReportInfoEdit .content-main .info-report .report-content .area, .psnReportInfoEdit .content-main .info-report .report-content .channel, .psnReportInfoEdit .content-main .info-report .report-content .date {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-report .report-content .name .title, .psnReportInfoEdit .content-main .info-report .report-content .contacts .title, .psnReportInfoEdit .content-main .info-report .report-content .phone .title, .psnReportInfoEdit .content-main .info-report .report-content .num .title, .psnReportInfoEdit .content-main .info-report .report-content .area .title, .psnReportInfoEdit .content-main .info-report .report-content .channel .title, .psnReportInfoEdit .content-main .info-report .report-content .date .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-report .report-content .name .title:before, .psnReportInfoEdit .content-main .info-report .report-content .contacts .title:before, .psnReportInfoEdit .content-main .info-report .report-content .phone .title:before, .psnReportInfoEdit .content-main .info-report .report-content .num .title:before, .psnReportInfoEdit .content-main .info-report .report-content .area .title:before, .psnReportInfoEdit .content-main .info-report .report-content .channel .title:before, .psnReportInfoEdit .content-main .info-report .report-content .date .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-report .report-content .name .input, .psnReportInfoEdit .content-main .info-report .report-content .contacts .input, .psnReportInfoEdit .content-main .info-report .report-content .phone .input, .psnReportInfoEdit .content-main .info-report .report-content .num .input, .psnReportInfoEdit .content-main .info-report .report-content .area .input, .psnReportInfoEdit .content-main .info-report .report-content .channel .input, .psnReportInfoEdit .content-main .info-report .report-content .date .input {  width: 70%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-report .report-content .name .input input, .psnReportInfoEdit .content-main .info-report .report-content .contacts .input input, .psnReportInfoEdit .content-main .info-report .report-content .phone .input input, .psnReportInfoEdit .content-main .info-report .report-content .num .input input, .psnReportInfoEdit .content-main .info-report .report-content .area .input input, .psnReportInfoEdit .content-main .info-report .report-content .channel .input input, .psnReportInfoEdit .content-main .info-report .report-content .date .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-report .report-content .name .area-select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select {  width: 70%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoEdit .content-main .info-report .report-content .name .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .name .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .city, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .province, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #fff;}.psnReportInfoEdit .content-main .info-report .report-content .name .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .name .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .city select, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .province select, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnReportInfoEdit .content-main .info-report .report-content .name .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .name .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select .city select:focus, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .province select:focus, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select .city select:focus {  outline: none;}.psnReportInfoEdit .content-main .info-report .report-content .name .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .phone .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .num .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .area .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .channel .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .date .channel-select {  width: 70%;}.psnReportInfoEdit .content-main .info-report .report-content .name .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .contacts .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .phone .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .num .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .area .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .channel .channel-select .select-diy, .psnReportInfoEdit .content-main .info-report .report-content .date .channel-select .select-diy {  width: 100%;  height: 0.46rem;  min-height: 40px;  padding-left: .2rem;}.psnReportInfoEdit .content-main .info-report .report-content .name .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .contacts .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .phone .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .num .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .area .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .channel .channel-select .select-diy .cur, .psnReportInfoEdit .content-main .info-report .report-content .date .channel-select .select-diy .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnReportInfoEdit .content-main .info-report .report-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-report .report-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-report .report-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .bar {  width: 100%;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoEdit .content-main .info-report .report-content .contacts, .psnReportInfoEdit .content-main .info-report .report-content .phone, .psnReportInfoEdit .content-main .info-report .report-content .area, .psnReportInfoEdit .content-main .info-report .report-content .date {  margin-right: 0;}@media (max-width: 1300px) {  .psnReportInfoEdit .content-main .info-report .report-content .name, .psnReportInfoEdit .content-main .info-report .report-content .contacts, .psnReportInfoEdit .content-main .info-report .report-content .phone, .psnReportInfoEdit .content-main .info-report .report-content .num, .psnReportInfoEdit .content-main .info-report .report-content .area, .psnReportInfoEdit .content-main .info-report .report-content .channel, .psnReportInfoEdit .content-main .info-report .report-content .date {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-report .report-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoEdit .content-main .info-report .report-content .credit .input .tips .tips-text-show {    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }}@media (max-width: 450px) {  .psnReportInfoEdit .content-main .info-report .report-content .name, .psnReportInfoEdit .content-main .info-report .report-content .contacts, .psnReportInfoEdit .content-main .info-report .report-content .credit, .psnReportInfoEdit .content-main .info-report .report-content .phone, .psnReportInfoEdit .content-main .info-report .report-content .num, .psnReportInfoEdit .content-main .info-report .report-content .area, .psnReportInfoEdit .content-main .info-report .report-content .channel, .psnReportInfoEdit .content-main .info-report .report-content .date {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoEdit .content-main .info-report .report-content .name .title, .psnReportInfoEdit .content-main .info-report .report-content .contacts .title, .psnReportInfoEdit .content-main .info-report .report-content .credit .title, .psnReportInfoEdit .content-main .info-report .report-content .phone .title, .psnReportInfoEdit .content-main .info-report .report-content .num .title, .psnReportInfoEdit .content-main .info-report .report-content .area .title, .psnReportInfoEdit .content-main .info-report .report-content .channel .title, .psnReportInfoEdit .content-main .info-report .report-content .date .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-report .report-content .name .input, .psnReportInfoEdit .content-main .info-report .report-content .contacts .input, .psnReportInfoEdit .content-main .info-report .report-content .credit .input, .psnReportInfoEdit .content-main .info-report .report-content .phone .input, .psnReportInfoEdit .content-main .info-report .report-content .num .input, .psnReportInfoEdit .content-main .info-report .report-content .area .input, .psnReportInfoEdit .content-main .info-report .report-content .channel .input, .psnReportInfoEdit .content-main .info-report .report-content .date .input {    width: 100%;  }  .psnReportInfoEdit .content-main .info-report .report-content .name .area-select, .psnReportInfoEdit .content-main .info-report .report-content .name .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .area-select, .psnReportInfoEdit .content-main .info-report .report-content .contacts .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .credit .area-select, .psnReportInfoEdit .content-main .info-report .report-content .credit .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .phone .area-select, .psnReportInfoEdit .content-main .info-report .report-content .phone .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .num .area-select, .psnReportInfoEdit .content-main .info-report .report-content .num .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .area .area-select, .psnReportInfoEdit .content-main .info-report .report-content .area .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .channel .area-select, .psnReportInfoEdit .content-main .info-report .report-content .channel .channel-select, .psnReportInfoEdit .content-main .info-report .report-content .date .area-select, .psnReportInfoEdit .content-main .info-report .report-content .date .channel-select {    width: 100%;  }}.psnReportInfoEdit .content-main .info-part {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoEdit .content-main .info-part .part-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoEdit .content-main .info-part .part-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-part .part-content .iden-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-part .part-content .iden-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: .2rem;}.psnReportInfoEdit .content-main .info-part .part-content .iden-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoEdit .content-main .info-part .part-content .iden-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoEdit .content-main .info-part .part-content .iden-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoEdit .content-main .info-part .part-content .iden-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoEdit .content-main .info-part .part-content .name, .psnReportInfoEdit .content-main .info-part .part-content .respon, .psnReportInfoEdit .content-main .info-part .part-content .pos {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-part .part-content .name .title, .psnReportInfoEdit .content-main .info-part .part-content .respon .title, .psnReportInfoEdit .content-main .info-part .part-content .pos .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-part .part-content .name .title:before, .psnReportInfoEdit .content-main .info-part .part-content .respon .title:before, .psnReportInfoEdit .content-main .info-part .part-content .pos .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-part .part-content .name .input, .psnReportInfoEdit .content-main .info-part .part-content .respon .input, .psnReportInfoEdit .content-main .info-part .part-content .pos .input {  width: 70%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-part .part-content .name .input input, .psnReportInfoEdit .content-main .info-part .part-content .respon .input input, .psnReportInfoEdit .content-main .info-part .part-content .pos .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-part .part-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-part .part-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-part .part-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .bar {  width: 100%;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoEdit .content-main .info-part .part-content .respon, .psnReportInfoEdit .content-main .info-part .part-content .credit {  margin-right: 0;}@media (max-width: 1300px) {  .psnReportInfoEdit .content-main .info-part .part-content .name, .psnReportInfoEdit .content-main .info-part .part-content .respon, .psnReportInfoEdit .content-main .info-part .part-content .pos {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-part .part-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoEdit .content-main .info-part .part-content .credit .input .tips .tips-text-show {    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }}@media (max-width: 450px) {  .psnReportInfoEdit .content-main .info-part .part-content .iden-option {    width: 50%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-part .part-content .name, .psnReportInfoEdit .content-main .info-part .part-content .respon, .psnReportInfoEdit .content-main .info-part .part-content .pos, .psnReportInfoEdit .content-main .info-part .part-content .credit {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoEdit .content-main .info-part .part-content .name .title, .psnReportInfoEdit .content-main .info-part .part-content .respon .title, .psnReportInfoEdit .content-main .info-part .part-content .pos .title, .psnReportInfoEdit .content-main .info-part .part-content .credit .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-part .part-content .name .input, .psnReportInfoEdit .content-main .info-part .part-content .respon .input, .psnReportInfoEdit .content-main .info-part .part-content .pos .input, .psnReportInfoEdit .content-main .info-part .part-content .credit .input {    width: 100%;  }}.psnReportInfoEdit .content-main .info-project {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoEdit .content-main .info-project .project-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoEdit .content-main .info-project .project-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-project .project-content .work-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-project .project-content .work-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: 0.2rem;}.psnReportInfoEdit .content-main .info-project .project-content .work-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoEdit .content-main .info-project .project-content .work-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoEdit .content-main .info-project .project-content .work-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoEdit .content-main .info-project .project-content .work-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoEdit .content-main .info-project .project-content .name, .psnReportInfoEdit .content-main .info-project .project-content .pos, .psnReportInfoEdit .content-main .info-project .project-content .area, .psnReportInfoEdit .content-main .info-project .project-content .deploy, .psnReportInfoEdit .content-main .info-project .project-content .budget, .psnReportInfoEdit .content-main .info-project .project-content .contacts, .psnReportInfoEdit .content-main .info-project .project-content .date, .psnReportInfoEdit .content-main .info-project .project-content .phone, .psnReportInfoEdit .content-main .info-project .project-content .project-leader, .psnReportInfoEdit .content-main .info-project .project-content .leader, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-project .project-content .name .title, .psnReportInfoEdit .content-main .info-project .project-content .pos .title, .psnReportInfoEdit .content-main .info-project .project-content .area .title, .psnReportInfoEdit .content-main .info-project .project-content .deploy .title, .psnReportInfoEdit .content-main .info-project .project-content .budget .title, .psnReportInfoEdit .content-main .info-project .project-content .contacts .title, .psnReportInfoEdit .content-main .info-project .project-content .date .title, .psnReportInfoEdit .content-main .info-project .project-content .phone .title, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .title, .psnReportInfoEdit .content-main .info-project .project-content .leader .title, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-project .project-content .name .title:before, .psnReportInfoEdit .content-main .info-project .project-content .pos .title:before, .psnReportInfoEdit .content-main .info-project .project-content .area .title:before, .psnReportInfoEdit .content-main .info-project .project-content .deploy .title:before, .psnReportInfoEdit .content-main .info-project .project-content .budget .title:before, .psnReportInfoEdit .content-main .info-project .project-content .contacts .title:before, .psnReportInfoEdit .content-main .info-project .project-content .date .title:before, .psnReportInfoEdit .content-main .info-project .project-content .phone .title:before, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .title:before, .psnReportInfoEdit .content-main .info-project .project-content .leader .title:before, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-project .project-content .name .input, .psnReportInfoEdit .content-main .info-project .project-content .pos .input, .psnReportInfoEdit .content-main .info-project .project-content .area .input, .psnReportInfoEdit .content-main .info-project .project-content .deploy .input, .psnReportInfoEdit .content-main .info-project .project-content .budget .input, .psnReportInfoEdit .content-main .info-project .project-content .contacts .input, .psnReportInfoEdit .content-main .info-project .project-content .date .input, .psnReportInfoEdit .content-main .info-project .project-content .phone .input, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .input, .psnReportInfoEdit .content-main .info-project .project-content .leader .input, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .input {  width: 70%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-project .project-content .name .input input, .psnReportInfoEdit .content-main .info-project .project-content .pos .input input, .psnReportInfoEdit .content-main .info-project .project-content .area .input input, .psnReportInfoEdit .content-main .info-project .project-content .deploy .input input, .psnReportInfoEdit .content-main .info-project .project-content .budget .input input, .psnReportInfoEdit .content-main .info-project .project-content .contacts .input input, .psnReportInfoEdit .content-main .info-project .project-content .date .input input, .psnReportInfoEdit .content-main .info-project .project-content .phone .input input, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .input input, .psnReportInfoEdit .content-main .info-project .project-content .leader .input input, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-project .project-content .name .area-select, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select {  width: 70%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoEdit .content-main .info-project .project-content .name .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .region, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .province, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .city, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .region {  width: 31%;  padding: 0 .05rem;  background-color: #fff;}.psnReportInfoEdit .content-main .info-project .project-content .name .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .region select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .province select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .city select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .region select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnReportInfoEdit .content-main .info-project .project-content .name .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .name .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select .region select:focus, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .province select:focus, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .city select:focus, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select .region select:focus {  outline: none;}.psnReportInfoEdit .content-main .info-project .project-content .name .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .pos .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .area .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .budget .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .date .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .phone .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .leader .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .channel-select {  width: 70%;}.psnReportInfoEdit .content-main .info-project .project-content .name .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .pos .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .area .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .deploy .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .budget .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .contacts .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .date .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .phone .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .leader .channel-select .select-diy, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .channel-select .select-diy {  width: 100%;  height: 0.46rem;  min-height: 40px;}.psnReportInfoEdit .content-main .info-project .project-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-project .project-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-project .project-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .bar {  width: 100%;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoEdit .content-main .info-project .project-content .credit, .psnReportInfoEdit .content-main .info-project .project-content .area, .psnReportInfoEdit .content-main .info-project .project-content .budget, .psnReportInfoEdit .content-main .info-project .project-content .date, .psnReportInfoEdit .content-main .info-project .project-content .project-leader, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader {  margin-right: 0;}.psnReportInfoEdit .content-main .info-project .project-content .project-leader .title:before, .psnReportInfoEdit .content-main .info-project .project-content .leader .title:before, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .title:before {  display: none;}@media (max-width: 1300px) {  .psnReportInfoEdit .content-main .info-project .project-content .name, .psnReportInfoEdit .content-main .info-project .project-content .pos, .psnReportInfoEdit .content-main .info-project .project-content .area, .psnReportInfoEdit .content-main .info-project .project-content .deploy, .psnReportInfoEdit .content-main .info-project .project-content .budget, .psnReportInfoEdit .content-main .info-project .project-content .contacts, .psnReportInfoEdit .content-main .info-project .project-content .date, .psnReportInfoEdit .content-main .info-project .project-content .phone, .psnReportInfoEdit .content-main .info-project .project-content .project-leader, .psnReportInfoEdit .content-main .info-project .project-content .leader, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-project .project-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoEdit .content-main .info-project .project-content .credit .input .tips .tips-text-show {    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }}@media (max-width: 450px) {  .psnReportInfoEdit .content-main .info-project .project-content .name, .psnReportInfoEdit .content-main .info-project .project-content .credit, .psnReportInfoEdit .content-main .info-project .project-content .pos, .psnReportInfoEdit .content-main .info-project .project-content .area, .psnReportInfoEdit .content-main .info-project .project-content .deploy, .psnReportInfoEdit .content-main .info-project .project-content .budget, .psnReportInfoEdit .content-main .info-project .project-content .contacts, .psnReportInfoEdit .content-main .info-project .project-content .date, .psnReportInfoEdit .content-main .info-project .project-content .phone, .psnReportInfoEdit .content-main .info-project .project-content .project-leader, .psnReportInfoEdit .content-main .info-project .project-content .leader, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoEdit .content-main .info-project .project-content .name .title, .psnReportInfoEdit .content-main .info-project .project-content .credit .title, .psnReportInfoEdit .content-main .info-project .project-content .pos .title, .psnReportInfoEdit .content-main .info-project .project-content .area .title, .psnReportInfoEdit .content-main .info-project .project-content .deploy .title, .psnReportInfoEdit .content-main .info-project .project-content .budget .title, .psnReportInfoEdit .content-main .info-project .project-content .contacts .title, .psnReportInfoEdit .content-main .info-project .project-content .date .title, .psnReportInfoEdit .content-main .info-project .project-content .phone .title, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .title, .psnReportInfoEdit .content-main .info-project .project-content .leader .title, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-project .project-content .name .input, .psnReportInfoEdit .content-main .info-project .project-content .credit .input, .psnReportInfoEdit .content-main .info-project .project-content .pos .input, .psnReportInfoEdit .content-main .info-project .project-content .area .input, .psnReportInfoEdit .content-main .info-project .project-content .deploy .input, .psnReportInfoEdit .content-main .info-project .project-content .budget .input, .psnReportInfoEdit .content-main .info-project .project-content .contacts .input, .psnReportInfoEdit .content-main .info-project .project-content .date .input, .psnReportInfoEdit .content-main .info-project .project-content .phone .input, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .input, .psnReportInfoEdit .content-main .info-project .project-content .leader .input, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .input {    width: 100%;  }  .psnReportInfoEdit .content-main .info-project .project-content .name .area-select, .psnReportInfoEdit .content-main .info-project .project-content .name .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .credit .area-select, .psnReportInfoEdit .content-main .info-project .project-content .credit .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .pos .area-select, .psnReportInfoEdit .content-main .info-project .project-content .pos .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .area .area-select, .psnReportInfoEdit .content-main .info-project .project-content .area .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .area-select, .psnReportInfoEdit .content-main .info-project .project-content .deploy .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .budget .area-select, .psnReportInfoEdit .content-main .info-project .project-content .budget .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .area-select, .psnReportInfoEdit .content-main .info-project .project-content .contacts .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .date .area-select, .psnReportInfoEdit .content-main .info-project .project-content .date .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .phone .area-select, .psnReportInfoEdit .content-main .info-project .project-content .phone .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .area-select, .psnReportInfoEdit .content-main .info-project .project-content .project-leader .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .leader .area-select, .psnReportInfoEdit .content-main .info-project .project-content .leader .channel-select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .area-select, .psnReportInfoEdit .content-main .info-project .project-content .purchase-leader .channel-select {    width: 100%;  }}.psnReportInfoEdit .content-main .info-stage {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoEdit .content-main .info-stage .stage-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoEdit .content-main .info-stage .stage-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-stage .stage-content .guest, .psnReportInfoEdit .content-main .info-stage .stage-content .factor {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoEdit .content-main .info-stage .stage-content .guest .title, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-stage .stage-content .guest .title:before, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .guest .input, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .input {  width: 70%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-stage .stage-content .guest .input input, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-stage .stage-content .step, .psnReportInfoEdit .content-main .info-stage .stage-content .object, .psnReportInfoEdit .content-main .info-stage .stage-content .way, .psnReportInfoEdit .content-main .info-stage .stage-content .node {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .title, .psnReportInfoEdit .content-main .info-stage .stage-content .object .title, .psnReportInfoEdit .content-main .info-stage .stage-content .way .title, .psnReportInfoEdit .content-main .info-stage .stage-content .node .title {  width: 15%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .title:before, .psnReportInfoEdit .content-main .info-stage .stage-content .object .title:before, .psnReportInfoEdit .content-main .info-stage .stage-content .way .title:before, .psnReportInfoEdit .content-main .info-stage .stage-content .node .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-select {  width: 85%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-select .other, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-select .other {  width: 2.8rem;  min-width: 200px;  background-color: #fff;  margin: .1rem 0;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-select .other input, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-select .other input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-option, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-option, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -ms-flex-wrap: wrap;      flex-wrap: wrap;  margin-bottom: 0.1rem;  margin-right: 0.2rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-option input[type="checkbox"]:checked, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-option input[type="checkbox"]:after, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoEdit .content-main .info-stage .stage-content .step .step-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-option {  margin-bottom: 0;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option {  width: 100%;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option label {  width: 1.6rem;  min-width: 150px;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option .node-num {  width: 2.8rem;  min-width: 200px;  border: none;  padding: 0 .2rem;  height: 0.46rem;  min-height: 40px;  color: #666;  opacity: 0;}.psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option .node-num-show {  opacity: 1;}@media (max-width: 750px) {  .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option input[type="checkbox"], .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option label {    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option .node-num, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option .node-num {    width: 100%;    min-width: none;    display: none;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-option .node-num-show, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-option .node-num-show {    display: block;  }}.psnReportInfoEdit .content-main .info-stage .stage-content .object {  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnReportInfoEdit .content-main .info-stage .stage-content .course {  width: 100%;  margin-bottom: 0.2rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .title {  width: 100%;  color: #000;  line-height: 1.5;  min-width: 120px;  margin-bottom: 0.1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table {  width: 100%;  overflow-x: scroll;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table {  width: 100%;  min-width: 950px;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #9ebff2;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-title {  color: #fff;  line-height: 1.5;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(1) {  width: 12%;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(2) {  width: 28%;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(3) {  width: 40%;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(4) {  width: 20%;  text-align: center;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-main {  width: 100%;  background-color: #fff;  padding: 0 .3rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .12rem 0;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-step {  width: 12%;  padding-right: .1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-step input {  border: none;  width: 100%;  padding: .1rem;  background-color: #f2f5fb;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-content {  width: 28%;  padding-right: .1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-content input {  border: none;  width: 100%;  background-color: #f2f5fb;  padding: .1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-time {  width: 40%;  padding-right: .1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-time input {  border: none;  width: 100%;  background-color: #f2f5fb;  padding: .1rem;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-btns {  width: 20%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-btn {  width: 0.16rem;  height: 0.16rem;  min-width: 12px;  min-height: 12px;  display: block;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-btn img {  width: 100%;  height: 100%;}.psnReportInfoEdit .content-main .info-stage .stage-content .course .course-table .table-data .data-btn.add {  margin-right: 0.3rem;}@media (max-width: 1200px) {  .psnReportInfoEdit .content-main .info-stage .stage-content .guest, .psnReportInfoEdit .content-main .info-stage .stage-content .factor {    width: 100%;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .guest .title, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .title {    width: 15%;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .guest .input, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .input {    width: 85%;  }}@media (max-width: 1100px) {  .psnReportInfoEdit .content-main .info-stage .stage-content .object {    -webkit-box-align: stretch;        -ms-flex-align: stretch;            align-items: stretch;  }}@media (max-width: 550px) {  .psnReportInfoEdit .content-main .info-stage .stage-content .guest, .psnReportInfoEdit .content-main .info-stage .stage-content .factor {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .guest .title, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .guest .input, .psnReportInfoEdit .content-main .info-stage .stage-content .factor .input {    width: 100%;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .step, .psnReportInfoEdit .content-main .info-stage .stage-content .object, .psnReportInfoEdit .content-main .info-stage .stage-content .way, .psnReportInfoEdit .content-main .info-stage .stage-content .node {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .step .title, .psnReportInfoEdit .content-main .info-stage .stage-content .object .title, .psnReportInfoEdit .content-main .info-stage .stage-content .way .title, .psnReportInfoEdit .content-main .info-stage .stage-content .node .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoEdit .content-main .info-stage .stage-content .step .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .step .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .object .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .way .node-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .step-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .object-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .way-select, .psnReportInfoEdit .content-main .info-stage .stage-content .node .node-select {    width: 100%;  }}.psnReportInfoEdit .content-main .info-order {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoEdit .content-main .info-order .order-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoEdit .content-main .info-order .order-content {  width: 100%;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoEdit .content-main .info-order .order-id {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .3rem .3rem 0;}.psnReportInfoEdit .content-main .info-order .order-id .title {  width: 10%;  min-width: 80px;  color: #000;  line-height: 2;}.psnReportInfoEdit .content-main .info-order .order-id .content {  width: 90%;  color: #666;  line-height: 2;}.psnReportInfoEdit .content-main .info-order .order-prod {  width: 100%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-title {  width: 100%;  min-width: 80px;  color: #000;  line-height: 2;  padding: 0 .3rem;  margin-bottom: 0.1rem;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table {  width: 100%;  overflow-x: scroll;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table {  width: 100%;  min-width: 950px;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(2) {  width: 20%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(3) {  width: 15%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(4) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(5) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(6) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(7) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(8) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-body {  width: 100%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .list {  width: 100%;  border: .01rem solid #e5e5e5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd:last-of-type {  border-bottom: none;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info {  line-height: 1.5;  color: #666;  text-align: center;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(1) {  width: 10%;  text-align: left;  color: #000;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(2) {  width: 20%;  color: #000;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(3) {  width: 15%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(4) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(5) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(6) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(7) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(8) {  width: 10%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .orderProd .info:nth-of-type(9) {  width: 5%;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .table-foot {  width: 100%;  background-color: #fff;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .rate {  color: #000;  line-height: 1.5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over .total .color {  color: #f9663d;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnReportInfoEdit .content-main .info-order .order-prod .prod-table .calc .over .price .color {  color: #f9663d;}.psnReportInfoEdit .content-main .info-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnReportInfoEdit .content-main .info-btns .info-btn {  padding: .16rem 1.6rem;  background-color: #f2f5fb;  border-radius: .05rem;  color: #666666;  display: inline-block;  margin: .1rem;}.psnReportInfoEdit .content-main .info-btns .info-btn.modify {  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnReportInfoEdit .content-main .info-btns .info-btn {    padding: .16rem .6rem;  }}@media (max-width: 500px) {  .psnReportInfoEdit .content-main {    padding: 10px;  }}/* 个人中心-报备信息-新增 */.psnReportInfoAdd .content-main {  width: 100%;  padding: .4rem .45rem;}.psnReportInfoAdd .content-main .info-report {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoAdd .content-main .info-report .report-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoAdd .content-main .info-report .report-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-report .report-content .name, .psnReportInfoAdd .content-main .info-report .report-content .contacts, .psnReportInfoAdd .content-main .info-report .report-content .phone, .psnReportInfoAdd .content-main .info-report .report-content .num, .psnReportInfoAdd .content-main .info-report .report-content .area, .psnReportInfoAdd .content-main .info-report .report-content .channel, .psnReportInfoAdd .content-main .info-report .report-content .date {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-report .report-content .name .title, .psnReportInfoAdd .content-main .info-report .report-content .contacts .title, .psnReportInfoAdd .content-main .info-report .report-content .phone .title, .psnReportInfoAdd .content-main .info-report .report-content .num .title, .psnReportInfoAdd .content-main .info-report .report-content .area .title, .psnReportInfoAdd .content-main .info-report .report-content .channel .title, .psnReportInfoAdd .content-main .info-report .report-content .date .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-report .report-content .name .title:before, .psnReportInfoAdd .content-main .info-report .report-content .contacts .title:before, .psnReportInfoAdd .content-main .info-report .report-content .phone .title:before, .psnReportInfoAdd .content-main .info-report .report-content .num .title:before, .psnReportInfoAdd .content-main .info-report .report-content .area .title:before, .psnReportInfoAdd .content-main .info-report .report-content .channel .title:before, .psnReportInfoAdd .content-main .info-report .report-content .date .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-report .report-content .name .input, .psnReportInfoAdd .content-main .info-report .report-content .contacts .input, .psnReportInfoAdd .content-main .info-report .report-content .phone .input, .psnReportInfoAdd .content-main .info-report .report-content .num .input, .psnReportInfoAdd .content-main .info-report .report-content .area .input, .psnReportInfoAdd .content-main .info-report .report-content .channel .input, .psnReportInfoAdd .content-main .info-report .report-content .date .input {  width: 70%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-report .report-content .name .input input, .psnReportInfoAdd .content-main .info-report .report-content .contacts .input input, .psnReportInfoAdd .content-main .info-report .report-content .phone .input input, .psnReportInfoAdd .content-main .info-report .report-content .num .input input, .psnReportInfoAdd .content-main .info-report .report-content .area .input input, .psnReportInfoAdd .content-main .info-report .report-content .channel .input input, .psnReportInfoAdd .content-main .info-report .report-content .date .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-report .report-content .name .area-select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select {  width: 70%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoAdd .content-main .info-report .report-content .name .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .name .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .city, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .province, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .city {  width: 48%;  padding: 0 .05rem;  background-color: #fff;}.psnReportInfoAdd .content-main .info-report .report-content .name .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .name .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .city select, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .province select, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .city select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnReportInfoAdd .content-main .info-report .report-content .name .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .name .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select .city select:focus, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .province select:focus, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select .city select:focus {  outline: none;}.psnReportInfoAdd .content-main .info-report .report-content .name .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .phone .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .num .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .area .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .channel .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .date .channel-select {  width: 70%;}.psnReportInfoAdd .content-main .info-report .report-content .name .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .contacts .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .phone .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .num .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .area .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .channel .channel-select .select-diy, .psnReportInfoAdd .content-main .info-report .report-content .date .channel-select .select-diy {  width: 100%;  height: 0.46rem;  min-height: 40px;  padding-left: .2rem;}.psnReportInfoAdd .content-main .info-report .report-content .name .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .contacts .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .phone .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .num .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .area .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .channel .channel-select .select-diy .cur, .psnReportInfoAdd .content-main .info-report .report-content .date .channel-select .select-diy .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnReportInfoAdd .content-main .info-report .report-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-report .report-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-report .report-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .bar {  width: 100%;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoAdd .content-main .info-report .report-content .contacts, .psnReportInfoAdd .content-main .info-report .report-content .phone, .psnReportInfoAdd .content-main .info-report .report-content .area, .psnReportInfoAdd .content-main .info-report .report-content .date {  margin-right: 0;}@media (max-width: 1300px) {  .psnReportInfoAdd .content-main .info-report .report-content .name, .psnReportInfoAdd .content-main .info-report .report-content .contacts, .psnReportInfoAdd .content-main .info-report .report-content .phone, .psnReportInfoAdd .content-main .info-report .report-content .num, .psnReportInfoAdd .content-main .info-report .report-content .area, .psnReportInfoAdd .content-main .info-report .report-content .channel, .psnReportInfoAdd .content-main .info-report .report-content .date {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-report .report-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoAdd .content-main .info-report .report-content .credit .input .tips .tips-text-show {    display: -webkit-box;    display: -ms-flexbox;    /*display: flex;*/  }}@media (max-width: 450px) {  .psnReportInfoAdd .content-main .info-report .report-content .name, .psnReportInfoAdd .content-main .info-report .report-content .contacts, .psnReportInfoAdd .content-main .info-report .report-content .credit, .psnReportInfoAdd .content-main .info-report .report-content .phone, .psnReportInfoAdd .content-main .info-report .report-content .num, .psnReportInfoAdd .content-main .info-report .report-content .area, .psnReportInfoAdd .content-main .info-report .report-content .channel, .psnReportInfoAdd .content-main .info-report .report-content .date {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-report .report-content .name .title, .psnReportInfoAdd .content-main .info-report .report-content .contacts .title, .psnReportInfoAdd .content-main .info-report .report-content .credit .title, .psnReportInfoAdd .content-main .info-report .report-content .phone .title, .psnReportInfoAdd .content-main .info-report .report-content .num .title, .psnReportInfoAdd .content-main .info-report .report-content .area .title, .psnReportInfoAdd .content-main .info-report .report-content .channel .title, .psnReportInfoAdd .content-main .info-report .report-content .date .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-report .report-content .name .input, .psnReportInfoAdd .content-main .info-report .report-content .contacts .input, .psnReportInfoAdd .content-main .info-report .report-content .credit .input, .psnReportInfoAdd .content-main .info-report .report-content .phone .input, .psnReportInfoAdd .content-main .info-report .report-content .num .input, .psnReportInfoAdd .content-main .info-report .report-content .area .input, .psnReportInfoAdd .content-main .info-report .report-content .channel .input, .psnReportInfoAdd .content-main .info-report .report-content .date .input {    width: 100%;  }  .psnReportInfoAdd .content-main .info-report .report-content .name .area-select, .psnReportInfoAdd .content-main .info-report .report-content .name .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .area-select, .psnReportInfoAdd .content-main .info-report .report-content .contacts .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .credit .area-select, .psnReportInfoAdd .content-main .info-report .report-content .credit .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .phone .area-select, .psnReportInfoAdd .content-main .info-report .report-content .phone .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .num .area-select, .psnReportInfoAdd .content-main .info-report .report-content .num .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .area .area-select, .psnReportInfoAdd .content-main .info-report .report-content .area .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .channel .area-select, .psnReportInfoAdd .content-main .info-report .report-content .channel .channel-select, .psnReportInfoAdd .content-main .info-report .report-content .date .area-select, .psnReportInfoAdd .content-main .info-report .report-content .date .channel-select {    width: 100%;  }}.psnReportInfoAdd .content-main .info-part {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoAdd .content-main .info-part .part-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoAdd .content-main .info-part .part-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-part .part-content .iden-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-part .part-content .iden-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: .2rem;}.psnReportInfoAdd .content-main .info-part .part-content .iden-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoAdd .content-main .info-part .part-content .iden-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoAdd .content-main .info-part .part-content .iden-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoAdd .content-main .info-part .part-content .iden-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoAdd .content-main .info-part .part-content .name, .psnReportInfoAdd .content-main .info-part .part-content .respon, .psnReportInfoAdd .content-main .info-part .part-content .pos {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-part .part-content .name .title, .psnReportInfoAdd .content-main .info-part .part-content .respon .title, .psnReportInfoAdd .content-main .info-part .part-content .pos .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-part .part-content .name .title:before, .psnReportInfoAdd .content-main .info-part .part-content .respon .title:before, .psnReportInfoAdd .content-main .info-part .part-content .pos .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-part .part-content .name .input, .psnReportInfoAdd .content-main .info-part .part-content .respon .input, .psnReportInfoAdd .content-main .info-part .part-content .pos .input {  width: 70%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-part .part-content .name .input input, .psnReportInfoAdd .content-main .info-part .part-content .respon .input input, .psnReportInfoAdd .content-main .info-part .part-content .pos .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-part .part-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-part .part-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-part .part-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .bar {  width: 100%;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoAdd .content-main .info-part .part-content .respon, .psnReportInfoAdd .content-main .info-part .part-content .credit {  margin-right: 0;}@media (max-width: 1300px) {  .psnReportInfoAdd .content-main .info-part .part-content .name, .psnReportInfoAdd .content-main .info-part .part-content .respon, .psnReportInfoAdd .content-main .info-part .part-content .pos {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-part .part-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoAdd .content-main .info-part .part-content .credit .input .tips .tips-text-show {    display: -webkit-box;    display: -ms-flexbox;    display: flex;  }}@media (max-width: 450px) {  .psnReportInfoAdd .content-main .info-part .part-content .iden-option {    width: 50%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-part .part-content .name, .psnReportInfoAdd .content-main .info-part .part-content .respon, .psnReportInfoAdd .content-main .info-part .part-content .pos, .psnReportInfoAdd .content-main .info-part .part-content .credit {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-part .part-content .name .title, .psnReportInfoAdd .content-main .info-part .part-content .respon .title, .psnReportInfoAdd .content-main .info-part .part-content .pos .title, .psnReportInfoAdd .content-main .info-part .part-content .credit .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-part .part-content .name .input, .psnReportInfoAdd .content-main .info-part .part-content .respon .input, .psnReportInfoAdd .content-main .info-part .part-content .pos .input, .psnReportInfoAdd .content-main .info-part .part-content .credit .input {    width: 100%;  }}.psnReportInfoAdd .content-main .info-project {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoAdd .content-main .info-project .project-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoAdd .content-main .info-project .project-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-project .project-content .work-select {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-project .project-content .work-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.1rem;  margin-right: 0.2rem;}.psnReportInfoAdd .content-main .info-project .project-content .work-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoAdd .content-main .info-project .project-content .work-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoAdd .content-main .info-project .project-content .work-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoAdd .content-main .info-project .project-content .work-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoAdd .content-main .info-project .project-content .name, .psnReportInfoAdd .content-main .info-project .project-content .pos, .psnReportInfoAdd .content-main .info-project .project-content .area, .psnReportInfoAdd .content-main .info-project .project-content .deploy, .psnReportInfoAdd .content-main .info-project .project-content .budget, .psnReportInfoAdd .content-main .info-project .project-content .contacts, .psnReportInfoAdd .content-main .info-project .project-content .date, .psnReportInfoAdd .content-main .info-project .project-content .phone, .psnReportInfoAdd .content-main .info-project .project-content .project-leader, .psnReportInfoAdd .content-main .info-project .project-content .leader, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-project .project-content .name .title, .psnReportInfoAdd .content-main .info-project .project-content .pos .title, .psnReportInfoAdd .content-main .info-project .project-content .area .title, .psnReportInfoAdd .content-main .info-project .project-content .deploy .title, .psnReportInfoAdd .content-main .info-project .project-content .budget .title, .psnReportInfoAdd .content-main .info-project .project-content .contacts .title, .psnReportInfoAdd .content-main .info-project .project-content .date .title, .psnReportInfoAdd .content-main .info-project .project-content .phone .title, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .title, .psnReportInfoAdd .content-main .info-project .project-content .leader .title, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-project .project-content .name .title:before, .psnReportInfoAdd .content-main .info-project .project-content .pos .title:before, .psnReportInfoAdd .content-main .info-project .project-content .area .title:before, .psnReportInfoAdd .content-main .info-project .project-content .deploy .title:before, .psnReportInfoAdd .content-main .info-project .project-content .budget .title:before, .psnReportInfoAdd .content-main .info-project .project-content .contacts .title:before, .psnReportInfoAdd .content-main .info-project .project-content .date .title:before, .psnReportInfoAdd .content-main .info-project .project-content .phone .title:before, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .title:before, .psnReportInfoAdd .content-main .info-project .project-content .leader .title:before, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-project .project-content .name .input, .psnReportInfoAdd .content-main .info-project .project-content .pos .input, .psnReportInfoAdd .content-main .info-project .project-content .area .input, .psnReportInfoAdd .content-main .info-project .project-content .deploy .input, .psnReportInfoAdd .content-main .info-project .project-content .budget .input, .psnReportInfoAdd .content-main .info-project .project-content .contacts .input, .psnReportInfoAdd .content-main .info-project .project-content .date .input, .psnReportInfoAdd .content-main .info-project .project-content .phone .input, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .input, .psnReportInfoAdd .content-main .info-project .project-content .leader .input, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .input {  width: 70%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-project .project-content .name .input input, .psnReportInfoAdd .content-main .info-project .project-content .pos .input input, .psnReportInfoAdd .content-main .info-project .project-content .area .input input, .psnReportInfoAdd .content-main .info-project .project-content .deploy .input input, .psnReportInfoAdd .content-main .info-project .project-content .budget .input input, .psnReportInfoAdd .content-main .info-project .project-content .contacts .input input, .psnReportInfoAdd .content-main .info-project .project-content .date .input input, .psnReportInfoAdd .content-main .info-project .project-content .phone .input input, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .input input, .psnReportInfoAdd .content-main .info-project .project-content .leader .input input, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-project .project-content .name .area-select, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select {  width: 70%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoAdd .content-main .info-project .project-content .name .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .region, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .province, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .city, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .region {  width: 31%;  padding: 0 .05rem;  background-color: #fff;}.psnReportInfoAdd .content-main .info-project .project-content .name .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .region select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .province select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .city select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .region select {  display: block;  width: 100%;  height: .46rem;  min-height: 40px;  background-color: transparent;  border: .01rem solid transparent;  text-indent: .1rem;  color: #666;}.psnReportInfoAdd .content-main .info-project .project-content .name .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .name .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select .region select:focus, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .province select:focus, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .city select:focus, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select .region select:focus {  outline: none;}.psnReportInfoAdd .content-main .info-project .project-content .name .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .pos .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .area .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .budget .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .date .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .phone .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .leader .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .channel-select {  width: 70%;}.psnReportInfoAdd .content-main .info-project .project-content .name .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .pos .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .area .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .deploy .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .budget .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .contacts .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .date .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .phone .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .leader .channel-select .select-diy, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .channel-select .select-diy {  width: 100%;  height: 0.46rem;  min-height: 40px;}.psnReportInfoAdd .content-main .info-project .project-content .credit {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-project .project-content .credit .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-project .project-content .credit .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input {  width: 70%;  background-color: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding-right: .2rem;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .bar {  width: 100%;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .bar input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips {  float: right;  position: relative;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-img {  width: 0.2rem;  min-width: 20px;  height: 0.2rem;  min-height: 20px;  margin: 0 auto;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-img img {  height: 100%;  width: 100%;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text {  display: none;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text .text {  width: 200px;  position: absolute;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  top: 150%;  background-color: #fff;  padding: .1rem;  z-index: 4;  line-height: 1.5;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.2);}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text .text a {  color: #486efd;}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text .text:after {  content: '';  display: block;  width: 0;  height: 0;  border-left: .04rem solid transparent;  border-right: .04rem solid transparent;  border-bottom: .06rem solid #fff;  position: absolute;  left: 50%;  -webkit-transform: translate(-50%, -100%);          transform: translate(-50%, -100%);  top: 0;  z-index: 3;  -webkit-box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);          box-shadow: 0.03rem 0.08rem 0.24rem 0 rgba(102, 102, 102, 0.6);}.psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text-show {  display: block;}.psnReportInfoAdd .content-main .info-project .project-content .credit, .psnReportInfoAdd .content-main .info-project .project-content .area, .psnReportInfoAdd .content-main .info-project .project-content .budget, .psnReportInfoAdd .content-main .info-project .project-content .date, .psnReportInfoAdd .content-main .info-project .project-content .project-leader, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader {  margin-right: 0;}.psnReportInfoAdd .content-main .info-project .project-content .project-leader .title:before, .psnReportInfoAdd .content-main .info-project .project-content .leader .title:before, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .title:before {  display: none;}@media (max-width: 1300px) {  .psnReportInfoAdd .content-main .info-project .project-content .name, .psnReportInfoAdd .content-main .info-project .project-content .pos, .psnReportInfoAdd .content-main .info-project .project-content .area, .psnReportInfoAdd .content-main .info-project .project-content .deploy, .psnReportInfoAdd .content-main .info-project .project-content .budget, .psnReportInfoAdd .content-main .info-project .project-content .contacts, .psnReportInfoAdd .content-main .info-project .project-content .date, .psnReportInfoAdd .content-main .info-project .project-content .phone, .psnReportInfoAdd .content-main .info-project .project-content .project-leader, .psnReportInfoAdd .content-main .info-project .project-content .leader, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-project .project-content .credit {    width: 100%;    margin-right: 0;  }  .psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text {    width: 100vw;    height: 100vh;    position: fixed;    top: 0;    left: 0;    z-index: 10;    background-color: rgba(0, 0, 0, 0.5);    display: none;    -webkit-box-align: center;        -ms-flex-align: center;            align-items: center;    -webkit-box-pack: center;        -ms-flex-pack: center;            justify-content: center;  }  .psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text .text {    position: static;    -webkit-transform: none;            transform: none;    left: auto;    top: auto;    z-index: auto;    padding: 20px;    width: 300px;  }  .psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text .text:after {    display: none;  }  .psnReportInfoAdd .content-main .info-project .project-content .credit .input .tips .tips-text-show {    display: block;  }}@media (max-width: 450px) {  .psnReportInfoAdd .content-main .info-project .project-content .name, .psnReportInfoAdd .content-main .info-project .project-content .credit, .psnReportInfoAdd .content-main .info-project .project-content .pos, .psnReportInfoAdd .content-main .info-project .project-content .area, .psnReportInfoAdd .content-main .info-project .project-content .deploy, .psnReportInfoAdd .content-main .info-project .project-content .budget, .psnReportInfoAdd .content-main .info-project .project-content .contacts, .psnReportInfoAdd .content-main .info-project .project-content .date, .psnReportInfoAdd .content-main .info-project .project-content .phone, .psnReportInfoAdd .content-main .info-project .project-content .project-leader, .psnReportInfoAdd .content-main .info-project .project-content .leader, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-project .project-content .name .title, .psnReportInfoAdd .content-main .info-project .project-content .credit .title, .psnReportInfoAdd .content-main .info-project .project-content .pos .title, .psnReportInfoAdd .content-main .info-project .project-content .area .title, .psnReportInfoAdd .content-main .info-project .project-content .deploy .title, .psnReportInfoAdd .content-main .info-project .project-content .budget .title, .psnReportInfoAdd .content-main .info-project .project-content .contacts .title, .psnReportInfoAdd .content-main .info-project .project-content .date .title, .psnReportInfoAdd .content-main .info-project .project-content .phone .title, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .title, .psnReportInfoAdd .content-main .info-project .project-content .leader .title, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-project .project-content .name .input, .psnReportInfoAdd .content-main .info-project .project-content .credit .input, .psnReportInfoAdd .content-main .info-project .project-content .pos .input, .psnReportInfoAdd .content-main .info-project .project-content .area .input, .psnReportInfoAdd .content-main .info-project .project-content .deploy .input, .psnReportInfoAdd .content-main .info-project .project-content .budget .input, .psnReportInfoAdd .content-main .info-project .project-content .contacts .input, .psnReportInfoAdd .content-main .info-project .project-content .date .input, .psnReportInfoAdd .content-main .info-project .project-content .phone .input, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .input, .psnReportInfoAdd .content-main .info-project .project-content .leader .input, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .input {    width: 100%;  }  .psnReportInfoAdd .content-main .info-project .project-content .name .area-select, .psnReportInfoAdd .content-main .info-project .project-content .name .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .credit .area-select, .psnReportInfoAdd .content-main .info-project .project-content .credit .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .pos .area-select, .psnReportInfoAdd .content-main .info-project .project-content .pos .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .area .area-select, .psnReportInfoAdd .content-main .info-project .project-content .area .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .area-select, .psnReportInfoAdd .content-main .info-project .project-content .deploy .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .budget .area-select, .psnReportInfoAdd .content-main .info-project .project-content .budget .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .area-select, .psnReportInfoAdd .content-main .info-project .project-content .contacts .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .date .area-select, .psnReportInfoAdd .content-main .info-project .project-content .date .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .phone .area-select, .psnReportInfoAdd .content-main .info-project .project-content .phone .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .area-select, .psnReportInfoAdd .content-main .info-project .project-content .project-leader .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .leader .area-select, .psnReportInfoAdd .content-main .info-project .project-content .leader .channel-select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .area-select, .psnReportInfoAdd .content-main .info-project .project-content .purchase-leader .channel-select {    width: 100%;  }}.psnReportInfoAdd .content-main .info-stage {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoAdd .content-main .info-stage .stage-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoAdd .content-main .info-stage .stage-content {  width: 100%;  padding: .4rem .3rem;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-stage .stage-content .guest, .psnReportInfoAdd .content-main .info-stage .stage-content .factor {  width: 49%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-bottom: 0.2rem;  margin-right: 2%;}.psnReportInfoAdd .content-main .info-stage .stage-content .guest .title, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .title {  width: 30%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-stage .stage-content .guest .title:before, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .guest .input, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .input {  width: 70%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-stage .stage-content .guest .input input, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .input input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-stage .stage-content .step, .psnReportInfoAdd .content-main .info-stage .stage-content .object, .psnReportInfoAdd .content-main .info-stage .stage-content .way, .psnReportInfoAdd .content-main .info-stage .stage-content .node {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-bottom: 0.2rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .title, .psnReportInfoAdd .content-main .info-stage .stage-content .object .title, .psnReportInfoAdd .content-main .info-stage .stage-content .way .title, .psnReportInfoAdd .content-main .info-stage .stage-content .node .title {  width: 15%;  color: #000;  line-height: 1.5;  min-width: 120px;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .title:before, .psnReportInfoAdd .content-main .info-stage .stage-content .object .title:before, .psnReportInfoAdd .content-main .info-stage .stage-content .way .title:before, .psnReportInfoAdd .content-main .info-stage .stage-content .node .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-select {  width: 85%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-select .other, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-select .other {  width: 2.8rem;  min-width: 200px;  background-color: #fff;  margin: .1rem 0;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-select .other input, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-select .other input {  width: 100%;  border: none;  height: 0.46rem;  min-height: 40px;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-option, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-option, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -ms-flex-wrap: wrap;      flex-wrap: wrap;  margin-bottom: 0.1rem;  margin-right: 0.2rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option input[type="checkbox"] {  width: .16rem;  height: .16rem;  min-width: 16px;  min-height: 16px;  border: 0.01rem solid #e5e5e5;  background-color: #fff;  line-height: 16px;  border-radius: 2px;  color: #fff;  text-align: center;  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  margin-right: 0.1rem;  cursor: pointer;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-option input[type="checkbox"]:checked, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option input[type="checkbox"]:checked {  color: #fff;  background-color: #486efd;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-option input[type="checkbox"]:after, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option input[type="checkbox"]:after {  content: "✔";}.psnReportInfoAdd .content-main .info-stage .stage-content .step .step-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option label {  color: #666;  line-height: 1.5;  cursor: pointer !important;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-option {  margin-bottom: 0;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option {  width: 100%;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option label {  width: 1.6rem;  min-width: 150px;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option .node-num {  width: 2.8rem;  min-width: 200px;  border: none;  padding: 0 .2rem;  height: 0.46rem;  min-height: 40px;  color: #666;  opacity: 0;}.psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option .node-num-show {  opacity: 1;}@media (max-width: 750px) {  .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option label, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option input[type="checkbox"], .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option label {    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option .node-num, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option .node-num {    width: 100%;    min-width: none;    display: none;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-option .node-num-show, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-option .node-num-show {    display: block;  }}.psnReportInfoAdd .content-main .info-stage .stage-content .object {  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnReportInfoAdd .content-main .info-stage .stage-content .course {  width: 100%;  margin-bottom: 0.2rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-title {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding: .1rem 0;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-title .title {  color: #000;  line-height: 1.5;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-title .title:before {  content: '*';  display: inline-block;  color: #f9663d;  font-size: .16rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-title .add-btn {  width: auto;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-title .add-btn button {  border: none;  background-color: transparent;  color: #fff;  padding: .1rem .2rem;  background-color: #486efd;  border-radius: .2rem;  cursor: pointer;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table {  width: 100%;  overflow-x: scroll;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table {  width: 100%;  min-width: 950px;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #9ebff2;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-title {  color: #fff;  line-height: 1.5;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(1) {  width: 12%;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(2) {  width: 28%;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(3) {  width: 40%;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-title:nth-of-type(4) {  width: 20%;  text-align: center;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-main {  width: 100%;  background-color: #fff;  padding: 0 .3rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .12rem 0;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-step {  width: 12%;  padding-right: .1rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-step input {  border: none;  width: 100%;  padding: .1rem;  background-color: #f2f5fb;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-content {  width: 28%;  padding-right: .1rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-content input {  border: none;  width: 100%;  background-color: #f2f5fb;  padding: .1rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-time {  width: 40%;  padding-right: .1rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-time input {  border: none;  width: 100%;  background-color: #f2f5fb;  padding: .1rem;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-btns {  width: 20%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-btn {  width: 0.16rem;  height: 0.16rem;  min-width: 12px;  min-height: 12px;  display: block;  cursor: pointer;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-btn img {  width: 100%;  height: 100%;}.psnReportInfoAdd .content-main .info-stage .stage-content .course .course-table .table-data .data-btn.add {  margin-right: 0.3rem;}@media (max-width: 1200px) {  .psnReportInfoAdd .content-main .info-stage .stage-content .guest, .psnReportInfoAdd .content-main .info-stage .stage-content .factor {    width: 100%;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .guest .title, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .title {    width: 15%;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .guest .input, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .input {    width: 85%;  }}@media (max-width: 550px) {  .psnReportInfoAdd .content-main .info-stage .stage-content .guest, .psnReportInfoAdd .content-main .info-stage .stage-content .factor {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .guest .title, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .guest .input, .psnReportInfoAdd .content-main .info-stage .stage-content .factor .input {    width: 100%;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .step, .psnReportInfoAdd .content-main .info-stage .stage-content .object, .psnReportInfoAdd .content-main .info-stage .stage-content .way, .psnReportInfoAdd .content-main .info-stage .stage-content .node {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .step .title, .psnReportInfoAdd .content-main .info-stage .stage-content .object .title, .psnReportInfoAdd .content-main .info-stage .stage-content .way .title, .psnReportInfoAdd .content-main .info-stage .stage-content .node .title {    width: 100%;    margin-bottom: 0.1rem;  }  .psnReportInfoAdd .content-main .info-stage .stage-content .step .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .step .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .object .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .way .node-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .step-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .object-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .way-select, .psnReportInfoAdd .content-main .info-stage .stage-content .node .node-select {    width: 100%;  }}.psnReportInfoAdd .content-main .info-order {  width: 100%;  margin-bottom: 0.4rem;}.psnReportInfoAdd .content-main .info-order .order-title {  width: 100%;  background-color: #486efd;  color: #fff;  padding: .22rem .3rem;}.psnReportInfoAdd .content-main .info-order .order-content {  width: 100%;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnReportInfoAdd .content-main .info-order .order-id {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .3rem;}.psnReportInfoAdd .content-main .info-order .order-id .title {  width: 10%;  min-width: 80px;  color: #000;  line-height: 2;}.psnReportInfoAdd .content-main .info-order .order-id .input {  width: 40%;  height: .46rem;  min-height: 40px;}.psnReportInfoAdd .content-main .info-order .order-id .input input {  width: 100%;  height: 100%;  border: none;  padding: 0 .2rem;}.psnReportInfoAdd .content-main .info-order .order-id .btns {  width: 50%;  height: 0.46rem;  min-height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoAdd .content-main .info-order .order-id .btns .check-btn, .psnReportInfoAdd .content-main .info-order .order-id .btns .add-btn, .psnReportInfoAdd .content-main .info-order .order-id .btns .add-prod {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  height: 100%;  background-color: #486efd;  color: #fff;  text-align: center;  width: 32%;}.psnReportInfoAdd .content-main .info-order .order-id .btns .add-prod {  display: none;}.psnReportInfoAdd .content-main .info-order .order-id .btns .add-prod-show {  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoAdd .content-main .info-order .order-id .btns .check-btn, .psnReportInfoAdd .content-main .info-order .order-id .btns .add-btn {  margin-right: 2%;}@media (max-width: 750px) {  .psnReportInfoAdd .content-main .info-order .order-id {    -ms-flex-wrap: wrap;        flex-wrap: wrap;  }  .psnReportInfoAdd .content-main .info-order .order-id .input {    width: 100%;    margin: .1rem 0 .2rem;  }  .psnReportInfoAdd .content-main .info-order .order-id .btns {    width: 100%;  }}.psnReportInfoAdd .content-main .info-order .order-prod {  width: 100%;  display: none;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table {  width: 100%;  overflow-x: scroll;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table {  width: 100%;  min-width: 950px;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(2) {  width: 18%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(3) {  width: 12%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(4) {  width: 14%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(5) {  width: 9%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(6) {  width: 9%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(7) {  width: 9%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(8) {  width: 9%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(10) {  width: 5%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-body {  width: 100%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .data {  width: 100%;  border: .01rem solid #e5e5e5;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd:last-of-type {  border-bottom: none;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodNum {  width: 10%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodNum input {  width: 100%;  border: none;  height: 0.36rem;  min-height: 32px;  background-color: #f2f5fb;  padding: 0 .1rem;  color: #999;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType {  width: 18%;  padding: 0 .1rem;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType .select-diy {  background-color: #f2f5fb;  height: 0.36rem;  min-height: 32px;  width: 100%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType .select-diy .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;  color: #999;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel {  width: 12%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel .select-diy {  background-color: #f2f5fb;  height: 0.36rem;  min-height: 32px;  width: 100%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel .select-diy .cur {  color: #999;  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount {  width: 14%;  padding: 0 .1rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  height: 0.36rem;  min-height: 32px;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .add, .psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .reduce {  width: 0.36rem;  min-width: 32px;  background-color: #486efd;  color: #fff;  height: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  font-size: .2rem;  cursor: pointer;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .input {  width: .6rem;  height: 100%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .input input {  width: 100%;  height: 100%;  border: none;  background-color: #f2f5fb;  text-align: center;  color: #999;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice1, .psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice2, .psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice3, .psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice4 {  width: 9%;  color: #666;  text-align: center;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodReport {  width: 5%;  color: #666;  text-align: center;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns {  width: 5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  height: 0.36rem;  min-height: 32px;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn {  width: 0.16rem;  min-width: 16px;  height: 0.16rem;  min-height: 16px;  cursor: pointer;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn img {  width: 100%;  height: 100%;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn .reduce {  display: block;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn .add {  display: none;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .lastProdBtn .reduce {  display: none;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .lastProdBtn .add {  display: block;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .table-foot {  width: 100%;  background-color: #fff;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .rate {  width: 30%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .rate .title {  width: 40%;  min-width: 80px;  color: #000;  line-height: 2;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .rate .input {  width: 60%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .rate .input input {  width: 100%;  height: 100%;  border: none;  padding: 0 .2rem;  background-color: transparent;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over .total .color {  color: #f9663d;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnReportInfoAdd .content-main .info-order .order-prod .prod-table .calc .over .price .color {  color: #f9663d;}.psnReportInfoAdd .content-main .info-order .order-prod-show {  display: block;}.psnReportInfoAdd .content-main .info-btns {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.psnReportInfoAdd .content-main .info-btns .info-btn {  padding: .16rem 1.6rem;  background-color: #f2f5fb;  border-radius: .05rem;  color: #666666;  display: inline-block;  margin: .1rem;}.psnReportInfoAdd .content-main .info-btns .info-btn.modify {  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnReportInfoAdd .content-main .info-btns .info-btn {    padding: .16rem .6rem;  }}@media (max-width: 500px) {  .psnReportInfoAdd .content-main {    padding: 10px;  }}/* 个人中心-新增订单 */.psnOrderAdd .content-main {  width: 100%;  padding: .4rem .45rem;}.psnOrderAdd .content-main .info-report {  background-color: #f2f5fb;  width: 100%;  margin-bottom: 0.4rem;}.psnOrderAdd .content-main .info-report .report-header {  width: 100%;  padding: 0 .3rem;}.psnOrderAdd .content-main .info-report .report-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderAdd .content-main .info-report .report-title {  color: #000;  padding: .3rem 0;}.psnOrderAdd .content-main .info-report .report-main {  width: 100%;  padding: 0 .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnOrderAdd .content-main .info-report .report-num {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-right: 0.3rem;  padding: .2rem 0;}.psnOrderAdd .content-main .info-report .report-num .title {  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderAdd .content-main .info-report .report-num .input {  width: 3rem;  min-width: 200px;  height: .46rem;  min-height: 40px;  background-color: #fff;}.psnOrderAdd .content-main .info-report .report-num .input input {  width: 100%;  height: 100%;  border: none;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnOrderAdd .content-main .info-report .report-add {  display: block;}.psnOrderAdd .content-main .info-report .report-add .btn {  border: none;  min-width: 120px;  min-height: 40px;  color: #fff;  background-color: #486efd;  border-radius: .2rem;  padding: .12rem .32rem;  cursor: pointer;}@media (max-width: 1920px) {  .psnOrderAdd .content-main .info-report .report-add .btn {    border-radius: 20px;  }}@media (max-width: 500px) {  .psnOrderAdd .content-main .info-report .report-num {    -ms-flex-wrap: wrap;        flex-wrap: wrap;    width: 100%;  }  .psnOrderAdd .content-main .info-report .report-num .title {    width: 100%;  }  .psnOrderAdd .content-main .info-report .report-num .input {    width: 100%;  }  .psnOrderAdd .content-main .info-report .report-add {    padding-bottom: .2rem;  }}.psnOrderAdd .content-main .info-order {  width: 100%;  margin-bottom: 0.4rem;}.psnOrderAdd .content-main .info-order .order-title {  width: 100%;  background-color: #f2f5fb;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  padding: .3rem;}.psnOrderAdd .content-main .info-order .order-title .title {  color: #000;}.psnOrderAdd .content-main .info-order .order-prod {  width: 100%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table {  width: 100%;  overflow-x: scroll;}.psnOrderAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar {  height: .02rem;  min-height: 2px;}.psnOrderAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.04);}.psnOrderAdd .content-main .info-order .order-prod .prod-table::-webkit-scrollbar-thumb {  background-color: #486efd;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table {  width: 100%;  min-width: 950px;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head {  width: 100%;  padding: .2rem .3rem;  background-color: #486efd;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title {  color: #fff;  line-height: 1.5;  text-align: center;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(1) {  width: 10%;  text-align: left;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(2) {  width: 18%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(3) {  width: 12%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(4) {  width: 14%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(5) {  width: 9%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(6) {  width: 9%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(7) {  width: 9%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(8) {  width: 9%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(9) {  width: 5%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-head .title:nth-of-type(10) {  width: 5%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-body {  width: 100%;  background-color: #fff;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .data {  width: 100%;  border: .01rem solid #e5e5e5;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  padding: .2rem .3rem;  border-bottom: .01rem dashed #e5e5e5;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd:last-of-type {  border-bottom: none;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodNum {  width: 10%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodNum input {  width: 100%;  border: none;  height: 0.36rem;  min-height: 32px;  background-color: #f2f5fb;  padding: 0 .1rem;  color: #999;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType {  width: 18%;  padding: 0 .1rem;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType .select-diy {  background-color: #f2f5fb;  height: 0.36rem;  min-height: 32px;  width: 100%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodType .select-diy .cur {  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;  color: #999;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel {  width: 12%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel .select-diy {  background-color: #f2f5fb;  height: 0.36rem;  min-height: 32px;  width: 100%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodModel .select-diy .cur {  color: #999;  -webkit-box-pack: start;      -ms-flex-pack: start;          justify-content: flex-start;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount {  width: 14%;  padding: 0 .1rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  height: 0.36rem;  min-height: 32px;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .add, .psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .reduce {  width: 0.36rem;  min-width: 32px;  background-color: #486efd;  color: #fff;  height: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  font-size: .2rem;  cursor: pointer;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .input {  width: .6rem;  height: 100%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodCount .input input {  width: 100%;  height: 100%;  border: none;  background-color: #f2f5fb;  text-align: center;  color: #999;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice1, .psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice2, .psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice3, .psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodPrice4 {  width: 9%;  color: #666;  text-align: center;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodReport {  width: 5%;  color: #666;  text-align: center;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns {  width: 5%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  height: 0.36rem;  min-height: 32px;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn {  width: 0.16rem;  min-width: 16px;  height: 0.16rem;  min-height: 16px;  cursor: pointer;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn img {  width: 100%;  height: 100%;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn .reduce {  display: block;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .prodBtn .add {  display: none;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .lastProdBtn .reduce {  display: none;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .orderProd .prodBtns .lastProdBtn .add {  display: block;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .table-foot {  width: 100%;  background-color: #fff;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc {  width: 100%;  padding: .2rem .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  border: .01rem solid #e5e5e5;  border-top: none;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .rate {  width: 30%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .rate .title {  width: 40%;  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .rate .input {  width: 60%;  height: .46rem;  min-height: 40px;  background-color: #f2f5fb;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .rate .input input {  width: 100%;  height: 100%;  border: none;  padding: 0 .2rem;  background-color: transparent;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over {  width: auto;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over .count {  color: #000;  line-height: 1.5;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over .total {  color: #000;  margin: 0 .2rem;  line-height: 1.5;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over .total .color {  color: #f9663d;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over .price {  color: #000;  line-height: 1.5;}.psnOrderAdd .content-main .info-order .order-prod .prod-table .calc .over .price .color {  color: #f9663d;}.psnOrderAdd .content-main .info-bate {  background-color: #f2f5fb;  width: 100%;}.psnOrderAdd .content-main .info-bate .bate-header {  width: 100%;  padding: 0 .3rem;}.psnOrderAdd .content-main .info-bate .bate-both {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  border-bottom: .01rem solid #e5e5e5;}.psnOrderAdd .content-main .info-bate .bate-title {  color: #000;  padding: .3rem 0;}.psnOrderAdd .content-main .info-bate .bate-main {  width: 100%;  padding: .3rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.psnOrderAdd .content-main .info-bate .bate-num {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  margin-right: 0.3rem;}.psnOrderAdd .content-main .info-bate .bate-num .title {  min-width: 80px;  color: #000;  line-height: 2;}.psnOrderAdd .content-main .info-bate .bate-num .input {  width: 1.8rem;  min-width: 160px;  height: .46rem;  min-height: 40px;  background-color: #fff;}.psnOrderAdd .content-main .info-bate .bate-num .input input {  width: 100%;  height: 100%;  border: none;  padding: 0 .2rem;  color: #666;  background-color: transparent;}.psnOrderAdd .content-footer {  width: 100%;  background-color: #e0e8f7;}.psnOrderAdd .content-footer .control-btns {  width: 100%;  padding: .3rem .4rem;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;      -ms-flex-pack: end;          justify-content: flex-end;}.psnOrderAdd .content-footer .control-btn {  display: inline-block;  padding: .16rem .56rem;  color: #666;  background-color: #ffffff;  border-radius: .05rem;  margin-left: .2rem;}.psnOrderAdd .content-footer .control-btn.submit {  margin-left: 0;  color: #fff;  background-color: #486efd;}@media (max-width: 500px) {  .psnOrderAdd .content-main {    padding: 10px;  }}/*# sourceMappingURL=main.css.map */